/* --GENERAL STYLE-- */
@font-face {
  font-family: 'Grotesque Light';
  src: url('../fonts/brandon-grotesque-light-58a8a4b38001d.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
  
@font-face {
  font-family: 'Grotesque Black';
  src: url('../fonts/brandon-grotesque-black-58a8a3e824392.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MetaSerif Black';
  src: url('../fonts/MetaSerifPro-Black.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MetaSerif Book';
  src: url('../fonts/MetaSerifPro-Book.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
  
body {
  font-family: 'Grotesque Light', sans-serif;
  padding-top: 0px;
}

h4{
  font-family: 'Grotesque Light', sans-serif;
}

h5 {
  font-family: 'Grotesque Light', sans-serif;
}

h6{
  font-family: 'Grotesque Light', sans-serif;
}

p{
  font-family: 'Grotesque Light', sans-serif;
}
/* --END GENERAL STYLE-- */
.bg-modi {
  background-color: rgba(255, 0, 0, 0);
}

@media only screen and (max-width: 600px) {
  .bg-modi {
    background-color: #fff;
  }
}


/* --FOOTER STYLE-- */
footer a {
  font-family: 'Grotesque Light', sans-serif;
  display: inline;
  color: black;
  text-decoration: none;
}

footer p {
  display: inline;
}

footer a:hover {
  text-decoration: underline;
  color: black;
}
/* --END FOOTER STYLE-- */


/* --BOOKING FORM-- */

.booking-form {
  background-color: #fff;
  padding: 20px 20px 10px;
  border-radius: 4px;
}

.booking-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.booking-form .form-control {
  background-color: #ebecee;
  border-radius: 4px;
  border: none;
  height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #3e485c;
  font-size: 14px;
}

.booking-form .form-control::-webkit-input-placeholder {
  color: rgba(62, 72, 92, 0.3);
}

.booking-form .form-control:-ms-input-placeholder {
  color: rgba(62, 72, 92, 0.3);
}

.booking-form .form-control::placeholder {
  color: rgba(62, 72, 92, 0.3);
}

.booking-form input[type="date"].form-control:invalid {
  color: rgba(62, 72, 92, 0.3);
}

.booking-form select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.booking-form select.form-control+.select-arrow {
  position: absolute;
  right: 0px;
  bottom: 4px;
  width: 32px;
  line-height: 32px;
  height: 32px;
  text-align: center;
  pointer-events: none;
  color: rgba(62, 72, 92, 0.3);
  font-size: 14px;
}

.booking-form select.form-control+.select-arrow:after {
  content: '\279C';
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.booking-form .form-label {
  display: inline-block;
  color: #3e485c;
  font-weight: 700;
  margin-bottom: 6px;
  margin-left: 7px;
}

.booking-form .submit-btn {
  margin-top: 30px;
  color: grey;
  background-color: #ffffff;
  height: 40px;
  border-radius: 2px;
  border: 0.5px solid grey;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.booking-form .submit-btn:hover,
.booking-form .submit-btn:focus {
  background:#ebecee;
  color: black;
  opacity: 0.9;
}

.clickable { cursor: pointer; }

/* --END BOOKING FORM-- */

/* --GALLERY-- */

.galleria {
  width: 250px;
  height: 200px;
  object-fit: cover;
}
/* --END GALLERY-- */


/* --NEWSLETTER-- */
.subscribe-area {
  background-color: #f8f9fa;
  }
.subscribe-area .submit-btn {
    color: grey;
    background-color: #ffffff00;
    height: 40px;
    border-radius: 2px;
    border: 0.5px solid grey;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  
.subscribe-area .submit-btn:hover,
.subscribe-area .submit-btn:focus {
    background:#ebecee;
    color: black;
    opacity: 0.9;
}
/* --END NEWSLETTER-- */
  

/* --ROOM DETAIL SECTION-- */
.room-list{
  background:#ebecee00;
}

.room-list .grassetto{
  font-family: 'Grotesque Light', sans-serif;
}

.room-list .foto-room {
  height: 350px;
  object-fit: cover;
}

.room-list a{
  font-family: 'Grotesque Light', sans-serif;
  text-decoration: none;
  color: black;
}

.room-list a:hover{
  color: #CB9B0B;
}

.room-list .foto-max{
  object-fit: cover;
  width: 34.375rem; /* 550px / 16px = 34.375rem */
  height: 18.75rem; /* 300px / 16px = 18.75rem */
}

.room-list .foto-min{
  object-fit: cover;
  width: 21.875rem; /* 350px / 16px = 21.875rem */
  height: 9.375rem; /* 150px / 16px = 9.375rem */
}

.room-list .card{
  background-color: white;

}
/* --END ROOM DETAIL SECTION-- */

/* --EXPERIENCE DETAIL SECTION-- */
.experience-list {
  background-color: #3e485c00;
}

.experience-list .foto-late{
  object-fit: cover;
  width: 300px; 
  height: 400px; 
}
/* --END EXPERIENCE DETAIL SECTION-- */

/* --EXPERIENCE DETAIL SECTION-- */
.card:hover {
  transform: scale(1.05);
  cursor: pointer;
  }
.card:hover .mask {
  background-color: rgba(255, 255, 255, 0.5);
  }
/* --END EXPERIENCE DETAIL SECTION-- */


/* --PARALLAX SCROLLING EFFECT-- */
.parallax {
  min-height: 60vh;
  background-attachment: fixed;
  background-position: center; 
  background-size: cover;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 800px) {
  .parallax {
    margin-top: 90px;
    min-height: 200px;
    background-position: center; /* Center both horizontally and vertically */
    background-attachment: scroll;
  }
}
/* --END PARALLAX SCROLLING EFFECT-- */


/* --CALL TO ACTION-- */
.cta a{
  font-family: 'Grotesque Light', sans-serif;
  display: inline;
  color: #6598B8;
  text-decoration: none;
}
.cta a:hover{
  color: #84b8d8;
}
/* --END CALL TO ACTION-- */



/* --BOOKING THINGS-- */
.booking-button{
  margin-top: 100px;
}

.booking-form .submit-btn2 {
  margin-top: 5px;
  color: grey;
  background-color: #ffffff;
  height: 40px;
  width: 250px;
  border-radius: 2px;
  border: 0.5px solid grey;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.booking-form .submit-btn2:hover,
.booking-form .submit-btn2:focus {
  background:#ebecee;
  color: black;
  opacity: 0.9;
}
/* --END BOOKING THINGS-- */

.container-dim{
  width: 50px;
}