/*
* Página Estilo CSS Site 
* Copyright 2011-2023 Equipe VK2 Authors
* Licensed under EULA
*/
html {
  scroll-behavior: smooth;
  scroll-snap-align: center;
}

body {
  display: inline-block;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  font-family: "montserrat", sans-serif;
  background: #e9e9e9;
  background-color: #e9e9e9;
  position: relative;
}

a,
a:hover,
a:not(.btn) {
  text-decoration: none;
  background-color: transparent;
}

.disHighlight {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -o-user-select: none;
  -moz-user-select: none;
}

ul,
li,
ol {
  margin: 0;
  padding: 0;
}

form input,
form select,
form input:focus,
form select:focus,
form textarea:focus,
form button:focus,
form input:hover,
form select:hover,
form button:hover,
form textarea:hover {
  outline: none;
}

.wow {
  visibility: hidden;
}

.dev-pag {
  display: block;
  text-align: center;
  font-size: 70px;
  letter-spacing: -1px;
  line-height: 70px;
  color: #e20019;
  font-weight: bold;
  font-family: "Calibri";
  margin: 200px 0;
}

/* section-header */

#header-desktop {
  position: fixed;
  top: 0;
  padding: 20px 40px 20px 40px;
  z-index: 1;
  background-color: #fff;
  left: 33%;
  right: 33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 40px 40px;
  width: 700px;
  height: 200px;
}

.logo {
  width: 100%;
  display: flex;
  justify-content: center;
}

.logo img {
  width: 15vw;
  height: auto;
}

.header-menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: row;
  list-style: none;
  gap: 20px;
  font-size: 18px;
  font-weight: 500;
}

.header-menu li a {
  color: black;
  text-decoration: none;
}

.header-menu li a:hover {
  color: #252525;
}

/* #endregion */

/* section-body */

.banner-arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
}

.arrow-line {
  width: 3px;
  height: 215px;
  background-color: #8fc2ce;
  position: relative;
  top: 7%;
}

.arrow-down {
  font-size: 20px;
  color: #8fc2ce;
  height: 25px;
  width: 25px;
  text-align: center;
}

.slick-dots {
  display: flex;
  flex-direction: column;
  position: inherit;
  justify-content: center;
  align-items: center;
}

.banner-slider-img {
  width: 100%;
  height: inherit;
  object-fit: fill;
  object-position: center;
}

#banner-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.banner-dot {
  color: #8fc2ce;
  font-size: 18px;
  width: 50%;
  text-align: center;
}

.active {
  font-size: 26px;
}

#banner-number {
  color: #8fc2ce;
  font-size: 38px;
}

.banner-guide {
  width: 115px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  padding-bottom: 10%;
  background-color: #5094a6;
}

.banner-container {
  display: flex;
  flex-direction: row;
  gap: 0;
}

.banner {
  width: calc(100% - 115px);
  height: 700px;
  display: block;
}

.booking-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
  padding: 35px;
  background-color: #dedede;
}

.booking-texts {
  width: 30%;
  text-transform: uppercase;
}

.booking-texts h1 {
  font-size: 24px;
  font-weight: 800;
}

.booking-texts h2 {
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  margin-right: 20%;
}

.whatsappbtn {
  font-size: 20px;
  background: #01d85c;
  text-decoration: none;
  color: #fff;
  padding-left: 50px;
  padding-right: 20px;
  border-radius: 3px;
  height: 80px;
  width: 335px;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 40px;
  text-transform: uppercase;
  font-weight: 600;
}

.whatsappbtn:hover {
  background: #018237;
  color: #fff;
}

.whatsappbtn .fa-whatsapp {
  font-size: 46px;
}

.about-us {
  background-color: #f8f8f8;
  display: flex;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 5vw;
  padding-bottom: 5vw;
  gap: 50px;
}

.about-us-img {
  width: 50%;
  overflow: hidden;
  height: 560px;
  display: block;
}

.about-us-texts {
  width: 50%;
}

.about-us-title {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 300;
}

.about-us-title span {
  font-size: 86px;
  font-weight: 800;
}

.about-us-description {
  font-size: 18px;
  margin-right: 5vw;
  padding-top: 50px;
  text-align: left;
}

.attractions {
  background-color: #5094a6;
}

.attraction-wrapper {
  display: flex;
  justify-content: center;
  padding: 5vw 10vw 5vw 10vw;
}

.attractionVideo iframe {
  width: inherit;
  height: inherit;
}

.attractionVideo {
  height: 20vw;
  width: 35vw;
  border: 1px solid black;
}

.attraction-title {
  font-size: 55px;
  margin-bottom: 5vh;
  font-weight: 500;
  text-transform: uppercase;
  text-align: right;
}

.attraction-title span {
  font-weight: 800;
}

.attraction-Icons {
  display: flex;
  gap: 2vh 3vw;
  justify-content: end;
  width: 30vw;
  flex-wrap: wrap;
  flex-direction: row;
}

.attraction-texts {
  padding-left: 20vh;
}

.fun-Item {
  display: flex;
  text-align: right;
  font-size: 18px;
  height: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  width: 35%;
}

.fun-Item:hover .fun-Icon {
  box-shadow: 0px 0px 15px 3px #ff6600;
  color: #ff6600;
}

.fun-Icon {
  background: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fun-Icon span::before {
  font-size: 36px;
  display: block;
}

.fun-Description {
  color: #fff;
  padding: 5px;
  line-height: 20px;
  text-align: left;
  width: min-content;
}

.fun-Item:hover .fun-Description {
  color: #ff6600;
}

.accomodations {
  display: flex;
  gap: 5%;
  padding: 5vw;
  justify-content: center;
  align-items: flex-start;
}

.accomodation-menu {
  width: 17vw;
  font-size: 22px;
  border-radius: 60px;
  background-color: #69b3c6;
}

.accomodation-header {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  align-items: center;
  background: #000;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: white;
}

.accomodation-header p {
  margin-right: 5%;
  margin-left: 5%;
}

.accomodation-header.icon-bed::before {
  color: black;
  -webkit-text-stroke: 2px #f60;
  font-size: 34px;
  padding-left: 20px;
}

.accomodation-list {
  padding: 20px 0px 45px 0px;
}

.accomodation-list ul {
  list-style: none;
}

.accomodation-option {
  height: 80px;
  font-size: 16px;
  text-align: left;
  padding: 0px 30px 0px 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: 5px;
  color: #fff;
  cursor: pointer;
}

.accomodation-option-active {
  position: relative;
  background: #5094a6;
  left: 2%;
  margin-left: 0;
  color: #000;
}

.accomodation-option-active::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-left-color: #5094a6;
  border-right: 0;
  margin-top: -15px;
  margin-right: -15px;
}

.accomodation-icon::before {
  font-size: 36px;
  color: #fff;
}

.accomodation-option-active .accomodation-icon::before {
  color: #000;
}

.accomodation-info {
  display: flex;
  flex-direction: column;
  scroll-margin-top: 45vh;
}

.gallery {
  display: grid;
  grid-gap: 35px 30px;
  grid-template-areas:
    "galleryOne galleryTwo"
    "galleryOne galleryThree";
  grid-template-columns: 600px 14vw;
}

.main-gallery-img {
  width: 40vw;
  height: 30vh;
}

.galleryItem:first-child {
  grid-area: galleryOne;
}

.galleryItem {
  overflow: hidden;
}
.galleryItemTwo {
  grid-area: galleryTwo;
}
.galleryItemTree {
  grid-area: galleryThree;
}

.galleryItem img {
  width: 100%;
  height: 100%;
  display: block;
}
.galleryItemHidden{
  display: none;
}

.descriptionText {
  font-size: 16px;
}

.accomodation-showcase {
  width: 50vw;
}

.accomodation-desc-text {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.accomodation-desc-text hr {
  width: 100%;
}

.accomodation-details {
  font-size: 18px;
  display: flex;
  flex-direction: column;
}

.accomodation-description {
  display: flex;
  flex-direction: row;
  margin-top: 3vw;
  gap: 30px;
}

.contact-banner {
  background-color: #d3d3d3;
  width: 21vw;
  display: flex;
  font-size: 22px;
  flex-direction: column;
  height: 45vh;
  padding: 25px;
  flex-wrap: wrap;
  gap: 30px;
}

.contact-banner small {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.contact-banner .booking-btn {
  width: 100%;
  margin-top: 15%;
}

.accomodation-details h3 {
  font-size: 18px;
}

.accomodation-details ul {
  font-size: 16px;
  margin-top: 5%;
  list-style-position: inside;
}

.btn-accomodation {
  width: 100%;
  font-size: 16px;
  height: 5vw;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 0;
  padding-bottom: 0;
  gap: 25px;
}

.booking-banner {
  width: 100%;
  height: 300px;
  object-position: center;
}

.contact-info {
  padding: 10vh 15vw;
  display: flex;
  flex-direction: row;
}

.faq-section {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.faq-title {
  font-size: 28px;
  margin-right: 50%;
  line-height: 30px;
}

.faq-title span {
  font-weight: 800;
  font-size: 42px;
}

.faq {
  width: 75%;
}

.faq-container {
  font-size: 15px;
  margin-top: 10%;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.question {
  border-bottom: 1px solid black;
  padding: 5px 5px 15px;
  display: flex;
  justify-content: space-between;
}

.question p {
  margin-right: 5vw;
}

.answer.active {
  padding: 20px;
  font-size: 16px;
}

.contact-form {
  width: 50%;
}

.contact-form-header {
  margin-right: 10vw;
  margin-bottom: 5%;
}

.contact-form-title {
  font-size: 42px;
}

.contact-form-title span {
  font-size: 58px;
  text-transform: uppercase;
  font-weight: 800;
}

.contact-form-subtitle {
  font-size: 16px;
}

.contact-post form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-disclaimer {
  font-size: 14px;
}

.postBtn {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.form-contact-btn {
  font-size: 16px;
  background: #000080;
  text-decoration: none;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 3px;
  display: inline-block;
  height: 7vh;
  width: 11vw;
  font-weight: 600;
}

.form-contact-btn:hover {
  background: #5b7cbc;
  color: #000;
}

.top-banner {
  height: 270px;
  background-color: #5b7cbc;
}

.events-page {
  padding: 5%;
  background-color: #fff;
}

.eventList {
  display: flex;
  gap: 25px;
}

.events-title {
  display: flex;
}

.eventMonth {
  font-size: 32px;
  text-transform: capitalize;
  color: #ec6d0f;
  font-weight: 800;
  margin-top: 100px;
  margin-bottom: 100px;
}

.event-header span {
  font-size: 86px;
  display: block;
  line-height: 62px;
  font-weight: 800;
  text-transform: uppercase;
}

.event-header {
  font-size: 50px;
}

.events {
  display: flex;
  flex-direction: column;
}

.eventDate {
  font-size: 30px;
  text-transform: capitalize;
}

.eventName {
  font-size: 24px;
}

.eventDescription {
  font-size: 18px;
}

.mainEvents {
  display: flex;
  flex-direction: row;
  gap: 25px;
}

.mainEvent {
  border: 1px solid black;
  padding: 40px;
  border-radius: 30px;
  width: 600px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.otherEvents {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.otherEvent {
  display: flex;
  flex-direction: column;
  border: 1px solid black;
  padding: 25px 30px;
  border-radius: 30px;
  line-height: 20px;
}

.eventInformation {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  margin-top: 20px;
}

.eventImg {
  width: 290px;
  height: 180px;
}

.eventImg img {
  width: inherit;
  height: inherit;
  object-fit: contain;
}

.more-info {
  font-size: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.EventLinkBtn {
  background: #000080;
  background-color: rgb(0, 0, 128);
  text-decoration: none;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 3px;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  width: 100%;
  white-space: normal;
  height: auto;
  line-height: 20px;
  text-align: unset;
}

.otherEvent {
  display: flex;
  flex-direction: column;
  border: 1px solid black;
}

/* #endregion */

/* FOOTER */
.footer-logo {
  width: 220px;
  height: auto;
  display: flex;
  align-items: start;
}

.footer-logo img {
  max-width: 100%;
  height: auto;
}

.inner-footer {
  padding: 0 10vw;
  background-color: #2d2d2d;
}

.inner-footer > ul {
  display: flex;
  list-style: none;
  justify-content: space-evenly;
  align-items: center;
  padding-bottom: 20px;
}

.footer-section {
  font-size: 22px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.footer-section.socialMediaFooter {
  justify-content: space-evenly;
  flex-direction: row;
  gap: 50px;
}

.footer-section ul {
  display: flex;
  list-style: none;
  flex-direction: column;
  font-size: 14px;
}

.social-media {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.network {
  font-size: 32px;
  color: #fff;
}

.network:hover {
  color: #5094a6;
}

.developers {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25%;
  gap: 20px;
}

.dev-text {
  font-size: 13px;
  text-align: right;
}

.icon-googlebusiness {
  content: url("../../images/googlebusiness.png");
  width: 48px;
  height: 48px;
}

.icon-tripadvisor {
  content: url("../../images/tripadvisor.png");
  width: 48px;
  height: 48px;
}

/* #region !Important Classes */
.visible {
  opacity: 1 !important;
  transition: all 100ms ease-in;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -ms-transition: all 100ms ease-in;
}

.invisible {
  opacity: 0 !important;
  transition: all 250ms ease-in;
  -ms-transition: all 250ms ease-in;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
}

.noheight {
  height: 0 !important;
  min-height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  transition: all 175ms ease-in;
  -webkit-transition: all 175ms ease-in;
  -ms-transition: all 175ms ease-in;
  -moz-transition: all 175ms ease-in;
}

.hidden {
  display: none !important;
}

.box {
  width: 1600px;
  margin: 0 auto;
  padding: 0 0 0 0;
  position: relative;
}

.form-control {
  display: block;
  line-height: 45px;
  font-size: 14px;
  padding: 0 10px 0 20px;
  box-sizing: border-box;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #b7b7b7;
  color: #545454;
  background-color: #e6e6e6;
}

.copyright {
  width: 100%;
  text-align: center;
  color: #000;
  background-color: #5094a6;
  font-size: 16px;
  padding: 10px 0px 10px 0px;
}

select.form-control {
  display: block;
  line-height: 45px;
  font-size: 14px;
  padding: 0 0px 0 20px;
  box-sizing: border-box;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #b7b7b7;
  color: #6c757d;
  background-color: #e6e6e6;
  height: 6vh !important;
}

.terms {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 5vw;
  background-color: #fff;
}

.terms-description {
  font-size: 22px;
  display: flex;
  flex-direction: column;
  margin: 5vw 20vw 5vw 20vw;
  gap: 10px;
}

.error-message {
  display: flex;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 15px;
  color: #b81a2c;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  justify-content: center;
}

.page-item.active .page-link {
  z-index: 1;
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.page-link:hover {
  color: #252525;
  text-decoration: none;
  background-color: 0;
  border-color: #dee2e6;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ff5e14;
  background-color: #fff;
  border: 0;
}

.pages {
  height: 5vw;
  position: relative;
  font-size: 16px;
  background: #fff;
}

.pages nav {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.jobDetails {
  padding: 10vw 10vw 0vw 10vw;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  height: 100%;
}

.galleryMainInfo {
  display: flex;
  flex-direction: row;
  gap: 55px;
  justify-content: center;
}

.galleryMainImg img {
  max-width: 100%;
  height: auto;
}

.galleryMainImg {
  width: 50%;
  height: 100%;
  padding-top: 25px;
}

.galleryJobDescription {
  width: 70%;
  font-size: 15px;
}

.JobLocation {
  height: 25vw;
  width: 50%;
}

.galleryJobDetails {
  display: flex;
  gap: 85px;
  margin-top: 100px;
}

.jobDetailsInfo {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 50%;
  justify-content: center;
}

.jobDetailsInfo h3 {
  margin-bottom: 5%;
}

.jobDetailsList {
  display: flex;
  flex-direction: row;
  gap: 35px;
  list-style: none;
  justify-content: left;
  margin-right: 10vh;
  flex-wrap: wrap;
  height: 100%;
}

.jobDetailsList li {
  text-align: center;
  width: 33.3333%;
}

.jobDetailsList li small {
  font-size: 18px;
}

.detailValue {
  font-size: 62px;
  line-height: 70%;
}

.job-GalleryGrid li {
  width: 25%;
}

/* #endregion */

/* #region cookie */
.cookie-consent {
  display: block;
  width: 100%;
  height: 180px;
  margin: 0;
  padding: 25px;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 90000;
  margin-bottom: 15px;
}

.cookie-consent-box {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  gap: 50px 100px;
  margin: 0;
  padding: 0;
}

.cookie-consent-text {
  display: block;
  width: 50%;
  margin: 0;
  padding: 0;
}

.cookie-consent__title {
  font-size: 32px;
  font-weight: 800;
  color: #000;
}

.cookie-consent__message {
  font-size: 18px;
  font-weight: 500;
  color: #5094a6;
}

.cookie-consent-button {
  display: flex;
  justify-content: left;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0 0;
  width: 250px;
  margin: 0;
  padding: 0;
}

.cookie-consent__agree {
  display: block;
  width: 250px;
  height: 50px;
  margin: 0;
  padding: 0;
  border-radius: 18px;
  background: #69b3c6;
  color: #fff;
  line-height: 50px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  appearance: none;
  border: 0;
  cursor: pointer;
  transition: all 100ms ease-in;
  -webkit-transition: all 100ms ease-in;
  -ms-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
}

.cookie-consent__agree:hover {
  background: #5094a6;
  -webkit-box-shadow: 0 6px 10px 0 rgba(193, 33, 47, 0.14),
    0 1px 18px 0 rgba(193, 33, 47, 0.12), 0 3px 5px -1px rgba(193, 33, 47, 0.2);
  -moz-box-shadow: 0 6px 10px 0 rgba(193, 33, 47, 0.14),
    0 1px 18px 0 rgba(193, 33, 47, 0.12), 0 3px 5px -1px rgba(193, 33, 47, 0.2);
  box-shadow: 0 6px 10px 0 rgba(193, 33, 47, 0.14),
    0 1px 18px 0 rgba(193, 33, 47, 0.12), 0 3px 5px -1px rgba(193, 33, 47, 0.2);
}

.color-btn-send{
  background-color: #5094a6;
}

/* #endregion */
