@charset "utf-8";

:root {
  --primary: #ECBF2C;
  --secondary: #151830;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  border-spacing: 0px;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #FFF;
  background-color: var(--secondary);
}

strong {
  font-weight: 400;
}

a {
  color: #FFF;
  font-size: 14px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

h1,
h2,
h3 {
  color: var(--primary);
  font-family: "Lobster", serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

:focus {
  outline: 0;
}

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

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

.container-map {
  position: relative;

}

.container-map p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}

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

.social-icon a {
  color: #FFF;
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
  margin: 3px;
  text-align: center;
  padding: 10px 20px;
  padding-left: 50px;
  border-radius: 10px;
  background-color: #292e54;
  vertical-align: middle;
  position: relative;
}

.social-icon a>i {
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  line-height: 36px;
  width: 36px;
  height: 36px;
  font-size: 16px;
  border-radius: 10px;
  background-color: #0a111e;
}

.container-map:before {
  content: '';
  position: absolute;
  width: 100%;
  top: -35px;
  height: 21px;
  background: url(../images/rombus.svg) repeat-x;
  z-index: 1;
}

.container-map .map {
  width: 100%;
  height: 300px;
  border-radius: 30px;
}

.hero {
  position: relative;
  padding: 150px 0;
  text-align: center;
  /* overflow: hidden; */
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gradient-background {
  background: linear-gradient(312deg, deepskyblue, rgb(255, 128, 0), darkviolet, blue);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.hero:before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: -9.5px;
  height: 21px;
  background: url(../images/rombus.svg) repeat-x;
  z-index: 5;
}

.hero .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
  mix-blend-mode: multiply;
  /* filter: blur(4px); */
  object-fit: cover;
}

.hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
  opacity: 0.1;
}

.hero-content {
  position: relative;
  z-index: 3;
}

.hero .logo {
  width: 220px;
  margin-bottom: 40px;
}

.hero h1 {
  margin-bottom: 20px;
  color: var(--primary);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.hero p {
  max-width: 400px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .hero {
    padding: 150px 20px;
  }
}

.primary-btn {
  background-image: linear-gradient(250deg, #FFE128 0%, #CF5F00 100%);
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.50);
  border-radius: 26px;
  padding: 1px;
  color: #FFF;
  display: inline-block;
}

.primary-btn span {
  display: block;
  font-size: 14px;
  background-color: var(--secondary);
  border-radius: 26px;
  padding: 12px 30px;
}

.usps {
  position: relative;
  padding: 100px 0;
  max-width: 1000px;
}

.usps .fa-star {
  color: var(--primary);
}

.usps .card {
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}

.usps .card i {
  display: block;
  font-size: 50px;
  margin-bottom: 10px;
  color: #FFF;
  border-radius: 10px;
}

.usps .card h3 {
  margin-bottom: 10px;
  color: #FFF;
}

.usps .card p {
  font-size: 14px;
  opacity: 0.5;
}

.bg-dark {
  position: relative;
  background-color: #0A111E;
}

.bg-dark:before {
  content: '';
  position: absolute;
  width: 100%;
  top: -9.5px;
  height: 21px;
  background: url(../images/rombus.svg) repeat-x;
  z-index: 1;
}

.booking-form {
  background-color: #0A111E;
  padding: 30px;
  border-radius: 10px;
  width: 100%;
  margin: 0 auto;
  max-width: 700px;
}

.booking-form .booking-date-text {
  font-size: 14px;
  margin-bottom: 30px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.booking-form p {
  font-size: 13px;
  margin-bottom: 30px;
  text-align: center;
}

.booking-form hr {
  border-color: #1E2A44;
}

.booking-date-form {
  display: flex;
  justify-content: space-between;
}

.booking-date-form .col {
  flex: 1;
}

@media (max-width: 768px) {
  .booking-date-form {
    flex-direction: column;
    align-items: center;
  }

  .booking-date-form .calendar {
    margin-bottom: 20px;
  }

  .booking-date-form .time-slots {
    width: 290px;
  }
}

.addons-section {
  background-color: #030915;
  padding: 20px;
  border-radius: 10px;
}

.addons-section .addon-item {
  padding: 5px 5px;
  font-size: 14px;
  margin-bottom: 3px;
  border-radius: 10px;
  border: 1px solid #1E2A44;
}

.addons-section .subtext {
  font-size: 13px;
  margin-top: -10px;
  opacity: 0.8;
  color: var(--primary);
  text-align: left;
  margin-bottom: 10px;
}

.addons-section .addon-name {
  flex: 1;
  padding-left: 10px;
}

.addons-section .addon-price {
  flex: 1;
  color: #749ae7;
}

.addon-price-small {
  font-size: 12px;
  color: #749ae7;
  display: block;
}

.addons-section .addon-quantity {
  flex: 2;
}

.addons-section .addon-item.selected {
  border-color: #0BD8B6;
}

.addons-section .qty-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  opacity: 0.7;
  text-align: center;
  color: #749ae7;
  background-color: #0F1728;
  vertical-align: top;
}



.addons-section .addon-item input[type="number"] {
  width: 50px;
  background-color: #0F1728;
  border: none;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  text-align: center;
  color: #FFF;
  height: 40px;
  font-weight: bold;
  padding: 10px 10px;
  border-radius: 10px;
}

.addons-section .addon-item.selected input[type="number"] {
  color: #333;
  background-color: #0BD8B6;
}

.booking-total {
  background-color: #030915;
  padding: 30px;
  font-size: 14px;
  border-radius: 10px;
}

.booking-total strong {
  font-weight: bold;
}

.booking-total span {
  font-size: 12px;
  opacity: 0.5;
  display: block;
}

.booking-total .subtotal {
  font-size: 13px;
}

.booking-total .subtotal discount {
  font-size: 12px;
  opacity: 0.5;
}

.booking-total .subtotal.discount strong {
  font-size: 13px;
  color: #E5484D;
}

.time-slots {
  overflow-y: auto;
  height: 350px;
}

@media (max-width: 768px) {
  .time-slots {
    height: auto;
    overflow-y: visible;
  }
}

.time-slots .timeslot-label {
  font-size: 11px;
  font-weight: bold;
  padding: 10px 12px;
  color: #749ae7;
  text-transform: uppercase;
  background-color: #172238;
  margin-bottom: 5px;
  border-radius: 10px;
}

.time-slots .timeslot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  margin-bottom: 5px;
  background-color: #0F1728;
  border: 1px solid #0F1728;
  border-radius: 10px;
}

.time-slots .timeslot:last-child {
  margin-bottom: 0;
}

.time-slots .timeslot strong {
  font-size: 13px;
}

.time-slots .timeslot .text-muted {
  font-size: 12px;
  opacity: 0.5;
  display: block;
}

.time-slots .timeslot .status {
  font-size: 12px;
  color: #FFF;
  background-color: #22C55E;
  padding: 5px 10px;
  border-radius: 10px;
}

.time-slots .timeslot.available {
  cursor: pointer;
}

.time-slots .timeslot.booked {
  background-color: #0A111E;
  border-color: #1E2A44;
  opacity: 0.5;
}

.time-slots .timeslot.booked .status {
  background-color: #EF4444;
}

.time-slots .timeslot.selected {
  background-color: var(--primary);
  color: var(--secondary);
}

.receipt {
  background-color: #FFF;
  max-width: 300px;
  margin: 20px auto;
  border-radius: 5px;
  color: var(--secondary);
}

.receipt .alert {
  padding: 20px 20px;
  border-radius: 5px 5px 0 0;
}

.receipt .alert i {
  font-size: 35px;
  display: block;
  border: 1px solid #FFF;
  border-radius: 60px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.receipt .logo {
  width: 150px;
  margin-bottom: 15px;
}

.receipt .receipt-body {
  padding: 20px 20px;
}

.receipt-item {
  display: flex;
  justify-content: space-between;
  padding: 7px 10px;
  font-size: 13px;
  line-height: 1.5em;
}

.receipt-item strong {
  display: block;
  font-weight: bold;
}

.receipt-item.total {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 10px;
  border-top: 1px solid #1E2A44;
  border-bottom: 2px solid #1E2A44;
}

.receipt-item.subtotal {
  font-size: 13px;
  font-weight: bold;
  border-top: 1px dotted #1E2A44;
}

.receipt-footer {
  font-size: 13px;
}

.receipt-footer span {
  color: #EF4444;
}

.receipt-footer a {
  color: #EF4444;
  font-size: 13px;
}

.receipt-booking {
  padding: 15px 10px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px;
  border-bottom: 1px dotted #1E2A44;
}

.receipt-booking div {
  flex: 1;
}

.receipt-booking span {
  font-size: 12px;
  opacity: 0.5;
  display: block;
}

.receipt-booking strong {
  font-size: 14px;
  font-weight: bold;
  display: block;
}

.receipt-header {
  font-size: 14px;
  text-align: center;
  border-bottom: 1px dotted #1E2A44;
  margin: 0 20px;
  padding-bottom: 10px;
}

.receipt-header strong {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
}

.receipt-header p {
  font-size: 12px;
  margin: 0;
}

.receipt-attachment {
  display: block;
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
  background-color: #fff4cd;
  padding: 30px;
  border-radius: 10px;
}

.receipt-attachment i {
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}

.receipt-attachment input {
  opacity: 0;
  display: none;
}

.receipt-terms {
  background-color: #F7F7F7;
  padding: 30px;
  border-radius: 10px;
}

.receipt-terms h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #E5484D;
}

.receipt-terms ul {
  margin-left: 15px;
}

.payment-info-item {
  display: flex;
  padding: 5px 0;
  font-size: 13px;
  align-items: center;
}

.payment-info-item strong {
  opacity: 0.5;
  flex: 2;
}

.payment-info-item span {
  margin-left: 10px;
  flex: 3;

}

.alert {
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 13px;
  text-align: center;
  color: #FFF;
}

.alert strong {
  font-weight: bold;
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
}

.alert.success {
  background-color: #0BD8B6;
  color: #FFF;
}

.alert.warning {
  background-color: #FFCA16;
}

.alert.danger {
  background-color: #E5484D;
}

.btn-text {
  font-size: 13px;
  color: #444;
  display: block;
}

.btn-text i {
  color: var(--primary);
}

.terms {
  max-width: 600px;
  margin: 30px auto;
  padding: 20px;
}

.terms h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

.terms h4 {
  font-size: 14px;
  margin-bottom: 20px;
}

.terms ul {
  margin-left: 40px;
  margin-bottom: 30px;
}

.terms ul li {
  font-size: 14px;
}

.footer {
  font-size: 12px;
  text-align: center;
  opacity: 0.5;
  padding: 20px 0;
  background-color: #0A111E;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  opacity: 0.5;
}

.form-group select,
.form-group input {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  border: none;
  border-bottom: 1px solid #1E2A44;
  background-color: #0F1728;
  color: #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-group .small {
  font-size: 11px;
  opacity: 0.5;
  margin-top: 5px;
  display: block;
  color: #22C55E;
}

.flatpickr-calendar {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border: none;
  border-top: 1px solid #1E2A44;
}

.flatpickr-months {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1E2A44;
}

.flatpickr-months .flatpickr-month {
  background-color: transparent;
}

.flatpickr-months .flatpickr-month .flatpickr-monthSelect {
  background-color: transparent;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  top: 6px
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year,
.flatpickr-current-month .flatpickr-monthDropdown-years {
  background-color: transparent;
  font-size: 16px;
}

span.flatpickr-weekday {
  padding: 5px;
  font-size: 12px;
  opacity: 0.5;
  border-bottom: 1px solid #1E2A44;
}

span.flatpickr-weekday,
.flatpickr-current-month .flatpickr-monthDropdown-months {
  background-color: transparent;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background-color: var(--primary);
  color: var(--secondary);
  border-color: var(--primary);
}

.grecaptcha-badge {
  opacity: 0.1;
}

.floating-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9000;
  text-align: center;
}

.floating-whatsapp i {
  width: 55px;
  height: 55px;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background-color: #25D366;
  border: 1px solid #FFF;
  color: #FFF;
}

.floating-whatsapp small {
  margin-top: -4px;
  font-size: 9px;
  text-transform: uppercase;
  border: 1px solid #FFF;
  background-color: #333;
  padding: 5px 7px;
  padding-top: 7px;
  color: #FFF;
  font-weight: bold;
  opacity: 1;
  border-radius: 10px;
  display: block;
}