
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');


* {
    margin: 0;
    padding: 0;
    
    
  }


  


  .slider-section{
    width: 100%;
    height: 50vh;
  }


  .slider-section img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(60%);

  }



  /* top heading */

  .listing-heading{
    display: flex;
    /* padding: 20px; */
    margin-top: 1rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
    justify-content: space-between;
    align-items: center;
    margin-right: 7rem;
    margin-left: 7rem;
   

  }

  .listing-head-right{
    display: flex; 
    align-items: center;

  }

  .listing-heading h1{
    font-size: 1.8rem;
    padding-right: 1rem;
    color: #023047;
    font-family: 'Montserrat', sans-serif;
    
  }

  .listing-heading p{
    font-size: 0.9rem;
    font-weight: 600;
    color: #FF5D06;
    padding: 1rem;
    border-left: 2px solid black;
    font-family: 'Lato', sans-serif;

  }
  
  

  


  .top-search-bar .inputbox{
  width: 100%;
  display: flex;
  align-items: center;
}
  .top-search-bar a{
  display: block;
  background-color: #eee;
  color: #000;
  padding: .5rem;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

#dropdownOptions li a{
  text-decoration: none;
  color: #000;
  display: block;
}

  .listing-heading input, .listing-heading select {
    padding: 0.5rem;
    border: none;
    background-color: transparent;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    color: #000000;
    font-size: 1rem;
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
    width: 200px;
    font-family: 'Montserrat', sans-serif;
      
  }

 

  .listing-heading input{
    position: relative;
    
   
  }
  /* .input-group {
    width: 70%;
  } */

  .custom-dropdown {
    position: absolute;
    display: none;
    width: 200px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    
    z-index:11;
    background-color: #ffffffc9;
    
  
   
  }
  
  .custom-dropdown.active {
    display: block;
  }
  
  .custom-dropdown ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    text-align: center;
   
    
  }
  
  .custom-dropdown ul::-webkit-scrollbar{
    display: none;
    }
  
  .custom-dropdown li {
    padding: 5px;
    cursor: pointer;
    color: #000000;
  }
  
  .custom-dropdown li:hover {
    background-color: #000000;
  }




  /* about-location-section  start */

  .about-location-section{
    margin-right: 7rem;
    margin-left: 7rem;
    margin-bottom: 1rem;
  }

  .about-location h2{
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0.5rem;
    color: #FF5D06;

  }

  .about-location p{
    font-size: 0.8rem;
    font-family: 'Lato', sans-serif;
  }

  #more{
    display: none;

  }

  #myBtn-read, #myBtn-read-less{
    border: none;
    background-color: transparent;
    margin-left: 10px;
    color: #FB8500;
    font-weight: 600;
  }



  /* filter section start */

  .filters {
    padding: 15px;
    width: 60%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: sticky;
    flex-wrap: wrap;
    top: 50px;
    z-index: 10;
    box-shadow: rgba(251, 133, 0, 0.45) 0px 25px 20px -20px;
    background-image: linear-gradient(to right, rgb(251, 133, 0) 0%, rgb(255 93 6) 1% , rgb(53 0 90)100%);
  }

  .filters #locatonFilter{
    border: none;
    background-color: #fff;
    font-size: 0.8rem;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #fff;
    outline: none;
    width: 150px;
  }
.flocatiobox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-weight: bold;
  padding: .5rem;
  position: relative;
}
.filters #locatonFilter:hover > ul{
  display: block;
}
.filters #locatonFilter ul{
  display: none;
  position: absolute;
  top: 48px;
  background-color: #fff;
  font-size: 0.8rem;
  color: #000;
  width: 150px;
  list-style: none;
  box-shadow: rgba(0, 0, 0, 0.637) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
.filters #locatonFilter ul li{
text-decoration: none;
color: #000;
font-weight: bold;
padding:.3rem .5rem;
display: block;
cursor: pointer;
}
.filters #locatonFilter ul li:hover{
color: #fff;
background-color: rgb(74, 90, 238);
}
.filters #locatonFilter ul li a{
  text-decoration: none;
  color: #000;
  font-weight: bold;
  padding:.3rem .5rem;
  display: block;
  cursor: pointer;
  }
  .filters #locatonFilter ul li a:hover{
  color: #fff;
  background-color: rgb(74, 90, 238);
  }
  #sortOrder{
    font-size: .8rem;
    font-weight: bold;
    padding: 5px;
    background-color: #ffffff;
    border: none;
    color: #000000;
    font-weight: 100;
  }
.priceshot li{
padding: .3rem .5rem;
font-weight: bold;
}
.priceshot li:hover{
  background-color: rgb(74, 90, 238);
color: #fff;
}
  .filters option{
    background-color: #fff;
    font-size: 1rem;
    
    color: #000000;
    
   

  }
  
  .listing {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
    margin-right: 7rem;
    margin-left: 7rem;
  }
  
  .listing-item {
    width: 100%;
    margin-bottom: 2rem;
    border-radius: 10px;
    /* border-right: 1px solid #023047; */
    transition: .2s;
   
  }

  .listing-item:hover{
    /* box-shadow:  rgba(255, 102, 0, 0.712) 0px 3px 8px; */
    box-shadow: rgba(255, 102, 0, 0.637) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    transform: scale(1.02);

  }

  /* linear-gradient(to left, rgb(255 93 6) 0%, rgb(255 196 0) 100%) */
  /* linear-gradient(to right, rgb(251, 133, 0) 0%, rgb(255 93 6) 2% , rgb(53 0 90) 100%) */
  .listing-container{
    display: flex ;
    background-color: #f8f8f8;
    border-radius: 10px;
    
  }

  .listing-item-content-container{
    display: flex;
    width: 80%;
    background-color: #f8f8f8;
    border-radius: 10px;

   
  }

  .listing-item-price-container{
    width: 20%;
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    /* background-color: #023047; */
    align-items: center;
    
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    /* border-bottom: 1px solid #023047;
    border-top: 1px solid #023047; */
    
    
    

  }


  .listing-item-content-container .contnt-imgbox{
    width: 35%;
    height: auto;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    
  }

  .listing-item-content-container .contnt-imgbox img{
    height: 100%;
    width: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    object-fit: cover;
    transition: 1s;

  }

  .listing-item-content-container .contnt-imgbox img:hover{
    transform: scale(1.1);

  }

  .listing-item-content{
    width: 65%;
    /* padding-left: 1rem; */
    padding: 1rem;
    /* border-bottom: 1px solid #023047;
    border-top: 1px solid #023047; */

  }

  .item-content-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
   
   
  }

  .item-content-head h2{
    font-size: 1.5rem;
    color: #023047;
  }

  .item-content-head h5{
    font-size: 0.8rem;
    color: #6d6d6d;
    
    font-style: italic;

  }

  .item-content-detail{
    margin-top: 1rem;
    font-family: 'Lato', sans-serif;
    font-size: 0.8rem;
    color: #4b4b4b;
    text-align: justify;
  }

  .detail-pharagraph{
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
   
    max-height: 4.7em; 
    line-height: 1.5em;
  }

  .item-content-icons{
    display: flex;
    margin-top: 1rem
    
  }

  .item-content-icons li{
    list-style: none;
    text-align: center;
    width: 70px;
    /* margin-right: 1rem; */
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 0.7rem;

  }

  .item-content-icons li img{
    height: 20px;
    width: 20px;

  }



  /* .item-content-icons li i{
    border-radius: 50%;
    font-size: 0.7rem;
    line-height: 0.7rem;
    padding:0.7rem;
    margin-bottom: 10px;
    background-color: #FB8500;
    color: #fff;
    border: 1px solid #FB8500;
   
  } */

  .item-content-icons li i:hover{
    background-color: #ffffff;
    color: #FB8500;
    

  }


  .listing-item-price-container .item-price{
    
    width: 100%;
    margin-top: 3rem;
    
    
  }

  .listing-item-price-container .item-price h4 {
    text-align: center;
    font-size: 2rem;
    font-family: 'Lato', sans-serif;
    color: #FB8500;

  }
  .listing-item-price-container .item-price h4 i{
    font-size: 1rem;

  }

  .listing-item-price-container .item-price p{
    text-align: center;
    font-size: 0.7rem;
    font-style: italic;
    font-family: 'Lato', sans-serif;
    color: #6d6d6d;

    

  }

  .listing-item-price-container .items-buttons{
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    font-family: 'Montserrat', sans-serif;
    align-items: center;
    

  }

  
  .call-us-button a{
    text-align: center;
    text-decoration: none;
    color: #FB8500;
    display: block;
    font-weight: 600;
    font-size: 2rem;
    padding: 0.5rem;
    margin: 10px;
    


  }


   .book-button a{
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    display: block;
   
    font-size: 1rem;
    padding: 0.8rem;
    margin: 10px;
    background-image: linear-gradient(to right, rgb(251, 133, 0) 0%, rgb(255 93 6) 1% , rgb(53 0 90)100%);
    /* background-image: linear-gradient(to left, rgb(255, 102, 0)0% , rgb(255, 187, 0)100%); */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

  }

  .book-button a:hover{
    /* background-image: linear-gradient(to left, rgb(255, 139, 61)0% , rgb(255, 210, 86)100%); */
    /* background-color: #023047; */
    scale: 0.9;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: #ffffff;

  }



  



  /* domestic location */

  /* .best-domestic-packages{
    margin-right: 5rem;
    margin-left: 5rem;
    margin-top: 3rem;

  }


  .best-domestic-packages h2{
    font-size: 3rem;
    text-align: center;
    color: #023047;
    margin-bottom: 1rem;
     font-family: 'Montserrat', sans-serif;
  
   }
  
   .best-domestic-packages h3{
    font-size: 1rem;
    text-align: center;
    max-width: 900px;
    font-family: 'Montserrat', sans-serif;
    margin: auto;
    color: #757575;
   
   }
  


  .swiper {
    width: 100%;
    margin-top: 2rem;
  }

  .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 300px;
  }

  .swiper-slide img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  @media only screen and (min-width: 769px) {
    .swiper-slide:first-child {
      transition: transform 100ms;
    }

    .swiper-slide:first-child img {
      transition: box-shadow 500ms;
    }

    .swiper-slide.swiper-slide-active:first-child {
      transform: translateX(50%);
      z-index: 2;
    }

    .swiper-slide.swiper-slide-active:first-child img {
      box-shadow: 0px 32px 80px rgba(0, 0, 0, 0.35);
    }

    .swiper-slide:nth-child(2) {
      transition: transform 100ms;
    }

    .swiper-slide.swiper-slide-next:nth-child(2) {
      transform: translateX(55%);
      z-index: 1;
    }

    .swiper[dir="rtl"] .swiper-slide.swiper-slide-active:first-child {
      transform: translateX(-50%);
    }

    .swiper[dir="rtl"] .swiper-slide.swiper-slide-next:nth-child(2) {
      transform: translateX(-55%);
    }
  } */

