* {
    margin: 0;
    padding: 0;
}
body {
    width: 100%;
    height: 100%;
    background: #000;
    overflow-x: hidden;
    font-family: inter;
}
header {
    float: left;
    width: 100%;
    padding: 20px 0;
}
header .container {
    max-width: 100%;
    padding: 0 60px;
}
header .row {
    justify-content: space-between;
    align-items: center;
}
.logo {
    max-width: 120px;
}
.hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    float: left;
}
.hero-section-bg {
    position: relative;
    width: 100%;
    background-color: #000;
    overflow: hidden;
}
.hero-section-bg::before {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    top: -25%;
    left: -25%;
    background-image: linear-gradient(#ffffff0d 1px, transparent 1px), linear-gradient(90deg, #ffffff0d 1px, transparent 1px);
    background-size: 80px 80px;
}
.grid-highlight {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.grid-highlight::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, orange 49.9%, orange 50.1%, transparent);
    opacity: .3;
    transform: translateX(-50%);
}
.grid-highlight::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, orange 49.9%, orange 50.1%, transparent);
    opacity: .3;
    transform: translateY(-50%);
}
.hero-section .container {
    position: absolute;
    left: 0;
    right: 0;
}
.hero-section .container .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bannertxt h2 {
    background-image: linear-gradient(90deg, #eff1ff, #ff3b00);
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 600;
    font-size: 1rem;
}
.bannertxt h1 {
    background-image: linear-gradient(90deg, #eff1ff 16%, #a1a1a6);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.16;
    padding-top: 15px;
}
.bannertxt p {
    color: #ccc;
    font-size: 1.125rem;
    padding-top: 20px;
}
.buttonani {
    margin-top: 45px;
}
.bannerimg img {
    max-width: 100%}
.border-button {
    position: relative;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #000;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    z-index: 1;
    border-radius: 6px;
    box-shadow: 0 0 84px #ffffff1f;
}
.border-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transparent;
    background: linear-gradient(45deg, red, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, red) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    background-size: 400% 400%;
    animation: borderMove 4s linear infinite;
    border-radius: 6px;
}
@keyframes borderMove {
    0% {
    background-position: 0 50%}
50% {
    background-position: 100% 50%}
100% {
    background-position: 0 50%}
}.border-button:hover::before {
    animation-duration: 2s;
}
.border-button span {
    position: relative;
    z-index: 2;
    padding: 2px 4px;
}
.marketings {
    float: left;
    width: 100%;
    padding: 100px 0;
}
.layout254_content-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.5fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    display: grid;
}
.layout254_left {
    grid-column-gap: 5rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    width: 100%;
    display: flex;
}
.layout254_item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-image: linear-gradient(180deg, #2f3036, #000);
    text-align: center;
    border-radius: 8px;
    flex-flow: column;
    align-items: center;
    width: 100%;
    padding: 2rem;
    display: flex;
    overflow: hidden;
}
.tagline {
    background-image: linear-gradient(90deg, #eff1ff, #f9d287);
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 600;
}
.heading-style-h5 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
    color: #eff1ff;
}
.layout254_item p {
    color: #ccc;
    letter-spacing: .5px;
    margin-bottom: 0;
    font-weight: 300;
}
.headmarkt {
    padding-bottom: 55px;
}
.headmarkt h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #eff1ff;
    padding-top: 15px;
}
.headmarkt p {
    color: #ccc;
    letter-spacing: .5px;
    font-weight: 300;
    font-size: 1.125rem;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 15px;
}
.applyn a {
    color: #f9d287;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 2px solid;
    padding-bottom: 3px;
}
.googlrv img {
    max-width: 36px;
    position: absolute;
    right: 20px;
    top: 28px;
    background: #fff;
    padding: 10px;
    border-radius: 50px;
}
.layout254_image-wrapper {
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
}
.layout254_image {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%}
.layout254_right {
    grid-column-gap: 5rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    width: 100%;
    display: flex;
}
.aboutceo {
    float: left;
    width: 100%;
    padding: 100px 0;
}
.aboutceo .headmarkt {
    padding-bottom: 35px;
}
.liceo ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.liceo ul li {
    display: flex;
    padding-bottom: 15px;
}
.checknt {
    color: #fff;
    letter-spacing: .5px;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
}
.svg-inline--fa.fa-check {
    color: orange;
    margin-right: 15px;
}
.liceo p {
    font-weight: 600;
    color: #fff;
    padding-top: 20px;
}
.sliderofceo img {
    max-width: 100%;
    border-radius: 6px;
}
.imgageofall {
    float: left;
    width: 100%;
    padding: 100px 0;
}
.imagall img {
    max-width: 100%}
.imgageofall .headmarkt {
    padding-top: 35px;
    padding-bottom: 0;
}
.case-study-section {
    padding: 80px 0;
    float: left;
    width: 100%}
.case-study-section .container {
    max-width: 1200px;
}
.case-study-sub-heading {
    color: #fc591d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.case-study-heading {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 40px;
}
.case-study-section .heading {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
    color: #333;
    text-align: center;
}
.case-study-section .sub-heading {
    color: #fc591d;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}
.case-study-slide {
    padding: 0px 0;
}
.col-md-6.case-study-content {
    text-align: left;
}
.case-study-content h3 {
    font-size: 26px;
    font-weight: 700;
    color: #eff1ff;
    margin-bottom: 15px;
}
.case-study-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #eff1ff;
    margin-bottom: 20px;
}
.case-study-results {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
}
.result-block {
    flex-basis: 48%;
    margin-bottom: 0;
}
.result-block h4 {
    font-size: 50px;
    font-weight: 800;
    color: #fc591d;
    margin-bottom: 10px;
}
.result-block p {
    font-size: 16px;
    line-height: 1.4;
    color: #eff1ff;
    margin-bottom: 0;
}
.case-study-section .img-fluid {
    height: 400px;
    width: 540px;
    object-fit: cover;
}
.case-study-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}
.case-study-fraction {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 20px;
}
.case-study-nav-arrows {
    display: flex;
    gap: 10px;
}
.case-study-button-prev, .case-study-button-next {
    width: 40px;
    height: 40px;
    background-color: #fc591d;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color .3s ease;
}
.case-study-button-prev:hover, .case-study-button-next:hover {
    background-color: #e64d00;
}
@media (max-width: 768px) {
    .case-study-results {
    flex-direction: column;
}
.result-block {
    flex-basis: 100%}
}.slidebgtst {
    border: 1px solid #444;
    background-image: linear-gradient(180deg, #2f3036, #000);
    border-radius: 8px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 2rem;
    display: flex;
    overflow: hidden;
}
.starsui ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.starsui ul li svg {
    color: #78ffd6;
}
.recont p {
    font-size: 16px;
    line-height: 1.6;
    color: #eff1ff;
    margin-bottom: 20px;
}
.testimgst img {
    max-width: 48px;
    border-radius: 50px;
}
.testimgst span {
    color: #eff1ff;
    padding-left: 15px;
}
.testimgst {
    margin-top: 20px;
}
.statst {
    float: left;
    width: 100%;
    padding: 40px 0 0;
}
.stats13_item-list {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    padding-left: 5rem;
}
.stats13_item {
    border-left: 2px solid #f4ad24;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-left: 1rem;
}
.stats13_number {
    color: #f9d287;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.3;
}
.stats13_item h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.4;
    color: #eff1ff;
}
.benfit1 {
    float: left;
    width: 100%;
    padding: 80px 0;
}
.timeline-icon img {
    width: 65px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.liscnt h4 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
    color: #eff1ff;
}
.liscnt p {
    font-size: 16px;
    line-height: 1.6;
    color: #eff1ff;
    margin-bottom: 0;
}
.listofprocess ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.listofprocess ul li {
    display: flex;
    background-image: linear-gradient(135deg, #2f3036, #060d11);
    border: 1px solid #333;
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 15px;
}
.liscnt {
    padding-left: 20px;
}
.procimg {
    background-color: #f9d287;
    border-radius: 10px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 15px;
}
.procimg img {
    max-width: 100%}
.llmp-value-cta-content {
    background-image: url(https://cdn.prod.website-files.com/662f0f8f3304e7dbf346bc33/665235925df0245d044c22a1_bg-gradient-orange.webp);
    background-position: bottom left;
    background-size: auto;
    border: 1px solid #333;
    border-radius: 15px;
    flex-flow: column;
    justify-content: flex-start;
    padding: 2rem;
    display: flex;
    position: sticky;
    top: 5%}
.llmp-value-cta-content ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.llmp-value-cta-content ul li {
    color: #fff;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.llmp-value-cta-content h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    color: #eff1ff;
    text-align: center;
    padding-bottom: 25px;
}
.iconp svg {
    color: #fff;
    font-size: 30px;
}
.textbn p {
    margin-bottom: 0;
    font-weight: 200;
    font-size: 15px;
}
.llmp-value-cta-content ul li:last-child {
    margin-bottom: 0;
}
.llmp-value-cta-content .buttonani {
    margin-top: 20px;
}
.faqs {
    float: left;
    width: 100%}
.accordions {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
}
.accordion {
    border: 1px solid #ccc;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: border-color .5s ease;
}
.accordion:hover {
    border-color: #ff4500;
}
.accordion__header {
    cursor: pointer;
    font-weight: 500;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    position: relative;
    padding: 1rem;
    color: #fff;
}
.accordion__header:after, .accordion__header:before {
    content: '';
    position: absolute;
    right: 1.5em;
    width: 2px;
    height: .75em;
    background-color: #fff;
    transition: all .2s;
}
.accordion__header:after {
    transform: rotate(90deg);
}
.accordion:has(input:checked) .accordion__header {
    color: #000;
}
.accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease;
    *padding: 0 1em 1em;
}
.accordion input {
    display: none;
}
.accordion:has(input:checked) {
    border-color: #000;
    background-color: #fff;
}
.accordion input:checked ~ .accordion__header:before {
    transform: rotate(270deg)!important;
    background-color: #000;
}
.accordion input:checked ~ .accordion__header:after {
    transform: rotate(270deg)!important;
    background-color: #000;
}
.accordion input:checked ~ .accordion__content {
    max-height: 1000px;
    padding:10px 15px 0px;
}
.bigblock {
    float: left;
    width: 100%;
    padding: 100px 0;
}
.bigctabl {
    border: 1px solid #2f3036;
    background-image: url(https://cdn.prod.website-files.com/662f0f8f3304e7dbf346bc33/66c06caa2d7f237e06c1981a_orange%20bg.webp);
    background-position: 35% 90%;
    background-size: 2000px;
    border-radius: 14px;
    padding: 32px;
    max-width: 1000px;
    margin: 0 auto;
}
.bigctabl p {
    color: #fff;
    font-weight: 500;
}
footer {
    float: left;
    width: 100%;
    background-image: linear-gradient(135deg, #2f3036, #060d11);
    padding: 25px 0;
}
footer p {
    color: #fff;
    margin: 0;
}
footer ul {
    list-style: none;
    float: right;
    margin: 0;
}
footer ul li {
    display: inline;
}
footer ul li a {
    color: #fff;
    text-decoration: none;
}
.portfolic {
    padding: 60px 0;
    float: left;
    width: 100%}
.portfolio-scroller {
    overflow: hidden;
    width: 100%;
    float: left;
    padding: 40px 0;
}
.portfolio-track {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    animation: scroll-left 40s linear infinite;
    width: max-content;
}
.portfolio-track img {
    height: clamp(187px, 40vw, 400px);
    width: auto;
    border-radius: 12px;
    box-shadow: 0 6px 15px #0000001a;
    flex-shrink: 0;
    transition: transform .3s ease;
}
.portfolio-track img:hover {
    transform: scale(1);
}
@keyframes scroll-left {
    0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-50%);
}
}



    .logo-slider {
      overflow: hidden;
      background: #fff;
      padding: 20px 0;
          float: left;
    width: 100%;
    background: black;
    }

    .logo-track {
      display: flex;
      width: calc(350px * 10 * 2); /* 10 logos duplicated */
      animation: scroll 40s linear infinite;
    }

    .logo-slide {
      flex: 0 0 auto;
      width: 234px;
      height: 130px;
      margin: 0 10px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .logo-slide img {
      width: 160px;
      height: auto;
      object-fit: contain;
    }

    @keyframes scroll {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }


@media (max-width: 768px) {
    .portfolio-track {
    gap: 12px;
}
}