/* ========================================= */
/* 1400px */
/* ========================================= */

@media(max-width:1400px){

    .hero{
        gap:50px;
    }

    .hero-image{
        height:650px;
    }

    .about-image{
        height:620px;
    }

}

/* ========================================= */
/* 1200px */
/* ========================================= */

@media(max-width:1200px){

    .hero h1{
        font-size:clamp(60px,7vw,100px);
    }

    .hero-image{
        height:580px;
    }

    .about-image{
        height:560px;
    }

    .menu-right{
        width:360px;
    }

    .about-container{
        gap:70px;
    }

}

/* ========================================= */
/* 1100px */
/* ========================================= */

@media(max-width:1100px){

    .hero,
    .about-container{

        flex-direction:column;

    }

    .hero-left,
    .hero-right,
    .about-left,
    .about-right{

        width:100%;

    }

    .hero-right{

        display:flex;
        justify-content:center;

    }

    .hero-image{

        max-width:720px;
        height:520px;

    }

    .about-image{
        height:540px;
    }

    .menu-content{

        flex-direction:column;
        gap:60px;

    }

    .menu-right{

        width:100%;
        gap:40px;

    }

}

/* ========================================= */
/* 900px */
/* ========================================= */

@media(max-width:900px){

    nav{
        padding:0 20px;
    }

    .hero h1{
        font-size:64px;
    }

    .hero p{
        font-size:16px;
    }

    .floating-card{
        transform:scale(.9);
    }

    .menu-link{
        font-size:72px;
    }

    .about-right h2{
        font-size:48px;
    }

    .about-description{
        font-size:16px;
    }

}
/* ========================================= */
/* INFRASTRUCTURE RESPONSIVE */
/* ========================================= */

@media(max-width:1100px){

    .infrastructure-container{

        flex-direction:column;

    }

    .infrastructure-left,
    .infrastructure-right{

        width:100%;

    }

}

@media(max-width:768px){

    .infrastructure-section{
        padding:110px 5%;
    }

    .infrastructure-main-image{
        height:520px;
    }

    .infrastructure-floating-card{

        left:0;

        width:300px;

    }

}

@media(max-width:600px){

    .infrastructure-section{
        padding:90px 20px;
    }

    .infrastructure-main-image{
        height:420px;
        border-radius:28px;
    }

    .infrastructure-floating-card{

        position:relative;

        left:auto;
        bottom:auto;

        width:100%;

        margin-top:20px;

    }

    .infrastructure-features{

        grid-template-columns:1fr;

    }

    .infrastructure-right h2{
        font-size:36px;
    }

}

@media(max-width:480px){

    .infrastructure-right h2{
        font-size:30px;
    }

    .infrastructure-main-image{
        height:340px;
    }

}
/* ========================================= */
/* INFRA HERO */
/* ========================================= */

.infra-hero{

    position:relative;

    height:100vh;

    overflow:hidden;

    display:flex;
    align-items:center;
    justify-content:center;

}

.infra-hero img{

    position:absolute;

    inset:0;

    width:100%;
    height:100%;

    object-fit:cover;

}

.infra-overlay{

    position:absolute;

    inset:0;

    background:
    linear-gradient(
    to bottom,
    rgba(0,0,0,.55),
    rgba(0,0,0,.75)
    );

}

.infra-hero-content{

    position:relative;

    z-index:5;

    text-align:center;

    max-width:950px;

    padding:0 20px;

}

.infra-hero-content h1{

    font-family:'Sora',sans-serif;

    font-size:clamp(60px,8vw,120px);

    line-height:1;

    margin-bottom:30px;

}

.infra-hero-content p{

    font-size:20px;

    color:#D0D0D0;

    line-height:1.9;

}

/* ========================================= */
/* STATS */
/* ========================================= */

.infra-stats{

    padding:120px 7%;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.infra-stat-card{

    padding:50px 30px;

    border-radius:32px;

    background:#0D0D0D;

    border:1px solid rgba(255,255,255,0.08);

    text-align:center;

}

.infra-stat-card h2{

    font-size:62px;

    margin-bottom:15px;

    font-family:'Sora',sans-serif;

    color:#60A5FA;

}

.infra-stat-card p{

    color:#BDBDBD;

    font-size:17px;

}

/* ========================================= */
/* SHOWCASE */
/* ========================================= */

.infra-showcase{

    padding:50px 7% 140px;

}

.showcase-grid{

    display:grid;

    grid-template-columns:1.1fr .9fr;

    gap:80px;

    align-items:center;

}

.showcase-images{
    display:flex;
    flex-direction:column;
    gap:24px;
}

.showcase-large img{

    width:100%;
    height:520px;

    object-fit:cover;

    border-radius:36px;

}

.showcase-small-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:24px;

}

.small-image img{

    width:100%;
    height:240px;

    object-fit:cover;

    border-radius:28px;

}

.showcase-content h2{

    font-size:clamp(40px,4vw,62px);

    margin-bottom:28px;

    line-height:1.1;

    font-family:'Sora',sans-serif;

}

.showcase-content p{

    color:#BDBDBD;

    line-height:1.9;

    margin-bottom:40px;

    font-size:17px;

}

.showcase-points{

    display:flex;
    flex-direction:column;

    gap:20px;

}

.showcase-point{

    display:flex;
    align-items:center;

    gap:16px;

    padding:22px 24px;

    background:#0F0F0F;

    border-radius:22px;

    border:1px solid rgba(255,255,255,0.08);

}

.showcase-point i{

    color:#60A5FA;

    font-size:24px;

}

/* ========================================= */
/* PARALLAX */
/* ========================================= */

.infra-parallax{

    position:relative;

    height:80vh;

    overflow:hidden;

    display:flex;
    align-items:center;
    justify-content:center;

}

.infra-parallax img{

    position:absolute;

    inset:0;

    width:100%;
    height:100%;

    object-fit:cover;

    transform:scale(1.1);

}

.parallax-overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.55);

}

.parallax-content{

    position:relative;

    z-index:5;

    text-align:center;

    padding:0 20px;

}

.parallax-content h2{

    font-size:clamp(50px,6vw,100px);

    margin-bottom:25px;

    font-family:'Sora',sans-serif;

}

.parallax-content p{

    font-size:20px;

    color:#D0D0D0;

}

/* ========================================= */
/* GALLERY */
/* ========================================= */

.infra-gallery{

    padding:140px 7%;

}

.gallery-title{

    text-align:center;

    margin-bottom:80px;

}

.gallery-title h2{

    font-size:clamp(40px,5vw,70px);

    line-height:1.1;

    margin-top:25px;

    font-family:'Sora',sans-serif;

}

/* ========================================= */
/* MASONRY */
/* ========================================= */

.masonry-gallery{

    columns:4 320px;

    column-gap:24px;

}

.gallery-item{

    break-inside:avoid;

    margin-bottom:24px;

    overflow:hidden;

    border-radius:30px;

    position:relative;

}

.gallery-item img{

    width:100%;

    display:block;

    border-radius:30px;

    transition:1s;

    filter:grayscale(.2);

}

.gallery-item:hover img{

    transform:scale(1.08);

    filter:grayscale(0);

}
/* ========================================= */
/* FOOTER */
/* ========================================= */

.site-footer{

    position:relative;

    padding:32px 5%;

    border-top:1px solid rgba(255,255,255,.06);

    background:#050505;

    overflow:hidden;

}

.footer-container{

    display:flex;

    align-items:center;
    justify-content:space-between;

    gap:20px;

    flex-wrap:wrap;

}

.footer-container p{

    color:#8E8E8E;

    font-size:15px;

    line-height:1.7;

}

.footer-container span{

    color:#FFFFFF;

    font-weight:600;

}

/* ========================================= */
/* MOBILE */
/* ========================================= */

@media(max-width:768px){

    .footer-container{

        flex-direction:column;

        text-align:center;

    }

    .footer-container p{

        font-size:14px;

    }

}

/* ========================================= */
/* CTA */
/* ========================================= */

.infra-cta{

    padding:140px 7%;

    text-align:center;

}

.infra-cta h2{

    font-size:clamp(42px,5vw,80px);

    line-height:1.1;

    margin-bottom:30px;

    font-family:'Sora',sans-serif;

}

.infra-cta p{

    max-width:800px;

    margin:auto auto 45px;

    color:#BDBDBD;

    line-height:1.9;

    font-size:18px;

}
/* ========================================= */
/* INFRASTRUCTURE RESPONSIVE */
/* ========================================= */

@media(max-width:1200px){

    .infra-stats{

        grid-template-columns:repeat(2,1fr);

    }

}

@media(max-width:1100px){

    .showcase-grid{

        grid-template-columns:1fr;

    }

}

@media(max-width:768px){

    .infra-stats{

        grid-template-columns:1fr;

    }

    .infra-hero-content h1{
        font-size:56px;
    }

    .showcase-large img{
        height:420px;
    }

    .small-image img{
        height:200px;
    }

    .parallax-content h2{
        font-size:52px;
    }

}

@media(max-width:600px){

    .infra-stats,
    .infra-showcase,
    .infra-gallery,
    .infra-cta{

        padding-left:20px;
        padding-right:20px;

    }

    .infra-hero{
        height:90vh;
    }

    .infra-hero-content h1{
        font-size:42px;
    }

    .infra-hero-content p{
        font-size:16px;
    }

    .showcase-small-grid{

        grid-template-columns:1fr;

    }

    .showcase-large img{
        height:320px;
    }

    .small-image img{
        height:220px;
    }

    .parallax-content h2{
        font-size:38px;
    }

    .gallery-title h2{
        font-size:38px;
    }

    .infra-cta h2{
        font-size:38px;
    }

}
/* =====
==================================== */
/* 768px */
/* ========================================= */

@media(max-width:768px){

    .logo img{
    width:40px;
    height:40px;
}

.logo-text{
    font-size:20px;
}

    nav{

        width:94%;
        height:74px;

        border-radius:22px;

    }

    .logo{
        font-size:22px;
    }

    .btn{

        padding:14px 22px;
        font-size:14px;

    }

    .hero{

        padding:150px 5% 100px;

    }

    .hero h1{
        font-size:56px;
    }

    .hero-image,
    .about-image{

        height:460px;
        border-radius:34px;

    }

    .about-section{
        padding:110px 5%;
    }

    .about-floating-card{
        right:0;
    }

    .menu-top{
        margin-bottom:60px;
    }

    .menu-box{

        padding:28px;

    }

    .about-features{

        grid-template-columns:1fr;

    }

}

/* ========================================= */
/* 600px */
/* ========================================= */

@media(max-width:600px){

    nav{

        top:15px;
        height:70px;

        padding:0 16px;

    }

    .logo{
        font-size:20px;
    }

    .btn-secondary{
        display:none;
    }

    .hero{

        padding:140px 20px 100px;

        gap:50px;

    }

    .hero-tag{

        font-size:13px;

        padding:10px 16px;

    }

    .hero h1{
        font-size:44px;
    }

    .hero p{

        font-size:15px;
        line-height:1.8;

    }

    .hero-buttons{

        flex-direction:column;

    }

    .btn{
        width:100%;
    }

    .hero-image,
    .about-image{

        height:360px;
        border-radius:28px;

    }

    .about-section{
        padding:90px 20px;
    }

   

    .about-floating-card{

        position:relative;

        right:auto;
        bottom:auto;

        width:100%;

        margin-top:20px;

    }

    .about-right h2{
        font-size:36px;
    }

    .about-description{
        font-size:15px;
    }

    .feature-box{
        padding:20px;
    }

    .fullscreen-menu{
        padding:30px 20px;
    }

    .menu-link{
        font-size:52px;
    }

    .menu-box{

        padding:24px;

        border-radius:24px;

    }

    .menu-box h2{
        font-size:28px;
    }

    .contact-item a{
        font-size:20px;
    }

    .close-menu{

        width:52px;
        height:52px;

        border-radius:16px;

        font-size:24px;

    }

    .whatsapp{

        width:60px;
        height:60px;

        right:20px;
        bottom:20px;

        font-size:28px;

    }

}

/* ========================================= */
/* 480px */
/* ========================================= */

@media(max-width:480px){

    .hero h1{
        font-size:38px;
    }

    .hero-image,
    .about-image{
        height:320px;
    }

    .menu-link{
        font-size:42px;
    }

    .contact-item a{
        font-size:18px;
    }

    .about-right h2{
        font-size:30px;
    }

}

/* ========================================= */
/* 380px */
/* ========================================= */

@media(max-width:380px){

    .hero h1{
        font-size:34px;
    }

    .hero-tag{
        font-size:12px;
    }

    .hero-image,
    .about-image{
        height:280px;
    }

    .menu-link{
        font-size:36px;
    }

    .about-right h2{
        font-size:26px;
    }

}