
@media screen and (max-width: 575px) {
    html{
        overflow-x: hidden;
    }
    ul {
        padding-top: 0px;
    }

    ul li {

        margin-left: 16px;


    }


    .hero h4{
        margin-bottom: 30px !important;
    }
    .carousel-control-next, .carousel-control-prev{
        display: none !important;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 1rem !important;
        height: 1rem !important;
    }

    .navbar {
        padding-top: 5px;
        padding-bottom: 16px;
    }

    .last {
        margin-bottom: 10px;
    }

    .navbar-light .navbar-toggler {
        color: #F58d17;
        border: none;

    }

    .navbar-toggler-icon {
        filter: hue-rotate(180deg);
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    #home h4 {
        font-size: 14px;
        margin-bottom: 20px;
    }

    #home h1 {
        font-size: 28px;
        line-height: 35px;

    }



    .carousel h4::after {
        display: none;
    }

    .carousel h4::before {
        display: none;
    }

    .btn-all {
        font-size: 12px;
        padding: 10px 28px;
    }

    .review-box {
        padding: 20px 20px;
    }


    .copy {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .copy p {
        font-size: 12px;
        padding: 0;
        margin: 0px 0px 0px;
    }

    #footer {
        border-top-left-radius: 60px;
        padding: 80px 0px 0px 0px;
    }

    #footer h4 {
        margin-bottom: 10px;
    }
}

@media screen and (min-width:576px) and (max-width:991px) {
    ul {
        padding-top: 20px;
    }

    ul li {

        margin-left: 16px;
    }

    .navbar {
        padding-top: 8px;
        padding-bottom: 20px;
    }

    .last {
        margin-bottom: 20px;
    }

    .navbar-light .navbar-toggler {
        color: #F58d17;
        border: none;

    }

    .navbar-toggler-icon {
        filter: hue-rotate(180deg);
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    #home h4 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    #home h1 {
        font-size: 40px;
    }

    #about img {
        width: 450px;
        height: 450px;
    }

    #features h1,
    #menu h1,
    #team h1,
    #testimonial h1,
    #reservation h1,
    #blog h1 {
        font-size: 32px;
    }
}


@media only screen and (max-width: 1100px) {
    .blog-post {
        flex-direction: column;
    }

    /* .blog-img img{
        width: 80%;
        height: 80%;
        display: block;
        margin: 0 auto;
    } */
}
@media screen and (min-width: 1900px) {

    .container, .container-sm , .container-md, .container-lg, .container-xl, .container-xxl{
       max-width: 80%;
    }
    ul a{
        font-size: 25px !important;
    }

    .carousel h4{
        font-size: 35px;
        margin-bottom: 30px;
    }
    .carousel h1{
        font-size: 70px;
        line-height: 80px;
        
    }
    .btn-all{
        font-size: 22px;
        padding: 14px 34px;

        
    }
    .hero-btn{
        display:inline-block;
        margin-top: 30px;
    }
    #hero .navbar{
        padding-left:4% ;
        padding-right: 4%;
    }
    #about h2{
        font-size: 36px ;
    }
    #about p{
        font-size: 22px;
    }
    #features h1,
    #menu h1,
    #team h1,
    #testimonial h1,
    #reservation h1,
    #blog h1 {
        font-size: 45px;
    }
    #menu{
        padding: 80px 0px;
    }
    #menu p[data-s]{
        font-size: 20px;
    }
    #menu .nav-link{
        padding: 15px 25px;
        font-size: 20px;
    }
    #menu ul{
        margin-bottom: 40px !important;
    }
    #menu span{
        font-size: 20px;
    }
    .item h4{
        font-size: 23px !important;
    }
    .item p{
        font-size: 18px;
    }
    #features .container{
        padding: 80px 0px;
    }
    #features p[data-s]{
        font-size: 20px;
    }
    #features h4{
        font-size: 25px !important;
        margin: 20px 0px;
    
    }
    #features p{
        font-size: 18px;
    }
    #team{
    padding: 110px 0px;
   }
    #team p[data-s]{
        font-size: 20px;
    }
    #team h4{
        font-size: 25px !important;
        margin: 20px 0px;
    
    }
    #team p{
        font-size: 18px;
    }
    #team .chef-img{
        width: 250px;
        height: 250px;

    }
    #team .chef-box{
        padding: 40px 0px;
    }
    #testimonial p[data-s]{
        font-size: 20px;
    }
    #testimonial h4{
        font-size: 25px !important;
        margin: 20px 0px;
    
    }
    #testimonial p{
        font-size: 18px;
    }
    .review-box .quote{
        font-size: 60px;
    }
    .review-box img{
        margin:40px auto 20px auto ;
    }
    .carousel-indicators{
    bottom: -70px;
    }
    #reservation{
        padding: 130px 0px;
        font-size: 20px;
    
    }
    #reservation label{
        font-size: 20px;
    }
    

    #reservation div[data-r]{
        margin-bottom:40px !important;
    
    }
    .book{
        margin-top:25px ;
    }
    #blog{
        padding: 130px 0px;
    }
    #blog span{
        font-size: 20px;
    }
    #blog p[data-s]{
        font-size: 20px;
    }

    .blog-post{
        padding-left:30px !important ;
        padding-right: 30px !important;
    }
    .blog-post h4{
        font-size: 25px !important;

    }
    .blog-post p{
        font-size: 18px;
    }
    #footer img{
        width: 80px;
    }
    #footer h4{
        font-size: 25px !important;
        margin-bottom: 22px;
    }
    #footer p{
        font-size: 22px;
    }
    #footer ul li a{
        font-size: 20px;
    }
    #footer i{
        font-size: 23px !important;
    }
    #footer p[data-s]{
        margin-bottom: 25px !important;
    }

    .social-icon i{
        font-size: 35px !important;
     
    }
 


    
    
    



}