﻿@import url("../../css2");

* {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  list-style: none !important;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  background-color: black;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow_x_hidden {
  overflow-x: hidden;
}

:root {
  /* FONT-SIZE */
  --fs-small: 14px;
  --fs-base: 14px;
  --fs-md: 16px;
  --fs-2xl: 18px;
  --fs-3xl: 24px;
  --fs-5xl: 34px;
  --fs-7xl: 42px;
  /* COLORS */
  --btn-gradient: linear-gradient(90deg, #6601cd 0%, #cb2aef 100%);
  --bg-blur: linear-gradient(129.4deg,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0.1) 0.01%,
      rgba(255, 255, 255, 0.03) 100%);
  --clr-white07: rgba(255, 255, 255, 0.7);
  --hero-gradient: linear-gradient(0deg,
      rgba(0, 0, 0, 0.41),
      rgba(0, 0, 0, 0.41)),
    linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 45.18%);
  /* FONT-WEIGHT */
  --fw-regular: 400;
  --fw-md: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-extrabold: 800;
}

.ff_montserrat {
  font-family: "Montserrat", sans-serif;
}

.ff_exo {
  font-family: "Exo", sans-serif;
}

.ff_poppins {
  font-family: "Poppins", sans-serif;
}

.ff_mukta {
  font-family: "Mukta", sans-serif;
}

/* FONT-SIZE */
.fs_small {
  font-size: var(--fs-small);
}

.fs_base {
  font-size: var(--fs-base);
}

.fs_md {
  font-size: var(--fs-md);
}

.fs_2xl {
  font-size: var(--fs-2xl);
}

.fs_3xl {
  font-size: var(--fs-3xl);
}

.fs_5xl {
  font-size: var(--fs-5xl);
}

.fs_7xl {
  font-size: var(--fs-7xl);
}

/* COLORS */
.text_white07 {
  color: var(--clr-white07);
}

.btn_gradient {
  background: var(--btn-gradient);
}

/* font-weight */
.fw_regular {
  font-weight: var(--fw-regular);
}

.fw_md {
  font-weight: var(--fw-md);
}

.fw_semibold {
  font-weight: var(--fw-semibold);
}

.fw_bold {
  font-weight: var(--fw-bold);
}

.fw_extrabold {
  font-weight: var(--fw-extrabold);
}

.min_vh_100 {
  min-height: 100vh;
}

/* other-css */
header {
  /* background-image: url(/assets/img/png/hero-gif.gif); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar-toggler-icon {
  background-image: url(../img/png/menu-icon-4.jpg);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.nav_btn {
  padding: 12px 30px;
}

.hero_btn {
  padding: 14px 32px;
}

.bot_btn:hover {
  background: linear-gradient(90deg, #cb2aef 0%, #6601cd 100%);
}

.nav_btn:hover {
  background: linear-gradient(90deg, #cb2aef 0%, #6601cd 100%);
}

.hero_btn:hover {
  background: linear-gradient(90deg, #cb2aef 0%, #6601cd 100%);
}

.rocket-video {
  width: 100%;
  left: 50%;
  bottom: 50%;
  max-width: 1000px;
  mix-blend-mode: lighten;
  transform: translate(-25%, 50%);
}

.hero_text {
  background: radial-gradient(100% 100% at 50% 0%,
      #6601cd 22.47%,
      #cb2aef 26.08%,
      #ffffff 51.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.close-btn {
  position: absolute;
  top: 30px;
  right: 13px;
  z-index: 99;
  width: 50px;
}

.circle_text:after {
  position: absolute;
  content: url(../img/png/free-circle.png);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: rotate 15s linear infinite;
}

.index_10 {
  z-index: 10;
}

.static {
  background-image: url(../img/png/static-bg.png);
  background-size: 100% auto;
  margin-top: -50px;
}

.bg_gradient {
  background: var(--hero-gradient);
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.index_2 {
  z-index: 2;
}

.index-1 {
  z-index: -1;
}

.min_vh_75 {
  min-height: 75vh;
}

.translate_y_40 {
  transform: translateY(-46px);
}

.pb_10 {
  padding-bottom: 70px;
}

.how_blur1 {
  top: -42%;
  left: -5%;
  z-index: -1;
}

.statistic-bg {
  background: var(--btn-gradient);
}

.feed_bg {
  background-image: url(../img/png/feed-bg.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: -58px;
}

.stats-cards {
  background: var(--bg-blur);
  border-radius: 6px;
  padding: 21px 73px;
  transition: 300ms ease-in-out;
  height: 100%;
}

.stats-cards:hover {
  background-color: white;
}

.stats-cards:hover path {
  fill: url(#grad);
}

.stats-cards:hover h3,
.stats-cards:hover p,
.stats-cards:hover span {
  background-color: white;
  background: var(--btn-gradient);
  background: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.f_cards {
  background: var(--bg-blur);
  border: 1px solid transparent;
  border: 1px solid;
  border-image-source: linear-gradient(129.4deg,
      rgba(255, 255, 255, 0.17) 0%,
      rgba(255, 255, 255, 0.1) 0.01%,
      rgba(255, 255, 255, 0.08) 100%);
  border-image-slice: 1;
  backdrop-filter: blur(15px);
  border-radius: 6px;
  padding: 27px 10px 21px;
}

.f_cards:hover>.mb-4 {
  transform: translateY(-20%);
}

.text_gradient {
  background: var(--btn-gradient);
  background: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.f_cards:hover {
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
}

.f_cards:hover img {
  opacity: 1 !important;
}

.f_cards>.mb-4 {
  transition: all linear 400ms;
}

.lh_4 {
  line-height: 27px;
}

.slick-next {
  display: none !important;
}

.slick-prev {
  display: none !important;
}

.active1::after {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  border-radius: 10px;
  background: var(--btn-gradient);
  left: 0;
  bottom: -30%;
  transition: all linear 300ms;
}

.active1:hover::after {
  width: 100%;
}

p:hover {
  opacity: 1 !important;
}

.howwork {
  padding: 16px 16px;
  transition: all 300ms ease-in-out;
  border: 1px solid transparent;
  border-radius: 6px;
}

.howwork:hover {
  background: var(--bg-blur);
  border: 1px solid transparent;
  border-image: var(--btn-gradient);
  border-image-slice: 1;
}

.about_bg {
  background-image: url("../img/png/about-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
}

.how_blur {
  width: 300px;
  height: 300px;
  background-color: #6601cd;
  background: linear-gradient(90deg, #6601cd 0%, #cb2aef 100%);
  background: -moz-linear-gradient(90deg, #6601cd 0%, #cb2aef 100%);
  z-index: -1;
  border-radius: 50%;
  filter: blur(250px);
  -webkit-filter: blur(170px);
  opacity: 1;
}

.how_blur_2 {
  width: 300px;
  height: 300px;
  background-color: #6601cd;
  background: linear-gradient(90deg, #6601cd 0%, #cb2aef 100%);
  background: -moz-linear-gradient(90deg, #6601cd 0%, #cb2aef 100%);
  z-index: -1;
  border-radius: 50%;
  -webkit-filter: blur(170px);
  opacity: 1;
}

.accordion-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.21) !important;
}

.accordion-item {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21) !important;
}

.accordion-button:not(.collapsed) {
  color: white;
  background-color: transparent !important;
  box-shadow: none !important;
}

.accordion-button {
  color: white !important;
  background-color: transparent !important;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none !important;
}

.accordion-button::after {
  background-image: url("../img/png/down-arrow.png");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../img/png/up-arrow.png");
  transform: rotate(360deg);
}

.top_br {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

nav {
  background-color: transparent;
  backdrop-filter: blur(10px);
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
}

.plane {
  right: 10%;
  bottom: 10%;
}

.slider_bg {
  background-image: url(../img/png/Frame.png);
  background-position: center;
  background-size: cover;
}

.menu {
  width: 35px;
  height: 20px;
  outline: none;
  z-index: 1;
}

.line1 {
  content: "";
  height: 3px;
}

.line2 {
  content: "";
  height: 3px;
}

.line3 {
  content: "";
  height: 3px;
  transition: all linear 300ms;
}

.nav_bar {
  position: absolute;
  background: black;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  width: 100%;
  min-height: 100vh;
  top: 0;
  left: -130%;
  justify-content: center;
  transition: all 300ms ease-out;
  z-index: 23;
}

.menu:hover .line3 {
  width: 100% !important;
}

.show_nav {
  left: 0;
}

@media (min-width: 576px) {
  .mt_10 {
    margin-top: 0;
  }

  .statistic-bg {
    background-size: 100% 100%;
    background-image: url(../img/png/static-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -58px;
  }

  .pb_10 {
    padding-bottom: 100px;
  }

  .min_vh_100 {
    min-height: 100vh;
  }
}

@media (min-width: 768px) {
  :root {
    /* FONT-SIZE */
    --fs-small: 14px;
    --fs-base: 16px;
    --fs-md: 18px;
    --fs-2xl: 20px;
    --fs-3xl: 28px;
    --fs-5xl: 42px;
    --fs-7xl: 54px;
  }

  .howwork {
    padding: 31px 16px;
  }

  .feed_bg {
    min-height: 70vh;
  }
}

@media (min-width: 992px) {
  .feed_bg {
    min-height: 103vh;
  }

  .min_vh_75 {
    min-height: 65vh;
  }
}

@media (min-width: 1200px) {
  :root {
    /* FONT-SIZE */
    --fs-small: 14px;
    --fs-base: 16px;
    --fs-md: 18px;
    --fs-2xl: 20px;
    --fs-3xl: 30px;
    --fs-5xl: 48px;
    --fs-7xl: 70px;
  }

  .min_vh_75 {
    min-height: 80vh;
  }

  .statistic-bg {
    background-size: 100% auto;
    transform: translateY(-40px);
  }

  nav {
    background-color: transparent;
    backdrop-filter: blur(0px);
    position: static !important;
  }

  .nav_bar {
    position: static;
    background-color: unset;
    backdrop-filter: unset;
    width: unset;
    min-height: unset;
  }
}

.slider-container .arrow-left {
  content: url(../img/png/left-arrow.png);
  left: 20%;
  top: 35%;
  cursor: pointer;
  z-index: 9;
}

.slider-container .arrow-right {
  content: url(../img/png/right-arrow.png);
  right: 20%;
  top: 35%;
  cursor: pointer;
  z-index: 9;
}

@media (min-width: 1400px) {
  .statistic-bg {
    background-size: 100% 100%;
    transform: translateY(-15px);
    min-height: 57vh;
  }

  .slider-container .arrow-left,
  .slider-container .arrow-right {
    top: 30%;
  }

  .min_vh_75 {
    min-height: 59vh;
  }

  .feed_bg {
    min-height: 80vh;
  }
}

/* SLIDER-3D */
.slider-container {
  width: auto;
  margin: 0 auto;
}

.frame {
  background-image: url(../img/png/Frame.png);
  background-position: center;
  background-size: 100% 100%;
  min-height: 110vh;
}

@media (max-width: 768px) {
  .frame {
    min-height: 90vh !important;
  }

  .rocket-video {
    width: 100%;
    left: 25%;
    bottom: 25%;
    max-width: 1000px;
    mix-blend-mode: lighten;
    transform: translate(-25%, 50%);
  }

  .slider-container .slider {
    height: 70vh !important;
  }
}

@media (min-width: 1600px) {
  .slider-container .slider .slide {
    left: 50%;
    top: 20% !important;
    transform: translate3d(-50%, -10%, 0) scale3d(0.1, 0.1, 1);
    transition: transform 0.9s ease-in-out 0s, z-index 0.1s ease-in-out 0.1s;
  }

  .slider-container .slider .slide.prev-2 {
    transform: translate3d(-70%, -0%, 0) scale3d(1.2, 1.2, 1) !important;
    z-index: 1;
    opacity: 0.5;
  }

  .slider-container .slider .slide.prev-1 {
    transform: translate3d(-63%, -2%, 0) scale3d(1.2, 1.2, 1) !important;
    z-index: 2;
    opacity: 0.7;
  }

  .slider-container .slider .slide.next-1 {
    z-index: 2;
    opacity: 0.5;
    transform: translate3d(-36%, -2%, 0) scale3d(1.2, 1.2, 1) !important;
  }

  .slider-container .slider .slide.next-2 {
    z-index: 1;
    transform: translate3d(-30%, -0%, 0) scale3d(1.2, 1.2, 1) !important;
    opacity: 0.3;
  }

  .slider-container .slider .slide.active {
    z-index: 3;
    transform: translate3d(-50%, -0%, 0) scale3d(1.3, 1.3, 1) !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .slider-container .arrow-left,
  .slider-container .arrow-right {
    top: 44%;
  }
}

@media (min-width: 1900px) {
  .frame {
    min-height: 70vh !important;
  }
}

.slider-container .slider {
  height: 100vh !important;
  text-align: start;
}

.slider-container .slider .slide {
  left: 50%;
  top: 0%;
  transform: translate3d(-50%, -10%, 0) scale3d(0.1, 0.1, 1);
  transition: transform 0.9s ease-in-out 0s, z-index 0.1s ease-in-out 0.1s;
}

.slider-container .slider .slide.prev-2 {
  transform: translate3d(-70%, -0%, 0) scale3d(0.7, 0.7, 1);
  z-index: 1;
  opacity: 0.5;
}

.slider-container .slider .slide.prev-1 {
  transform: translate3d(-63%, -2%, 0) scale3d(0.7, 0.7, 1);
  z-index: 2;
  opacity: 0.7;
}

.slider-container .slider .slide.next-1 {
  z-index: 2;
  opacity: 0.5;
  transform: translate3d(-36%, -2%, 0) scale3d(0.7, 0.7, 1);
}

.slider-container .slider .slide.next-2 {
  z-index: 1;
  transform: translate3d(-30%, -0%, 0) scale3d(0.7, 0.7, 1);
  opacity: 0.3;
}

.slider-container .slider .slide.active {
  z-index: 3;
  transform: translate3d(-50%, -0%, 0) scale3d(0.8, 0.8, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gif {
  bottom: 20%;
  right: 10%;
  height: 400px;
}

.blur {
  height: 250px;
  width: 250px;
  background: linear-gradient(90deg, #6601cd 0%, #cb2aef 100%);
  filter: blur(121px);
}

@media (max-width: 992px) {
  .slider-container .slider {
    height: 75vh !important;
  }

  .frame {
    min-height: 60vh !important;
  }
}

@media (max-width: 576px) {
  .slider-container .slider {
    height: 50vh !important;
  }

  .rocket-video {
    width: 100%;
    left: 25%;
    bottom: 15%;
    max-width: 1000px;
    mix-blend-mode: lighten;
    transform: translate(-25%, 50%);
  }

  .slider-container .slider {
    height: 350px;
  }
}

.btn_to_top {
  width: 45px !important;
  height: 45px !important;
  background-color: #cb2aef !important;
  border: 2px solid white;
  border-radius: 50%;
  color: white;
  font-size: 24px;
  z-index: 23456;
  transition: all linear 300ms;
}

.btn_to_top:hover {
  box-shadow: 1px 1px 10px 2px #6601cd;
}

.fixed-nav {
  position: fixed !important;
  top: 0;
}

.mt-11px {
  margin-top: 11px;
}

.mt-19px {
  margin-top: 19px !important;
}


video {
  object-fit: cover;
  z-index: -1;
}