:root {
  --backgrount-color: #054334;
  --primary-color1: #c6952c !important;
  --title-color: #ffffff !important;
  --text-color1: #ffffff !important;
}

body {
  background-color: var(--backgrount-color) !important;
}

@media (max-width: 768px) {
  body {
    touch-action: manipulation;
  }
}

.react-datepicker__header {
  background-color: #fff !important;
  border-bottom: unset !important;
}

.react-datepicker {
  border-radius: unset !important;
  border: unset !important;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.07);
}

.react-datepicker__current-month {
  background-color: var(--primary-color1) !important;
  color: #fff !important;
  padding: 8px 0px !important;
}

.react-datepicker__navigation {
  top: 10px !important;
}

.react-datepicker__day-name {
  font-weight: 800 !important;
  color: black !important;
  font-size: 16px;
  margin-top: 10px !important;
}

.react-datepicker__day {
  border: 1px solid rgba(221, 221, 221, 0.5882352941);
  padding: 3px;
  color: black;
  font-weight: 900;
}

.react-datepicker__triangle {
  display: none;
}

.react-datepicker__header {
  padding: 0px 0px 8px 0 !important;
  letter-spacing: 3px;
}

.react-datepicker-popper {
  z-index: 100 !important;
}

/*# sourceMappingURL=custom.css.map */

/* custom starts here */

@font-face {
  font-family: "Reef";
  src: url("/assets/fonts/din-next-lt-w23-regular.ttf");
}

@font-face {
  font-family: "Sloop";
  src: url("/assets/fonts/Sloop-ScriptThree.ttf");
}

*,
body {
  font-family: "Reef";
  letter-spacing: normal !important;
  /* text-align: right; */
  direction: rtl;
}

.breadcrumb-title {
  font-family: "Reef" !important;
}

.toplogo {
  height: 110px;
}

.text-center {
  text-align: center;
}

header.style-2 .main-menu .menu-list>li a {
  text-align: right;
}

header.style-1 .main-menu .menu-list>li a {
  text-align: right;
}

.row>* {
  margin: 0 !important;
  margin-top: 0 !important;
  padding-left: 0;
  padding-right: 0;
}

.css-17jft34-menu {
  z-index: 12 !important;
}

.css-1xi7wqb-placeholder {
  color: #ccc !important;
}

.steps {
  display: flex;
  align-items: center;
  gap: 26px;
  justify-content: center;
}

.step {
  background-color: transparent;
  color: #ccc;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1.2rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  padding-bottom: 5px;

  &::before {
    content: "";
    height: 3px;
    width: 30px;
    background: #ccc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }

  &:last-of-type {
    &::after {
      content: "";
      height: 3px;
      width: 30px;
      background: #999;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      position: absolute;
      right: 100%;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
    }
  }

  &:last-of-type.step.active {
    &::after {
      content: "";
      height: 3px;
      width: 30px;
      background: var(--primary-color1);
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      position: absolute;
      right: 100%;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
    }
  }
}

.step.active {
  background-color: var(--primary-color1);
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid var(--primary-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  cursor: pointer;

  &::before {
    content: "";
    height: 3px;
    width: 30px;
    background: var(--primary-color1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
}

.form-step {
  min-height: 300px;
}

.form-step h3,
.form-step h4,
.form-step h5 {
  color: #fff;
}

.form-step p:not(.error),
.form-step span {
  color: #ccc !important;
}

.rbc-header span {
  color: #fff !important;
}

.rbc-date-cell:not(.rbc-off-range) {
  span {
    color: #fff !important;
  }
}

.form-step input {
  padding: 12px 25px;
  font-size: 16px;

  border: 1px solid #999;

  &:not([type="checkbox"]) {
    min-width: 300px;
  }

  &:focus {
    border: 1px solid #ccc;
  }

  color: #ccc;
  background-color: transparent;

  &::placeholder,
  &::-webkit-input-placeholder {
    color: #999;
  }
}

.form-step input.counter {
  font-size: 16px;
  border: 1px solid #ddd;
  text-align: center;

  &:focus {
    border: 1px solid #999;
  }

  min-width: 50%;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}

.form-step button {
  outline: none;
  border: none;
  /* margin-top: 3rem; */
}

.error {
  font-size: 0.9rem;
  color: rgb(252, 83, 83);
  padding: 0;
  margin: 0;
}

.form-step .react-datepicker-popper .react-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__week {
  min-width: 300px !important;
}

.react-datepicker-popper {
  display: block !important;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  width: 2.7rem !important;
}

.rbc-calendar {
  width: 50vw !important;
  height: 400px !important;
  max-width: 600px !important;

  * {
    border: none !important;
  }
}

@media screen and (max-width: 768px) {
  .rbc-calendar {
    width: 80vw !important;
  }
}

@media screen and (max-width: 576px) {
  .rbc-calendar {
    width: 85vw !important;
  }
}

.rbc-btn-group {
  display: none !important;
}

.rbc-header span {
  width: fit-content !important;
  display: block !important;
  border: none !important;
  font-weight: normal !important;
  padding: 0 !important;
}

.rbc-month-row {
  justify-content: center !important;
}

.rbc-toolbar-label {
  font-size: 1.5rem !important;
  margin-bottom: 0.5rem !important;
  color: #fff !important;
}

.rbc-date-cell:not(.rbc-off-range) {
  font-size: 1.2rem !important;

  /* cursor: pointer; */
  &:hover {
    span {
      color: var(--primary-color1) !important;
    }
  }
}

.month-day {
  text-align: center !important;
}

.rbc-header {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.rbc-date-cell:not(.rbc-off-range) .month-day {
  color: var(--primary-color1) !important;
  cursor: pointer;
}

.rbc-date-cell:not(.rbc-off-range) .month-day .active {
  color: var(--primary-color1) !important;
}

.rbc-date-cell:not(.rbc-off-range) .month-day .disabled {
  color: #999999 !important;
  pointer-events: none !important;
  cursor: not-allowed !important;

  &:hover {
    color: #999999 !important;
  }
}

.rbc-date-cell:not(.rbc-off-range) .month-day.disabled {
  color: #999999 !important;
  pointer-events: none !important;
  cursor: not-allowed !important;

  &:hover {
    color: #999999 !important;
  }
}

.rbc-off-range {
  cursor: not-allowed !important;

  &:hover {
    color: #999999 !important;
  }

  * {
    pointer-events: none !important;
  }
}

.rbc-day-bg {
  background: transparent !important;
}

.text-primary {
  color: var(--primary-color1) !important;
}

.bg-light {
  background-color: #ffffff18 !important;
  color: #ccc !important;
}

.apple-pay {
  background-color: #000000 !important;
  color: #fff !important;
  border: none !important;
  padding: 10px 20px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 20px !important;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;

  &:hover {
    background-color: #fff !important;
    color: #000000 !important;
  }
}

.apple-pay-button {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: #000;
  /* Apple Pay button is usually black */
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

.submenu li a {
  color: #054334 !important;
  background-color: white !important;
  text-align: left !important;
}

.golden {
  color: #c6952c;
}

.btn-custom {
  background-color: #c6952c !important;
  color: #fff !important;
  border: none !important;
  display: inline-block !important;
  position: static;
  border-radius: 100px;
}

.btn-custom:hover {
  background-color: #a88029 !important;
}

footer {
  background-color: #054334 !important;
  z-index: 100000;
  position: relative;
  background: linear-gradient(rgba(16, 38, 33, 0.9), rgba(3, 46, 35, 0.9)),
    url(/assets/images/bg/bottombg2-min.png) !important;
  background-size: cover !important;
}

.breadcrumb-section {
  background: linear-gradient(rgba(16, 38, 33, 0.8), rgba(3, 46, 35, 0.7)),
    url(/assets/images/bg/inner-banner2-min.png) no-repeat cover !important;
  height: calc(100vh - 150px);
}

.gallery-img {
  filter: saturate(0.6) !important;
  object-fit: cover !important;
}

.gallery-item>img {
  object-fit: cover;
}

.gallery-item {
  margin: 5px;
}

.pattern {
  background-image: url("/assets/images/goldenpatt.png");
}

.patternimg {
  object-fit: contain;
  /* height: 30px;
  position: relative;
  top: -20px; */
}

header.style-2.sticky {
  background-color: #054334dd !important;
}

.footer .footer-top .footer-items .social-link li a {
  background: #054334 !important;
}

.home-one-features {
  background: #054334;
  color: #000;
}

.h-100vh {
  max-height: 100vh !important;
}

.eight {
  margin-top: 0 !important;
}

#pills-tabContent {
  max-height: 100vh !important;
}

.img-fluid {
  max-height: 100vh !important;
  object-fit: contain;
}

.sloop {
  font-family: "Sloop" !important;
}

.feature-content {
  padding-bottom: 0 !important;
}

@media (max-width: 991px) {
  .header-div {
    position: absolute;
    top: 0;
    background: #054334;
    background: linear-gradient(0deg,
        rgba(5, 67, 52, 0) 0%,
        rgba(5, 67, 52, 0.9) 50%);
    z-index: 10;
    height: 250px;
  }

  .breadcrumb-section {
    padding-top: 200px;
    height: 100vh;
  }

  footer {
    background: linear-gradient(rgba(16, 38, 33, 0.9), rgba(3, 46, 35, 0.9)),
      url(/assets/images/bg/bottombg-min.png) no-repeat 100% 100% !important;
    background-size: cover !important;
  }

  .breadcrumb-section {
    background: linear-gradient(rgba(16, 38, 33, 0.8), rgba(3, 46, 35, 0.7)),
      url(/assets/images/bg/inner-banner-min.png) no-repeat 100% 100% !important;
    background-size: cover !important;
  }
}

.header-logo {
  padding-bottom: 0 !important;
}

.sticky.style-2 .header-logo span {
  min-height: 80px !important;

  height: 80px !important;

  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.availble-hours {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  margin: 20px auto;
}

.availble-hours .hour-btn {
  border: 1px solid var(--primary-color1);
  padding: 10px;
  color: var(--primary-color1);
  background: transparent;

  &:hover {
    background-color: var(--primary-color1);
    color: #fff;
  }
}

.availble-hours .hour-btn.active {
  background-color: var(--primary-color1);
  color: #fff;
}

.availble-hours .hour-btn.disabled {
  background-color: #ccc;
  color: #999;
  cursor: not-allowed;
}

.availble-hours .hour-btn.disabled:hover {
  background-color: #ccc;
  color: #999;
}

.availble-hours .hour-btn.active:hover {
  background-color: var(--primary-color1);
  color: #fff;
}

.form-control {
  border-radius: 50px !important;
  background-color: transparent !important;
  color: white !important;
  min-height: 60px;
}

input {}

.form-btn {
  border-radius: 150px !important;
  background: linear-gradient(#c49734f7, #af862cf7),
    url(/assets/images/goldenpatt.png) no-repeat 100% 100% !important;
  background-size: cover !important;
  font-size: large;
  /* color: #fff !important; */
}

.btn--primary:hover {
  border-radius: 50px !important;
}

.btn--primary::after {
  transition: 0.2s;
  transition: all 0.2s ease-in-out;
  border-radius: 50px;
}

.book-bg {
  background: linear-gradient(rgba(16, 38, 33, 0.9), rgba(3, 46, 35, 0.9)),
    url(/assets/images/bg/inner-banner-min.png) no-repeat 100% 100% !important;
  background-size: cover !important;
}

.booking-div {
  padding-block: 180px;
}

.square-btn::after {
  border-radius: 5px !important;
}

.mt-header {
  padding-top: 140px;
}

.contact-page .address-area .address-list .text h4 {
  font-size: x-large;
}

.btn-secondary {
  background: transparent !important;
  color: #c6952c !important;
}

.book-page>.header-div>.header-area {
  position: relative;
}

#qr-reader {
  border: none !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  margin-top: 20px;
  padding: 10px;
  border-radius: 5px;
}

#html5-qrcode-button-camera-permission {
  position: relative;
  margin-bottom: 10px;

  &::before {
    content: "مسح ال QR Code";
    position: absolute;
    background-color: var(--primary-color1);
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    width: 110%;
    right: -10px;
    top: -4px;
  }
}

#html5-qrcode-anchor-scan-type-change {
  display: none !important;
}

#qr-reader__header_message {
  display: none !important;
}

#html5-qrcode-button-camera-stop {
  position: relative;
  margin-bottom: 10px;

  &::before {
    content: "إغلاق الكاميرا";
    position: absolute;
    background-color: var(--primary-color1);
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    width: 130%;
    right: -10px;
    top: -4px;
  }
}

.date-picker {
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 300px;
  overflow-y: auto;
  padding: 0 10px 20px;
}

.date-item {
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  padding-right: 20px;
  position: relative;
  background-color: #f7f7f7;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;

  &:hover {
    background-color: var(--primary-color1);
    color: #fff;
  }

  * {
    flex: 1;
  }
}

.date-item-active {
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  padding-right: 20px;
  position: relative;
  cursor: default;
  background: var(--backgrount-color) !important;
  color: var(--text-color1) !important;

  &:hover {
    background-color: transparent;
    color: inherit;
  }

  &::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: var(--backgrount-color);
    border: 3px solid #fff;
  }
}

/* Popup */
.popup {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #02291f90;
  backdrop-filter: blur(5px);
  z-index: 9999;
  overflow: hidden !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-content {
  position: relative;
  width: 99%;
  max-width: 500px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin-top: -10vh;
}

.popup-close {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 28px;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  background-color: rgba(255, 0, 0, 0.6);
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50;
  -moz-border-radius: 50;
  -ms-border-radius: 50;
  -o-border-radius: 50;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}

.popup-close:hover {
  background-color: rgba(255, 0, 0, 0.9);
}

.popup h4 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
}

.text-red {
  color: #dc3545 !important;
}

.new-scroll {
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color1) transparent;
  padding-inline-end: 10px;
}

.terms {
  padding-block: 3rem;

  h1,
  h3,
  h2 {
    color: var(--primary-color1);
  }

  h3 {
    font-size: 1.4rem;
  }

  hr {
    border: 1px solid var(--primary-color1);
  }
}

.payment-callback {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  backdrop-filter: blur(5px);
}

.animate-spin {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
