body {
  background-color: #f9f8f4;
  overflow-x: hidden;
}

.right-dir {
  direction: rtl;
  text-align: right;
}

.main {
  display: flex;
  height: 100%;
  width: 100%;
}

.left-side {
  width: 70px;
  background-color: #000;
  height: 100vh;
  position: fixed;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  align-items: center;
  padding: 1rem 0;
}

.right-side {
  margin-left: 70px;
  width: 100%;
}

.header-nav .nav-right .bars {
  display: none;
}

.left-side ul li {
  margin-bottom: 0.6rem;
}

.left-side ul li a {
  color: #ffffff80;
  transition: all 0.3s;
}

.left-side ul li a:hover {
  color: #dedacc;
  transition: all 0.3s;
}

.left-side h2 {
  rotate: 90deg;
  padding-right: 4rem;
}

.master-logo {
  position: relative;
  right: -2rem;
}

.left-side h2 a {
  font-size: 16px;
  color: #ffffff80;
  white-space: nowrap;
}

.di a img {
  width: 25px;
  height: 17px;
  margin-right: 0.3rem;
  margin-left: 0.3rem;
}

.header-nav {
  background-color: #000;
}

.header-nav .nav-brand img {
  /* width: 165px; */
  margin-right: 2rem;
}

.header-nav ul {
  display: flex;
}

.single-header {
  position: relative;
}

.nav-white .nav-link {
  color: #fff;
}

.nav-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row;
  padding: 0.7rem 0;
}

.active-nav {
  background-color: #fff;
  position: fixed !important;
  top: 0;
  width: calc(100% - 70px);
  z-index: 1024;
}

.logo-d {
  display: none;
}

.active-nav .logo-d {
  display: block;
}

.active-nav .logo-w {
  display: none;
}

.whatsapp {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 11rem;
  right: 2rem;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  z-index: 100;
}

.whatsapp:hover {
  background-color: #25d366;
  color: #fff;
}

.contact-button {
  width: 50px;
  height: 50px;
  padding: 1rem;
  position: fixed;
  bottom: 7rem;
  right: 2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  z-index: 1000;
  background-color: #c88042;
  transition: all 0.3s;
}
.contact-button:hover {
  color: #fff;
  /* background-color: #70bbbb; */
  transition: all 0.3s;
}

.active-nav .nav-right .touch {
  background-color: #dedacc;
  color: #424242;
  padding: 0.5rem 2rem;
  border-radius: 12px;
}

.active-nav .nav-link {
  color: #000;
}

.single-nav {
  background-color: #fff;
  position: relative;
  width: 100%;
  padding: 1rem 0rem;
}

.single-nav .nav-link {
  color: #000;
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
}

.touch {
  color: #dedacc;
  font-size: 18px;
}

.touch:hover {
  color: #dedacc;
  font-size: 18px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

.nav-links {
  display: flex;
  align-items: center;
}

.nav-link {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.3s;
}

.nav-link:hover {
  color: #dedacc;
  transition: all 0.3s;
}

.nav-link.active {
  color: #dedacc;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s;
}

.offcanvas {
  background-color: #000;
  /* border-radius: 0 45px 45px 0; */
  width: 180px;
}

.offcanvas .nav-brand {
  text-align: center;
}

.offcanvas .nav-brand img {
  width: 100%;
}

.bars {
  color: #fff;
  font-size: 30px;
  margin-left: 1.5rem;
}

.active-nav .bars {
  color: #000 !important;
}

.single-nav .bars {
  color: #000 !important;
}

.main-span {
  display: block;
  color: #b6aa97;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.main-head {
  color: #000;
  font-size: 34px;
  font-weight: bold;
  margin-top: 0.3rem;
  margin-bottom: 2rem;
}

.hero {
  /* background-image: url("../img/cam11.jpg"); */
  height: 90vh;
}

.hero-footer {
  position: absolute;
  bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.hero .Initial {
  position: relative;
  height: 90vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0 4rem;
}

.hero h1 {
  color: #fff;
  padding: 0;
  font-size: 65px;
  font-weight: bold;
  margin-bottom: 2.5rem;
}

.hero h2 {
  color: #fff;
  padding: 0;
  font-size: 45px;
  margin: 0;
  font-weight: normal;
}

.hero h1 span {
  border-bottom: 1px solid #dedacc;
}

.hero p {
  color: #fff;
  font-size: 14px;
}

.hero p span {
  color: #dedacc;
}

.hero .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.welcome img {
  width: 100%;
}

.welcome {
  padding: 5rem 0;
}

.welcome h2 {
  font-size: 45px;
  color: #000;
  margin-bottom: 2.5rem;
  font-weight: bold;
}

.welcome p {
  font-size: 14px;
  color: #000;
  margin-bottom: 2.5rem;
}

.welcome ul li i {
  color: #dedacc;
  margin-right: 0.3rem;
}

.welcome ul li {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 1rem;
}

.welcome ul {
  margin-bottom: 2.5em;
}

.quality {
  padding: 5rem 0;
  background-image: url("../img/new/KIDS\ AREA\ NIGHT.jpg");
  /* height: 800px; */
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.quality h2 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 2rem;
  font-weight: bold;
}

.quality p {
  font-size: 16px;
  color: #dedacc;
  margin-bottom: 2rem;
}

.quality .learn {
  background-color: #494dea;
  padding: 0.8rem 1.6rem;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  text-transform: uppercase;
  transition: all 0.3s;
}

.quality .learn:hover {
  background-color: #dedacc;
  transition: all 0.3s;
}

.quality .learn .slash {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  color: #ffffff80;
}

.quality .learn i {
  rotate: 45deg;
}

.details {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
}

.details h3 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #fff;
}

.details span {
  font-size: 22px;
  color: #dedacc;
}

.tab {
  overflow: hidden;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #00000080;
  margin-bottom: 2rem;
}

.tab button {
  opacity: 0.8;
  color: #000;
  background-color: transparent;
  border: none;
  width: 100%;
  padding-bottom: 0.3rem;
  font-size: 16px;
}

.tab button.active {
  border-bottom: 3px solid #000;
  opacity: 1;
}

.tabcontent {
  display: none;
}

.plan {
  padding: 5rem 0;
}

.plan h2 {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}

.plan h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2.5rem;
}

.plan p {
  font-size: 16px;
  margin-bottom: 2.5rem;
}

.plan ul li {
  font-size: 16px;
  padding-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #00000054;
}

.plan img {
  width: 100%;
}

.create {
  padding: 5rem 0;
}

.create h2 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 2rem;
}

.create h3 {
  font-size: 18px;
  font-weight: bold;
}

.create p {
  font-size: 16px;
  margin-bottom: 2.5rem;
}

.create .swiper .swiper-slide img {
  max-height: 600px;
  height: 100%;
}

.swiper-pagination-bullet {
  /* width: 22px;
  height: 22px; */
  /* background-color: #00f; */
  background-color: #ffffff33;
}

.swiper-pagination-bullet-active {
  /* width: 22px;
  height: 22px; */
  background-color: #fff;
  border: 1px solid #fff;
  /* padding: 0.3rem; */
}

.available {
  padding: 5rem 0;
  /* overflow-x: scroll; */
}

.available h2 {
  font-size: 45px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
}

table {
  border: none;
  width: 100%;
}

th {
  font-size: 18px;
  font-weight: bold;
  padding: 16px;
  border: none;
  text-align: center;
}

td {
  padding: 16px;
  border: none;
  text-align: center;
  font-size: 14px;
}

table td a {
  color: #000;
}

table td a:hover {
  color: #000;
}

table td i {
  rotate: 45deg;
}

table td span {
  font-weight: bold;
}

.contact {
  background-image: url("../img/new/landmark\ shot.jpg");
  /* height: 600px; */
  display: flex;
  justify-content: center;
  flex-flow: column;
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  background-size: cover;
}

.contact h2 {
  font-size: 45px;
  color: #fff;
  margin-bottom: 2rem;
  font-weight: bold;
}

.contact p {
  font-size: 16px;
  color: #ffffff80;
  margin-bottom: 2rem;
}

.contact .learn {
  background-color: #494dea;
  padding: 0.8rem 1.6rem;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  text-transform: uppercase;
  transition: all 0.3s;
}

.contact .learn:hover {
  background-color: #dedacc;
  transition: all 0.3s;
}

.contact .learn .slash {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  color: #ffffff80;
}

.contact .learn i {
  rotate: 45deg;
}

.contact .dd {
  background-color: #00000073;
  padding: 5rem 1rem;
  border-radius: 12px;
}

.nearby {
  padding: 5rem 0;
}

.nearby h2 {
  font-size: 45px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
}

.nearby .nearby-img {
  height: 390px;
  margin-bottom: 1rem;
}

.nearby h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}

.nearby p {
  font-size: 16px;
  color: #000;
  margin-bottom: 0.8rem;
}

.footer {
  background-color: #1b1b1b;
  padding: 5rem 0;
}

.footer .logo {
  max-width: 160px;
  width: 100%;
  margin-bottom: 2rem;
}

.footer p {
  color: #ffffff80;
  margin-bottom: 2rem;
  font-size: 14px;
}

.footer h4 {
  color: #ffffff80;
  margin-bottom: 1.5rem;
  font-size: 14px;
}

.footer .download {
  display: flex;
}

.footer ul li {
  margin-bottom: 1rem;
}

.footer ul li a {
  color: #ffffff80;
  font-size: 14px;
  transition: all 0.3s;
}

.footer ul li a:hover {
  color: #dedacc;
  font-size: 14px;
  transition: all 0.3s;
}

.footer h2 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.footer .insta {
  background-position: center;
  width: auto;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 16px;
}

.footer .insta:hover i {
  display: block;
  transform: scale(1.1);
  transition: all 0.3s;
}

.footer .insta i {
  color: #fff;
  display: none;
  transition: all 0.3s;
}

.footer .form-group {
  border-bottom: 1px solid #ffffff2d;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.4rem;
}

.footer input {
  background-color: transparent;
  border: none;
  width: 100%;
}

.footer form i {
  rotate: 50deg;
  color: #dedacc;
}

.copyRight {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-top: 1px solid #ffffff2d;
}

.copyRight p {
  color: #ffffff81;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.copyRight ul {
  display: flex;
}

.copyRight ul li {
  margin-left: 0.6rem;
}

.copyRight ul li a {
  color: #ffffff80;
}

.copyRight ul li a:hover {
  color: #dedacc;
}

.scrollToTop {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 3rem;
  right: 2rem;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #424242;
  font-size: 20px;
  z-index: 1000;
  background-color: #dedacc;
  transition: all 0.3s;
}

.scrollToTop:hover i {
  color: #fff;
  transition: all 0.3s;
}

.contact {
  padding: 4rem 0;
  position: relative;
  background-color: #154734;
  /* background-image: url("./img/about.svg"), url("./img/about.svg");
    background-position: top right, bottom left;
    background-repeat: no-repeat;
    background-size: contain; */
}

.contact h1 {
  font-size: 32px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}

.contact p {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 16px;
  text-align: center;
  margin-bottom: 2rem;
}

.contact .submit {
  font-size: 16px;
  color: #154734;
  background-color: #fff;
  padding: 0.6rem 3rem;
  border-radius: 26px;
  transition: all 0.3s;
  border: 1px solid #fff;
}

.contact .submit:hover {
  color: #fff;
  background-color: #154734;
  border: 1px solid #fff;
  transition: all 0.3s;
}

.contact .input-group {
  display: flex;
  flex-flow: column;
  margin-bottom: 2rem;
}

.contact .input-group label {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0.5rem;
}

.contact .input-group input {
  color: white;
  font-size: 16px;
  background-color: transparent;
  border: 1px solid rgb(68, 108, 93);
  padding: 0.5rem;
  width: 100%;
}

.Amenities {
  padding: 5rem 0;
}

.Amenities h2 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 2rem;
}

.Amenities .flame {
  margin-bottom: 3rem;
  text-align: center;
}

.Amenities .flame h2 {
  font-size: 22px;
  font-weight: normal;
  color: #000;
}

.Amenities .flame img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.footer {
  padding: 2rem 0;
  position: relative;
}

.footer a {
  text-decoration: none;
  color: #fff;
}

.footer h1 {
  font-size: 34px;
  color: #000;
}

.footer span {
  display: block;
  font-size: 14px;
  color: #a8a8a8;
}

.footer ul {
  padding: 0;
  list-style: none;
}

.footer ul li {
  margin-bottom: 0.3rem;
}

.footer ul li a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}

.footer .media {
  display: flex;
  flex-wrap: wrap;
}

.footer .media li a {
  background-color: #2e2f2e;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s;
  margin-right: 0.5rem;
  padding: 1rem;
}

.footer .media li a:hover {
  background-color: #000;
  color: #dedacc;
  transition: all 0.3s;
}

.footer .media li a i {
  font-size: 25px;
}

.main-button {
  background-color: #dedacc;
  padding: 0.8rem 2.5rem;
  color: #fff;
  font-size: 16px;
  border-radius: 18px;
  text-decoration: none;
  border: 1px solid #dedacc;
  transition: all 0.3s;
  margin: 1rem;
  cursor: pointer;
}

.main-button:hover {
  background-color: #fff;
  padding: 0.8rem 2.5rem;
  color: #dedacc;
  font-size: 16px;
  border-radius: 18px;
  text-decoration: none;
  border: 1px solid #dedacc;
  transition: all 0.3s;
}

.main-button i {
  margin-left: 0.5rem;
}

@media (max-width: 768px) {
  .hero .Initial {
    padding: 0 1rem;
  }
  .footer h2 {
    margin-top: 2rem;
  }
  table {
    min-width: 700px;
    overflow-x: scroll;
  }
  .left-side {
    display: none;
  }
  .right-side {
    margin-left: 0px;
  }
  .header-nav .nav-left ul {
    display: none;
  }
  .header-nav .nav-right a {
    display: none;
  }
  .header-nav .nav-right .bars {
    display: block;
  }
  .active-nav {
    width: 100%;
  }
  .details {
    margin-top: 2rem;
  }
  .create .swiper {
    margin-bottom: 2rem;
  }
  .available {
    padding: 5rem 0;
    overflow-x: scroll;
  }
  .tabcontent .row {
    flex-flow: column-reverse;
  }
  .quality {
    background-attachment: unset;
  }
  .contact {
    background-attachment: unset;
  }
}
