.menu-top ul li a {
  color: white;
}
.top-left {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 230px;
  justify-content: space-between;
}
.about-us ul {
  padding-left: 1rem;
  list-style: disc !important;
}
.about-us ul li {
  list-style: disc !important;
}
.alert,
#alert p {
  text-align: center;
  line-height: 2;
  padding: 0;
  margin: 1rem 0 0 0;
  width: 100%;
  background: #00a34f;
  color: white;
  overflow: hidden;
  border: none;
}
.g-recaptcha > div {
  margin: 0 auto 1rem;
}
@media (max-width: 600px) {
  .g-recaptcha {
    transform: scale(0.75);
  }
}
#contactForm button {
  width: 100%;
}
#contactForm .form-check p {
  font-size: 13px;
}
.custom-map {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.activity-block-three .info-btn-box .info-panel {
  width: 320px;
}
@media (max-width: 885px) {
  .activity-block-three .info-btn-box .info-panel {
    width: 205px;
  }
}
@media (max-width: 767px) {
  .activity-block-three .info-btn-box .info-panel {
    width: 290px;
  }
}
@media (max-width: 640px) {
  .activity-block-three .info-btn-box .info-panel {
    width: 250px;
  }
}
@media (max-width: 600px) {
  .activity-block-three .info-btn-box .info-panel {
    width: 320px;
  }
}
.activity-block-three .info-btn-box .panel-list li {
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .activity-block-two .info-btn-box .info-panel,
  .activity-block-three .info-btn-box .info-panel {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
}
@media (max-width: 400px) {
  .activity-block-two .info-btn-box .info-panel,
  .activity-block-three .info-btn-box .info-panel {
    transform: translateX(-66%);
    width: 290px;
  }
}
.activity-block-three {
  width: 100%;
  border: 2px solid #5e5e5e;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  *background: #ffffff;
}
.offerItem {
  display: flex !important;
  width: 100%;
  padding: 2rem 0;
  align-items: center;
}
@media (max-width: 1100px) {
  .offerItem {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .offerItem {
    display: block !important;
  }
}
.offerItem__bottom {
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem 2rem ;
}
@media (max-width: 992px) {
  .offerItem__bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.offerItem .content-box {
  width: 100% !important;
  padding: 0 2rem;
}
@media (max-width: 850px) {
  .offerItem .theme-btn.btn-style-four {
    width: 16rem;
    text-align: center;
  }
}
.offerItem.-checked {
  border: 1px solid green;
}
.standard {
  width: 100%;
}
@media (max-width: 767px) {
  .standard {
    max-width: 480px;
    margin: 0 auto;
    padding: 1rem;
  }
}
.standard__title {
  font-weight: 600;
  color: black;
  margin-bottom: 1rem;
  display: block;
}
.standard ul li {
  color: black;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
}
.standard ul li span {
  margin-right: 0.25rem;
  color: #0F9E5E;
}
.extraItems {
  width: 100%;
  background: #f1f6ff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-height: 0;
  transition: 0.5s ease-in;
}
.extraItems.-normal {
  box-shadow: unset;
  background: transparent;
}
.extraItems.-normal ul {
  padding: 0;
}
@media (max-width: 767px) {
  .extraItems {
    max-width: 480px;
    margin: 0 auto;
  }
}
.extraItems ul {
  padding: 2rem;
}
@media (max-width: 767px) {
  .extraItems ul {
    padding: 1rem;
  }
}
.extraItems.-active {
  max-height: 100rem;
}
.addToPDF {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  z-index: 10;
}
@media (max-width: 767px) {
  .addToPDF {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.addToPDF__input {
  display: flex;
  align-items: center;
}
.addToPDF__input label {
  color: black;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1;
  margin-right: 0.25rem;
  margin-bottom: 0;
  margin-top: 0.1rem;
}
.extraItemsList li label {
  color: black;
}
.qty {
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}
.qty label {
  font-size: 0.8rem;
  font-weight: 500;
  color: black;
  margin: 0 0.25rem 0 0;
}
.qty input {
  border: 1px solid black;
  width: 3rem;
  text-align: center;
  border-radius: 3px;
}
.offerBottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.pdfButton {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  padding: 0.5rem 1rem;
  background: #061138;
  border: 2px solid white;
  color: white;
  z-index: 99;
  display: none;
  align-items: center;
  font-weight: 500;
}
.pdfButton.-active {
  display: flex;
}
.pdfButton img {
  width: 2rem;
  margin-left: 0.25rem;
}
.modal-backdrop.fade.show {
  display: none;
}
.modal.fade.show {
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
}
.modal-title {
  font-family: 'Poppins', sans-serif;
}
.modal-body span {
  text-align: center;
  font-size: 0.85rem;
  color: black;
  display: block;
}
.modal-body .modal-form {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.modal-body .modal-form input,
.modal-body .modal-form textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 3px;
}
.modal-body .modal-form input:last-child,
.modal-body .modal-form textarea:last-child {
  margin-bottom: 0;
}
.modal-footer {
  justify-content: center;
}
.modal-footer .btn.btn-primary {
  background: #061138;
  border-color: #061138;
  color: white;
}
.load {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.load.-active {
  display: flex;
}
.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gallery {
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.gallery__item {
  margin: 0 0.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.gallery__item img {
  transition: 0.2s ease-in;
}
.gallery__item:hover img {
  transform: scale(1.1);
}
.galleryTitle {
  text-align: center;
  color: black;
}
@media (max-width: 991px) {
  .offer-menu {
    display: none;
  }
}
.offerShow {
  margin-top: 3rem;
}
@media (max-width: 991px) {
  .offerShow {
    margin-top: 10rem;
  }
}
@media (max-width: 767px) {
  .offerShow {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .header-style-one .nav-content .nav-outer,
  .header-style-two .header-upper .nav-outer,
  .header-style-three .header-upper .nav-outer {
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .about-us-image {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .about-section {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .pretty {
    white-space: unset;
    margin: 0.3rem 0;
  }
  .pretty label {
    text-indent: unset !important;
    padding-left: 1.5rem;
  }
  .pretty label:before,
  .pretty label:after {
    top: 0 !important;
  }
}
@media (max-width: 767px) {
  .pretty.p-icon .state .icon {
    top: 0!important;
  }
}
.equipment {
  color: black;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.equipment span {
  margin-right: 0.5rem;
  color: #0F9E5E;
}
.totalPrizeItem {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: black;
  text-align: center;
  font-weight: 600;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .totalPrizeItem {
    padding: 0 1rem 1rem;
    font-size: 1rem;
  }
}
.totalContainer {
  margin-left: 0.5rem;
  display: block;
  background: #0F9E5E;
  padding: 0.4rem 1rem;
  color: white;
  border-radius: 8px;
}
.textOffer {
  text-align: center;
  color: black;
  margin-bottom: 3rem;
}
.textOffer img {
  max-width: 600px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .textOffer img {
    width: 100%;
  }
}
.rate-text input {
  width: 3.2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.extraNumber {
  display: flex;
  align-items: center;
}
.extraNumber input {
  margin-left: 1rem;
  width: 4rem;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.extraNumber label {
  margin-bottom: 0;
}
.offerImage {
  position: relative;
  margin-right: 30px;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.25);
  width: 30rem;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .offerImage {
    display: none;
  }
}
.offerImage img {
  border-radius: 4px;
  width: 30rem;
}
.offerImage small {
  display: block;
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  background-color: #d5ae82;
  color: white;
  text-transform: uppercase;
  font-size: 0.6rem;
  text-align: center;
  padding: 0.2rem;
  line-height: 1;
  border-radius: 2px;
}
.offerImageMobile {
  width: fit-content;
  position: relative;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin: 0 auto 1rem;
  display: none;
}
@media (max-width: 1100px) {
  .offerImageMobile {
    display: block;
  }
}
.offerImageMobile img {
  border-radius: 4px;
}
.offerImageMobile small {
  display: block;
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  background-color: #d5ae82;
  color: white;
  text-transform: uppercase;
  font-size: 0.6rem;
  text-align: center;
  padding: 0.2rem;
  line-height: 1;
  border-radius: 2px;
}
.booking-link {
  display: flex;
  align-items: center;
}
.booking-link .fixedList {
  display: flex;
  align-items: center;
}
.booking-link .fixedList li {
  padding: 0 1rem;
}
.booking-link .fixedList li a {
  color: #061138;
}
.mobile-nav-toggler {
  border: 2px solid white;
  display: flex!important;
  align-items: center;
  padding: 0.25rem 0.5rem;
  margin: 0 0 0.3rem !important;
}
@media (min-width: 992px) {
  .mobile-nav-toggler {
    display: none!important;
  }
}
.mobile-nav-toggler .mobile-text {
  font-size: 1.2rem;
  margin-right: 0.75rem;
  font-weight: 400;
  line-height: 1.5rem;
  padding-top: 0.1rem;
}
.mobile-nav-toggler img {
  height: 1.6rem;
  filter: invert(1);
}
@media (max-width: 767px) {
  .nav-outer {
    margin-top: 1.55rem;
  }
}
@media (max-width: 576px) {
  .info ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.extraTitle {
  padding: 2rem 0 0.5rem;
  display: block;
  color: #061138;
  font-weight: 500;
  text-transform: uppercase;
}
.extraSection {
  padding-top: 2rem;
  background: #f2f6ff;
  display: none;
}
.extraSection.-active {
  display: block;
}
.extraSection .extraTitle {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .extraSection .extraTitle {
    padding: 0;
  }
}
.extraSection .extraItems {
  padding: 0 2rem;
}
.buttonWithPrice {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .buttonWithPrice {
    flex-direction: column;
  }
}
.buttonWithPrice .pricing {
  text-align: center;
}
.buttonWithPrice .price-title {
  font-size: 1.15rem;
  text-transform: uppercase;
}
.buttonWithPrice .unit {
  color: #061138;
  font-weight: 600;
  font-size: 1.5rem;
}
.buttonColors {
  margin-top: 2rem;
  display: block;
  width: 18.3rem;
  text-align: center;
  background: green;
  color: white;
  padding: 0.5rem 1.5rem;
  font-size: 14px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1140px) {
  .buttonColors {
    width: 18.2rem;
  }
}
@media (max-width: 767px) {
  .buttonColors {
    margin: 1.25rem auto 0 auto;
    padding: 0.5rem 0;
  }
}
@media (max-width: 600px) {
  .buttonColors {
    width: 100%;
  }
}
.buttonColors:hover {
  color: white;
  background: darkgreen;
}
@media (max-width: 767px) {
  .activity-block-three .links-box .link {
    margin-right: 0;
  }
}
@media (max-width: 1139px) {
  .activity-block-three .links-box {
    margin-top: 8px;
  }
}
/*# sourceMappingURL=main-v5.css.map */