
@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;
    position: relative;
  }


  .slider-section img{
    height: 100%;
    width: 100%;
    object-fit: cover;

  }

  .slider-section h1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    color: #fff;
    /* background-color: rgba(0, 0, 0, 0.767); */
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7c81, #a166ab73, #5073b88f, #1098ad, #07b39b, #6fba8277);
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;

  }

  /* .slider-section h1:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    border-radius: calc(2 * var(--borderWidth));
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
  }
   */
  
  @keyframes animatedgradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  



   /* about-location-section  start */

   .about-packages-section{
    margin-right: 5rem;
    margin-left: 5rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }

  .about-packages h2{
    font-size: 1.4rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0.5rem;
    color: #023047;

  }

  .about-packages p{
    font-size: 0.8rem;
    font-family: 'Montserrat', 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;
    
   

  }

   /* packages  filter listing section start */

 .packages-filter-listing-section{
  display: flex;
  margin-right: 5rem;
  margin-left: 5rem;
  margin-top: 3rem;
  justify-content: space-between;
 }

 .packages-section-left{
  width: 100%;
 }

 
  .listing {
    display: flex;
    flex-wrap: wrap;

    justify-content: center;
 
  }
  
  .listing-item {
    width: 30%;

    /* margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%; */
    margin: 1%;
    
    transition: .2s;
   
  }

  .listing-item:hover{
    /* box-shadow:  rgba(255, 102, 0, 0.712) 0px 3px 8px; */
    box-shadow: rgba(0, 0, 0, 0.637) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    transform: scale(1.02);

  }

  .package-imgbox{
    width: 100%;
    height: 200px;
  
  }

  .package-imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;

  }

  .package-detail-content{
    padding: 1rem;
    background-color: #f5f5f5;
    
  }

  .package-content-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
   
   
  }

  .package-content-head h2{
    font-size: 1.5rem;
    color: #023047;
  }

  .package-content-head h5{
    font-size: 0.8rem;
    color: #6d6d6d;
    
    font-style: italic;

  }



  .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;
    margin-top: 0.5rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    color: #4b4b4b;
    text-align: justify;
  }

  .package-content-icons{
    display: flex;
    margin-top: 1rem
    
  }

  .package-content-icons li{
    list-style: none;
    text-align: center;
    width: 100px;
    /* margin-right: 1rem; */
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.7rem;

  }

  .package-content-icons li img{
    height: 20px;
    width: 20px;

  }


  /* .package-content-icons li i{
    border: 1px solid #FB8500;
    border-radius: 50%;
    font-size: 0.7rem;
    line-height: 0.7rem;
    padding:0.7rem;
    margin-bottom: 10px;
    background-color: #FB8500;
    color: #fff;
  
    
  } */

  .package-content-icons li i:hover{
    background-color: #ffffff;
    color: #FB8500;

  }

  .listing-package-price-container{
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
    align-items: center;
  }


  .listing-package-price-container .package-price h4 {
    text-align: center;
    font-size: 1.5rem;
    font-family: 'Lato', sans-serif;
    color: #FB8500;

  }
  .listing-package-price-container .package-price h4 i{
    font-size: 1rem;

  }

  .listing-package-price-container .package-price p{
    text-align: center;
    font-size: 0.7rem;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    color: #6d6d6d;

  }

  .listing-package-price-container .package-buttons{
    
    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: 1.5rem;
    padding: 0.5rem;
    margin: 10px;


  }


   .book-button a{
    text-align: center;
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 1rem;
    padding: 0.5rem;
    margin: 10px;
    background-image: linear-gradient(to right, rgb(251, 133, 0) 0%, rgb(255 93 6) 1% , rgb(53 0 90)100%);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

  }

  .book-button a:hover{
    scale: 0.9;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    
    

  }

  /* right side section */






  /* offer section start */

/* .offer-section{
  margin-right: 5rem;
  margin-left: 5rem;
  margin-top: 4rem;
 }


 .offer-section h2{
  font-size: 3rem;
  text-align: center;
  color: #FFBB00;
  margin-bottom: 1rem;
   font-family: 'Montserrat', sans-serif;

 }

 .offer-section h3{
  font-size: 1rem;
  text-align: center;
  max-width: 900px;
  font-family: 'Montserrat', sans-serif;
  margin: auto;
  color: #757575;
 
 }

 .offer-container{
  display: flex;
  margin-top: 2rem;
  flex-wrap: wrap;
 }


 .offer-content{
  width: 23%;
  margin: 1%;
  overflow: hidden;
  height: 400px;
  position: relative;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 7px 13px -3px rgba(0, 0, 0, 0.3), inset 0px -3px 0px rgba(0, 0, 0, 0.2);
  
 }



 .offer-img-box{
  width: 100%;
  height: 100%;
 }

 .offer-img-box img{
  height: 100%;
  width: 100%;
  object-fit: cover;

 }

 .offer-text{
  position: absolute;
  top: 88%;
  background-color: #fff;
  padding: 0.8rem;
  transition: 0.5s;
 }

 .offer-heading{
  display: flex;
  justify-content:space-between;
  margin-bottom: 1rem;
  align-items: center;
 }

 .offer-heading h4{
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  color: #ff6600;
 }

 .offer-heading h5{
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #0099FF;

 }


 .offer-text p{
  font-size: 1rem;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #494949;

 }

 .offer-content:hover .offer-text{
  top: 70%;
  transition: 0.5s;
  
 }


 .offer-content:hover img{
  filter: brightness(80%) ;
  transition: 1s;

 } */

 
/* offer section end */