@font-face {
  font-family: "Nexa";
  src: url("/fonts/Nexa-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Nexa";
  src: url("/fonts/nexa-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Nexa";
  src: url("/fonts/NexaBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
::selection {
  background: #168cfa;
  color: #06051a;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #06051a;
  font-family: "Nexa", sans-serif;
  font-weight: 400;
}
#page_wrapper {
  overflow: hidden;
}
.banner-heading,
h1 {
  font-family: "Nexa", sans-serif;
  font-weight: 300;
  font-size: 78px;
  line-height: 1;
  color: #fff;
}
.inner-primary-heading,
h2 {
  font-family: "Nexa", sans-serif;
  font-weight: 300;
  font-size: 60px;
  line-height: 1;
  color: #fff;
}
h3 {
  font-size: 32px;
  font-family: "Nexa", sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 1;
}
h4 {
  font-size: 24px;
  font-family: "Nexa", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
p {
  color: #a9a8bf;
  font-size: 18px;
  line-height: 1.5;
}
.white-text {
  color: #fff;
}
.word-color {
  color: #a9a8bf;
}
.all-btns {
  position: relative;
  padding: 13px 32px;
  font-size: 14px;
  color: #fff;
  border-radius: 8px;
  isolation: isolate;
}
.all-btns::before {
  position: absolute;
  content: "";
  inset: 1px;
  background: #0e0d21;
  border-radius: 8px;
  z-index: -1;
  transition: all 0.3 ease;
}
.all-btns::after {
  position: absolute;
  content: "";
  background: linear-gradient(to bottom, #373557 100%, #0e0d21 100%);
  inset: 0;
  border-radius: 8px;
  z-index: -2;
  transition: all 0.3s ease;
}
.all-btns:hover {
  background-color: #168cfa;
}
.all-btns:hover::before,
.all-btns:hover::after {
  opacity: 0;
}

@keyframes floatElement {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  100% {
    transform: translateY(20px) rotate(5deg);
  }
}
@keyframes scalingElement {
  0% {
    transform: translateY(0) scale(1) rotate(0deg);
  }
  100% {
    transform: translateY(20px) scale(1.2) rotate(5deg);
  }
}

/* Future Section */
#future {
  padding: 176px 0 220px;
  border-top: 1px solid #373657;
  position: relative;
}
.future-heading {
  font-size: 78px;
  text-align: center;
  max-width: 830px;
  margin: auto;
}
.future-button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.future-blur-circle {
  position: absolute;
  left: 50%;
  top: -60%;
  width: 1014px;
  transform: translateX(-50%);
  pointer-events: none;
}
.bottom-box-wrapper {
  position: relative;
}
.future-anim-img {
  position: absolute;
  pointer-events: none;
}
.future-big-square {
  max-width: 191px;
  top: -250px;
  left: 50px;
  animation: floatElement 2s linear infinite alternate;
}
.future-bottom-triangle {
  max-width: 95px;
  top: 130px;
  left: 130px;
  animation: floatElement 3s linear infinite alternate;
}
.future-small-square {
  max-width: 120px;
  bottom: -240px;
  left: 350px;
  z-index: 3;
  animation: scalingElement 2s linear infinite alternate;
}
.future-top-triangle {
  max-width: 84px;
  top: -165px;
  right: 150px;
  animation: scalingElement 3s linear infinite alternate;
}
.future-circle {
  max-width: 370px;
  bottom: -300px;
  right: 0;
  animation: floatElement 3s linear infinite alternate;
}
/* Future Section END */

/* Works for You */
#works_for_you {
  padding: 160px 0 60px;
  background-image: linear-gradient(to top, #121124, rgba(18, 17, 36, 0.5));
}
.works-for-you-heading {
  max-width: 500px;
  margin: 0 auto 85px;
}
.works-for-you-box {
  padding: 36px 38px;
  position: relative;
  border-radius: 25px;
  /* max-width: 519px; */
  max-width: 81.5%;
  margin: auto;
  z-index: 9;
}
.works-for-you-box::before {
  position: absolute;
  content: "";
  inset: 1px;
  border-radius: 25px;
  background-image: linear-gradient(to bottom, rgba(18, 17, 36, 0.5), #121124);
  z-index: -1;
  opacity: 1;
}
.works-for-you-box::after {
  position: absolute;
  content: "";
  background: linear-gradient(to bottom, #373557, #0e0d21);
  inset: 0;
  border-radius: 25px;
  z-index: -2;
  opacity: 1;
}
.works-for-you-box img {
  margin-bottom: 30px;
}
.works-for-you-box h3 {
  margin-bottom: 16px;
}
.works-for-you-wrapper {
  position: relative;
  padding-bottom: 60px;
}
.works-for-you-wrapper::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #373657;
}
.progress-line {
  position: absolute;
  content: "";
  left: 50%;
  top: 40px;
  width: 2px;
  height: calc(100% - 40px);
  background-color: #373657;
}
.fill-line {
  position: absolute;
  content: "";
  width: 200%;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(to top, #3173e8, transparent);
  border-radius: 100vw;
}
.dot {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #3173e8;
  /* z-index: 2; */
}
.dot.right {
  left: -79px;
}
.dot.left {
  right: -82px;
}
.dot::before,
.dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #3173e8;
  opacity: 1;
  transform: translate(-50%, -50%);
  animation: pulse 2.5s linear infinite;
}

/* Second ring delay for layering */
.dot::after {
  animation-delay: 1s;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0.6;
  }
}

.works-for-you-box .dot {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.works-for-you-box.active .dot {
  opacity: 1;
}
/* Works for You END */

@media (max-width: 1399px) {
  .future-bottom-triangle {
    left: 50px;
  }
  .future-small-square {
    left: 250px;
  }
  .dot.right {
    left: -73px;
  }
  .dot.left {
    right: -74px;
  }
}
@media (max-width: 1199px) {
  .future-bottom-triangle {
    left: -50px;
  }
  .future-small-square {
    left: 150px;
  }
  .dot.right {
    left: -64px;
  }
  .dot.left {
    right: -65px;
  }
}

@media (max-width: 1024px) {
  .banner-heading,
  h1 {
    font-size: 62px;
  }
  .inner-primary-heading,
  h2 {
    font-size: 52px;
  }
  h3 {
    font-size: 30px;
  }
  .future-heading {
    font-size: 62px;
  }
  .future-big-square {
    max-width: 107px;
    top: -220px;
    left: 10px;
  }
  .future-top-triangle {
    max-width: 68px;
    right: 20px;
    top: -160px;
  }
  .future-small-square {
    max-width: 65px;
    left: 10px;
    bottom: -230px;
  }
  .future-circle {
    max-width: 286px;
  }
  .future-bottom-triangle {
    max-width: 57px;
    left: 20px;
    top: 200px;
  }
}

@media (max-width: 991px) {
  .dot.right {
    left: -54px;
  }
  .dot.left {
    right: -55px;
  }
}

@media (max-width: 767px) {
  .banner-heading,
  h1 {
    font-size: 58px;
  }
  .inner-primary-heading,
  h2 {
    font-size: 50px;
  }
  h3,
  h4 {
    font-size: 22px;
  }
  p {
    font-size: 16px;
  }
  #future {
    padding: 134px 0 260px;
  }
  .future-heading {
    font-size: 58px;
  }
  .future-big-square {
    max-width: 107px;
    top: -180px;
    left: 10px;
  }
  .future-top-triangle {
    max-width: 68px;
    right: 20px;
    top: -120px;
  }
  .future-small-square {
    max-width: 65px;
    left: 10px;
    bottom: -290px;
  }
  .future-circle {
    max-width: 286px;
  }
  .future-bottom-triangle {
    max-width: 57px;
    left: 20px;
    top: 270px;
  }
  .progress-line {
    left: calc((100% - 80%) - 50px);
  }
  .dot.left {
    left: -55px;
  }
}
