body {
  font-family: "Tajawal", sans-serif;
  background-color: #e9eff4;
  padding-top: 120px;
}
.section {
  padding: 60px 0px;
}
a {
  text-decoration: none;
}
.card-chalt {
  height: 300px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
  outline-offset: -15px;
  outline: 1px solid white;
  box-shadow: 1px 1px 5px 0px dimgrey;
}
.card-chalt img {
  width: 100%;
  transition: all 1s;
}
.card-chalt h2 {
  position: absolute;
  bottom: 0;
  background: linear-gradient(358deg, black, transparent);
  font-size: 18px;
  left: 0px;
  right: 0px;
  margin: 0;
  padding: 60px 30px 30px;
  color: #fff;
  text-align: center;
  transition: all 1s;
}
.card-chalt:hover img {
  transform: scale(1.3);
}

.card-chalt:hover h2 {
  padding: 100px 30px 50px;
}

/* .card-chalt h2:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  background: red;
} */
/*=====================================*/

.list-chalt {
  border-radius: 12px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  display: flex;
  background: #fff;
  box-shadow: 1px 1px 2px 2px #cdcdcd;
  height: 160px;
}
.list-chalt img {
  width: 200px;
}
@media (max-width: 576px) {
  .list-chalt img {
    width: 120px;
  }
}
.list-chalt .info {
  width: 100%;
  padding: 10px;
}
.list-chalt .info h2 {
  font-size: 18px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin: 0px;
  padding: 5px;
}
.list-chalt .icons {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 3px 0px;
}
/*=====================================*/

.list-chalt2 {
  border-radius: 12px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: 1px 1px 2px 2px #cdcdcd;
}
.list-chalt2 .cardimg {
  height: 250px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
.list-chalt2 .cardimg img {
  width: 100%;
}
.list-chalt2 .info {
  width: 100%;
  padding: 15px;
}
.list-chalt2 .info h2 {
  font-size: 18px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin: 0px;
  padding: 5px;
}
.list-chalt2 .icons {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 3px 0px;
}
/*=====================================*/
/* Staging site notice (enabled via SHOW_STAGING_SITE_BANNER) */

.staging-site-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background: #92400e;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
}

.staging-site-banner__line {
  max-width: 100%;
}

.staging-site-banner__line--en {
  margin-top: 0.2rem !important;
  font-size: 13px;
  font-weight: 500;
}

.staging-site-banner__link {
  color: #fef3c7;
  text-decoration: underline;
  font-weight: 700;
}

.staging-site-banner__link:hover {
  color: #fff;
}

.has-staging-site-banner #navbar {
  top: 4.75rem;
}

.website-main--with-staging-banner {
  padding-top: 8.5rem;
}

/*=====================================*/

.navbar {
  background: white;
  box-shadow: 0px 0px 3px 3px #c7c7c7;
  padding: 10px 0;
}
.navbar-brand {
  padding: 0px;
}

#navbar {
  transition: all 1s;
}
#logo {
  transition: all 1s;
  width: 120px;
}
.nav-link {
  font-size: 16px !important;
  color: #000;
  font-weight: 600;
}
.btn-add {
  background: #000;
  color: #fff;
  padding: 10px 30px 8px;
  font-size: 16px;
}
.btn-add:hover {
  background: #333;
  color: #fff;
}
.btn-add i {
  margin-inline-end: 10px;
}
.card-slide {
  height: 187px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
@media (max-width: 567px) {
  .card-slide {
    height: 95px !important;
  }
  .card-slide.main {
    height: 300px !important;
  }
}
.card-slide.main {
  position: relative;
  height: 470px;
}
.card-slide.main .btn {
  position: absolute;
  font-size: 20px;
  padding: 0px;
  margin: 0px;
}
.card-slide.main .btn i {
  font-weight: 400;
  color: #ffffffcf;
  padding: 5px 10px;
  font-size: 54px;
}
.card-slide.main :hover i {
  color: #ff0000;
}

.card-slide img {
  width: 100%;
}
.card-slide span {
  background-color: #505050d4;
  position: absolute;
  bottom: 10px;
  left: 10px;
  border: 0px solid #00000082;
  padding: 5px 10px;
  display: block;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 15px;
}
/*=======================================*/

.about {
  background-color: #fff;
  padding: 30px;
  text-align: start;
  border-radius: 4px;
}
.about p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 30px;
}
.about img {
  width: 100%;
}
/*=======================================*/
.chalet-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 10px 0;
}
.chalet-name h1 {
  font-size: 20px;
  font-weight: 600;
  margin: 0px;
}
.book-price {
  text-align: center;
  padding: 20px 2px;
  background: #ffffff;
  margin-bottom: 30px;
  border-radius: 4px;
}
.book-price h4 {
  margin: 0px;
  font-size: 18px;
  font-weight: 600;
  color: #346389;
}
.book-price p {
  margin: 0px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 16px;
}
.chalet-details {
  background-color: #fff;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 30px;
}

.chalet-details h4 {
  border-bottom: 2px solid #ddd;
  margin-bottom: 30px;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 600;
}
.icons {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 10px 0px;
}
.icons img {
  width: 30px;
  margin-inline-end: 5px;
}
.icons p {
  font-size: 11px;
  padding: 5px 0 0;
  margin: 0px;
  font-weight: 600;
  color: #3571a2;
  line-height: 15px;
}
.chalet-details ul {
  padding: 15px;
}
.chalet-details ul li {
  font-size: 16px;
  padding: 5px;
}

.video-3d {
  text-align: end;
}
.video-3d .btn {
  border: 1px solid #000;
  background: black;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding: 12px 30px 10px;
  width: 100%;
  border-radius: 4px;
}
.whats-book {
  text-align: end;
  margin-bottom: 30px;
}
.whats-book .btn {
  border: 1px solid #079a8c;
  background: #079a8c;
  color: #fff;
  font-size: 16px;
  padding: 12px 30px 10px;
  border-radius: 4px;
  width: 100%;
}

/*==============*/
.card-contact {
  border: 0px solid #ddd;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 1px 1px 4px 1px #d8d8d8;
  border-radius: 4px;
}
.card-contact img {
  width: 80px;
}
.card-contact h5 {
  margin: 0px;
  color: #000;
  font-weight: 600;
}
.card-contact .btn {
  border: 1px solid #35b3ec;
  background: #34b3ec;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 22px;
  border-radius: 50%;
  font-weight: 600;
  padding: 8px 5px 5px;
  color: #fff;
  padding: 12px;
  margin: 0px 10px;
}
.card-contact .btn.wapp {
  border: 1px solid #009688;
  background: #009688;
}
footer {
  background-color: #222;
  padding: 30px 0 0;
}
.card-footer {
  text-align: center;
}
.card-footer img {
  width: 150px;
  border-radius: 4px;
}
.social {
  margin-top: 20px;
}
.social a {
  border: 1px solid #6a6a6a;
  font-size: 28px;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 14px;
  margin: 10px;
  color: #9a9797;
  border-radius: 4px;
}
.social a:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #ddd;
}
.copy-right {
  background-color: #000;
  padding: 15px;
  margin-top: 30px;
}
.copy-right p {
  text-align: center;
  color: #ddd;
  margin: 0px;
  font-size: 16px;
}

.hasDatepicker {
  background: #fff;
  width: 100%;
  padding: 55px 30px;
  border-radius: 4px;
  margin-top: 10px;
}
.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  background-color: #807f7f;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #ddd;
  margin: 5px;
  padding: 6px 14px 2px;
  border-radius: 4px;
  float: left;
}
.ui-datepicker-title {
  text-align: start;
  background-color: #807f7f;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 10px 5px;
  border-radius: 4px;
}
.ui-state-default {
  background-color: #eaeaea;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  padding: 10px;
  cursor: default;
}
.ui-state-active {
  background-color: #F44336;
  color: #fff;
}
.ui-datepicker-week-col {
  background-color: #fff;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  padding: 10px;
}

#datepicker .calendar-piced .ui-datepicker-today a {
  background: red;
  border: 1px solid #c5c5c5;
  color: #454545;
}

#loader {
  text-align: center;
}

#tulum-help {
    position: fixed;
    right: 20px;
    bottom: 20px;
}
#tulum-help a {
    color: #25d366;
}
