/*----------- ROOM PAGE STYLES ----------------------*/
@import "form.css";
@import "hero-slider.css";

.hero-slider .owl-item .paragraph img {
  /*
  INCREASE OF THE HEIGHT OF THE ELEMENT INVERSE ANALOG TO THE WIDTH OF THE VIEW
  height: calc((450 / 1920) * (1920px + (1920px - 100vw)));
   */

  /*DECREASE OF THE HEIGHT OF THE ELEMENT ANALOG TO THE WIDTH OF THE VIEW BASED ON A FACTOR*/
  height: calc((700 / 1920) * (1920px + (100vw - 1920px)));
  object-fit: cover;
}

@media (max-width: 768px) {
  .hero-slider .owl-item .paragraph img {
    height: calc((1080 / 1920) * (1920px + (100vw - 1920px)));
  }
}

/*------ BASIC INFO & BOOKING FORM-------------------------------------------*/
section.basic-information {
  /*padding-left: 400px;*/
  /*padding-right: 400px;*/
  display: flex;
  gap: 50px
}

section.basic-information .main-elements{
  flex-grow: 1;
  flex-basis: 0;
}

section.basic-information .main-elements h1 {
  margin-top: 0.275rem;
}

section.basic-information .booking-form {
  background-color: #a82044 /*#09779e #a4998f #6e1336 #06131a #a82044*/;
  padding: 2em;
  height: fit-content;
  border-radius: 10px;
  flex-grow: 0.5;
  flex-basis: 0;
  box-sizing: border-box;
}

section.basic-information .booking-form .form-required:after {
  display: none;
  /*display: inline-block;*/
  width: 6px;
  height: 6px;
  margin: 0;
  content: "*";
  vertical-align: super;
  background-image: unset;
  background-repeat: unset;
  background-size: unset;
}

section.basic-information .booking-form h3 {
  color: #fff;
}

.booking-form legend .fieldset-legend {
  color: #fff;
}

.booking-form label {
  color: #fff;
}

@media (max-width: 768px) {
  section.basic-information {
    display: block;
  }

  section.basic-information .main-elements,
  section.basic-information .booking-form{
    width: 100%
  }

  section.basic-information .booking-form{
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

/*------ BASIC INFO & BOOKING FORM-------------------------------------------*/


/*------ activities SLIDER -------------------------------------------*/
section.activities {
  padding-bottom: 100px;
  background-color: #fff;
}

section.activities .activities-block h2{
  margin-top: 0;
  color: #000;
}

.activities .owl-carousel .owl-item img {
  height: auto;
}

.activities .activity-row {
  background-color: #fff;
  padding-bottom: 15px;
}

.activities .activity-title {
  font-size: 1.5em;
  margin-top: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 10px;
  margin-right: 10px;
}

.activities .activity-subtitle {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999;
  margin: 5px 10px 15px 10px;
}

.activities .activity-body {
  line-height: 1.5rem;
  padding-bottom: 20px;
  overflow: hidden;
  white-space: break-spaces;
  text-overflow: ellipsis;
  border-bottom: 1px solid #ddd;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
}

.activities .views-field-view-node{
  position: relative;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
}

.activities .views-field-view-node a:after {
  font-family: "Material Icons";
  content: "\e5c8";
  font-size: 22px;
  position: absolute;
  padding-left: 15px;
}

.activities .activity-row h1,
.activities .activity-row h2,
.activities .activity-row h3,
.activities .activity-row h4,
.activities .activity-row h5,
.activities .activity-row h6 {
  color: #000;
}

.activities .activity-row a {
  font-weight: 500;
  color: #000;
  transition: color 0.2s ease-out;
}

.activities .activity-row a:hover {
  color: #e80051;
}

.activities .activity-row .views-field-view-node {
  margin-top: 15px;
}

.activities-slider .owl-nav {
  position: absolute;
  /*top: 22%;*/
  /*left: -50px;*/
  /*transform: translateY(-50%);*/
  /*width: calc(100% + 100px);*/
  top: -67px;
  right: 0;
  pointer-events: none;
}

.activities-slider .owl-nav.disabled{
  display: block;
}

.activities-slider.owl-carousel .owl-nav button.owl-prev {
  float: left;
  /*margin-left: 10px;*/
  width: 30px;
  height: 30px;
  pointer-events: all;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  transition: background-color 0.2s ease-out;
}

.activities-slider.owl-carousel .owl-nav button.owl-next {
  float: right;
  /*margin-right: 10px;*/
  width: 30px;
  height: 30px;
  pointer-events: all;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  transition: background-color 0.2s ease-out;
}

.activities-slider .owl-nav button.owl-prev .arrow-left {
  width: 18px;
  height: 18px;
  padding-left: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /*background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%20371%20371%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M292.92%2C24.848l-24.139%2C-24.848l-190.886%2C185.401l190.886%2C185.413l24.139%2C-24.853l-165.282%2C-160.56l165.282%2C-160.553Z%22%20style%3D%22fill%3A%23fff%3Bfill-rule%3Anonzero%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');*/
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%271.0%27%20encoding%3D%27iso-8859-1%27%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%27-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%27%20%27http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%27%3E%3Csvg%20version%3D%271.1%27%20id%3D%27Capa_1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20width%3D%27370.814px%27%20height%3D%27370.814px%27%20viewBox%3D%270%200%20370.814%20370.814%27%20style%3D%27enable-background%3Anew%200%200%20370.814%20370.814%3B%27%20xml%3Aspace%3D%27preserve%27%3E%3Cg%3E%3Cg%3E%3Cpolygon%20points%3D%27292.92%2C24.848%20268.781%2C0%2077.895%2C185.401%20268.781%2C370.814%20292.92%2C345.961%20127.638%2C185.401%20%27%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
}

.activities-slider .owl-nav button.owl-next .arrow-right {
  width: 18px;
  height: 18px;
  padding-right: 7px;
  transform: rotate(180deg);
  transform-origin: center;
  /*background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%20371%20371%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M292.92%2C24.848l-24.139%2C-24.848l-190.886%2C185.401l190.886%2C185.413l24.139%2C-24.853l-165.282%2C-160.56l165.282%2C-160.553Z%22%20style%3D%22fill%3A%23fff%3Bfill-rule%3Anonzero%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');*/
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%271.0%27%20encoding%3D%27iso-8859-1%27%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%27-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%27%20%27http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%27%3E%3Csvg%20version%3D%271.1%27%20id%3D%27Capa_1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20width%3D%27370.814px%27%20height%3D%27370.814px%27%20viewBox%3D%270%200%20370.814%20370.814%27%20style%3D%27enable-background%3Anew%200%200%20370.814%20370.814%3B%27%20xml%3Aspace%3D%27preserve%27%3E%3Cg%3E%3Cg%3E%3Cpolygon%20points%3D%27292.92%2C24.848%20268.781%2C0%2077.895%2C185.401%20268.781%2C370.814%20292.92%2C345.961%20127.638%2C185.401%20%27%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

.activities-slider .owl-nav button.owl-prev:hover,
.activities-slider .owl-nav button.owl-next:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

/*------ activities SLIDER END -------------------------------------------*/
