*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
@font-face {
    font-family: 'Ayer Poster';
    src: url('AyerPoster-Regular.woff2') format('woff2'),
         url('AyerPoster-Regular.woff') format('woff'),
         url('AyerPoster-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "Sharp Grotesk Book 25 Regular";
    src: url("https://db.onlinewebfonts.com/t/91d3afe918937141b6ae8e43b1005bc8.eot");
    src: url("https://db.onlinewebfonts.com/t/91d3afe918937141b6ae8e43b1005bc8.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/91d3afe918937141b6ae8e43b1005bc8.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/91d3afe918937141b6ae8e43b1005bc8.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/91d3afe918937141b6ae8e43b1005bc8.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/91d3afe918937141b6ae8e43b1005bc8.svg#Sharp Grotesk Book 25 Regular")format("svg");
}
body{
    background:#000;
    color:#fff;
    
}

/* =========================
   HEADER
========================= */

.header{
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:999;
    padding:30px 70px;
}

.navbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    /* border-bottom:1px solid rgba(255,255,255,0.6); */
    padding-bottom:18px;
}

/* Logo */

.logo img{
    width:60px;
    height:60px;
    border-radius:50%;
    object-fit:cover;
}

/* Menu */

.nav-menu{
    display:flex;
    align-items:center;
    gap:70px;
}

.nav-menu a{
    text-decoration:none;
    color:#fff;
    font-size:18px;
    letter-spacing:1px;
    transition:0.3s;
    font-family: 'Sharp Grotesk Book 25 Regular';
    position:relative;
    padding-bottom:5px;
}

.nav-menu a::after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:0;
    height:2px;
    background:#fff;
    transition:width 0.3s ease;
}

.nav-menu a:hover::after,
.nav-menu a.active::after{
    width:100%;
}

.nav-menu a:hover{
    opacity:1;
}

/* Contact Button */

.contact-btn{
    width:150px;
    height:48px;
    border:1px solid #fff;
    background:transparent;
    color:#fff;
    font-size:16px;
    letter-spacing:1px;
    cursor:pointer;
    transition:0.3s;
    font-family: 'Sharp Grotesk Book 25 Regular';
}

.contact-btn:hover{
    background:#fff;
    color:#000;
}

/* Hamburger */

.menu-toggle{
    display:none;
    background:none;
    border:none;
    color:#fff;
    font-size:34px;
    cursor:pointer;
}

/* =========================
   MOBILE MENU
========================= */

.mobile-menu{
    position:fixed;
    top:0;
    left:-100%;
    width:100%;
    height:100vh;
    background:#000;
    z-index:99999;
    transition:0.4s ease;
    padding:40px 30px;
    font-family: 'Sharp Grotesk Book 25 Regular';
}

.mobile-menu.active{
    left:0;
}

.mobile-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.close-menu{
    background:none;
    border:none;
    color:#fff;
    font-size:36px;
    cursor:pointer;
}

.mobile-links{
    margin-top:80px;
    display:flex;
    flex-direction:column;
    gap:30px;
}

.mobile-links a{
    color:#fff;
    text-decoration:none;
    font-size:18px;
    letter-spacing:1px;
    font-family: 'Sharp Grotesk Book 25 Regular';
}

/* =========================
   HERO SECTION
========================= */

.hero{
    width:100%;
    min-height:100vh;
    position:relative;
    padding:150px 70px 70px;
    border:1px solid rgba(255,255,255,0.5);
}

/* Main Heading */

.hero-title{
    font-family: "Ayer Poster";
        font-size: clamp(2rem, 20vw, 25rem);
    line-height:0.9;
    font-weight:400;
    text-transform:uppercase;
    border-bottom:1px solid rgba(255,255,255,0.6);
    text-align: center;
}

/* Hero Content */

.hero-content{
    margin-top:55px;
    display:flex;
    justify-content:space-between;
    gap:40px;
        padding: 0px 50px 0px 50px;
}

/* Left Content */

.left-content{
    width:48%;
}

.left-content p{
    font-size:19px;
    line-height:2;
    text-transform:uppercase;
    letter-spacing:1px;
    color:#e5e5e5;
    font-family: 'Sharp Grotesk Book 25 Regular';
}

.hero-services{
    margin-top:30px;
    display:grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap:10px 20px;
    padding:0;
    list-style:none;
}

.hero-services li{
    position:relative;
    padding-left:28px;
    font-size:16px;
    line-height:1.8;
    text-transform:uppercase;
    letter-spacing:1px;
    color:#e5e5e5;
    font-family: 'Sharp Grotesk Book 25 Regular';
    justify-content: flex-start;
        display: flex;
        align-items: center;
}
.img-set-arrow{
    padding-right: 8px;
}
.hero-services li::before{
    content:"•";
    position:absolute;
    left:0;
    top:0;
    color:#fff;
    font-size:20px;
    line-height:1.8;
    display: none;
}

/* Stylish Button */

.work-btn{
    margin-top:40px;
    position:relative;
    width:250px;
    height:72px;
    background:#fff;
    color:#000;
    border:none;
    font-size:19px;
    letter-spacing:1px;
    cursor:pointer;
    font-weight:500;
    font-family: 'Sharp Grotesk Book 25 Regular';
}

.work-btn::after{
    content:"";
    position:absolute;
    top:10px;
    left:10px;
    width:100%;
    height:100%;
    border:1px solid #fff;
    z-index:-1;
}

/* Arrow */

.arrow{
    margin-top:70px;
}

.arrow img{
    width:35px;
}

/* =========================
   RIGHT IMAGES
========================= */

.right-images{
    width: 41%;
    position: relative;
    height: 650px;
    margin-top: -84px;
}

/* Common Image Style */

.image-card{
    position:absolute;
    overflow:hidden;
    /* border:3px solid #fff;
    background:#111; */
    /* box-shadow:0 20px 50px rgba(0,0,0,0.5); */
}

.image-card img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Individual Position */

.img1{
          width: 286px;
    height: 335px;
    top: -19px;
    left: 30px;
    transform: rotate(-8deg);
    border-radius: 13px;
}

.img2{
           width: 349px;
    height: 370px;
    bottom: 71px;
    left: 80px;
    transform: rotate(-0deg);
}

.img3{
        width: 340px;
    height: 367px;
    top: 63px;
    right: 28px;
    transform: rotate(0deg);
}

/* =========================
   RESPONSIVE
========================= */

/* @media(max-width:1200px){

    .hero-title{
        font-size:160px !important;
    }

}
@media(max-width:1800px){

    .hero-title{
        font-size:263px;
    }

} */
@media (max-width:1400px){

    .right-images{
        height:560px;
    }

    .img1{
        left:38;
        width: 234px;
    height: 254px;
    top: 10px;
    }

    .img2{
        left: 24%;
        bottom: 83px;
            width: 294px;
    height: 299px;
    }

    .img3{
            width: 266px;
    height: 290px;
    top: 63px;
    right: -93px;
    }
}
@media (max-width:1200px){

    .right-images{
        height:560px;
    }

    .img1{
        width: 189px;
        height: 218px;
        top: 11px;
        left: 59px;
    }

    .img2{
        left: 26%;
        bottom: 104px;
                width: 249px;
        height: 264px;
                
    }

    .img3{
                right: -78px;
                width: 232px;
        height: 252px;
    }
}
@media (max-width:1038px){

    .right-images{
        height:560px;
    }

    .img1{
        width: 254px;
        height: 259px;
        top: 11px;
        left: 130px;
    }

    .img2{
                left: 31%;
        bottom: 79px;
        width: 306px;
        height: 318px;
                
    }

    .img3{
                right: 50px;
        width: 273px;
        height: 312px;
    }
}
@media(max-width:991px){

    .header{
        padding:25px 25px;
    }

    .hero{
        padding:140px 25px 60px;
    }

    /* .hero-title{
        font-size:90px;
    } */

    .hero-content{
        flex-direction:column;
    }

    .left-content,
    .right-images{
        width:100%;
    }

    .right-images{
        margin-top:80px;
        height:600px;
    }

    .hero-services{
        grid-template-columns: 1fr;
        gap:10px;
    }

}
@media (max-width: 768px) {
    .left-content, .right-images {
        width: 100%;
        align-items: center;
        text-align: center;
    }
    .arrow img {
    display: none;
}
    .hero-services{
        grid-template-columns: 1fr;
        gap:8px;
    }
    .hero-services li{
        font-size: 12px;
        padding-left: 24px;
        line-height: 1.2;
        justify-content: center;
        display: flex;
        align-items: center;
    }
    .img-set-arrow{
    padding-right: 8px;
    width: 28px;
}
    .hero-content{
        padding: 0px 10px 0px 10px;
            
}
}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

    .nav-menu,
    .contact-btn{
        display:none;
    }

    .menu-toggle{
        display:block;
    }

    .hero-title{
        /* font-size:58px; */
        line-height:1;
    }

    .left-content p{

        font-size: 12px;
        line-height: 1.9;
        text-align: center;
        margin-top: -20px;
    }

    .work-btn{
        width: 164px;
        height: 55px;
        font-size: 12px;
    margin-top: 23px !important;
    }

    .right-images{
        height:0px;
        margin-top:0px !important;
    }

    .img1{
                width: 132px;
        height: 141px;
        left: -33px;
        margin-top: -114px !important;
    }

    .img2{
        width:190px;
        height:260px;
        left:50px;
        bottom:40px;
        display: none;
    }

    .img3{
                       width: 127px;
        height: 139px;
        right: -38px;
        margin-top: -158px;
        transform: rotate(0deg);
    }
    .mobile-hide-img-1{
        display:none;
    }
    .mobil-view-img-1{
    display:block !important;
    transform: rotate(10deg);
}

}

.mobil-view-img-1{
    display:none;
}

/* =========================
   SLIDER WRAPPER
========================= */

.marquee-wrapper{
    width:100%;
    overflow:hidden;

    background:#f3f3f3;


    padding:18px 0;
}

/* =========================
   SLIDER TRACK
========================= */

.marquee-track{
    display:flex;
    width:max-content;

    animation: marquee 22s linear infinite;
}

/* Pause Hover */

.marquee-wrapper:hover .marquee-track{
    animation-play-state: paused;
}

/* =========================
   SLIDER ITEM
========================= */

.marquee-item{
    display:flex;
    align-items:center;

    gap:60px;

    padding:0 50px;

    white-space:nowrap;
}

.marquee-item h3{
    font-size:34px;
    font-weight:500;
    color:#111;
    letter-spacing:1px;
    text-transform:uppercase;
    font-family:'Roboto';
}

/* Orange Dot */

.dot{
    width:12px;
    height:12px;
    border-radius:50%;
    background:#ff7a1a;
}

/* =========================
   ANIMATION
========================= */

@keyframes marquee{

    0%{
        transform:translateX(0);
    }

    100%{
        transform:translateX(-50%);
    }

}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .marquee-item{
        gap:40px;
        padding:0 35px;
    }

    .marquee-item h3{
        font-size:26px;
    }

}

@media(max-width:768px){

    .marquee-wrapper{
        padding:0px 0;
    }

    .marquee-item{
        gap:28px;
        padding:0 24px;
    }

    .marquee-item h3{
        font-size:18px;
    }

    .dot{
        width:8px;
        height:8px;
    }

}

@media(max-width:480px){

    .marquee-item h3{
        font-size:15px;
    }

    .marquee-item{
        gap:20px;
        padding:0 18px;
    }

}

/* =========================
   ABOUT SECTION
========================= */

.about-modern{
    background:#000;
    padding:80px 20px;
}

.about-wrapper{
    max-width:1400px;
    margin:auto;

    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    gap:50px;
}

/* RIGHT PANEL */

.about-content{
    flex:1;
    min-width:0;
    position:relative;
    background:rgba(255,255,255,0.98);
    border-radius:36px;
    padding:70px 120px;
    box-shadow:0 40px 90px rgba(0,0,0,0.12);
    overflow:hidden;
}

.about-content::before{
    content:'';
    position:absolute;
    top:-30px;
    right:-30px;
    width:220px;
    height:220px;
    background:rgba(0,0,0,0.05);
    border-radius:50%;
    z-index:1;
}

.about-content::after{
    content:'';
    position:absolute;
    bottom:-20px;
    left:-20px;
    width:180px;
    height:180px;
    background:rgba(0,0,0,0.05);
    border-radius:34px;
    z-index:1;
}

.about-content>*{
    position:relative;
    z-index:2;
}

.about-content h2{
    font-size:64px;
    color:#111;
        font-family: 'Sharp Grotesk Book 25 Regular';
    margin-bottom:22px;
    letter-spacing:0.02em;
        font-weight: 100;
}

.about-content p{
    color:#555;
    font-size:18px;
    line-height:1.75;
    margin-bottom:34px;
    max-width:580px;
       font-family: 'Sharp Grotesk Book 25 Regular';
  
letter-spacing: -0.02em;

}

.about-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:18px 34px;
    background:#111;
    color:#fff;
    text-decoration:none;
    border:none;
    border-radius:14px;
    cursor:pointer;
    transition:transform 0.25s ease, background 0.25s ease;
    font-family: 'Sharp Grotesk Book 25 Regular';
}

.about-btn:hover{
    transform:translateY(-2px);
    background:#222;
}

.about-btn{
    display:inline-block;
    padding:16px 30px;
    background:#000;
    color:#fff;
    text-decoration:none;
    border:none;
    border-radius:8px;
    cursor:pointer;
    transition:0.3s ease;
}

.about-btn:hover{
    background:#333;
}
.about-btns{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 25px;
    background:#111;
    color:#fff;
    text-decoration:none;
    border:none;
    border-radius:14px;
    cursor:pointer;
    transition:transform 0.25s ease, background 0.25s ease;
    font-family: 'Sharp Grotesk Book 25 Regular';
    font-size: 12px;
}
.about-btns:hover{
    background:#333;
}
/* LEFT IMAGE STACK */

.image-stack{
    flex:0 0 520px;
    width:520px;
    height:520px;
    position:relative;
        right: 83px;
}

.slide{
    position:absolute;
    border-radius:30px;
    overflow:hidden;
    transition:
        top 0.8s ease,
        left 0.8s ease,
        width 0.8s ease,
        height 0.8s ease,
        opacity 0.8s ease;
    will-change: top, left, width, height, opacity;
}

.slide img{
    width:100%;
    /* height:100%; */
    object-fit:cover;
    display:block;
    filter:grayscale(100%);
    transition: transform 0.8s ease, opacity 0.8s ease;
}

/* BACK CARD */
.slide-back{
    width:560px;
    height:440px;
    left:-20px;
    top:40px;
    z-index:1;
    opacity:.55;
}

/* MIDDLE CARD */
.slide-middle{
    width:620px;
    height:470px;
    left:10px;
    top:20px;
    z-index:2;
    opacity:.8;
}

/* FRONT CARD */
.slide-front{
    width:640px;
    height:500px;
    left:60px;
    top:0;
    z-index:3;
    opacity:1;
}

/* ===== RESPONSIVE ===== */

/* TABLET: 768px - 1024px */
@media (max-width:1024px){
    .about-wrapper{
        flex-direction:column;
        align-items:center;
        gap:60px;
        text-align:center;
    }

    .image-stack{
        flex:0 0 auto;
        width:100%;
        max-width:420px;
        height:340px;
        margin:0 auto;
    }

    .slide-back{
        width:300px;
        height:240px;
        left:10px;
        top:30px;
    }

    .slide-middle{
        width:350px;
        height:280px;
        left:25px;
        top:15px;
    }

    .slide-front{
        width:400px;
        height:330px;
        left:40px;
        top:0;
    }

    .about-content{
        flex:1;
        width:100%;
        max-width:600px;
        padding:50px 40px;
    }

    .about-content>*{
        position:relative;
        z-index:2;
    }

    .about-content h2{
        font-size:48px;
    }

    .about-content p{
        font-size:16px;
    }
}

/* MOBILE: max-width 768px */
@media (max-width:768px){
    .about-modern{
        padding:60px 15px;
    }

    .about-wrapper{
        flex-direction:column;
        gap:50px;
    }

    .image-stack{
        width:100%;
        max-width:340px;
        height:280px;
        margin:0 auto;
            left: 0px;
    }

    .slide-back{
        width:240px;
        height:190px;
        left:0;
        top:25px;
    }

    .slide-middle{
        width:280px;
        height:220px;
        left:15px;
        top:12px;
    }

    .slide-front{
        width:300px;
        height:250px;
        left:30px;
        top:0;
    }

    .about-content{
        width:100%;
        max-width:100%;
        padding:60px 25px;
        transform:none;
        border-radius:20px;
        margin-top: -107px;
    }

    .about-content>*{
        transform:none;
    }

    .about-content h2{
        font-size:36px;
        margin-bottom:15px;
    }

    .about-content p{
        font-size:12px;
        line-height:1.6;
        margin-bottom:20px;
    }

    .about-btn{
        width: 100%;
        text-align: center;
        padding: 14px 20px;
        font-size: 12px;
        font-family: 'Sharp Grotesk Book 25 Regular';
    }
}

/* SMALL MOBILE: max-width 480px */
@media (max-width:480px){
    .about-modern{
        padding:40px 12px;
    }

    .about-wrapper{
        gap:30px;
    }

    .image-stack{
        width:100%;
        max-width:225px;
        height:220px;
    }

    .slide-back{
        width:250px;
        height:170px;
        left:-30px;
        top:10px;
    }

    .slide-middle{
        width:260px;
        height:190px;
        left:-10px;
        top:0px;
    }

    .slide-front{
        width:230px;
        height:190px;
        left:20px;
        top:0;
    }

    .about-content{
        padding:60px 15px;
    }

    .about-content h2{
        font-size:28px;
        margin-bottom:12px;
    }

    .about-content p{
        font-size:13px;
        line-height:1.5;
        margin-bottom:18px;
    }

    .about-btn{
        padding:12px 16px;
        font-size:13px;
    }
}
/* =========================
   WEAVERS SECTION
========================= */


.weavers-section{
    width:100%;
    background:#000;
    padding:50px 140px 70px;
}
.weavers-heading{
    text-align:center;
    margin-bottom:40px;
}

.weavers-heading h2{
    font-size:44px;
    letter-spacing:1px;
    text-transform:uppercase;
}

.weavers-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:24px;
}

.weaver-card{
    perspective:1200px;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    position:relative;
    border-radius:28px;
    overflow:hidden;
    min-height:360px;
    cursor:pointer;
}

.weaver-card-inner{
    position:absolute;
    inset:0;
    transform-style:preserve-3d;
    -webkit-transform-style:preserve-3d;
    transition:transform .8s ease;
}

.weaver-card:hover .weaver-card-inner{
    transform:rotateY(180deg);
}

.weaver-card-face{
    position:absolute;
    inset:0;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    padding:28px;
    color:#fff;
    backface-visibility:hidden;
    -webkit-backface-visibility:hidden;
    transform:rotateY(0deg);
}

.weaver-card-front{
    background-color:rgba(0,0,0,0.18);
}

.weaver-card-back{
    transform:rotateY(180deg);
    background-color:rgba(0,0,0,0.35);
}

.card-overlay{
    width:100%;
    max-width:320px;
    background:rgba(0,0,0,0.55);
    border-radius:22px;
    padding:28px;
    backdrop-filter:blur(10px);
    box-shadow:0 20px 40px rgba(0,0,0,0.3);
    text-align:center;
    transform:translateZ(1px);
    backface-visibility:hidden;
    -webkit-backface-visibility:hidden;
}

.weaver-card-back .card-overlay p{
    font-size:18px;
    margin:0;
}

.weaver-card-front .card-overlay span{
    display:block;
    color:#f7f7f7;
    font-size:12px;
    letter-spacing:2px;
    text-transform:uppercase;
    opacity:0.85;
    margin-bottom:12px;
}

.weaver-card-front .card-overlay h3,
.weaver-card-back .card-overlay h3{
    font-size:28px;
    line-height:1.05;
    margin-bottom:12px;
}

.weaver-card-back .card-overlay p{
    font-size:15px;
    line-height:1.8;
    color:#e1e1e1;
}

@media(max-width:1200px){
    .weavers-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:768px){
    .weavers-section{
        padding:50px 40px 70px;
    }

    .weavers-heading h2{
        font-size:34px;
    }

    .weavers-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .weaver-card-inner{
        min-height:320px;
    }

    .card-overlay{
        padding:22px;
    }
}

@media(max-width:480px){
    .weaver-card-inner{
        min-height:280px;
    }

    .card-overlay{
        padding:16px;
    }

    .weaver-card-front .card-overlay h3,
    .weaver-card-back .card-overlay h3{
        font-size:22px;
    }

    .weaver-card-back .card-overlay p{
        font-size:14px;
    }
}


/* =========================
   PORTFOLIO SECTION
========================= */

.portfolio-section{
    width:100%;
    padding:100px 70px;
}

/* =========================
   TOP TITLE
========================= */

.top-title{
    width:340px;
    height:70px;

    border:2px solid #fff;

    margin:0 auto 90px;

    display:flex;
    align-items:center;
    justify-content:center;
}

.top-title h2{
    font-size:41px;
    letter-spacing:1px;
    font-weight:500;
    font-family: 'Sharp Grotesk Book 25 Regular';
}

/* =========================
   MAIN GRID
========================= */

.portfolio-grid{
    display:grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap:35px;
    align-items:flex-start;
}

/* =========================
   LEFT SIDE
========================= */

.left-side h3{
    font-size:120px;
    font-family:"Ayer Poster";
    font-weight:400;
    margin-bottom:15px;
}

/* Orange Line */

.orange-line{
    width:90px;
    height:6px;
    background:#ff7b1c;
    margin-bottom:40px;
}

/* Main Video */

.main-video{
    position:relative;
    width:100%;
    height:529px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,0.3);
}

.main-video video,
.main-video img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Thumbnail */

.video-thumb{
    position:absolute;
    inset:0;
    z-index:2;
    transition:0.4s;
}
.main-video iframe{
    width:100%;
    height:100%;
    border:none;
}
.main-video:hover .video-thumb{
    opacity:0;
}

/* View All */

.view-all{
    margin-top:18px;

    display:flex;
    align-items:center;
    gap:14px;
}

.view-all a{
    color:#fff;
    text-decoration:none;
    font-size:28px;
    font-family:'Cinzel', serif;
}

.view-all img{
    width:35px;
}

/* =========================
   RIGHT SIDE
========================= */

.right-side{
    display:grid;
    grid-template-columns:1fr; /* Vertical */
    gap:18px;
}

/* Video Card */

.video-card{
    position:relative;
    height:395px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,0.3);
}
.video-card iframe{
    width:100%;
    height:100%;
    border:none;
}
.video-card video,
.video-card img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Thumbnail */

.card-thumb{
    position:absolute;
    inset:0;
    z-index:2;
    transition:0.4s;
}

.video-card:hover .card-thumb{
    opacity:0;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1200px){

    .left-side h3{
        font-size:70px;
    }

}

@media(max-width:991px){

    .portfolio-section{
        padding:80px 25px;
    }

    .portfolio-grid{
        grid-template-columns:1fr;
    }

    .right-side{
        margin-top:40px;
    }

}
 .mobile-heading{
        display:none;
    }
@media(max-width:768px){

    .top-title{
        width:240px;
        height:58px;
        margin-bottom:60px;
    }

    .top-title h2{
        font-size:28px;
    }

    .left-side h3{
        font-size:48px;
    }

    .orange-line{
        width:70px;
        height:4px;
        margin-bottom:25px;
    }

    .main-video{
        height:280px;
    }

    .right-side{
        grid-template-columns:1fr;
        gap:20px;
    }

    .video-card{
        height:320px;
    }

    .view-all a{
        font-size:20px;
    }

    .view-all img{
        width:24px;
    }
    .desktop-heading{
        display:none;
    }
    .mobile-heading{
        display:block !important;
    }
    .set-mobile-view{
        display:flex;
        justify-content:space-between;
        font-weight: 400;
    }
    .hide-mobile-view{
        display:none !important;
    }

}

@media(max-width:480px){

    .portfolio-section{
        padding:60px 15px;
    }

    .left-side h3{
        font-size:38px;
    }

    .main-video{
        height:230px;
    }

    .video-card{
        height:260px;
    }

    .view-all a{
        font-size:18px;
    }

}

/* =========================
   SECTION
========================= */

.government-section{
    width:100%;
    padding:100px 70px;
    overflow:hidden;
}

/* =========================
   MAIN GRID
========================= */

.government-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    align-items:start;
}

/* =========================
   LEFT VIDEOS
========================= */

.left-videos{
    display:grid;
    grid-template-columns:1fr; /* Vertical */
    gap:18px;
}

/* =========================
   VIDEO BOX
========================= */

.video-box{
    position:relative;

    width:100%;
    height:395px;

    overflow:hidden;

    border:1px solid rgba(255,255,255,0.4);

    background:#111;
}

/* Video */

.video-box video,
.video-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* Thumbnail */

.video-thumb{
    position:absolute;
    inset:0;

    z-index:2;

    transition:0.4s ease;
}

.video-box:hover .video-thumb{
    opacity:0;
}

/* =========================
   RIGHT SIDE
========================= */

.right-content{
    width:100%;
}

/* Heading */

.right-content h3{
    font-size:120px;
    line-height:0.9;

    font-family:"Ayer Poster";
    font-weight:400;

    margin-bottom:20px;

    word-break:break-word;
}

/* Orange Line */

.orange-line{
    width:90px;
    height:6px;

    background:#ff7a1c;

    margin-bottom:35px;
}

/* =========================
   RIGHT VIDEO
========================= */

.right-video{
    position:relative;

    width:100%;
    height:522px;

    overflow:hidden;

    border:1px solid rgba(255,255,255,0.4);

    background:#111;
}

.right-video video,
.right-video img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* Thumbnail */

.right-thumb{
    position:absolute;
    inset:0;

    z-index:2;

    transition:0.4s ease;
}

.right-video:hover .right-thumb{
    opacity:0;
}

/* =========================
   VIEW ALL
========================= */

.view-all{
    margin-top: 52px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}
.view-all-s{
    margin-top: 52px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}
.view-all a{
    color:#fff;
    text-decoration:none;

    font-size:30px;

    font-family:'Cinzel', serif;
}
.view-all-s a{
    color:#fff;
    text-decoration:none;

    font-size:30px;

    font-family:'Cinzel', serif;
}
/* Arrow */

.view-all img{
    width:35px;
    max-width:100%;
}
.view-all-s img{
    width:35px;
    max-width:100%;
}

/* =========================
   LARGE LAPTOP
========================= */

@media(max-width:1400px){

    .right-content h3{
        font-size:95px;
    }

}

/* =========================
   LAPTOP
========================= */

@media(max-width:1200px){

    .government-section{
        padding:80px 40px;
    }

    .government-grid{
        gap:30px;
    }

    .right-content h3{
        font-size:70px;
    }

    .video-box{
        height:460px;
    }

}

/* =========================
   TABLET
========================= */

@media(max-width:991px){

    .government-section{
        padding:70px 25px;
    }

    .government-grid{
        grid-template-columns:1fr;
        gap:35px;
    }

    .right-content{
        margin-top:0;
    }

    .right-content h3{
        font-size:60px;
    }

    .video-box{
        height:420px;
    }

    .right-video{
        height:300px;
    }

}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

    .government-section{
        padding:60px 18px;
    }

    .left-videos{
        grid-template-columns:1fr 1fr;
        gap:10px;
    }

    .video-box{
        height:260px;
    }

    .right-content h3{
        font-size:42px;
        margin-bottom:15px;
    }

    .orange-line{
        width:65px;
        height:4px;
        margin-bottom:20px;
    }

    .right-video{
        height:220px;
    }

    .view-all{
        margin-top:15px;
        gap:10px;
    }
    .view-all-s{
        margin-top:15px;
        gap:10px;
    }

    .view-all a{
        font-size:20px;
    }
.view-all-s a{
        font-size:20px;
    }
    .view-all img{
        width:22px;
    }
    .view-all-s img{
        width:22px;
    }

}

/* =========================
   SMALL MOBILE
========================= */

@media(max-width:480px){

    .government-section{
        padding:50px 15px;
    }

    .government-grid{
        gap:25px;
    }

    .left-videos{
        grid-template-columns:1fr;
        gap:12px;
    }

    .video-box{
        height:240px;
    }

    .right-content h3{
        font-size:34px;
        line-height:1;
    }

    .orange-line{
        width:55px;
        margin-bottom:16px;
    }

    .right-video{
        height:190px;
    }

    .view-all{
        justify-content:flex-start;
    }
    .view-all-s{
        justify-content:flex-start;
    }

    .view-all a{
        font-size:18px;
    }
    .view-all-s a{
        font-size:18px;
    }

    .view-all img{
        width:18px;
    }
    .view-all-s img{
        width:18px;
    }

}

/* =========================
   EXTRA SMALL MOBILE
========================= */

@media(max-width:360px){

    .right-content h3{
        font-size:28px;
    }

    .video-box{
        height:210px;
    }

    .right-video{
        height:170px;
    }

}

/* =========================
   MARQUEE WRAPPER
========================= */

.marquee-wrapper{
    width:100%;
    overflow:hidden;

    background:#f3f3f3;



    position:relative;
}

/* =========================
   TRACK
========================= */

.marquee-track{
    display:flex;
    align-items:center;

    width:max-content;

    min-height:45px;

    animation: marquee 18s linear infinite;
}

/* Pause Hover */

.marquee-wrapper:hover .marquee-track{
    animation-play-state:paused;
}

/* =========================
   ITEM
========================= */

.marquee-item{
    display:flex;
    align-items:center;
    justify-content:center;

    gap:45px;

    padding:0 40px;

    flex-shrink:0;
}

/* Logo */

.marquee-item img{
    width:140px;
    height:55px;

    object-fit:contain;

    display:block;
}

/* Dot */

.dot{
    width:10px;
    height:10px;

    border-radius:50%;

    background:#ff7b1c;

    flex-shrink:0;
}

/* =========================
   ANIMATION
========================= */

@keyframes marquee{
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX(-50%);
    }
}

/* =========================
   LAPTOP
========================= */

@media(max-width:1200px){

    .marquee-item{
        gap:35px;
        padding:0 30px;
    }

    .marquee-item img{
        width:120px;
        height:48px;
    }

}

/* =========================
   TABLET
========================= */

@media(max-width:768px){

    .marquee-track{
        min-height:70px;
        animation-duration:14s;
    }

    .marquee-item{
        gap:20px;
        padding:0 18px;
    }

    .marquee-item img{
        width:90px;
        height:38px;
    }

    .dot{
        width:7px;
        height:7px;
    }

}

/* =========================
   MOBILE
========================= */

@media(max-width:480px){

    .marquee-track{
        min-height:55px;
        animation-duration:10s;
    }

    .marquee-item{
        gap:14px;
        padding:0 12px;
    }

    .marquee-item img{
        width:70px;
        height:28px;
    }

    .dot{
        width:5px;
        height:5px;
    }

}
/* =========================
   FAQ SECTION
========================= */

.faq-section{
    width:100%;
    padding:100px 70px;
}

/* =========================
   TOP HEADING
========================= */

.faq-header{
    text-align:center;
    margin-bottom:30px;
}

.faq-header h2{
    font-size:120px;
    line-height:1;

    font-family:"Ayer Poster";
    font-weight:400;

    margin-bottom:20px;
}

.faq-header p{
    font-size:26px;
    color:#9c9c9c;

    max-width:900px;
    margin:auto;

    line-height:1.6;
    font-family: 'Sharp Grotesk Book 25 Regular';
}

/* =========================
   FAQ WRAPPER
========================= */

.faq-wrapper{
    width:100%;
    max-width:900px;
    margin:auto;
}

/* =========================
   FAQ ITEM
========================= */

.faq-item{
    border-bottom:1px solid rgba(255,255,255,0.1);
    font-family: 'Sharp Grotesk Book 25 Regular';
}

/* Question */

.faq-question{
    width:100%;

    background:none;
    border:none;
    outline:none;

    color:#fff;

    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:16px 0;

    cursor:pointer;

    text-align:left;
}

/* Question Text */

.faq-question span{
    font-size:24px;
    line-height:1.5;
    font-weight:400;
    font-family: 'Sharp Grotesk Book 25 Regular';
}

/* Plus Icon */

.faq-icon{
    font-size:34px;
    color:#fff;

    transition:0.3s ease;
}

/* Rotate Icon */

.faq-item.active .faq-icon{
    transform:rotate(45deg);
}

/* =========================
   ANSWER
========================= */

.faq-answer{
    max-height:0;
    overflow:hidden;

    transition:max-height 0.4s ease;

    color:#a9a9a9;
}

.faq-answer p{
    padding:0 0 24px;

    font-size:18px;
    line-height:1.8;
    font-family: 'Sharp Grotesk Book 25 Regular';
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1200px){

    .faq-header h2{
        font-size:90px;
    }

    .faq-header p{
        font-size:22px;
    }

}

@media(max-width:991px){

    .faq-section{
        padding:80px 25px;
    }

    .faq-header{
        margin-bottom:50px;
    }

    .faq-header h2{
        font-size:72px;
    }

    .faq-header p{
        font-size:18px;
    }

    .faq-question span{
        font-size:20px;
    }

}

@media(max-width:768px){

    .faq-section{
        padding:60px 18px;
    }

    .faq-header h2{
        font-size:52px;
        margin-bottom:14px;
    }

    .faq-header p{
        font-size:14px;
        line-height:1.8;
    }

    .faq-question{
        padding:20px 0;
    }

    .faq-question span{
        font-size:15px;
        padding-right:15px;
    }

    .faq-icon{
        font-size:24px;
    }

    .faq-answer p{
        font-size:14px;
        line-height:1.7;
        padding-bottom:18px;
    }

}

@media(max-width:480px){

    .faq-section{
        padding:50px 15px;
    }

    .faq-header h2{
        font-size:42px;
    }

    .faq-header p{
        font-size:13px;
    }

    .faq-question span{
        font-size:13px;
        line-height:1.6;
    }

    .faq-icon{
        font-size:20px;
    }

}

/* =========================
   CONTACT SECTION
========================= */

.contact-section{
    width:100%;
    padding:100px 70px;
    margin-top: 30px;
}

/* =========================
   TOP HEADING
========================= */

.contact-heading{
    text-align:center;
    margin-bottom:70px;
}

.contact-heading h2{
    font-size:120px;
    line-height:1;

    font-family:"Ayer Poster";
    font-weight:400;

    margin-bottom:20px;
}

.contact-heading p{
    font-size:24px;
    color:#9f9f9f;

    max-width:900px;
    margin:auto;

    line-height:1.6;
    font-family: 'Sharp Grotesk Book 25 Regular';
}

/* =========================
   CONTACT WRAPPER
========================= */

.contact-wrapper{
    width:100%;
    max-width:1300px;

    margin:auto;

    background:#ececec;

    border-radius:10px;

    overflow:hidden;

    display:grid;
    grid-template-columns:420px 1fr;

    border:5px solid #fff;
}
.contact-wrapper-1{
    width:100%;
    max-width:1300px;

    margin:auto;

    background:#ececec;

    border-radius:10px;

    overflow:hidden;

    display:grid;
    grid-template-columns:100% 1fr;

    border:5px solid #fff;
}

/* =========================
   LEFT INFO
========================= */

.contact-info{
    background:#000;

    padding:50px 40px;

    position:relative;

    overflow:hidden;
}

/* Content */

.contact-info h3{
    font-size:35px;
    margin-bottom:12px;
    font-weight:500;
    font-family: 'Sharp Grotesk Book 25 Regular';
}

.contact-info p{
    color:#c9c9c9;
    font-size:18px;
    line-height:1.7;
    margin-bottom:50px;
    font-family: 'Sharp Grotesk Book 25 Regular';
}

.contact-info iframe,
.contact-info .contact-map {
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    border:0;
}

/* Contact Item */

.info-item{
    display:flex;
    align-items:flex-start;
    gap:18px;

    margin-bottom:35px;
}

.info-item i{
    font-size:18px;
    margin-top:5px;
    font-family: 'Sharp Grotesk Book 25 Regular';
}

.info-item span{
    font-size:18px;
    line-height:1.7;
    font-family: 'Sharp Grotesk Book 25 Regular';
}

/* Social Icons */

.social-icons{
    display:flex;
    align-items:center;
    gap:15px;

    margin-top:60px;
}

.social-icons a{
    width:40px;
    height:40px;

    border-radius:50%;

    background:#1d1d1d;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;

    text-decoration:none;

    transition:0.3s;
    font-family: 'Sharp Grotesk Book 25 Regular';
}

.social-icons a:hover{
    background:#fff;
    color:#000;
}

/* Circle Background */

.circle-one,
.circle-two{
    position:absolute;
    border-radius:50%;
    background:rgba(255,255,255,0.08);
}

.circle-one{
    width:140px;
    height:140px;

    bottom:40px;
    right:40px;
}

.circle-two{
    width:220px;
    height:220px;

    bottom:-90px;
    right:-40px;
}

/* =========================
   RIGHT FORM
========================= */

.contact-form{
    padding:60px 50px;
}

/* Form Grid */

.form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;

    margin-bottom:40px;
}

/* Input Group */

.input-group{
    width:100%;
}

.input-group label{
    display:block;

    font-size:14px;
    color:#666;

    margin-bottom:10px;
}

/* Input */

.input-group input,
.input-group textarea{
    width:100%;

    border:none;
    border-bottom:1px solid #999;

    background:transparent;

    padding:12px 0;

    font-size:16px;

    color:#111;

    outline:none;

    font-family:'Montserrat', sans-serif;
}

/* Textarea */

.input-group textarea{
    resize:none;
    height:100px;
}

/* Subject */

.subject-title{
    font-size:16px;
    color:#111;

    margin-bottom:20px;
}

/* Radio Grid */

.radio-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;

    margin-bottom:40px;
}

/* Radio Item */

.radio-item{
    display:flex;
    align-items:center;
    gap:10px;

    color:#111;

    font-size:14px;
}

/* Submit */

.submit-btn{
    width:240px;
    height:65px;

    background:#000;
    color:#fff;

    border:none;

    font-size:16px;
    letter-spacing:1px;

    cursor:pointer;

    float:right;

    position:relative;
     font-family: 'Sharp Grotesk Book 25 Regular';
}

.submit-btn::after{
    content:"";

    position:absolute;

    width:100%;
    height:100%;

    left:-8px;
    bottom:-8px;

    border:2px solid #000;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1200px){

    .contact-heading h2{
        font-size:90px;
    }

}

@media(max-width:991px){

    .contact-section{
        padding:80px 25px;
    }

    .contact-wrapper{
        grid-template-columns:1fr;
    }

    .contact-heading h2{
        font-size:70px;
    }

}

@media(max-width:768px){
     .contact-wrapper{
        margin-top: 50px;
    }
    .contact-section{
        padding:60px 18px;
    }

    .contact-heading{
        margin-bottom:45px;
    }

    .contact-heading h2{
        font-size:50px;
        margin-bottom:15px;
    }

    .contact-heading p{
        font-size:14px;
        line-height:1.8;
    }

    .contact-info{
        padding:35px 25px;
    }

    .contact-info h3{
        font-size:30px;
    }

    .contact-info p{
        font-size:14px;
        margin-bottom:35px;
    }

    .info-item{
        gap:14px;
        margin-bottom:25px;
    }

    .info-item span{
        font-size:14px;
    }

    .contact-form{
        padding:35px 25px;
    }

    .form-row{
        grid-template-columns:1fr;
        gap:25px;
        margin-bottom:25px;
    }

    .radio-grid{
        grid-template-columns:1fr 1fr;
        gap:15px;
    }

    .submit-btn{
        width:100%;
        height:58px;
        font-size:14px;
    }

}

@media(max-width:480px){

    .contact-section{
        padding:50px 15px;
    }

    .contact-heading h2{
        font-size:40px;
    }

    .contact-heading p{
        font-size:13px;
    }

    .contact-info h3{
        font-size:24px;
    }

    .radio-grid{
        grid-template-columns:1fr;
    }

    .social-icons{
        margin-top:40px;
    }

}
/* =========================
   BLOG SECTION
========================= */

.blog-section{
    width:100%;
    padding:100px 70px;
}

/* =========================
   TOP TITLE
========================= */

.blog-title{
    text-align:center;
    margin-bottom:70px;
}

.blog-title h2{
    font-size:120px;
    line-height:1;

    font-family:"Ayer Poster";
    font-weight:400;
}

/* =========================
   BLOG GRID
========================= */

.blog-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
}

/* =========================
   IMAGE CARD
========================= */

.blog-image{
    position:relative;
    overflow:hidden;
    min-height:520px;
}

.blog-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;

    transition:0.5s ease;
}

.blog-image:hover img{
    transform:scale(1.05);
}

/* =========================
   CONTENT CARD
========================= */

.blog-content{
    padding:60px;

    display:flex;
    flex-direction:column;
    justify-content:center;
}

/* White Card */

.blog-content.white{
    background:#f2f2f2;
    color:#111;
}

/* Gray Card */

.blog-content.gray{
    background:#5d5d5d;
    color:#fff;
}

/* Meta */

.blog-meta{
    font-size:20px;
    letter-spacing:1px;
    margin-bottom:25px;
font-family: 'Sharp Grotesk Book 25 Regular';
    text-transform:uppercase;
}

/* Heading */

.blog-content h3{
    font-size:50px;
    line-height:1;

    font-family: 'Sharp Grotesk Book 25 Regular';
    font-weight:600;

    margin-bottom:30px;
}

/* Paragraph */

.blog-content p{
    font-size:18px;
    line-height:1.8;
    font-family: 'Sharp Grotesk Book 25 Regular';
    margin-bottom:20px;
}

/* =========================
   SOCIAL ICONS
========================= */

.blog-social{
    display:flex;
    align-items:center;
    gap:20px;

    margin-top:15px;
}

.blog-social a{
    color:inherit;

    font-size:22px;

    text-decoration:none;

    transition:0.3s ease;
}

.blog-social a:hover{
    opacity:0.6;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1400px){

    .blog-title h2{
        font-size:90px;
    }

    .blog-content h3{
        font-size:55px;
    }

}

@media(max-width:1200px){

    .blog-section{
        padding:80px 40px;
    }

    .blog-content{
        padding:45px;
    }

    .blog-content h3{
        font-size:46px;
    }

}

@media(max-width:991px){

    .blog-section{
        padding:70px 25px;
    }

    .blog-grid{
        grid-template-columns:1fr;
    }

    .blog-image{
        min-height:420px;
    }

    .blog-title{
        margin-bottom:50px;
    }

}

@media(max-width:768px){

    .blog-section{
        padding:60px 18px;
    }

    .blog-title h2{
        font-size:52px;
    }

    .blog-image{
        min-height:300px;
    }

    .blog-content{
        padding:30px 22px;
    }

    .blog-meta{
        font-size:13px;
        margin-bottom:15px;
    }

    .blog-content h3{
        font-size:34px;
        margin-bottom:18px;
    }

    .blog-content p{
        font-size: 12px;
        line-height: 1.7;
        margin-bottom: 15px;
    }

    .blog-social{
        gap:15px;
    }

    .blog-social a{
        font-size:16px;
    }
    .blogs-img-showing-mobile{
        display:block !important;
    }
    .blogs-img{
        display:none;
    }

}
.blogs-img-showing-mobile{
        display:none;
    }
@media(max-width:480px){

    .blog-section{
        padding:50px 15px;
    }

    .blog-title h2{
        font-size:42px;
    }

    .blog-image{
        min-height:240px;
    }

    .blog-content h3{
        font-size:28px;
    }

    .blog-meta{
        font-size:12px;
    }

    .blog-content p{
        font-size:13px;
    }

}
/* =========================
   BUTTON WRAPPER
========================= */

.blog-btn-wrapper{
    position:relative;
        display: flex;
    justify-content: center;
}

/* =========================
   BUTTON
========================= */

.blog-btn{
    width: 220px;
    height: 56px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    text-decoration: none;
    font-size: 28px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease;
    font-family: 'Sharp Grotesk Book 25 Regular';
    margin-top: 40px;
}

/* Hover Effect */

.blog-btn::before{
    content:"";

    position:absolute;

    top:0;
    left:-100%;

    width:100%;
    height:100%;

    background:#fff;

    transition:0.4s ease;

    z-index:0;
}

.blog-btn:hover::before{
    left:0;
}

/* Text */

.blog-btn span{
    position:relative;
    z-index:2;
}

/* Arrow */

.blog-btn img{
    width:32px;

    position:relative;
    z-index:2;

    transition:0.4s ease;
}

/* Hover */

.blog-btn:hover{
    color:#000;
}

.blog-btn:hover img{
    transform:translateX(6px);
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:768px){

    .blog-btn{
        width:180px;
        height:58px;

        font-size:20px;

        gap:12px;
    }

    .blog-btn img{
        width:24px;
    }

}

@media(max-width:480px){

    .blog-btn{
        width:150px;
        height:50px;

        font-size:16px;

        gap:10px;
    }

    .blog-btn img{
        width:18px;
    }

}

/* =========================
   FOOTER
========================= */

.footer{
    width:100%;
    padding:70px 70px 40px;

    border-top:1px solid rgba(255,255,255,0.15);

    background:#000;
}

/* =========================
   TOP LINKS
========================= */

.footer-top{
    display:grid;
    grid-template-columns:repeat(4,1fr);

    gap:60px;

    padding-bottom:50px;

    border-bottom:1px solid rgba(255,255,255,0.1);
}

/* Column */

.footer-column h4{
    font-size:15px;
    font-weight:400;

    color:#8f8f8f;

    margin-bottom:28px;
    font-family: 'Roboto';
}

/* Links */

.footer-column ul{
    list-style:none;
    font-family: 'Roboto';
}

.footer-column ul li{
    margin-bottom:18px;
}

.footer-column ul li a{
    text-decoration:none;

    color:#fff;

    font-size:13px;
    font-weight:600;

    transition:0.3s ease;
    font-family: 'Roboto';
}

.footer-column ul li a:hover{
    opacity:0.6;
}

/* =========================
   BOTTOM AREA
========================= */

.footer-bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:30px;

    padding-top:35px;
}

/* =========================
   LOGO
========================= */

.footer-logo img{
    width:110px;
    height:70px;

    object-fit:contain;

    border-radius:50%;
}

/* =========================
   COPYRIGHT
========================= */

.footer-copy{
    text-align:center;

    flex:1;

    font-size:13px;

    color:#d5d5d5;
    font-family: 'Roboto';
}

/* =========================
   SOCIAL
========================= */

.footer-social{
    display:flex;
    align-items:center;
    gap:15px;
}

.footer-social a{
    width:42px;
    height:42px;

    border-radius:50%;

    border:1px solid rgba(255,255,255,0.15);

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;

    text-decoration:none;

    transition:0.3s ease;
}

.footer-social a:hover{
    background:#fff;
    color:#000;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1200px){

    .footer{
        padding:60px 40px 35px;
    }

    .footer-top{
        gap:40px;
    }

}

@media(max-width:991px){

    .footer-top{
        grid-template-columns:repeat(2,1fr);
    }

    .footer-bottom{
        flex-direction:column;
        text-align:center;
    }

    .footer-copy{
        order:3;
    }

}

@media(max-width:768px){

    .footer{
        padding:50px 20px 30px;
    }

    .footer-top{
        grid-template-columns:1fr 1fr;

        gap:30px;

        padding-bottom:35px;
    }

    .footer-column h4{
        font-size:14px;
        margin-bottom:20px;
    }

    .footer-column ul li{
        margin-bottom:14px;
    }

    .footer-column ul li a{
        font-size:12px;
    }

    .footer-logo img{
        width:90px;
        height:90px;
    }

    .footer-copy{
        font-size:12px;
        line-height:1.7;
    }

    .footer-social{
        gap:10px;
    }

    .footer-social a{
        width:38px;
        height:38px;
        font-size:14px;
    }

}

@media(max-width:480px){

    .footer{
        padding:45px 15px 25px;
    }

    .footer-top{
        grid-template-columns:1fr;

        gap:25px;
    }

    .footer-column h4{
        margin-bottom:15px;
    }

    .footer-column ul li{
        margin-bottom:12px;
    }

    .footer-bottom{
        padding-top:28px;
        gap:20px;
    }

    .footer-logo img{
        width:75px;
        height:75px;
    }

    .footer-copy{
        font-size:11px;
    }

    .footer-social a{
        width:34px;
        height:34px;
        font-size:13px;
    }

}
/* =========================
   BANNER
========================= */

.about-banner{
    width:100%;
    padding:70px 20px 40px;
        margin-top: 64px;
}

.banner-box{

    width:100%;
    max-width:1240px;

    margin:auto;

    background:linear-gradient(
        90deg,
        #171717 0%,
        #1b1b1b 100%
    );

    border-radius:48px;

    padding:82px 58px;

    position:relative;
    overflow:hidden;
}

/* title */

.title-wrap{
    display:flex;
    align-items:center;
    gap:40px;

    margin-bottom:50px;
}

.title-wrap h1{

    font-family: 'Sharp Grotesk Book 25 Regular';

    font-size:100px;
    font-weight:500;

    line-height:1;

    white-space:nowrap;
}

.line{
    flex:1;
    height:6px;
    background:#fff;
}

/* text */

.banner-box p{

    max-width:860px;

    font-family: 'Sharp Grotesk Book 25 Regular';

    font-size:24px;
    font-weight:400;

    line-height:1.72;

    margin-bottom:52px;

    position:relative;
    z-index:2;
}

/* button */

.work-btn-1{

    display:inline-block;

    background:#fff;
    color:#000;

    text-decoration:none;

    font-family:'Montserrat',sans-serif;

    font-size:18px;
    font-weight:600;

    padding:24px 42px;

    position:relative;

    z-index:2;
}

.work-btn-1::after{

    content:"";

    position:absolute;

    top:10px;
    left:10px;

    width:100%;
    height:100%;

    border:1px solid #fff;

    z-index:-1;
}

/* arrow */

.bg-arrow{
    position:absolute;
    right:45px;
    bottom:0;

    width:260px;
    height:auto;

    opacity:2.18;

    pointer-events:none;
}

/* =========================
   TABLET
========================= */

@media(max-width:1024px){

    .title-wrap{
        flex-direction:column;
        align-items:flex-start;
    }

    .title-wrap h1{
        font-size:74px;
    }

    .line{
        width:180px;
        flex:none;
    }

    .banner-box{
        padding:60px 35px;
    }

     .bg-arrow{
        width:180px;
        right:20px;
        bottom:10px;
    }
}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){


    .about-banner{
        padding:20px 12px;
    }

    .banner-box{
        border-radius:28px;
        padding:35px 20px;
    }

    .title-wrap{
        gap:18px;
        margin-bottom:28px;
    }

    .title-wrap h1{
        font-size:50px;
    }

    .line{
        width:120px;
        height:3px;
    }

    .banner-box p{
        font-size:15px;
        line-height:1.7;
    }

    .work-btn-1{
        width:100%;
        text-align:center;
        padding:18px;
        font-size:15px;
    }

    .work-btn-1::after{
        top:8px;
        left:8px;
    }

    .bg-arrow{
        width:110px;
        right:10px;
        bottom:10px;
    }
}

/* =========================
   OUR APPROACH
========================= */

.approach-section{
    width:100%;
    padding:70px 20px;
    background:#000;
}

.approach-section h2{
    text-align:center;

    font-family: 'Sharp Grotesk Book 25 Regular';
    font-size:100px;
    font-weight:500;

    color:#fff;

    margin-bottom:40px;
}

/* card */

.approach-box{

    width:100%;
    max-width:1280px;

    margin:auto;

    background:linear-gradient(
        90deg,
        #181818,
        #202020
    );

    border-radius:34px;

        padding: 175px 150px;

    position:relative;

    overflow:hidden;
}

/* decorative img */

.shape-top{
    position:absolute;

    top:0;
    right:0;

    width:262px;

    opacity:.85;
}

.shape-bottom{
    position:absolute;

    bottom:0;
    left:0;

    width:262px;

    opacity:.85;
}

/* row */

.approach-row{

    display:grid;

    grid-template-columns:160px 1fr;

    gap:100px;

    align-items:flex-start;

    margin-bottom:50px;

    position:relative;
    z-index:2;
}

/* number */

.number{

    font-family: 'Sharp Grotesk Book 25 Regular';

    font-size:200px;
    font-weight:500;

    color:#fff;

    line-height:1;
}

/* text */
.content{
    padding-top: 43px;
}
.content h3{

    font-family: 'Sharp Grotesk Book 25 Regular';

    font-size:45px;
    font-weight:500;

    color:#fff;

    margin-bottom:14px;
}

.content p{

    max-width:520px;

    
    font-family: 'Sharp Grotesk Book 25 Regular';

    font-size:20px;
    font-weight:400;

    line-height:1.55;

    color:#fff;
}

@media(max-width:767px){
     .approach-cards{

        display:flex;
        /* overflow:hidden; */

        gap:15px;

        scroll-behavior:smooth;
    }

    .flip-card{

        flex:0 0 100%;
        min-width:100%;
    }
    .mobile-card-slider{
        position:relative;
    }

    .approach-cards{

        display:flex;
        overflow:hidden;

        gap:15px;

        scroll-behavior:smooth;
    }
   
    .flip-card{

        min-width:100%;

        flex:0 0 100%;
    }

    /* Left Arrow */

    .approach-prev{

        position:absolute;

        left:10px;

        top:50%;

        transform:translateY(-50%);

        width:42px;
        height:42px;

        border:none;

        border-radius:50%;

        background:#fff;

        color:#000;

        z-index:99;

        cursor:pointer;

        box-shadow:0 5px 15px rgba(0,0,0,.25);
        display: block !important;
    }

    /* Right Arrow */

    .approach-next{

        position:absolute;
        display: block !important;

        right:10px;

        top:50%;

        transform:translateY(-50%);

        width:42px;
        height:42px;

        border:none;

        border-radius:50%;

        background:#fff;

        color:#000;

        z-index:99;

        cursor:pointer;

        box-shadow:0 5px 15px rgba(0,0,0,.25);
    }

    .approach-prev i,
    .approach-next i{
        font-size:16px;
    }
}
/* =========================
   TABLET
========================= */

@media(max-width:992px){

    .approach-section h2{
        font-size:60px;
    }

    .approach-box{
        padding:50px 30px;
    }

    .approach-row{
        grid-template-columns:100px 1fr;
    }

    .number{
        font-size:80px;
    }

    .content h3{
        font-size:22px;
    }

    .content p{
        font-size:16px;
    }

    .shape-top,
    .shape-bottom{
        width:100px;
    }
}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

    .approach-section{
        padding:50px 14px;
    }

    .approach-section h2{
        font-size:44px;
        margin-bottom:25px;
    }

    .approach-box{
        border-radius:24px;
        padding:28px 18px;
    }

    .approach-row{

        grid-template-columns:1fr;

        gap:12px;

        margin-bottom:35px;
    }

    .number{
        font-size:60px;
    }

    .content h3{
        font-size:20px;
    }

    .content p{
        font-size:15px;
        line-height:1.6;
    }

    .shape-top,
    .shape-bottom{
        width:70px;
    }
}

/* ==========================
   VISION + MISSION
========================== */

.vision-mission{
    width:100%;
    background:#000;
    padding:100px 0 100px;
    overflow:hidden;
}

/* vision */

.vision-wrap{
    width:100%;
    /* max-width:1280px; */
    margin:0 auto;
    padding:0 30px;
}

/* mission */

.mission-wrap{
    width:100%;
    /* max-width:1280px; */
    margin:35px auto 0;
    padding:0 30px;
}

/* title row */

.vision-title,
.mission-title{
    display:flex;
    align-items:center;
    gap:18px;
}

/* vision left */

.vision-title{
    justify-content:flex-start;
}

/* mission right */

.mission-title{
    justify-content:flex-end;
}

/* line */

.white-line{
    width:330px;
    height:10px;
    background:#fff;
    flex-shrink:0;
}

/* heading */

.vision-title h2,
.mission-title h2{
     font-family: 'Sharp Grotesk Book 25 Regular';
    font-size:120px;
    font-weight:500;
    line-height:1;
    color:#fff;
    letter-spacing:-1px;
}

/* text */

.vision-wrap p{
    max-width: 1046px;
    margin-top: 24px;
    margin-left: 335px;
     font-family: 'Sharp Grotesk Book 25 Regular';
    font-size: 22px;
    font-weight: 400;
    line-height: 1.45;
    color: #fff;
}

/* mission text */

.mission-wrap p{
    max-width: 1046px;
    margin-top: 22px;
    margin-left: auto;
    text-align: end;
    font-family: 'Sharp Grotesk Book 25 Regular';
    font-size: 22px;
    font-weight: 400;
    line-height: 1.45;
    color: #fff;
    margin-right: 335px;
}

/* ==========================
   TABLET
========================== */

@media(max-width:991px){

    .vision-title h2,
    .mission-title h2{
        font-size:58px;
    }

    .white-line{
        width:75px;
        height:7px;
    }

    .vision-wrap p{
        margin-left:0;
        max-width:100%;
    }

    .mission-wrap p{
        text-align:left;
        max-width:100%;
    }
}

/* ==========================
   MOBILE
========================== */

@media(max-width:767px){

    .vision-mission{
        padding:30px 0 40px;
    }

    .vision-wrap,
    .mission-wrap{
        padding:0 16px;
    }

    .vision-title,
    .mission-title{
        gap:12px;
    }

    .vision-title h2,
    .mission-title h2{
        font-size:42px;
        letter-spacing:0;
    }

    .white-line{
        width:42px;
        height:4px;
    }

    .vision-wrap p,
    .mission-wrap p{
        font-size:15px;
        line-height:1.6;
        margin-top:16px;
        text-align:left;
        margin-right: 0px !important;
    }
}
/* ==========================
   EXPERTISE
========================== */

.expertise-section{
    width:100%;
    background:#000;
    padding:70px 20px;
}

/* title */

.expertise-title{
    display:flex;
    justify-content:center;
    margin-bottom:45px;
}

.expertise-title h2{

    font-family: 'Sharp Grotesk Book 25 Regular';
    font-size:48px;
    font-weight:500;

    color:#fff;

    border:2px solid #fff;

    padding:12px 34px;
}

/* grid */

.expertise-grid{

    max-width:1280px;
    margin:auto;

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

/* card */

.expert-card{

    background:linear-gradient(
        90deg,
        #191919,
        #202020
    );

    border-radius:28px;

    padding:22px;

    min-height:280px;

    position:relative;
    overflow:hidden;
}

/* inside */

.card-inner-1{
    display:flex;
    justify-content:space-between;
    gap:18px;
    position:relative;
    z-index:2;
}

/* heading */

.card-inner-1 h3{

    font-family: 'Sharp Grotesk Book 25 Regular';
    font-size: 23px;
    font-weight: 500;
    line-height: 1.35;
    color: #fff;
    width: 221px;
}

/* text */

.card-inner-1 p{

           max-width: 307px;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 1.65;
    color: #fff;
    padding-top: 50px;
}

/* number */

.number-1{

    position:absolute;

    left:18px;
    bottom:-35px;

    font-family: 'Sharp Grotesk Book 25 Regular';

    font-size:139px;
    font-weight:500;

    color:rgba(255,255,255,.16);
}
.numbers-1{

    position:absolute;

    right:56px;
    bottom:-35px;

    font-family: 'Sharp Grotesk Book 25 Regular';

    font-size:139px;
    font-weight:500;

    color:rgba(255,255,255,.16);
}

/* bottom row */

.bottom-row{

    max-width:1280px;

    margin:18px auto 0;

    display:flex;
    justify-content:space-between;
    align-items:center;
}

/* last card */

.last-card{
    width:520px;
    min-height:280px;
}

/* shape */

.shape-left,
.shape-right{
    width:200px;
    opacity:2.18;
}

/* ==========================
   TABLET
========================== */

@media(max-width:991px){

    .expertise-grid{
        grid-template-columns:1fr;
    }

    .card-inner-1{
        flex-direction:column;
    }

    .bottom-row{
        flex-direction:column;
        gap:20px;
    }

    .last-card{
        width:100%;
    }

    .shape-left,
    .shape-right{
        width:90px;
    }
}

/* ==========================
   MOBILE
========================== */

@media(max-width:767px){

    .expertise-section{
        padding:50px 14px;
    }

    .expertise-title h2{
        font-size:30px;
        padding:10px 18px;
    }

    .expert-card{
        border-radius:20px;
        padding:18px;
    }

    .card-inner-1 h3{
        font-size:18px;
    }

    .card-inner-1 p{
        font-size:12px;
        padding-top: 16px !important;
    }

    .number-1{
        font-size:60px;
        bottom: -6px;
    }
    .numbers-1 {
    right: 5px;
    bottom: -16px;
    font-size: 78px;
}

    .shape-left,
    .shape-right{
        width:70px;
    }
}
/* ==========================
   MEET OUR WEAVERS
========================== */





    .top h3{
        font-size:20px;
    }

    .bottom p{
        font-size:14px;
    }


/* ==========================
   CONTACT HERO
========================== */

.contact-hero{
    width:100%;
    background:#000;
    padding:70px 20px;
    margin-top: 64px;
}

/* wrapper */

.contact-hero-inner{

    max-width:1280px;
    margin:auto;

    display:grid;
    grid-template-columns:1.2fr .8fr;

    gap:30px;

    background:linear-gradient(
        135deg,
        #141414,
        #222
    );

    border-radius:36px;

    padding:65px 55px;

    position:relative;

    overflow:hidden;
}

/* left */

.contact-left{
    position:relative;
    z-index:2;
}

/* small label */

.hero-label{

    display:inline-block;

    color:#fff;

    font-family:'Montserrat',sans-serif;

    font-size:14px;
    letter-spacing:2px;

    border-bottom:2px solid #fff;

    padding-bottom:8px;

    margin-bottom:22px;
}

/* heading */

.contact-left h1{

    font-family:'Syne',sans-serif;

    font-size:88px;
    font-weight:500;

    line-height:1.05;

    color:#fff;

    margin-bottom:25px;
}

.contact-left h1 span{
    color:#c9c9c9;
}

/* paragraph */

.contact-left p{

    max-width:620px;

    font-family:'Montserrat',sans-serif;

    font-size:18px;

    line-height:1.8;

    color:#fff;

    margin-bottom:38px;
}

/* button */

.hero-btn{

    display:inline-block;

    background:#fff;
    color:#000;

    text-decoration:none;

    font-family:'Montserrat',sans-serif;

    font-size:16px;
    font-weight:600;

    padding:18px 34px;

    border-radius:10px;

    transition:.3s;
}

.hero-btn:hover{
    transform:translateY(-2px);
}

/* right */

.contact-right{
    display:flex;
    align-items:center;
    justify-content:center;
}

/* info box */

.info-card{

    width:100%;

    background:rgba(255,255,255,.06);

    border:1px solid rgba(255,255,255,.15);

    border-radius:24px;

    padding:35px;
}

/* title */

.info-card h3{

    font-family:'Syne',sans-serif;

    font-size:34px;
    font-weight:500;

    color:#fff;

    margin-bottom:25px;
}

/* list */

.info-card ul{
    list-style:none;
}

.info-card li{

    font-family:'Montserrat',sans-serif;

    font-size:17px;

    color:#fff;

    line-height:2;
}

/* ==========================
   TABLET
========================== */

@media(max-width:991px){

    .contact-hero-inner{
        grid-template-columns:1fr;
        padding:45px 30px;
    }

    .contact-left h1{
        font-size:60px;
    }
}

/* ==========================
   MOBILE
========================== */

@media(max-width:767px){

    .contact-hero{
        padding:40px 14px;
    }

    .contact-hero-inner{

        padding:30px 18px;

        border-radius:24px;
    }

    .hero-label{
        font-size:12px;
    }

    .contact-left h1{
        font-size:40px;
    }

    .contact-left p{
        font-size:15px;
        line-height:1.7;
    }

    .hero-btn{

        width:100%;

        text-align:center;

        padding:16px;
    }

    .info-card{
        padding:24px;
    }

    .info-card h3{
        font-size:26px;
    }

    .info-card li{
        font-size:15px;
    }
}

.services-section{

    background:#000;

    padding:50px 0;

    overflow:hidden;
}

.container{
    width:90%;
    max-width:1400px;
    margin:auto;
}

/* Title */

.services-title{

    text-align:center;

    color:#fff;

    font-size:160px;

    font-weight:400;

    margin-bottom:60px;

     font-family:'Ayer Poster';
}

/* Slider */

.services-slider{
    position:relative;
    overflow:hidden;
}

.services-track{
    display:flex;
    gap:20px;
    transition:transform .6s ease;
}

.service-card{
    position:relative;
    height:387px;
    flex:0 0 calc(25% - 15px); /* 4 cards desktop */
}

/* Arrows */

.service-prev,
.service-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:42px;
    height:42px;
    border:none;
    border-radius:50%;
    background:#fff;
    color:#000;
    z-index:99;
    cursor:pointer;
}

.service-prev{
    left:0px;
}

.service-next{
    right:0px;
}

/* Card */



/* Flip */

.card-inner{

    width:100%;
    height:100%;

    position:relative;

    transform-style:preserve-3d;

    transition:1s;
}

.service-card:hover .card-inner{
    transform:rotateY(180deg);
}
@media(max-width:991px){

    .service-card{
        flex:0 0 calc(33.333% - 14px); /* 3 cards */
        height:450px;
    }
}
@media(max-width:767px){
        .services-title {
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 38px;
}
        .service-card{
        flex:0 0 100%;
        min-width:100%;
        height:420px;
    }

    .service-prev,
    .service-next{
        top:50%;
        width:36px;
        height:36px;
    }

    .service-prev{
        left:0px;
    }

    .service-next{
        right:0px;
    }
    .card-front h3{
            font-size: 28px !important; 
    }
}
.card-front,
.card-back{

    position:absolute;

    width:100%;
    height:100%;

    border-radius:40px;

    overflow:hidden;

    backface-visibility:hidden;
}

/* Front */

.card-front img{

    width:100%;
    height:100%;

    object-fit:cover;

    filter:grayscale(100%);
}

.overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.45);
}

.card-front h3{

    position:absolute;

    left:50%;
    top:50%;

    transform:translate(-50%,-50%);

    color:#fff;

    text-align:center;

    font-size:36px;

    line-height:1.4;

    width:80%;

     font-family:'Roboto';
     font-weight: 200;
}

/* Back */

.card-back{

    background:#fff;

    transform:rotateY(180deg);

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    padding:40px;
}

.card-back h3{

    color:#111;

    font-size:38px;

    margin-bottom:20px;
    font-family:'Roboto';
}

.card-back p{

    color:#444;

    line-height:1.9;

    font-size:18px;
}

/* Auto Slider */

@keyframes slideCards{

    0%{
        transform:translateX(0);
    }

    100%{
        transform:translateX(-50%);
    }
}


/* service page */

/* =========================================
   SERVICE DETAIL SECTION
========================================= */
.services-showcase{
    background:#000;
    padding:120px 0;
    overflow:hidden;
}

/* Top */

.top-content{
    width:90%;
    max-width:1400px;
    margin:auto;

    display:flex;
    justify-content:space-between;
    align-items:flex-end;
}

.left-heading span{
    color:#bdbdbd;
    font-size:20px;
    font-weight:600;
    display:block;
    margin-bottom:20px;
    font-family:"Roboto";
}

.left-heading h2{
    font-size:150px;
    color:#fff;
    line-height:0.9;
    font-family:'Ayer Poster';
    font-weight:500;
}

/* CTA */

.right-cta{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

.cta-row{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:10px;
}

.cta-text{
    color:#fff;
    font-size:43px;
    font-weight:700;
    line-height:1;
    letter-spacing:-1px;
    font-family:"Roboto";
}

.work-btn-2{
    width:98px;
    height:48px;

    background:#ff8a26;

    border-radius:999px;

    display:flex;
    align-items:center;
    justify-content:center;

    text-decoration:none;

    transition:.3s ease;
}

.work-btn-2:hover{
    transform:translateY(-3px);
}

.right-cta h3{
    color:#fff;
    font-size:43px;
    font-weight:700;
    line-height:1;
    letter-spacing:-1px;
    margin:0;
    font-family:"Roboto";
}

/* Divider */

.divider{
    height:1px;
    background:#2d2d2d;
    margin:70px 0;
}

/* Gallery */

.services-gallery{

    width:90%;
    max-width:1400px;
    margin:auto;

    display:grid;

    grid-template-columns:
    1fr 1.2fr 0.8fr;

    grid-template-rows:
    260px 180px;

    gap:14px;
}

/* Images */

.img-box{
    overflow:hidden;
    border-radius:18px;
}

.img-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    filter:grayscale(100%);
}

/* Layout */

.img-1{
    grid-column:1;
    grid-row:1;
}

.img-2{
    grid-column:2;
    grid-row:1 / span 2;
}

.img-3{
    grid-column:3;
    grid-row:1;
}

.img-4{
    grid-column:1;
    grid-row:2;
}

.img-5{
    grid-column:1 / span 2;
    grid-row:2;

    margin-left:140px;
    margin-top:-160px;

    z-index:5;
}

.img-6{
    grid-column:3;
    grid-row:2;
}
@media (max-width:991px){

    .cta-text,
    .right-cta h3{
        font-size:42px;
    }

    .work-btn-2{
        width:80px;
        height:42px;
    }
}
@media (max-width:767px){

    .right-cta{
        width: 100%;
        margin-top: 79px;
        padding-left: 55px;
    }

    .cta-text,
    .right-cta h3{
        font-size:28px;
    }

    .cta-row{
        gap:12px;
    }

    .work-btn-2{
        width:65px;
        height:36px;
    }

    .work-btn-2 svg{
        width:18px;
        height:18px;
    }
    .left-heading h2 {
    font-size: 76px;
    font-family:'Ayer Poster';
}
.left-heading span {
    color: #bdbdbd;
    font-size: 17px !important;
}
.top-content {
    gap: 52px;
}
.divider {
    height: 1px;
    background: #2d2d2d;
    margin: 20px 0 !important;
}
.services-gallery {
    grid-template-rows: 160px 100px;

}
.services-showcase{
    background: #000;
    padding: 120px 0px 50px 0px;
    overflow: hidden;
}
}
@media (max-width:467px){
.top-content {
    gap: 0px;
}
.right-cta {

        padding-left: 47px;
                margin-top: 68px !important;
    }
    .cta-text {
    font-weight: 500;
}
.right-cta h3 {
    font-weight: 500;
}
}
.service-detail{
    background:#000;
    padding:60px 0;
    overflow:hidden;
}

.service-top{

    width:90%;
    max-width:1400px;

    margin:0 auto 80px;

    display:flex;
    align-items:flex-start;
    gap:50px;
}

/* Number */

.service-number{

    font-size:250px;

    line-height:.8;

    font-weight:700;

    color:transparent;

    -webkit-text-stroke:4px #2e2e2e;

    flex-shrink:0;

    font-family: 'Sharp Grotesk Book 25 Regular';
}

/* Content */

.service-content{
    flex:1;
}

.service-content h2{

    color:#fff;

    font-size:52px;

    line-height:1.2;

    margin-bottom:25px;

    font-family: 'Sharp Grotesk Book 25 Regular';

    font-weight:500;
}

.service-content p{

    color:#fff;

    font-size:24px;

    line-height:1.8;

    opacity:.95;

    max-width:1100px;

    font-family:"Roboto";
}

/* =========================================
   SLIDER
========================================= */

.video-slider-wrap{
    position:relative;
}

.serviceSwiper{
    overflow:visible;
    padding-bottom:60px;
}

.swiper-slide{

    transform:scale(.78);

    opacity:.45;

    transition:.5s ease;
}

.swiper-slide-active{

    transform:scale(1);

    opacity:1;
}

/* =========================================
   CARD
========================================= */

.video-card{

    position:relative;

    height:420px;

    border-radius:16px;

    overflow:hidden;

    background:#111;
}

.video-card video{

    width:100%;
    height:100%;

    object-fit:cover;

    display:block;
}

/* Play Button */

.play-btn{

    position:absolute;

    top:50%;
    left:50%;

    transform:translate(-50%,-50%);

    width:80px;
    height:80px;

    border:none;

    border-radius:50%;

    background:#ff861d;

    color:#fff;

    font-size:26px;

    cursor:pointer;

    transition:.3s;
}

.play-btn:hover{
    transform:translate(-50%,-50%) scale(1.08);
}

/* Title */

.swiper-slide h4{

    color:#fff;

    text-align:center;

    margin-top:20px;

    font-size:24px;

   font-family: 'Sharp Grotesk Book 25 Regular';

    font-weight:500;
}

/* =========================================
   NAVIGATION
========================================= */

.swiper-button-next,
.swiper-button-prev{

    color:#fff;

    width:55px;
    height:55px;

    border:2px solid rgba(255,255,255,.5);

    border-radius:50%;

    background:rgba(0,0,0,.35);

    backdrop-filter:blur(6px);
}

.swiper-button-next:after,
.swiper-button-prev:after{

    font-size:18px;

    font-weight:700;
}

/* =========================================
   LARGE LAPTOP
========================================= */

@media(max-width:1400px){

    .service-number{
        font-size:220px;
    }

    .service-content h2{
        font-size:44px;
    }
}

/* =========================================
   LAPTOP
========================================= */

@media(max-width:1200px){

    .service-number{
        font-size:180px;
    }

    .service-content h2{
        font-size:38px;
    }

    .service-content p{
        font-size:18px;
    }

    .video-card{
        height:350px;
    }
    
}

/* =========================================
   TABLET
========================================= */

@media(max-width:991px){

    .service-top{

        flex-direction:column;

        gap:25px;
    }

    .service-number{

        font-size:140px;

        -webkit-text-stroke:3px #2e2e2e;
    }

    .service-content h2{

        font-size:32px;
    }

    .service-content p{

        font-size:16px;
        line-height:1.7;
    }

    .video-card{

        height:320px;
    }
   

    .play-btn{

        width:65px;
        height:65px;

        font-size:20px;
    }
}

/* =========================================
   MOBILE
========================================= */

@media(max-width:767px){

    .service-detail{
        padding:40px 0;
    }

    .service-top{
        width:92%;
        flex-direction: row;
        margin:0 auto 20px;
    }
   

    .service-number{

        font-size:90px;

        -webkit-text-stroke:2px #2e2e2e;
        margin-top: 20px !important;
    }

    .service-content h2{

        font-size:24px;

        line-height:1.3;
    }

    .service-content p{

        font-size:15px;

        line-height:1.7;
    }

    .video-card{

        height:250px;

        border-radius:12px;
    }

    .play-btn{

        width:55px;
        height:55px;

        font-size:18px;
    }

    .swiper-slide h4{

        font-size:18px;
    }

    .swiper-button-next,
    .swiper-button-prev{

        width:42px;
        height:42px;
    }
    .serviceSwiper{
    padding-bottom:0px;
}
.video-slider-wrap{
    padding: 29px;
}
}

/* =========================================
   SMALL MOBILE
========================================= */

@media(max-width:480px){

    .service-number{

        font-size:70px;
    }

    .service-content h2{

        font-size:20px;
    }

    .service-content p{

        font-size:14px;
    }

    .video-card{

        height:220px;
    }
    

    .play-btn{

        width:48px;
        height:48px;

        font-size:16px;
    }

    .swiper-slide h4{

        font-size:16px;
    }
}

/* Blog page  */

/* ===========================
   VBF BLOG SECTION
=========================== */

.vbf-blog-area{
    background:#000;
    padding:120px 0 300px;
    overflow:hidden;
}

.vbf-blog-banner{

    max-width:1550px;
    width:100%;

    margin:auto;

    background:#666666;

    padding:60px 70px 230px;

    position:relative;
}

/* Heading */

.vbf-blog-title-wrap{

    display:flex;
    align-items:center;
    gap:25px;
}

.vbf-title-line{

    width:280px;
    height:3px;

    background:#fff;

    flex-shrink:0;
}

.vbf-main-title{

    color:#fff;

    font-size:150px;

    line-height:1;

    margin:0;

    font-weight:400;

    font-family:'Ayer Poster';
}

/* Grid */

.vbf-post-grid{

    position:absolute;

    left:50%;
    bottom:-130px;

    transform:translateX(-50%);

    width:84%;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:28px;
    top: 250px;
}

/* Card */

.vbf-post-card{
    position:relative;
}

/* Image */

.vbf-post-image-wrap{

    position:relative;
    overflow:hidden;
}

.vbf-post-image-wrap img{

    width:100%;
    height:440px;

    object-fit:cover;

    display:block;

    transition:.5s;
}

.vbf-post-card:hover img{
    transform:scale(1.08);
}

/* Date */

.vbf-post-date{

    position:absolute;

    top:0;
    left:0;

    background:#f4c53d;

    color:#000;

    font-size:16px;

    padding:10px 14px;

    z-index:10;
}

/* Content Box */

.vbf-post-info{

    position:absolute;

    left:50%;
    bottom:-25px;

    transform:translateX(-50%);

    width:90%;

    background:#091617;

    padding:18px;
}

.vbf-post-info h3{

    color:#fff;

    text-align:center;

    margin:0;

    font-size:22px;

    line-height:1.3;

    font-family: 'Roboto';

    font-weight:400;

    text-decoration:underline;
}

/* ===========================
   TABLET
=========================== */

@media(max-width:991px){

    .vbf-blog-banner{
        padding:50px 40px 190px;
    }

    .vbf-main-title{
        font-size:80px;
    }

    .vbf-title-line{
        width:140px;
    }

    .vbf-post-grid{
        width:92%;
        gap:20px;
    }

    .vbf-post-image-wrap img{
        height:320px;
    }
}
@media(max-width:767px){

    .vbf-blog-banner{
        position:relative;
        overflow:hidden;
    }

    .vbf-post-grid{

        position:relative;

        width:100%;

        min-height:500px; /* important */

        display:block !important;
    }

    .vbf-post-card{

        position:absolute;

        top:0;
        left:0;

        width:100%;

        opacity:0;

        visibility:hidden;

        transition:.5s ease;

        z-index:1;
        margin-top: 135px;
        padding: 18px;
    }

    .vbf-post-card.active{

        opacity:1;

        visibility:visible;

        z-index:2;
    }

    .vbf-post-image-wrap img{

        width:100%;

        height:320px;

        object-fit:cover;
    }

    .vbf-post-info{

        position:relative;

        bottom:auto;
        left:auto;

        transform:none;

        width:100%;
    }

    /* arrows */

    .vbf-mobile-prev,
    .vbf-mobile-next{

        position:absolute;

        top:286px;

        width:42px;
        height:42px;

        border:none;

        border-radius:50%;

        background:#fff;

        color:#000;

        z-index:9999;

        cursor:pointer;
    }

    .vbf-mobile-prev{
        left:10px;
    }

    .vbf-mobile-next{
        right:10px;
    }
}
/* ===========================
   MOBILE
=========================== */

@media(max-width:767px){

    .vbf-blog-area{
        padding:60px 0;
    }

    .vbf-blog-banner{

        padding:40px 20px;

        background:#666;
                margin-top: 34px;
    }

    .vbf-blog-title-wrap{

        flex-direction: row;
        align-items: center;
        gap: 15px;
    }

    .vbf-title-line{
        width:100px;
    }

    .vbf-main-title{
        font-size:58px;
    }

    .vbf-post-grid{

        position:static;

        transform:none;

        width:100%;

        /* margin-top:40px; */

        display:flex;
        flex-direction:column;

        gap:35px;
    }

    .vbf-post-image-wrap img{
        height:300px;
    }

    .vbf-post-info{

        position:relative;

        left:auto;
        bottom:auto;

        transform:none;

        width:100%;
    }

    .vbf-post-info h3{
        font-size:17px;
    }
    
}
.right-content-s{
    display: none;
}
@media(max-width:767px){

    .right-content-s{
    display: block !important;
     font-size:38px !important;
        margin-bottom:15px;
        font-family:"Ayer Poster";
        font-weight: 100 !important;
}
.right-content{
    display: none;
}
}

/* ==========================
   CLIENT LOGO WALL
========================== */

.client-logo-wall{
    background:#000;
    padding:80px 20px;
        margin-top: 52px;
        display: none;
}

.logo-grid{

    max-width:1400px;
    margin:auto;

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(110px,1fr));

    gap:10px;
}

/* Logo Card */

.logo-card{

    background:#f3f3f3;

    border-radius:14px;

    height:128px;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:10px;

    transition:.35s ease;

    border:2px solid #111;

    overflow:hidden;
}

.logo-card:hover{

    transform:translateY(-5px);

    background:#fff;

    box-shadow:
    0 0 15px rgba(255,255,255,.15);
}

/* Logo */

.logo-card img{

        max-width: 100%;
    max-height: 83px;


    object-fit:contain;

    display:block;
}

/* ==========================
   LARGE SCREEN
========================== */

/* @media(min-width:1400px){

    .logo-grid{
        grid-template-columns:repeat(9,1fr);
    }
} */

/* ==========================
   LAPTOP
========================== */

/* @media(max-width:1200px){

    .logo-grid{
        grid-template-columns:repeat(5,1fr);
    }
} */

/* ==========================
   TABLET
========================== */

@media(max-width:991px){
  .client-logo-wall{
display: block !important;
  }
  .full-image-section{
    display: none;
  }
    .logo-grid{
        grid-template-columns:repeat(6,1fr);
    }

    .logo-card{
        height:65px;
    }
}

/* ==========================
   MOBILE
========================== */

@media(max-width:767px){

    .client-logo-wall{
        padding:50px 15px;
    }

    .logo-grid{

        grid-template-columns:
        repeat(3,1fr);

        gap:8px;
    }

    .logo-card{

        height:60px;

        border-radius:10px;
    }

    .logo-card img{

        max-height:35px;
    }
}

/* ==========================
   SMALL MOBILE
========================== */

@media(max-width:480px){

    .logo-grid{
        grid-template-columns:repeat(3,1fr);
    }

    .logo-card{
        height:85px;
    }

    .logo-card img{
        max-height:30px;
    }
}
.full-image-section{
    width:100%;
        margin-top: 97px;
}

.full-image-section img{
    width:100%;
    height:auto;
    display:block;
}
