/* ==========================================================
   responsive.css
========================================================== */

/* Large Desktop */

@media (min-width:1600px){

.container{

max-width:1400px;

}

.hero-content{

max-width:860px;

}

.hero-content h1{

font-size:6rem;

}

.section-heading h2{

font-size:4rem;

}

}

/* Laptop */

@media (max-width:1200px){

.container{

width:94%;

}

.about-grid,
.contact-grid{

gap:50px;

}

.hero-content h1{

font-size:4.2rem;

}

}

/* Tablet */

@media (max-width:992px){

.desktop-nav{

display:none;

}

.mobile-menu-button{

display:flex;

}

.about-grid,
.contact-grid{

grid-template-columns:1fr;

gap:40px;

}

.footer-grid{

grid-template-columns:1fr;

gap:40px;

text-align:center;

}

.hero-content{

text-align:center;

margin:auto;

}

.hero-buttons{

justify-content:center;

}

.hero-trust{

justify-content:center;

}

.services-grid,
.features-grid,
.why-grid,
.intro-grid,
.quotes-grid{

grid-template-columns:repeat(2,1fr);

}

}

/* Mobile */

@media (max-width:768px){

section{

padding:75px 0;

}

.hero-content h1{

font-size:2.8rem;

}

.hero-subtitle{

font-size:1.08rem;

}

.services-grid,
.features-grid,
.why-grid,
.intro-grid,
.quotes-grid{

grid-template-columns:1fr;

}

.btn-primary,
.btn-secondary{

width:100%;

}

.hero-buttons{

flex-direction:column;

}

.about-photo{

order:-1;

}

.footer-logo{

margin:auto auto 25px;

}

}

/* Small phones */

@media (max-width:480px){

.container{

width:92%;

}

header .container{

height:74px;

}

.logo img{

height:46px;

}

.hero-content h1{

font-size:2.2rem;

}

.section-heading h2{

font-size:2rem;

}

.hero-badge{

font-size:.75rem;

}

.section-tag{

font-size:.72rem;

padding:8px 14px;

}

}