

:root {
    --background: #ffffff;
    --foreground: #171717;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
    border: 0;
}

input {
    border-radius: 0;
    outline: none;
    border: 0;
}

@media (prefers-color-scheme: dark) {
    :root {
        --background: #0a0a0a;
        --foreground: #ededed;
    }
}

/* body {
	color: var(--foreground);
	background: var(--background);
	font-family: Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	background-color: #fff !important;
	
} */

@layer utilities {
    .text-balance {
        text-wrap: balance;
    }
}

.sp-bottom-menu .main_scr_menu ul {
    display: flex;
}

    .sp-bottom-menu .main_scr_menu ul li h3 {
        margin-right: 0 !important;
    }

    .sp-bottom-menu .main_scr_menu ul li {
        margin-right: 1.5vw;
        white-space: nowrap;
    }

        .sp-bottom-menu .main_scr_menu ul li:last-child {
            margin-right: 0;
        }

        .sp-bottom-menu .main_scr_menu ul li img {
            margin-left: 1.5vw;
        }

/* .loading-screen {
		position: absolute;
	top: 0;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		background-color: #FCAF17;
		width: 0%;
		height: 100%;
} */

.load-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 10;
    pointer-events: none;
}

.content-wrapper {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out;
}

    .content-wrapper.fade-in {
        opacity: 1;
        visibility: visible;
    }

    .content-wrapper.fade-out {
        opacity: 0;
        visibility: hidden;
    }

.loading-screen {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #000;
    z-index: 999;
}

.page-content.hidden {
    visibility: hidden;
    opacity: 0;
}

.page-content.visible {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.sp_header.on-scroll .sp_menu ul li button {
    color: var(--black);
}

.sp_header .sp_menu ul li button {
    color: rgba(255, 255, 255, 1);
    transition: all .5s ease;
    position: relative;
}

    .sp_header .sp_menu ul li button::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: -100%;
        width: 100%;
        height: 2px;
        background: var(--purple);
        transition: all .5s ease;
    }

    .sp_header .sp_menu ul li button:hover::after {
        left: 0;
    }

.inside-search button.search-icon {
    position: absolute;
    top: 16px;
    left: 16px;
}

.inside-search input[type="text"] {
    padding: 1.2vw 2vw 1.2vw 60px !important;
}

.project_anim .reveal-type {
    margin: 0 0 0 -16px;
}

.icon-text img {
    display: inline;
    margin: 0 6px 0 0;
}

.sp_banner {
    overflow: hidden;
}

.what-we-do-menu {
    position: fixed !important;
}

.sp_banner .marquee.banner .marquee-item {
    opacity: 1;
}

    .sp_banner .marquee.banner .marquee-item a div svg path,
    .chat-marquee .marquee.banner .marquee-item a div svg path {
        transition: all .5s ease;
    }

.sp_banner .marquee.banner .marquee-item {
    background: transparent !important;
}

    .sp_banner .marquee.banner .marquee-item > div {
        background: #ffffff50 !important;
        transition: all .6s ease;
        height: 100%;
        position: relative;
        bottom: 0;
    }

.marquee-content:hover .marquee-item > div {
    opacity: .5 !important;
    position: relative;
    bottom: 0;
}

    .marquee-content:hover .marquee-item > div:hover {
        opacity: 1 !important;
        bottom: 10px;
    }

/* .sp_banner .marquee.banner .marquee-item.hidden:hover{
	opacity: 0 !important;
}
.sp_banner .marquee.banner .marquee-item.hovered:hover{
	opacity: 1 !important;
} */

.sp_banner .marquee.banner .marquee-item:hover a div,
.chat-marquee .marquee.banner .marquee-item:hover a div {
    background: #ffffff90;
}

.sp_banner .marquee.banner .marquee-item:hover a,
.chat-marquee .marquee.banner .marquee-item:hover a {
    background: #ffffff30;
}

    .sp_banner .marquee.banner .marquee-item:hover a div svg path,
    .chat-marquee .marquee.banner .marquee-item:hover a div svg path {
        fill: var(--purple);
    }

.guidingImg {
    margin-top: -5vw;
}
/* .Innovation-swiper .ledt_innovation {
	transition: all .7s ease;
}
.Innovation-swiper .ledt_innovation.pinnedPagi {
	padding-top:20% !important;
} */

.f-button a {
    padding: 12px 20px !important;
}

    .f-button a svg {
        margin-right: 10px;
        width: 20px;
    }

    .f-button a > p {
        font-size: 18px !important;
    }

.first-work1 img {
    transition: none !important;
}

.insight_wrap .tabs li:hover {
    color: inherit !important;
    -webkit-text-stroke-width: inherit !important;
}

.insight_wrap .tabs li span:hover {
    color: #000000;
    -webkit-text-stroke-width: thin;
}

.insight_wrap .tabs li {
    margin-right: 6px;
}

.insight_wrap .tabs {
    width: 62% !important;
}

.sp-bottom-menu.inner-menu {
    transition: none !important;
}

.sp_banner .marquee.banner {
    bottom: 12px !important;
}

.Innovation-swiper .home-slider-navigation {
    transition: all .7s ease;
}

.ledt_innovation.pinnedPagi .home-slider-navigation {
    margin-top: 10vw !important;
}

.ledt_innovation .swiper-pagination {
    transition: all .7s ease !important;
}

.ledt_innovation.pinnedPagi .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
    top: 120% !important;
}

.case_wrap .pin-img {
    width: 90% !important;
}

.whatwethink .home-bolgs .righ a .blog-bottom {
    padding-top: 1vw;
}

.case_text > div:first-child {
    top: 15px !important;
}

body.menu-opened {
    overflow: hidden;
}

.sp_banner .marquee.banner .marquee-item p,
.chat-marquee .marquee.banner .marquee-item p {
    font-size: 1vw !important;
}

.whatwedo-text .para {
    font-size: 30px !important;
    font-weight: 400 !important;
}

.what-we-do-menu .menu_left_what .what_men_list li .item {
    align-items: baseline;
}

.articcal_paras .per_info img {
    margin-top: 4px;
}

.visusl_sec .list_sec .list h2:before {
    background: #0dcaf0 !important;
}

.weareteam h2 {
    width: 70% !important;
}
/* .whatwethink .home-bolgs .left a {
    width: 100%;
    display: flex;
    flex-direction: column;
} */
.whatwethink .home-bolgs .left a .img-wrap {
    display: grid !important;
    grid-template-columns: 50% 25% 25%;
}

    .whatwethink .home-bolgs .left a .img-wrap img {
        object-fit: cover;
        height: 100%;
    }

.award_logo_wrap {
    grid-gap: 3vw !important;
}

.solution_journey .sl_right p > p {
    padding-right: 0 !important
}

.bacm_sec .our_guiding_slide .bacmSwiper .swiper-slide .mang_sec .left .img {
    width: 45px;
}

.connect-with-us.anim.tjs_sec .sp-head {
    line-height: 1.2;
}

/* .sp_case_slider {
	margin-top: 5vw !important;
} */
.case_navigatin_menu {
    bottom: 10% !important;
}

.sp_case_slider .caseSwiper .swiper-slide-active .case_wrap {
    width: 100%;
}

.f-button a {
    padding: 16px 24px !important;
}

.home_whatwedo .whatwedo-text .btns a {
    padding: 20px 40px !important;
}

html.menu-opened.lenis {
    overflow-y: hidden !important;
}

.Innovation-swiper .home-slider-navigation {
    position: relative;
}

.solution_slider .mySLpag,
.ind_innovation .indpagin,
.Innovation-swiper .swiper-pagination,
.sp_case_study .case_pagin {
    display: none;
}

.ind_innovation .ind-slider-navigation,
.Innovation-swiper .home-slider-navigation,
.case-slider-navigation {
    padding-top: 0 !important;
}

    .solution_slider .sl-slider-navigation:before,
    .ind_innovation .ind-slider-navigation:before,
    .ledt_innovation .home-slider-navigation:before,
    .case-slider-navigation:before {
        content: '';
        top: 0;
        left: 0;
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: rgba(151, 71, 255, 0.28);
    }

    .sl-sl-list .sl-slider-navigation span,
    .ind_innovation .ind-slider-navigation span,
    .Innovation-swiper .home-slider-navigation span,
    .case-slider-navigation span {
        margin-bottom: 0;
        padding: 12px 0;
    }

.sl-sl-list .sl-slider-navigation span {
    padding: 6px 0;
}

.sl-sl-list .sl-slider-navigation span,
.ind_innovation .ind-slider-navigation span,
.Innovation-swiper .home-slider-navigation span,
.case-slider-navigation span {
    margin-bottom: 0 !important;
    position: relative;
}

    .sl-sl-list .sl-slider-navigation span:before,
    .ind_innovation .ind-slider-navigation span::before,
    .Innovation-swiper .home-slider-navigation span:before,
    .case-slider-navigation span:before {
        content: '';
        position: absolute;
        top: 0;
        left: -3vw;
        width: 4px;
        height: 100%;
        background: #9747FF;
        visibility: hidden;
        opacity: 0;
        transition: all .7s ease;
    }

    .sl-sl-list .sl-slider-navigation span.active:before,
    .ind_innovation .ind-slider-navigation span.active:before,
    .Innovation-swiper .home-slider-navigation span.active:before,
    .case-slider-navigation span.active:before {
        opacity: 1;
        visibility: visible;
    }

    .ind_innovation .ind-slider-navigation span::before {
        background: rgba(151, 71, 255, 1);
    }

.ind_innovation .ind-slider-navigation span {
    color: rgba(151, 71, 255, 1)
}

    .ind_innovation .ind-slider-navigation span.nav-point.active {
        color: rgba(151, 71, 255, 1) !important
    }

.Innovation-swiper .home-slider-navigation span.nav-point.active,
.case-slider-navigation span.active {
    color: #9747FF !important;
}

.right-category {
    width: 130px !important;
}

.subscribe_wrap .sub_left h3 {
    font-weight: 400 !important;
}

.ind_slider_text > div.active {
    display: flex !important;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
}

.ind_slider_text div .slider_btn svg {
    width: 18px;
    height: 18px;
}

    .ind_slider_text div .slider_btn svg path {
        stroke: #fff;
    }

.our_guiding_slide .swiper-slide > div h2 {
    font-weight: 400 !important;
}

.our-guiding-values {
    padding-bottom: 10vw !important;
}

.customer_experince .sp-heads {
    font-weight: 400 !important;
}

.service_grid_wrap .service_drid div img {
    width: 45px !important;
}

.pick_sec .right-category {
    width: 165px !important;
}

.serviceSwiperMain .serviceSwiper {
    width: 100% !important;
}

.key_swiper .keySwiper .box img {
    width: auto !important;
}

.project-banner img {
    filter: brightness(0.7);
}

.sl-sl-list {
    z-index: 1;
}

.solution_slider .sl_slider_wrap .sl_swiper_text {
    width: 95%;
}

.our_guiding_slide .swiper-slide > div h2 {
    font-weight: 600 !important;
}

.discover_sec .discoverSwiper .swiper-wrapper .swiper-slide {
    overflow: hidden;
}

.sp-button button {
    border: 1px solid;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 30px 10px 30px;
    border-radius: 50px;
    color: #000;
    display: flex;
    align-items: center;
}

    .sp-button button p {
        margin-right: 1.5vw;
        transition: all .6s ease-in-out;
    }

    .sp-button button svg {
        stroke: #4C0099;
        transition: all .6s ease-in-out;
    }

    .sp-button button:last-child {
        color: #4C0099;
    }

    .sp-button button:hover {
        background: rgba(52, 215, 255, 0.957);
        border-color: rgba(52, 215, 255, 0.957);
    }

        .sp-button button:hover p {
            color: #fff;
        }

        .sp-button button:hover svg {
            stroke: #fff;
        }

.spark-btn button:hover {
    /*background: var(--purple);*/
}

.spark-btn button {
    display: inline-flex;
    align-items: center;
    background: #9747ff;
    padding: 17px 25px;
    border-radius: 50px;
    transition: all .5s ease-in-out;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .spark-btn button:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: var(--purple);
        bottom: -100%;
        left: 0;
        z-index: -1;
        border-radius: 50px;
        scale: .5;
        transition: all .5s ease-in-out;
    }

    .spark-btn button:hover:after {
        bottom: 0;
        scale: 1;
    }

    .spark-btn button svg path {
        transition: all .5s ease;
    }

    .spark-btn button:hover {
    }

        .spark-btn button:hover > p {
        }

        .spark-btn button:hover svg path {
        }

    .spark-btn button svg {
        transition: all .5s ease;
    }

    .spark-btn button > p {
        font-size: 30px;
        color: var(--white);
        padding-left: 1vw;
    }

.case_wrap > .case-top > a {
    width: 40px !important;
    height: 40px !important;
}

.case_wrap ul li span {
    position: relative
}

    .case_wrap ul li span:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        background: #000;
        height: 1px;
        width: 100%;
    }

.who-we-wrap .connect-with-us {
    margin-top: 6vw !important;
}

.category_sec p {
    cursor: pointer;
}

.sp_banner .infos {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 5vw;
    transform: translate(0, -50%);
    color: #fff;
    width: 65%;
}

    .sp_banner .infos > div {
        width: 100%;
    }

.sp_banner h2 {
    font-size: 5vw;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.sp_banner p {
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 30px;
    width: 70%;
}

.new_btns {
    display: flex;
    gap: 18px
}

    .new_btns a {
        display: flex;
        background: transparent;
        border: 1px solid #fff;
        font-size: 18px;
        display: flex;
        align-items: center;
        padding: 8px 20px;
        border-radius: 50px;
        transition: all .7s ease;
        gap: 12px;
        color: #fff;
        position: relative;
        overflow: hidden;
    }

        .new_btns a svg {
            fill: #fff;
            transition: all .7s ease;
        }

        .new_btns a:hover {
            /*background:rgba(42, 213, 255, 1);*/
            border-color: rgba(42, 213, 255, 1)
        }

            .new_btns a:hover:after {
                bottom: 0;
                scale: 1;
            }

        .new_btns a:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -100%;
            width: 100%;
            height: 100%;
            background: rgba(42, 213, 255, 1);
            z-index: -1;
            border-radius: 50px;
            scale: .5;
            transition: all .5s ease;
        }

        .new_btns a:hover svg {
            fill: #fff
        }

.whatwethink .home-bolgs .left .bolgs-title {
    width: 100% !important;
}

.videoBlock_main {
    padding: 0 0;
    position: relative;
    height: auto;
}
    /* .videoBlock_main:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 30%;
	width: 100%;
	background-color: rgba(31, 31, 31, 1);
	z-index: -1;
} */
    .videoBlock_main .inner {
        position: relative;
        height: 100vh;
        padding: 5vw 0 0;
    }

.pin_video {
    position: absolute;
    top: 0;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: center;
    height: 100vh;
}

.videoBlock_main .infos {
    /* position: relative;
	top: 0;
	left: 0;
	width: 90%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	color: #fff;
	flex-direction: column;
	margin: 0 auto; */

    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    /* height: 100vh; */
    display: flex;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: center;
    z-index: 1;
    color: #fff;
    flex-direction: column;
    margin: 0 auto;
}

    .videoBlock_main .infos h3 {
        font-size: 32px;
    }

    .videoBlock_main .infos h2 {
        font-size: 60px;
        line-height: 1.2;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .videoBlock_main .infos p {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 50px;
        text-align: center;
    }

.videoBlock_main .new_btns {
    justify-items: center;
    justify-content: center;
}

.videoBlock_main .start {
    margin-bottom: 30px;
}

    .videoBlock_main .start > div {
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }

.home_whatwedo_new {
    padding: 0 5vw;
    height: auto !important;
}
/*.whatWeDoSwiper {
	width: 100%;
	height: 90vh;
	position: relative;
	border-radius:10px
}

.whatWeDoSwiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 60px;
  box-sizing: border-box;
  color: white;
  overflow: hidden;
  background-size: cover;
}
*/

.whatWeDoSwiper .slide-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}


.whatWeDoSwiper .slide-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
}

.whatWeDoSwiper .slide-count {
    font-size: 28px;
    letter-spacing: 2px;
    opacity: 1;
    font-weight: 600;
    font-family: 'Proxima Nova Rg';
    margin-bottom: 20px;
}

.whatWeDoSwiper .slide-title {
    font-size: 60px;
    margin: 10px 0 25px;
    line-height: 1.2;
    font-weight: 700;
}

.whatWeDoSwiper .slide-desc {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
}


.whatWeDoSwiper .swiper-tabs {
    position: absolute;
    top: 25%;
    left: 3vw;
    right: auto;
    display: flex;
    justify-content: space-between;
    z-index: 5;
    padding: 0 0 0 3vw;
    gap: 0;
    flex-direction: column;
}

.whatWeDoSwiper .swiper-tab {
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
    cursor: default;
    padding: 12px 0;
    border-top: 0;
    transition: all 0.7s ease;
    width: 100%;
    position: relative;
}

    .whatWeDoSwiper .swiper-tab.active {
        color: rgba(42, 213, 255, 1);
    }

.whatWeDoSwiper .swiper-image-inner {
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 0%, 0.2);
}

.whatWeDoSwiper .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.whatWeDoSwiper .swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.whatWeDoSwiper .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.whatWeDoSwiper .swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.whatWeDoSwiper .swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.whatWeDoSwiper .swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
/*.whatWeDoSwiper .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  display: flex;
}
*/


.support_section {
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: 375px;
    z-index: 10;
}

.support-wrapper {
}

.support-card.suport-card2 {
    /* display: flex; */
}

    .support-card.suport-card2 a {
        position: relative;
        padding-right: 65px;
        font-size: 18px;
        font-weight: 700;
        height: 75px;
        /* padding-top: 0; */
        display: flex;
        align-items: center;
    }

    .support-card.suport-card2 span {
        position: absolute;
        right: 15px;
        top: 15px;
        background: rgba(151, 71, 255, 1);
        border-radius: 50px;
        width: 48px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.support-title {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.support-icon {
    font-size: 24px;
    color: #9d4edd; /* purple icon */
}

.support-card {
    margin-bottom: 7px;
}

    .support-card:last-child {
        margin-bottom: 0;
    }

    .support-card a {
        display: flex;
        gap: 15px;
        padding: 15px;
        transition: 0.7s ease;
        background: #fff;
        position: relative;
        border-radius: 5px;
        box-shadow: -1px 2px 5px 1px rgba(0,0,0,0.10);
    }

        .support-card a:hover .support-text {
            color: rgba(151, 71, 255, 1); /* purple text */
        }

    .support-card:hover .support-link {
        background-color: #9d4edd;
        color: white;
    }

.support-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
}

.support-text {
    flex: 1;
    margin: 0;
    transition: color 0.3s ease;
    font-size: 16px;
}

.support-link {
    width: 36px;
    height: 36px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transition: 0.3s ease;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.support-card a img {
    width: 100%;
}

.support-card a > div:nth-child(1) {
    width: 110px;
}

.support-card a .info p {
    font-size: 18px;
}

.support-card a .info {
    flex: 1;
    padding-right: 10%;
}


.support_section:hover .support-card:nth-child(1) {
    bottom: 310%;
    transform: scale(1)
}

.support_section:hover .support-card:nth-child(2) {
    bottom: 205%;
    transform: scale(1)
}

.support_section:hover .support-card:nth-child(3) {
    bottom: 100%;
    transform: scale(1)
}

.support-card {
    transition: all.7s ease-in-out;
    /* transform-origin: bottom; */
}

    .support-card:nth-child(1),
    .support-card:nth-child(2),
    .support-card:nth-child(3) {
        position: absolute;
        width: 100%
    }

    .support-card:nth-child(1) {
        bottom: 90px;
        transform: scale(.85)
    }

    .support-card:nth-child(2) {
        bottom: 20px;
        transform: scale(.90)
    }

    .support-card:nth-child(3) {
        bottom: 7px;
        transform: scale(.95)
    }


.chat-widget {
    width: 100%;
    max-height: 700px;
    display: flex;
    flex-direction: column;
    background: #F4F5F8;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    font-family: sans-serif;
}

.chat-header {
    background: #a044ff;
    color: #fff;
    padding: 15px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.micIcon {
    display: flex;
    height: 45px;
    width: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.chat-body {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bubble-loader img {
    width: 100px;
    height: 100px;
}

.chat-input {
    display: flex;
    padding: 0 15px 15px;
    background: #fff;
    flex-direction: column;
}

    .chat-input input {
        flex: 1;
        padding: 10px 0;
        margin: 0;
        border: none;
        border-radius: 0;
        background: transparent;
        font-size: 16px;
    }

.icon-btn {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

    .icon-btn svg {
        opacity: .25 !important;
        transition: all .7s ease;
        fill: #000 !important;
    }

    .icon-btn:hover svg {
        fill: #a044ff !important;
        opacity: 1 !important;
    }

.mic-btn, .send-btn {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    background: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.send-btn {
    background: #a044ff;
    color: white;
    border-radius: 50%;
    padding: 8px 12px;
}

.chatsIcons {
    display: flex;
    justify-content: space-between;
}

    .chatsIcons .left {
        display: flex;
        gap: 15px;
    }

.input-main {
    padding: 5px 0;
    border-top: 1px solid rgba(230, 230, 230, 1);
}

    .input-main input {
        width: 100%;
    }

.chat-header > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.chat-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
    background: transparent;
    width: 100%;
    /* justify-content: end; */
    align-items: end;
}

.chat-btn {
    background: #9747FF; /* vibrant purple */
    color: white;
    border: 2px solid #9747FF; /* light blue border */
    border-radius: 999px;
    font-size: 16px;
    padding: 12px 0;
    display: flex;
    align-items: center;
    gap: 1vw;
    font-weight: 500;
    cursor: pointer;
    outline: none;
    width: 180px;
    /* flex: 1 0 auto; */
    justify-content: center;
}

    .chat-btn .arrow {
        font-size: 20px;
    }

.whatsapp-btn {
    background: #111;
    color: white;
    border: none;
    border-radius: 999px;
    font-size: 16px;
    padding: 12px 0;
    display: flex;
    align-items: center;
    gap: 1vw;
    font-weight: 500;
    text-decoration: none;
    width: 180px;
    justify-content: center;
}

    .whatsapp-btn img {
        width: 30px !important;
        height: 30px !important;
    }

.videoBlock_main .inner {
    height: 100%;
    overflow: hidden;
}
    /* .videoBlock_main .pin_video {
	position: relative;
} */
    .videoBlock_main .inner video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.right-category {
    top: 5vw !important;
}

.videoBlock_main {
    height: 100vh;
    position: relative; /* Ensure it's positioned correctly */
    top: 0; /* Ensure it's at the top */
    width: 100%; /* Ensure it takes the full width */
}

.extra-layer {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1); /* Adjust as needed */
    transition: all 0.5s ease;
    z-index: 1;
}

.sp-button.white a {
    color: var(--white) !important;
}

/* Class that is added when the layer becomes visible */
.extra-layer.visible {
    transform: translateX(-100%);
}

.videoBlock_main .infos > p {
    padding: 0 28%;
}

.support_section {
    display: none !important;
}

.goto_main {
    position: fixed;
    right: 42px;
    width: 35px;
    bottom: 130px;
    z-index: 10;
    transition: all .7s ease;
    opacity: 0;
    visibility: hidden;
}

    .goto_main.show {
        opacity: 1;
        visibility: visible;
    }

section#videoScrollSection {
    height: 100vh;
    background: url('../images/videoframes/frame_000.webp');
    position: relative;
    z-index: 1;
}

canvas#videoCanvas {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    display: block;
    z-index: 1;
}

.ai-in-action {
    display: block;
}

.whatWeDoSwiper .swiper-tabs:before {
    content: '';
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: rgba(151, 71, 255, 0.28);
}

.whatWeDoSwiper .swiper-tab:before {
    content: '';
    position: absolute;
    top: 0;
    left: -3vw;
    width: 4px;
    height: 100%;
    background: rgba(42, 213, 255, 1);
    visibility: hidden;
    opacity: 0;
    transition: all .7s ease;
}


.whatWeDoSwiper .swiper-tab.active:before {
    opacity: 1;
    visibility: visible
}

.beyound_pin .horizontalScroller {
    padding-left: 25% !important;
}

.beyound_pin .horizontalScroller .horizontalScroller__scroll {
    position: relative;
    overflow: inherit;
}




    @media (min-width: 768px) and (max-width: 1400px) {
        .sp_banner .marquee.banner .marquee-item:nth-child(even),
        .chat-marquee .marquee.banner .marquee-item:nth-child(even) {
            flex: 1 0 14vw !important;
        }
    }

    @media (min-width: 768px) and (max-width: 1250px) {
        .sp_banner .marquee.banner .marquee-item:nth-child(even),
        .chat-marquee .marquee.banner .marquee-item:nth-child(even) {
            flex: 1 0 17vw !important;
        }

        .sp_banner .marquee.banner .marquee-item:nth-child(odd),
        .chat-marquee .marquee.banner .marquee-item:nth-child(odd) {
            flex: 1 0 20vw !important;
        }
    }

    @media only screen and (max-width: 767px) {
        .sp_header.scrollUp {
            top: -20vw !important;
        }

        .sp_header.on-scroll .sp_menu ul li button {
            font-size: 24px;
            display: flex;
            align-items: center;
        }

        .what-we-do-menu .menu_left_what {
            padding: 15vw 5vw 10vw !important;
        }

        .sp_header.on-scroll .sp_menu ul li button svg {
            margin-left: 2vw;
        }

        .sp-bottom-menu {
            transition: inherit !important;
        }

        .our-history .history-left {
            position: relative !important;
        }

        .sp_banner .marquee.banner {
            width: 100%;
        }

        .sp-bottom-menu {
            overflow: inherit !important;
        }

        .main_scr_list {
            overflow-x: inherit !important;
            width: 100%;
            left: 0;
            display: flex;
            white-space: inherit !important;
        }

        .what-we-do-menu .menu_left_what .what_men_list h3 svg {
            transition: all .7s ease;
        }

        .footer_wrap .f-row:first-child {
            width: 100%;
            padding-left: 12vw;
            margin-left: 0;
            margin-bottom: 15vw;
        }

        footer {
            margin: 0;
        }

        .footer_wrap .f-row:first-child {
            margin-left: 0 !important;
        }

        .footer_wrap .f-row .f-menu > .ft_img {
            width: 21%;
        }

            .footer_wrap .f-row .f-menu > .ft_img img {
                width: 100% !important;
            }

        .sp-bottom-menu .main_scr_menu {
            width: 50% !important;
            flex: 1 0 auto;
        }

        .main_scr_list {
            flex: 1 0 auto;
            width: 50% !important;
        }

        .sp-bottom-menu .main_scr_menu ul li:not(:nth-child(1)) {
            display: none;
        }

        .sp-bottom-menu .main_scr_menu ul li:first-child img {
            display: none;
        }

        .main_scr_list.mobDropdown .inner {
            width: 100%;
        }

        .sp-bottom-menu .main_scr_list.mobDropdown .inner > div > div > button {
            color: #fff !important;
            background-color: #9747FF;
            display: flex;
            height: 3vw;
            padding: 6vw 1rem;
            align-items: center;
            width: 100%;
            justify-content: space-between;
        }

            .sp-bottom-menu .main_scr_list.mobDropdown .inner > div > div > button span {
                white-space: nowrap; /* Prevents text from wrapping */
                overflow: hidden; /* Hides overflowed text */
                text-overflow: ellipsis;
                flex: 1;
                text-align: left;
            }

            .sp-bottom-menu .main_scr_list.mobDropdown .inner > div > div > button svg {
                width: 20px;
            }

        .search_wrap {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .inside-search {
            margin: 0 !important;
            height: auto !important;
        }

            .inside-search button.search-icon {
                top: 12px;
            }

            .inside-search input[type="text"] {
                padding: 3vw 2vw 3vw 15% !important;
            }

        .right-category {
            width: 40% !important;
        }

            .right-category .select-menu .options li {
                margin: 0 2vw !important;
                align-items: center;
                background: #fff;
                border-bottom: solid 1px rgba(0, 0, 0, .1);
                padding: 2vw 0 !important;
            }

        .sp_banner .marquee.banner .marquee-item p,
        .chat-marquee .marquee.banner .marquee-item p {
            font-size: 4vw !important;
        }

        .whatwedo-text .para {
            font-size: 20px !important;
        }

        .sp-bottom-menu .main_scr_list a {
            width: 100%;
        }
        /* .footer_wrap {
		overflow: hidden;    
	} */
        .weareteam {
            margin-right: 5vw;
        }

            .weareteam h2 {
                width: 100% !important;
                font-size: 30px !important;
                line-height: 1.2 !important;
            }

        .sp_case_study h2 {
            transform: inherit !important;
        }

        .case_text > div,
        .case_text {
            transform: inherit !important;
        }

        .case_navigatin_menu {
            bottom: 40% !important;
        }

        .home_whatwedo .whatwedo-text .btns a {
            padding: 20px 25px !important;
        }

        body.menu-opened {
            overflow: hidden;
        }

            body.menu-opened .sp_header.scrollUp {
                transform: inherit !important;
                top: 0 !important;
            }

        .project-banner {
            overflow: hidden;
        }
    }
