* {
  box-sizing: border-box;
}

body {
  background-color: #0c0512;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

@media (min-width: 1200px) {
  .navbar-nav {
    gap: 32px;
  }
}

.body-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: url(../assets-helping/images/header-footer-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.navbar .nav-link {
  color: #9893b8;
  font-family: "Poppins";
}

.color-light {
  color: #9893b8;
}

.button-login a{
  box-shadow: inset 0px -2px 5px 0px rgb(228, 150, 255);
  background-color: #0d0a17;
  border-radius: 52px;
 padding: 1em 2.5em;
  font-family: "Poppins";
  width: 9em;
}

.font-poppins {
  font-family: "Poppins";
}

.home-section {
  padding: 200px 40px 100px;
}

.button-home a {
  box-shadow: inset 0px -3px 3px 0px rgb(228, 150, 255);
  border-radius: 52px;
  padding: 14.5px 24px;
  background-color: rgb(104, 30, 224);
}

.home-image {
  margin-top: 7em;
  mask: linear-gradient(180deg,
      rgba(0, 0, 0, 0.64) 0%,
      rgb(0, 0, 0) 47.2972972972973%,
      rgba(0, 0, 0, 0.59) 53.91021345840912%,
      rgba(0, 0, 0, 0.12) 66%,
      rgba(0, 0, 0, 0) 89%,
      rgba(0, 0, 0, 0) 100%);
}

.small-screen {
  /* -webkit-mask: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 13%, rgba(0, 0, 0, 0) 29.27927927927928%, rgba(0, 0, 0, 1) 100%) add; */
  aspect-ratio: 1.661764705882353 / 1;
  background-color: rgb(12, 5, 18);
  border-radius: 35px;
  flex: none;
  height: 100%;
  left: 50%;
  /* mask: linear-gradient(360deg, rgb(101 46 127) 0%, #000 13%, rgb(110 70 124) 29.27927927927928%, rgba(0, 0, 0, 1) 100%) add; */
  opacity: 0.2;
  position: absolute;
  top: -30px;
  background: linear-gradient(0deg,
      rgba(14, 7, 22, 1) 0%,
      rgba(129, 75, 148, 1) 100%);
  transform: translate(-50%);
  width: 91%;
  z-index: -1;
}

@keyframes slides {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

section.logo-carousel {
  mask: linear-gradient(to right,
      rgba(0, 0, 0, 0) 0%,
      rgb(0, 0, 0) 12.5%,
      rgb(0, 0, 0) 87.5%,
      rgba(0, 0, 0, 0) 100%);
}

.logos {
  overflow: hidden;
  padding: 30px 40px;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  content: "";
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logo_items {
  display: inline-block;
  animation: 40s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img {
  height: 48px;
}

/* section2 */
.faster-section,
.testimonial,
.smooth-integration,
.faq-section,
.cta-section,
.gap-more,
.spot-issue,
.key-features {
  padding: 100px 40px;
}

.faster-card {
  background: rgb(15 8 21);
  /* border:2px solid rgb(101 35 203); */
  border-radius: 20px;
  position: relative;
}

.faster-card::after {
  position: absolute;
  top: -1px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  content: "";
  z-index: -1;
  border-radius: 20px;
  background: linear-gradient(0deg,
      rgb(110 42 217),
      rgb(110 42 217),
      rgb(227 153 254),
      rgb(65 56 86));
}

.faster-card .card-img-top {
  mask: linear-gradient(rgb(0, 0, 0) 0%,
      rgb(0, 0, 0) 81.989%,
      rgba(0, 0, 0, 0.5) 90.991%,
      rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(4, 1, 2, 0)) 0%,
    rgba(255, 255, 255, 0.04) 100%;
  border-top-left-radius: 20px;
  box-shadow: rgba(255, 230, 219, 0.12) 0px -1px 0px 0px;
  border-top-right-radius: 20px;
}

.faster-card .card-text {
  font-size: 15px;
}

.indicator-card {
  --angle: 180deg;
  background: linear-gradient(var(--angle),
      var(--token-862fb432-99bd-4f16-bac5-271ea89a65ae,
        rgba(64, 43, 117, 0.37)) 0%,
      var(--token-1738e59f-76ed-453b-94da-4ac2870045ed,
        rgba(108, 73, 196, 0.37)) 34%,
      var(--token-9d44f74e-a1e6-422a-b275-67f8febf8e36, rgb(228, 150, 255)) 63%,
      var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) 100%);
  border-radius: 1.5rem;
  padding: 1px;
    transition: --angle 2s ease;
  
}
.indicator-card:hover{
     --angle:348deg;
}

.testimonial-card {
  background: radial-gradient(53.61367373712197% 29.47247650861534% at 13.517441518417773% 10.206424503298617%,
      rgb(36, 28, 54) 0%,
      rgb(6, 4, 13) 100%);
  border-radius: 26px;
  opacity: 1;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  margin: 0px 13px;
  /* max-width: none; */
  color: #fff;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4); */
}

.testimonial-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-role {
  font-size: 12px;
}

.slick-vertical .slick-slide {
  width: 100% !important;
}

.slick-carousel1 {
  mask: linear-gradient(rgba(0, 0, 0, 0) 0%,
      rgb(0, 0, 0) 12.5%,
      rgb(0, 0, 0) 87.5%,
      rgba(0, 0, 0, 0) 100%);
}

.testimonial-slider {
  mask: radial-gradient(60% 64% at 50% 50%,
      #000000 0%,
      rgba(0, 0, 0, 0.82717) 53%,
      rgba(0, 0, 0, 0) 100%);
  position: relative;
}

.list-smooth li img {
  background: rgb(79, 96, 250);
  width: 24px;
  height: 24px;
  padding: 4.5px;
  border-radius: 8px;
}

.custom-faq {
  max-width: 850px;
  margin: 5em auto 0px;
}

.custom-faq .accordion-item {
  background: radial-gradient(23.18296% 162.55473% at 2.44361% 15.49296%,
      rgb(36, 28, 54) 0%,
      rgb(6, 4, 13) 100%);
  border: 1px solid rgb(36, 28, 54);
  margin-bottom: 8px;
  border-radius: 18px;
  /* padding: 16px; */
}

.custom-faq .accordion-button {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: none;
}

.custom-faq .accordion-button:focus {
  box-shadow: none;
}

.custom-faq .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #fff;
}

.custom-faq .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2z'/%3E%3C/svg%3E");
}

.custom-faq .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
}

.heading-cta {
  z-index: 2;
  background-color: #06040d;
  padding-top: 100px;
  padding-bottom: 100px;
}

.screen-circle {
  background-color: rgb(12, 5, 18);
  border-radius: 100%;
  box-shadow: inset 0 -106px 84px #a41cff99, inset 0 -36px 44px #fac7ff,
    inset 0 -36px 30px 0 rgb(255, 0, 47);
  flex: none;
  height: 621px;
  left: calc(50.00000000000002% - 620px / 2);
  position: absolute;
  top: calc(54.92371705963941% - 621px / 2);
  width: 620px;
  z-index: 1;
}

.screen-circle-left {
  border-radius: 100%;
  box-shadow: inset 0 -106px 84px #7f00ff, inset 0 -36px 44px #f692ff;
  flex: none;
  height: 658px;
  left: calc(38.52459016393445% - 657px / 2);
  opacity: 0.2;
  position: absolute;
  top: calc(47.5728155339806% - 658px / 2);
  width: 657px;
  z-index: 0;
}

.screen-circle-right {
  border-radius: 100%;
  box-shadow: inset 0 -106px 84px #7f00ff, inset 0 -36px 44px #f692ff;
  flex: none;
  height: 658px;
  left: calc(61.59250585480096% - 657px / 2);
  opacity: 0.2;
  position: absolute;
  top: calc(47.5728155339806% - 658px / 2);
  width: 657px;
  z-index: 0;
}

.text-circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.navbar {
  background: rgb(12, 5, 18);
  margin: auto;
}
.navbar .navbar_bg{
  max-width: 1200px;
}
.footer {
  padding: 100px 40px 100px;
  background: url(../assets-helping/images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.footer-inner {
  max-width: 1200px;
  margin: auto;
}

.fs-14 {
  font-size: 14px;
}

.icon-insta {
  border: 1px solid rgb(36, 28, 54);
  border-radius: 12px;
  opacity: 1;
}

.btn-gradient-purple {
  background: linear-gradient(90deg, rgb(228, 150, 255) 0%, #8f31ce 100%);
  color: #fff;
  border: none;
  transition: box-shadow 0.2s;
  box-shadow: inset 0px -3px 3px 0px rgb(228, 150, 255);
}

.btn-gradient-purple:hover {
  /* box-shadow: 0 4px 24px rgb(228, 150, 255); */
  color: #fff;
}

.cards-wrapper {
  height: 50vh;
  /* triggers scroll */
}

.cards-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 20vh;
}

.card-child {
  background: linear-gradient(180deg,
      var(--token-862fb432-99bd-4f16-bac5-271ea89a65ae,
        rgba(64, 43, 117, 0.37)) 0%,
      var(--token-1738e59f-76ed-453b-94da-4ac2870045ed,
        rgba(108, 73, 196, 0.37)) 34%,
      var(--token-9d44f74e-a1e6-422a-b275-67f8febf8e36, rgb(228, 150, 255)) 63%,
      var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) 100%);
  border-radius: 1.5rem;
  padding: 1px;
}

.card-new {
  position: absolute;
  top: 25%;
  right: 0%;
  /* align to right */
  width: 40%;
  text-align: center;
  z-index: 0;
  overflow: hidden;
  background: linear-gradient(180deg,
      var(--token-862fb432-99bd-4f16-bac5-271ea89a65ae,
        rgba(64, 43, 117, 0.37)) 0%,
      var(--token-1738e59f-76ed-453b-94da-4ac2870045ed,
        rgba(108, 73, 196, 0.37)) 34%,
      var(--token-9d44f74e-a1e6-422a-b275-67f8febf8e36, rgb(228, 150, 255)) 63%,
      var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) 100%);
  border-radius: 1.5rem;
  padding: 1px;
}

.card-new img {
  width: 100%;
  height: auto;
}

.card-new .text {
  padding: 20px;
  font-size: 18px;
  color: #fff;
}

.inner-div {
  background: radial-gradient(53.61367373712197% 29.47247650861534% at 13.517441518417773% 10.206424503298617%,
      var(--token-3ab11786-1cff-4092-be7e-1488692831de, #241c36) 0%,
      var(--token-30c5159a-0571-42a9-94be-0aeb3b7837ae, rgb(63, 48, 100)) 100%);
  border-radius: 1.5rem;
}

.child-div {
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 0.06) 0%,
      var(--token-668db465-a1c1-444c-8617-667fdb29c700,
        rgba(255, 255, 255, 0.06)) 100%);
  inset: 0;
}

.sectionTwo {
  background: radial-gradient(53.61367373712197% 29.47247650861534% at 13.517441518417773% 10.206424503298617%,
      var(--token-3ab11786-1cff-4092-be7e-1488692831de, rgb(36, 28, 54)) 0%,
      var(--token-30c5159a-0571-42a9-94be-0aeb3b7837ae, rgb(6, 4, 13))) 100%;
  border-radius: 1.5rem !important;
}

.img-div {
  border-radius: 100% !important;
  padding: 7px;
  box-shadow: rgba(131, 124, 124, 0.06) 0px 6px 8px 0px,
    rgb(201, 127, 250) 0px 2px 2px 0px inset,
    rgb(234, 127, 250) 2px 0px 2px 0px inset;
  margin-bottom: 16px;
}

/* login register */

.new-form {
  /* background: radial-gradient(53.61367373712197% 29.47247650861534% at 13.517441518417773% 10.206424503298617%, rgb(36, 28, 54) 0%, rgb(6, 4, 13) 100%); */
  background-image: url("../assets-helping/images/login.png");
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #df80ff;
  border-radius: 10px;
  opacity: 1;
  padding: 4em 3em;
  position: relative;
  margin: 0px 13px;
  /* max-width: none; */
  color: #fff;
  background-attachment: fixed;
}

.form-new-input {
  width: 100%;
  padding: 14px 18px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  outline: none;
  transition: 0.3s ease;
  box-shadow: inset 0 0 11px rgb(223 128 255), 0 0 0px rgb(162 89 255);
}

.form-new-input::placeholder {
  color: #9893b8;
}

.form-new-input:focus,
.form-new-input:hover {
  border-color: #ff77e1;
  /* pink focus border */
  box-shadow: 0 0 10px #ff77e1, 0 0 20px rgba(162, 89, 255, 0.8);
}

.theme-btn.btn-style-two {
  display: inline-block;
  padding: 14px 40px;
  border: none;
  border-radius: 50px;
  /* pill shape */
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;

  /* Gradient background */
  background: linear-gradient(90deg, #ff77e1 0%, #9b5eff 100%);

  /* Neon glow */
  box-shadow: 0 0 12px rgba(255, 119, 225, 0.8),
    0 0 24px rgba(155, 94, 255, 0.7), 0 0 36px rgba(162, 89, 255, 0.5);
}

.theme-btn.btn-style-two .btn-wrap {
  display: inline-block;
}

.theme-btn.btn-style-two .text-two {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.theme-btn.btn-style-two:hover {
  box-shadow: 0 0 16px rgba(255, 119, 225, 0.9),
    0 0 32px rgba(155, 94, 255, 0.9), 0 0 48px rgba(162, 89, 255, 0.8);
  transform: scale(1.04);
}

.theme-btn.btn-style-two:active {
  transform: scale(0.97);
}

.btn-grad {
  background-image: linear-gradient(to right,
      #ffd7ff 0%,
      #ffb2ff 51%,
      #a84ff1 100%);
}

.btn-grad {
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: inset 0 0 35px #a84ff1, inset 0 0 48px rgba(255, 119, 225, 0.9);
  border-radius: 30px;
  display: block;
  border: 0;
  width: 100%;
}

.btn-grad:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

@media (min-width: 992px) {
  .navbar {
            /* mask: linear-gradient(rgb(0, 0, 0) 0%, rgb(0, 0, 0) 74.3701%, rgba(0, 0, 0, 0.318) 91.8919%, rgba(0, 0, 0, 0) 100%); */
        backdrop-filter: blur(10px);
        background-color: var(--token-30c5159a-0571-42a9-94be-0aeb3b7837ae, rgb(12, 5, 18)) !important;
        mask: linear-gradient(rgb(0, 0, 0) 0%, rgb(0, 0, 0) 74.3701%, rgba(0, 0, 0, 0.318) 91.8919%, rgba(0, 0, 0, 0) 100%);
    }
}

@media (min-width: 900px) {
  /* .card-child {
    display: none;
  } */
}

@media (max-width: 900px) {
  .card-new {
    display: none;
  }
}

@media (max-width: 992px) {
  .navbar {
    background-color: rgb(0 0 0) !important;
  }
}

@media (max-width: 576px) {
  .display-2 {
    font-size: 2.575em;
  }

  .home-section {
    padding: 160px 20px 60px;
  }

  .heading-home h1 br,
  .heading-faster p br,
  .heading-testimonial p br,
  .smooth-integration h1 br,
  .heading-smooth p br,
  .faq-heading h1 br,
  .faq-heading p br,
  .text-circle h1 br,
  .text-circle p br {
    display: none;
  }

  .faster-section,
  .testimonial,
  .smooth-integration,
  .faq-section,
  .gap-more,
  .spot-issue,
  .key-features {
    padding: 60px 20px;
  }

  .display-4,
  .display-5 {
    font-size: 2em;
  }

  .heading-faster p,
  .heading-testimonial p,
  .heading-smooth p,
  .faq-heading p,
  .custom-faq .accordion-button {
    font-size: 14px;
  }

  .testimonial-slider {
    mask: linear-gradient(to right,
        rgba(0, 0, 0, 0) 0%,
        rgb(0, 0, 0) 7.5%,
        rgb(0, 0, 0) 92.5%,
        rgba(0, 0, 0, 0) 100%);
  }

  .text-circle {
    top: 0;
    left: 0%;
    transform: translate(-0%, -50%);
  }

  .footer {
    padding: 100px 20px 20px;
  }

  .screen-circle-right,
  .screen-circle-left {
    display: none;
  }

  .new-form {
    padding: 4em 1.5em;
  }
  .navbar-brand img {
    height: 50px !important;
}
}

.navbar-nav .nav-link.show {
  color: #9893b8;
}


/* animations */
.heading-home h1{
    filter: blur(10px);
    opacity: 0;
    transform: translateY(20px);
    animation: blurFadeIn 2s ease-out forwards; /* slower */
}

/* Delay paragraph so it comes after heading */
.heading-home p,
.heading-home .button-home {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 1s ease-out forwards;
    animation-delay: 0s; /* starts after heading */
}
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animation keyframes */
@keyframes blurFadeIn {
    0% {
        filter: blur(10px);
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        filter: blur(0);
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar-nav .nav-item {
    position: relative;
}
.navbar-nav .nav-link:hover{
  color: #fff;
}

.navbar-nav .nav-item::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 1.5px;
    background: linear-gradient(90deg, rgb(104, 30, 224) 0%, rgb(228 150 255) 51.26126%, rgb(104, 30, 224) 100%);
    background-size: 100%;
    border-radius: 50px;
    transition: width 0.4s ease, background-position 0.6s ease;
}

.navbar-nav .nav-item:hover::after {
    width: 70%;
    background-position: top;
}

.bussiness_image img {
    height: 500px;
    object-fit: cover;
    border-radius: 30px;
    border: 2px solid rgb(104, 30, 224);
}

.contact-input{
    border: 1px solid rgb(70, 60, 84);
    background: transparent;
    padding: 17px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
}
.contact-input::placeholder{
  color: rgb(152, 147, 184);
}
.navbar-brand img {
    height: 70px;
}