@media (max-width: 1399px) {}
@media (max-width: 1199px) {
    .hero-content h1 {
        font-size: 80px;
    }
    .hero-content p {
        font-size: 20px;
    }
    .hero-content .hero-btn {
        gap: 20px;
        margin-top: 50px;
    }
    .p-btn, .s-btn{
        font-size: 18px;
        padding: 18px 30px;
    }
    .hero-imges {
        width: 95%;
    }
    .menu-contant {
        padding: 50px 50px;
    }
    .menu-contant h2,
    .aboutus-content h2 {
        font-size: 40px;
    }
    .menu-contant .reserve-day {
        font-size: 18px;
    }
    .menu-contant .menu-details {
        font-size: 16px;
    }
    .menu-contant span {
        font-size: 25px;
        margin: 20px 0 20px;
    }
    .about {
        padding: 30px;
    }
    .about .about-title h6 {
        font-size: 40px;
    }
    .about-content .about-content-dis, .about-content ul li p, .copyright h6, .aboutus-content p {
        font-size: 14px;
    }
    .top-footer, .bottom-footer {
        padding: 30px 0;
    }
    .footer-newsletter h6, .footer-inner h6 {
        font-size: 20px;
        padding-bottom: 25px;
    }
    .footer-inner ul a, .footer-newsletter p {
        font-size: 16px;
    }
    .footer-inner ul {
        gap: 15px;
    }
    .footer-newsletter input{
        font-size: 18px;
        padding: 18px 30px;
    }
    .product-img {
        margin-bottom: 10px;
    }
    .product-detail {
        padding: 0px;
    }
    .product-detail .product-price {
        font-size: 30px;
    }
    .product{
        padding: 8px 8px 10px;
    }
    .product-detail .product-left .product-title, .foods-2 .product-detail .product-title {
        line-height: 1;
        font-size: 20px;
    }
    .foods-2 .product-detail .product-price {
        font-size: 18px;
    }
    .team-name h6 {
        font-size: 60px;
    }
    .team-con li,
    .team-member-details p {
        font-size: 16px;
    }
    .team-name span {
        font-size: 20px;
    }

}
@media (max-width: 1024px) {
    .p-bottom {
        padding-bottom: 100px;
    }
    .p-top {
        padding-top: 100px;
    }
    .hero-imges {
        width: 90%;
    }
    .hero-imges div {
        padding: 10px;
    }
    .hero-content h1 {
        font-size: 70px;
    }
    .hero-content .hero-btn {
        margin-top: 30px;
    }
    .main-title span {
        font-size: 16px;
    }
    .main-title h6, .restaurant-heading {
        font-size: 45px;
    }
    .team-section .member .member-info-content span{
        font-size: 16px;
    }
    .footer-mail a{
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .navbar .container{
        position: relative;
        border: none;
    }
    .navbar-collapse {
        position: absolute;
        top: 55px;
        z-index: 99;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 24px);
        padding: 20px;
        border-radius: 20px;
        background-color: var(--white);
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .navbar-nav{
        gap: 0;
    }
    .navbar-nav .nav-item .nav-link{
        padding: 5px 0;
        text-align: center;
    } 
    .navbar{
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .hero-imges {
        width: 100%;
        justify-content: center;
    }
    .hero-imges div {
        padding: 10px;
        width: 50%;
    }
    .hero-content{
        text-align: center;
    }
    .hero-content .hero-btn {
        margin-top: 20px;
        justify-content: center;
    }
    .navbar .container::after {
        position: absolute;
        content: "";
        bottom: -15px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(var(--secondry-color-rgb), 0.2);
    }
    .hero-section {
        padding: 100px 0 80px;
    }
    .menu-img {
        margin-left: -12px;
        margin-right: -12px;
    }
    .about-img{
        aspect-ratio: 19/10;
        width: 100%;
        margin-bottom: 30px;
    }
    .menu-section-2 .row > div:first-child{
        order: 2;
    }
    .menu-section-2 .row > div:last-child{
        order: 1
    }
    .about {
        flex-direction: column;
        gap: 30px;
    }
    .about .about-title, .about .about-content{
        width: 100%;
    }
    .about .about-title h6{
        width: fit-content;
        text-align: left;
    }
    .about .about-title h6 br{
        display: none;
    }
    .services, .more-services{
        padding: 20px;
    }
    .services h4 {
        font-size: 18px;
    }
    .services p, .more-services p{
        font-size: 14px;
    }
    .footer-newsletter, .footer-inner{
        margin-bottom: 30px;
    }
    .about-img-inner{
        padding-left: 10px;
    }
    .about-img::after{
        left: -10px;
        bottom: -10px;
    }
    .restaurant-heading{
        text-align: center;
    }
    .restaurant-des{
        display: none;
    }
    .restaurant-img{
        grid-template-columns: repeat(2, 1fr);
    }
    .team-img{
        width: 100%;
        margin-bottom: 24px;
    }
    .contact-form-inner{
        margin-top: 24px;
        padding: 30px;
    }

}
@media (max-width: 767px) {
    .p-top {
        padding-top: 60px;
    }
    .p-bottom {
        padding-bottom: 60px;
    }
    .about::after{
        width: 50%;
    }
    .about .about-title h6::after{
        right: unset;
        left: 0;
    }
    .hero-imges div {
        width: 70%;
    }
}
@media (max-width: 575px) {
    .menu-img, .menu-section-2 .menu-img{
        margin: 0;
    }
    .team-name h6 {
        font-size: 40px;
    }
    .contact-form-inner{
        padding: 24px;
    }
    .contact-info-detail div {
        width:  100%;
    }
    .cabinet-inner ul li{
        font-size: 16px;
    }
    .services-details-inner {
        gap: 10px;
    }
}
@media (max-width: 425px) {
    .hero-imges div {
        width: 100%;
    }
    .hero-content h1 {
        font-size: 50px;
    }
    .hero-content p {
        font-size: 16px;
    }
    .p-btn, .s-btn {
        font-size: 16px;
        padding: 14px 20px;
    }
    .hero-content .hero-btn {
        gap: 10px;
    }
    .menu-contant {
        padding: 30px 20px;
    }
    .menu-contant h2, .restaurant-heading {
        font-size: 35px;
    }
    .about .about-title h6 {
        font-size: 30px;
    }
    .services-slider-inner .services, .more-services-slider-inner .more-services{
        padding: 20px 40px;
    }
    .main-title h6 {
        font-size: 35px;
    }
    .main-title, .services-section-2 .main-title, .more-services-section-2 .main-title {
        margin-bottom: 20px;
    }
    .about {
        padding: 20px;
    }
    .restaurant-img{
      gap: 16px;
    }
    .team-name {
        gap: 0px;
    }

}