/*==================================================
SKYRA V2
RESPONSIVE DESIGN
==================================================*/


/*==================================================
TABLETTES
==================================================*/

@media (max-width:1200px){


.navbar-collapse{

    background:white;

    padding:25px;

    border-radius:20px;

    margin-top:20px;

    box-shadow:var(--shadow);

}


.navbar-nav{

    text-align:center;

}


.nav-link{

    margin:15px 0;

}


.hero h1{

    font-size:48px;

}


.hero p{

    font-size:18px;

}


.hero-search{

    max-width:100%;

}


.delivery-card{

    left:0;

}


.rating-card{

    right:0;

}


.order-card{

    right:0;

}


.offer-box{

    flex-direction:column;

    gap:30px;

    text-align:center;

}


.loyalty-box{

    flex-direction:column;

    text-align:center;

    gap:30px;

}



}


/*==================================================
TABLETTES PETITES
==================================================*/

@media (max-width:992px){


.section{

    padding:70px 0;

}


.section-title h2{

    font-size:34px;

}


.hero{

    padding-top:130px;

    text-align:center;

}


.hero h1{

    font-size:42px;

}


.hero p{

    margin:auto;

    margin-bottom:30px;

}


.hero-buttons{

    justify-content:center;

}


.hero-search{

    margin-left:auto;

    margin-right:auto;

}


.hero-stats{

    justify-content:center;

}


.trust-badges{

    justify-content:center;

}


.hero-image-box{

    margin-top:50px;

}


.hero-card{

    transform:scale(.9);

}


.delivery-card{

    bottom:30px;

    left:20px;

}


.rating-card{

    top:30px;

    right:20px;

}


.restaurant-image{

    height:200px;

}


.product-image{

    height:220px;

}


.map-box{

    height:350px;

}


.loyalty-box h2{

    font-size:32px;

}


}


/*==================================================
MOBILE
==================================================*/


@media (max-width:768px){


body{

    overflow-x:hidden;

}



/* HEADER */


header{

    position:fixed;

}


.navbar{

    padding:12px 0;

}


.navbar-brand img{

    height:50px;

}



.btn-order{

    padding:10px 18px;

    font-size:13px;

}



/* HERO */


.hero{

    padding-top:110px;

    padding-bottom:50px;

}


.hero h1{

    font-size:34px;

    line-height:1.25;

}


.hero p{

    font-size:16px;

}


.hero-search{

    flex-direction:column;

    border-radius:25px;

    padding:15px;

}


.hero-search input{

    width:100%;

    text-align:center;

}


.hero-search button{

    width:100%;

}



.hero-buttons{

    flex-direction:column;

}


.btn-restaurants{

    margin-left:0;

}



/* STATS */


.hero-stats{

    flex-wrap:wrap;

    gap:20px;

}


.hero-stat{

    width:45%;

}


.hero-stat h3{

    font-size:25px;

}


/* FLOAT CARDS */


.hero-card{

    position:relative;

    margin-top:20px;

    width:100%;

}


.delivery-card,
.rating-card,
.order-card{

    position:relative;

    left:auto;

    right:auto;

    top:auto;

    bottom:auto;

}



/* SECTIONS */


.section-title h2{

    font-size:30px;

}


.category-card{

    padding:25px 15px;

}


.restaurant-body{

    padding:20px;

}


.product-body{

    padding:20px;

}



/* OFFRES */


.offer-box{

    padding:30px 20px;

}


.offer-box h2{

    font-size:28px;

}



/* REVIEWS */


.review-card{

    padding:25px;

}



/* STATISTIQUES */


.stat-box{

    margin-bottom:35px;

}


.stat-box h2{

    font-size:35px;

}



/* MAP */


.map-box{

    height:250px;

}


.zone-list{

    margin-top:25px;

}



/* LOYALTY */


.loyalty-box{

    padding:30px 20px;

}


.loyalty-box h2{

    font-size:28px;

}


.loyalty-icon{

    width:90px;

    height:90px;

}


.loyalty-icon i{

    font-size:45px;

}



/* FOOTER */


footer{

    text-align:center;

}


.social-icons{

    justify-content:center;

}


.payment-icons{

    justify-content:center;

}



/* WHATSAPP */


.whatsapp-btn{

    width:55px;

    height:55px;

    right:15px;

    bottom:15px;

    font-size:25px;

}



}



/*==================================================
PETITS TELEPHONES
==================================================*/


@media (max-width:480px){


.hero h1{

    font-size:29px;

}


.section-title h2{

    font-size:26px;

}


.hero-stat{

    width:100%;

}


.btn-order,
.btn-restaurants{

    width:100%;

    text-align:center;

}


.category-icon{

    width:65px;

    height:65px;

}


.category-icon i{

    font-size:28px;

}



}