
#footer{margin-bottom: 44px !important;}


header .logo {
  width: clamp(100px, 10vw, 130px);
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3),
    transparent
  );
  -moz-background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3),
    transparent
  );
  -ms-background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3),
    transparent
  );
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent);
}
header .nav-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  color: var(--white-color);
  padding-right: clamp(6px, 1vw, 15px) !important;
  padding-left: clamp(6px, 1vw, 15px) !important;
}
header .nav-link:focus,
header .nav-link:hover {
  color: var(--highlight-color);
}
.top-header-nav {
  width: 100%;
  display: flex;
  align-items: center;
}
.navbar-nav {
  align-items: center;
  column-gap: 20px;
  padding-right: 15px;
}

.cst-hamburger #menuToggle {
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

.cst-hamburger #menuToggle a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease;
}
.cst-hamburger #menuToggle a:hover {
  color: #000;
}
.cst-hamburger #menuToggle input {
  display: block;
  /* width: 45px;
  height: 40px; */
    width: 50px;
    height: 44px;
  position: absolute;
  left: -48px;
  top: -20px;
  cursor: pointer;
  opacity: 0;
  z-index: 9999999;
  -webkit-touch-callout: none;
}

.cst-hamburger #menuToggle span {
  display: block;
  width: 25px;
  height: 2px;
  margin: 6px;
  position: relative;
  background: #FFFFFF;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.cst-hamburger #menuToggle .hamburger-btn span:first-child {
  transform-origin: 0% 0%;
}

.cst-hamburger #menuToggle .hamburger-btn span span:nth-last-child(2) {
  transform-origin: -100% 0%;
}
.cst-hamburger #menuToggle input:checked ~ .hamburger-btn span {
  opacity: 1;
  transform: rotate(45deg) translate(-7px, -11px);
  background: #ffffff;
}

.cst-hamburger
  #menuToggle
  input:checked
  ~ .hamburger-btn
  span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.cst-hamburger
  #menuToggle
  input:checked
  ~ .hamburger-btn
  span:nth-last-child(2) {
  transform: rotate(-45deg) translate(-4px, 6px);
}

.cst-hamburger #menuToggle input:checked #menu {
  opacity: 1;
}

.contact-btn-header {
  position: absolute;
  width: 155px;
  right: 100px;
  z-index: 99999;
}

.cst-hamburger #menu {
  position: absolute;
  width: 100vw;
  margin: 0;
  right: -27px;
  top: -210vh;
  padding: 25px;
  background: var(--primary-color);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}

#menuToggle input:checked ~ ul {
  top: -70px;
  height: calc(100vh + 50px);
  z-index: 9;
}
.header-booknow {
  color: #fff !important;
}
.header-booknow:hover {
  color: #fff !important;
}

.cst-hamburger #menuToggle input:checked {
  top: -22px;
}
.hamburger-btn {
  padding: 7px;
  border: 1px solid #ffffff;
  position: absolute;
  top: -23px;
  left: -50px;
  z-index: 999;
  border-radius: 3px;
}
.first-row {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
  align-items: flex-start;
  border-right: 1px solid var(--highlight-color);
}
.first-row ul li {
  list-style-type: disc !important;
}
.second-row {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
  align-items: center;
  border-right: 1px solid var(--highlight-color);
}
.second-row ul li {
  list-style-type: disc !important;
}
.header-info a {
  color: var(--pure-white) !important;
}
.header-booknow {
  width: 100%;
  max-width: 60%;
}
.header-menus {
  padding: clamp(20px,2vw,55px);
  margin-top: clamp(0px,1vw,30px);
}
.third-row {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  /* justify-content: space-between; */
}
.header-info {
  text-align: end;
  max-width: 70%;
  display: inline-flex;
  flex-direction: column;
  row-gap: 15px;
}
.third-row .banner-social-media ul {
  gap: 15px;
}
.third-row .banner-social-media img{
  height: 28px;
  width: auto;
}
.row.header-menus .f-40 {
  font-size: clamp(23px, 3vw, 40px);
}
.c-mobile-menu {
  display: none;
}
.inner-page-menu li {
padding-block: clamp(2px, 1vw, 7px)
}

.member-btn a {
  background-color: transparent !important;
    color: var(--pure-white) !important;
    border-color: var(--pure-white) !important;
    border-radius: 5px;
  padding: 12px 30px !important;
  border: 1px solid;
}
.member-btn a:hover {
  background-color: transparent !important;
  color: var(--pure-white) !important;
  border-color: var(--pure-white) !important;
}

.member-btn {
  text-align: center;
  margin-bottom: 15px;
}
.header-menus .member-btn {
  border-bottom: 1px solid var(--highlight-color);
  padding-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .navbar-nav {
    flex-direction: row;
    margin-left: auto !important;
    justify-content: flex-end;
  }
  #menuToggle input:checked ~ ul {
    top: -20px;
  }
  .cst-hamburger #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(8px, 27px);
  }
  .cst-hamburger #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(11px, -15px);
    background: #000000;
  }
  .c-inner-menu {
    display: none;
  }
  .c-mobile-menu {
    position: fixed;
    top: 0;
    right: 0%;
    width: 100%;
    z-index: 999999;
    padding: 8px 16px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .c-mobile-menu .main-logo img {
    width: 76px;
  }
  .c-mobile-menu .com-btn a {
    padding: 12px 22px;
    border-radius: 4px;
    background: #627246;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
  }
  .c-mobile-menu .head-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .c-mobile-menu #menuMobile .com-btn a {
    background-color: #000;
    color: fff;
    padding: 10px 0;
    display: block;
    text-align: center;
    border-radius: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .c-mobile-menu #menuMobile ul {
    padding: 32px 0;
    border-bottom: 2px solid #d7b56d;
    flex-direction: column;
  }
  .c-mobile-menu #menuMobile .left-menu-ul {
    text-align: center;
    border-bottom: 2px solid #d7b56d;
    margin-top: 32px;
  }
  .c-mobile-menu #menuMobile .left-menu-ul li {
    padding: 14px 0;
  }
  .c-mobile-menu #menuMobile .left-menu-ul li a {
    color: #171b11;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
  }

  .c-mobile-menu #menuMobile .navbar-nav li a {
    position: relative;
    color: #627246;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
  }
  .c-mobile-menu #menuMobile .navbar-nav li a::after {
    position: absolute;
    content: "";
    top: 41%;
    left: -15px;
    background-color: #627246;
    border-radius: 50%;
    width: 8px;
    height: 8px;
  }
  .c-mobile-menu #menuMobile .bottom-text {
    padding: 32px 0;
    border-bottom: 2px solid #d7b56d;
  }
  .c-mobile-menu #menuMobile .bottom-text a {
    color: #000;
  }
  .c-mobile-menu #menuMobile .head-icons {
    padding: 19px 0;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #627246;
  }
  #toggle {
    width: 28px;
    height: 30px;
  }

  #toggle div {
    width: 100%;
    height: 5px;
    background: #627246;
    margin: 4px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
  }

  #toggle.on .one {
    transform: rotate(45deg) translate(5px, 5px);
  }

  #toggle.on .two {
    opacity: 0;
  }

  #toggle.on .three {
    transform: rotate(-45deg) translate(7px, -8px);
  }

  #menuMobile {
    position: absolute;
    top: 79px;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 43px 24px;
    background-color: #fff;
    text-align: center;
    display: none;
    overflow-y: scroll;
  }
}
