@import url('https://fonts.googleapis.com/css2?family=Liter&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Quicksand", serif;
}

#dateInput {
    font-size: 16px;
    width: 100%;
    padding: 10px;
    -webkit-appearance: none; /* Fix iPhone styling issues */
    appearance: none;
    position: relative;
}

/* Placeholder styling to mimic a placeholder */
#dateInput::before {
    content: attr(data-placeholder);
    color: #999;
    position: absolute;
    left: 10px;
    pointer-events: none;
}

.toggle{
  display: none;
}
#closeMenu{
  display: none;
}
ul{
    list-style: none;
}
a {
  text-decoration: unset;
}
body {
  font-family: Arial, sans-serif;
}
.container {
  width: 100%;
  max-width: 1110px;
  padding: 0px 15px;
  margin: auto;
}
.slider-container {
  position: relative;

  max-width: 100%;
  overflow: hidden;
}
.slider {
  display: flex;
 transition: transform 0.5s ease-in-out;
  height: 90vh;
  position: relative;
}

.slide {
  min-width: 100%;
  position: relative;
}
.slide::after {
  position: absolute;
  content: "";
  background: linear-gradient(4deg, #000000cc, transparent);
  inset: 0;
}
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}






.slider-container .banner-content h4 {
  font-weight: 500;
  color: #fff;
  font-size: 19px;
}

.slider-container .banner-content h4 span {
  color: #ff8401;
  font-size: 23px;
}

.slider-container .banner-content h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  line-height: 58px;
}

.slider-container .prev,
.slider-container .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(0 0 0 / 24%);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  border: 1px solid #ffffff36;
}

.slider-container .banner-content .thinline {
  display: flex;
  align-items: center;
  margin: 30px auto;
  min-height: 1px;
  min-width: 1080px;
  background: linear-gradient(
    270deg,
    hsla(0, 0%, 100%, 0.05) -0.13%,
    hsla(0, 0%, 88%, 0.05) 0,
    #ffffffd9 49.17%,
    hsla(0, 0%, 88%, 0.05)
  );
  width: 80%;
  margin: 12px auto 12px;
}
button.prev,
button.next {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 22px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prev {
  left: 10px;
}
.next {
  right: 10px;
}



/* header  */
header {
  position: absolute;
  top: 0;
  z-index: 9;
  left: 0;
  right: 0;
}
header::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(3px);
  z-index: -1;
  background: linear-gradient(180deg, #000000a6, transparent);
}
.logo img {
  width: 125px;
}
header .nav {
  padding: 8px 0px;
}
header .nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .nav .menu ul li {
  display: inline-block;
  margin-left: 35px;
}
header .nav .menu ul li a {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
.banner-content {
    position: absolute;
    bottom: 8%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}

.banner-content h2 {
  font-size: 65px;
  color: #fff;
  font-weight: 500;
}
.banner-content a {
    background-color: #f37002;
    padding: 12px 30px;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.banner-content h5 {
  font-size: 18px;
  color: #dddddd;
  font-weight: 400;
  text-transform: capitalize;
  margin: 6px 0px;
}

.banner-content h5 span {
  color: #ff8401;
  font-size: 20px;
  font-weight: 600;
}

.banner-content h5 span:nth-child(2) {
  text-decoration: line-through;
  color: #dddddd;
  font-size: 18px;
}



/* filter  */
.filter ul {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.filter {
    padding: 40px 0px;
}

.filter ul li a{
    display: block;
    color: #7f7b7b;
    font-weight: 600;
    font-size: 15px;
    text-align: center;

}
.filter ul li a img{
    width: 45px;
}
.filter ul li a h5 {
    font-size: 15px;
    font-weight: 600;
}

.filter ul li a.active{
    color: #f37002;
    position: relative;
}
.filter ul li a.active::after {
    content: "";
    position: absolute;
    background-color: #f37002;
    height: 2px;
    left: 0;
    right: 0;
    bottom: -8px;
}



/* heading  */
.heading {
    margin-bottom: 15px;
}
.heading .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.heading .container h2 {
    color: #312e2e;
}



/* packageBody */
.packageBody{
  margin-bottom: 60px;
}


.packageBody .container{
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.packageBody .packagebox img{
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 10px;
}

.packageBody .packagebox .days h5 {
    color: #857d7d;
    font-weight: 500;
    margin: 5px 0px;
    font-family: "Poppins", serif;
}
.packageBody .packagebox h4 {
  font-size: 17px;
  color: #4d4d4d;
  margin: 2px 0px;
  font-family: "Poppins", serif;
  font-weight: 600;
  height: 52px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.packageBody ul li {
    font-size: 13px;
    color: #737272;
    margin-bottom: 2px;
    font-family: "Poppins", serif;
    list-style: disc;
    margin-left: 15px;
}

.packageBody .price h5 {
    color: red;
    font-size: 16px;
    margin: 10px 0;
}

.packageBody .packagebox .getQuote {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.packageBody .packagebox .getQuote .call{
    border: 1px solid #f37002;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.packageBody .packagebox .getQuote .call img{
    width: 22px;
    height: auto;
}

.packageBody .packagebox .getQuote .get{
    background: #f37002;
    padding: 10px;
    width: 80%;
    text-transform: capitalize;
    text-align: center;
    padding: 14px 0px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
}

.heading a{
    background: #f37002;
    padding: 9px 15px;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.heading a img{
    width: 20px;
    background: #fff;
    padding: 5px;
    border-radius: 100%;
    margin-left: 5px;
}




/* footer  */
footer{
  background-color: #592800;
  padding: 45px 0px 10px;
}

.footer-body {
  text-align: center;
  color: #fff;
}
.footer-body  h3 {
  font-size: 32px;
  color: #fff;
  margin: 10px 0px;
}


footer .footer-ul li {
  margin: 10px;
  font-size: 18px;
}

footer .footer-ul  li {
  font-size: 18px;
  margin-bottom: 10px;
}

footer ul li {
  margin: 10px 0px;
  font-size: 20px;
}

footer .social-links{
  width: 20%;
  margin: auto;
  margin-top: 15px;
}

footer .social-links ul{
 display: flex;
 justify-content: space-between;
 align-items: center;
}

footer .social-links ul li{
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #fff;
}

footer .social-links ul li a img{
  width: 20px;
}

footer .footer-ul li span {
  font-weight: 300;
}

footer .footer-ul li a{
  text-decoration: none;
  color: #ffffffd1;
  font-size: 14px;
  margin-top: 7px;
  display: inline-block;
}
footer .footer-ul li h4{
  font-size: 18px;
  color: #f5aa32;
  font-weight: 400;
}
footer .footer-ul li ul li{
  display: inline-block;
  margin: 5px;
}

footer .contact a {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  display: block;
}
footer .contact a img {
  width: 17px;
  transform: translateY(2px);
}
footer .contact h4 {
  font-size: 25px;
  margin: 12px 0px;
}
footer .whatsapp {
  position: fixed;
  top: 80%;
  right: 15px;
  z-index: 9999;
  width: 5%;
}

footer .contactInfo a{
  color: #fff;
  font-size: 26px;
  display: block;
}

footer .contactInfo a img{
  transform: translateY(6px);
}

footer .contactInfo h4 {
  font-size: 25px;
}
.copyright{
  background-color: #813e08;
  text-align: center;
  padding: 9px 25px;
  display: flex;
  justify-content: space-between;
}
.copyright p{
  color: #ffffff;
  font-size: 18px;
}
.copyright  ul{
  display: flex;
}

.copyright ul li a {
  color: #fff;
  margin-left: 19px;
}






/* package card  */
.packageBody .container{
  position: relative;
}
.packageBody .packageContainer{
  overflow: hidden;
  position: relative;
  max-width: 1110px;
  width: 100%;
}

.packageSlider{
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.packagebox {
  width: calc(100% / 3 - 24px);
  background: white;
  box-sizing: border-box;
  flex-shrink: 0;
  margin: 12px;
  height: 615px;
  margin-bottom: 30px;
  position: relative;
}
.packagebox .price {
  position: absolute;
  bottom: 60px;
}

.packagebox p {
  font-weight: 500;
  color: #6b6b6bd4;
  font-size: 13px;
  font-family: "Poppins", serif;
}

.packageSlider .controls button {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 18px;
  visibility: hidden;
}
.packageSlider .controls button.visible {
  visibility: visible;
}


.packageBody .controls button.nextBtn {
  width: 45px;
  height: 45px;
  background: #f37002;
  border: unset;
  border-radius: 100%;
  position: absolute;
  right:  5px;
  top: 34%;
  color: #fff;
  font-size: 20px;
}
.packageBody .controls button.prevBtn {
  width: 45px;
  height: 45px;
  background: #f37002;
  border: unset;
  border-radius: 100%;
  position: absolute;
  left: 5px;
  top: 34%;
  color: #fff;
  font-size: 20px;
}




/* inneer banner  */
.innerBanner {
  background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../img/banner1.avif);

  height: 45vh;
  background-size: cover;
  background-position: center;
}
.innerBanner .innerContent {
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
  text-align: center;
  font-size: 35px;
  color: #fff;
}



/* about  */
.about {
  font-family: "Poppins", serif;
  width: 80%;
  margin: auto;
  background: #fff;
  transform: translateY(-45px);
  border-radius: 10px;
  padding: 4px 40px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}


.about p b {
  margin-top: 5px;
  display: inline-block;
  font-size: 16px;
  color: #4e4d4d;
}
.about .container{
  padding: 25px 0px 25px;
}

.about .container p {
  line-height: 26px;
  color: #333;
  font-weight: 400;
  font-family: "Poppins", serif;
  font-size: 15px;
}


.about ul li {
  line-height: 23px;
  margin: 10px 0pc;
  font-weight: 400;
  list-style: disc;
  color: #474747;
  text-align: justify;
  font-family: "Poppins", serif;
  font-size: 15px;
}

.aboutUs .first .box{
  width: 40%;
}
.aboutUs .first .box img{
  width: 100%;
}
.aboutUs  .first {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0px;
}
.aboutUs  .first .contant-box{
  width: 55%;
  text-align: justify;
}

.aboutUs  h2{
  font-size: 42px;
  color: #333;

}
.about_us, .aboutUs p{
  margin-bottom: 15px;
  font-family: "Poppins", serif;
  line-height: 25px;
  color: #565656;
  font-size: 15px;

}
.aboutUs .aboutBox:nth-child(even){
  background-color: #eee;
  padding: 30px 0px;
}




/* contact  */
.contact {
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.contact .container{
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.contact .left .box a{
  font-size: 20px;
  color: #333;
  margin: 3px 0px;
  display: inline-block;
  font-weight: 600;
}
.contact .left .box {
  margin: 20px 0px;
  padding: 15px 45px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 2px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #f5eeee;
}
.contact .left .box p{
  margin-bottom: 15px;
  line-height: 25px;
  font-weight: 600;
  color: #6d6d6d;
}
.contact .left{
  width: 45%;
}
.contact .right{
  width: 50%;
}

.contact .left h4 {
  font-size: 22px;
}

.contact .box img{
  width: 50px;
}

.contact .form-group {
  width: 49%;
  margin-bottom: 13px;
  background-color:#fff;
}
.contact .form-group input[type="text"],.contact .form-group input[type="date"],.contact .form-group select{
      background-color:#fff !important;
}
.contact textarea#enquiry {
  width: 100%;
  border: unset;
  border: 1px solid #ebdede;
  border-radius: 5px;
  padding: 20px;
  height: 85px;
}

.contact .form-group input {
    height: 8vh;
    width: 100%;
    padding: 15px;
    color: #514848;
    border: unset;
    border: 1px solid #33333330;
    border-radius: 5px;
    outline: unset;
    font-size: 15px;
    font-weight: 500;
}

.contact  input#mobile {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}
.contact .form-group select{
  height: 8vh;
  width: 100%;
  padding: 15px;
  color: #ada3a3;
  border: unset;
  border: 1px solid #33333330;
  border-radius: 5px;
  outline: unset;
}
.contact .form-group select option{
color: #514848;
  font-size: 15px;
    font-weight: 500;
}
.contact .form-group  input#country_std_code {
  width: 15%;
  background: #f37002 !important;
  color: #fff;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  font-weight: 600;
  font-size: 17px;
  border-right: unset;
}

input#country_std_code::placeholder{
  color: #fff;
}

.contact .innerFormBody {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.contact input#submit {
  background-color: #f37002;
  width: 100%;
  padding: 10px 0px;
  color: #fff;
  border: unset;
  padding: 18px 0px;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 700;
}

.contact .heading{
  display: none;
}
.form-group input[type="date"] {
    color: #776969;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.contact .form-group input::placeholder {
  color: #776969;
  font-size: 15px;
  font-weight: 500;
}

.contact .form-group select{
  color: #776969;
  font-size: 15px;
  font-weight: 500;
}


textarea#enquiry::placeholder {
  font-size: 16px;
  font-weight: 500;
}

#popUp .contact{width: 42%;
  background: #fff;
  padding: 0px;
  border-radius: 10px;}


#popUp {
  position: fixed;
  top: 0;
  height: 100vh;
  background-color: #000000a1;
  z-index: 99;
  display: none;
  justify-content: center;
  align-items: center;

}


#popUp .heading{
  text-align: center;
  background-color: #2d2828;
  padding: 12px 0px;
  border-radius: 5px;
  color: #fff;
  display: block;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  position: relative;
}

#popUp  .contact .innerFormBody {
  padding: 25px;
}

#popUp  .heading img {
  right: -15px;
  position: absolute;
  top: -5px;
  background-color: #f37002;
  padding: 10px;
  border-radius: 100%;

}





@media(max-width:575px){


  .toggle{
      display: block;
  }
  .slider-container .banner-content h1 {
    font-size: 23px;
    line-height: 32px;
}
button.prev, button.next{
  width: 35px;
  height: 35px;
  font-size: 17px;
}
.slider{
  height: 70vh;
}
.banner-content h5 {
  font-size: 14px;
}
.banner-content h5 span {
  font-size: 16px;
}
.banner-content h5 span:nth-child(2) {
  font-size: 16px;
}
.banner-content a {
font-size: 15px;
}
.filter {
  padding: 20px 15px 0px;
}
.filter ul {
  width: 100%;
  flex-wrap: wrap;
}
.filter ul li {
  width: 30%;
  margin-bottom: 20px;
}
.filter ul li a h5 {
  font-size: 13px;
}
.filter ul li a img {
  width: 35px;
}
.filter ul li a.active::after {
  height: 1px;
  left: 25px;
  right: 25px;
}
.heading .container h2 {
  color: #4b4a4a;
  font-size: 20px;
}

.slider-container .banner-content .thinline {
  margin: 2px auto 2px;
  min-width: 290px;
}
.innerBanner {
  height: 35vh;
}
.innerBanner h1 {
  font-size: 35px;
}




.packagebox {
  flex: 0 0 calc(33.33% - 16px); /* Default: 3 cards per row on desktop */
  max-width: calc(33.33% - 16px); 
}


  .packagebox {
      flex: 0 0 100%; /* Show 1 card per slide on mobile */
      margin-left: 12px;
      max-width: 100%;
  }

  .prevBtn,
  .nextBtn {
      font-size: 20px;
      padding: 10px;
  }
  .packageSlider .packagebox:first-child {

    margin-left: 0px;
  }

  .toggle img{
    width: 23px;
    filter: drop-shadow(1px 0px 1px #333);
}

header .toggle {
  display: block;
}

.logo img {
  width: 90px;
}

header #closeMenu {
  display: block;
  position: absolute;
  right: 35px;
  top: 35px;
}
.homepackage .homepackageBody a {
  width: 100%;
}
.nav {
  position: relative;
}
header .nav .menu {
  position: absolute;
  width: 0;
  left: -100%;
  height: 100vh;

  background: #140f0f;
  z-index: 9;
  top: 0;
  padding: 40px 50px;
  transition: all ease-in-out 0.5s;

}
header.addMenu .nav .menu {
      left: 0;
      width: 100%;
}
header .nav .menu ul{
  display: block;
}
header .nav .menu ul li {

  margin-bottom: 15px;
  margin-left: 0;
  display: block;
}
#closeMenu{
  display: block;
}


.packageBody.in .packagebox{
  margin-left: 0;
}
footer ul li {
  margin: 10px 0px;
  font-size: 15px;
}

.footer-body h3 {
  font-size: 20px;
  color: #fff;
  margin: 10px 0px;
}

footer .social-links {
  width: 50%;

}
.copyright {
  padding: 9px 25px;
  display: block;
}
.copyright p {

  margin-bottom: 10px;
}

#popUp .contact {
  width: 95% !important;
}
#popUp .contact .innerFormBody {
  padding: 10px;
}
.contact .form-group {
  width: 100%;
}

.contact .form-group input {

  height: 55px;
}
.contact .form-group select{
    height: 55px;
}

.contact textarea#enquiry {

  height: 62px;
}
input#country_std_code {
  width: 25%;
}

#popUp .contact .form-group:nth-child(7){
  width: 48%;
}
#popUp .contact .form-group:nth-child(6){
  width: 48%;
}
#popUp .heading img {
  right: 0px;
}
.contact {
  width: 100%;
  padding: 5px 0px;
}
.contact .left {
  width: 100%;
}
.contact .left .box {
  width: 100%;
  margin: 10px 0px;
  padding: 15px 0;
}
.contact .container {
  display: block;
}
.contact .right {
  width: 100%;
}
.contact .right form .heading{
  display: block;
  background: #f37002;
}
.contact .right form .heading img{
  display: none;
}

.contact .right  .heading {
  background: #000;
  padding: 12px 0px;
  color: #fff;
  text-align: center;
  margin-top: 25px;
  font-size: 16px;
}

footer .contactInfo a {

  display: block;
}
footer .contactInfo a img {
  width: 21px;
}

footer .contactInfo a {

  font-size: 18px;

}
footer .contactInfo h4 {

  margin: 5px 0px;
}
.about .container {
  padding: 25px 15px;
}

.about .container p {
  line-height: 23px;
  font-size: 14px;
  text-align: justify;
}
.about ul {
  margin-left: 15px;
}

.contact .form-group select option{
color: #514848;
  font-size: 13px;
    font-weight: 500;
    
}




}
