@media (min-width: 1600px) and (max-width: 1800px) {
  .chief-highlights-section .chef-img {
    width: 37%;
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  .chief-highlights-section .chef-img {
    width: 42%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .chief-highlights-section .chef-img {
    width: 40%;
  }
  .banner-carousel .owl-nav {
    left: 605px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .chief-highlights-section .chef-img {
    width: 50%;
  }
}
@media (max-width: 1400px) {
  .banner-section .banner-title,
  .section-title .title-two,
  .section-title .title {
    font-size: 45px;
    line-height: 50px;
  }
  .banner-section {
    padding-bottom: 60px;
  }
  .about-section {
    padding: 60px 0px;
  }
  .section {
    padding: 60px;
  }
  .footer {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .section-title .title-two {
    font-size: 40px;
    line-height: 46px;
  }
  .section-title .title {
    font-size: 40px;
    line-height: 46px;
  }
  .amenities-section .amenities-item {
    padding: 0px;
  }
  .testimonial-section .testimonial-container {
    padding: 35px 40px 35px 40px;
  }
  .testimonial-carousel .testimonial-text p {
    font-size: 18px;
  }
  .testimonial-author {
    margin: 22px 0 !important;
  }
  .chief-highlights-section .shape {
    height: unset;
  }
  .banner-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner-carousel .owl-dots .owl-dot span {
    background: var(--light-gray);
    width: 25px !important;
    height: 4px;
  }
  .banner-carousel .owl-dots .owl-dot.active span {
    background-color: var(--secondary-color) !important;
  }
  .banner-content .banner-nav,
  .banner-carousel .owl-nav {
    display: none;
  }
}
@media (max-width: 992px) {
  .header .navbar-nav li {
    border-bottom: 1px solid #afb1b6;
  }
  .header .navbar-nav li:first-child a {
    padding-top: 0;
  }
  .footer-title {
    font-size: 20px;
  }
  .header .navbar-nav li a {
    color: var(--black-color);
    padding: 10px 0px;
  }
  .header .btn-main {
    margin-left: 0px;
    margin-top: 15px;
    width: fit-content;
  }
  .section,
  .about-section {
    padding: 60px 0px;
  }
  .testimonial-section {
    padding-top: 30px !important;
  }
  .chief-highlights-section {
    padding: 30px 0px 0px;
  }
  .chief-highlights-section .chef-img {
    position: relative;
    width: unset;
    max-width: 100%;
  }
  .footer .max-width-150,
  .footer-title.max-width-400 {
    max-width: unset;
  }
  .footer .copy-right {
    text-align: center;
  }
  .footer-list-two {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .banner-section .banner-title {
    font-size: 48px;
  }
  .footer-title {
    font-size: 20px;
  }
  .footer-logo {
    height: 50px;
  }
  .contact-content h5 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .banner-content {
    margin: auto;
    width: 95%;
  }
  .banner-section .banner-title {
    font-size: 40px;
    line-height: 50px;
  }
  .section-title .title,
  .section-title .title-two {
    font-size: 32px;
    line-height: 36px;
  }
  .banner-section .banner-subtitle {
    font-size: var(--fs-regular);
  }
  .section-title .subtitle {
    font-size: 16px;
  }

  .tariff-card .card-title,
  .tariff-card .card-price {
    font-size: 22px;
  }
  .testimonial-section .testimonial-container {
    margin: auto;
    width: 95%;
  }
  .testimonial-carousel .testimonial-text p {
    font-size: 16px;
  }
  .testimonial-section .testimonial-container {
    padding: 25px 20px 25px 20px;
  }
  .amenities-section{
    padding-bottom: 20px;
  }
  .chief-highlights-section {
    padding: 20px 0px 0px;
  }
  .chief-highlights-section .section-title .title {
    line-height: 48px;
  }
    .chief-highlights-section .bottom-text{
      margin-top: 20px !important;
    }
  .chief-highlights-section .section-title,
  .amenities-section .section-title{
    margin-bottom: 20px !important;
  }
  .amenities-section .amenities-item img,
  .amenities-section .amenities-item .amenities-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 400px) {
  .banner-section .banner-title {
    font-size: 30px;
    line-height: 36px;
  }
  .banner-section .banner-subtitle {
    font-size: var(--fs-regular);
    line-height: 26px;
  }
  .chief-highlights-section .menu-title {
    font-size: 20px;
  }
  .tariff-card .card-text {
    font-size: 14px;
  }
  .tariff-card .destination-main-img::before {
    height: 100%;
  }
  .tariff-card .card-title,
  .tariff-card .card-price {
    font-size: 18px;
  }
  .tariff-card .card-content {
    left: 20px;
  }
  .testimonial-carousel .testimonial-text p {
    line-height: 26px;
  }
  .contact-content h5 {
    font-size: 28px;
  }
  .footer-title {
    font-size: 16px;
  }
  .footer {
    padding-top: 50px;
  }
    .tariff-card .card-price span { 
      font-size: 14px; 
    }
}
