@font-face {
  font-family: "Futura PT Book";
  src: url("../font/new-font/FuturaPT-Light.woff2") format("woff2"),
    url("../font/new-font/FuturaPT-Light.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* @import url('https://fonts.googleapis.com/css2?family=Overpass:wght@100;200;300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lusitana:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Khand:wght@400;500&display=swap'); */

:root {
  --lines-position: translate(0, -84px);
  --lines-position-second: translateY(-101.5px);
  --squares-position: translateY(-73px);

  --color-1: #3b3b3b;
  --color-2: #0e0e0edf;
  --color-3: #101010;
  --color-4: #000000;
  --color-5: #212121;
  --color-6: #171717;
  --color-7: #191919;
  --color-8: #fff;
  --color-9: #000000;
  --color-10: #ffffff;
  --color-11: #222222;
  --color-12: #282828e2;
  --color-13: #262626;
  --color-14: #252525;
  --color-15: #2a2a2a;
  --color-16: #484848;
  --color-17: #000000;
  --color-18: #151515;
  --color-19: #292929;
}

[data-theme="light"] {
  --color-1: #0c255c;
  --color-2: #263770;
  --color-3: #253964;
  --color-4: #193777;
  --color-5: #121942;
  --color-6: #242f6a;
  --color-7: #334e7b;
  --color-8: #c5c5c5;
  --color-9: #151f53;
  --color-10: #5162bd;
  --color-11: #293994;
  --color-12: #1d294ee2;
  --color-13: #173c6b;
  --color-14: #1e3f85;
  --color-15: #214491;
  --color-16: #32449c;
  --color-17: #07274a;
  --color-18: #142d63;
  --color-19: #17305a;
}

body {
  /* background: #000000ce url(../img/gif.gif)no-repeat center center/cover; */
  /* background-blend-mode: overlay; */
  height: 100vh;
  /* backdrop-filter: blur(3px); */
  font-family: "Futura PT Book" !important;
  position: relative;
  overflow: hidden;
}

/* loader */
.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  /* transition: all 10s ease-in-out; */
}

.preloader.loaded {
  visibility: hidden;
  /* opacity: 0; */
}

.preloader .animation-preloader {
  z-index: 1000;
}

.preloader .animation-preloader .spinner {
  /*animation: spinner 1s infinite linear;*/
  border-radius: 50%;
  /* border: 3px solid rgb(255, 255, 255); */
  /* border-top-color: var(--theme); */
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

.preloader .spinner img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  rotate: -32deg;
  filter: brightness(0) saturate(100%) invert(55%) sepia(3%) saturate(0%)
    hue-rotate(160deg) brightness(91%) contrast(94%);
}

@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}

.preloader .animation-preloader .txt-loading {
  font: bold 5em "Futura PT Book";
  text-align: center;
  user-select: none;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}

.preloader .animation-preloader .txt-loading .letters-loading {
  color: #000;
  position: relative;
}

.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(6):before {
  animation-delay: 0.9s;
}

.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(7):before {
  animation-delay: 1s;
}

.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(8):before {
  animation-delay: 1.1s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
  /* animation: letters-loading 0.5s infinite; */
  color: #000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Futura PT Book";
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}

.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #000;
}

.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.preloader .loader .row {
  height: 100%;
}

.preloader .loader .loader-section {
  padding: 0px;
}

.preloader .loader .loader-section .bg {
  background-color: #e2e2e2;
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
  /*width: 0;*/
  transition: none;
  /*-webkit-transition: 0.7s;*/
  /*-moz-transition: 0.7s;*/
  /*-ms-transition: 0.7s;*/
  /*-o-transition: 0.7s;*/
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes spinner {
  /*to {*/
  /*  -webkit-transform: rotateZ(360deg);*/
  /*  transform: rotateZ(360deg);*/
  /*}*/
}

@keyframes spinner {
  /*to {*/
  /*  -webkit-transform: rotateZ(360deg);*/
  /*  transform: rotateZ(360deg);*/
  /*}*/
}

@-webkit-keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}

@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}

.float-bob-y {
  /* -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; */
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes wave {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-25%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.coming_soon_content h1 {
  /* text-shadow: 4px 3px 4.5px rgb(180 180 180 / 59%); */
  font-size: 5rem;
  letter-spacing: 3.7px;
  font-weight: 700;
}
.coming_soon_content p {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.counter li {
  display: inline-block;
  font-size: 20px;
  list-style-type: none;
  padding: 10px 45px 10px 0;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.counter li span {
  display: block;
  font-size: 4rem;
  color: #fff;
  font-weight: 700;
}

.iam {
  color: #d7d7d7;
  font-size: 45px;
  font-weight: 700;
  display: none;
}
.text {
  border-right: 2px solid rgb(94, 94, 94);
  font-size: 55px;
  font-family: sans-serif;
  color: #d7d7d7;
  display: inline;
}
.typed-cursor {
  display: none;
}

.btn_container input {
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
}

.email_btn:hover {
  color: #000;
  text-decoration: none;
}
.email_btn:focus{
  outline: none !important;

}
.email_btn {
  position: absolute;
  right: 0;
  top: 0px;
  right: 0px;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%;
  background-color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 30px;
  color: #000;
}
.form-control::placeholder {
  color: #fff;
}
.form-control:focus {
  background-color: transparent;
  color: #fff;
}
.btn_container {
  width: 30%;
}
.container-fluid {
  width: 84%;
}
.head-type {
  /* position: absolute;
  width: 100%;
  right: 0;
  top: 0; */
}

@media screen and (max-width: 1399px) {
  .coming_soon_content h1 {
    font-size: 3.8rem;
    margin-bottom: 0 !important;
  }
  .coming_soon_content p {
    font-size: 18px;
  }
  .btn_container {
    width: 50%;
  }
}
@media screen and (max-width: 1199px) {
  .coming_soon_content h1 {
    font-size: 3.4rem;
  }
  .coming_soon_content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .coming_soon_content h1 {
    font-size: 3.1rem;
  }
  .btn_container {
    width: 64%;
  }
  .container-fluid {
    width: 100%;
  }
   .coming_sec{
    background-size: contain !important;
  }
  body{
    background-color: #000;
  }
}
@media screen and (max-width: 767px) {
  .btn_container {
    width: 75%;
  }
  .coming_soon_content h1 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 575px) {
  .coming_soon_content p {
    font-size: 13px;
  }
  .coming_soon_content h1 {
    font-size: 2rem;
  }
  .btn_container {
    width: 100%;
  }
  .coming_sec .container-fluid{
    padding: 20px !important;
  }
}
@media screen and (max-width: 400px) {
  .coming_soon_content p {
    font-size: 11px;
  }
  .coming_soon_content h1 {
    font-size: 1.8rem;
  }
  .preloader .animation-preloader .txt-loading {
        font-size: 1.7em;
    }
    .preloader .spinner img{
      width: 70% !important;
      rotate: -35deg;
      height: 50%;
    }
    .preloader .animation-preloader .spinner{
      margin-bottom: 0 !important;
      height: auto !important;
    }
}
@media screen and (max-width: 375px){
      .coming_soon_content h1 {
        font-size: 1.4rem;
    }
}
/* deepcss */
.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff; /* Add background color for fade effect */
  opacity: 1;
  transition: opacity 0.8s ease-out, visibility 0.8s ease-out;
}

.preloader.loaded {
  opacity: 0;
  visibility: hidden;
}

.preloader .animation-preloader {
  z-index: 1000;
  animation: fadeIn 1.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Keep all your existing loader styles below */
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
.swal2-popup{
  background-color: #222222;
}
.swal2-title,.swal2-html-container{
  color: #fff;
}