/* ======== Estilos Globales ========== */
@font-face {
  font-family: "Poppins";
  src: url("../../../fonts/poppins/Poppins-Thin.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../../../fonts/poppins/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../../../fonts/poppins/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../../../fonts/poppins/Poppins-Bold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins-italic";
  src: url("../../../fonts/poppins/Poppins-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
	font-family: 'Nothing you could do';
	src: url('../../../fonts/Nothing_You_Could_Do/NothingYouCouldDo-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

/* ======= Slider Grid Background ======= */
.slider-grid-bg {
  min-height: 100vh;
  background-size: cover;
  background-position: 50%;
  padding-top: 210px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
  background: #fff;
  color: var(--secondary-color);
}

.slider-grid-bg .grid-img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform: scale(1);
  transition: transform 5s, opacity 0.35s;
  opacity: 0;
  display: block;
}

.slider-grid-bg .grid-img-active {
  opacity: 1;
  transform: scale(1.03);
  -webkit-filter: brightness(70%);
}

.slider-grid-bg:hover .grid-img-active {
  -webkit-filter: brightness(70%);
}

.slider-grid-bg .content {
  position: relative;
  z-index: 2;
}

.slider-grid-bg .grid-item {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
}

.slider-grid-bg .grid-con {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
  text-decoration: none;
  color: currentColor;
  padding: 80px 30px 30px;
  transition: all 0.3s;
  background: transparent;
  min-height: 340px;
  position: relative;
}

.slider-grid-bg .grid-con-active,
.slider-grid-bg .grid-con:hover {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  color: currentColor;
  padding: 80px 30px 30px;
  transition: all 0.3s;
  background: transparent;
  min-height: 340px;
  position: relative;
  background: #fff;
  border: 1px solid #fff;
}

.slider-grid-bg .book {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  writing-mode: vertical-rl;
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  text-orientation: mixed;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 3px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-family: "Barlow Condensed", sans-serif;
  padding: 10px 3px;
  line-height: 1.5em;
}

.slider-grid-bg .grid-con:hover .book {
  color: var(--secondary-color);
  border: 1px solid #ddd;
}

.slider-grid-bg .grid-con-active .book {
  color: var(--secondary-color);
  border: 1px solid #ddd;
}

.slider-grid-bg .subtitle {
  display: block;
  font-weight: 400;
  color: #fff;
  margin-bottom: 5px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Barlow Condensed", sans-serif;
  display: inline;
}

.slider-grid-bg .grid-con:hover .subtitle {
  color: var(--primary-color);
}

.slider-grid-bg .grid-con-active .subtitle {
  color: var(--primary-color);
}

.slider-grid-bg .title {
  display: block;
  font-family: "Gilda Display", serif;
  font-size: 27px;
  line-height: 1.25em;
  letter-spacing: 0px;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0px;
}

.slider-grid-bg .grid-con:hover .title {
  color: var(--secondary-color);
}

.slider-grid-bg .grid-con-active .title {
  color: var(--secondary-color);
}

@media only screen and (max-width: 1199px) {
  .slider-grid-bg .grid-con {
    min-height: 300px;
  }

  .slider-grid-bg .grid-con-active,
  .slider-grid-bg .grid-con:hover {
    min-height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-grid-bg .grid-con {
    min-height: 240px;
  }

  .slider-grid-bg .grid-con-active,
  .slider-grid-bg .grid-con:hover {
    min-height: 240px;
  }
}

/* author & date */
.banner-header .author .avatar {
  width: 27px;
  height: 27px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}

.banner-header .post {
  margin-top: 20px;
}

.banner-header .post div {
  display: inline-block;
}

.banner-header .post .author {
  margin-right: 20px;
  font-size: 13px;
}

.banner-header .post .date-comment {
  position: relative;
  font-size: 13px;
  color: #fff;
  margin-right: 20px;
}

.banner-header .post .date-comment i {
  color: var(--primary-color);
  font-size: 18px;
  margin-right: 5px;
}

.banner-header .post .date-comment:last-of-type {
  margin-right: 0px;
}

/* bounce */
.banner-header .arrow {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  z-index: 8;
}

.banner-header .arrow.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.banner-header .arrow i {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
}

.banner-header .arrow i:hover {
  border: 1px solid #fff;
}

.banner-header .arrow i:hover:after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 767px) {

  .banner-header.full-height h1 {
    font-size: 30px;
    margin-bottom: 15px;
    letter-spacing: 10px;
    line-height: 1.35em;
  }

  .banner-header.full-height h4 {
    font-size: 12px;
  }

  .banner-header h5 {
  }

  .banner-header h1 {
    font-size: 45px;
  }
}

/* =======  Video Background  ======= */
.video-fullscreen-wrap {
  height: 100vh;
  overflow: hidden;
}

.video-fullscreen-video {
  height: 100%;
}

.video-fullscreen-wrap video {
  width: 100vw;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-fullscreen-wrap .video-fullscreen-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: right;
}

.video-lauch-wrapper {
  border: none;
  background: none;
  width: 100%;
  padding: 0;
}

.video-fullscreen-wrap .overlay {
  /*  background-image: linear-gradient(to bottom right, #000000, #000000);*/
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 4;
}

.video-fullscreen-wrap .butn-dark a {
  color: #fff;
}

.position-relative {
  position: relative !important;
}

/* ======= Team style ======= */
.team .owl-stage {
  margin: 0 auto;
}

.team .item {
  margin-bottom: 30px;
}

.team .item:hover .info .social {
  top: 0;
}

.team .info {
  text-align: center;
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.team .info .name-team,
.team .info h6 {
  font-size: 20px;
  margin-bottom: 5px;
  color: var(--secondary-color);
}

.team .info p {
  margin-bottom: 0px;
  color: var(--black-color);
}

.team .info .social {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.team .info .social a {
  font-size: 15px;
  color: var(--primary-color);
  margin: 0 5px;
}

.team .info .social a:hover {
  color: var(--secondary-color);
}

.team .info .social p {
  margin-bottom: 0px;
  color: var(--black-color);
}

/* ======= Rooms1 style ======= */
.rooms1 .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.rooms1 .item:hover img:not(.icon-facility) {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(70%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.rooms1 .item:hover .con {
  bottom: 0;
}

.rooms1 .item img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.rooms1 .item .category {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  writing-mode: vertical-rl;
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  text-orientation: mixed;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 3px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-family: "Barlow Condensed", sans-serif;
  padding: 10px 3px;
  line-height: 1.5em;
}

.rooms1 .item .category a {
  color: #fff;
}

.rooms1 .item .category:hover {
  color: #fff;
}

.rooms1 .item .con {
  padding: 20px;
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  z-index: 20;
  height: auto;
  box-sizing: border-box;
  background: -moz-linear-gradient(
    top,
    transparent 0,
    rgba(0, 0, 0, 0.1) 2%,
    rgba(0, 0, 0, 0.75) 90%
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0,
    rgba(0, 0, 0, 0.01) 2%,
    rgba(0, 0, 0, 0.75) 90%
  );
  background: linear-gradient(
    to bottom,
    transparent 0,
    rgba(0, 0, 0, 0.01) 2%,
    rgba(0, 0, 0, 0.75) 90%
  );
}

.rooms1 .item .con h6,
.rooms1 .item .con h6 a,
.rooms1 .item .con .room-address,
.rooms1 .item .con .room-address a {
  position: relative;
  color: #fff;
  font-size: 15px;
  font-family: "Barlow Condensed", sans-serif;
  display: inline;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.rooms1 .item .con h6 i {
  font-size: 6px;
  margin-right: 2px;
}

.rooms1 .item .con h5,
.rooms1 .item .con h5 a,
.rooms1 .item .con .room-card,
.rooms1 .item .con .room-card a {
  position: relative;
  color: #fff;
  font-size: 27px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 5px;
}

.rooms1 .item .con p {
  color: #fff;
  font-size: 20px;
}

.rooms1 .item .con i {
  color: #fff;
  font-size: 18px;
}

.rooms1 .item .con i:hover {
  color: #fff;
}

.rooms1 .item .con .butn-light {
  margin-left: 0;
  border-radius: 30px;
  border-color: var(--black-color);
  padding: 11px 30px;
}

.rooms1 .item .con .butn-light:hover {
  border-color: var(--primary-color);
}

/* line animation */
.rooms1 .item .line {
  text-align: center;
  height: 1px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  margin: auto 0 30px;
}

.rooms1 .item:hover .line {
  width: 100%;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}

/* facilities */
.rooms1 .facilities ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rooms1 .facilities ul li {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.2em;
  padding-bottom: 20px;
  float: left;
}

.rooms1 .facilities ul li img {
  margin-right: 10px;
  max-width: 20px;
  filter: invert(100%) sepia(27%) saturate(0%) hue-rotate(256deg)
    brightness(101%) contrast(101%);
}

/* permalink */
.rooms1 .item .con .permalink {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  height: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline;
}

.rooms1 .item .con .permalink a {
  color: #fff;
  text-align: right;
}

.rooms1 .item .con .permalink i {
  font-size: 10px;
  text-align: right;
}

.rooms1 .item .con .permalink a:hover,
.rooms1 .item .con .permalink i:hover {
  color: var(--primary-color);
}

/* ======= Rooms 2 style  ======= */

.gastronomy__list {
  margin-bottom: var(--space-between-sections);
}



/* hr style */
hr {
  margin-top: 5px;
  margin-bottom: 20px;
  border: 0;
}

hr.border-1 {
  border-top: 1px solid #ececec;
}

hr.border-2 {
  border-top: 1px solid #ececec;
}

/* button link */
.link-btn {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-family: var(--font-style-text);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 3px;
}

.link-btn i {
  margin-left: 3px;
  font-size: 15px;
  color: var(--primary-color);
}

.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.link-btn:hover::before {
  width: 100%;
}

/* ICON BUTTON */
.icon-button {
  display: flex;
  align-items: center;
}

.icon-button .icon {
  position: relative;
  top: 3px;
}

.icon-button .icon span {
  font-size: 35px;
  color: var(--primary-color);
}

.icon-button .icon.color-1 span {
  font-size: 40px;
  color: #fff;
}

.icon-button .text {
  margin-left: 20px;
}

.icon-button .text p {
  font-size: 15px;
  margin: 0;
}

.icon-button .text a.color-1 {
  color: #fff;
}

.icon-button--booking {
  margin-right: 15px;
}

.icon-button--booking .text {
  margin-left: 15px;
  margin-top: 5px;
}

.icon-button--booking .icon {
  position: relative;
  top: 0px;
}

.icon-button--booking img {
  width: 30px;
  filter: var(--icons-filter-secondary);
}

.icon-button--black-background .text {
  color: #fff;
}

.icon-button--black-background img {
  width: 30px;
}

/* ======= Rooms Page style ======= */

.rooms-page h6 {
  position: relative;
  font-family: "Gilda Display", serif;
  font-size: 24px;
  color: var(--secondary-color);
}

.rooms-page .detail-room-amenities {
  margin-top: 40px;
}

.rooms-page .room-picture-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.rooms-page .room-picture-container img {
  width: 100%;
}

.rooms-page .page-list .more.pop-up {
  margin-top: 15px;
}

.rooms-page .butn-dark {
  padding: 0 15px;
}

.rooms-page ul {
  padding-left: 20px;
  font-family: var(--font-style-text);
  font-size: var(--font-size-text);
  font-weight: 400;
  line-height: 24px;
  color: var(--black-color);
  margin-bottom: 20px;
  text-wrap: pretty;
}

.room-picture-container .owl-dots {
  margin-top: 20px;
}

/* page list */
.detail-room-amenities .page-list {
  position: relative;
  display: block;
}

.detail-room-amenities .page-list li + li {
  margin-top: 10px;
}

.detail-room-amenities .page-list-icon {
  display: flex;
  align-items: center;
}

.detail-room-amenities .page-list-text {
  margin-left: 15px;
}

.detail-room-amenities .page-list-text p {
  font-size: 15px;
  margin: 0;
}

.detail-room-amenities .more a.active i:before {
  display: inline-flex;
  transform: rotate(-90deg);
}

.page-list-item {
  max-height: 500px;
  overflow: hidden;
  transition: all 0.3s;
}

.page-list-item.hidden {
  max-height: 0 !important;
  margin-top: 0 !important;
}

/* owl-nav next and prev */
.rooms-page .owl-nav {
  position: absolute;
  bottom: 3%;
  left: 12%;
}

.rooms-page .owl-prev {
  float: left;
}

.rooms-page .owl-next {
  float: right;
}

.rooms-page .owl-theme .owl-nav [class*="owl-"] {
  width: 40px;
  height: 40px;
  line-height: 34px;
  background: transparent;
  border-radius: 100%;
  color: rgba(255, 255, 255, 0.75);
  font-size: 11px;
  margin-right: 3px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}

.rooms-page .owl-theme .owl-nav [class*="owl-"]:hover {
  transform: scale(0.9);
  background: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

@media screen and (max-width: 768px) {
  .rooms-page .owl-nav {
    display: none;
  }
}

/* ======= Facilties style ======= */

.facilties {
  margin-bottom: var(--space-between-sections);
  margin-top: var(--space-between-sections);
}

.facilties .section-content {
  margin-bottom: 30px;
}

.facilties .single-facility {
  padding: 30px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  line-height: 1;
  border: 1px solid #f1eeeb;
}

.facilties .single-facility .title-benefits {
  font-size: 24px;
  color: var(--secondary-color);
  margin-bottom: 10px;
}

.facilties .single-facility:hover h3 {
  color: var(--secondary-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.facilties .single-facility p {
  margin: 0;
  color: var(--black-color);
}

.facilties .single-facility .facility-shape {
  position: absolute;
  opacity: 0.02;
  z-index: -1;
  bottom: 15px;
  left: 120px;
}

.facilties .single-facility .facility-shape span {
  font-size: 140px;
  color: var(--secondary-color);
}

.facilties .single-facility img {
  filter: var(--icons-filter-primary);
  margin-bottom: 15px;
}

/* hr */
hr {
  margin-top: 5px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

/* room facilities */
.room-facilities .wrap {
  background: var(--secondary-color);
  padding: 30px;
}

.room-facilities ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.room-facilities ul li {
  color: var(--black-color);
  font-size: var(--font-size-text);
  padding-bottom: 7px;
  overflow: hidden;
  width: 40%;
  margin: 0px 14px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: flex;
}

.room-facilities ul li i {
  margin-right: 10px;
  color: var(--primary-color);
  font-size: 20px;
}

.room-facilities ul li img {
  max-width: 26px;
  max-height: 26px;
  margin-right: 15px;
  filter: var(--icons-filter-primary);
}

@media (max-width: 992px) {
  .room-facilities ul li {
    width: 250px;
  }
}

/* ======= Services style ======= */

.services {
  margin-bottom: var(--space-between-sections);
  margin-top: var(--space-between-sections);
}

.services .img {
  position: relative;
  overflow: hidden;
}

.services .row:nth-child(2n) {
  flex-direction: row-reverse;
}

.services .img:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.services .img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services .content {
  width: 100%;
  padding: 30px;
}

.services .content .date {
  display: table-cell;
  position: relative;
  width: 80px;
  z-index: 2;
}

.services .content .date h3 {
  font-size: 65px;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 0px;
}

.services .content .date h6 {
  color: var(--black-color);
  letter-spacing: 2px;
  font-size: 10px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

.services .content .cont {
  display: table-cell;
  vertical-align: middle;
}

.services .content .cont .title-service {
  margin: 0 0 10px 0;
  font-size: 32px;
  color: var(--secondary-color);
  font-weight: 400;
  line-height: 1.5em;
}

.services .content .info .subtitle-service {
  font-size: 15px;
  letter-spacing: 3px;
  color: var(--black-color);
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.services .content .info .tags {
  color: var(--primary-color);
}

@media screen and (max-width: 991px) {
  .services .content .cont .title-service {
    line-height: 1.25em;
  }
}

@media screen and (max-width: 480px) {
  .services .content .date {
    width: 60px;
  }

  .services .content .info .tags {
    margin: 5px 0 0;
  }

  .services .content .date h3 {
    font-size: 40px;
  }
}

/* =======  Restaurant Menu style ======= */
.restaurant-menu .owl-carousel .owl-stage-outer {
  padding: 20px 0 60px 0;
}

.restaurant-menu .owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 40%;
  background: transparent;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.restaurant-menu .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: var(--primary-color);
}

.restaurant-menu .bg-img .owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
}

.restaurant-menu .owl-carousel .owl-nav .owl-next {
  right: 0;
}

.restaurant-menu .owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.restaurant-menu .owl-carousel .owl-nav .owl-next span,
.restaurant-menu .owl-carousel .owl-nav .owl-prev span {
  font-size: 12px;
}

.restaurant-menu .owl-theme:hover .owl-nav [class*="owl-"] {
  opacity: 1;
}

.restaurant-menu .tabs-icon .item {
  padding: 15px 5px;
  cursor: pointer;
}

.restaurant-menu .tabs-icon .item h6 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}

.restaurant-menu .tabs-icon .owl-item.actived .item,
.restaurant-menu .tabs-icon .item.active {
  color: #fff;
  position: relative;
  background: transparent;
  padding: 15px;
  border: 1px solid var(--primary-color);
}

.restaurant-menu .tabs-icon .owl-item.actived .item .icon,
.restaurant-menu .tabs-icon .item.active .icon {
  color: var(--primary-color);
}

.restaurant-menu .restaurant-menu-content .cont {
  display: none;
}

.restaurant-menu .restaurant-menu-content .cont .restaurant-menu-info {
  text-align: right;
}

.restaurant-menu .restaurant-menu-content .cont h5 {
  font-size: 20px;
  color: var(--primary-color);
  margin-bottom: 10px;
  text-align: left;
  border-bottom: 1px dashed var(--primary-color);
  line-height: 2em;
}

.restaurant-menu .restaurant-menu-content .cont p {
  font-size: 15px;
  color: #adadad;
}

.restaurant-menu .restaurant-menu-content .cont h5 .price {
  color: #adadad;
  float: right;
}

.restaurant-menu .restaurant-menu-content .active {
  display: block;
}

.restaurant-menu .owl-theme .owl-nav [class*="owl-"] {
  top: 18%;
}

.restaurant-menu .owl-carousel .owl-nav .owl-next {
  right: -50px;
}

.restaurant-menu .owl-carousel .owl-nav .owl-prev {
  left: -50px;
}

.restaurant-menu .owl-carousel .owl-nav .owl-prev {
  left: -60px;
}

.restaurant-menu .owl-carousel .owl-nav .owl-next {
  right: -60px;
}

.restaurant-menu .restaurant-menu-content .cont .restaurant-menu-info {
  text-align: center;
  margin-bottom: 20px;
}


/* magnific popup custom */
.mfp-figure button {
  border: 0px solid transparent;
}

button.mfp-close,
button.mfp-arrow {
  border: 0px solid transparent;
  background: transparent;
}

/* ======= Promo Video and Testimonials style ======= */
/* play button */
.vid-area h5 {
  font-size: 27px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
}

.play-button {
  position: relative;
  margin: auto;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  z-index: 4;
}

.play-button svg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.circle-fill circle {
  opacity: 1;
  fill: rgba(174, 140, 100, 0.7);
}

.polygon {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 90px;
  font-size: 35px;
  z-index: 2;
}

.play-button svg.circle-fill {
  z-index: 1;
  stroke-dasharray: 322;
  stroke-dashoffset: 322;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.play-button:hover svg.circle-fill {
  stroke-dashoffset: 38.5;
}

.play-button svg.circle-track {
  z-index: 0;
}

.play-button.color {
  color: var(--primary-color);
}

.play-button.color .circle-fill circle {
  fill: var(--primary-color);
}

/* video section */
.video-wrapper {
  min-height: 500px;
}

.video-wrapper .vid {
  position: relative;
  z-index: 8;
}

.video-wrapper .vid .vid-butn:hover .icon {
  color: #fff;
}

.video-wrapper .vid .vid-butn:hover .icon:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.video-wrapper .vid .vid-butn .icon {
  color: var(--primary-color);
  width: 100px;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  font-size: 40px;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.video-wrapper .vid .vid-butn .icon:after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  border: 1px solid #eee;
  border-radius: 50%;
  z-index: -1;
}

.video-wrapper .vid .vid-butn .icon:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}

/* video gallery */
.video-gallery-button {
  position: relative;
  margin: auto;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  z-index: 4;
  margin-left: 15px;
  float: right;
}

.video-gallery-polygon {
  z-index: 2;
  padding-left: 5px;
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  padding: 7px 6px 7px 8px;
  line-height: 0;
}

.video-gallery-polygon:hover {
  background: #fff;
  border: 1px solid #fff;
  color: var(--primary-color);
}

.ferry-form__row {
  display: flex;
  flex-wrap: wrap;
}

.ferry-form__row.newsletter-form__moreinfo{
  flex-direction: column;
}

.half-width {
  width: 50%;
}

@media (max-width: 992px) {
  .ferry-form__row .half-width {
    width: 100%;
  }

  #ferry-form .litepicker {
    width: 100% !important;
    margin-bottom: 15px;
  }
}

/* testimonials style */

.testimonials-container {
  z-index: 2;
  position: inherit;
}

.testimonials-box .head-box .subtitle-reviews {
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 10px;
}

.testimonials-box .head-box .title-reviews .ti-instagram {
  font-size: 25px;
}

.testimonials-box .head-box .title-reviews {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #fff;
  gap: 15px;
}

.testimonials-box .head-box .title-reviews h2 {
  font-size: 33px;
  font-weight: 600;
  margin: 0;
}

.testimonials-box .head-box .description-reviews a{
  font-family: var(--font-style-subtitle);
  font-size: 28px;
}

.testimonials-box .head-box h4 span {
  color: var(--secondary-color);
}

.line {
  width: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
  margin-bottom: 10px;
}

.testimonials h5 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
}

.testimonials .owl-theme .owl-nav {
  position: absolute;
  top: 40%;
  bottom: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonials .owl-theme .owl-nav .owl-prev,
.testimonials .owl-theme .owl-nav .owl-next {
  background: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .testimonials-box {
    margin-bottom: 0px;
    padding: 35px 20px;
  }

  .testimonials .owl-theme .owl-nav {
    top: auto;
    bottom: -60px;
    justify-content: center;
  }

  .testimonials .owl-theme .owl-nav .owl-prev,
  .testimonials .owl-theme .owl-nav .owl-next {
    background: transparent;
    border-radius: 50%;
  }
}

.testimonials .item {
  margin-bottom: 0px;
  position: relative;
  max-width: 600px !important;
}

.testimonials .item .quote {
  position: absolute;
  right: 20px;
  top: 90px;
  width: 70px;
  margin: 0 auto 30px;
  opacity: 0.1;
}

.testimonials .item p {
  color: #fff;
}

.testimonials .item .info {
  text-align: left;
  margin: 30px 0 15px 0;
}

.testimonials .item .info .author-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.testimonials .item .info .author-img .review-default {
  width: 70%;
  margin: auto;
}

.testimonials .item .info .cont {
  margin-left: 85px;
}

.testimonials .item .info .user-reviews {
  font-size: 15px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-weight: 400;
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.testimonials .item .info span {
  font-size: 12px;
  color: #fff;
  line-height: 1em;
}

.testimonials .item .info .rate {
  float: right;
}

.testimonials .item .info i {
  color: var(--secondary-color);
  font-size: 6px;
}

.testimonials-box .head-box {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonials-box .owl-item {
  display: flex;
  justify-content: center;
}

.testimonials-box .item {
  width: 100%;
  height: 100%;
  display: block;
}

.testimonials-box .item-site {
  text-align: center;
  color: #000;
  line-height: 1.2;
  margin: 0;
  font-family: "Poppins", serif;
  font-size: 19px;
  min-height: 70px;
}

.testimonials-box .item-site span {
  padding: 10px;
}

.conect .item,
.conect .item * {
  width: 100%;
  max-height: 234px;
  object-fit: cover;
  display: block;
}

/* ======= Pricing style ======= */

.pricing {
  background-color: #f8f5f0;
}

.pricing .icon-button--booking {
  margin-bottom: 30px;
}

.pricing .owl-stage {
  display: flex;
  align-items: stretch;
  flex-direction: row;
}

.pricing-card {
  background-color: var(--white-color);
  height: 100%;
}

.pricing-card .desc {
  padding: 30px;
}

.pricing-card .name .title-offers {
  line-height: 1.2;
  margin: 0;
  font-family: var(--font-style-text);
  font-size: 20px;
  color: var(--secondary-color);
  margin-bottom: 10px;
}

.pricing-card .name .subtitle-offers {
  line-height: 1.2;
  margin: 0;
  font-family: var(--font-style-subtitle);
  font-size: 24px;
  color: var(--secondary-color);
}

.pricing-card .subname {
  line-height: 1;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--black-color);
  margin-bottom: 20px;
  letter-spacing: 3px;
}

.pricing-card .amount {
  margin: 0;
  line-height: 1;
  font-family: var(--font-family), serif;
  font-size: 40px;
  margin-bottom: 20px;
  color: var(--primary-color);
}

.pricing-card .amount span {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: var(--black-color);
}

.pricing-card .list {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pricing-card .list p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pricing-card .list p:not(:first-child),
.pricing-card .list ul:not(:first-child) {
  display: none;
}

.pricing-card .list li {
  position: relative;
  font-size: 15px;
  padding-left: 30px;
}

.pricing-card .list li + li {
  margin-top: 5px;
}

.pricing-card .list li i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 15px;
  color: var(--primary-color);
}

.pricing-card .list li i.unavailable {
  color: var(--black-color);
}

/* ======= Accordion Box (for Faqs) style ======= */
.accordion-box {
  position: relative;
}

.accordion-box .block {
  position: relative;
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 15px;
}

.accordion-box .block.active-block {
  background-color: #fff;
}

.accordion-box .block:last-child {
  margin-bottom: 0;
}

.accordion-box .block .acc-btn {
  position: relative;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  cursor: pointer;
  padding: 20px 40px;
  padding-right: 60px;
  color: var(--secondary-color);
  transition: all 500ms ease;
  font-family: "Gilda Display", serif;
}

.accordion-box .block .acc-btn .count {
  color: var(--primary-color);
  padding-right: 3px;
}

.accordion-box .block .acc-btn:before {
  position: absolute;
  right: 35px;
  top: 20px;
  height: 30px;
  font-size: 14px;
  font-weight: normal;
  color: var(--primary-color);
  line-height: 30px;
  content: "\e61a";
  font-family: "Themify";
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
  background-color: #fff;
  color: var(--primary-color);
}

.accordion-box .block .acc-btn.active:before {
  color: "Themify";
  content: "\e622";
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .content {
  position: relative;
  padding: 0px 40px 30px;
  background-color: #fff;
  color: var(--black-color);
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content .text {
  display: block;
  position: relative;
  top: 0px;
  display: block;
}

/* ======= News style ======= */
.news .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.news .item:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(75%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.news .item:hover .con {
  bottom: 0;
}

.news .item img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-filter: brightness(100%);
}

.news .item .date {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  padding: 5px 10px;
  text-align: center;
}

.news .item .date span {
  font-family: "Barlow Condensed", sans-serif;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
}

.news .item .date i {
  font-family: "Barlow Condensed", sans-serif;
  display: block;
  font-size: 24px;
  font-style: normal;
  color: #fff;
}

.news .item .con {
  margin: -155px 20px 90px;
  padding: 20px;
  background-color: #f8f5f0 !important;
  border: 1px solid #f8f5f0;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
  transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
  bottom: -90px;
  position: relative;
}

.news .item .con .category {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
  letter-spacing: 3px;
}

.news .item .con .category a {
  margin-right: 5px;
  position: relative;
  color: var(--black-color);
}

.news .item .con .category a:hover {
  color: var(--secondary-color);
}

.news .item .con .category a:last-child {
  margin-right: 0;
}

.news .item .con .category a:last-child:after {
  display: none;
}

.news .item .con h5,
.news .item .con h5 a {
  color: var(--secondary-color);
  font-size: 24px;
  font-family: "Gilda Display", serif;
  font-weight: 400;
  margin-bottom: 0px;
}

.news .item .con h5:hover,
.news .item .con h5 a:hover {
  color: var(--primary-color);
}

.news .item .con p {
  color: #fff;
  font-size: 17px;
}

.news .item .con i {
  color: #fff;
  font-size: 20px;
}

/* ======= News 2 style ======= */
.news2 .item {
  margin-bottom: 30px;
}

.news2 .post-img {
  position: relative;
  overflow: hidden;
}

.news2 .post-img:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.news2 .post-img a {
  display: block;
}

.news2 .post-img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.news2 .post-img .date {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  padding: 5px 10px;
  text-align: center;
}

.news2 .post-img .date span {
  font-family: "Barlow Condensed", sans-serif;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
}

.news2 .post-img .date i {
  font-family: "Barlow Condensed", sans-serif;
  display: block;
  font-size: 24px;
  font-style: normal;
  color: #fff;
}

.news2 .post-cont {
  padding: 30px 0;
}

.news2 .post-cont .tag {
  display: block;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 3px;
  color: var(--primary-color);
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.news2 .post-cont h5 {
  font-size: 30px;
}

.news2 .post-cont h5 a {
  color: var(--secondary-color);
}

.news2 .post-cont h5 a:hover {
  color: var(--primary-color);
}

.news2 .post-cont .date {
  font-family: "Poppins", sans-serif;
  margin-top: 0px;
  font-size: 12px;
  text-align: right;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.news2 .post-cont .date a {
  color: var(--primary-color);
}

.news2 .post-cont i {
  color: #ccc;
  margin: 0 10px;
  font-size: 12px;
}

/* news sidebar */
.news2-sidebar .widget {
  background: #f8f5f0;
  padding: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.news2-sidebar .widget ul {
  margin-bottom: 0;
  padding: 0;
}

.news2-sidebar .widget ul li {
  margin-bottom: 15px;
  color: var(--black-color);
  font-size: 15px;
  line-height: 1.5em;
}

.news2-sidebar .widget ul li a {
  color: var(--black-color);
}

.news2-sidebar .widget ul li a.active {
  color: var(--primary-color);
}

.news2-sidebar .widget ul li a:hover {
  color: var(--primary-color);
}

.news2-sidebar .widget ul li:last-child {
  margin-bottom: 0;
}

.news2-sidebar .widget ul li i {
  font-size: 9px;
  margin-right: 10px;
}

.news2-sidebar .widget .recent li {
  display: block;
  overflow: hidden;
}

.news2-sidebar .widget .recent .thum {
  width: 90px;
  overflow: hidden;
  float: left;
}

.news2-sidebar .widget .recent a {
  display: block;
  margin-left: 105px;
}

.news2-sidebar .widget-title {
  margin-bottom: 20px;
}

.news2-sidebar .widget-title h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid #eee3d0;
  font-size: 24px;
  line-height: 1.75em;
  margin-bottom: 15px;
  color: var(--secondary-color);
}

.news2-sidebar .search form {
  position: relative;
}

.news2-sidebar .search form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #fff;
  margin-bottom: 0;
}

.news2-sidebar .search form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  color: var(--secondary-color);
  border: 0;
  padding: 10px;
  cursor: pointer;
}

.news2-sidebar .tags li {
  margin: 3px !important;
  padding: 8px 20px;
  background-color: #fff;
  border: 1px solid #fff;
  color: var(--black-color) !important;
  float: left;
}

.news2-sidebar ul.tags li a {
  font-size: 14px;
  color: var(--black-color);
}

.news2-sidebar ul.tags li:hover,
.news2-sidebar ul.tags li a:hover {
  background-color: var(--primary-color);
  color: #fff;
}

/* pagination */
.news-pagination-wrap {
  padding: 0;
  margin: 0;
  text-align: center;
}

.news-pagination-wrap li {
  display: inline-block;
  margin: 0 5px;
}

.news-pagination-wrap li a {
  background: transparent;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  color: var(--black-color);
  font-weight: 400;
  border: 1px solid rgba(102, 102, 102, 0.1);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  border-radius: 100%;
}

.news-pagination-wrap li a i {
  font-size: 11px;
}

.news-pagination-wrap li a:hover {
  opacity: 1;
  text-decoration: none;
  background: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.news-pagination-wrap li a.active {
  background-color: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

@media screen and (max-width: 768px) {
  .news-pagination-wrap {
    padding: 0;
    margin: 0;
    text-align: center;
  }
}

/* ======= Post style ======= */
.news-post-section {
  padding-top: 120px;
}

.post-comment-section {
  margin-top: 60px;
}

.post-comment-section h3 {
  font-size: 20px;
  color: var(--secondary-color);
  font-family: "Gilda Display", serif;
  margin-bottom: 15px;
}

.post-comment-section h3 span {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: var(--black-color);
  margin-left: 15px;
}

.news-post-caption h1 {
  margin-bottom: 20px;
  font-size: 40px;
  text-transform: uppercase;
}

.news-post-comment-wrap {
  display: flex;
  margin-bottom: 60px;
}

.post-user-comment {
  margin-right: 20px;
  flex: 0 0 auto;
}

.post-user-comment img {
  border-radius: 100%;
  width: 100px;
}

.post-user-content {
  margin-right: 26px;
}

.post-repay {
  font-size: 14px;
  color: var(--primary-color);
  margin: 0;
  font-weight: 400;
}

/* ======= Contact style ======= */

.hotel-contact-sec {
  padding-bottom: var(--space-between-sections);
  padding-top: var(--space-between-sections);
}

.contact-sec h3 {
  font-size: 24px;
}

.contact-sec .icon-button .text a {
  font-size: 20px;
}

.contact-sec .icon-button .text .tel-link,
.hotel-contact-sec .icon-button .text .tel-link{
  font-family: var(--font-style-subtitle);
  font-size: 20px;
}

.contact__form p {
  font-size: 12px;
  margin: 0;
  line-height: 18px;
}

.map {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* ======= Buttons style ======= */
/* dark */
.butn-dark {
  position: relative;
  line-height: 1.2em;
}

.butn-dark a {
  font-weight: 400;
  font-family: var(--font-style-text);
  text-transform: uppercase;
  background: var(--primary-color);
  color: #fff;
  padding: 13px 22px;
  margin: 0;
  position: relative;
  font-size: 15px;
  letter-spacing: 3px;
}

.butn-dark a:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: var(--secondary-color);
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.butn-dark a span {
  position: relative;
  z-index: 2;
}

.butn-dark a:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.butn-dark a:hover span {
  color: #fff;
}

/* ====== Coming Soon ======= */
.comming {
  min-height: 100vh;
  height: auto;
  position: relative;
  background-blend-mode: overlay;
  background: rgba(0, 0, 0, 0.4);

  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
}

@media (max-width: 767px) {
  .comming {
    min-height: 120vh;
  }
}

.comming .item {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 15px;
}

.comming h6 {
  color: #fff;
  font-size: 15px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 3px;
}

.comming h3 {
  font-size: 48px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0px;
}

.comming .title-comming,
.comming h2 {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  position: relative;
}

.comming h1 {
  font-size: 200px;
  font-weight: 400;
  margin-bottom: 0px;
  position: relative;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  opacity: 0.8;
}

.comming p {
  color: #fff;
  font-size: 15px;
}

/* Go to Offer Button */
.comming .butn-dark:hover span {
  z-index: 2;
}

/* go home */
.go-back {
  margin-left: 121px;
}

.go-back__link {
  color: white;
}

.go-back a:hover {
  color: var(--primary-color);
}

.go-back a span {
  transition: all 0.5s;
}

.go-back a span i {
  color: #fff;
  font-size: 12px;
}

.go-back a:hover span {
  padding-right: 15px;
}

/* ======= 404 Page style ======= */
.error-form {
  position: relative;
  max-width: 520px;
  margin: 50px auto 0;
}

.error-form form {
  position: relative;
}

.error-form .form-group {
  position: relative;
  margin: 0;
}

.error-form .form-group input[type="text"],
.error-form .form-group input[type="search"],
.error-form .form-group input[type="email"] {
  position: relative;
  width: 100%;
  line-height: 30px;
  padding: 20px 60px 20px 30px;
  height: 70px;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  background: #f4f4f4;
  color: var(--black-color);
  border-radius: 7px;
  border: 1px solid #f4f4f4;
  transition: all 300ms ease;
}

.error-form .form-group input[type="text"]:focus,
.error-form .form-group input[type="email"]:focus,
.error-form .form-group input[type="search"]:focus {
  border-color: #f4f4f4;
}

.error-form .form-group input::-webkit-input-placeholder {
  color: #f4f4f4;
}

.error-form .form-group .theme-btn {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  background: none;
  color: var(--black-color);
}

.error-form .form-group .theme-btn span {
  vertical-align: middle;
  outline: none;
}

/* ======= Footer style ======= */
.footer {
  position: relative;
  display: block;
}

.footer-top {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 170px 0 60px 0;
  z-index: 1;
}

.footer-top .footer-column {
  margin-bottom: 30px;
}

@media only screen and (max-width: 769px) {
  .footer {
    margin-bottom: 54px;
  }

  .footer-top {
    padding: 90px 0 0px 0;
  }
}

.footer-middle {
  position: relative;
  display: block;
  background-color: #fff;
  z-index: 1;
}

.footer-middle-inner {
  text-align: center;
}

.footer-middle-inner .logos-hotels {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  padding-bottom: 170px;
  flex-wrap: wrap;
}

.footer-middle-inner .logos-hotels .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-middle-inner .logos-hotels img {
  max-height: 77px;
  width: auto;
  object-fit: contain;
}

.footer-logos .logos img {
  width: 140px;
  filter: brightness(0%);
}

.footer-logos .logos-hotels a {
  display: flex;
  align-items: center;
  padding: 40px 24px;
}

.footer-logos .logos-hotels img {
  width: 100%;
}

@media (max-width: 992px) {
  .footer-middle-inner .logos-hotels {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 8px;
    margin-bottom: 30px;
  }
}

.footer-title {
  font-family: var(--font-style-title);
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
}

.footer-about-text {
  font-size: 15px;
  color: #000;
  margin: 0;
}

.footer-about-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.footer-about-social-list a {
  display: flex;
  width: 50px;
  height: 50px;
  color: #000;
  padding: 10px;
  border-radius: 50%;
  background-color: #edece9;
}

.footer-about-social-list a + a {
  margin-left: 15px;
}

.footer-about-social-list a:hover {
  opacity: 0.7;
  display: flex;
}

.footer-explore-list li + li {
  margin-top: 3px;
}

.footer-explore-list li a {
  position: relative;
  display: block;
  font-size: 15px;
  color: #000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-explore-list li a:hover {
  padding-left: 15px;
}

.footer-explore-list li a:before {
  position: absolute;
  top: 55%;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-explore-list li a:hover:before {
  opacity: 1;
}

.footer-contact {
  position: relative;
  display: block;
}

.footer-contact .footer-title {
  margin-bottom: 20px;
}

.footer-contact-text {
  font-size: 15px;
  margin: 0;
  color: #000;
  padding-bottom: 20px;
}

.footer-contact-info p {
  margin: 0;
}

.footer-contact-phone {
  font-size: 15px;
  margin: 0;
  color: #000;
  padding-bottom: 20px;
}

.footer-contact-mail {
  font-size: 15px;
  margin: 0;
  color: #000;
  padding-bottom: 20px;
}

.footer-contact-mail:hover:before {
  background-color: var(--primary-color);
}

/* language + logo */
.footer-language-logo-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap: wrap;
}

/* language */
.footer-language {
  width: 160px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.footer-language i {
  position: absolute;
  right: 30px;
  top: 17px;
  font-size: 15px;
  opacity: 0.6;
  color: #fff;
}

.footer-language select {
  height: 50px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 0px;
}

.footer-language select option {
  color: #fff;
}

select {
  width: 160px;
  max-width: 100%;
  height: 70px;
  padding: 0 30px;
  border: 1px solid #adadad;
  color: #adadad;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* logo footer */
.footer-logo img {
  width: 100px;
}

/* end language + logo */

.footer-bottom {
  position: relative;
  display: block;
  background-color: #000;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.05);
  box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.05);
  padding: 32px 0;
}

.footer-bottom-inner {
  position: relative;
  display: block;
  text-align: center;
}

.footer-bottom-copy-right {
  font-size: 12px;
  color: #adadad;
  margin: 0;
}

.footer-bottom-copy-right a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-bottom-copy-right a:hover {
  color: var(--primary-color);
}

.footer .flaticon-call {
  margin-right: 10px;
  color: #fff;
}

/********************* CALENDARIOS *******************/
.date_range_picker::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  width: 15px;
  height: 15px;
  content: "\e6b6";
  font-family: "themify";
  color: var(--secondary-color);
}

.litepicker .container__months .month-item-header .button-previous-month,
.litepicker .container__months .month-item-header .button-next-month,
body > #section > #hero form > #date_range_picker,
.neobookings-form__param__date,
.litepicker .container__days .day-item {
  cursor: pointer;
}

.neobookings-form__param__date::placeholder {
  color: var(--primary-color);
}

body.sticked .neobookings-form__param__date {
  color: #000;
  outline: none;
  font-size: 22px;
}

body.sticked .date_range_picker__arrow {
  color: rgba(0, 0, 0, 0.7);
}

body.sticked .neobookings-form__param__date::placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.neobookings-form__param__date--end {
  margin-left: 5px;
}

.neobookings-form__param__promocode::placeholder {
  color: var(--primary-color);
}

.date_range_picker__arrow {
  display: inline-flex;
  margin-right: 5px;
  color: var(--secondary-color);
}

.litepicker .container__days .day-item.is-start-date,
.litepicker .container__days .day-item.is-end-date {
  background-color: var(--primary-color);
}

.litepicker .container__days .day-item.is-in-range {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

@media (max-width: 992px) {
  body.calendar-open {
    overflow: hidden;
    max-height: 100vh;
  }

  .litepicker {
    top: 35vh !important;
    left: 0 !important;
    width: 100vw !important;
  }

  .litepicker .container__main {
    flex-direction: column;
  }

  .litepicker .container__main .date-title {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0px;
    font-weight: bolder;
    text-transform: uppercase;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "Helvetica Neue", Arial, sans-serif;
    font-size: 0.8em;
    color: var(--litepickerMonthHeaderTextColor);
  }

  .litepicker .container__months {
    width: 100% !important;
    display: flex;
    justify-content: center;
    max-height: 65vh;
    overflow: auto;
    padding-top: 30px;
  }

  .litepicker.end-picker .day-item.is-locked + .day-item:not(.is-locked) {
    background-color: var(--primary-color);
    color: var(--black-color);
  }

  .date_range_picker::after {
    top: 36%;
    right: 30px;
  }
}

/************************** FIN CALENDARIOS **************************/

/***************************** HUÉSPEDES *****************************/

body #neobookings-form .neobookings-form__param {
  width: 100%;
}

body #neobookings-form .guestsFake {
  position: relative;
}

body #neobookings-form .guestsFake::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 25px;
  background: url(../../../images/icons/people.svg);
  background-size: cover;
  filter: var(--icons-filter-secondary);
}

@media (max-width: 992px) {
  body #neobookings-form .guestsFake::after {
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
  }
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

body .thickbox.hotels-data {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  z-index: 120;
}

body .thickbox.hotels-data .rooms-modal-pop-up {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px #ddd;
}

body .thickbox.hotels-data .close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary-color);
  position: absolute;
  top: 5%;
  right: 30px;
  text-decoration: none;
  font-size: 16px;
}

body .thickbox.hotels-data .rooms-modal-pop-up .hotel {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 635px;
  position: relative;
}

body .promo-container {
  padding: 30px 15px;
}

body .promo-container .field {
  text-align: center;
  margin-bottom: 30px;
}

body .promo-container .form-control {
  text-align: center;
  border-bottom: 1px solid #161616;
}

body .promo-container .form-control::placeholder {
  text-align: center;
}

@media screen and (max-width: 519px) {


  body
    .thickbox.rooms-data
    .rooms-modal-pop-up
    .room
    .ages-inputs
    select:nth-child(4) {
    margin-left: 15px;
  }

  body .thickbox.hotels-data {
    position: fixed;
    top: 0;
    left: 0;
    transform: none;
  }
  body .thickbox.hotels-data .rooms-modal-pop-up {
    border-radius: 0;
  }
}

/*************************FIN HUÉSPEDES*****************************/

/* RECAPTCHA GOOGLE */
.grecaptcha-badge {
  display: none;
}

@media screen and (min-width: 769px) {
  .contact .grecaptcha-badge {
    display: block;
    margin-bottom: 75px;
    z-index: 100;
  }
}

/* FIN RECAPTCHA GOOGLE */

/* NEWSLETTER */
input[type="radio"],
input[type="checkbox"] {
  display: inline;
}

input[type="submit"] {
  font-weight: 400;
  font-family: "Gilda Display", serif;
  text-transform: uppercase;
  background: var(--primary-color);
  color: #fff;
  padding: 8px 24px;
  margin: 0;
  position: relative;
  font-size: 15px;
  letter-spacing: 3px;
}

.termsCheck-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.termsCheck-container p {
  margin-bottom: 0px;
}

.termsCheck-container p a {
  margin-left: 3px;
}

.termsCheck-container .fake-checkbox,
.termsCheck-container .fake-checkbox-auth {
  display: inline-flex;
  width: 20px;
  height: 20px;
  border: 1px solid var(--primary-color);
  margin-right: 7px;
  position: relative;
}

.termsCheck-container .fake-checkbox.checked::after,
.termsCheck-container .fake-checkbox-auth.checked::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url("../../../images/icons/check.svg");
  background-size: cover;
  filter: var(--icons-filter-primary);
}

#newsletter-form .termsCheck-container p {
  color: var(--black-color);
  font-size: 12px;
}

#newsletter-form .termsCheck-container label {
  display: flex !important;
}

.alert-success {
  background: transparent;
  color: var(--black-color);
  border: 1px solid var(--primary-color);
  border-radius: 0px;
}

.alert-danger {
  background: transparent;
  color: var(--black-color);
  border: 1px solid #e6253c;
  border-radius: 0px;
}

/* placeholder */
::-webkit-input-placeholder {
  color: var(--black-color);
  font-size: 15px;
  font-weight: 400;
}

:-moz-placeholder {
  color: var(--black-color);
}

::-moz-placeholder {
  color: var(--black-color);
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--black-color);
}

#interactive-map__map .marker-cluster-small div,
#interactive-map__map .marker-cluster-medium div {
  background-color: rgba(0, 0, 0, 0.6);
}

#interactive-map__map .marker-cluster span {
  color: #fff;
}

/* FIN NEWSLETTER */
