* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  font-family: "Jost", serif;
  scroll-behavior: smooth;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  font-size: 1.9rem;
  color: black;
}
p {
  font-size: 1.3rem;
}
.header {
  height: 100vh;
  overflow-y: hidden;
}
.header nav {
  display: flex;
  justify-content: space-around;
  align-content: center;
  min-height: 12vh;
  background: rgb(255, 255, 255);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.header nav ul {
  flex-grow: 2;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
nav ul li a {
  font-size: 1.5rem;
  font-weight: 400;
}
.logop {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.logo {
  height: 75px;
}
.b {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  font-size: 2rem;
}
.header-heading {
  height: 89vh;
  position: relative;
  display: flex;
  overflow: hidden;
  justify-content: space-evenly;
  align-items: center;
}
.header-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
  z-index: 0;
}
.header-left,
.header-right {
  position: relative;
  z-index: 1;
}
.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.header-heading .header-left {
  padding-left: 7rem;
  width: 100%;

  font-family: "Jost", serif;
  flex: 1 1 auto;
}
.header-heading .header-left h1 {
  letter-spacing: 0.5rem;
  font-size: 6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.header-heading .header-left h5 {
  font-weight: 600;
  padding-left: 0.3rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  color: #fff;
  font-size: 3rem;
}
.header-heading .header-left h3 {
  font-weight: 600;
  letter-spacing: 0.3rem;
  color: #fff;
  font-size: 1.4rem;
}
.header-heading .header-left p {
  padding: 2rem 0;
  letter-spacing: 0.2rem;

  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.header-right {
  color: #fff;
}

.header-heading .header-right {
  width: 100%;
  flex: 1 1 auto;
  height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-right-parent {
  display: flex;

  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 40vh;
  margin: auto;
  background: rgba(255, 255, 255, 0.25);
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.header-heading .header-right div {
  padding: 1rem;
  font-size: 0rem;
  text-transform: capitalize;
  font-weight: 400;
}
.actionbutton {
  padding: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.reviews i {
  font-size: 1.8rem;
  margin-right: 1rem;
}
.actionbutton a {
  padding: 0.4rem 1.3rem;
}

.rating {
  display: flex;
  width: 70%;
  align-items: center;
  justify-content: space-around;
  font-size: 1.2rem;
}

.rating p {
  font-size: 1.3rem;
  text-align: center;
  line-height: 30px;
  letter-spacing: 0.3rem;
}
.rating div i {
  display: inline-block;
  margin-left: 1rem;
  font-size: 1.8rem;
  animation: wave 1.5s ease-in-out infinite;
}

.rating i:nth-child(1) {
  animation-delay: 0s;
}

.rating i:nth-child(2) {
  animation-delay: 0.4s;
}

.rating i:nth-child(3) {
  animation-delay: 0s;
}

@keyframes wave {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.2rem);
  }
  100% {
    transform: translateY(0);
  }
}
.button-34 {
  text-transform: uppercase;
  background: #517ac4;
  border-radius: 999px;
  box-shadow: #317ba9 0 10px 20px -10px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 0.3rem;
  font-size: 11px;
  line-height: 24px;
  opacity: 1;
  outline: 0 solid transparent;
  padding: 8px 18px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  border: 0;
  transition: all 300ms ease-in;
}
.button-34:hover {
  background: #2e5eb8;
}
.button-34 i {
  padding: 0.2rem;
  font-size: 15px;
}
.ra {
  font-style: normal;
  margin-left: 2rem;
  margin-top: 1rem;
  letter-spacing: 0.3rem;
}

/* about section  */
.aboutus {
  margin: auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  min-height: 100vh;
}
.aboutus-left {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
.aboutus .aboutus-left img {
  width: auto;
  border-radius: 12px;
  height: 80vh;
}
.aboutus .aboutus-right {
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex: 1;
  padding: 2rem;
}
.aboutus .aboutus-right .services {
  background-image: linear-gradient(
    to top,
    #83909d1d 0%,
    rgba(101, 105, 109, 0.04) 100%
  );
  border-radius: 12px;
  padding: 4rem 1rem;
  width: 90%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.aboutus .aboutus-right .services .service-child {
  display: flex;
  justify-content: space-around;
  width: 90%;
  align-items: center;
}

.aboutus .aboutus-right header p {
  font-size: 1.5rem;

  padding: 1rem 0;
  font-weight: 400;
  letter-spacing: 0.2rem;
}
.aboutus .aboutus-right header h2 {
  font-size: 3.8rem;
  line-height: 4.6rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
}

.aboutus .aboutus-right .services div p {
  font-size: 1.5rem;
  font-weight: 400;

  letter-spacing: 0.1rem;
  padding: 0.4rem;
  color: #2b2727;
}
.services-button {
  width: 80%;
  display: flex;
  margin-top: 2rem;

  justify-content: space-between;
}
.services-button a {
  background: #2d69d7c7;
  padding: 0.7rem 2.3rem;
  border-radius: 6px;
}
.service-child div p i {
  font-size: 1.6rem;
  margin-right: 1rem;
  color: #2e5eb8;
}
.aboutus .aboutus-right .aboutus-p {
  font-size: 1.3rem;
  font-weight: 500;
  color: #2e5eb8;
}

.aboutus .aboutus-right .aboutus-para {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: #2b2727;
}
.framed {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.services-button a i {
  font-size: 1.67rem;
  margin-right: 0.6rem;
}
.rooms {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.parent {
  height: 80vh;
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(7, 1fr);
  gap: 2px;
}
.parent div {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: 0.3rem;
  font-size: 1.3rem;
  background: url("./IMG_1529.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: background-size 2400ms ease-in;
  height: 100%;
  width: 100%;
}
.parent div:hover {
  background-size: 120%;
  overflow: hidden;
}
.div1 {
  grid-row: span 3 / span 3;
}

.div2 {
  grid-row: span 3 / span 3;
}

.div3 {
  grid-column: span 2 / span 2;
  grid-row: span 4 / span 4;
}

.div4 {
  grid-column: span 2 / span 2;
  grid-row: span 4 / span 4;
  grid-row-start: 4;
}

.div5 {
  grid-column: span 2 / span 2;
  grid-row: span 3 / span 3;
  grid-column-start: 3;
  grid-row-start: 5;
}

#rooms {
  margin: auto;
  width: 90%;
}
#rooms header {
  display: flex;
  justify-content: center;

  align-items: center;
  flex-direction: column;
  min-height: 20vh;
  padding-bottom: 2rem;
}
#rooms header h1 {
  font-weight: 600;
  letter-spacing: 0.2rem;
  font-size: 3.8rem;
}
#rooms header p {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 400;
  color: #2b2727;

  letter-spacing: 0.1rem;
  line-height: 2.6rem;
}
#rooms .container div {
  position: relative;
  color: white;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px,
    rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

#rooms .container {
  display: grid;
  height: 70vh;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  gap: 10px;
  grid-template-areas:
    "deluxe deluxe standard standard"
    "deluxe deluxe standard standard"
    "premium premium standard standard"
    "premium premium standard standard";
}

.deluxe {
  background: url("./deluxe/1.jpeg");
  background-repeat: no-repeat;
  background-size: 100%;

  background-position: center;
  transition: all 1700ms ease-in-out;
  grid-area: deluxe;
  animation: zoom 7000ms infinite alternate;
}

.premium {
  background: url("./family/3.jpeg");
  background-repeat: no-repeat;
  background-size: 100%;

  background-position: center;
  transition: all 1700ms ease-in-out;
  grid-area: premium;
  animation: zoom 7000ms infinite alternate;
}
#faq p {
  display: none;
}
.standard {
  background: url("./super/2.JPG");
  background-repeat: no-repeat;
  background-size: 140%;
  background-position: center;
  grid-area: standard;
  animation: zoomin 7000ms infinite alternate;
}
@keyframes zoomin {
  0% {
    background-size: 140%;
  }
  100% {
    background-size: 160%;
  }
}
@keyframes zoom {
  0% {
    background-size: 120%;
  }
  100% {
    background-size: 140%;
  }
}
.standard:hover {
  animation-play-state: paused;
  background-size: 100%;
}
.premium:hover {
  animation-play-state: paused;
  background-size: 100%;
}
.deluxe:hover {
  animation-play-state: paused;
  background-size: 100%;
}
.map iframe {
  margin-top: 4rem;
  width: 100%;
}
.new {
  position: relative;
  height: 30vh;
}
.gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vh;
}
.newheader {
  position: absolute;
  top: 0%;
  left: 7%;
  text-align: start;
}
.gallery-wrapper {
  margin-top: 6rem;
}
.newheader h1 {
  font-size: 7.2rem;
  font-weight: 400;
  opacity: 0;
  color: #040b28e1;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}
.newheader p {
  padding-left: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  opacity: 0;
  letter-spacing: 0.1rem;
}
#faq {
  width: 100%;
  padding: 2rem;
}
#faq .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.faqs .row {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
.faqs .row .content,
.faqs .row .image,
.reservation form .container .box {
  flex: 1 1 40rem;
}
.faqs .row .image img {
  width: 100%;
}

.faqs .row .content .box h3 {
  font-size: 1.4rem;
  color: #887a52;
  cursor: pointer;
}
.faqs .row .content .box p {
  padding: 1rem 0 !important;
  font-size: 1rem;
  font-weight: 500 !important;
  color: #1e1f1e;
  box-shadow: var(--box-shadow);
  display: none;
  font-weight: bold;
}
.faqs .row .content .box.active p {
  display: inline-block;
}
#faq .heading {
  padding-top: 0.2rem;
  font-size: 2rem;
}
.content .box span {
  text-decoration: underline;
}

.whatsapp-button.show {
  bottom: 10px;
  transform: translateY(-40px);
}
#rooms .container div a {
  position: absolute;
  bottom: 0%;
  font-weight: 300 !important;
  background: #fff;
  color: #000 !important;
  padding: 0.4rem 2rem;
  right: 0%;
  letter-spacing: 0.1rem;
  font-size: 1.3rem;
  color: #fff;
  transition: all 300ms ease-in;
}
#rooms .container div a:hover {
  letter-spacing: 0.2rem;
}
#rooms .container div h1 {
  position: absolute;
  bottom: 0%;
  font-weight: 300 !important;
  background: #fff;
  color: #000 !important;
  padding: 0.4rem 2rem;
  left: 0;
  letter-spacing: 0.1rem;
  font-size: 1.3rem;
  color: #fff;
  transition: all 300ms ease-in;
}
.container {
  margin: auto;
}
footer {
  min-height: 40vh;
}
footer h3 {
  margin-bottom: 20px;
}

footer li {
  margin-bottom: 15px;
  transition: 0.5s;
}

footer li:hover {
  color: #c1b086;
  cursor: pointer;
}

footer {
  margin: auto;
  width: 85%;
}
.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
.box ul li a {
  transition: all 200ms ease-in;
  font-size: 1.5rem;
  color: #000;
}
.box h3 {
  font-size: 2rem;
}
.box ul li a:hover {
  font-size: 1.7rem;
  color: #21222b;
}
.box:nth-child(3) ul li {
  text-transform: capitalize;
}
footer {
  padding-top: 2rem;
  margin: auto;
  width: 85%;
}
.legal p {
  font-size: 1.7rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  footer .payment {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 900px) {
  .services-button a {
    padding: 0.6rem 1.2rem;
  }
}
@media (max-width: 768px) {
  .whatsapp-button {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 25px;
  }
  .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  #faq .content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .whatsapp-button i {
    font-size: 20px;
  }
  .content .box span {
    font-size: 1.5rem;
  }
}

.policyhead {
  font-size: 3.3rem;
  letter-spacing: 0.2rem;
  text-align: center;
}
.content .box h2 {
  font-size: 1.8rem;
  padding: 1rem 0;
  text-align: center;
  letter-spacing: 0.1rem;
}
.faqs .row .content .box p {
  font-size: 1.5rem;
  line-height: 1.9;
  color: #1e1f1e;
  display: none;
  font-weight: bold;
}

.amenities {
  font-size: 1.7rem;
  font-family: "Playfair", serif;

  font-weight: 500;
  letter-spacing: 0.2rem;
  padding-bottom: 1rem;
}

/* start of faq */

.faqs__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.headfaq {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20vh;
}
.headfaq h2 {
  font-size: 3rem;
}
.faqq {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  height: fit-content;

  cursor: pointer;
}
.faqq {
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.containerr {
  width: 80%;
  margin: auto;
}
.faqq h4 {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 2.2;
}

.faq__icon {
  position: absolute;
  top: 25%;
  right: 3%;
  align-self: flex-start;
  font-size: 1.6rem;
}
.faqq p {
  font-size: 1.6rem;
  margin-top: 0.8rem;
  display: none;
}
.faqq.open p {
  display: block;
}

@media (max-width: 768px) {
  .faqs__container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 730px) {
  html {
    font-size: 60%;
  }
  .header nav ul {
    display: none;
  }
  .header-heading {
    flex-wrap: wrap;
    align-content: center;
  }
  .aboutus .aboutus-left img {
    height: 50vh;
  }
  .aboutus {
    flex-direction: column;
  }
  .aboutus .aboutus-right .services {
    width: 100%;
  }

  .services-button {
    width: 100%;
  }
  .service-child {
    white-space: nowrap;
  }
  .services-button a {
    font-size: 0.83rem;
  }
  .rating {
    width: 100%;
  }
  .actionbutton a {
    margin-top: 2rem;
  }
  .header-heading .header-left {
    padding-left: 1rem;
  }
  .header-heading .header-left h1 {
    line-height: 33px;
    font-size: 2rem;
  }

  .aboutus .aboutus-right .aboutus-p {
    font-size: 1.6rem;
    letter-spacing: 0rem;
  }
  .aboutus .aboutus-right {
    padding: 0.5rem;
  }
  .amenities {
    font-size: 3rem;
  }
  #rooms header {
    padding-top: 8rem;
  }
  #rooms .container {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas:
      "deluxe deluxe deluxe deluxe deluxe deluxe"
      "deluxe deluxe deluxe deluxe deluxe deluxe"
      "premium premium premium premium premium premium"
      "premium premium premium premium premium premium"
      "standard standard standard standard standard standard"
      "standard standard standard standard standard standard";
  }

  .question__answer h4 {
    font-size: 2rem;
  }
  .question__answer p {
    font-size: 1.8rem;
  }
  .containerr {
    width: 95%;
  }
  .newheader {
    padding-top: 8rem;
    top: 10%;
    left: 0;
    text-align: center;
  }
  .newheader h1 {
    font-size: 4.2rem;
    font-weight: 600;
    color: #08113a;
    letter-spacing: 0.1rem;
    opacity: 1;
  }
  .newheader p {
    opacity: 1;
    padding-left: 0rem;
  }
  .aboutus .aboutus-right .services .service-child {
    justify-content: space-between;
    width: 100%;
    /* white-space: nowrap; */
  }
  .aboutus-para {
    font-size: 1.7rem !important;
  }
  .b {
    font-size: 1.2rem;
  }

  .actionbutton a {
    font-size: 0.8rem;
  }

  .header-heading .header-right div {
    padding: 0;
  }
  .header-right-parent {
    height: 25vh;
    justify-content: space-around;
  }
  .gallery {
    height: 100vh;
  }
}

/* Initial style for dropdown menus */
.dropdown-menu {
  display: none; /* Hidden by default */
  opacity: 0; /* Invisible initially */
  transition: opacity 0.3s ease, transform 0.3s ease; /* Smooth transition */
  transform: translateY(-10px); /* Optional sliding effect */
}

/* Show the dropdown menu when the dropdown is active */
.dropdown.active .dropdown-menu {
  display: block; /* Show the dropdown */
  opacity: 1; /* Make it visible */
  transform: translateY(0); /* Reset the slide effect */
}

/* Style for the dropdown toggle button */
.dropdown-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.whatsapp-button {
  position: fixed;
  bottom: 10px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.6s ease-in-out;
  transform: translateY(0);
  animation: bounce infinite 2200ms ease-in-out;
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.whatsapp-button i {
  color: #fff;
  font-size: 24px;
}
@media (max-width: 768px) {
  .whatsapp-button {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 25px;
  }
  .whatsapp-button i {
    font-size: 20px;
  }
}
#menu-btn {
  display: none;
  font-size: 2.5rem;
  margin-left: 1.7rem;
  cursor: pointer;
  color: var(--black);
}

#navbar li {
  border-bottom: 1px solid rgba(10, 7, 7, 0.288);
  padding: 2rem;
}
.header {
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  #aa {
    display: none;
  }
  #navbar {
    display: none;
    position: absolute;
    right: -300px;
    top: 12%;
    min-height: 54vh;
    width: 60%;
    display: flex;
    align-content: center;
    background: rgb(253, 252, 252);
    display: block;
  }
  #menu-btn {
    position: absolute;
    top: 5%;
    right: 10%;
    display: inline-block;
    z-index: 99;
  }
  #navbar li a {
    letter-spacing: 0.1rem;
    font-size: 1.5rem;
  }
  .active {
    right: 0 !important;
    height: 41vh !important;
    z-index: 99;
  }
}
.header {
  position: relative;
}
.active {
  display: block;
}
.dropdown-menu li {
  padding-top: 0.7rem;
}
@media (max-width: 600px) {
  .dropdown-menu li {
    text-align: center;
  }
  footer .container .box {
    text-align: center;
  }
  .n {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

@supports (-webkit-overflow-scrolling: touch) {
  html {
    scroll-behavior: auto !important; /* Disable smooth scroll for Safari */
  }
}

body.safari .deluxe,
body.safari .premium,
body.safari .standard {
  background-size: 100%;
  animation: none;
}

.newwid {
  margin: auto;
  width: 80%;
  padding-top: 3rem;
  /* background: purple; */
}
.newwid h1 {
  text-align: center;
  font-size: 4rem;
  padding-bottom: 2rem;
  /* background: red; */
}
.spiderBooking-input-block__label .label {
  display: none;
}

.spiderBooking
  .spiderBooking__form
  .spiderBooking__input-block:nth-child(1)
  .spiderBooking-input-block__label::after {
  content: "Check-in Check-out";
  color: #000;
  font-size: 1.5rem;
}
.spiderBooking
  .spiderBooking__form
  .spiderBooking__input-block:nth-child(2)
  .spiderBooking-input-block__label::after {
  content: "Adults";
  color: #000;
  font-size: 1.5rem;
}
.spiderBooking
  .spiderBooking__form
  .spiderBooking__input-block:nth-child(3)
  .spiderBooking-input-block__label::after {
  content: "Children";
  font-size: 1.5rem;
  color: #000;
}
.spiderBooking
  .spiderBooking__form
  .spiderBooking__input-block:nth-child(4)
  .spiderBooking-input-block__label::after {
  content: "Infants";
  color: #000;
  font-size: 1.5rem;
}
