@media (max-width: 1999px) {          
    .section_about .media_box img {
        width: 150%;
    }
}

@media (max-width: 991px) {
    .site_header {
        margin-top: 20px;
    }

    .site_header .brand_mark {
        margin-top: 0;
    }
    /* -------------nav_toggle------------- */          
    .nav_toggle {
        display: flex;
        margin-left: auto;
        margin-top: 5px;
    }

    .site_header .nav_list {
        display: none;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #0EA5A8;
        color: #fff;
        padding: 20px 0;
        z-index: 1000;
        opacity: 0;
        transform: translateY(-20px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

   .site_header .nav_list a {
        color: #fff;
    }

    .site_header .nav_list.active {
        display: flex;
        opacity: 1;
        transform: translateY(0);
        width: 100%;
    }

    .site_header .nav_list .cta_btn {
        color: #0EA5A8;
    }

    .site_header  .nav_item {
        margin-bottom: 5px;
    }

    .site_header .menu_item {
        margin: 0;
        margin-bottom: 15px;
    }

    .site_header .nav_link {
        color: #000;
        font-size: 18px;
        text-decoration: none;
    }



    /* -------------section_about ------------- */
    .section_about {
        background: linear-gradient(rgba(244, 240, 248, 0.8), rgba(244, 240, 248, 0.9)), url(../img/section_about.webp) no-repeat center center;
    }

    .section_about .media_box {
        display: none;
    }

    .about_info {
        position: relative;
        width: 100%;
        padding: 0;
        border-radius: none;
        background: none;
        margin: 0;
    }



    /* -------------review_card------------- */
    .review_card {
        margin-bottom: 30px;
    }


    /* -------------lezzetyolu------------- */
    .lezzetyolu {
        padding-bottom: 10px;
    }

    .lezzetyolu-one {
        height: auto;
        margin-bottom: 30px;
    }

    .contact_panel {
        height: 484px;
    }

    .form_row .input_field:first-child {
        margin-bottom: 20px;
    }

    .footer_bar .brand_mark {
        display: block;
        margin: 0 auto;
        width: fit-content;
        margin-bottom: 10px;
    }

    .footer_bar .menu_item {
        justify-content: center;
    }

    .footer_bar .nav_list {
        margin-top: 20px;
    }

    .footer_bar .nav_link {
        display: block;
        margin: 0 auto;
        width: fit-content;
    }

    .footer_bar .nav_item {
        justify-content: center;
    }

    .footer_bar .nav_list p {
        text-align: center;
    }

    .footer_bar .nav_link {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .hero h1 {
        font-size: 50px;
    }
    

    .lezzetyolu-achievement-one {
        margin-bottom: 30px;
    }
    
    .program_card {
        margin-bottom: 30px;
    }

    .contact_panel {
        height: auto;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 30px;
    }

    section {
        padding: 40px 0;
    }

    .site_header .nav_list .cta_btn {
        width: auto;
        padding: 0;
        background: none;
        border: none;
        color: #fff;
        text-align: center;
    }

    .hero h1 {
        font-size: 40px;
    }



    /* -------------section_about ------------- */
    .section_about .media_box {
        height: 250px;
    }



    /* -------------section_about ------------- */
    
    
    /* -------------lezzetyolu------------- */
    .footer .lezzetyolu__menu {
        justify-content: center;
    }
}