@media (max-width: 768px) {
  .slide img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: auto;
    height: auto;
  }

  .logo-container {
    top: 50px;
    left: 50%;
    right: 50%;
  }
  
  .logo-container img {
    max-width: 110px;
    max-height: 100px;
  }

  .welcome-wrapper .welcome-icons {
    display: none;
  }

  .welcome-text {
    padding: 50px 20px;
  }
  
  .welcome-text h2 {
    font-size: 50px;
    margin-bottom: 20px;
  }

  .welcome-text p {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
  }

  .welcome-images {
    margin-bottom: 50px;
  }
  
  .welcome-img-large {
    max-width: 300px;
    left: -15px;
  }
  
  .welcome-img-small {
    max-width: 120px;
    right: -15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .parallax-container {
    height: 500px;
    margin-bottom: 50px;
  }
  
  .parallax-container .parallax-wrapper h2 {
    font-size: 50px;
    margin-bottom: 20px;
  }
  
  .parallax-container .parallax-wrapper p {
    font-size: 16px;
    margin-bottom: 50px;
    width: 60%;
  }

  .chef-image {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .chef-image img {
    max-width: 300px;
  }

  .chef-content {
    padding: 30px 20px;
  }
  
  .chef-title {
    font-size: 50px;
    margin-bottom: 20px;
  }
  
  .chef-text {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .history-section {
    flex-direction: column;
  }
  
  .history-item .history-overlay {
    width: 90%;
    height: 90%;
  }
  
  .history-item .history-content {
    width: 85%;
  }
  
  .history-content h3 {
    font-size: 40px;
    margin-bottom: 50px;
  }
  
  .history-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .history-content .btn {
    font-size: 16px;
    padding: 10px 20px;
  }

  .testimonials-section {
    padding: 50px 20px;
  }
  
  .testimonials-images h2 {
    font-size: 50px;
    margin-bottom: 50px;
  }
  
  .testimonials-images .testimonials-carousel {
    width: 350px;
    height: 120px;
    margin-bottom: 20px;
  }
  
  .testimonials-images .testimonials-carousel .testimonial .testimonial-image {
    padding: 0 10px;
  }
  
  .testimonials-images .testimonials-pagination {
    gap: 30px;
  }
  
  .testimonials-images .testimonials-pagination img {
    width: 50px;
  }

  .testimonials-icons {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .logo-container {
    top: 100px;
    left: 50%;
    right: 50%;
  }
  
  .logo-container img {
    max-width: 200px;
  }

  .welcome-section {
    padding: 80px 20px;
  }

  .welcome-text h2 {
    font-size: 80px;
    margin-bottom: 30px;
  }

  .welcome-text p {
    width: 31%;
    font-size: 16px;
    margin-bottom: 40px;
  }

  .welcome-img-large {
    max-width: 350px;
    left: -50px;
  }

  .welcome-img-small {
    max-width: 160px;
    right: -50px;
    bottom: 140px;
    transition: transform 0.1s ease-out;
  }

  .welcome-icons-left .icon-mushroom {
    top: 360px;
    left: 40px;
    width: 110px;
  }

  .welcome-icons-left .icon-mushroom-small {
    top: 460px;
    left: 135px;
    width: 75px;
  }
  
  .welcome-icons-left .icon-rosemary {
    top: 590px;
    left: 40px;
    width: 150px;
  }

  .welcome-icons-right .icon-tomato {
    top: 380px;
    right: 40px;
    width: 210px;
  }

  .parallax-container {
    height: 600px;
  }

  .parallax-container .parallax-wrapper h2 {
    font-size: 100px;
    margin-bottom: 20px;
  }

  .parallax-container .parallax-wrapper p {
    font-size: 16px;
    margin-bottom: 50px;
    width: 53%;
  }

  .chef-section {
    padding: 80px 0;
    width: 85%;
    margin: 0 auto;
  }

  .chef-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .chef-image img {
    max-width: 450px;
  }
  
  .chef-content {
    margin-top: 30px;
  }
  
  .chef-title {
    font-size: 30px;
    margin-bottom: 35px;
  }
  
  .chef-text {
    font-size: 16px;
    margin-bottom: 35px;
  }

  .history-item {
    height: 500px;
  }
  
  .history-item .history-overlay {
    width: 75%;
    height: 75%;
  }
  
  .history-item .history-content {
    width: 80%;
  }
  
  .history-content h3 {
    font-size: 40px;
    margin-bottom: 50px;
  }
  
  .history-content p {
    font-size: 16px;
    margin-bottom: 50px;
  }
  
  .history-content .custom-button {
    font-size: 16px;
    padding: 10px 20px;
  }

  .testimonials-section {
    padding: 80px 20px;
  }
  
  .testimonials-images h2 {
    font-size: 60px;
    margin-bottom: 100px;
  }
  
  .testimonials-images .testimonials-carousel {
    width: 450px;
    height: 200px;
    margin-bottom: 30px;
  }
  
  .testimonials-images .testimonials-carousel .testimonial .testimonial-image {
    padding: 0 20px;
  }
  
  .testimonials-images .testimonials-pagination {
    gap: 30px;
  }

  .testimonials-images .testimonials-pagination img {
    width: 50px;
  }
  
  .testimonials-icons-left .icon-leaf {
    top: 140px;
    left: 40px;
    width: 160px;
  }
  
  .testimonials-icons-left .icon-garlic {
    top: 350px;
    left: 40px;
    width: 90px;
  }
  
  .testimonials-icons-right .icon-cheese {
    top: 130px;
    right: 40px;
    width: 220px;
  }
}

@media (min-width: 1025px) and (max-width: 1360px) {
  .logo-container {
    top: 150px;
    left: 50%;
    right: 50%;
  }
  
  .logo-container img {
    max-width: 250px;
  }

  .welcome-section {
    padding: 80px 20px;
  }

  .welcome-text h2 {
    font-size: 100px;
    margin-bottom: 30px;
  }

  .welcome-text p {
    width: 43%;
    font-size: 20px;
    margin-bottom: 50px;
  }

  .welcome-img-large {
    max-width: 400px;
    left: -50px;
  }

  .welcome-img-small {
    max-width: 190px;
    right: -50px;
    bottom: 170px;
    transition: transform 0.1s ease-out;
  }

  .welcome-icons-left .icon-mushroom {
    top: 500px;
    left: 55px;
    width: 140px;
  }

  .welcome-icons-left .icon-mushroom-small {
    top: 630px;
    left: 160px;
    width: 100px;
  }
  
  .welcome-icons-left .icon-rosemary {
    top: 720px;
    left: 55px;
    width: 230px;
  }

  .welcome-icons-right .icon-tomato {
    top: 480px;
    right: 55px;
    width: 290px;
  }

  .parallax-container {
    height: 700px;
  }

  .parallax-container .parallax-wrapper h2 {
    font-size: 120px;
    margin-bottom: 30px;
  }

  .parallax-container .parallax-wrapper p {
    font-size: 20px;
    margin-bottom: 50px;
    width: 53%;
  }

  .chef-section {
    padding: 80px 0;
    width: 75%;
    margin: 0 auto;
  }

  .chef-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .chef-image img {
    max-width: 500px;
  }
  
  .chef-content {
    margin-top: 35px;
  }
  
  .chef-title {
    font-size: 50px;
    margin-bottom: 35px;
  }
  
  .chef-text {
    font-size: 19px;
    margin-bottom: 35px;
  }

  .history-item {
    height: 650px;
  }
  
  .history-item .history-overlay {
    width: 75%;
    height: 75%;
  }
  
  .history-item .history-content {
    width: 80%;
  }
  
  .history-content h3 {
    font-size: 55px;
    margin-bottom: 50px;
  }
  
  .history-content p {
    font-size: 20px;
    margin-bottom: 50px;
  }
  
  .history-content .custom-button {
    font-size: 20px;
    padding: 10px 20px;
  }

  .testimonials-section {
    padding: 80px 20px;
  }
  
  .testimonials-images h2 {
    font-size: 80px;
    margin-bottom: 100px;
  }
  
  .testimonials-images .testimonials-carousel {
    width: 600px;
    height: 250px;
    margin-bottom: 40px;
  }
  
  .testimonials-images .testimonials-carousel .testimonial .testimonial-image {
    padding: 0 20px;
  }
  
  .testimonials-images .testimonials-pagination {
    gap: 30px;
  }

  .testimonials-images .testimonials-pagination img {
    width: 60px;
  }
  
  .testimonials-icons-left .icon-leaf {
    top: 150px;
    left: 55px;
    width: 180px;
  }
  
  .testimonials-icons-left .icon-garlic {
    top: 390px;
    left: 55px;
    width: 110px;
  }
  
  .testimonials-icons-right .icon-cheese {
    top: 140px;
    right: 40px;
    width: 300px;
  }
}

@media (min-width: 1361px) and (max-width: 1560px) {
  .welcome-icons-left .icon-mushroom {
    top: 550px;
    left: 70px;
    width: 160px;
  }

  .welcome-icons-left .icon-mushroom-small {
    top: 685px;
    left: 210px;
    width: 105px;
  }
  
  .welcome-icons-left .icon-rosemary {
    top: 850px;
    left: 70px;
    width: 240px;
  }

  .welcome-icons-right .icon-tomato {
    top: 560px;
    right: 70px;
    width: 300px;
  }

  .chef-section {
    padding: 100px 0;
    width: 75%;
    margin: 0 auto;
  }

  .testimonials-icons-left .icon-leaf {
    top: 200px;
    left: 70px;
    width: 240px;
  }
  
  .testimonials-icons-left .icon-garlic {
    top: 490px;
    left: 70px;
    width: 140px;
  }
  
  .testimonials-icons-right .icon-cheese {
    top: 180px;
    right: 40px;
    width: 330px;
  }
}

@media (min-width: 1361px) {
  .slider-container {
    height: 100vh;
  }

  .logo-container {
    top: 150px;
    left: 50%;
    right: 50%;
  }
  
  .logo-container img {
    max-width: 325px;
    max-height: 287px;
  }
  
  .welcome-section {
    padding: 100px 20px;
  }
  
  .welcome-text {
    opacity: 0;
    transform: translateY(100px);
  }
  
  .welcome-text h2 {
    font-size: 100px;
    margin-bottom: 50px;
  }
  
  .welcome-text p {
    width: 31%;
    font-size: 20px;
    margin-bottom: 80px;
  }
  
  .welcome-img-large {
    max-width: 510px;
    left: -100px;
  }
  
  .welcome-img-small {
    max-width: 260px;
    right: -60px;
    bottom: 200px;
    transition: transform 0.1s ease-out;
  }
  
  .parallax-container {
    height: 700px;
  }
  
  .parallax-container .parallax-wrapper h2 {
    font-size: 150px;
    margin-bottom: 40px;
  }
  
  .parallax-container .parallax-wrapper p {
    font-size: 20px;
    margin-bottom: 50px;
    width: 60%;
  }
  
  .chef-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .chef-image img {
    max-width: 500px;
    max-height: 700px;
  }
  
  .chef-content {
    margin-top: 30px;
  }
  
  .chef-title {
    font-size: 50px;
    margin-bottom: 35px;
  }
  
  .chef-text {
    font-size: 20px;
    margin-bottom: 35px;
  }
  
  .history-item {
    height: 860px;
  }
  
  .history-item .history-overlay {
    width: 75%;
    height: 75%;
  }
  
  .history-item .history-content {
    width: 80%;
  }
  
  .history-content h3 {
    font-size: 80px;
    margin-bottom: 50px;
  }
  
  .history-content p {
    font-size: 20px;
    margin-bottom: 50px;
  }
  
  .testimonials-section {
    padding: 100px 20px;
  }
  
  .testimonials-images h2 {
    font-size: 100px;
    margin-bottom: 130px;
  }
  
  .testimonials-images .testimonials-carousel {
    width: 780px;
    height: 280px;
    margin-bottom: 50px;
  }
  
  .testimonials-images .testimonials-carousel .testimonial .testimonial-image {
    padding: 0 20px;
  }
  
  .testimonials-images .testimonials-pagination {
    gap: 30px;
  }
}

@media (min-width: 1561px) {
  .chef-section {
    padding: 130px 0;
    width: 60%;
    margin: 0 auto;
  }

  .welcome-icons-left .icon-mushroom {
    top: 500px;
    left: 90px;
    width: 180px;
  }
  
  .welcome-icons-left .icon-mushroom-small {
    top: 675px;
    left: 240px;
    width: 120px;
  }
  
  .welcome-icons-left .icon-rosemary {
    top: 780px;
    left: 90px;
    width: 300px;
  }
  
  .welcome-icons-right .icon-tomato {
    top: 410px;
    right: 40px;
    width: 408px;
  }

  .testimonials-icons-left .icon-leaf {
    top: 180px;
    left: 90px;
    width: 280px;
  }
  
  .testimonials-icons-left .icon-garlic {
    top: 490px;
    left: 90px;
    width: 170px;
  }
  
  .testimonials-icons-right .icon-cheese {
    top: 180px;
    right: 45px;
    width: 400px;
  }
}