/*======================================
RESPONSIVE CSS
Digital Ebuyroo
======================================*/

/* Large Laptop */

@media (max-width:1200px){

.container{

width:95%;

}

.hero h1{

font-size:48px;

}

}

/* Tablet */

@media (max-width:992px){

.header .container{

height:75px;

}

nav ul{

gap:20px;

}

.hero{

padding:140px 0 80px;

}

.hero-wrapper{

grid-template-columns:1fr;

text-align:center;

}

.hero-content{

order:2;

}

.hero-image{

order:1;

margin-bottom:30px;

}

.hero h1{

font-size:42px;

}

.hero p{

font-size:17px;

}

.hero-buttons{

display:flex;

justify-content:center;

flex-wrap:wrap;

gap:15px;

}

.btn-outline{

margin-left:0;

}

.hero-features{

justify-content:center;

}

}

/* Mobile */

@media (max-width:768px){

.header{

padding:10px 0;

}

.header .container{

height:auto;

flex-direction:column;

gap:15px;

}

.logo img{

height:42px;

}

nav ul{

flex-wrap:wrap;

justify-content:center;

gap:15px;

}

.header-btn{

width:100%;

text-align:center;

}

.hero{

padding-top:200px;

padding-bottom:60px;

}

.hero h1{

font-size:34px;

}

.hero p{

font-size:16px;

}

.hero-buttons{

flex-direction:column;

}

.btn{

width:100%;

text-align:center;

}

.hero-features{

flex-direction:column;

align-items:center;

}

.feature{

width:100%;

text-align:center;

}

}

/* Small Mobile */

@media (max-width:480px){

.hero h1{

font-size:28px;

line-height:1.35;

}

.hero-badge{

font-size:13px;

padding:8px 16px;

}

.hero p{

font-size:15px;

}

.logo img{

height:36px;

}

nav a{

font-size:14px;

}

.header-btn{

padding:12px 20px;

}

}

/* Featured Products */

@media(max-width:992px){

.product-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:576px){

.product-grid{

grid-template-columns:1fr;

}

.product-buttons{

flex-direction:column;

}

}
/* Pricing */

@media(max-width:992px){

.pricing-grid{

grid-template-columns:1fr;

}

.featured{

transform:none;

}

}

/* Pricing */

@media(max-width:992px){

.pricing-grid{

grid-template-columns:1fr;

}

.featured{

transform:none;

}

}

/* Why Choose Us */

@media(max-width:992px){

.why-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:576px){

.why-grid{

grid-template-columns:1fr;

}

}

/* Gallery */

@media(max-width:992px){

.gallery-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:576px){

.gallery-grid{

grid-template-columns:1fr;

}

.gallery-buttons{

flex-direction:column;

}

}

/* Payment */

@media(max-width:992px){

.payment-wrapper{

grid-template-columns:1fr;

}

}

/* Reviews & Footer */

@media(max-width:992px){

.review-grid,
.footer-grid{

grid-template-columns:1fr;

}

.final-cta h2{

font-size:30px;

}

}

