@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

.title-banner{
  background-color: #bd8e2f;
  color:#fff;
  text-align: center;
  padding:60px 10px;
}

.title-banner h1{font-weight:bold; font-size:40px;}
.terms-content-main{margin-bottom:50px;}
.terms-content-main li{
  font-size:16px;
  margin-bottom: 15px;
}
.terms-content-main li a{
  color:#bd8e2f;
}
.terms-content-main h2{font-weight:bold; font-size:20px; margin:0px 0px 20px 0px;}
.terms-content-main p{font-size:16px;}

a:hover{
  color:#bd8e2f !important;
}

/* custom scroll bar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::selection {
  background: rgb(0, 123, 255, 0.3);
}

.footer-main{
  background-color:#222;
  color:#fff;
  font-size:16px;
}

.footer-main-col{
  justify-content: center;
  align-items: center;
  border-left: 1px solid rgba(128,128,128,.2);
  display:flex;
  height:100%;
  padding:20px 20px;
  text-align:center;
  flex-direction:column;
}


.footer-copyright{
  background-color: rgb(125,118,108) !important;
  text-align:center;
  color:#fff;
  padding:100px 20px;
  font-size:16px;
}

.content {
  max-width: 1250px;
  margin: auto;
  padding: 0 30px;
  color: #222;
}

.navbar {
  position: fixed;
  width: 100%;
  z-index: 2;
  padding: 10px 0;
  transition: all 0.3s ease;
  background-color: #fff;
}

.navbar.sticky {
  background: #ca8c8c;
  ;
  padding: 10px 0;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.navbar .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar .logo a {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}

.navbar .menu-list {
  display: inline-flex;
}

.menu-list li {
  list-style: none;
}

.menu-list li a {
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 500;
  margin-left: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.menu-list li a:hover {
  color: #007bff;
}

.banner {
  background: url("banner5.png") no-repeat;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
}

.container{
  max-width: 1100px;
}


@media screen and (max-width:768px) {
  .banner {
    height: 100% !important;
  }
}

.about {
  padding: 70px 0;
}

.about .title {
  font-size: 38px;
  font-weight: 700;
}

.about p {
  padding-top: 20px;
  text-align: justify;
}

.icon {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.menu-list .cancel-btn {
  position: absolute;
  right: 30px;
  top: 20px;
}

@media (max-width: 1230px) {
  .content {
    padding: 0 60px;
  }
}

@media (max-width: 1100px) {
  .content {
    padding: 0 40px;
  }
}

@media (max-width: 900px) {
  .content {
    padding: 0 30px;
  }
}

@media (max-width: 868px) {
  body.disabled {
    overflow: hidden;
  }

  .icon {
    display: block;
  }

  .icon.hide {
    display: none;
  }

  .navbar .menu-list {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 400px;
    left: -100%;
    top: 0px;
    display: block;
    padding: 40px 0;
    text-align: center;
    background: #222;
    transition: all 0.3s ease;
  }

  .navbar.show .menu-list {
    left: 0%;
  }

  .navbar .menu-list li {
    margin-top: 45px;
  }

  .navbar .menu-list li a {
    font-size: 23px;
    margin-left: -100%;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .navbar.show .menu-list li a {
    margin-left: 0px;
  }
}

@media (max-width: 380px) {
  .navbar .logo a {
    font-size: 27px;
  }
}

img {
  height: 67px;
  width: 118px;
}




.booking-form {
  background-color: #fff;
  padding:20px;
  border-radius:20px;
  max-width:500px!important;
  border: 1px solid #eee;
}

.booking-form label, .booking-form .form-label{
  font-size: 14px;
}

.booking-form .label-small{
  font-size: 12px;
  font-weight:normal;
}

.booking-form .form-group {
  position: relative;
  margin-bottom: 10px;
}

.booking-form .form-control {
  background-color: #ebecee;
  border-radius: 4px;
  border: none;
  height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #3e485c;
  font-size: 14px;
}

.booking-form .form-control::-webkit-input-placeholder {
  color: rgba(62, 72, 92, 0.3);
}

.booking-form .form-control:-ms-input-placeholder {
  color: rgba(62, 72, 92, 0.3);
}

.booking-form .form-control::placeholder {
  color: rgba(62, 72, 92, 0.3);
}

.booking-form input[type="date"].form-control:invalid {
  color: rgba(62, 72, 92, 0.3);
}

.booking-form select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  background-color: #ebecee;
  border-radius: 4px;
  border: none;
  height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #3e485c;
  font-size: 14px;
}

.booking-form  textarea{
  background-color: #ebecee;
  border-radius: 4px;
  border: none;
  height:80px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #3e485c;
  font-size: 14px;
}

.booking-form  .btn-primary{

  color: #fff;
  background-color: #bd8e2f;
  border-color: #bd8e2f;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 30px;
  border-radius: 25px;
  border: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  margin-top:20px;
}


.booking-form  .btn-primary:hover{
  background-color:#000;
  border-color:#000;
}

.booking-form select.form-control+.select-arrow {
  position: absolute;
  right: 0px;
  bottom: 4px;
  width: 32px;
  line-height: 32px;
  height: 32px;
  text-align: center;
  pointer-events: none;
  color: rgba(62, 72, 92, 0.3);
  font-size: 14px;
}

.booking-form select.form-control+.select-arrow:after {
  content: '\279C';
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.booking-form .form-label {
  display: inline-block;
  color: #3e485c;
  font-weight: 700;
  margin-bottom: 3px;
  margin-left: 0px;
}

.booking-form .submit-btn {
  display:block;
  color: #fff;
  background-color: #bd8e2f;
  border-color: #bd8e2f;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 30px;
  border-radius: 25px;
  border: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
margin:20px auto 0px auto;
}

.booking-form .submit-btn:hover,
.booking-form .submit-btn:focus {
  background-color:#000;
  border-color:#000;
}

.booking-cta {
  margin-top: 0px;
  margin-bottom: 30px;
}

.booking-cta a{
  color:#fff;
}

.booking-cta h1 {
  font-size:50px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 700;

}

.booking-cta h2 {
  font-size: 40px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-shadow: 5px 4px 9px black;
}

.booking-cta li {
  font-size: 30px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-shadow: 5px 4px 9px black;
}

.s_sangam li {
  font-size: 10px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-shadow: 5px 4px 9px black;
}

.booking-cta p {
  font-size: 16px;
  color: #fff;
}

.errormessage {
  color: rgb(255, 0, 0);
  text-align: left;
  /* font-weight: bolder; */
  padding: 2px;
}


/* UTILITIES */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: cursive;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

/* NAVBAR STYLING STARTS */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-color: white;
  color: black;
}

.nav-links a {
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color:#000;
  text-decoration: none;
}

.nav-links a:hover{
  background:none !important;
  color:#bd8e2f;
  text-decoration: none;
}

/* LOGO */
.logo {
  font-size: 32px;
  flex: auto;
}

/* NAVBAR MENU */
.menu {
  display: flex;
  gap: 1em;
  font-size: 18px;
}

.menu li:hover {

  transition: 0.3s ease;
}

.menu li {
  padding: 5px 14px;
  display: inline-block;
}

/* DROPDOWN MENU */
.services {
  position: relative;
}

.dropdown {
  background-color: rgb(248, 252, 252);
  padding: 1em 0;
  position: absolute;
  /*WITH RESPECT TO PARENT*/
  display: none;
  border-radius: 8px;
  top: 35px;
}

.dropdown li+li {
  margin-top: 10px;
}

.dropdown li {
  padding: 0.5em 1em;
  width: 8em;
  text-align: center;
}

.dropdown li:hover {
  background-color: white;
}

.services:hover .dropdown {
  display: block;
}

/*RESPONSIVE NAVBAR MENU STARTS*/
/* CHECKBOX HACK */
input[type=checkbox] {
  display: none;
}

/*HAMBURGER MENU*/
.hamburger {
  display: none;
  font-size: 24px;
  user-select: none;
}

/* APPLYING MEDIA QUERIES */
@media (max-width: 768px) {
  .menu {
    display: none;
    position: absolute;
    background-color: white;
    right: 0;
    left: 0;
    text-align: center;
    padding: 16px 0;
  }

  .menu li:hover {
    display: inline-block;
    background-color: white;
    transition: 0.3s ease;
  }

  .menu li+li {
    margin-top: 12px;
  }

  input[type=checkbox]:checked~.menu {
    display: block;
  }

  .hamburger {
    display: block;
  }

  .dropdown {
    left: 50%;
    top: 30px;
    transform: translateX(35%);
  }

  .dropdown li:hover {
    background-color: white;
  }
}