@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Custom Reset */
body {
      font-family: 'Neue Haas Grotesk Display Pro';
      background: #010101;
}

@font-face {
      font-family: 'Neue Haas Grotesk Display Pro';
      src: url('../fonts/NeueHaasDisplay-Bold.woff2') format('woff2'),
            url('../fonts/NeueHaasDisplay-Bold.woff') format('woff');
      font-weight: bold;
      font-style: normal;
      font-display: swap;
}

@font-face {
      font-family: 'Neue Haas Grotesk Display Pro';
      src: url('../fonts/NeueHaasDisplay-Light.woff2') format('woff2'),
            url('../fonts/NeueHaasDisplay-Light.woff') format('woff');
      font-weight: 300;
      font-style: normal;
      font-display: swap;
}

@font-face {
      font-family: 'Neue Haas Grotesk Display Pro';
      src: url('../fonts/NeueHaasDisplay-Mediu.woff2') format('woff2'),
            url('../fonts/NeueHaasDisplay-Mediu.woff') format('woff');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
}



a.active,
a:focus,
button:focus,
button.active {
      outline: none;
}

a {
      text-decoration: none;
}

a:focus,
a:hover,
a:active {
      outline: 0;
      box-shadow: none;
}

a:focus,
a:hover {
      text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
      margin: 0;
      padding: 0;
}

a {
      text-decoration: none;
      transition: all 0.5s ease-in-out;
}

a:hover {
      text-decoration: none;
}

ul,
ol {
      margin: 0;
      padding: 0;
      list-style: none;
}

ul li {
      list-style: none;
}

p {
      margin: 0;
      padding: 0;
}

input:focus,
select:focus,
textarea:focus {
      outline: none;
}

img {
      border-style: none;
      display: inline-block;
      max-width: 100%;
      height: auto;
}

.navbar-nav .nav-item .nav-link {
      color: #FFF;
      font-size: 16px;
      font-weight: 300;
      line-height: 90%;
      letter-spacing: -0.16px;
      text-transform: uppercase;
      border-radius: 50px;
      background: rgba(255, 255, 255, 0.10);
      backdrop-filter: blur(8.5px);
      padding: 13px 18px !important;
}

.hero-sec {
      background: url(../images/hero-bg.png);
      background-repeat: no-repeat;
      background-size: cover;
      min-height: 927px;
      padding: 120px 0px;
      display: flex;
      align-items: end;
      padding: 120px 0px;
}

.hero-sec .text-box {
      display: flex;
      align-items: end;
      justify-content: space-between;
}

header .navbar {
      padding: 48px 0px 0px;
}

.hero-sec .text-box span {
      display: flex;
      padding: 8px 12px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      width: fit-content;
      border-radius: 50px;
      background: rgba(255, 255, 255, 0.10);
      backdrop-filter: blur(8.5px);
      color: #FFF;
      font-size: 16px;
      font-weight: 300;
      line-height: 90%;
      letter-spacing: -0.16px;
      text-transform: uppercase;
      margin-bottom: 31px;
}

.hero-sec .text-box h1 {
      font-size: 120px;
      font-weight: 300;
      max-width: 600px;
      line-height: 90%;
      letter-spacing: -1.2px;
      background: linear-gradient(97deg, rgba(255, 255, 255, 0.00) -12.91%, rgba(255, 255, 255, 0.30) 18.56%, #FFF 50.64%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}

.btn-arrow {
      position: relative;
}

.btn-arrow .arrow img {
      width: 32px;
      height: 32px;
}

.btn-arrow .arrow {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 72px;
      height: 72px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 36px;
      border: 1px solid rgba(128, 128, 128, 0.20);
}

@-webkit-keyframes rotate {
      from {
            -webkit-transform: rotate(0deg);
      }

      to {
            -webkit-transform: rotate(359deg);
      }
}

.btn-text {
      transform: rotate(0deg);
      transition: transform 0.7s linear;
      animation: rotate 7s infinite linear;
}

.btn-arrow:hover .arrow {
      background-color: #FDEE3A;
}

.btn-arrow:hover .arrow img {
      filter: invert(1);
}

header {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
}

/* about-sec */
.text-box h3 {
      color: #FFF;
      font-size: 40px;
      font-weight: 300;
      line-height: 90%;
      letter-spacing: -0.4px;
}

.about-right-content p {
      font-size: 32px;
      font-weight: 300;
      line-height: 128%;
      letter-spacing: -0.32px;
      background: linear-gradient(97deg, rgba(255, 255, 255, 0.00) -12.91%, rgba(255, 255, 255, 0.30) 18.56%, #FFF 50.64%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 58px;
}

.about-right-content ul {
      display: flex;
      align-items: center;
      grid-gap: 48px;
}

.about-right-content {
      max-width: 738px;
      margin-left: auto;
}

.about-sec {
      padding: 48px 0px;
      margin: 72px 0px;
}

.business-sec {
      padding: 48px 0px;
}

.business-sec .text-box h2 {
      max-width: 529px;
      margin: 0 auto 48px;
}

.text-box h2 {
      text-align: center;
      font-size: 72px;
      font-weight: 300;
      line-height: 105%;
      letter-spacing: -0.72px;
      background: linear-gradient(97deg, rgba(255, 255, 255, 0.00) -12.91%, rgba(255, 255, 255, 0.30) 18.56%, #FFF 50.64%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}

.business-box h2 {
      color: rgba(255, 255, 255, 0.25);
      font-size: 56px;
      font-weight: 300;
      line-height: 90%;
      letter-spacing: -0.56px;
      text-transform: capitalize;
      justify-content: center;
      display: flex;
      align-items: center;
      padding: 32px 0px;
      transition: all 0.5s ease-in-out;
      grid-gap: 20px;
      text-align: center;
      cursor: pointer;
}

.business-box h2 span {
      font-size: 20px;
      letter-spacing: -0.2px;
}

.business-box h2 .eye {
      opacity: 0;
      visibility: hidden;
      font-size: 40px;
      transition: all 0.5s ease-in-out;
      color: #fff;
}

.business-box:hover h2 .eye {
      opacity: 1;
      visibility: visible;
}

.business-box:hover h2 {
      color: #FFF;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 10.04%, rgba(255, 255, 255, 0.20) 47.97%, rgba(255, 255, 255, 0.00) 85.9%);
}

.business-box {
      position: relative;
}

.business-box::after,
.business-box::before {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 1px;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 10.04%, rgba(255, 255, 255, 0.20) 50%, rgba(255, 255, 255, 0.00) 85.9%);
      opacity: 0;
      z-index: 1;
      visibility: hidden;
}

.business-box::before {
      bottom: 1px;
}

.business-box::after {
      top: 0;
}

.business-detail .business-box:hover::after,
.business-detail .business-box:hover::before {
      opacity: 1;
      visibility: visible;
}

.business-detail {
      margin-bottom: 48px;
}

.btn-primary,
.btn-primary:hover {
      color: #010101;
      font-size: 16px;
      font-weight: 300;
      line-height: 90%;
      overflow: hidden;
      width: 197px;
      letter-spacing: -0.16px;
      display: flex;
      align-items: center;
      height: 48px;
      grid-gap: 10px;
      text-transform: uppercase;
      border-radius: 50px;
      background: #FDEE3A;
      backdrop-filter: blur(8.5px);
      padding: 6px 6px 6px 20px;
      border: none;
}

.btn-primary span {
      border-radius: 18px;
      background: #010101;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
}

.title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 48px;
}

.title h2 {
      text-align: start;
      max-width: 450px;
}

.title p {
      color: rgba(255, 255, 255, 0.50);
      font-size: 20px;
      font-weight: 300;
      line-height: 128%;
      letter-spacing: -0.2px;
      margin-bottom: 24px;
}

.title-right {
      max-width: 268px;
      margin-left: auto;
}

.nav-pills .nav-link {
      color: #FFF;
      font-size: 16px;
      font-weight: 300;
      line-height: 90%;
      letter-spacing: -0.16px;
      text-transform: uppercase;
      border-radius: 50px;
      background: rgba(255, 255, 255, 0.10);
      backdrop-filter: blur(8.5px);
      width: 100%;
      padding: 18px;
}

.nav-pills .nav-link.active {
      background: #FDEE3A;
      color: #010101;
}

.work-sec .nav-pills {
      display: grid;
      grid-template-columns: 4fr 4fr 4fr 4fr 4fr;
}


.marquee-parent {
      --space: 1rem;
      display: grid;
      align-content: center;
      overflow: hidden;
      gap: var(--space);
      width: 100%;
      margin-top: 48px;
      margin-bottom: 72px;
      position: relative;
}

.marquee {
      --duration: 120s;
      --gap: var(--space);
      display: flex;
      overflow: hidden;
      user-select: none;
      gap: var(--gap);
      transform: skewY(-0deg);
}

.marquee__group {
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: space-around;
      gap: var(--gap);
      animation: scroll var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
      .marquee__group {
            animation-play-state: paused;
      }
}

@keyframes scroll {
      0% {
            transform: translateX(0);
      }

      100% {
            transform: translateX(calc(-100% - var(--gap)));
      }
}

.work-box .img-holder img {
      border-radius: 20px;
      border: 1px solid rgba(255, 255, 255, 0.10);
      margin-bottom: 23px;
}

.work-box .work-detail span {
      color: rgba(255, 255, 255, 0.50);
      font-size: 20px;
      font-weight: 300;
      margin-bottom: 8px;
      display: block;
      line-height: 128%;
      letter-spacing: -0.2px;
}

.work-box .work-detail h4 {
      color: #FFF;
      font-size: 32px;
      font-weight: 300;
      line-height: 128%;
      letter-spacing: -0.32px;
}

.work-sec {
      margin-top: 72px;
      padding: 48px 0px;
}

.btn-project {
      color: #FFF;
      font-size: 40px;
      font-weight: 300;
      line-height: 90%;
      display: flex;
      align-items: center;
      justify-content: center;
      grid-gap: 25px;
      letter-spacing: -0.4px;
}

.process-box-wrapper {
      display: grid;
      grid-template-columns: 4fr 4fr 4fr;
      grid-gap: 20px;
}

.process-box {
      border-radius: 20px;
      border: 1px solid rgba(255, 255, 255, 0.10);
      background: #010101;
      padding: 24px;
}

.process-box h4 {
      color: #FFF;
      font-size: 36px;
      font-weight: 300;
      line-height: 128%;
      letter-spacing: -0.36px;
}

.process-box p {
      color: rgba(255, 255, 255, 0.50);
      font-size: 20px;
      font-weight: 300;
      line-height: 128%;
      margin: 8px 26px 53px 0px;
      letter-spacing: -0.2px;
}

.process-box1 p {
      margin-bottom: 0px;
}

.process-box1 .img-holder {
      margin-top: -33px;
      margin-bottom: -56px;
}

.process-sec {
      padding: 48px 0px;
      margin: 72px 0px;
}

.client-sec .text-box p {
      color: rgba(255, 255, 255, 0.50);
      font-size: 20px;
      font-weight: 300;
      line-height: 120%;
      margin-top: 16px;
}

.client-sec .text-box {
      text-align: center;
      max-width: 660px;
      margin: 0 auto;
}

.client-box-wrapper {
      display: grid;
      grid-template-columns: 4fr 4fr 4fr 4fr;
      grid-gap: 20px;
      position: relative;
      z-index: 1;
      margin-top: 48px;
}

.client-box-wrapper::after {
      content: '';
      background: linear-gradient(182deg, rgba(1, 1, 1, 0.00) 1.32%, #010101 83.53%);
      width: 100%;
      position: absolute;
      bottom: 0;
      height: 464px;
      left: 0;
}

.client-box {
      border-radius: 16px;
      border: 1px solid rgba(255, 255, 255, 0.10);
      background: rgba(1, 1, 1, 0.40);
      padding: 24px;
      margin-bottom: 20px;
}

.client-box ul {
      display: flex;
      align-items: center;
      grid-gap: 4px;
}

.client-box p {
      color: rgba(255, 255, 255, 0.50);
      font-size: 16px;
      font-weight: 300;
      margin: 8px 0px 24px;
      line-height: 24px;
}

.user-detail {
      display: flex;
      align-items: center;
      grid-gap: 12px;
}

.user-detail h6 {
      color: #EDEDF1;
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
}

.user-detail h6 img {
      margin-left: 4px;
}

.user-detail span {
      color: rgba(255, 255, 255, 0.50);
      font-size: 12px;
      font-weight: 300;
      line-height: 18px;
}

.flash-box {
      position: absolute;
      top: 37%;
      left: 50%;
      transform: translate(-50%, -54%);
      z-index: -1;
}

.faq-sec .title h2 {
      max-width: 484px;
}

.accordion-item {
      background-color: transparent;
      border: none;
      border-radius: 0px;
      margin-bottom: 32px;
}

.accordion-button {
      display: flex;
      padding: 0px;
      align-items: center;
      grid-gap: 20px;
      background-color: transparent;
}

.accordion-button span {
      border-radius: 43px;
      background: #FFF;
      display: flex;
      width: 86px;
      height: 86px;
      padding: 26px 35px;
      justify-content: center;
      align-items: center;
      color: #010101;
      font-size: 48px;
      font-weight: 300;
      line-height: 90%;
      letter-spacing: -0.48px;
}

.accordion-box {
      border-radius: 50px;
      border: 1px solid rgba(255, 255, 255, 0.10);
      background: #010101;
      padding: 20px 24px;
      flex: 1;
}

.accordion-box h4 {
      color: #FFF;
      font-size: 36px;
      font-weight: 300;
      line-height: 128%;
      letter-spacing: -0.36px;
}

.accordion-button:not(.collapsed) {
      color: transparent;
      background-color: transparent;
      box-shadow: none;
}

.accordion-button::after {
      background-image: url(../images/plus-icon.svg);
      background-repeat: no-repeat;
      border-radius: 43px;
      border: 1px solid rgba(255, 255, 255, 0.10);
      background-color: #010101;
      background-size: 36px;
      display: flex;
      width: 86px;
      height: 86px;
      padding: 0px;
      background-position: center;
      justify-content: center;
      align-items: center;
}

.accordion-body {
      padding: 10px 0px 0px;
}

.accordion-button:not(.collapsed)::after {
      background-image: url(../images/plus-icon.svg);
      transform: rotate(45deg);
      background-repeat: no-repeat;
}

.accordion-body p {
      color: #FFF;
      font-size: 24px;
      font-weight: 300;
      font-family: 'Neue Haas Grotesk Display Pro';
      line-height: 128%;
      letter-spacing: -0.48px;
}

.client-sec {
      padding: 48px 0px;
}

.faq-sec {
      padding: 48px 0px;
      margin: 72px 0px;
}

footer h1 {
      font-size: 197px;
      font-weight: 300;
      line-height: 90%;
      letter-spacing: -2px;
      background: linear-gradient(97deg, rgba(255, 255, 255, 0.00) -12.91%, rgba(255, 255, 255, 0.30) 18.56%, #FFF 50.64%);
      background-clip: text;
      text-align: center;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 16px;
}

.social-list {
      display: flex;
      align-items: center;
      justify-content: center;
      grid-gap: 14px;
}

.social-list li a {
      border: 1px solid #656565;
      width: 40px;
      height: 40px;
      border-radius: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
}

.footer-top {
      border-bottom: 1px dashed rgba(255, 255, 255, 0.30);
      padding-bottom: 72px;
}

.footer-bottom {
      padding: 72px 0px;
      border-bottom: 1px dashed rgba(255, 255, 255, 0.30);
}

footer {
      padding: 48px 0px;
      background-image: url(../images/footer-bg.png);
      background-repeat: no-repeat;
      background-size: cover;
}

footer .text-box h2 {
      margin-bottom: 36px;
      background: linear-gradient(98deg, rgba(255, 255, 255, 0.00) 28.09%, rgba(255, 255, 255, 0.30) -20.44%, #FFF 43.64%);
      background-clip: text;
      -webkit-background-clip: text;
}

.navbar-nav .nav-item .nav-link:hover {
      background-color: #FDEE3A;
      color: #010101;
}

.work-box video {
      width: 216px;
      height: 364px;
      object-fit: cover;
      object-position: center;
      border-radius: 21.318px;
}

.accordion-button:not(.collapsed) {
      box-shadow: none;
}

.number-box {
      border-radius: 40px;
      background: url(../images/card-bg.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      grid-gap: 15px;
      min-height: 268.479px;
      max-height: 268.479px;
      max-width: 266px;
      margin: 0 auto;
      overflow: hidden;
}

.number-box {
      max-height: 407px;
      overflow: hidden;
}

.number-box h2 {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) -6.25%, #FFF 204.69%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      leading-trim: both;
      text-edge: cap;
      font-size: 134.308px;
      font-weight: 700;
      line-height: 100%;
      letter-spacing: -1.343px;
}

.number-box::after {
      content: '';
      border-radius: 40px 40px 0px 0px;
      background: linear-gradient(3deg, rgba(253, 238, 58, 0.00) 25.74%, rgba(253, 238, 58, 0.30) 89.07%, #FFF 155.31%);
      width: 96%;
      position: absolute;
      left: 4px;
      top: 0px;
      z-index: 1;
      height: 80.67px;
}

.number-box::before {
      content: '';
      border-radius: 0px 0px 40px 40px;
      background: linear-gradient(180deg, rgba(253, 238, 58, 0.00) 34.38%, rgba(253, 238, 58, 0.30) 139.57%, #FFF 249.61%);
      width: 96%;
      position: absolute;
      left: 4px;
      bottom: 0px;
      z-index: 1;
      height: 80.67px;
}

.right-number h2 {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.10) 59.42%, #FFF 138.02%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}

.swiper {
      height: 244px;
}

.queue-box {
      border-radius: 16px;
      border: 1px solid rgba(255, 255, 255, 0.10);
      background: #010101;
      padding: 20px;
      min-height: 287px;
}

.queue-box .queue-header {
      display: flex;
      align-items: center;
      grid-gap: 8px;
      color: #FFF;
      font-size: 16px;
      font-family: 'Neue Haas Grotesk Display Pro';
      font-weight: 300;
      margin-bottom: 10px;
      line-height: 128%;
      letter-spacing: -0.16px;
}

.queue-inner-box.active::after {
      border-radius: 4px;
      border: 0.5px solid rgba(255, 255, 255, 0.10);
      background: #FDEE3A;
      box-shadow: 0px 20px 26.2px 0px rgba(253, 238, 58, 0.25);
      content: '';
      position: absolute;
      width: 100%;
      z-index: -1;
      height: 100%;
      filter: blur(40px);
      top: 0;
      left: 0;
}

.queue-inner-box.active {
      color: #010101;
      background: #FDEE3A;
      transform: rotate(-4.051deg);
      margin: 20px 0px;
}

.queue-inner-box.active img {
      filter: invert(1);
}

.queue-inner-box {
      border-radius: 4px;
      border: 0.5px solid rgba(255, 255, 255, 0.10);
      background: rgba(255, 255, 255, 0.05);
      padding: 10px;
      display: flex;
      margin-bottom: 8px;
      z-index: 1;
      position: relative;
      align-items: center;
      justify-content: space-between;
      font-family: 'Neue Haas Grotesk Display Pro';
      color: #FFF;
      font-size: 14px;
      font-weight: 300;
      line-height: 128%;
      letter-spacing: -0.14px;
}

.queue-right-side {
      display: flex;
      align-items: center;
      grid-gap: 8px;
}

@keyframes glow {
      0% {
            opacity: 0.5;
      }

      50% {
            opacity: 1;
      }

      100% {
            opacity: 0.5;
      }
}

.process-box1 .img-holder img {
      animation: glow 1.5s infinite alternate;
}

.process-box3 p {
      margin-bottom: 28px;
}

.btn-primary div {
      display: flex;
      align-items: center;
      grid-gap: 8px;
}


.inner-button, .inner-button2 {
      display: inline-block;
      white-space: nowrap;
      position: absolute;
      top: 7px;
      left: 21px;
      opacity: 1;
      transition: all 0.5s ease;
}

.inner-button2 {
      left: -100%;
}

.btn:hover .inner-button {
      left: 100%;
}

.btn:hover .inner-button2 {
      left: 21px;
}

.counting-box {
      display: flex;
      align-items: center;
      grid-gap: 20px;
}
.social-list li a:hover{
      background: #FDEE3A;
}
.social-list li a:hover img{
      filter: invert(1);
}