@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

@font-face {
  font-family: 'JhonHalend';
 
  src:
    url('../fonts/JhonHalend-JRgZn.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  background: #f9e4d2;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-size: clamp(30px, calc(20px + (36 - 22) * ((100vw - 320px) / (1920 - 320))), 36px);

  font-family: "Marcellus", serif;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.1;
  text-transform: uppercase;
  color: #370617;
}


h2 {
  font-size: calc(30px + (36 - 22) * ((100vw - 320px) / (1920 - 320)));
  letter-spacing: 0.001em;
  line-height: 32px;
  text-transform: capitalize;
  color: #370617;
}

h3 {
  font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #370617;
}

h4 {
  font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-transform: capitalize;
}

h5 {
  font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

li {
  display: block;
  font-size: 14px;
  letter-spacing: 0.03em;
}

p {
 
  font-family: "Jost", sans-serif;
  line-height: 18px;
  color: #370617;
  letter-spacing: 0.03em;
}

a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  letter-spacing: 0.03em;
}

a:hover {
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

a:focus {
  outline: none;
}

button:focus,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section,
.section-t-space {
  padding-top: 100px;
}

.section-b-space {
  padding-bottom: 243px;
}

/* .form-control {
  height: auto;
} */

.btn {
  line-height: 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500 !important;
  FONT-FAMILY: 'Jost';
  border-radius: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn.btn-lower {
  text-transform: capitalize;
}

.btn.btn-curve {

  background-color: #EFB88B;
  ;
  color: #370617;
  padding: 9px 20px;
  -webkit-box-shadow: 1px 11px 20px 0px rgba(239, 63, 62, 0.12);
  box-shadow: 1px 11px 20px 0px rgba(239, 63, 62, 0.12);
}

.btn.btn-curve:hover {
  background: linear-gradient(90deg, #E85D04 0%, #370617 100%);
  color: #ffffff;
  border: none;
}

.buttons-about .btn.btn-curve {
  border-radius: 4px;
  background-color: #EFB88B;
 
  color: #370617;
  padding: 9px 20px;
  -webkit-box-shadow: 1px 11px 20px 0px rgba(239, 63, 62, 0.12);
  box-shadow: 1px 11px 20px 0px rgba(239, 63, 62, 0.12);
  transition: background 0.3s, box-shadow 0.3s;
 
}

.buttons-about .btn.btn-curve:hover {
  background: #370617;
  color: #fff;
}


.btn.btn-curve.btn-lower {
  text-transform: capitalize;
}

.btn.btn-rounded {
  color: white;
  padding: 12px 19px;
}

.btn.btn-rounded.color1 {

  background: linear-gradient(92.2deg, #F83600 -25.25%, #FE8C00 117.85%);
  -webkit-box-shadow: 1px 11px 20px 0px rgba(239, 63, 62, 0.12);
  box-shadow: 1px 11px 20px 0px rgba(239, 63, 62, 0.12);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 1px 11px 20px 0px rgba(239, 63, 62, 0.22);
  box-shadow: 1px 11px 20px 0px rgba(239, 63, 62, 0.22);
}

.btn.btn-rounded.color1:hover {
  background-color: white;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #ef3f3e;
  -webkit-box-shadow: 1px 11px 20px 0px rgba(239, 63, 62, 0.22);
  box-shadow: 1px 11px 20px 0px rgba(239, 63, 62, 0.22);
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .menu nav {
  margin: 0 auto;
}

.error {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #eee;
  padding: 20px;
  display: none;
}

.location-option [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.location-option [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
  color: white;
  text-transform: capitalize;
  font-weight: 600;
}

.location-option [type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 18px;
  height: 18px;
  border: 4px solid white;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.location-option.dark-circle [type="radio"]:not(:checked)+label {
  color: black;
}

.location-option.dark-circle [type="radio"]:not(:checked)+label:before {
  border: 4px solid #b5b5b5;
}

.subscribe_section .subscribe-detail {
  text-align: right;

  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}


.subscribe_section .subscribe-detail h2 {
  position: relative;

  display: inline-block;
  color: #370617;
  margin-bottom: 15px;
  font-size: calc(14px + (36 - 16) * ((100vw - 320px) / (1920 - 320)));
}

.contact_section .contact_wrap .title_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.contact_section .contact_wrap .title_bar h4 {
  margin-bottom: 0;
  margin-left: 10px;
  text-transform: capitalize;
  color: #370617;
  font-family: "Cormorant Garamond", serif;
  font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 700;
}

.contact_section .contact_wrap .title_bar i {
  color: #370617;
  font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.contact_section .contact_wrap .contact_content ul {
  padding-left: 20px;
}

.contact_section .contact_wrap .contact_content ul li {
  display: block;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.5;
  font-family: "Jost", sans-serif;
  margin-bottom: 0;
  color: #370617;
}


.contact_section .contact_wrap .contact_content p {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.5;
  font-family: "Jost", sans-serif;
  margin-bottom: 0;
  color: #370617;
  margin-left: 20px;
}

.get-in-touch h3 {
  text-transform: capitalize;
  margin-bottom: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
}

.get-in-touch form .form-control {
  border-radius: 0;
  font-size: 14px;
  line-height: 1.8;
  text-transform: capitalize;
  padding: 10px 18px;
}

.get-in-touch form .submit-btn {
  text-align: left;
  margin-top: 10px;
}

.contact-map {
  height: 100%;
  width: 75%;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* .portfolio-creagtive .content-sec.center-con h3 {
  font-size: 175%;
  width: 66%;
  left: 18%;
} */


footer .footer {

  padding: 27px;
}

footer .footer .footer-space {
  padding-left: 55px;
  margin-top: 62px;
}

footer .footer .footer-title h5 {
  color: #370617;
  text-transform: capitalize;
  margin-bottom: 60px;
  font-weight: 700;
}



header {
  z-index: 3;
}

header .main-navbar {
  text-align: center;
}

header .main-navbar .nav-menu {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
  vertical-align: middle;
}

header .main-navbar .nav-menu>li {
  position: relative;
  float: left;
  display: block;
  margin-right: 25px;
  padding-top: 30px;
  padding-bottom: 30px;
}

header .main-navbar .nav-menu>li>a {
  display: block;
  color: white;
  font-size: 12px;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 2px 6px;
  letter-spacing: 0.07em;
  position: relative;
  border-radius: 4px;
}
header .main-navbar .nav-menu>li>div {
  display: block;
  color: white;
  font-size: 12px;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 2px 6px;
  letter-spacing: 0.07em;
  position: relative;
  border-radius: 4px;
}

header .main-navbar .nav-menu>li:hover>a:after {
  left: 0;
  right: 0;
  opacity: 1;
}

.toggle-nav {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.toggle-nav i {
  font-size: 24px;
  color: white;
}

@media (min-width: 1200px) {

  .toggle-nav {
    display: none;
  }

  .mobile-back {
    display: none !important;
  }
}

@media (max-width: 1460px) {
  header .main-navbar .nav-menu>li {
    margin-right: 8px;
  }
}

@media (max-width: 1199px) {
  header .main-navbar .nav-menu {
    position: fixed;
    background-color: #f9e4d2;
    width: 300px;
    border-radius: 0;
    border: 1px solid #eee;
    top: 0;
    height: 100vh;
    right: -300px;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
 
  }

  header .main-navbar .nav-menu .back-btn {
    display: block;
    width: 100%;
    padding: 0;
  }

  header .main-navbar .nav-menu .back-btn .mobile-back {
    padding: 20px;
    font-size: 18px;
    color: #370617;
    font-weight: 700;
    text-transform: uppercase;
   
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header .main-navbar .nav-menu>li {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
  }

  header .main-navbar .nav-menu>li a {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 700 !important;
    position: relative;
    color: #370617;
  }
  header .main-navbar .nav-menu>li div {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 700 !important;
    position: relative;
    color: #370617;
  }

  header .menu nav {
    margin-left: auto;
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .toggle-nav {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  header .menu .brand-logo img {
    width: 120px;
  }
}

@media (max-width: 576px) {
  header .menu .brand-logo img {
    width: 110px;
    height: auto;
  }

  header .menu nav {
    margin-right: 0px;
  }

  .toggle-nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .toggle-nav i {
    font-size: 20px;
  }
}


@media only screen and (min-width: 768px) and (max-width: 834px) and (orientation: portrait) {
  .bg-left-img {
    top: 44% !important;
    width: 65px !important;
  } 

   .bg-right-img {
    top: 23% !important;
    width: 95px !important;
} 



   
}

@media only screen and (min-width: 834px) and (max-width: 1024px) and (orientation: landscape) {
  .bg-left-img {
    top: 44% !important;
    width: 65px !important;
  }  
  
  .bg-right-img {
    top: 23% !important;
    width: 95px !important;
} 


}

@media only screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .bg-left-img {
    top: 44% !important;
    width: 65px !important;
  }  
  
  .bg-right-img {
    top: 23% !important;
    width: 95px !important;
} 

   
}


@media only screen and (min-width: 1366px) and (max-width: 1366px) and (orientation: landscape) {
  .bg-left-img {
    top: 44% !important;
    width: 65px !important;
  }  
  
  .bg-right-img {
    top: 23% !important;
    width: 95px !important;
}    
}

@media (min-width: 1461px) {
  .container {
    max-width: 1330px;
  }
}

@media (max-width: 1460px) {

  h2 {
    line-height: 28px;
  }

  .subscribe_section .subscribe-detail {
    padding-right: 25px;
  }

  footer .footer .footer-space {
    padding-left: 0px;
  }
}

@media (max-width: 1367px) {

  section,
  .section-t-space {
    padding-top: 90px;
  }

  .section-b-space {
    padding-bottom: 90px;
  }

  .cab-full .location-option [type="radio"]:not(:checked)+label:before {
    top: 0;
  }
}

@media (max-width: 1199px) {

  section,
  .section-t-space {
    padding-top: 80px;
  }

  .footer {
    padding-top: 100px;
  }

  .section-b-space {
    padding-bottom: 80px;
  }

  .menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.52);
    z-index: 2;
    display: none;
  }

  .toggle-nav {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  footer .footer .footer-title h5 {
    margin-bottom: 30px;
  }

  footer .footer .footer-space {
    padding-left: 0;
  }

  footer .footer .order-row>div:last-child {
    margin-top: 30px;
  }

  footer .footer .order-row>div:nth-child(3) {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {

  section,
  .section-t-space {
    padding-top: 60px;
  }

  .section-b-space {
    padding-bottom: 60px;
  }

  h2 {
    line-height: 26px;
  }

  .subscribe_section .subscribe-detail {
    text-align: center;
    padding-right: 0;
    padding-bottom: 30px;
  }

  .subscribe_section .subscribe-detail h2 {
    margin-bottom: 5px;
  }

  .subscribe_section .subscribe-detail:after {
    display: none;
  }

  /* .single-section .single-sidebar {
    margin-top: 30px;
  } */

  .contact_section .row>div:nth-child(-n + 2) {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {

  section,
  .section-t-space {
    padding-top: 50px;
  }

  .section-b-space {
    padding-bottom: 50px;
  }

  .subscribe_section .subscribe-detail {
    padding-bottom: 15px;
  }

  footer .footer .footer-title h5 {
    margin-bottom: 20px;
  }

  footer .footer .footer-content {
    margin-bottom: 20px;
  }

  footer .footer .order-row>div:nth-child(3),
  footer .footer .order-row>div:last-child {
    margin-top: 0;
  }

  footer .footer .order-row>div:last-child .footer-title h5 {
    margin-bottom: 0;
  }

  footer .footer .order-row>div:last-child .footer-content {
    margin-bottom: 0;
    margin-top: 20px;
  }

  /* .portfolio-creative .content-sec p {
    max-width: 100%;
  } */
}

@media (max-width: 576px) {

  section,
  .section-t-space {
    padding-top: 40px;
  }

  .section-b-space {
    padding-bottom: 40px;
  }

  .btn {
    font-size: 14px;
    line-height: 18px;
  }

  .btn-curve {
    padding: 7px 12px;
  }

  .btn-rounded {
    padding: 9px 22px;
  }

  .location-option [type="radio"]:not(:checked)+label:before {
    top: 0;
  }

  .cab-section .cab-content .radio-form [type="radio"]:not(:checked)+label {
    padding-left: 30px;
  }

  .location-option [type="radio"]:not(:checked)+label:before {
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
  }

  .location-option [type="radio"]:not(:checked)+label {
    padding-left: 20px;
  }

  .cab-full .location-option [type="radio"]:not(:checked)+label:before {
    top: 3px;
  }

  footer .footer .footer-title h5 {
    margin-bottom: 15px;
  }

  footer .footer .footer-content {
    margin-bottom: 15px;
  }

  footer .footer .order-row>div:last-child .footer-content {
    margin-top: 15px;
  }

  .contact_section .row>div:nth-child(-n + 3) {
    margin-bottom: 25px;
  }

  .get-in-touch form .form-control {
    padding: 6px 12px;
  }
}

@media (max-width: 480px) {

  section,
  .section-t-space {
    padding-top: 30px;
  }

  .section-b-space {
    padding-bottom: 30px;
  }

 
 
}
header .main-navbar .nav-menu>li>a {
  font-family: 'Cormorant Garamond';
  font-weight: 300;
  font-style: normal;
}
header .main-navbar .nav-menu>li>div {
  font-family: 'Cormorant Garamond';
  font-weight: 300;
  font-style: normal;
}
.for-internal-pages {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 90px;

  width: 100%;
  z-index: 1000;
  padding: 15px;
}

.dropdown-heading {
  display: flex;
  color: #fff;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  text-align: center;
  position: relative;
}

.caret-icon {
  color: #370617 !important;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.dropdown-content {
  display: none;
  margin-top: 75px;
  text-align: -webkit-center;
}

/* .form-control {
  padding-right: 4rem;
} */
.color1 {
  color: #fff;
}

.color1:hover {
  background-color: #0056b3;
}

.footer {
  position: relative;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.footer-links {
  margin-top: -48px;
}
.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: blur(10px);
  z-index: -1;
  opacity: 0.5;
}


.footer .container {
  position: relative;

  color: #370617;

}


.footer-title h5 {
  color: #fff;
}

.footer-content p,
.footer-content ul li a {
  font-size: calc(14px +(16 - 14)*((100vw - 320px) /(1920 - 320)));
  text-transform: capitalize;
  color: #370617 !important;

  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.caret-icon {
  cursor: pointer;

  vertical-align: middle;
}

.dropdown-menu {
  display: none;



}




@media only screen and (max-width: 767px) {
  .more-info-section {

    margin-top: -12px;
    margin-bottom: 12px;
  }

  .dropdown-heading {
    display: flex;

    align-items: normal;

    justify-content: center;
    text-align: start;

  }

  .footer {
    position: relative;
    background-image: none;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
  }

  .footer-links {
    margin-top: 0px;
  }

}





.subscribe_section {
  padding: 20px 0;

  position: relative;

}


.custom-input-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.custom-subscribe-form {
  display: flex;
  align-items: center;
  width: 100%;
}

.custom-form-control,
.custom-btn {
  border-radius: 5px;

  box-sizing: border-box;
  
  margin: 0;

}

.custom-form-control {
  border: 1px solid #ddd;
  padding: 12px 16px;

  width: 100%;

  max-width: 300px;

  font-size: 1em;

  outline: none;
 
  border-radius: 0;
  
}

.custom-btn {

  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border: none;
  cursor: pointer;
  background: linear-gradient(92.2deg, #F83600 -25.25%, #FE8C00 117.85%);
  color: white;
  width: 50%;
  border-left: none;
  border-radius: 0;
  transition: background-color 0.3s;
  height: 47px;
}

.custom-btn:hover {
  background-color: #0056b3;

}

.custom-form-control:focus,
.custom-btn:focus {
  outline: none;
  box-shadow: none;
 
}


.dropdown-menu {
  display: none;

  position: absolute;


  padding: 10px;

  z-index: 1000;

}

@media (max-width: 768px) {
  .dropdown-menu {
    position: static;
   

  }
}



header.overlay-black {
  /* background-color: rgba(255, 0, 0, 0.3); */
  background-color: #ac5e67;
  -webkit-backdrop-filter: blur(0.9375rem);
  backdrop-filter: blur(0.9375rem);
  height: 58px;
  position: fixed;
  display: flex;
  align-items: center;
}


.table-form {
  position: relative;
}


@media (min-width: 768px) {
  /* #bookingForm {
    display: block;
   
    position: static;
   
    width: auto;

    max-width: none;
  
    background: none;
    
    box-shadow: none;

    border-radius: 0;

    z-index: auto;

    padding: 0;
 
  } */


  #bookNowMobile {
    display: none;
  }


  .overlay-custom {
    display: none;
  }


  .close-btn {
    display: none;
  }
}

.btn.btn-rounded-custome.color1 {
  background: linear-gradient(92.2deg, #F83600 -25.25%, #FE8C00 117.85%);
  height: 36px;
  -webkit-box-shadow: 1px 11px 20px 0px rgba(239, 63, 62, 0.12);
  box-shadow: 1px 11px 20px 0px rgba(239, 63, 62, 0.12);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: none;
  text-transform: capitalize;
  padding: 0.375rem 0.75rem;
  -webkit-box-shadow: 1px 11px 20px 0px rgba(239, 63, 62, 0.22);
  box-shadow: 1px 11px 20px 0px rgba(239, 63, 62, 0.22);
}

.table-form {
  position: relative;
  margin-top: 10px;

}





.footer-links li {
  margin: 5px 0;
}

.more-info-section {
    margin: 0 10px;
}

ul.footer-links {
  font-weight: 600 !important;
  font-family: "Cormorant Garamond", serif;
  color: #370617 !important;
  font-size: 14px;
}


.more-info-section {
  margin: 10px;
}

h5.more-custom {
  font-size: 11px;
  font-weight: 600;
  color: #370617 !important;

}

ul.footer-links {
  width: 100%;
   text-align: justify;
}

#searchBar {
  background-image: url(../images/booking\ BG-custome.png);
  background-size: cover;
  
  background-repeat: round;

}

.copy-right {
    TEXT-ALIGN: center;
    position: relative;
    left: 0%;
    top: 7px;
    font-size: 13px;
   
}

.row.g-3.order-row {
  margin-top: -70px;
  position: relative;
  justify-content: center;
  padding: 0 296px;
}

footer.internal-bottom {
  overflow: hidden;
  margin-bottom: 30px;
}

.bg-left-img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 90px;
  z-index: -1;
}


.bg-right-img {
  position: absolute;
  right: 0;
  top: 9%;
  transform: translateY(-50%);
  /* width: 139px; */
  width: auto;
  /* height: auto; */
  height: 150px;
  z-index: -1;
}



p.content-footer {
  font-weight: 600 !important;
  font-family: "Cormorant Garamond", serif;
  color: #370617 !important;
  font-size: 14px;
}


.btn {
  transition: transform 0.3s ease;
}

.btn:hover {
  transform: scale(1.1);
}


.footer-space {
  margin-bottom: 10px;
  
}

.footer-title {
  margin-bottom: 5px;

}

.footer.water-ripple-footer.section-b-space.section-t-space.internal-footer.jquery-ripples {

  position: relative;
  background-image: url('../images/new-ft.webp');
  background-size: 100%;
  background-position: center;

  color: #fff;
 
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #EFB88B;

  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 0;
  z-index: 1000;

  -webkit-backdrop-filter: blur(0.9375rem);
  backdrop-filter: blur(0.9375rem);

}


.dropdown-menu {
  background-color: rgba(239, 184, 139, 0.600);

}



.dropdown-menu li {
  padding: 10px;
}

.dropdown-menu li a {
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  
  color: #370617;
 
  font-weight: 700;

  text-decoration: none;
  font-family: 'Cormorant Garamond';

}

.dropdown:hover .dropdown-menu {
  display: block;
  
}



.dropdown-menu li a:hover {
  color: #370617;
 


}

b.bold-blog {
  font-weight: 500;
}



@media (max-width: 767px) {

  
  #bookNowMobile {
    position: fixed;
    bottom: 0;
    left: -2px;
    width: 102%;
    z-index: 10001;
    border: 1px solid orange;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
  }


  #bookingForm {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 550px;
    background: #F4E3CB;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    z-index: 10;
 
    padding: 35px;
  
  }


#bookingForm,
.overlay-custom {
    display: none;
}


  .overlay-custom {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  
    backdrop-filter: blur(8px);
  
  }


  .close-btn {
    position: absolute;
    top: 0px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    z-index: 10001;

  }

 
  .d-md-none {
    display: block;
  }

  .footer.water-ripple-footer.section-b-space.section-t-space.internal-footer {
    padding-bottom: 44px ! important;
  }

  .for-internal-pages {

    height: 0px;

  }

  .copy-right {
    TEXT-ALIGN: center;




  }

  .custom-btn {
    padding: 0px;
    font-size: 11px;

  }

  .row.order-row {
    margin-top: 0px !important;

  }

  footer .footer .footer-space {

    margin-top: 0px;
  }

  footer.internal-bottom {
    margin-top: 35px;
  }

   footer.internal-bottom {
    margin-top: 35px !important;
  }

  .water-ripple-footer {
    background-image: none !important;
    background-color: #F4E3CB;
    
  }
.dropdown-menu {

  width: 100%;

}
h2 {
  font-size: calc(20px + (36 - 22) * ((100vw - 320px) / (1920 - 320)));

}
.buttons-about {
  margin-top: 6px;
}
.btn.btn-rounded-custome.color1 {
   
    width: 48%;
  
}
.button.phone {
  display: flex;
  justify-content: center;
}
.form-row {
  
    margin-right: 0px;
    margin-left: 0px;
}


section.contact_section {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.container.in-touch {
  margin-top: 0px !important;
}
.contact-map {
  
  width: 100%;
}
}

@media only screen and (max-width: 1024px) {
  .for-internal-pages{
    height: 0px;
  }
.footer.water-ripple-footer.section-b-space.section-t-space.internal-footer.jquery-ripples.\32{
    padding-bottom: 1px !important;
}
.dropdown-content {
    display: none;
    margin-top: 2px;
    text-align: -webkit-center;
}
  .row.g-3.order-row {

    padding: 0px;
  }

  .col-xl-4.col-md-3 {
    left: 0% !important;
  }

}
section.contact_section {
  margin-top: -40px;
  margin-bottom: 80px;
}
.container.in-touch {
  margin-top: 49px;
}
.text-section p {
  text-align: justify;
}
a.toggle-text {
  COLOR: #F83600;
}
h3.WELCOME {
    TEXT-ALIGN: justify;
}
h4.WELCOME {
  TEXT-ALIGN: justify;
}
.collapse {
  display: none; 
}

.custom-accordion-menu {
  transition: max-height 0.3s ease; 
}


.caret-icon {
  transition: transform 0.3s ease;
}
.dropdown-toggle::after {
  display: NONE;
 
}
.custom-accordion-menu .dropdown-item-custome {
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));

  color: #370617;

  font-weight: 700;

  text-decoration: none;
  font-family: 'Cormorant Garamond';
  justify-content: space-between;
  display: flex;
}

.nav-link.dropdown-toggle.custom-accordion-toggle {
  display: flex;
  justify-content: space-between;
}




@media (max-width: 768px) {
.custom-slider {
  position: relative;
  width: 100%;
  height: 100vh; 
  overflow: hidden;
}

.custom-slide {
  width: 100%;
  height: 100%;
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat;
}
.subscribe-content.container.subscribe_section.home {
    margin-top: -16px;
    margin-bottom: 16px !important;
}

    .overlay-custom {
        position: fixed;
    
        left: 0;
        width: 100%;
        height: 500vh !important;
        background-color: rgba(0, 0, 0, 0.7);
        display: none;
       
    }




}
input#name {
  color: #370617;
  
}
input#email {
   color: #370617;
  
}
textarea#message {
    color: #370617;
 
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.footer-links {
  margin-top: -15px;
}
footer .footer .order-row>div:last-child {
  margin-top: 0px;
}
}


/* General Form Styles */
.bookingForm {
  display: flex;
  flex-wrap: wrap; /* Ensure fields wrap on smaller screens */
  gap: 20px; /* Equal gap between form fields */
  justify-content: space-between;
}

/* Date Picker Input Styles */
.dp-holder {
  position: relative;
  width: 100%; /* Ensure the date picker input takes full width */
}

.dp-holder input.form-control {
  cursor: pointer;
  padding-right: 30px; /* Space for the calendar icon */
  width: 100%; /* Full width */
}

.dp-holder .fa-calendar {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #fff;
}

/* Button Styles */
.bookingForm .btn {
  color: white;
  border: none;
  cursor: pointer;
  width: 100%; /* Full width for button */
}



/* Mobile Responsiveness */
@media (max-width: 768px) {
  .bookingForm {
    flex-direction: column; /* Stack form fields on smaller screens */
    align-items: stretch;
  }

  .bookingForm .form-group {
    width: 100%; /* Full width for form groups */
  }

  .bookingForm .adult-wrapper,
  .bookingForm .child-wrapper,
  .bookingForm .promo-block {
    width: 100%; /* Ensure these fields are full width */
  }

  .bookingForm .btn {
    width: 100%; /* Full width for the button on mobile */
  }
}

/* For the hidden input fields */
.bookingForm .hidden {
  display: none;
}



/* New changes by SUshant 22-05-2025 */

@media (min-width: 991px) {
  .toggle-nav {
    display: none;
  }
}

@media (min-width: 991px) and (max-width:1200px) {
  header .main-navbar .nav-menu {
    position: relative;
    background-color: transparent;
    width: auto;
    height: auto;
    display: flex;
    right: 0;
    border:none
  }

  .overlay-black {
    .container {
      max-width: 1045px;
    }
  }

  header .main-navbar .nav-menu .back-btn {
    display: none;
    width: 100%;
    padding: 0;
  }

  header .main-navbar .nav-menu>li{
    width: auto;
  }

  header .main-navbar .nav-menu>li a{
    padding: 0;
    font-size: 10px;
    color: white;
  }
}