
/*==========================================
Hero Section
=============================================*/
@media only screen and (max-width: 980px)  {
    .hero-title {
        font-size: 14px;
    }
    .carousel-caption p {
        font-size: 12px !important;
        margin-bottom: 0;
    }
    .carousel-caption {
        top: 18%;
    }
    .carousel-item img {
        height: 250px;
    }
    .p_0 {
        padding: 5px 10px !important;
        font-size: 14px;
    }
    .hero {
        padding-top: 80px;
      }
     .header-area {
        background-color: var(--background-1);
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .carousel-caption p {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel-caption h1 {
        font-size: 30px !important;
    }
    .carousel-caption p {
        font-size: 14px !important;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .header-area {
        background-color: var(--background-1);
    }
}
/*==========================================
cta-area
=============================================*/
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .single-counter h4 {
        font-size: 30px;
    }
    .single-counter p {
        font-size: 14px;
    }
}
/*==========================================
We Offer Start
=============================================*/
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .heading {
        font-size: 28px;
        color: var(--color);
    }
    .section-text {
        font-size: 14px;
        margin-right: 0;
    }
    .mb_5 {
        margin-bottom: 3rem;
    }
    .card-content h3 {
        font-size: 14px;
    }
    .btn-text {
        font-size: 14px;
    }
}

@media only screen and (max-width: 980px)  {
    .mb_5 {
        margin-bottom: 3rem;
    }
}

/*==========================================
About
=============================================*/
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .about {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content {
        margin-bottom: 3rem;
    }
}
@media only screen and (max-width: 980px)  {
    .about-content {
        margin-bottom: 3rem;
    }
}
/*==========================================
special-dish
=============================================*/
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .special-dish-content {
        padding: 4rem 1rem;
        text-align: center;
      
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .special-dish-content {
        padding: 2rem;
    
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)  {
     .special-dish-content {
        padding: 2rem;
        
    }
}
@media only screen and (min-width: 1200px) {
    .special-dish-content {
        padding: 5rem;  
    } 
}
@media only screen and (max-width: 980px)  {
    .special-dish-content {
        padding: 70px 40px;
        text-align: center;
    }
    .about {
        text-align: center;
    }

}
/*==========================================
our Menu
=============================================*/
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .menu-book-box {
        flex-direction: column;
    }
    .menu-card {
        justify-content: center;
    }
    .widget-categories ul li a {
        font-size: 14px;
    }
    .ms-3 {
        margin-left: 0rem !important;
    }
}

/*==========================================
Scrool top Dark mode
=============================================*/
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .introduction p {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }  
    .theme-switcher-label {
        right: 38px;
    }
    .theme-switcher-label .switch-handle i {
		top: 30px;
		left: -23px;
		font-size: 18px;
		height: 37px;
		width: 37px;
		padding-top: 12px;
        line-height: 12px;
	}

    .material-scrolltop.reveal i {
		font-size: 18px;
	}
	.material-scrolltop.reveal {
		height: 37px !important;
		width: 37px !important;
	}
}


@media only screen and (min-width: 320px) and (max-width: 575px) {
    .service {
        padding: 60px 0;
       
      }
    .about {
        padding: 60px 0;
    }
    .special-dish-content {
        padding: 50px 30px;
        text-align: center;
    }
    .delicious-menu {
        padding: 60px 0;
    }
    .our-chefs {
        padding: 60px 0;
    }
    .testimonial {
        padding: 60px 0;
    }
    .blog {
        padding: 60px 0;
    }
    .reservation-area {
        padding: 60px 0;
        text-align: center;
    }
    footer.footer-area {
        padding: 60px 0;
        text-align: center;
    }
    .address-box-middle .social-link {
        justify-content: center;
    }
    .address-box-middle {
        margin-bottom: 20px;
    }
    .footer-right {
        flex-direction: column;
    }
    .footer-copyright-area {
        padding-bottom:  0;
    }
}

















