@media (min-width: 1680px) {

}

@media (min-width: 1800px) {

}
@media (max-width: 1366px) {

}
@media screen and (min-width: 992px) and (max-width: 1199px) {

}
@media (max-width: 1024px) {


}
@media (max-width: 980px) {
    /* section.transport-section .row{
flex-direction: column-reverse;
} */
  .massage-section h2{
    font-size: 28px;
 }
 .kitchen-section h2{
  font-size: 28px;
 }
 .vip-reservations-section h2{
  font-size: 28px;
 }
 section.contact-section .col-md-6{
  width: 80%;
 }
 .tours-head h2{
  font-size: 28px;
}
.decor-head h2{
   font-size: 28px;
  }
  .yacht-head h2{
   font-size: 28px;
   
  }
  .chef-head h2{
   font-size: 28px;
 }
 .transport-head h2,
.car-rental h2 {
   font-size: 28px;
}
 section.transport-section .car-images .col-12{
  padding-left: 0;
  padding-right: 0;
 }
 section.transport-section .car-rental {
padding-top: 10px;
 }
 section.vip-reservations-section .col-md-8{
  width: 90%;
 }

    
}

@media (max-width: 540px) {
  
  .massage-section h2{
    font-size: 26px;
 }
 .kitchen-section h2{
  font-size: 26px;
 }
 .vip-reservations-section h2{
  font-size: 26px;
 }
 section.contact-section .col-md-6{
  width: 80%;
 }
 .tours-head h2{
  font-size: 26px;
}
.decor-head h2{
   font-size: 26px;
  }
  .yacht-head h2{
   font-size: 26px;
   
  }
  .chef-head h2{
   font-size: 26px;
 }
 .transport-head h2,
.car-rental h2 {
   font-size: 26px;
}
  section.kitchen-section .col-md-6{
      padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  }
   section.vip-reservations-section .col-md-8{
  width: 100%;
      padding-left: 0;
  padding-right: 0;
 }
  
    section.transport-section .col-lg-6{
    padding-left: 0;
  padding-right: 0;
  }
  section.massage-section .massage-image{
    padding-left: 0;
    padding-right: 0;
  }
  section.massage-section .massage-content{
    padding-left: 0;
    padding-right: 0;
  }
  section.contact-section .contact-form{
    padding: 0;
  }
  section.contact-section .col-12{
      padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
    section {
        padding: var(--p40) var(--p12) !important;
    }
     /* .massage-section h2 {
        font-size: 20px !important;
    } */
 .tour-row {
    grid-template-columns: 1fr; /* stack into 1 column */
  }
 

  .tour-row > *:first-child {
    order: 2; /* push first col down */
  }

  .tour-row > *:last-child {
    order: 1; /* bring second col up */
  }
  section.kitchen-section .row{
        flex-direction: column-reverse;
  }
  .kitchen-images .images-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
  section.massage-section .row{
        flex-direction: column-reverse;
  }
  section.massage-section .massage-content{
    padding-top: 20px;
  }
   section.decor-section .row{
    flex-direction: column-reverse;
  }
  .decor-gallery{
        grid-template-columns: repeat(1, 1fr);
  }
  .decor-img img{
    height: 100px;
  }
  .decor-head{
    padding-top: 10px;
  }
  .yacht-gallery{
        grid-template-columns: repeat(1, 1fr);
  }
  section.yacht-section .row{
    flex-direction: column-reverse;
  }
  .yacht-head{
    padding-top: 20px;
  }
  .yacht-img img{
    height: 100px;
  }
  section.chef-section .row{
    flex-direction: column-reverse;
  }
  .chef-img img{
    height: 100px;
  }
  .chef-head{
    padding-top: 20px;
  }
  .chef-links{
    justify-content: center;
  }
  section.transport-section .row{
    flex-direction: column-reverse;
  }
  .transport-head{
    padding-top: 20px;
  }
  .car-images .col-6{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .transport-img, .car-img{
    /* height: 100px; */
    margin-bottom: 10px;
  }
  section.chef-section .col-md-6{
    padding-left: 0;
    padding-right: 0;
  }
  section.yacht-section .col-md-6{
    padding-left: 0;
    padding-right: 0;
  }
  section.decor-section .col-md-6{
    padding-left: 0;
    padding-right: 0;
  }
  

}
@media (max-width: 360px) {

}
@media (max-width: 320px) {

}