.landing-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.landing-landing {
  width: 100%;
  height: 1001px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;


}#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.landing-image {
  width: 200px;
  object-fit: cover;
  
}
.landing-container1 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.landing-container2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-text {
  top: 580px;
  left: 0px;
  color: rgb(255, 255, 255);
  right: 0px;
  width: 230px;
  height: auto;
  margin: auto;
  position: absolute;
  font-size: 64px;
  font-style: Regular;
  text-align: justify;
  font-family: Kaushan Script;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration:  none;
}
.landing-rectangle9 {
  left: 0px;
  width: 1728px;
  bottom: -11px;
  height: 92px;
  position: absolute;
  padding-right: var(--dl-space-space-halfunit);
}
.landing-text2 {
  left: 0px;
  color: rgba(0, 0, 0, 1);
  right: 0px;
  width: 732px;
  bottom: 15px;
  height: auto;
  margin: auto;
  position: absolute;
  font-size: 32px;
  font-style: Bold;
  text-align: center;
  font-family: Kalam;
  font-weight: 700;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.landing-ellipse1 {
  right: 15px;
  width: 92px;
  bottom: 14px;
  height: 92px;
  position: absolute;
}
.landing-text3 {
  color: rgba(0, 0, 0, 1);
  right: 33px;
  width: 52px;
  bottom: 29px;
  height: auto;
  position: absolute;
  font-size: 32px;
  font-style: Bold;
  text-align: center;
  font-family: Kalam;
  font-weight: 700;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
@media(max-width: 991px) {
  .landing-text {
    top: 594px;
    left: 0px;
    right: 0px;
    margin: auto;
  }
  .landing-text2 {
    left: 0px;
    right: 0px;
    bottom: 13px;
    margin: auto;
  }
}
@media(max-width: 767px) {
  .landing-text {
    top: 586px;
    left: 0px;
    right: 0px;
    margin: auto;
  }
  .landing-rectangle9 {
    left: -5px;
    bottom: -34px;
  }
  .landing-text2 {
    left: 0px;
    right: 0px;
    bottom: 9px;
    margin: auto;
    font-size: 25;
  }
}
@media(max-width: 479px) {
  .landing-text {
    top: 586px;
    left: 0px;
    right: 0px;
    margin: auto;
  }
  .landing-text2 {
    left: -142px;
    color: rgb(0, 0, 0);
    bottom: 5px;
    margin: auto;
    font-size: 20px;
    font-family: Kalam;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
  }
}
