/* Extra Large Screens (Desktops & TVs) */
@media (min-width: 1400px) {
    .container {
        width: 80%;
    }
    .navbar {
        height: 85px;
        padding: 0;
    }
    
    .navbar .logo a {
        font-size: 30px;
    }
    
    .navbar .links ul {
        display: flex;
        justify-content: center;
        list-style: none;
    }
    
    .navbar .links ul li {
        margin: 0;
        text-align: center;
        padding: 16px;
    }
    
    .navbar .links ul li a {
        padding: 10px;
    }
    
    .header {
        height: calc(100vh + 85px);
    }
    
    .header .hero {
        flex-direction: row;
    }

    .header .hero .content {
        width: 35%;
        text-align: start;
     }
    
    .header .hero .content .btn-group {
        gap: 2.5rem;
        justify-content: flex-start;
        flex-direction: row;
        font-size: 18px;
    }
    
    .header .hero .content .btn-group .btn-main {
        border-radius:0px 50px 50px 50px;
    }
  
    .header .hero .img-holder {
        width: 40%;
        order: 1;
    }

    .chefs .chefs-cards .card {
         width: calc(calc(100% - var(--gap)* 2) / 3);
    }

    #Gallery .gallery-photos .col {
        max-width: 33.33%;
        flex: 33.33%;
    }

    #Contact .contact-info > div {
            width: calc(calc(100% - var(--gap)) / 2);
    }

    #Contact .form-container .contact-form .form-row {
        flex-direction: row;
    }

    .footer-container {
        justify-content: space-between;
        flex-direction: row;
    }

    .footer-middle {
        padding: 20px;
    }

    .footer-middle .newsletter{
        flex-direction: row;
    }

    .footer-right {
        padding: 20px;
    }
}

/* Large Screens (Laptops & Desktops) */
@media (min-width: 1024px) and (max-width: 1399px) {
    .container {
        width: 90%;
    }
    .navbar {
        height: 85px;
        padding: 0;
    }
    
    .navbar .logo a {
        font-size: 30px;
    }
    
    .navbar .links ul {
        display: flex;
        justify-content: center;
        list-style: none;
    }
    
    .navbar .links ul li {
        margin: 0;
        text-align: center;
        padding: 16px;
    }
    
    .navbar .links ul li a {
        padding: 10px;
    }

    .header {
        height: calc(80vh + 85px);
    }
    
    .header .hero {
        flex-direction: row;
    }

    .header .hero .content {
        width: 40%;
        text-align: start;
     }
    
    .header .hero .content .btn-group {
        gap: 2.5rem;
        justify-content: flex-start;
        flex-direction: row;
        font-size: 18px;
    }
    
    .header .hero .content .btn-group .btn-main {
        border-radius:0px 50px 50px 50px;
    }
  
    .header .hero .img-holder {
        width: 40%;
        order: 1;
    }

    .chefs .chefs-cards .card {
         width: calc(calc(100% - var(--gap)* 2) / 3);
    }

    #Gallery .gallery-photos .col {
        max-width: 33.33%;
        flex: 33.33%;
    }

    #Contact .contact-info > div {
            width: calc(calc(100% - var(--gap)) / 2);
    }

    #Contact .form-container .contact-form .form-row {
        flex-direction: row;
    }

    .footer-container {
        justify-content: space-between;
        flex-direction: row;
    }

    .footer-middle {
        padding: 20px;
    }

    .footer-middle .newsletter{
        flex-direction: row;
    }

    .footer-right {
        padding: 20px;
    }
}

/* Medium Screens (Tablets) */
@media (min-width: 768px) and (max-width: 1024px) {
    .container {
        width: 90%;
    }
    .navbar {
        height: 85px;
        padding: 0;
    }
    
    .navbar .logo a {
        font-size: 30px;
    }
    
    .navbar .links ul {
        display: flex;
        justify-content: center;
        list-style: none;
    }
    
    .navbar .links ul li {
        margin: 0;
        text-align: center;
        padding: 16px;
    }
    
    .navbar .links ul li a {
        padding: 10px;
    }
    
    .header {
        height: calc(80vh - 85px);
    }
    
    .header .hero {
        flex-direction: row;
    }

    .header .hero .content {
        width: 50%;
        text-align: start;
     }
    
    .header .hero .content h1 {
        font-size: 60px;
    }
    
    .header .hero .content p {
        font-size: 18px;
    }
    
    .header .hero .content .btn-group {
        gap: 2.5rem;
        justify-content: flex-start;
        flex-direction: row;
        font-size: 18px;
    }
    
    .header .hero .content .btn-group .btn-main {
        border-radius:0px 50px 50px 50px;
    }
  
    .header .hero .img-holder {
        width: 50%;
        order: 1;
    }
    
    .header .hero .img-holder img {
        width: 90%;
        position: relative;
    }    

    .chefs .chefs-cards .card {
         width: calc(calc(100% - var(--gap)* 2) / 2);
    }

    #Gallery .gallery-photos .col {
        max-width: 33.33%;
        flex: 33.33%;
    }

    #Contact .contact-info > div {
            width: calc(calc(100% - var(--gap)) / 2);
    }

    #Contact .form-container .contact-form .form-row {
        flex-direction: row;
    }

    .footer-container {
        justify-content: space-between;
        flex-direction: row;
    }

    .footer-middle {
        padding: 20px;
        order: 3;
    }

    .footer-middle .newsletter{
        flex-direction: row;
    }

    .footer-right {
        padding: 20px;
    }
}

/* Small Screens (Mobile Devices) */
@media (max-width: 767px) {
    .navbar .links ul {
        display: none;
    }
    /* .chefs .chefs-cards .card {
         width: calc(calc(100% - var(--gap)* 2) / 3);
    } */

    #Gallery .gallery-photos .col {
        max-width: 100%;
        flex: 100%;
    }

    .footer-container {
        justify-content: space-between;
        flex-direction: row;
    }

    .footer-middle {
        padding: 20px;
        order: 3;
    }

    .footer-middle .newsletter{
        flex-direction: row;
    }

    .footer-right {
        padding: 20px;
    }

}

/* Extra Small Screens (Very Small Phones) */
@media (max-width: 480px) {
    .navbar .links ul {
        position: absolute;
        list-style: none;
        padding: 0;
        top: 25px;
        left: 0; 
        width: 40%;
        display: none;
    }
}