@media  screen and (max-width:576px) {
  .search_result1, .search_result2{
    width: 87% !important;
  }
  
}
@media screen and (max-width: 768px) {
  .headerText{
    font-size: 50px;
  }
  .hero-section{
    padding-inline: 20px;
    flex-direction: column !important;
  }
  .first{
    flex-direction: column;
    height: 500px;
  }
  .via-img{
    width: 70%;
  }
  .jet-plane-image{
    width: 80%;
  }
  .inq-button{
    align-self: center;
  }
  .hero-text{
    padding:20px
  }
  .rollsImg{
    top: -75px;
  }
  .imgWrap{
    height: 250px;
  }
  .headerText.light-red-color{
    font-size: 40px;
  }
  .girlImg{
    top: 0px;
  }
  .expImg{
    top: 0px;
    padding-top: 20px;
  }
  .expImgWrap{
    height: auto !important;
  }
  h1,p{
    text-align: center;
  }
  .jetImg{
    top: 5px;
  }
  .jetImg.he{
    top: 5px;
    height: inherit;
  }
  .imgWrap.jet {
    height: 260px;
  }
  .second.fifth{
    display: flex;
    flex-direction: column;
  }
  .imgWrap.girl{
    height: 280px;
  }
  .fourth .imgWrap.jet{
    height:auto;
  }
  .textContainer{
    margin-top: 50px;
  }
  .last{
    flex-direction: column;
    justify-content: center;
  }
  .expImgWrap{
    height: 540px;
  }
  .contact-container{
    width: 90%;
  }
  .contact-info p{
    font-size: 14px;
    text-align: left;
  }
  .contact-info h3{
    font-size: 16px;
  }
  .child2{
    align-items: center;
  }
  ul li{
    text-align: center;
    font-size: 14px;
  }
  .radio-buttons-w3-agileits{
    display: flex !important;
    gap: 20px;
  }
  .booking-form-w3layouts{
    width: 100% !important; 
  }
  .form-btn-close{
    top:-5px;
    right: -5px;
  }

  .imgWrap.girl{
    height: auto;
    padding-top: 40px;
  }
  .rollsImg{
    position:initial;
  }
  .left-section div p{
    font-size: 12px;
  }
  .last{
    height: auto;
  }
 
button.inq-button.fixed {
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 0;
  top: 90%;
  left: 0;
  width: 235px;
  margin-inline: auto;
  }
}

@media screen and (max-width:970px) and (min-width:768px) {
  .headerText{
      font-size: 70px;
  }
  
}
 @media screen and (min-width:1400px) {
  .imgWrap.jet{
    height: 600px;
  }
  .imgWrap{
    height: 650px;
  }
  
 }

 @media (min-width: 1200px) {
  .modal-xl {
      --bs-modal-width: 90vw;
  }
}
