*{
    font-family: 'Artico', sans-serif;font-family: 'Artico Condensed', sans-serif;font-family: 'Artico Expanded', sans-serif;font-family: 'Artico ExtraCond', sans-serif;
}
.modal-content {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    box-shadow: 0px 0px 30px 0px rgba(2, 2, 2, 1.00);
}
.form-btn-close {
    position: absolute;
    z-index: 1;
    right: -15px;
    top: -15px;
    color: #fff;
    background: #e4203a !important;
    border: #e4203a 6px solid !important;
    border-radius:50px;
    padding-inline: -10px;
    box-shadow: 0px 0px 5px 0px rgba(1, 1, 1, 0.5);
}
.form-btn-close span{
    font-size: 25px;
    line-height: 25px;
}

.modal-header{
    border-bottom: none;
    padding-bottom: 5px !important;
}

.first{
    min-height:650px ;
    height: auto;
    width: 100%;
    background-size: cover;

}
.via-img{
    width: 30%;
    height: auto;
}
.jet-plane-image{
    width: 40%;
}
.textLight{
    color: #fff;
}

.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
.headerText{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #e4203a;
    font-size: 90px;
    letter-spacing: 4px !important;
}
.hero-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 120px;
}
.inq-button{
    background-color: #e4203a;
    color: white;
    display: inline-flex;
    align-items: center;
    align-self: flex-end;
    margin-bottom: 30px;
    justify-content: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 50px; /* Fully rounded edges */
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}
.inq-button svg {
    margin-left: 10px;
    transition: transform 0.3s ease-in-out;
}
.whiteBg{
    background-color: #fff;
}
.hero-text{
    padding-left: 120px;
    padding-top: 70px;
    padding-bottom: 70px;
}
.hero-text p{
    font-size: 20px;
}
.light-red-color{
    color: #e02b43;
    font-weight: 600;
    font-size: 75px;
}
.imgWrap{
    height: 550px; 
    overflow: hidden;
}
.rollsImg{
    position: relative;
    top: -150px; 
}
.jetImg{
    position: relative;
    top: -250px; 
}
.imgWrap.jet{
    height: 400px;
}
.imgWrap.girl{
    height: 820px;
    padding-top: 100px;
}
.girlImg{
    position: relative;
    top: -50px; 
}
.fifth{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.expImg{
    object-fit: cover;
    position: relative;
    width: 650px;
    padding-top: 70px;
}
.expImgWrap{
    height: 750px;
    overflow: hidden;
}

.textContainer{
    margin-top: 100px;
}
.last{
    background-image: url('/images/img42.jpg');
    height: 700px;
    background-size: cover;
}
p{
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.contact-container {
    width: 600px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 20px;
    backdrop-filter: blur(10px);
}

.contact-info {
    display: flex;
    justify-content: space-between;
}

.left-section, .right-section {
    width: 48%;
}
.left-section p{
    margin-bottom: 5px;
}
.contact-info div{
    margin-bottom: 10px;
}
h3{
    font-size: 18px;
}
ul li{
    font-family: 'Helvetica Neue', Arial, sans-serif;

}
.Via-Jet-heading{

    font-family: 'Playfair Display', serif;
    letter-spacing: 12px;
    font-weight: 100 !important;
    font-size: 64px;
   
}
.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1; 
}

ul.search_result_container,ul.search_result_container2 {
    background:white;
    color: #000;
    border-radius: 6px;
}


ul.search_result_container li,ul.search_result_container2 li {
    
    color: #000;
}

button.inq-button.fixed { 
    position: fixed;
    z-index: 9;
    right: 130px;
    top: 10px;
}
.search_result1::-webkit-scrollbar ,.search_result2::-webkit-scrollbar {
    width: 10px; 
    height:100px;
  }
  
  .search_result1::-webkit-scrollbar-track, .search_result2::-webkit-scrollbar-track {
    background: #951a2a1f; 
    border-radius: 10px;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1);
  }
  
  .search_result1::-webkit-scrollbar-thumb, .search_result2::-webkit-scrollbar-thumb {
    background: #e4203a; 
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    border: 3px solid #fff;
  }
  
  .search_result1::-webkit-scrollbar-thumb:hover ,.search_result2::-webkit-scrollbar-thumb:hover {
    background: #b3172f;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.4); 
  }
  
  .search_result1,.search_result2 {
    scroll-behavior: smooth;
  }

  .search-item:hover{
    background-color: #9e9b9c90;
    color: white;
    transition:ease-in 0.2s;

  }
  .fa-instagram{
    color: rgb(240, 5, 95);
  }
.modal-content{
    border-radius: 20px;
}
.booking-options label{
    border-radius: 20px;
    margin-right: 5px;
}
.search_result_container{
    background-color: white;
}

