/* =====================================================
   responsive.css
   KAGE GEE LLC
===================================================== */


/* ===========================================
   1200px
=========================================== */

@media (max-width:1200px){

.container{

    width:94%;

}

.hero h1{

    font-size:5rem;

}

.services-preview{

    padding:100px 0;

}

}


/* ===========================================
   992px
=========================================== */

@media (max-width:992px){

.nav-wrapper{

    height:80px;

}

nav ul{

    gap:22px;

}

.hero{

    text-align:center;

    padding:120px 0;

}

.hero-logo{

    width:150px;

}

.hero h1{

    font-size:4.3rem;

}

.hero p{

    font-size:1.05rem;

    width:min(90%,700px);

    margin:auto;

}

.service-grid{

    grid-template-columns:repeat(2,1fr);

}

}


/* ===========================================
   768px
=========================================== */

@media (max-width:768px){

.nav-wrapper{

    flex-direction:column;

    justify-content:center;

    gap:15px;

    height:auto;

    padding:18px 0;

}

nav ul{

    flex-wrap:wrap;

    justify-content:center;

    gap:16px;

}

.hero{

    min-height:90vh;

}

.hero h1{

    font-size:3.3rem;

}

.hero-buttons{

    flex-direction:column;

    align-items:center;

}

.btn-primary,
.btn-secondary{

    width:280px;

    text-align:center;

}

.services-preview h2{

    font-size:2.4rem;

}

.service-grid{

    grid-template-columns:1fr;

}

.service-card{

    padding:35px;

}

.scroll-indicator{

    display:none;

}

}


/* ===========================================
   576px
=========================================== */

@media (max-width:576px){

.logo img{

    height:52px;

}

.hero{

    padding:100px 0 70px;

}

.hero-logo{

    width:120px;

}

.hero h1{

    font-size:2.6rem;

    line-height:1.1;

}

.hero p{

    font-size:1rem;

    padding:0 10px;

}

.services-preview{

    padding:70px 0;

}

.services-preview h2{

    font-size:2rem;

    margin-bottom:45px;

}

.service-card{

    padding:28px;

}

.quote-btn{

    padding:12px 20px;

}

.backToTop{

    width:46px;

    height:46px;

    right:20px;

    bottom:20px;

}

}


/* ===========================================
   400px
=========================================== */

@media (max-width:400px){

.hero h1{

    font-size:2.1rem;

}

.hero-buttons{

    gap:15px;

}

.btn-primary,
.btn-secondary{

    width:100%;

}

nav ul{

    gap:12px;

    font-size:.92rem;

}

.service-card h3{

    font-size:1.3rem;

}

}