#background-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /* This will cover the entire area of video-container, maintaining aspect ratio */
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.landingPageWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.divMumbaiWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  background: rgba(31, 26, 23, 0.5);
  border-left: 2px solid rgb(238, 95, 29);
}

.pastEvents {
  display: flex;
  flex-direction: column;
}

.divDelhiWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65vw;
  height: 100vh;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  background: rgba(31, 26, 23, 0.5);
}

.divMumbaiContent {
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  width: 100%;
}

.divMumbaiContent h2 {
  font-weight: lighter;
  font-size: 2rem;
  width: 80%;
  text-align: center;
  margin: 1rem 0px;
  line-height: 1.85rem;
}

.divMumbaiContent h3 {
  font-weight: lighter;
  font-size: 1.3rem;
  width: 80%;
  text-align: center;
  margin: 0px;
  line-height: 1.85rem;
}

.divDelhiContent {
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  width: 100%;
}

.divDelhiContent h2 {
  font-weight: lighter;
  font-size: 2rem;
  width: 80%;
  text-align: center;
  margin: 1rem 0px;
  line-height: 1.85rem;
}

.divDelhiContent h3 {
  font-weight: lighter;
  font-size: 1.3rem;
  width: 80%;
  text-align: center;
  margin: 0px;
  line-height: 1.85rem;
}

.divDelhiBG {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100vh;
  left: 0px;
  top: 0px;
  opacity: 0.12;
  z-index: 10;
}

.divMumbaiBG {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 50vh;
  left: 0px;
  top: 0px;
  opacity: 0.12;
  z-index: 10;
}

.divBengaluruWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50vh;
  width: 35vw;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  border-left: 2px solid rgb(238, 95, 29);
  border-top: 2px solid rgb(238, 95, 29);
}

.divBengaluruContent {
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.divBengaluruContent h2 {
  font-weight: lighter;
  font-size: 2rem;
  width: 80%;
  text-align: center;
  margin: 1rem 0px;
  line-height: 1.85rem;
}

.divBengaluruContent a,
.divMumbaiContent a,
.divDelhiContent a {
  background: rgb(238, 95, 29);
  color: white;
  border: 0px;
  padding: 5px 12px;
  font-weight: 500;
  font-size: 1.3rem;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 10px 20px rgba(238, 95, 29, 0.6);
  cursor: pointer;
  border-radius: 8px;
  width: 220px;
  color: #f5dbc1;
}

.dhnBengaluruLogo {
  width: 320px;
}

.smallTextSpaced {
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  font-weight: 400;
  font-size: 1rem;
  margin: 15px;
  padding: 0px;
  text-align: center;
}

.mediumTextSpaced {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 400;
  font-size: 1.4rem;
  margin: 15px;
  padding: 0px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .landingPageWrapper {
    flex-direction: column;
  }

  .divBengaluruWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60vh;
    width: 100%;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    background: rgba(0, 0, 0, 0.1);
  }

  .divBengaluruContent {
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 60vh !important;
    padding-bottom: 2rem;
  }

  .divMumbaiWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50vh;
    flex-direction: column;
    gap: 2rem;
    position: relative;
    background: rgba(31, 26, 23, 0.5);
    border-left: 0px solid rgb(238, 95, 29);
    border-top: 2px solid rgb(238, 95, 29);
  }

  .divDelhiWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50vh;
    flex-direction: column;
    gap: 2rem;
    position: relative;
    background: rgba(31, 26, 23, 0.5);
  }

  .divMumbaiBG {
    position: absolute;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 40vh;
    left: 0px;
    top: 0px;
    opacity: 0.12;
    z-index: 10;
  }

  .divMumbaiContent {
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 40vh !important;
    width: 100%;
  }
}

/*# sourceMappingURL=landingpage.css.map */