@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.ttf");
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins-SemiBold.ttf");
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.ttf");
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.ttf");
}

@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/Poppins-Light.ttf");
}

/* h3 {
  font-family: Poppins-Bold;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -100px;
  color: #071821;
  font-size: 3rem;
} */

.logoimg {
  text-align: center;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -100px;
  width: 20%;
}
.scroll-down-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  margin-top: 20px;
  color: #fff;
  font-size: 0.81rem;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  animation: scrollDown 2s infinite;
  mix-blend-mode: exclusion;
  z-index: 20;
}

section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150vh;
  background-color: #190a4d;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: ellipse(45% 45% at 50% 50%);
  /* clip-path: circle(10% 10% at 40% 40%) !important; */
  overflow: hidden;
}

.innerText {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  white-space: nowrap;
  z-index: 1;
  font-size: 12vw;
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Poppins-Bold;
}

.innerTextone {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-0%);
  white-space: nowrap;
  z-index: 1;
  font-size: 12vw;
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Poppins-Bold;
}

.text {
  position: absolute;
  top: 50%;
  left: 150%;
  transform: translateY(-50%);
  white-space: nowrap;
  z-index: 1;
  font-size: 12vw;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  text-align: center;
  width: 100%;
  font-family: Poppins-Bold;
}

.textone {
  position: absolute;
  top: 80%;
  left: 150%;
  transform: translateY(-50%);
  white-space: nowrap;
  z-index: 1;
  font-size: 12vw;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  text-align: center;
  width: 100%;
  font-family: Poppins-Bold;
}
.rela {
  position: relative;
  min-height: 150vh;
}

@keyframes scrollDown {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
  30% {
    opacity: 1;
  }
  120% {
    opacity: 0;
    transform: translate(-50%, 22px);
  }
}

.video-wrapper {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-wrapper .video {
  position: absolute;
  background-size: cover;
  transition: 1s opacity;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 160%;
  object-fit: contain;
}
.videoSection {
  height: 0px;
  padding-bottom: 56.2%;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .text {
    top: 50%;
    left: 150%;
    z-index: 1;
    font-size: 12vw;
    text-align: center;
    width: 50%;
    font-family: Poppins-Bold;
  }
  section {
    height: 25vh !important;
  }
  .rela {
    min-height: 25vh !important;
  }
  .logoimg {
    top: 20%;
    left: 50%;
    margin-top: 0px;
    width: 40%;
  }
  .text {
    font-size: 10vw;
    color: transparent;
    -webkit-text-stroke: 0.5px #fff;
  }
  .innerText {
    font-size: 10vw;
  }
  .video {
    width: 100% !important;
  }
  .contactUsGradient .w60 {
    width: 100%;
    font-family: "Poppins-Light";
  }
}
