/* Heading Now */
@font-face {
    font-family: 'Heading Now';
    src: url('/assets/fonts/heading-now/Headingnow-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heading Now';
    src: url('/assets/fonts/heading-now/Headingnow-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heading Now';
    src: url('/assets/fonts/heading-now/Headingnow-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* IvyOra For H Only */
@font-face {
    font-family: 'IvyOra Display';
    src: url('/assets/fonts/ivy-presto/ivy-presto-display.woff2') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Anton For H1 Only */
@font-face {
    font-family: 'Anton';
    src: url('/assets/fonts/anton/Anton-Regular.woff2') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Kanit */
@font-face {
    font-family: 'Kanit';
    src: url('/assets/fonts/kanit/Kanit-Thin.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kanit';
    src: url('/assets/fonts/kanit/Kanit-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kanit';
    src: url('/assets/fonts/kanit/Kanit-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kanit';
    src: url('/assets/fonts/kanit/Kanit-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kanit';
    src: url('/assets/fonts/kanit/Kanit-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Perfectly
@font-face {
    font-family: 'Perfectly';
    src: url('/assets/fonts/perfectly/perfectly.woff2') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
} */

/* Outfit
@font-face {
    font-family: 'Outfit';
    src: url('/assets/fonts/outfit/Outfit-Bold.woff2') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('/assets/fonts/outfit/Outfit-Bold.woff2') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Outfit';
    src: url('/assets/fonts/outfit/Outfit-SemiBold.woff2') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    }
    
    @font-face {
        font-family: 'Outfit';
        src: url('/assets/fonts/outfit/Outfit-Medium.woff2') format('truetype');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
        }
        
        @font-face {
    font-family: 'Outfit';
    src: url('/assets/fonts/outfit/Outfit-Regular.woff2') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    } */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Kanit";
    background: #000000;
}

img {
    display: flex;
    width: 100%;
    height: auto;
}

video {
    width: 100%;
    display: flex;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: 'Kanit';
    color: #FFF;
}

h2 {
    font-size: 50px;
    font-weight: 400;
    line-height: 45px;
    text-transform: capitalize;
}

h1 {
    color: #fff;
    font-size: 179px;
    font-weight: 500;
    line-height: 268px;
    text-transform: capitalize;
}

p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
}

.dif_font {
    font-family: 'IvyOra Display';
    font-style: italic;
}

.container {
    max-width: 1420px;
    padding: 0 50px;
    margin: 0 auto;
    width: 100%;
}

header {
    padding: 13px 0;
    position: absolute;
    width: 100%;
    z-index: 99;
    transition: all ease .5s;
    left: 0;
    top: 0;
}

/* header.active .header_wrapper {
    background: #000000d1;
    padding-left: 20px;
    padding-right: 20px;
    backdrop-filter: blur(9px);
} */

/* header.active .logo {
    width: 180px;
} */

.header_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all ease .5s;
    padding: 23px 0;
    border-radius: 100px;
}

.logo {
    width: 200px;
    transition: all ease .8s;
}

/* Mega Menu */
.mega_menu {
    position: relative;
    padding: 20px 0;
}

.mega_menu_dropdown {
    position: absolute;
    top: 60px;
    width: 353px;
    left: -120px;
    border-radius: 10px;
    background: linear-gradient(129deg, rgba(254, 250, 244, 0.25) 0.92%, rgba(255, 255, 255, 0.10) 98.14%);
    box-shadow: 0 4px 24px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(38px);
    transition: all ease .5s;
}

.mega_menu_dropdown li:last-child a {
    border-bottom: none;
}

.mega_menu_dropdown li {
    position: relative;
}

.mega_arrow {
    width: 9px;
    transition: all ease .4s;
}

.mega_sub_menu {
    position: absolute;
    width: 250px;
    right: 0;
    left: 100%;
    border-radius: 0 10px 10px 0;
    border: solid 1px gray;
    background: linear-gradient(129deg, rgba(254, 250, 244, 0.25) 0.92%, rgba(255, 255, 255, 0.10) 98.14%);
    box-shadow: 0 4px 24px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(38px);
    transition: all ease .5s;
}

.mega_sub_menu li a {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-decoration: none;
    width: 100%;
    padding: 8px 12px;
    border-bottom: solid 1px gray;
}

li.sub_back_list {
    display: none;
}

.mega_menu_item {
    padding: 12px 22px;
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: solid 1px white;
    transition: all ease .5s;
}

.mega_menu_item:hover .mega_arrow {
    rotate: 180deg;
}

.mega_menu_head {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Mega End */

.menu_burger {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    padding: 135px 50px 40px;
    /* border: 0.5px solid #FFF; */
    background: linear-gradient(159deg, rgb(0 0 0) 5.11%, rgb(0 0 0 / 35%) 90.44%);
    box-shadow: 0 4px 24px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(34.79999923706055px);
}

.nav_menu {
    display: flex;
    gap: 30px;
    /* flex-direction: column; */
    align-items: center;
}

.nav_social_wrap.mob,
.main_btn.mob {
    display: none;
}

.nav_menu li {
    list-style: none;
    /* display: flex; */
}

.menu_main {
    /* max-width: 1480px; */
    margin: 0 auto;
    padding: 0 50px;
}

.menu_burger .nav_menu {
    flex-direction: column;
}

.menu_right {
    width: 80%;
    display: flex;
    gap: 20px;
}
.drop_arrow {
        width: 10px;
        transition: all ease .3s;
    }
/* 
.menu_wrapper,
.menu_main {
    width: 100%;
    height: 100%;
} */

.menu_wrapper {
    display: flex;
    gap: 60px;
}

.menu_right h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 33px;
    text-transform: uppercase;
}

.menu_right ul li {
    list-style: none;
    padding-left: 15px;
    position: relative;
    display: flex;
}

.menu_right ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 6px;
    height: 6px;
    border-radius: 20px;
    margin: auto;
    bottom: 0;
}

.menu_nav_block {
    width: 25%;
    padding-left: 12px;
    border-left: solid 2px white;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.menu_right ul li a {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    text-decoration: none;
}

.nav_link {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}

.nav_link:hover::after {
    width: 100%;
}

.nav_link::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #D2FF82;
    transition: all ease .4s;
}

.nav_link.active::after {
    width: 100%;
}

.nav_right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main_btn {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.main_btn:hover {
    .btn_arrow img {
        transform: translateX(0%);
    }
}

.main_btn.nav .btn_card {
    padding: 10px 16px;
}

/* .main_btn .btn_card {
    background: transparent;
} */
.main_btn.gray .btn_card {
    background: #0D0D0D;
}

.btn_card {
    display: inline-flex;
    padding: 12px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
    background: #000;
}

.btn_arrow {
    width: 46px;
    height: 46px;
    background: #D2FF82;
    border-radius: 100px;
    margin-left: -10px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_arrow_in {
    width: 13px;
    height: 12px;
    overflow: hidden;
    display: flex;
    rotate: -45deg;
}

.btn_arrow img {
    width: 13px;
    transform: translateX(-100%);
    transition: all ease .2s;
}

.btn_card_main {
    padding: 1.1px;
    height: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.03) 0%, #FFF 100%);
    border-radius: 100px;
    width: max-content;
}

.nav_social_wrap {
    display: flex;
    gap: 10px;
}

.nav_social_icon {
    width: 41px;
    display: flex;
    height: 41px;
    align-items: center;
    justify-content: center;
    border-radius: 20.5px;
    border: 1px solid rgba(172, 172, 172, 0.30);
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(5px);
    position: relative;
    z-index: 1;
}

.nav_social_icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    scale: 0;
    background: #D2FF82;
    z-index: -1;
    transition: all ease .6s;
    border-radius: 50px;
}

.nav_social_icon:hover::before {
    scale: 1;
    opacity: 1;
}

.nav_social_icon:hover img {
    filter: invert(1);
}

.nav_social_icon:last-child img {
    width: 14px;
}

.nav_social_icon img {
    width: 18px;
    transition: all ease .6s;
}

.hero--sec {
    min-height: 760px;
    display: flex;
    z-index: 2;
    position: relative;
}

/* .hero_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hero_bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;  
} */

.branding .empower_text {
    max-width: 556px;
}

.hero--sec .container {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero__main {
    width: 100%;
}

.hero__content {
    text-align: center;
}

.text-video-mask {
    width: 100%;
    max-width: 100%;
    margin-bottom: -230px;
    pointer-events: none;
}

.text-video-mask svg {
    width: 100%;
    height: auto;
    display: block;
}

text {
    font-size: 300px;
    line-height: 300px;
    font-weight: 900;
    font-family: 'Anton';
}

.hero_heading {
    position: relative;
}

.hero_top p {
    font-size: 37px;
    font-weight: 500;
    font-family: 'Heading Now';
    line-height: 45px;
    text-transform: uppercase;
    margin-bottom: -30px;
}

.works--sec {
    background: #0D0D0D;
    padding: 100px 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.work_head {
    margin-bottom: 50px;
    text-align: center;
}

.works_main {
    overflow: hidden;
}

.work_loop_wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 50px;
    transition: all 0.1s linear;
    transform: scale(0.8) rotateX(-40deg);
    transform-origin: center;
    will-change: transform;
}

.work_loop_item {
    display: flex;
    gap: 10px;
    animation: brand-loop 20s linear 2s infinite;
}

.work_loop_item.rev {
    animation: brand-loop2 26s linear 2s infinite;
}

@keyframes brand-loop {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-60%);
    }
}

@keyframes brand-loop2 {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-60%);
    }
}

.work_services {
    padding: 33px 0;
    /*border-radius: 20px;*/
    /*border: 0.5px solid #FFF;*/
    background: #ffffff0f;
    box-shadow: 0 4px 24px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(20px);
    position: relative;
}

.work_service_loop {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    transform: translateX(-5%);
    animation: service-loop 20s linear 2s infinite;
}

@keyframes service-loop {
    0% {
        transform: translateX(-5%);
    }

    100% {
        transform: translateX(-60%);
    }
}

.work_link {
    height: 41px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 7px 21px;
    border-radius: 20px;
    border: 1px solid #FFF;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    min-width: max-content;
    position: relative;
    overflow: hidden;
    z-index: 2;
    transition: all ease 2s;
}

.work_link:hover::before {
    width: 100%;
}

.work_link:hover {
    color: #000;
}

.work_link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #D2FF82;
    z-index: -1;
    transition: all ease 2s;
}


.work_img {
    min-width: 533px;
    width: 100%;
    max-width: 533px;
}

.work_headline {
    position: absolute;
    bottom: -100px;
    left: 0;
    z-index: -1;
}

.work_headline h2 {
    font-family: 'Anton';
    font-size: 300px;
    font-weight: 400;
    line-height: 300px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #ffffff1f -123.31%, rgba(153, 153, 153, 0.00) 64.03%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    pointer-events: none;
}

/* SERVICES */
.services--sec {
    background: #0D0D0D;
    padding: 0 0 100px;
}

.services_cards_wrapper {
    margin-bottom: 40px;
}

.service__head {
    margin-bottom: 60px;
    text-align: center;
}

.services_card:first-child {
    border-top: 1px solid #272727;
}

.services_card {
    position: relative;
    border-bottom: 1px solid #272727;
}

/* 
.services_card:last-child {
    border-bottom: none;
} */

.serv_in_main {
    position: relative;
    overflow: hidden;
    z-index: 2;
    padding: 36px;
}

.serv_img {
    position: absolute;
    width: 209px;
    opacity: 1;
    pointer-events: none;
    transition: all .6s ease;
    z-index: 9;
    top: -60px;
    rotate: 10deg;
}

.serv_card_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1320px;
    margin: 0 auto;
    padding-right: 200px;
}

.serv_card_in h2 {
    transition: all ease 1.3s;
}

.serv_head {
    display: flex;
    align-items: center;
    gap: 50px;
}

.serv_info {
    max-width: 355px;
}

.serv_info p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    transition: all ease 1.3s;
}

.services_btm {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
}

/* Discover */
.disover--sec {
    padding: 100px 0;
}

.disover_head {
    text-align: center;
    margin-bottom: 46px;
}

.discover__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.disco_left {
    width: 100%;
    max-width: 373px;
}

.disco_card {
    margin-bottom: 30px;
}

.disco_icon {
    width: 20px;
}

.disc_info_head {
    margin-bottom: 21px;
}

.disc_info_head h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
}

.disc_info_head p {
    width: 373px;
    font-size: 18px;
    line-height: 28px;
}

.disco_verified {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 30px;
}

.disco_verified p {
    font-size: 18px;
}

.dico_info_btm ul li {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
    text-transform: capitalize;
    position: relative;
    padding-left: 20px;
    list-style: none;
}

.dico_info_btm ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    background: #D2FF82;
    filter: drop-shadow(0 2px 11px rgba(218, 255, 153, 0.50));
    border-radius: 50px;
}

.disco_video_box {
    width: 60%;
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.disco_btn {
    display: inline-flex;
    padding: 9px 30px;
    border-radius: 60px;
    background: #D2FF82;
    color: #000;
    font-family: Kanit;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}

.dico_info_btm ul {
    margin-bottom: 30px;
}

.disco_video:first-child {
    margin-top: 117px;
}

.disco_video {
    max-width: 367px;
    position: relative;
}

.disco_video_inner {
    width: 100%;
    border: solid 7px #818181;
    display: flex;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}

.disco_video_inner::after {
    content: "";
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 114px;
    height: 4px;
    background: #ffffff;
    border-radius: 100px;
    animation: pulseLine 1.6s ease-in-out infinite;
}

@keyframes pulseLine {
    0% {
        transform: scaleX(0.5);
        opacity: 0.5;
    }

    50% {
        transform: scaleX(1);
        opacity: 1;
    }

    100% {
        transform: scaleX(0.5);
        opacity: 0.5;
    }
}


.video_btns {
    width: 3px;
    position: absolute;
    left: -3px;
    top: 90px;
}

.video_btm_nav {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.video_top_social {
    position: absolute;
    top: 19px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70%;
    z-index: 3;
    pointer-events: none;
}

.disco_video video {
    width: 100%;
    height: 756px;
    object-fit: cover;
}

/* How we Work */
.how_head {
    text-align: center;
    margin-bottom: 70px;
}

.how_head h2 {
    font-size: 100px;
    line-height: 100px;
}

.how-we-work {
    padding: 100px 0;
}

.how_btn {
    width: 50px;
    display: flex;
    height: 50px;
    border-radius: 100px;
    background: #D2FF82;
    align-items: center;
    justify-content: center;
}

.how_btn img {
    width: 14px;
}

.how_card {
    padding: 60px 200px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 50px;
}

.how_card:first-child {
    margin-top: -400px;
}

.how_card:last-child {
    margin-bottom: 0;
}

.how_card_in {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 9;
    gap: 10px;
}

.how_card:nth-child(even) {
    align-items: flex-end;
}

.how_card:nth-child(even) .how_card_in {
    align-items: flex-end;
    width: 100%;
}

.how_card h2 {
    font-size: 130px;
    line-height: 100px;
    font-weight: 400;
    text-transform: uppercase;
}

.how_card p {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 32px;
}

.how_card_img_mob {
    display: none;
}

.how_card_img_mob img {
    object-fit: cover;
}

.how_cubic_box {
    width: 100%;
    height: 600px;
    perspective: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 200px;
    /* jitna upar chahiye utna rakho */
    transform: translateZ(0);
}

/* cube container */
.how_cubic {
    position: relative;
    width: 22.2vw;
    height: 22.2vw;
    transform-style: preserve-3d;
    transition: transform 0.6s linear;
    transform: translateY(60px);
}

/* common face styles */
.how_cubic img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    backface-visibility: hidden;
}

/* cube ka half (depth) — tumhare original code mein 13.89vw tha */
:root {
    --cube-depth: 11.1vw;
}

/* 6 faces */
.how_cubic img:nth-child(1) {
    transform: rotateY(0deg) translateZ(var(--cube-depth));
    /* front */
}

.how_cubic img:nth-child(2) {
    transform: rotateY(90deg) translateZ(var(--cube-depth));
    /* right */
}

.how_cubic img:nth-child(3) {
    transform: rotateY(180deg) translateZ(var(--cube-depth));
    /* back */
}

.how_cubic img:nth-child(4) {
    transform: rotateY(-90deg) translateZ(var(--cube-depth));
    /* left */
}

.how_cubic img:nth-child(5) {
    transform: rotateX(90deg) translateZ(var(--cube-depth));
    /* top */
}

.how_cubic img:nth-child(6) {
    transform: rotateX(-90deg) translateZ(var(--cube-depth));
    /* bottom */
}

/* Brands */
.brands_main {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    background: linear-gradient(180deg, #151520 0%, #00000D 100%);
    padding: 12px;
}

.brands_wrapper {
    display: flex;
    align-items: center;
    gap: 100px;
    animation: branding-loop 25s linear 2s infinite;
    transform: translateX(-200%);
}

.brands_main::before {
    content: "";
    width: 120px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    z-index: 2;
}

.brands_main::after {
    content: "";
    width: 120px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    z-index: 2;
}

@keyframes branding-loop {
    0% {
        transform: translateX(-200%);
    }

    100% {
        transform: translateX(40%);
    }
}

.brand_icon {
    min-width: max-content;
    opacity: 0.4;
}

.brand_text_main {
    overflow: hidden;
    background: #D2FF82;
    padding: 9px;
}

.brand_text_wrap {
    display: flex;
    align-items: center;
    /* transform: translateX(-330%); */
    gap: 30px;
    animation: branding-loop2 55s linear 2s infinite;
}

@keyframes branding-loop2 {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-330%);
    }
}

.brand_text_main h3 {
    color: #000;
    font-family: 'Anton';
    font-size: 57px;
    font-style: normal;
    font-weight: 400;
    line-height: 57px;
    text-transform: uppercase;
    min-width: max-content;
}

/* Case */
.case--sec {
    padding: 100px 0 160px;
    background-image: url('../images/case-bg.webp');
    background-position: center;
    background-size: contain;
    /* background-repeat: 2; */
}

.case--sec .container {
    max-width: 1520px;
}

.case_head {
    text-align: center;
    margin-bottom: 60px;
}

.case_img {
    width: 60%;
}

.case_item_top h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
}

.case_item_top p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.case_srv {
    display: flex;
    align-items: center;
    gap: 9px;
    position: relative;
    margin-bottom: 10px;
}

.case_srv::before {
    content: "";
    display: flex;
    width: 9px;
    height: 9px;
    background: #D2FF82;
    filter: drop-shadow(0 2px 15px #D2FF82);
    border-radius: 100px;
}

.case_srv h4 {
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 11px;
    text-transform: capitalize;
}

.case_card .btn_card {
    background: #0d0d0d;
}

.case_info p {
    font-size: 14px;
}

.case__wrapper {
    position: relative;
    perspective: 1000px;
}

.case_card {
    display: flex;
    align-items: stretch;
    gap: 40px;
    justify-content: space-between;
}

.case_card:last-child {
    margin-bottom: 0;
}

.case_left {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Sticky Card */

.stickyCardsListWrapper .stickyCardsList--cards-wrapper {
    transition: .5s;
    /* padding-bottom: 4em */
}

@media (min-width: 1200px) {
    .stickyCardsListWrapper .stickyCardsList--cards-wrapper {
        padding-top: 4em;
        width: 80vw;
        margin: 0 auto;
        font-size: .75em
    }
}

/* @media (max-width: 991.98px) {
    .stickyCardsListWrapper .stickyCardsList--cards-wrapper {
        padding: 0 .9375em
    }
} */

.stickyCardsListWrapper .stickyCardsList--card {
    position: sticky;
    left: 0;
    background-color: #28282b;
    width: 100%;
    border-radius: 2.5em;
    box-shadow: 0 -11px 31.9px 0 rgba(0, 0, 0, .25);
    padding: 4.6875em;
    margin: 0 auto;
    margin-bottom: 2em;
    transition: .35s;
    min-height: 34.625em
}

.stickyCardsListWrapper .stickyCardsList--card--left-col,
.stickyCardsListWrapper .stickyCardsList--card--right-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2em
}

.stickyCardsListWrapper .stickyCardsList--card--title {
    line-height: normal
}

@media (min-width: 1200px) {
    .stickyCardsListWrapper .stickyCardsList--card--title {
        font-size: 3.125em;
        margin-bottom: .5em
    }
}

.stickyCardsListWrapper .stickyCardsList--card--description {
    text-transform: capitalize
}

@media (min-width: 1200px) {
    .stickyCardsListWrapper .stickyCardsList--card--description {
        font-size: 2.1875em;
        line-height: 1.3;
        margin-bottom: .25em
    }
}

.stickyCardsListWrapper .stickyCardsList--card--counter-wrapper .counter-box {
    margin-bottom: 2.5em
}

.stickyCardsListWrapper .stickyCardsList--card--counter-wrapper .count-num {
    margin-bottom: .125em
}

.stickyCardsListWrapper .stickyCardsList--card--case-studies .case-studies-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1.375em
}

.stickyCardsListWrapper .stickyCardsList--card--case-studies .case-studies-wrapper .case-study {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 10.1875em;
    height: 6.8125em;
    padding: 1.5em;
    background-color: #000;
    border-radius: 1em
}

.stickyCardsListWrapper .stickyCardsList--card--case-studies .case-studies-wrapper .case-study--logo {
    height: auto;
    max-height: 100%
}

.stickyCardsListWrapper .stickyCardsList--card--services p {
    display: flex;
    flex-wrap: wrap;
    gap: 0 .14em
}

.stickyCardsListWrapper .stickyCardsList--card--services p a {
    position: relative
}

.stickyCardsListWrapper .stickyCardsList--card--services p a::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transform: scaleX(0);
    transition: transform .3s ease
}

.stickyCardsListWrapper .stickyCardsList--card--services p a:hover::after {
    transform: scaleX(1);
    transition: transform .3s ease
}

@media (max-width: 991.98px) {
    .stickyCardsListWrapper .stickyCardsList--card {
        position: relative;
        padding: 2em;
        height: auto;
        top: 0
    }
}

@media (max-width: 767.98px) {
    .stickyCardsListWrapper .stickyCardsList--card {
        padding: 2em 1.5em;
        border-radius: 1.5em
    }
}

@media (min-width: 992px) {
    .stickyCardsListWrapper .stickyCardsList--card.card-1 {
        top: 4em;
        background: #343438
    }
}

@media (min-width: 992px) {
    .stickyCardsListWrapper .stickyCardsList--card.card-2 {
        top: 8em;
        background: #414145
    }
}

@media (min-width: 992px) {
    .stickyCardsListWrapper .stickyCardsList--card.card-3 {
        top: 12em;
        background: #4d4d53
    }
}

@media (min-width: 992px) {
    .stickyCardsListWrapper .stickyCardsList--card.card-4 {
        top: 16em;
        background: #595960
    }
}

@media (min-width: 992px) {
    .stickyCardsListWrapper .stickyCardsList--card.card-5 {
        top: 20em;
        background: #65656d
    }
}

@media (min-width: 992px) {
    .stickyCardsListWrapper .stickyCardsList--card.card-6 {
        top: 24em;
        background: #72727a
    }
}

@media (min-width: 992px) {
    .stickyCardsListWrapper .stickyCardsList--card.card-7 {
        top: 28em;
        background: #7e7e87
    }
}

@media (min-width: 992px) {
    .stickyCardsListWrapper .stickyCardsList--card.card-8 {
        top: 32em;
        background: #8b8b94
    }
}

@media (min-width: 992px) {
    .stickyCardsListWrapper .stickyCardsList--card.card-9 {
        top: 36em;
        background: #9999a0
    }
}

@media (min-width: 992px) {
    .stickyCardsListWrapper .stickyCardsList--card.card-10 {
        top: 40em;
        background: #a6a6ac
    }
}

.stickyCardsListWrapper .stickyCardsList--img-wrapper {
    position: relative;
    max-width: 30.6875em;
    aspect-ratio: 491/576;
    border-radius: 1em;
    overflow: hidden
}

.stickyCardsListWrapper .stickyCardsList--img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

@media (max-width: 991.98px) {
    .stickyCardsListWrapper .stickyCardsList--img-wrapper {
        aspect-ratio: 491/276;
        margin-top: 1.5em;
        margin-bottom: 1.5em;
        max-width: 100%
    }
}

/* CTA */
.cta--sec {
    padding: 62px 0;
    background-image: url(../images/cta-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cta__main {
    text-align: center;
    padding: 0 50px;
}

.cta__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 452px;
    margin: 0 auto;
}

.cta_head {
    margin-bottom: 30px;
}

.cta_head p {
    font-size: 22px;
    line-height: 22px;
}

.cta_head h2 {
    font-size: 55px;
    font-weight: 400;
    line-height: 55px;
    text-transform: capitalize;
    margin-bottom: 18px;
}

.cta_btn {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    padding: 10px 24px;
    text-decoration: none;
    border: solid 1px #D2FF82;
    border-radius: 100px;
}


/* Testimonial */

.testimonial--sec {
    padding: 100px 0 220px;
}

.testi_head {
    text-align: center;
    margin-bottom: 70px;
}

.testi_main_img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: -510px;
    max-width: 1095px;
    overflow: hidden;
}

.testi_main_img img {
    transition: transform 0.4s ease-out;
    will-change: transform;
}

.testimonial--sec .container {
    max-width: 1815px;
}

.testi__wrapper {
    display: flex;
    gap: 30px;
}

/* .testi_card:nth-child(even) {
    margin-top: 200px;
} */

.testi_card {
    height: 463px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(159deg, rgba(254, 250, 244, 0.10) 5.11%, rgba(255, 255, 255, 0.05) 90.44%);
    backdrop-filter: blur(30.25px);
    padding: 37px 40px 45px 40px;
    will-change: transform;
    width: 25%;
}

.testi_card.add_testi {
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    text-align: center;
}

.add_testi_icon {
    width: 79px;
    height: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(217 217 217 / 30%);
    border-radius: 100px;
    border: solid 1px rgba(255, 255, 255, 0.275);
    margin-bottom: auto;
    margin-top: auto;
}

.testi_card.add_testi h3 {
    font-size: 26px;
    line-height: 34px;
}

.testi_card.add_testi h3 .dif_font {
    display: block;
}

.add_testi_icon img {
    width: 20px;
}

.rating_icon {
    width: 90px;
}

.testi_review p {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.testi_info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.client_info h4 {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

.client_img {
    width: 79px;
}

/* Faq's */
.faq--sec {
    padding: 50px 0 100px;
    background: url(../images/faq-bg.webp);
    background-position: top;
    background-size: cover;
}

.faq__main {
    max-width: 1095px;
    margin: 0 auto;
}

.faq_head {
    text-align: center;
    margin-bottom: 50px;
}

.faq_head h2 {
    margin-bottom: 18px;
}

.faq_head p {
    font-size: 18px;
}

.faq_card_inner {
    border-radius: 10px;
    background: #191918;
    backdrop-filter: blur(30.25px);
    padding: 20px 27px;
    position: relative;
}

.faq_card {
    padding: 2px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin-bottom: 23px;
}

.faq_card:last-child {
    margin-bottom: 0;
}

.faq_card::before {
    content: "";
    position: absolute;
    inset: -50%;
    background: conic-gradient(from 0deg,
            rgba(153, 153, 153, 0.00) 0%,
            #D2FF82 25%,
            rgba(153, 153, 153, 0.00) 50%,
            #D2FF82 75%,
            rgba(153, 153, 153, 0.00) 100%);
    animation: spin 8s linear infinite;
    z-index: 0;
    opacity: 0.2;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

.faq_header h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.faq_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.faq_icon {
    position: relative;
    width: 15px;
    height: 15px;
}

.faq_icon::before {
    content: "";
    width: 100%;
    height: 3px;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    position: absolute;
}

.faq_icon::after {
    content: "";
    width: 3px;
    height: 100%;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    position: absolute;
    transition: all ease .4s;
}

.faq_card.active .faq_icon::after {
    rotate: 270deg;
}

.faq_answer {
    height: 0;
    overflow: hidden;
    transition: all ease .4s;
    width: 100%;
}

.faq_answer p {
    margin-top: 16px;
    text-transform: capitalize;
}


/* Cta Description  */
.loop_texting {
    overflow: hidden;
    padding-bottom: 2px;
}

.loop_text_main {
    display: flex;
    gap: 10px;
    animation: cta-loop 26s linear 2s infinite;
}

@keyframes cta-loop {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-60%);
    }
}

.loop_text_wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.loop_text_wrapper h2 {
    font-size: 240px;
    line-height: 170px;
    font-weight: 500;
}

.loop-stroke {
    -webkit-text-stroke: 3px #fff;
    color: transparent;
}

.loop_text_img_wrap {
    width: 208px;
    height: 170px;
    position: relative;
    perspective: 800px;
}

.loop_text_img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    animation: imgFlip 6s infinite ease-in-out;
    opacity: 0;
}

.loop_text_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* delays for sequence */
.loop_text_img:nth-child(1) {
    animation-delay: 0s;
}

.loop_text_img:nth-child(2) {
    animation-delay: 2s;
}

.loop_text_img:nth-child(3) {
    animation-delay: 4s;
}

/* fixed animation */
@keyframes imgFlip {
    0% {
        opacity: 0;
        transform: rotateX(180deg);
    }

    10% {
        opacity: 1;
        transform: rotateX(0deg);
    }

    40% {
        opacity: 1;
        transform: rotateX(0deg);
    }

    50% {
        opacity: 0;
        transform: rotateX(-180deg);
    }

    100% {
        opacity: 0;
        transform: rotateX(-180deg);
    }
}





/* Footer */
footer {
    background: #141418;
    padding: 100px 0 0;
}

.footer_main {
    margin-bottom: 50px;
}

.footer-logo {
    margin-bottom: 40px;
    display: flex;
    width: 200px;
}

.footer_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer_menu_head {
    padding-left: 10px;
    border-left: solid 2px white;
    margin-bottom: 30px;
}

.footer_menu_head h4 {
    color: #FFF;
    font-size: 18.4px;
    font-weight: 500;
    line-height: 20px;
}

.footer_menu li {
    list-style: none;
    margin-bottom: 20px;
}

.footer_menu li:last-child {
    margin-bottom: 0;
}

.footer_menu li a {
    color: #8f8f8f;
    font-size: 17px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
    position: relative;
    padding-left: 20px;
}

.footer_menu li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: #D2FF82;
    border-radius: 100px;
    margin: auto;
    opacity: 0.6;
    transition: all ease .4s;
}

.footer_card.has_logo .footer_menu {
    margin-bottom: 30px;
}

.footer_social_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social_icon {
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.social_icon:hover img {
    filter: invert(1);
    transition: all ease .4s;
}

.social_icon:hover::after {
    scale: 1;
}

.social_icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #D2FF82;
    scale: 0;
    transition: all ease .4s;
    border-radius: 100px;
    z-index: -1;
}

.social_icon img {
    width: 20px;
}

.policy_bar_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.policy__bar {
    background: #000;
    padding: 24px 0;
}

.policy_left {
    display: flex;
    align-items: center;
    gap: 64px;
}

.policy_left a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
}

.policy_left a::after {
    content: "";
    position: absolute;
    right: -32px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
    width: 2px;
    background: #fff;
    pointer-events: none;
}

.policy_left a:last-child::after {
    content: normal;
}

.privacy_right p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

/* Inner Pages */

.hero--sec.inner {
    min-height: auto;
    padding-top: 205px;
}


.hero_inner_wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
}

.hero_inner_wrapper p {
    max-width: 450px;
    font-size: 20px;
    line-height: 23px;
    text-transform: capitalize;
}

.hero--sec.inner .hero__content {
    text-align: left;
}

/* .hero_sticky_main {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.hero_sticky_wrapper {
    display: flex;
    gap: 40px;
    height: 100%;
}

.hero_sticky_img {
    min-width: 633px;
    height: 100%;
    flex-shrink: 0;
}

.hero_sticky_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
} */

/* GSAP */
.main {
    position: relative;
    min-height: 100vh;
    /* ya container ka height */
    overflow-x: hidden;
}


/* .horizontal-wrapper {
    overflow: hidden;
} */

.about_gsap_slider {
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
    padding-left: 131px;
}

.hero_sticky_img {
    width: 100%;
    height: 100%;
}

.about_slide {
    height: 100%;
    width: 33vw;
    flex-shrink: 0;
}

.hero_sticky_img img {
    object-fit: cover;
    border-radius: 15px;
}

/* Empower */
.empower--sec {
    padding: 100px 0;
}

.empower_text {
    text-align: center;
    max-width: 666px;
    margin: 0 auto;
}

.empower_text h2 {
    font-family: 'Anton', sans-serif;
    font-size: 80px;
    line-height: 85px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.2);
    overflow-wrap: break-word;
}

.empower_text h2 span {
    display: inline-block;
    color: rgba(255, 255, 255, 0.2);
    transition: color 0.25s ease;
}

.empower_text h2 span.active {
    color: #fff;
}

.advance--sec {
    padding: 100px 0;
    background: radial-gradient(16% 16.52% at 50% 5.83%, rgba(47, 47, 53, 0.50) 0%, #0D0D0D 100%);
}

.advance_head {
    text-align: center;
    margin-bottom: 62px;
}

.advance_head h2 {
    margin-bottom: 25px;
    font-size: 61px;
    line-height: 76px;
}

.advance_head h2 span {
    display: block;
}

.advance_head p {
    font-size: 18px;
    max-width: 826px;
    margin: 0 auto;
}

.advance_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.advance_block:hover .adv_icon {
    scale: 1.2;
}

.advance_card {
    border-radius: 31px;
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0 -1.494px 13.299px -0.747px #DAFF99 inset;
    width: 178px;
    height: 178px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-bottom: 10px;
}

.advance_card::before {
    content: "";
    position: absolute;
    top: 31px;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    background: #DAFF99;
    filter: blur(13px);
    opacity: 0.4;
}

.advance_card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 114px;
    height: 20px;
    background: #DAFF99;
    filter: blur(8px);
    opacity: 0.4;
}

.adv_icon {
    width: 54px;
    transition: all ease .3s;
    position: relative;
    z-index: 2;
}

.advance_block p {
    font-size: 21px;
    font-weight: 400;
    line-height: 37px;
    text-transform: capitalize;
}

.advance_slider .swiper-slide {
    width: auto !important;
}

/* Team Member */
.team--sec {
    padding: 100px 0;
}

.team_head {
    text-align: center;
    margin-bottom: 60px;
}

.team_head h2 {
    margin-bottom: 15px;
}

.team__bar {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 50px;
}

.team__bar:last-child {
    margin-bottom: 0;
}

.team_block {
    width: 33%;
}

.team_img {
    width: 100%;
    margin-bottom: 30px;
}

.team_info {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.team_info h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 35px;
}

.team_info .designation {
    font-size: 25px;
    line-height: 35px;
}

.team_info .strategy {
    font-size: 18px;
    line-height: 21px;
    max-width: 230px;
}

/* Customer Care */
.customer--sec {
    padding: 100px 0;
    background: url(../images/customer-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.customer_head {
    max-width: 949px;
    margin-bottom: 75px;
}

.customer_head h2 {
    text-transform: math-auto;
}

.customer__wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.customer_block:nth-child(even) {
    margin-top: 203px;
}

.customer_count h2 {
    font-size: 100px;
    line-height: 100px;
}

.count-sign {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 15px;
}

.customer_count::after {
    content: "";
    width: 100%;
    display: flex;
    background: #5B5B5B;
    height: 1px;
    opacity: 0.5;
    position: absolute;
    left: 0;
    bottom: 0;
}

.customer_count {
    display: flex;
    align-items: flex-end;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 23px;
}

.customer_block {
    width: 25%;
}

.customer_info p {
    color: #717171;
    font-size: 18px;
    text-transform: uppercase;
}

/* Awards */
.awards--sec {
    padding-bottom: 132px;
}

.awards__main {
    max-width: 1094px;
    margin: 0 auto;
}

.awards_wrapper {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.awards_left,
.awards_right {
    width: 50%;
}

.awards_head {
    margin-bottom: 9px;
}

.awards_head h2 {
    font-size: 61px;
    line-height: 76px;
}

.awards_head p {
    font-size: 20px;
    text-transform: uppercase;
}

.awards_block_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.awards_block {
    display: flex;
    flex-direction: column;
    gap: 31px;
    padding: 51px 26px 42px;
    border-radius: 10px;
    border: 1px solid #313131;
}

.award_icon {
    width: 48px;
}

.awards_in_wrap {
    display: flex;
    align-items: center;
    gap: 28px;
}

.awards_in_wrap h3 {
    font-size: 45px;
    font-weight: 600;
    line-height: 40px;
}

.awards_left .awards_block_wrap {
    margin-bottom: 27px;
}

.award_info p {
    font-size: 18px;
    line-height: 18px;
    text-transform: capitalize;
}

.award_btm p {
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
}

/* Services Page */
.hero--sec.inner.services .hero_inner_wrapper p {
    max-width: 50%;
}

.intuative--sec {
    padding: 100px 0 70px;
    position: relative;
    z-index: 2;
}

.intuative_btm_img {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: -1;
}

.intuative_head_wrap p {
    font-size: 20px;
    text-transform: capitalize;
    line-height: 28px;
}

.intuative_head_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 10px;
}

.intuative_icon {
    width: 18px;
}

.intuative_head {
    margin-bottom: 70px;
    text-align: center;
}

.intuative__wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #000;
    overflow: hidden;
}

.intuative_left p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 38px;
}

.intuative_right ul li {
    margin-bottom: 14px;
}

.swiper-slide-active {
    .intuative_img img {
        scale: 1;
    }

    .intuative_right {
        opacity: 1;
        transform: translateX(0);
    }

    .intuative_left {
        transform: translateX(0);
        opacity: 1;
    }
}

.intuative_img {
    width: 40%;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #363636;
}

.intuative_img img {
    scale: 1.5;
    transition: all ease 1.3s 1s;
}

.intuative_right {
    opacity: 0;
    transform: translateX(30px);
    transition: all ease .4s;
}

.intuative_left {
    width: 30%;
    transform: translateX(-30px);
    opacity: 0;
    transition: all ease .4s;
}

.intuative_left h2 {
    margin-bottom: 12px;
}

.intuative_right ul li a {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-decoration: none;
    text-transform: uppercase;
}

/* Contact Page */
.hero--sec.inner h1 {
    text-transform: uppercase;
}

.hero--sec.inner h1 .dif_font {
    font-size: 160px;
}

.inform--sec {
    padding-top: 100px;
}

.inform__main {
    border-top: 1px solid #1C1C21;
}

.inform__top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 80px;
    padding: 80px 0px;
}

.inform-top__left {
    width: 34%;
}

.inform__main h2 {
    margin-bottom: 30px;
    font-size: 45px;
}

.inform-top__left p {
    font-size: 18px;
}

.inform-top__right {
    display: flex;
    align-items: center;
    gap: 50px;
}

.tel-in {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-bottom: 6px;
    border-bottom: solid 1px #2F2F37;
    color: #F2F2F3;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* text-transform: uppercase; */
    text-decoration: none;
    transition: all ease .5s;
}

.tel-in:hover {
    border-color: white;
}

.inform__inner {
    display: flex;
    padding: 80px 0px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 80px;
    border-top: 1px solid #1C1C21;
}

.inform__left {
    width: 32%;
}

.inform__left p {
    font-size: 18px;
}

.inform__right {
    width: 60%;
}

.form__wrap {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 50px;
}

.form__block {
    width: 100%;
    position: relative;
}

.form__block.last {
    margin-bottom: 50px;
}

.form__block input {
    width: 100%;
    height: 58px;
    outline: none;
    background: transparent;
    border: none;
    border-bottom: solid 1px #2F2F37;
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.form__block span {
    position: absolute;
    left: 0;
    top: 14px;
    color: #62646C;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    transition: all ease .35s;
    cursor: text;
}

.form__block input:focus+span,
.form__block input:valid+span {
    top: -14px;
    /* color: #4A2CED; */
    color: #fff;
    font-size: 16px;
}

.inform__right button {
    color: #fff;
    font-size: 58px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    background: transparent;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
}

.inform__right button .sub-box {
    display: flex;
    padding: 18px 50px;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: #D2FF82;
    box-shadow: 4px 4px 17.4px 0px rgba(255, 255, 255, 0.28) inset;
}

.inform__right button .sub-box img {
    width: 20px;
    height: 20px;
    transition: all ease .5s;
}

.inform__right button:hover .sub-box img {
    transform: rotate(45deg);
}

/* Our Work */

.hero--sec.inner.services.work .hero_inner_wrapper p {
    max-width: 390px;
}

.experience--sec {
    padding: 100px 0;
}

.experience_head {
    margin-bottom: 100px;
    text-align: center;
}

.experience_head h2 .dif_font {
    display: block;
}

.experience_wrapper {
    display: flex;
    gap: 30px;
}

.experience_block {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.experience_block:last-child {
    margin-top: 40px;
}

.experience_card {
    width: 100%;
}

.experience_media {
    border: 1px solid #363636;
    border-radius: 15px;
    overflow: hidden;
    height: 420px;
    margin-bottom: 40px;
    /* cursor: none; */
    position: relative;
    display: flex;
}

.experience_media video {
    height: 100%;
    object-fit: cover;
}

/* .exp_cursor {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #ffffff, #daff9994);
    border-radius: 100px;
    backdrop-filter: blur(3px);
    font-size: 16px;
    color: #000;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.25s ease;
    z-index: 10;
}

.experience_media:hover .exp_cursor {
    opacity: 1;
} */

.experience_keys {
    margin-bottom: 19px;
}

.exp_key_badge_wrap {
    display: flex;
    gap: 23px;
}

.exp_badge {
    height: 40px;
    display: inline-flex;
    padding: 3px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 59px;
    background: linear-gradient(129deg, rgba(254, 250, 244, 0.25) 0.92%, rgba(255, 255, 255, 0.10) 98.14%);
    box-shadow: 0 4px 24px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(32px);
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 1.08px;
    text-transform: uppercase;
}

.experience_info h3 {
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.experience_info p {
    color: #B5B5B5;
    font-size: 18px;
    line-height: 30px;
}

/* Inner Dev Pages */
.hero--sec.inner.dev {
    padding: 279px 0 88px;
}

.hero--sec.inner.dev .hero_inner_wrapper {
    justify-content: center;
}

.hero--sec.inner.dev h1 {
    font-size: 150px;
    line-height: 150px;
    text-transform: capitalize;
}

.hero--sec.inner.dev h1 .dif_font {
    display: block;
    color: #DAFF99;
}

.hero--sec.inner.dev.media {
    padding: 279px 0 115px;
}

.hero--sec.inner.dev.media h1 {
    font-size: 120px;
    line-height: 120px;
}

.hero--sec.inner.dev.media h1 .dif_font {
    font-size: 120px;
}

.hero--sec.inner.dev.media .hero_dev_btm {
    bottom: 60px;
    right: 310px;
}

.hero_dev_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-bottom: 20px;
}

.hero_dev_dots {
    width: 94px;
    margin-bottom: -90px;
    margin-left: -38px;
    z-index: -1;
    position: relative;
}

.hero_dev_nav li {
    list-style: none;
}

.hero_dev_nav li span {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
}

.hero_dev_nav ul {
    display: flex;
    align-items: center;
    gap: 43px;
}

.hero_dev_before_main {
    max-width: 140px;
    position: absolute;
    left: 0;
    top: 15px;
    height: 2px;
    width: 140px;
}

.hero_dev_before {
    width: 2%;
    height: 2px;
    background: #FFF;
    animation: blinker 5s linear 1s infinite;
    pointer-events: none;
    transform-origin: center center;
    /* beech se rotate hoga */
    transition: all linear 1s;
}

@keyframes blinker {
    0% {
        background: #fff;
    }

    50% {
        background: #DAFF99;
    }

    100% {
        background: #ffffff;
    }
}

.hero_dev_info {
    max-width: 580px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
}

.hero_dev_info p {
    color: #999;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    max-width: 375px;
}

.hero_dev_nav {
    width: max-content;
    position: relative;
}

.hero_dev_nav::before {
    content: "";
    position: absolute;
    left: -86px;
    background: url(../icons/plus-hero.svg);
    background-position: center;
    background-size: cover;
    top: 50px;
    width: 22px;
    height: 20px;
}

.hero_dev_arrow {
    width: 95px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.hero_dev_right {
    position: absolute;
    width: 476px;
    right: 86px;
    top: 0;
    /* transform: translateX(-30%); */
}

.hero_dev_dots,
.hero_dev_btm .star {
    transition: transform 0.1s linear;
    will-change: transform;
}

.hero_dev_left,
.hero_dev_right {
    transition: transform 0.2s ease-out;
}

.hero_dev_left {
    position: absolute;
    width: 479px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /* transform: translateX(-30%); */
    height: max-content;
}

/* .hero_dev_left:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 40px;
    border: 3px solid white;
} */

.hero_dev_btm {
    position: absolute;
    width: 249px;
    bottom: 100px;
    right: 350px;
}

.hero_dev_btm .star {
    width: 36px;
    margin-bottom: 40px;
}

/* Graphcis Sticky Section */
.graphics--sec {
    /* height: 100vh; */
    background: #0D0D0D;
}

.graphics_tab_wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
}

.graphic_tab_btn {
    cursor: pointer;
    width: max-content;
}

.graphic_tab_btn p {
    color: #827E7E;
    font-size: 30px;
    font-weight: 500;
    line-height: 42px;
}

.graphic_tab_btn.active p {
    color: #ffffff;
}

.graphics_btns_wrap {
    width: 30%;
    padding-left: 128px;
    gap: 30px;
    display: flex;
    flex-direction: column;
}

.graphics_tabs_content {
    width: 70%;
}

.graphics_images {
    width: 45%;
}

.graphics_tab_in_head {
    max-width: 595px;
    margin-bottom: 30px;
}

.graphics_tab_in_head h2 {
    margin-bottom: 20px;
}

.graphics_tab_in_head p {
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
}

.graphics_info_block li {
    list-style: none;
}

.graphics_tab_in_btm {
    margin-bottom: 80px;
}

.main_btn.graphics .btn_card {
    background: #0d0d0d;
}

.graphcis_info_wrapper {
    display: flex;
    gap: 30px;
}

.graphics_tab_item_inner {
    display: flex;
    align-items: center;
    gap: 60px;
}

.graphics_content {
    width: 55%;
}

.graphics_info_block li p {
    font-size: 20px;
    line-height: 34px;
}

/* .graphics_images img {
    height: 100%;
    object-fit: cover;
} */
.brands--sec.inner {
    padding-bottom: 50px;
}


/* Terms */
.terms--sec {
    padding: 100px 0;
}

.hero--sec.inner.services.terms .hero_inner_main {
    position: relative;
}

.hero--sec.inner.services.terms .hero_inner_main::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    height: 2px;
    opacity: .2;
}

.hero--sec.inner.services.terms .hero_inner_main h1 .dif_font {
    color: #d2ff82;
}

.terms_block p b {
    font-weight: 600;
}

.terms_wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.terms_head {
    margin-bottom: 40px;
}

.terms_block p,
.terms_head p {
    font-size: 18px;
    line-height: 26px;
}

.terms_block h3 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    margin-bottom: 10px;
}

.terms_block li {
    color: white;
}

.terms_block ul {
    padding-left: 20px;
    margin: 20px 0;
}

/* Terms End */

/* Media Queries */
@media screen and (min-width: 1101px) {
    .serv_in_main:hover {

        h2,
        p {
            color: black;
        }
    }

    .serv_in_main:hover::before {
        scale: 100;
        opacity: 1;
    }

    .serv_in_main::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 20px;
        height: 20px;
        background: #D2FF82;
        margin: auto;
        border-radius: 100px;
        transition: all ease 1.3s;
        z-index: -1;
        opacity: 0;
    }

    .serv_img {
        opacity: 0;
        right: 120px;
        top: -60px;
        transform: rotateY(90deg);
    }

    .services_card:hover .serv_img {
        transform: rotateY(0deg);
        opacity: 1;
    }
}

@media screen and (min-width: 992px) {
    .mega_menu:hover .mega_menu_dropdown {
        opacity: 1;
        pointer-events: all;
        transform: translateY(0);
    }
    
    .mega_menu:hover .drop_arrow{
        rotate: 180deg;
    }

    .mega_menu_dropdown li:hover .mega_sub_menu {
        opacity: 1;
        transform: translateX(0);
        pointer-events: all;
    }

    .mega_menu_dropdown {
        transform: translateY(25px);
        pointer-events: none;
        opacity: 0;
    }

    .mega_sub_menu {
        opacity: 0;
        transform: translateX(20px);
        pointer-events: none;
    }
}

@media screen and (max-width: 1600px) {
    header {
        padding: 0;
    }

    .hero--sec {
        min-height: 700px;
    }

    text {
        font-size: 250px;
        line-height: 250px;
    }

    .logo {
        width: 160px;
    }

    .work_img {
        min-width: 420px;
        width: 100%;
        max-width: 533px;
    }

    h2 {
        font-size: 44px;
    }

    h1 {
        font-size: 130px;
        line-height: 180px;
    }

    .work_headline h2 {
        font-size: 200px;
        line-height: 200px;
    }

    .work_headline {
        width: 100%;
        text-align: center;
    }

    .serv_head {
        gap: 30px;
    }

    .how_card {
        padding: 60px 60px;
    }

    .how_card h2 {
        font-size: 130px;
        line-height: 130px;
    }

    .disc_info_head p {
        font-size: 16px;
        line-height: 26px;
    }

    .disco_video video {
        height: auto;
    }

    .testi_card {
        height: 380px;
        padding: 40px 20px;
        width: 25%;
    }

    .client_img {
        width: 62px;
    }

    .testi_review p {
        font-size: 18px;
    }

    .rating_icon {
        width: 70px;
    }

    .loop_text_wrapper h2 {
        font-size: 190px;
        line-height: 150px;
    }

    .loop_text_img_wrap {
        width: 170px;
        height: 150px;
    }

    .services--sec {
        padding-top: 100px;
    }

    .hero--sec.inner h1 .dif_font {
        font-size: 120px;
    }

    .awards_in_wrap h3 {
        font-size: 40px;
    }

    .hero_inner_wrapper p {
        max-width: 45%;
        font-size: 18px;
        line-height: 22px;
    }

    .hero--sec.inner.dev {
        padding: 150px 0 88px;
    }

    .hero--sec.inner.dev h1 {
        line-height: 130px;
    }

    .hero_dev_right {
        width: 360px;
        right: 100px;
    }

    .hero_dev_left {
        width: 370px;
    }

    .hero_dev_btm {
        width: 209px;
        right: 190px;
    }

    .graphics_tab_item_inner {
        padding-right: 50px;
    }

    .graphics_btns_wrap {
        padding-left: 100px;
        gap: 20px;
    }

    .graphics_tabs_content {
        width: 80%;
    }

    .graphic_tab_btn p {
        font-size: 24px;
        line-height: 34px;
    }

    .graphics_tab_in_head p {
        font-size: 18px;
        line-height: 30px;
    }

    .graphics_tab_in_btm {
        margin-bottom: 40px;
    }

    .graphics_info_block li p {
        font-size: 16px;
        line-height: 26px;
    }

    .hero--sec.inner.dev.media .hero_dev_btm {
        right: 200px;
    }

}

@media screen and (max-width: 1366px) {
    text {
        font-size: 200px;
        line-height: 200px;
    }

    h1 {
        font-size: 100px;
        line-height: 160px;
    }

    h2 {
        font-size: 38px;
    }

    .disover--sec {
        padding: 70px 0;
    }

    .serv_head h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .serv_in_main {
        padding: 30px 50px;
    }

    .serv_img {
        width: 159px;
        right: 80px;
        top: -30px;
    }

    .how_card h2 {
        font-size: 100px;
        line-height: 100px;
    }

    .how_head {
        margin-bottom: 0;
    }

    .how_head h2 {
        font-size: 60px;
        line-height: 60px;
    }

    .how_cubic_box {
        top: 0;
    }

    .discover__wrapper {
        gap: 30px;
    }

    .disco_video_box {
        gap: 30px;
    }

    .disco_video_inner {
        border: solid 4px #818181;
        height: 670px;
    }

    .hero--sec.inner h1 .dif_font {
        font-size: 90px;
    }

    .hero--sec.inner.services .hero_inner_wrapper p {
        max-width: 67%;
    }

    .inform__main h2 {
        margin-bottom: 10px;
        font-size: 34px;
    }

    .inform__right button {
        font-size: 36px;
    }

    .inform__right button .sub-box {
        padding: 10px 30px;
    }

    .inform__right button .sub-box img {
        width: 14px;
    }

    .form__block span {
        font-size: 18px;
    }

    .form__block input:focus+span,
    .form__block input:valid+span {
        font-size: 12px;
    }

    .form__block.last {
        margin-bottom: 20px;
    }

    .tel-in {
        font-size: 14px;
    }

    .btn-a {
        width: 16px;
    }

    .inform__left p,
    .inform-top__left p {
        font-size: 16px;
    }

    .hero_inner_wrapper p {
        font-size: 14px;
        line-height: 18px;
    }

    .empower_text h2 {
        font-size: 60px;
        line-height: 70px;
    }

    .advance_head h2 {
        font-size: 44px;
        line-height: 55px;
    }

    .team_info h3 {
        font-size: 30px;
        line-height: 32px;
    }

    .team_info .designation {
        font-size: 22px;
        line-height: 30px;
    }

    .team_info .strategy {
        font-size: 16px;
        line-height: 20px;
    }

    .customer--sec {
        padding: 0 0 100px;
    }

    .customer_count h2 {
        font-size: 80px;
        line-height: 86px;
    }

    .hero--sec.inner {
        padding-top: 125px;
        overflow-x: hidden;
    }

    .award_icon {
        width: 36px;
    }

    .awards_head h2 {
        font-size: 44px;
        line-height: 55px;
    }

    .award_btm p {
        font-size: 16px;
        line-height: 24px;
        text-transform: capitalize;
    }

    .award_info p {
        font-size: 16px;
        line-height: 18px;
    }

    .awards_in_wrap h3 {
        font-size: 30px;
    }

    .awards_in_wrap {
        gap: 10px;
    }

    .advance_card {
        border-radius: 14px;
        width: 130px;
        height: 130px;
    }

    .adv_icon {
        width: 46px;
    }

    .advance_head p {
        font-size: 16px;
    }

    .advance_block p {
        font-size: 16px;
        line-height: 26px;
    }

    .hero_dev_right {
        width: 290px;
    }

    .hero--sec.inner.dev h1 {
        line-height: 120px;
        font-size: 110px;
    }

    .hero_dev_left {
        width: 240px;
        bottom: 100px;
    }

    .hero_dev_nav li span {
        font-size: 16px;
        line-height: 24px;
    }

    .hero_dev_btm {
        width: 200px;
        right: 60px;
    }

    .hero_dev_inner {
        gap: 20px;
    }

    .graphic_tab_btn p {
        font-size: 20px;
        line-height: 26px;
    }

    .graphics_tab_in_head p {
        font-size: 16px;
        line-height: 24px;
    }

    .graphics_tab_in_head h2 {
        margin-bottom: 10px;
    }

    .graphics_tab_in_head {
        margin-bottom: 20px;
    }

    .graphics_tab_in_btm {
        margin-bottom: 30px;
    }

    .hero--sec.inner.dev.media .hero_dev_btm {
        right: 30px;
    }
}

@media screen and (max-width: 1100px) {
    .hero--sec {
        min-height: 530px;
    }

    .text-video-mask {
        margin-bottom: -150px;
    }

    .hero_top p {
        font-size: 30px;
        line-height: 28px;
        letter-spacing: 3.2px;
        margin-bottom: -70px;
    }

    .case--sec {
        padding: 80px 0 140px;
    }

    .case_left {
        gap: 30px;
    }

    .testi_main_img {
        margin-bottom: -440px;
    }

    .testimonial--sec {
        padding: 80px 0;
    }

    .testi__wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    .testi_card {
        will-change: unset;
        width: 46%;
        transform: none !important;
    }

    .serv_card_in {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .faq--sec {
        padding: 0 0 50px;
    }

    .serv_info {
        max-width: 100%;
    }

    .serv_head {
        gap: 10px;
    }

    /* .pin-spacer {
        height: auto !important;
    } */
    .hero_inner_wrapper {
        margin-bottom: 20px;
    }

    .about_gsap_slider {
        padding-left: 50px;
    }

    .about_slide,
    .main {
        height: auto !important;
        min-height: auto !important;
        max-height: max-content !important;
    }

    .advance--sec {
        padding: 80px 0;
    }

    .empower_text {
        max-width: 524px;
    }

    .advance_head h2 {
        font-size: 38px;
        line-height: 44px;
        margin-bottom: 12px;
    }

    .team--sec {
        padding: 80px 0;
    }


    .team_info h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .team_info .designation {
        font-size: 20px;
        line-height: 28px;
    }

    .team_info .strategy {
        font-size: 14px;
        line-height: 18px;
    }

    .team_info {
        gap: 3px;
    }

    .customer--sec {
        padding: 0;
    }

    .customer_block:nth-child(even) {
        margin-top: 150px;
    }

    .customer_count h2 {
        font-size: 70px;
        line-height: 80px;
    }

    .customer_info p {
        font-size: 16px;
    }

    .awards_head h2 {
        font-size: 38px;
        line-height: 45px;
    }

    .awards_in_wrap h3 {
        font-size: 26px;
    }

    .awards--sec {
        padding-bottom: 80px;
    }

    .awards_block {
        gap: 14px;
        padding: 30px 20px;
    }

    /* Footer */
    .footer_wrapper {
        flex-wrap: wrap;
        gap: 40px;
    }

    .footer_menu li a {
        font-size: 20px;
        line-height: 24px;
    }

    .hero--sec.inner.dev {
        padding: 200px 0 88px;
    }

    .hero_dev_info {
        max-width: 440px;
        text-align: center;
        padding-top: 30px;
    }

    .hero_dev_before_main {
        right: 0;
        margin: 0 auto;
    }

    .hero--sec.inner.dev h1 {
        text-align: center;
        line-height: 100px;
    }

    .hero_dev_right {
        width: 250px;
        right: 40px;
    }

    .hero_dev_info p {
        max-width: 100%;
    }

    .hero_dev_dots {
        width: 74px;
        margin: 0 auto;
        margin-bottom: -70px;
        margin-left: auto;
    }

    .graphics_images {
        width: 60%;
    }

    .graphics_tab_item_inner {
        gap: 20px;
    }

    .graphics_tab_in_head p {
        font-size: 14px;
        line-height: 26px;
    }

    .graphics_btns_wrap {
        padding-left: 50px;
        width: 24%;
    }

    .graphics_info_block li p {
        font-size: 13px;
        line-height: 24px;
    }

    .hero--sec.inner.dev.media h1 .dif_font {
        font-size: 80px;
    }

    .hero--sec.inner.dev.media h1 {
        font-size: 90px;
        line-height: 80px;
    }

    .hero_dev_left {
        bottom: auto;
        top: 110px;
    }
    
    /* Terms */

    .terms--sec {
        padding: 80px 0;
    }

    .terms_block p,
    .terms_head p {
        font-size: 16px;
        line-height: 24px;
    }

    .terms_block h3 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 8px;
    }

    .hero--sec.inner.services.terms .hero_inner_main {
        padding: 20px 0;
    }

    .hero--sec.inner.services.terms .hero_inner_wrapper {
        margin: 0;
    }

    /* End */
}

@media screen and (max-width: 992px) {
    body.hidden {
        overflow: hidden;
    }

    header {
        position: fixed;
        padding: 10px 0;
        background: #000000d6;
        backdrop-filter: blur(6px);
    }

    .header_wrapper {
        padding: 0;
    }

    .logo {
        position: relative;
        z-index: 999;
    }

    /* Update On Menu */

    .navigation {
        width: 100%;
    }

    .mega_menu,
    .nav_menu li {
        width: 100%;
    }

    .mega_menu {
        padding: 0;
        position: static;
    }

    .mega_menu_dropdown {
        top: 0;
        width: 100%;
        left: 0;
        border-radius: 0;
        background: #000000;
        transform: translateX(-100%);
        pointer-events: all;
        opacity: 1;
        z-index: 9999;
        height: 100%;
        padding-top: 160px;
    }

    .mega_menu_dropdown li {
        position: static;
    }

    .mega_sub_menu {
        width: 100%;
        transform: translateX(-100%);
        right: auto;
        left: 0;
        border-radius: 0;
        background: black;
        height: 100vh;
        z-index: 99;
        top: 0;
        padding-top: 100px;
    }

    .sub_back_btn {
        width: 100%;
        padding: 16px 24px;
        /* display: flex;
        flex-direction: column;
        align-items: flex-end; */
    }

    .sub_back_btn .mega_arrow {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: solid 1px #3f3f3f;
        cursor: pointer;
    }

    li.sub_back_list {
        display: flex;
    }

    .sub_back_btn .mega_arrow img {
        width: 16px;
        rotate: 180deg;
    }

    .mega_sub_menu li a,
    .mega_menu_item {
        padding: 16px 24px;
        font-size: 24px;
        line-height: 36px;
    }

    .drop_arrow {
        rotate: -90deg;
    }

    .mega_menu_head {
        justify-content: space-between;
    }

    ul.mega_sub_menu.active {
        transform: translate(0);
    }

    .mega_menu_dropdown.active {
        transform: translate(0);
    }

    /* Update End */

    .nav_menu_main {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100%;
        z-index: 99;
        background: #000000;
        padding: 50px 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 30px;
        transform: translateX(-100%);
        /* opacity: 0; */
        transition: all ease .9s;
    }

    .nav_menu_main.open {
        transform: translateX(0%);
        /* opacity: 1; */
    }

    .nav_link {
        font-size: 40px;
        line-height: 44px;
    }

    .nav_menu {
        flex-direction: column;
        align-items: center;
    }

    .nav_social_wrap.desk {
        display: none;
    }

    .hamburger {
        position: relative;
        z-index: 99;
        margin-left: auto;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        flex-direction: column;
        transition: all ease .3s;
        padding: 27px 23px;
        gap: 4px;
        width: max-content;
        z-index: 999;
    }

    .nav_social_wrap.mob,
    .main_btn.mob {
        display: flex;
    }

    .hamburger:hover {
        cursor: pointer;
    }

    .hamburger .line {
        width: 21px;
        height: 2px;
        background: rgb(236, 66, 66);
        transition: all 0.3s ease-in-out;
        border-radius: 100px;
    }

    .hamburger .line:nth-child(1) {
        background-color: #ffffff;
    }

    .hamburger .line:nth-child(2) {
        background-color: #ffffff;
    }

    .hamburger .line:nth-child(3) {
        background-color: #ffffff;
        width: 11px;
    }

    .hamburger.isactive .line:nth-child(2) {
        opacity: 0;
    }

    .hamburger.isactive .line:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .hamburger.isactive .line:nth-child(3) {
        transform: translateY(-5px) rotate(-45deg);
        width: 21px;
    }

    .main_btn.desk {
        display: none;
    }

    .btn_arrow_in {
        width: 13px;
    }

    .container {
        padding: 0 30px;
    }

    h1 {
        font-size: 60px;
        line-height: 80px;
    }

    .hero_inner_wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero--sec {
        min-height: 460px;
    }

    .text-video-mask {
        margin-bottom: -90px;
    }

    .hero_top p {
        font-size: 16px;
        margin-bottom: -70px;
    }

    .disover--sec,
    .how-we-work,
    .works--sec {
        padding: 50px 0;
    }

    .case--sec {
        padding: 50px 0 130px;
    }

    .how_cubic_box {
        display: none;
    }

    .how_head {
        margin-bottom: 30px;
    }

    .how_card h2 {
        font-size: 60px;
        line-height: 60px;
    }

    .how_card p {
        font-size: 20px;
        line-height: 32px;
    }

    .how_btn {
        width: 40px;
        height: 40px;
    }

    .how_btn img {
        width: 12px;
    }

    .how_head h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .how_card {
        padding: 10px 40px;
    }

    .how_card:first-child {
        margin-top: 0;
    }

    .work_head {
        margin-bottom: 30px;
    }

    .work_headline h2 {
        font-size: 100px;
        line-height: 100px;
    }

    .work_headline {
        bottom: -37px;
    }

    .services--sec {
        padding-top: 50px;
    }

    .service__head {
        margin-bottom: 30px;
    }

    .serv_head h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .serv_img {
        width: 140px;
        right: 40px;
        top: -30px;
    }

    .serv_in_main {
        padding: 20px 40px;
    }

    .serv_card_in {
        gap: 10px;
    }

    .discover__wrapper {
        flex-wrap: wrap;
    }

    .disco_verified {
        justify-content: center;
    }

    .dico_info_btm ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .disco_left {
        max-width: 100%;
        text-align: center;
    }

    .dico_info_btm {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .disc_info_head p,
    .disco_video_box {
        width: 100%;
    }

    .disco_video video {
        height: 100%;
    }

    .disco_video_inner {
        height: 670px;
    }

    .cta--sec {
        padding: 40px 0;
    }

    .cta_head p {
        font-size: 20px;
        line-height: 24px;
    }

    .cta_head {
        margin-bottom: 20px;
    }

    .cta_head h2 {
        font-size: 44px;
        line-height: 48px;
        margin-bottom: 10px;
    }

    .case_card {
        flex-direction: column;
    }

    .case_left {
        width: 100%;
    }

    .case_img {
        width: 100%;
    }

    .rating_icon {
        width: 80px;
    }

    .testi_head {
        margin-bottom: 30px;
    }

    .testi_main_img {
        margin-bottom: -200px;
    }

    .add_testi_icon {
        width: 69px;
        height: 69px;
    }

    .intuative_right ul li a {
        font-size: 16px;
        line-height: 22px;
    }

    .inform--sec {
        padding-top: 50px;
    }

    .inform-top__left {
        width: 100%;
    }

    .inform-top__right {
        gap: 30px;
    }

    .hero--sec.inner h1 .dif_font {
        font-size: 60px;
    }

    .inform__top {
        align-items: flex-start;
        gap: 30px;
        padding: 40px 0px;
        flex-direction: column;
    }

    .inform__inner {
        padding: 40px 0;
        flex-direction: column;
        gap: 30px;
    }

    .inform__left {
        width: 100%;
    }

    .inform__right {
        width: 100%;
    }

    .faq_head {
        margin-bottom: 30px;
    }

    .faq_header h3 {
        width: 95%;
    }

    .loop_text_wrapper h2 {
        font-size: 100px;
        line-height: 80px;
    }

    .loop_text_img_wrap {
        width: 110px;
        height: 100px;
    }

    .footer-logo {
        width: 250px;
    }

    .footer_card {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .footer_menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .policy_left {
        gap: 50px;
    }

    .policy_left a::after {
        right: -25px;
    }

    .how_card_img_mob {
        display: flex;
        position: absolute;
        right: 0;
        height: 100%;
        width: 80%;
        top: 0;
        opacity: 0.3;
    }

    .how-we-work {
        overflow: hidden;
    }

    .how_card:nth-child(even) .how_card_img_mob {
        left: 0;
    }

    .how_card {
        padding: 100px 20px;
        flex-direction: row;
        position: relative;
    }

    .hero_dev_btm .star {
        width: 30px;
        margin-bottom: 20px;
    }

    .hero--sec.inner.dev h1 {
        line-height: 70px;
        font-size: 80px;
    }

    .hero_dev_info {
        max-width: 300px;
        padding-top: 30px;
    }

    .hero_dev_btm {
        right: 20px;
    }

    .hero_dev_dots {
        margin-bottom: -40px;
    }

    .hero_dev_arrow {
        width: 55px;
        margin-bottom: 20px;
    }

    .hero_dev_nav li span {
        font-size: 14px;
        line-height: 22px;
    }

    .hero_dev_nav ul {
        gap: 25px;
    }

    .hero_dev_btm {
        right: 10px;
    }

    .graphics_tab_wrapper {
        flex-direction: column;
        gap: 0;
    }

    .graphics_tabs_content {
        width: 100%;
    }

    .graphics_tab_item_inner {
        gap: 0;
        flex-direction: column-reverse;
        padding: 0;
        width: 100%;
    }

    .graphic_img {
        height: 500px;
    }

    .graphics_content {
        width: 100%;
        padding: 40px 20px;
    }

    .graphic_img img {
        height: 100%;
        object-fit: cover;
    }

    .graphics_btns_wrap {
        width: 100%;
        flex-direction: row;
        padding: 20px;
        align-items: center;
        overflow-x: scroll;
    }

    .graphic_tab_btn p br {
        display: none;
    }

    .graphic_tab_btn {
        padding: 10px 20px;
        min-width: 230px;
        border: solid 1px gray;
        border-radius: 6px;
    }

    .graphic_tab_btn p {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }

    .graphics_images {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {

    .nav_btn,
    .nav_social_wrap {
        display: none;
    }

    h2 {
        font-size: 34px;
        line-height: 40px;
    }

    .pin-spacer {
        padding-bottom: 200px !important;
        height: 850px !important;
    }

    /* Updated Menu */
    .mega_sub_menu li a,
    .mega_menu_item {
        padding: 14px 18px;
        font-size: 18px;
        line-height: 30px;
    }

    .sub_back_btn {
        padding: 10px 18px;
    }

    .sub_back_btn .mega_arrow {
        width: 45px;
        height: 45px;
    }

    .sub_back_btn .mega_arrow img {
        width: 12px;
    }

    /* End */
    .hero_inner_wrapper {
        align-items: center;
        gap: 10px;
        text-align: center;
    }

    .hero--sec.inner.services .hero_inner_wrapper p,
    .hero_inner_wrapper p {
        max-width: 100%;
    }

    .container {
        padding: 0 16px;
    }

    .logo {
        width: 140px;
    }

    .hero--sec {
        min-height: 60vh;
    }

    text {
        font-size: 270px;
        line-height: 270px;
    }

    .hero_top p {
        margin-bottom: 0;
        letter-spacing: 1px;
    }

    .work_head {
        margin-bottom: 24px;
    }

    .work_loop_wrapper {
        border-radius: 16px;
    }

    .work_img {
        min-width: 240px;
        max-width: 400px;
    }

    .work_service_loop {
        gap: 15px;
    }

    .work_link {
        height: 36px;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 14px;
        border-radius: 8px;
    }

    .work_headline h2 {
        font-size: 60px;
        line-height: 60px;
    }

    .work_services {
        padding: 15px 0;
        border-radius: 8px;
        border: 0.5px solid #ffffff1a;
        backdrop-filter: blur(10px);
    }

    .work_headline {
        bottom: -8px;
    }

    .work_loop_wrapper {
        margin-bottom: 20px;
    }

    .serv_card_in {
        padding: 0;
    }

    .serv_head h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .serv_card_in {
        gap: 6px;
    }

    .serv_in_main {
        padding: 20px 24px;
    }

    .services--sec {
        padding-bottom: 50px;
    }

    .serv_img {
        display: none;
    }

    .how_head h2 {
        font-size: 34px;
        line-height: 40px;
    }

    .how_card h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .how_card p {
        font-size: 16px;
        line-height: 24px;
    }

    .brand_text_wrap {
        animation-duration: 20s;
    }

    .brands_wrapper {
        animation-duration: 17s;
        gap: 40px;
        transform: translateX(-300%);
    }

    @keyframes branding-loop {
        0% {
            transform: translateX(-300%);
        }

        100% {
            transform: translateX(40%);
        }
    }

    .brand_text_main h3 {
        font-size: 50px;
        line-height: 50px;
    }

    .disover_head {
        margin-bottom: 30px;
        border-bottom: solid 1px #0a0a0a;
        padding-bottom: 20px;
    }

    .disc_info_head h3 {
        font-size: 26px;
    }

    .disco_icon {
        width: 18px;
    }

    .disco_verified {
        gap: 6px;
        margin-bottom: 20px;
    }

    .disco_verified p {
        font-size: 16px;
    }

    .disco_video_box {
        flex-wrap: wrap;
    }

    .disco_video:first-child {
        margin-top: 0;
    }

    .case--sec {
        padding: 50px 0 0px;
    }

    .stickyCardsListWrapper .stickyCardsList--card {
        transform: none !important;
        opacity: 1 !important;
    }

    .case_item_top p {
        font-size: 16px;
        line-height: 25px;
    }

    .case_exp_card p {
        font-size: 16px;
        width: 100%;
    }

    .disco_video {
        max-width: 100%;
    }

    .disco_video_inner {
        height: 810px;
    }

    .dico_info_btm ul {
        margin-bottom: 20px;
    }

    .case_card {
        top: 30px;
        /* padding: 28px 24px; */
        border-radius: 16px;
    }

    .cta__main {
        padding: 0;
    }

    .cta_head h2 {
        font-size: 40px;
        line-height: 42px;
    }

    .testimonial--sec {
        position: relative;
        z-index: 2;
    }

    .testi_card {
        width: 100%;
        height: 350px;
    }

    .testi_main_img {
        margin-bottom: 0;
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        height: 100%;
        z-index: -1;
        opacity: 0.8;
    }

    img {
        object-fit: cover;
    }

    .testi_main_img img {
        height: 100%;
        object-position: 87%;
    }

    .faq--sec {
        padding: 50px 0;
    }

    /* Inner pages */

    .about_slide {
        width: 50vw;
    }

    .empower_text h2 {
        font-size: 44px;
        line-height: 55px;
    }

    .team--sec,
    .advance--sec,
    .empower--sec {
        padding: 50px 0;
    }

    .advance_head {
        margin-bottom: 30px;
    }

    .advance_head h2 {
        font-size: 34px;
        line-height: 40px;
    }

    .team_head {
        margin-bottom: 30px;
    }

    .team_head h2 {
        margin-bottom: 8px;
    }

    .team_block {
        width: 70%;
    }

    .team__bar {
        flex-wrap: wrap;
        justify-content: center;
    }

    .customer--sec {
        padding-bottom: 50px;
    }

    .awards--sec {
        padding: 50px 0;
    }

    .customer_block:nth-child(even) {
        margin-top: 0;
    }

    .customer__wrapper {
        flex-wrap: wrap;
    }

    .customer_block {
        width: 46%;
    }

    .awards_wrapper {
        flex-wrap: wrap;
    }

    .awards_left,
    .awards_right {
        width: 100%;
    }

    .intuative--sec {
        padding: 50px 0 70px;
    }

    .intuative_head {
        margin-bottom: 30px;
    }

    .intuative_left p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .intuative__wrapper {
        flex-wrap: wrap;
    }

    .intuative_right,
    .intuative_img,
    .intuative_left {
        width: 100%;
    }

    .inform__main {
        text-align: center;
    }

    .form__block span {
        font-size: 16px;
    }

    .form__block input {
        height: 50px;
        font-size: 18px;
    }

    .inform__right button {
        font-size: 30px;
        margin: 0 auto;
    }

    .form__wrap {
        gap: 30px;
        margin-bottom: 40px;
    }

    .inform-top__right {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    /* Footer */

    footer {
        padding: 50px 0 0;
    }

    .footer-logo {
        width: 220px;
    }

    .faq_head p {
        font-size: 16px;
    }

    .faq_card_inner {
        padding: 20px 20px;
    }

    .faq_header h3 {
        font-size: 16px;
        width: 90%;
    }

    .faq_card {
        margin-bottom: 12px;
    }

    .loop_text_img_wrap {
        width: 90px;
        height: 90px;
    }

    .footer_menu li {
        margin-bottom: 12px;
    }

    .footer_menu li a {
        font-size: 18px;
        line-height: 24px;
    }

    .policy_bar_wrapper {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .policy_left {
        width: 100%;
        justify-content: center;
    }

    .how_card {
        padding: 40px 20px;
    }

    .hero--sec.inner.dev {
        padding: 200px 0 90px;
    }

    .hero_dev_left {
        width: 120px;
        bottom: auto;
        top: 150px;
    }

    .hero_dev_right {
        width: 150px;
        right: 10px;
        top: 70px;
    }

    .hero_dev_btm {
        right: 10px;
        width: 110px;
        bottom: 20px;
    }

    .hero_dev_info {
        max-width: 100%;
    }

    .hero_dev_nav {
        width: 100%;
    }

    .hero_dev_btm {
        margin: auto;
    }

    .hero_dev_info p {
        font-size: 16px;
        line-height: 23px;
    }

    .hero_dev_nav ul {
        gap: 10px;
        flex-direction: column;
    }

    .graphic_img {
        height: 360px;
    }

    .graphics_tab_in_head {
        text-align: center;
    }

    .graphcis_info_wrapper {
        justify-content: center;
        text-align: center;
    }

    .graphics_tab_in_head p {
        font-size: 16px;
        line-height: 26px;
    }

    .main_btn.graphics {
        width: max-content;
        margin: 0 auto;
    }

    .graphics_btns_wrap {
        gap: 10px;
    }

    .graphic_tab_btn {
        padding: 8px 20px;
    }

    .hero--sec.inner.dev.media h1 .dif_font {
        font-size: 60px;
    }

    .hero--sec.inner.dev.media h1 {
        font-size: 70px;
        line-height: 70px;
    }
    
    /* Terms */
    .hero--sec.inner.services.terms h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .hero--sec.inner.services.terms h1 .dif_font {
        font-size: 50px;
    }

    .terms--sec {
        padding: 50px 0;
    }

    .hero--sec.inner.services.terms .hero_inner_main {
        padding: 20px 0 50px;
    }
    .branding .empower_text {
        max-width: 304px;
    }

}

/* For Old Devices */

@media screen and (max-width: 386px) {
    .hero--sec.inner.dev.media h1 .dif_font {
        font-size: 50px;
    }

    .hero--sec.inner.dev.media h1 {
        font-size: 60px;
        line-height: 60px;
    }
}