section.banner-sctn h1 {
  background: radial-gradient(
    77.99% 64.58% at 49.93% 17.71%,
    #ffffff 0%,
    rgba(255, 255, 255, 0.6) 100%
  );
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  font-size: clamp(40px, 5vw, 82px);
  font-weight: 700;
  max-width: 650px;
}
section.closed-project h2 {
  font-size: clamp(35px, 5vw, 48px);
}
.gate-way-card-img img {
  width: 520px;
  height: 300px;
}
.gateway-details {
  padding: 0 45px 25px;
}
.gateway-details h5 {
  font-size: 26px;
  margin-bottom: 35px;
}
.svg-direct.d-flex {
  gap: 10px;
}
.svg-direct.d-flex p {
  font-weight: 400;
  color: rgba(118, 118, 118, 1);
  font-size: clamp(15px, 5vw, 18px);
  margin-bottom: 0;
}
.gateway-details span {
  color: rgba(177, 180, 179, 1);
  font-size: clamp(15px, 5vw, 18px);
  font-weight: 400;
}
.flex-2.details-btn {
  align-items: baseline;
}
.d-flex.social-icon {
  gap: 30px;
}
.clipbox {
  clip-path: polygon(
    15% 0,
    22% 3%,
    100% 3%,
    100% 96%,
    85% 96%,
    75% 100%,
    0 100%,
    0 0
  );
  background: linear-gradient(205deg, rgba(255, 255, 255, 0) 0%, #2d2a2a 100%);
  background: linear-gradient(45deg, #181818, #212121);
}
.outline {
  display: inline-block;
  background: linear-gradient(80deg, #ffffff00, #4b4b4b);
  padding: 2px;
  clip-path: polygon(
    15% 0,
    22% 3%,
    100% 3%,
    100% 96%,
    85% 96%,
    75% 100%,
    0 100%,
    0 0
  );
  margin-bottom: 25px;
  width: -webkit-fill-available;
}

.gate-way-card-img {
  padding: 35px 16px 0;
  position: relative;
}
.swiper-pagination-bullet-active {
  background: #4ccbff !important;
}
.gate-way-card-img::before {
  content: "";
  position: absolute;
  background: #012f42;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  display: block;
  z-index: -1;
  right: -30px;
  top: -40px;
  filter: blur(51px);
}
.gate-way-card-img video#myVideo {
  width: 100%;
}

.ai-web a {
  color: #fff;
  background: rgba(20, 20, 20, 1);
  padding: 7px 17px;
  border-radius: 70px;
}
.fav-logo.text-end img {
  width: 65px !important;
  height: 65px;
  border: 2px solid #fff;
  border-radius: 16px;
}
.fav-logo.text-end {
  position: absolute;
  right: 15px;
  bottom: -30px;
}
.ai-web3 {
  padding: 0 15px;
  position: relative;
  top: -50px;
}
.project-details {
  /* max-width: 950px;
    margin: 60px auto; */
  margin-top: 60px;
}
.swiper-button-next,
.swiper-button-prev {
  bottom: 0 !important;
  top: auto !important;
}
.prev-next-bar .swiper-button-next:after,
.prev-next-bar .swiper-button-prev:after {
  display: none;
}
.next-click {
  margin-top: 55px;
}
.prev-next-bar i {
  background: #012f42;
  clip-path: circle(47% at 50% 50%);
  color: #fff;
  padding: 12px;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 34% !important;
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 38% !important;
  left: auto;
}

.cta_box {
  margin-bottom: 100px;
}

.cta_box .outbox {
  background: linear-gradient(
    166deg,
    rgba(200, 254, 11, 0.2) 0%,
    rgba(255, 255, 255, 0.1) 51.04%,
    rgba(200, 254, 11, 0.4) 100%
  );
}

.cta_box .inbox {
  box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.35);
  background: #0f1113;
  padding: 20px 20px 20px 50px;
}

.cta_box h3 {
  font-weight: 600;
  font-size: clamp(35px, 5vw, 52px) !important;
  text-align: center;
}
.cta_box p {
  font-weight: 400;
  font-size: clamp(16px, 5vw, 18px);
  color: #fff;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 300px;
  text-align: center;
}
.cta_box .flx {
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.kyc_no {
  font-weight: 400;
  font-size: 15px;
  line-height: 229%;
  color: #767676;
  align-items: center;
  gap: 8px;
}
.cta_box video {
  width: 100%;
  border-radius: 13px;
  margin-top: clamp(0px, 5vw, 15px);
}

/* header css */
div#navbarSupportedContent {
  justify-content: flex-end;
}
.header-btn.flex-1 {
  gap: 15px;
  justify-content: end;
}
.close-menu.text-end {
  display: none;
}
header.header-section {
  background: rgba(0, 47, 68, 0.2);
  position: sticky;
  z-index: 1;
  /* top: 0; */
}
header.header-section.is-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(0, 47, 68, 0.2);
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1) !important;
  backdrop-filter: blur(10px);
  animation: slideDown 0.6s ease-out;
  z-index: 999;
  height: 80px;
}

@keyframes slideDown {
  0% {
    transform: translateY(-90%);
  }

  100% {
    transform: translateY(0);
  }
}
.community-flex {
  gap: 15px;
}
.social-media-icon.d-flex {
  gap: 8px;
}
.footer-sctn p {
  color: rgba(126, 129, 128, 1);
  margin-bottom: 0;
}
.social-media-icon.d-flex {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  background: linear-gradient(180deg, rgba(56, 56, 56, 0.47) 0%, #1c1c1c 100%);
  padding: 5px 6px;
}
.footer-sctn {
  margin-bottom: 15px;
}
.social-icon a {
  background: #012f42;
  padding: 2px 4px;
}
.social-icon a svg {
  width: 20px;
}
.banner-sctn {
  position: relative;
  overflow: hidden;
  height: 100vh;
  /* z-index: -1;  */
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scaleX(-1);
}

.landing-full .project-details .clipbox {
  position: relative;
}
.landing-full .outline {
  margin-bottom: 45px;
}
.landing-full .project-details .clipbox:after {
  content: "";
  position: absolute;
  background: linear-gradient(133deg, #ffffff 50%, transparent 50%);
  width: 10px;
  height: 10px;
  top: 7px;
  left: 8px;
}
.landing-full .project-details .clipbox:before {
  content: "";
  position: absolute;
  background: linear-gradient(308deg, #ffffff 50%, transparent 50%);
  width: 11px;
  height: 10px;
  bottom: 32px;
  right: 5px;
}
.cta-video {
  position: relative;
}
.cta-video::after {
  position: absolute;
  content: "";
  background-image: url(../image/cta-logo.png);
  background-repeat: no-repeat;
  width: 65%;
  height: 100%;
  top: 78px;
  left: 43%;
}
.social-icon i {
  color: #4ccbff;
}

.video-background video {
  /* filter: invert(33%) sepia(82%) saturate(661%) hue-rotate(159deg) brightness(72%) contrast(102%);

  filter: sepia(100%) hue-rotate(130deg) brightness(100%);

  filter: sepia(100%) hue-rotate(130deg) brightness(100%) contrast(152%) ;


  filter: sepia(100%) hue-rotate(130deg) brightness(100%) contrast(152%) saturate(150%); */

  filter: sepia(100%) hue-rotate(518deg) brightness(69%) contrast(147%)
    saturate(167%);
}
/* .banner-sctn{
  overflow: unset;
} */
.banner-sctn::before {
  content: "";
  position: absolute;
  width: 100%;
  /*  / background: #42a1a470; /*/
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #060606 9.73%, rgba(6, 6, 6, 0) 63.9%);
}
.banner-sctn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 330px;
  bottom: -30px;
  left: 0;
  right: 0;
  /*  / backdrop-filter: blur(21px); /*/
  filter: blur(12px);
  /*  / background: url(../image/bg.png) no-repeat center; /*/
  background: linear-gradient(180deg, #00000000, #000000 74%);
  width: 130%;
}

.banner-sctn .contain-width {
  /* z-index: 10; */
  position: relative;
}
li.nav-item.meta-btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.project-details .outline-box .closed-img video,
.project-details .outline-box .closed-img img {
  width: 100%;
  height: 350px;
}
.nex-icon img {
  width: 50px !important;
}
.owl-nav.disabled {
  display: block !important;
}
.explore-btn svg {
  fill: #012f42;
}
.progress-bar__wrapper {
  position: relative;
}
.progress-bar__value {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transform: translate(-50%, -50%);
  right: 0;
  top: 9px;
  font-size: 11px;
  color: rgba(92, 225, 230, 1);
}
progress {
  width: 100%;
  height: 20px;
  border-radius: 0.25rem;
  background-color: rgba(56, 56, 56, 1);
  transition: width 300ms ease;
  margin-bottom: 25px;
}
progress[value]::-webkit-progress-bar {
  width: 100%;
  height: 20px;
  border-radius: 0.25rem;
  background-color: rgba(56, 56, 56, 1);
  transition: width 300ms ease;
}
progress[value]::-webkit-progress-value {
  width: 0;
  border-radius: 0.25rem;
  background-color: rgba(92, 225, 230, 1);
  transition: width 300ms ease;
  box-shadow: -1.01px 0px 4.05px 0px rgba(0, 0, 0, 0.25);
}

.progressWrapper {
  width: 100%;
  color: #fff;
}
.progressStatus {
  font-weight: 600;
  font-size: 17px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 2px;
}
.progressStatus .progressNumbers {
  display: flex;
  gap: 4px;
}
.progressBar {
  position: relative;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, 0.04);
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  border-radius: 6px;
  margin-bottom: 25px;
}
.progress {
  display: flex;
  height: 20px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  width: 24%;
  background-color: #5ce1e6;
}
.progressPercentage {
  display: flex;
  gap: 6px;
}
