.hero-banner .content-box .banner-heading,
.what-we-do-banner .banner-heading {
    font-weight: 400;
    font-size: 75px;
    line-height: 120%;
    text-align: center;
}

.hero-banner .content-box .banner-heading .strock-text {
    color: black;
    -webkit-text-fill-color: transparent;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--primary-color);
}

.ratio::before {
    display: block;
    padding-top: 0;
    content: "";
}

.hero-banner .ratio {
    height: 100vh;
}

.rendom-moto-text {
    color: black;
    -webkit-text-fill-color: transparent;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--primary-color);
    font-weight: 400;
    font-size: 250px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    opacity: 0;
    transform: translateX(30%);
}

.mottotextsection.in-view .rendom-moto-text {
    animation: fadedmottoInLeft 3s ease-out forwards;
}

.rendom-moto-text.dream {
    top: 0%;
    right: -7%;
    z-index: 0;
}

.rendom-moto-text.code {
    top: -18%;
    left: -1%;
    z-index: 0;
}

.rendom-moto-text.realise {
    top: -4%;
    left: auto;
    right: -7%;
    z-index: 3;
}

@keyframes fadedmottoInLeft {
    to {
        opacity: 0.15;
        transform: translateX(0);
    }
}

.growing-company-section {
    padding: 64px;
}

.growing-companies-height {
    max-height: 300px;
}

.growing-company-section:before {
    background: linear-gradient(270deg, #fff0, #fff 78.84%);
    left: 0;
}

.growing-company-section:after,
.growing-company-section:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 18%;
    z-index: 99;
}

.growing-company-section:after {
    background: linear-gradient(90deg, #fff0, #fff 78.84%);
    right: 0;
}

.growingCompScroller {
    max-width: 100%;
}

.growingCompScroller[data-animated="true"] .scroller__inner {
    animation: scroll var(--_animation-duration, 120s)
        var(--_animation-direction, forwards) linear infinite;
    column-gap: 70px;
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
}

.growingCompScroller[data-direction="right"] {
    --_animation-direction: reverse;
}

.growingCompScroller[data-direction="left"] {
    --_animation-direction: forwards;
}

.growingCompScroller[data-speed="fast"] {
    --_animation-duration: 60s;
}

.growingCompScroller[data-speed="slow"] {
    --_animation-duration: 20s;
}

@keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}

.scrolledtext-moto .marquee-item {
    font-family: Poller One;
    font-weight: 400;
    font-size: 140px;
    line-height: 200px;
    color: #fff;
    position: relative;
    display: block;
    padding-right: 80px;
    text-transform: uppercase;
}

.scrolledtext-moto .marquee-item::after {
    content: "";
    right: -10px;
    top: 38px;
    position: absolute;
    background-image: url("/assets/imgs/icons/kairos-arrow.svg");
    width: 70px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(73%) sepia(95%) saturate(1000%) hue-rotate(35deg)
        brightness(120%) contrast(100%);
}

.scrolledtext-moto .marquee-item.outlined-text {
    color: black;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--primary-color);
}

.scrolledtext-moto {
    rotate: -6deg;
}

.scrolledtext-moto.services-scrolled-text {
    rotate: 6deg;
}

.innerspace-y-90 {
    padding: 90px 0;
}

.space-b-90 {
    margin-bottom: 90px;
}

.services-cards {
    background: #1e1e1e1f;
    border: 2px solid #ceff844d;
    padding: 30px;
    border-radius: 18px;
    z-index: 10;
    transition: all 0.3s ease;
    overflow: hidden;
    height: 100%;
}

.services-cards:hover {
    background: url("/assets/imgs/services-card-bg.png");
    transition: all 0.3s ease;
}

.services-cards::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    filter: blur(90px);
    background: #99ff00b2;
    width: 100px;
    height: 100px;
    z-index: -1;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.services-cards .icon {
    width: 100px;
    height: 100px;
    background: #000000;
    margin-bottom: 45px;
    transition: all 0.3s ease;
}

.services-cards .services-card-heading {
    font-family: Poppins;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    color: var(--white-color);
    transition: all 0.3s ease;
}

.services-cards:hover {
    border: 2px solid #ceff84;
    transition: all 0.3s ease;
}

.services-cards:hover::before {
    filter: blur(70px);
    background: #99ff00;
    transition: all 0.3s ease;
}

.services-cards:hover .icon svg path {
    fill: #99ff00;
    transition: all 0.3s ease;
}

.services-cards .services-card-info-wrapper .commom-description {
    font-size: 14px;
    opacity: 0;
    transition: all 0.3s ease;
    max-width: 280px;
}

.services-cards:hover .services-card-info-wrapper .commom-description {
    opacity: 1;
    transition: all 0.3s ease;
}

.services-cards .services-card-info-wrapper .random-service-icon {
    position: absolute;
    top: 0;
    right: 10px;
}

/* .tour-cta-section {
    min-height: 90vh;
} */

.tour-cta-section .ratio {
    aspect-ratio: 2.2/1;
}

.techstack-section {
    /* background-color: var(--primary-color); */
    background-image: url("/assets/imgs/techstack-bg.png");
    background-position: center;
    object-fit: cover;
    background-repeat: no-repeat;
}

.techstack-section .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.techstack-section .commom-heading {
    color: var(--primary-color);
}

.techstack-section:before {
    background: linear-gradient(270deg, #fff0, #000000 78.84%);
    left: 0;
}

.techstack-section:after,
.techstack-section:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 12%;
    z-index: 99;
}

.techstack-section:after {
    background: linear-gradient(90deg, #fff0, #000000 78.84%);
    right: 0;
}

.techstack-section .marquee-item {
    line-height: 100% !important;
    display: block;
    margin: 0 20px;
}

.techstack-section .marquee-item img {
    max-width: 65px;
    min-width: 65px;
}

.techstack-section .marquee-item img.neon-icon {
    filter: invert(73%) sepia(95%) saturate(1000%) hue-rotate(35deg)
        brightness(120%) contrast(100%);
}

.techstack-section .marquee-item img.neon-icon,
.techstack-section .marquee-item:hover img.colored-icon {
    display: block;
}

.techstack-section .marquee-item:hover img.neon-icon,
.techstack-section .marquee-item img.colored-icon {
    display: none;
}

.techstack-section .marquee-item:hover {
    scale: 1.15;
}

.techstack-section li {
    padding-top: 10px !important;
    min-height: 110px;
}

.techstack-section .marquee-item .tech-name {
    font-size: 14px;
    font-weight: 400;
    font-family: poppins;
    margin-top: 5px;
    opacity: 0;
    transition: all 0.3s ease;
    line-height: 100% !important;
    text-transform: capitalize;
}

.techstack-section .marquee-item:hover .tech-name {
    opacity: 1;
    transition: all 0.3s ease;
}

.singleblog-card .blog-img {
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
    margin-bottom: 32px;
}

.singleblog-card .blog-heading {
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: var(--white-color);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.singleblog-card .author-name {
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: var(--primary-color);
    white-space: nowrap;
}

.singleblog-card .date-time {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    white-space: nowrap;
}

.partner-get-started-section .partner-get-started-card {
    padding: 90px 50px;
    background-color: var(--primary-color);
    border-radius: 18px;
}

.partner-get-started-card .get-started-para {
    font-family: Poppins;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
}

.blogs-slider-section {
    min-height: 60vh;
    /* overflow: hidden; */
}

.blogs-slider-section .menu {
    overflow: hidden;
    cursor: -webkit-grab;
    cursor: grab;
    width: 100%;
    position: relative;
    z-index: 1;
    min-height: 50vh;
}

.blogs-slider-section .menu.is-dragging {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.blogs-slider-section .menu--wrapper {
    counter-reset: count;
    display: flex;
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}

.blogs-slider-section .menu--item {
    counter-increment: count;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 30vw;
    height: 100%;
    padding: 0 1.5vw;
    overflow: hidden;
}

.blogs-slider-section #mySlickProgress {
    width: 100%;
    margin-top: 10px;
    -webkit-appearance: none;
    height: 2px;
    background: #ccc;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.blogs-slider-section #mySlickProgress::-webkit-slider-runnable-track {
    height: 2px;
    background: linear-gradient(
        to right,
        #000 0%,
        #000 var(--progress),
        #ccc var(--progress),
        #ccc 100%
    );
    border-radius: 2px;
    transition: background 0.3s ease;
}

.blogs-slider-section #mySlickProgress::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--primary-color);
    cursor: pointer;
    margin-top: -49px;
    transition: transform 0.3s ease;
}

.blogs-slider-section .dragable-blogs-slick .singleblog-card .blog-heading {
    font-size: 16px;
}

.blogs-slider-section .dragable-blogs-slick .slick-prev,
.blogs-slider-section .dragable-blogs-slick .slick-next {
    display: none !important;
}

@media (max-width: 767px) {
    .blogs-slider-section .menu--item {
        width: 40vw;
        height: 40vw;
    }
}

.blogs-slider-section .menu--item:nth-child(n + 10):before {
    content: counter(count);
}

.blogs-slider-section .menu--item figure {
    position: absolute;
    z-index: 1;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    transform-origin: center;
}

.blogs-slider-section .menu--item figure img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
    transform-origin: center;
}

.blogs-slider-section .menu--item figure:before {
    position: absolute;
    z-index: 2;
    bottom: 1vw;
    left: 1vw;
    display: inline-block;
    content: "0" counter(count);
    color: #ffffff;
    font-size: 3vw;
}

.blogs-slider-section .version {
    display: inline-block;
    position: fixed;
    text-align: center;
    z-index: 1;
    text-decoration: none;
    background: #333;
    font-family: sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 10px;
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    top: -30px;
    right: -50px;
    bottom: auto;
    transform: rotate(45deg);
    transform-origin: 0% 100%;
    border-radius: 0;
    padding: 8px 30px;
    font-size: 11px;
}

.blogs-slider-section .version:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100px;
    bottom: 0;
    right: 0%;
    background: transparent;
}

.portfolio-wrapper,
.portfolio-wrapper .content {
    position: relative;
    width: 100%;
    z-index: 1;
}

.portfolio-wrapper .content .section {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio-wrapper .content .section.hero .zoomed-img {
    background-image: url("/assets/imgs/what-we-done-zoomed2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.portfolio-wrapper .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 2;
    perspective: 500px;
    overflow: hidden;
}

.portfolio-wrapper .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.portfolio-wrapper.common-innovative-banner .common-info-span {
    font-size: 16px;
}

.portfolio-wrapper.common-innovative-banner .commom-description {
    font-size: 10px;
}

.portfolio-wrapper.common-innovative-banner .testimonials-scn-area {
    bottom: auto;
    top: 50%;
    z-index: 1;
    left: 25%;
}

.portfolio-wrapper.common-innovative-banner .discription {
    max-width: 220px;
    right: 24%;
    bottom: auto;
    top: 65%;
}

#portfolios-id {
    scroll-margin-top: 100px;
}

.gsap-marker-end,
.gsap-marker-start,
.gsap-marker-scroller-end,
.gsap-marker-scroller-start {
    display: none !important;
}

.portfolioheading {
    opacity: 0;
    visibility: hidden;
    scale: 0.3;
    transition: all 0.6s ease;
}

.portfolioheading.scrolled {
    opacity: 1;
    visibility: visible;
    scale: 1;
    transition: all 0.6s ease;
}

.portfolioheading .filled-text {
    z-index: -1;
}

.portfolioheading .zoomed-strocked-text {
    z-index: 3;
}

.portfolioheading .zoomed-strocked-text .commom-heading {
    color: black;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--white-color);
    /* margin-top: 20px; */
}

/* How we do it section css starts here */

.how-we-do-section .commom-heading {
    margin-bottom: 180px;
}

.howwedo_circle_outer .single-piece-outer {
    min-height: 820px;
}

.howwedo_circle_outer .single-piece {
    position: absolute;
}

.howwedo_circle_outer .single-piece:nth-child(1) {
    top: 0;
    left: calc(35% - 6px);
}

.howwedo_circle_outer .single-piece:nth-child(2) {
    top: 10%;
    left: auto;
    right: 25%;
}

.howwedo_circle_outer .single-piece:nth-child(3) {
    top: calc(45% - 2px);
    left: auto;
    right: calc(25% + 3px);
}

.howwedo_circle_outer .single-piece:nth-child(4) {
    top: calc(47% + 2px);
    left: calc(27% + 6px);
}

.howwedo_circle_outer .single-piece:nth-child(5) {
    top: 10%;
    left: 24%;
}

.howwedo_circle_outer .single-piece {
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.8s ease-out;
}

.howwedo_circle_outer .single-piece.show {
    opacity: 1;
    transform: translateY(0);
}

.howwedo_circle_outer .single-piece .single-piece-para {
    font-size: 16px;
    color: #fff;
    font-family: poppins;
    font-weight: 500;
    position: absolute;
    max-width: 250px;
}

.howwedo_circle_outer .single-piece:nth-child(1) .single-piece-para {
    top: 0px;
    left: auto;
    right: -270px;
}

.howwedo_circle_outer .single-piece:nth-child(2) .single-piece-para {
    top: 40%;
    left: auto;
    right: -270px;
}

.howwedo_circle_outer .single-piece:nth-child(3) .single-piece-para {
    top: 70%;
    left: auto;
    right: -170px;
}

.howwedo_circle_outer .single-piece:nth-child(4) .single-piece-para {
    top: 70%;
    left: -170px;
}

.howwedo_circle_outer .single-piece:nth-child(5) .single-piece-para {
    top: 40%;
    left: -270px;
}

/* How we do it section css ends here */

/* what we do css starts here  */
/* 
.single-techstack-section {
  background-color: #F2F4F7;
} */

.single-techstack-section .image-translate-container {
    height: 784px;
}

.single-techstack-section .outline-text-marquee .outline-marquee {
    justify-content: flex-start;
    overflow: hidden;
}

.image-translate-container .center-img-1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.image-translate-container .center-img-1 img {
    max-width: 556px !important;
}

.image-translate-container .center-img-2 {
    left: 20%;
    top: 22%;
    transform: translate(-22%, -20%);
    z-index: 16;
    transition: all 0.7s ease;
}

.image-translate-container:hover .center-img-2 {
    left: 15%;
    top: 15%;
    transform: translate(-15%, -15%);
    z-index: 16;
    transition: all 0.7s ease;
}

.image-translate-container .center-img-3 {
    left: 50%;
    top: 10%;
    transform: translate(-50%, -10%);
    z-index: 1;
    transition: all 0.7s ease;
}

/* .image-translate-container .center-img-2 img,
.image-translate-container .center-img-3 img,
.image-translate-container .center-img-4 img,
.image-translate-container .center-img-6 img,
.image-translate-container .center-img-7 img {
  max-width: 400px !important;
} */

.image-translate-container:hover .center-img-3 {
    left: 50%;
    top: 0%;
    transform: translate(-55%, -5%);
    transition: all 0.7s ease;
}

.image-translate-container .center-img-4 {
    right: 20%;
    top: 22%;
    transform: translate(22%, -30%);
    z-index: 2;
    transition: all 0.7s ease;
}

.image-translate-container:hover .center-img-4 {
    right: 15%;
    top: 15%;
    transform: translate(15%, -15%);
    transition: all 0.7s ease;
}

.image-translate-container .center-img-5 {
    right: 15%;
    top: 50%;
    transform: translate(32%, -50%);
    z-index: 15;
    transition: all 0.7s ease;
}

.image-translate-container .center-img-5 img {
    max-width: 375px !important;
}

.image-translate-container:hover .center-img-5 {
    right: 10%;
    top: 50%;
    transform: translate(10%, -50%);
    transition: all 0.7s ease;
}

.image-translate-container .center-img-6 {
    bottom: 18%;
    right: 20%;
    top: auto;
    transform: translate(33%, 24%);
    z-index: 15;
    transition: all 0.7s ease;
}

.image-translate-container:hover .center-img-6 {
    bottom: 10%;
    right: 18%;
    transform: translate(18%, 10%);
    transition: all 0.7s ease;
}

.image-translate-container .center-img-7 {
    bottom: 18%;
    left: 20%;
    top: auto;
    transform: translate(-32%, 24%);
    z-index: 5;
    transition: all 0.7s ease;
}

.image-translate-container:hover .center-img-7 {
    bottom: 10%;
    left: 15%;
    transform: translate(-15%, 10%);
    transition: all 0.7s ease;
}

.image-translate-container .center-img-8 {
    left: 15%;
    top: 50%;
    transform: translate(-15%, -50%);
    transition: all 0.7s ease;
    z-index: 5;
}

.image-translate-container .center-img-8 img {
    max-width: 340px !important;
}

.image-translate-container:hover .center-img-8 {
    left: 10%;
    top: 50%;
    transform: translate(-10%, -50%);
    transition: all 0.7s ease;
    z-index: 5;
}

.image-translate-container .icon-name {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: var(--primary-color);
    opacity: 0;
    transition: all 0.8s ease;
}

.image-translate-container:hover .icon-name {
    transition: all 0.8s ease;
    opacity: 1;
}

.tech-stack-marque {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 0;
}

.tech-stack-marque .marquee-item {
    font-family: "Poller One";
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    line-height: 1.5;
    color: black;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--primary-color);
    opacity: 0.2;
    margin: 0 20px;
    text-transform: uppercase;
}

.what-we-do-banner {
    background-image: url("/assets/imgs/what-we-do-banner.png");
    background-size: 99%, cover, cover;
    background-position: center, top, bottom;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.techstackcarousel-section {
    margin: 0;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* height: 70vh; */
    overflow: hidden;
}

.techstackcarousel-section .carousel-wrapper {
    width: 300px;
    height: 300px;
    perspective: 1000px;
}

.techstackcarousel-section .carousel {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 1s;
}

.techstackcarousel-section .carousel .services-cards {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 105px;
    top: 105px;
    object-fit: cover;
    transition: transform 0.5s ease;
    padding: 10px;
    border-radius: 10px;
    background-color: #000000;
}

.techstackcarousel-section .carousel .services-cards:hover::before {
    background: #99ff00b2;
}

.techstackcarousel-section .carousel .services-cards .tech-name {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-200px);
    opacity: 0;
    font-size: 10px;
    font-weight: 500;
    font-family: poppins;
    color: var(--white-color);
    text-align: center;
    transition: all 0.3s ease;
    line-height: 100% !important;
    text-transform: capitalize;
}

.techstackcarousel-section .carousel .services-cards:hover .tech-name {
    position: absolute;
    transform: translateY(0px);
    opacity: 1;
    transition: all 0.5s ease;
}

#horizontalScroll-sections {
    width: 200vw;
    height: 200vh;
    position: relative;
    transition: transform 0.6s ease-in-out;
    overflow: hidden;
}

.portfolios-section {
    /* width: 100vw; */
    /* height: 100vh; */
    /* position: absolute; */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .portfolios-section#s1 {
    top: 0;
    left: 0;
}

.portfolios-section#s2 {
    top: 0;
    left: 100vw;
}

.portfolios-section#s3 {
    top: 100vh;
    left: 100vw;
}

.portfolios-section#s4 {
    top: 100vh;
    left: 0;
} */

.portfolios-section .bg-img {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 0;
    opacity: 0.5;
}

.portfolios-section.right .bg-img {
    right: 0;
    left: auto;
}

.portfolios-section.left .bg-img {
    right: auto;
    left: 0;
}

#whyChooseSection {
    scroll-margin-top: 200px;
}

.why-choose-us-section .right-bottom-b {
    border-right: 1px solid var(--primary-color);
}

.why-choose-us-section .single-choose-card {
    padding: 15px;
}

.why-choose-us-section .single-choose-card::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    filter: blur(100px);
    background: #99ff00ab;
    width: 120px;
    height: 120px;
    z-index: 0;
    border-radius: 50%;
    transition: all 0.3s ease;
    opacity: 0;
}

.why-choose-us-section .single-choose-card:hover::after {
    opacity: 1;
}

.why-choose-us-section .single-choose-card.bottom-border {
    border-bottom: 1px solid var(--primary-color) !important;
}

.why-choose-us-section .common-info-span {
    font-size: 30px;
}

.portfolios-section .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    transform: scale(0.8);
}

.portfolios-section .swiper-slide.swiper-slide-active {
    transform: scale(1);
}

.portfolios-section .swiper-button-next {
    background-image: url("/assets/imgs/icons/arrow_right.svg");
    top: 10px;
    width: 50px;
    display: none;
}

.portfolios-section .swiper-button-prev {
    background-image: url("/assets/imgs/icons/arrow_left.svg");
    top: 10px;
    left: auto;
    right: 60px;
    width: 50px;
    display: none;
}

/* ===========How we do it section css starts here ======== */

.how-wedoit-section .scroll-path {
    display: block;
    margin: 0 auto;
}

.how-wedoit-section #sections-wrapper {
    position: absolute;
    top: 0;
    width: 1320px;
    left: 50%;
    transform: translateX(-50%);
}

.how-wedoit-section .section {
    position: absolute;
    width: 100%;
    left: 0px !important;
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.6s ease-out;
    display: flex;
    justify-content: space-between;
    z-index: 9;
}

.how-wedoit-section .section:nth-child(even) {
    flex-direction: row-reverse;
}

.how-wedoit-section .section.visible {
    opacity: 1;
    transform: scale(1);
}

.how-wedoit-section .moving-dot {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #99ff00;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    /* content: url(../imgs/icons/arrow-head.svg);
    width: 30px;
    height: 30px; */
}

.how-wedoit-section .section .images {
    display: flex;
    gap: 70px;
    margin-top: 10px;
    align-items: anchor-center;
}

.how-wedoit-section .section .images img {
    object-fit: cover;
    border-radius: 8px;
    aspect-ratio: 2/3;
}

.how-wedoit-section .section .images img:first-child,
.how-wedoit-section .section .images img:nth-child(3) {
    width: 272px;
}

.how-wedoit-section .section .images img:nth-child(2) {
    width: 336px;
}

.how-wedoit-section ul {
    padding-left: 20px;
}

.how-wedoit-section li {
    font-family: poppins;
    font-size: 18px;
}

.how-wedoit-section .text-content p {
    font-family: poppins;
    font-size: 18px;
    max-width: 250px;
}

.how-wedoit-section h2 {
    font-size: 22px;
    color: #99ff00;
    margin: 10px 0 5px;
}

.how-wedoit-section.mobile {
    position: relative;
    z-index: 1;
}

.how-wedoit-section.mobile .scrolling-svg-path {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 367px;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.how-wedoit-section.mobile .scrolling-svg-path svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3156px;
    transition: transform 0.05s linear;
}

.common-innovative-banner {
    min-height: 100vh;
    background-color: #000000;
    background-image: url("/assets/imgs/services-card-bg-1.png");
    /* background-repeat: no-repeat;
    background-size: cover; */
}

.common-innovative-banner .floating-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 2;
    width: 62%;
}

.common-innovative-banner .floating-text-filled {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%);
    z-index: 1;
    font-size: 140px;
    line-height: 120%;
    color: #ffffff;
    opacity: 0;
    animation: fadeInLeft 1s ease-out forwards;
}

.common-innovative-banner .floating-text-stroke {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%);
    z-index: 4;
    font-size: 140px;
    line-height: 120%;
    color: black;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--white-color);
    opacity: 0;
    animation: fadeInLeft 1s ease-out forwards;
}

@keyframes fadeInLeft {
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.common-innovative-banner .testimonials-scn-area {
    position: absolute;
    bottom: 120px;
    z-index: 1;
}

.common-innovative-banner .star-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14%;
    z-index: 1;
}

.common-innovative-banner .discription {
    max-width: 320px;
    right: 13%;
    position: absolute;
    bottom: 120px;
    z-index: 1;
}

.common-innovative-banner .fadded-bg-text {
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    left: 0;
    /* animation: fadedbgInLeft 7s ease-out forwards; */
}

/* .common-innovative-banner .fadded-bg-text .tickercontainer {
    height: 300px !important;
} */

.common-innovative-banner .fadded-bg-text .fadded-bg-text-inner {
    font-family: "Poppins";
    font-weight: 700;
    font-size: 280px;
    color: rgba(255, 255, 255, 0.05);
    z-index: 0;
    white-space: nowrap;
    opacity: 1;
}

/* @keyframes fadedbgInLeft {
    to {
        opacity: 1;
        transform: translate(0, -50%);
    }
} */

.pulse-dot {
    position: absolute;
    top: -20px;
    left: 49%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    background: var(--primary-color);
    /* neon green */
    border-radius: 50%;
    box-shadow:
        0 0 15px var(--primary-color),
        0 0 30px var(--primary-color);
}

.pulse-dot::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 1.5s ease-out infinite;
    opacity: 0.5;
    z-index: 1;
}

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

    70% {
        transform: translate(-50%, -50%) scale(1.3);
        /* ~15px expansion */
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

/* =========== How we do it section css ends here ======== */

/* ========== founder page css starts here ======= */
.founder-section .founder-name {
    font-family: "Poller One";
    font-weight: 400;
    font-size: 85px;
    line-height: 100%;
    color: #ffffff;
    position: absolute;
    bottom: -10px;
    right: 0;
}

.founder-section.inverted .founder-name {
    right: auto;
    left: 0;
}

.founder-section .founder-name span {
    font-family: "Poller One";
    font-weight: 400;
    font-size: 45px;
    line-height: 100%;
    color: #ffffff;
}

.founder-section .founder-img {
    max-width: 450px;
}

.founder-section .fadded-bg-text-inner {
    font-family: "Poppins";
    font-weight: 700;
    font-size: 280px;
    line-height: 100%;
    color: rgba(255, 255, 255, 0.05);
    z-index: 0;
    white-space: nowrap;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.founder-quotes .quote-text {
    max-width: 345px;
    font-family: "Poppins";
    font-size: 18px;
    line-height: 150%;
    color: #a9a9a9;
}

.founder-quotes .quote-text .quote-icon {
    top: -10px;
    left: -25px;
    position: absolute;
}

.inverted .founder-quotes .quote-text .quote-icon {
    left: -35px;
}

.founder-section .singleNumb {
    border-right: 2px solid rgba(255, 255, 255, 0.25);
    text-align: center;
}

.founder-section .singleNumb:last-child {
    border-right: 0px;
}

/* ======== founder page css ends here ======== */

/* what we do css ends here  */

.blogsearch-input {
    max-width: 400px;
    border: 1.5px solid #bebebe !important;
    border-radius: 50px;
    padding: 15px;
    font-size: 16px;
    line-height: 1.5;
    font-family: poppins;
    color: #fff !important;
}

.blogsearch-input::placeholder {
    color: var(--primary-color);
}

.blogbanner {
    padding: 8rem 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blogbanner-heading {
    font-size: 2.25rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    color: var(--primary-color);
}

.blog-details-section .card {
    background-color: transparent;
}

.blog-details-section .commom-description h3 {
    font-size: 22px;
}

.blog-details-section .tags-list a {
    padding: 2px 10px;
    background-color: var(--secondary-color);
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
}

.blog-details-section .blog-image {
    aspect-ratio: 3/2;
}

.blog-details-section .sidebar-headings,
.blog-details-section .commom-description h3,
.blog-details-section .commom-description h4,
.blog-details-section .commom-description h5 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
}

.blog-details-section .social-icons a.icons {
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    margin: 0 0.5rem;
}

.blog-details-section .sidebar-cta {
    background-color: var(--primary-color);
    border-radius: 12px;
    overflow: hidden;
}

.blog-details-section .sidebar-cta .cta-heading {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
}

.blog-details-section .sidebar-cta .subhead {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
}

.blog-details-section .sidebar-cta .btn-secondary .button-text {
    color: #101828;
}

.blog-details-section .sidebar-cta .btn-secondary:hover .button-text {
    color: #fff;
}

.sticky-sidebar {
    position: sticky;
    top: 100px;
}

.two-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blogpage-banner {
    min-height: 70vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}

.blogpage-banner .blog-tags-pill {
    padding: 10px 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
    filter: blur(0.5px);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 40px;
}

.blogpage-banner .blog-tags-pill .pill-text {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: var(--white-color);
}

.pginat-list svg.pagination-icon {
    height: 20px;
    width: 20px;
}

.pginat-list a.active .pginat-list a {
    color: var(--primary-color) !important;
}

.custom-pagination {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
    gap: 0.75rem;
}

.custom-pagination .page-item {
    list-style: none;
}

.custom-pagination .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.custom-pagination .page-link:hover {
    border-color: rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.05);
}

.custom-pagination .page-item.active .page-link {
    background-color: var(--primary-color);
    color: #000;
    border-color: var(--primary-color);
}

.maintenance-section {
    min-height: 85vh;
}

/* ========== gallery section css starts here ========== */

.gallerysection .wrapper::after,
.testimonials-slider-section .wrapper::after {
    content: "";
    position: absolute;
    width: 160px;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 99;
    background: linear-gradient(90deg, #000000 0, rgba(17, 23, 29, 0) 60%);
}

.gallerysection .wrapper::before,
.testimonials-slider-section .wrapper::before {
    content: "";
    position: absolute;
    width: 160px;
    top: 0;
    left: auto;
    right: 0;
    height: 100%;
    z-index: 99;
    background: linear-gradient(270deg, #000000 0, rgba(17, 23, 29, 0) 60%);
}

.gallerysection
    .gallerysection-list
    .gallery-image:nth-child(even)
    .first-image {
    margin-top: 16px !important;
}

.gallerysection .gallerysection-list .gallery-image .event-image {
    aspect-ratio: 3/4;
    width: 220px;
    border-radius: 10px;
    object-fit: cover;
}

/* ========== gallery section css ends here ============== */

/* ======== media query ============= */
