body,
html {
  overflow-x: hidden;
  margin: 0;
  height: 100vh;
  background-color: #000; 
}

.first-cont {
  background-image: url("../assets/gradient-first.png");
}

.title-first {
  font-size: 2.6em;
  font-weight: bold;
}

.text-gradient-image {
  /*background-image: url("../assets/Gradient.png");*/
  background: linear-gradient(102.95deg, #F15A2E 10.02%, #DF9FAE 48.79%, #D7115B 94.81%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-with-gradient-image {
  background-position: center;
  background-size: 100% 100%;
}

.why-sec-title {
  font-weight: bold;
  background: linear-gradient(102.95deg, #F15A2E 10.02%, #DF9FAE 48.79%, #D7115B 94.81%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
}

.why-sec-title-2 {
  font-weight: bold;
  background: linear-gradient(102.95deg, #F15A2E 10.02%, #DF9FAE 48.79%, #D7115B 94.81%);
  font-size: 3em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-position: center;
  background-size: 98% 107%;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 20px;
}

.title-first sup {
  background: inherit;
}

@media (min-width: 992px) {
  .second-secion {
    height: 460px;
    background-color: #d9d4ff;
    color: #444067;
  }

  .why-sec-title {
    font-size: 1.1em;
  }

  .section-with-gradient-image {
    padding: 0 !important;
  }
}

.second-secion {
  background-color: #d9d4ff;
  color: #444067;
}

.backer-title {
  width: 70%;
  font-family: "Sequel Sans Semi Bold Body";
  font-size: 90.21px;
  font-weight: 375;
  line-height: 99.24px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #8158672e;
  position: relative;
}

section {
  margin-right: auto;
  margin-left: auto;
}

section.first .container {
  width: 100%;
}

.exchange-rate {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
}

.exchange-rate span {
  color: white;
}

.top-button {
  border: 1.02px solid #988cf1 !important;
  border-radius: 27px !important;
  color: white !important;
}

.second-secion .container {
  width: 50%;
  padding-block-start: 4em;
}

.zoom-img {
  gap: 0px;
  border-radius: 70.47px;
  opacity: 0px;
  overflow: hidden;
}

.title--cust-card {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 51.83px;
  letter-spacing: -0.02em;
}

.image-card {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease-in-out;
}

.icon-image {
  width: 50px;
  height: 50px;
}

.paragraph-cust-card {
  font-size: 17.28px;
  font-weight: 300;
  line-height: 29.47px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #b0b0b0;
}

.icon-text {
  font-family: Nohemi;
  font-size: 20.32px;
  font-weight: 400;
  line-height: 51.83px;
  letter-spacing: -0.02em;
  text-align: center;
}

.title-how {
  font-size: 1.6em;
  font-weight: 500;
}

.paragraph-how {
  color: #b0b0b0;
  font-size: 17.28px;
  font-weight: 300;
  line-height: 29.47px;
  letter-spacing: -0.02em;
  text-align: center;
}

.card-how {
  height: 500px;
  border-radius: 70px;
  border: 1.02px solid #d9d9d9;
  padding: 10%;
}

.card-feature {
  height: 320px;
  text-align: center;
  padding: 10%;
  position: relative;
}

.card-border-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 25px;
  padding: 4px;
  border: 1px solid #42454D !important;
  border-radius: 40px  !important;
  pointer-events: none;
}

.sec-80 {
  width: 80%;
}

.card-how:hover {
  transition: all 0.5s ease-in-out;
  border-color: #988cf1;
}

.card-how-icon {
  margin-bottom: 5%;
  padding-top: 10px;
}

.card-how-title {
  margin-bottom: 5%;
}

.card-how:hover .card-how-title h3 {
  color: #988cf1;
}

.card-how-title h3 {
  font-size: 26px;
  font-weight: 300;
  line-height: 34.05px;
  letter-spacing: -0.02em;
  color: white;
  transition: all 0.5s ease-in-out;
}

.card-how-desc {
  margin-bottom: 20%;
}

.card-how-desc p {
  font-size: 17.28px;
  font-weight: 300;
  line-height: 29.47px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #b0b0b0;
}

.title-carousel h3 {
  font-size: 48.71px;
  font-weight: 500;
  line-height: 49.79px;
  letter-spacing: 0.01em;
  color: #bcb4fa;
}

.title-carousel p {
  font-size: 26.79px;
  font-weight: 400;
  line-height: 32.88px;
  letter-spacing: 0.01em;
  color: white;
}

.title-carousel hr {
  border-top: 1.02px solid #988cf1;
  opacity: 1;
}

.zoom-img-carousel {
  height: 100%;
  overflow: hidden;
  scale: 1;
}

.zoom-img-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease-in-out;
}

.zoom-img-carousel:hover img {
  transform: scale(1.2);
}

.desc-carousel p {
  font-size: 17.28px;
  font-weight: 300;
  line-height: 28.45px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #c7c7c7;
}

.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {
  width: 60px;
  height: 60px;
  color: #bcb4fa;
}

.carousel-control-next,
.carousel-control-prev {
  position: relative !important;
  display: contents !important;
}

.bottom-carousel-control-arrow {
  left: 10%;
  position: absolute;
  bottom: 20%;
}

.p-rel {
  position: relative;
}

@-webkit-keyframes bi-cycle {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

@keyframes bi-cycle {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

ol li,
ul li {
  list-style: none;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

input::placeholder {
  color: #727272 !important;
}

.btn-form {
  background-color: #d0ccef !important;
  width: 55.44px;
}

.btn-form i {
  background: linear-gradient(275.25deg, #96369f -149.99%, #01b3ed 196.75%);
}

.carousel-padding {
  padding-left: 10% !important;
}

.form-control:focus {
  color: #727272 !important;
  background-color: #292929 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

@keyframes move {
  0% {
    bottom: 2%;
  }

  50% {
    bottom: 6%;
  }

  100% {
    bottom: 2%;
  }
}

.fixed-button {
  animation: move 1.5s infinite;
  position: absolute;
  bottom: 0%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-d-sm {
  display: none;
}

@media (max-width: 767px) {
  .why-sec-title {
    font-size: 1.1em;
  }

  .carousel-d-sm {
    display: block;
    width: 100%;
    left: 0;
    z-index: -2;
    position: absolute;
    filter: blur(8px);
    -webkit-filter: blur(8px);
  }

  .desc-carousel p {
    color: white;
  }

  .carousel-d-lg {
    display: none;
  }

  .sec-80 {
    width: 100%;
  }

  .fixed-button {
    animation: move 1.5s infinite;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100vh;
  }

  @keyframes move {
    0% {
      bottom: -3%;
    }

    50% {
      bottom: 0%;
    }

    100% {
      bottom: -3%;
    }
  }

  .backer-title {
    font-size: 69.21px;
  }

  .carousel-padding {
    padding: 10% 2% 10% 5% !important;
  }

  .sub-sec {
    justify-content: space-around;
    align-content: space-evenly;
  }

  .sub-sec h5 {
    text-align: center;
  }

  .need-reverse {
    flex-direction: column-reverse;
  }

  .bottom-carousel-control-arrow {
    position: absolute;
    bottom: 0%;
    left: 0;
    text-align: center;
  }

  .section-2-image-back {
    padding-left: 20px;
    padding-right: 10px;
  }

  .card-how-desc p {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .section-2-image-back {
    height: 100vh;
  }
  .desc-carousel p {
    color: white;
  }

  .section-2-image-back {
    height: 100vh;
    padding-left: 20px;
    padding-right: 10px;
  }

  .carousel-d-sm {
    display: block;
    z-index: -2;
    left: 0;
    width: 100%;
    position: absolute;
  }

  .carousel-d-lg {
    display: none;
  }

  .bottom-carousel-control-arrow {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
  }

  .sec-80 {
    width: 100%;
  }

  .need-reverse {
    flex-direction: column-reverse;
  }

  .carousel-padding {
    padding: 10% 2% 10% 5% !important;
  }

  h1 {
    padding-left: 0;
    padding-right: 0;
  }

  .fixed-button {
    animation: move 1.5s infinite;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100vh;
  }

  @keyframes move {
    0% {
      bottom: -3%;
    }

    50% {
      bottom: 0%;
    }

    100% {
      bottom: -3%;
    }
  }



  .backer-title {
    font-size: 69.21px;
  }

  .sub-sec {
    justify-content: space-around;
    align-content: space-evenly;
  }

  .sub-sec h5 {
    text-align: center;
  }

  .card-how-desc p {
    font-size: 16px;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {

  .why-sec-title-margin {
    margin-top: -3rem !important;
    font-size: 43px;
  }
  .unlock-ptext {
    margin-top: -15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .why-sec-title-margin {
    margin-top: -0.9rem !important;
  }
  .unlock-ptext {
    font-size: 1.2rem !important;
  }
}
