/*=========================================
        RESPONSIVE.CSS
==========================================*/


/*=========================================
        1400px
==========================================*/

@media (max-width:1400px){

.container{

    max-width:1140px;

}

.hero-content h1{

    font-size:52px;

}

}


/*=========================================
        1200px
==========================================*/

@media (max-width:1200px){

.container{

    width:95%;

}

.hero-content h1{

    font-size:46px;

}

.section-title h2{

    font-size:38px;

}

.products .row{

    grid-template-columns:repeat(3,1fr);

}

.process-wrapper{

    grid-template-columns:repeat(2,1fr);

}

.news .row{

    grid-template-columns:repeat(2,1fr);

}

.footer-grid{

    grid-template-columns:repeat(2,1fr);

}

}



/*=========================================
        992px
==========================================*/

@media (max-width:992px){

.topbar{

    display:none;

}

.mobile-menu{

    display:block;

    font-size:30px;

    cursor:pointer;

}

.header-btn{

    display:none;

}

.navbar{

    position:fixed;

    left:-100%;

    top:85px;

    width:280px;

    height:100vh;

    background:#fff;

    transition:.4s;

    padding:40px 25px;

    box-shadow:0 10px 30px rgba(0,0,0,.15);

}

.navbar.active{

    left:0;

}

.navbar ul{

    flex-direction:column;

    gap:20px;

}

.hero .container,

.about .row,

.global-reach .row,

.contact .row{

    flex-direction:column;

}

.hero{

    text-align:center;

}

.hero-content{

    order:2;

}

.hero-image{

    order:1;

}

.hero-counter{

    justify-content:center;

}

.products .row{

    grid-template-columns:repeat(2,1fr);

}

.counter-grid{

    grid-template-columns:repeat(2,1fr);

}

.news .row{

    grid-template-columns:repeat(2,1fr);

}

.footer-grid{

    grid-template-columns:repeat(2,1fr);

}

.quote-form .row{

    flex-direction:column;

}

}



/*=========================================
        768px
==========================================*/

@media (max-width:768px){

.section-padding{

    padding:70px 0;

}

.hero{

    padding:80px 0;

}

.hero-content h1{

    font-size:38px;

}

.hero-content p{

    font-size:15px;

}

.hero-buttons{

    flex-direction:column;

    align-items:center;

}

.hero-counter{

    flex-wrap:wrap;

    gap:25px;

}

.section-title h2{

    font-size:32px;

}

.about-feature{

    grid-template-columns:1fr;

}

.products .row{

    grid-template-columns:1fr;

}

.process-wrapper{

    grid-template-columns:1fr;

}

.counter-grid{

    grid-template-columns:1fr;

}

.country-list{

    grid-template-columns:1fr;

}

.news .row{

    grid-template-columns:1fr;

}

.footer-grid{

    grid-template-columns:1fr;

}

.footer-bottom{

    flex-direction:column;

    gap:12px;

    text-align:center;

}

.contact-info,

.quote-form{

    padding:30px;

}

}



/*=========================================
        576px
==========================================*/

@media (max-width:576px){

.container{

    width:94%;

}

.logo img{

    height:50px;

}

.hero-content h1{

    font-size:30px;

    line-height:1.3;

}

.hero-content p{

    font-size:14px;

}

.btn{

    width:100%;

    text-align:center;

}

.hero-image img{

    max-width:300px;

}

.process-box{

    padding:30px 20px;

}

.product-card{

    margin-bottom:20px;

}

.product-image{

    height:220px;

}

.news-card img{

    height:220px;

}

.contact-info h2{

    font-size:28px;

}

.section-title h2{

    font-size:28px;

}

.info-box{

    flex-direction:column;

    text-align:center;

}

.info-box i{

    margin:auto;

}

}



/*=========================================
        400px
==========================================*/

@media (max-width:400px){

.hero-content h1{

    font-size:26px;

}

.hero-counter h2{

    font-size:28px;

}

.section-title h2{

    font-size:24px;

}

.process-number{

    width:60px;

    height:60px;

    line-height:60px;

}

.counter-box h2{

    font-size:36px;

}

.footer-logo{

    width:150px;

}

.login-box,

.product-box{

    padding:20px;

}

}



/*=========================================
        LANDSCAPE MOBILE
==========================================*/

@media (max-height:500px){

.hero{

    padding:60px 0;

}

.navbar{

    overflow-y:auto;

}

}