@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


html, body {
  
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  font-family: "Satisfy", cursive;
  font-family: "EB Garamond", serif;
background:#ffffff;
  color: rgb(0, 0, 0);

}
p{
  font-family: "Montserrat", sans-serif;
}
h6{
  font-family: "Montserrat", sans-serif;
font-weight: 500;
font-size: 13px !important;
color: #555555;
letter-spacing: 2px;
line-height: 24px;
}
h5{
  font-family: "Montserrat", sans-serif;
}
a{
  color: initial !important;
  text-decoration: none;
}
.navbar{
  transition: 0.3s;
}
footer{
  background: #0C142B!important;
  padding-top: 60px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
a.footer-link{
  color: white;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
}
.footer-link:hover{
  color:  #A9D1DB;
}
.payment{
  display: flex;
}

.socials{
  display: flex;
  color: white;
}
.footer-links{
  display: flex;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
}

.socials a{
  text-decoration: none !important;
  color: white;
}
.socials a:hover h4 {
  color:  #A9D1DB;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.copyright{
  display: flex;
justify-content: right;
text-align: right ;
align-items: end ;
}
.room-link{
  color: #ffffff;
}
.room-link:hover{
  color: #932B41;
}

.navbar .navbar-nav .nav-link {
  color: #000000 !important;
  font-size: 1.1em;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
  border-bottom: 1px solid black;
  font-size: 1.1em;
  border-bottom: 1px solid rgb(0, 0, 0);
}
.navbar .navbar-nav .nav-link:hover{
  color: #808080 !important;

  transition: 0.2s ease-in-out;

}
.nav-link .active{
border-bottom: 1px solid black;
}
.navbar-logo-centered .navbar-nav .nav-link{
  padding: .5em 1em;
}

.offcanvas{
  background-color: #0E1317;
}
.top-bar{
  background: #ffffff;
  padding: 5px;
  color: rgb(0, 0, 0) !important;
  border-bottom: 1px solid rgb(0, 0, 0);
}

.top-bar h6 {
  line-height: 25px;
  margin: 0;
  padding: 0;
}

.carousel1{
  background: url('../img/Verano2.jpeg'), rgba(0, 0, 0, 0.546);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  height: 80vh;
}
.carousel2{
  background: url('../img/Verano84.jpg'), rgba(0, 0, 0, 0.536);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  height: 80vh;
}
.carousel3{
  background: url('../img/Verano11.jpeg'), rgba(0, 0, 0, 0.445);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  height: 80vh;
}
.carousel-caption {
  position: absolute;
  top:55%;
  left: 50%;
  transform: translate(-50%, -60%);
  padding: 0rem;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;

  justify-items: center !important;
  width: 100%; /* Optional: Set this if you want the caption to occupy full width */
 max-width: 90%;/* Optional: Adjust based on your design needs */
}
.offcanvas {
  background-color: #ffffff;
}
.carousel-caption h3{
  font-size: 72px;
  font-family: "EB Garamond", serif;

  line-height: 67.68px;
  letter-spacing: normal;
  font-weight: 100;
  font-stretch: 100% ;
}

.carousel-caption p{
  font-size: 18px;
  line-height: 27px;
  letter-spacing: normal;
  font-weight: 400;
  font-stretch: 100% ;
  font-family: 'Jost', sans-serif;

}


/* CSS */
.button-6 {
  align-items: center;
  background-color: #BB9B37;
  border: 1px solid rgba(0, 0, 0, 0.1);

  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(2.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-6:hover,
.button-6:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: rgba(0, 0, 0, 0.65);
}

.button-6:hover {
  transform: translateY(-1px);
}

.button-6:active {
  background-color: #F0F0F1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
}
.call-box{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 60px;
  height: 60px;
  background: #000000;
  border-radius: 50%;
}
.facility-box{
  background: white;
  padding: 30px;
  border-radius: 10px;
  justify-content: center;
  text-align: center;
  align-items: center;
  justify-items: center;
}
.card {
  position: relative;
height: 400px;
  
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.312);
}

.card-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  z-index: 1;
  transition: bottom 0.3s ease, opacity 0.3s ease;

}

.card-content h2 {
  font-size: 24px;
  margin-bottom: 5px;
}

.card-content p {
  font-size: 14px;
}

.card .button2 {
  position: absolute;
  bottom: -50px;
  left: 20px;
  padding-top: 30px;
background: transparent;
  color: #dd9300;

  font-size: 14px;
  font-weight: bold;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.card:hover .button2 {
  transform: translateY(-80px);
  opacity: 1;
}
.card:hover .card-content{
  bottom: 50px;
  transition: bottom 0.3s ease, opacity 0.3s ease;

}
.checkin{
  /* From https://css.glass */
background: rgba(255, 255, 255, 0.22);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(11.9px);
-webkit-backdrop-filter: blur(11.9px);
border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px;
  color: black !important;
  border-radius: 5px !important;
  width: 60%;
}
     .button1{
      background-color: #4B514D !important;
      padding: 20px;
      border-radius: 5px;
     }
.cover-bg{
  background: url('../img/Verano72.jpg') rgba(0, 0, 0, 0.662);
  background-position: center 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 100px;
  padding-bottom: 100px;
}

/*rooms.html*/
.section-bg{
  background: url('../img/Verano72.jpg') rgba(0, 0, 0, 0.500);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
}

.room-box{
  padding: 40px;
}

/*about.html*/
.section-bg1{
  background: url('../img/Verano11.jpeg') rgba(0, 0, 0, 0.500);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
.counter-box{
  background: #000000;
  width: 100%;
  position: relative;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 40px;
}
.outlined-text {
  font-size: 80px; /* Adjust font size as needed */
  color: transparent; /* Make the text transparent */
  -webkit-text-stroke: 2px rgb(255, 255, 255); /* Outline color and thickness */

}
.facility-box1{
  background: white;
  padding: 20px;
  text-align: center;
  border: 1px solid #3CAA9F;
}

.row1{
  position: relative;
  margin-top: -30px;
}


.row2{
  position: relative;
  margin-top: -50px;
}

/*contact.html*/
.section-bg2{
  background: url('../img/Verano21.jpeg') rgba(0, 0, 0, 0.500);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 150px;
  padding-bottom: 150px;
}
/*gallery.html*/
.section-bg3{
  background: url('../img/Verano21.jpeg') rgba(0, 0, 0, 0.500);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
}

.contact-box{
  padding: 30px;
  background: #322F1C;
  color: rgb(255, 255, 255);
}
.row2{
  justify-content: space-between;
}
.col2{
  justify-content: end;
  text-align: end;
}
     @media(max-width:1000px){
      .checkin{
        width: 100%;
      }
      .top-bar{
        display: none;
      }
      .carousel-caption {
        position: absolute;
        top:55%;
        left: 50%;
        transform: translate(-50%, -60%);
        padding: 0rem;
        color: #fff;
        text-align: center;
        justify-content: center;
        align-items: center;
      
        justify-items: center !important;
        width: 100%; /* Optional: Set this if you want the caption to occupy full width */
       max-width: 90%;/* Optional: Adjust based on your design needs */
      }
      
      .carousel-caption h3{
        font-size: 32px;
        font-family: "EB Garamond", serif;
      
        line-height: 67.68px;
        letter-spacing: normal;
        font-weight: 100;
        font-stretch: 100% ;
      }
      
  .room-link{
    text-align: left !important;
  }
  .copyright{
    display: flex;
    justify-content: center;
    text-align: center ;
    align-items:center;
  }
  .footer-links {
    display: flex;
    font-family: Jost, sans-serif;
    font-size: 18px;
    padding: 0px 30px 0px 30px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: baseline;
}
  .br-tag{
    display: block !important;
  }
  .footer-title{
  font-size: 24px !important;
  }
  .hr-line{
    display: none;
  }
     }
  /*Animations*/
  .fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
  }
  .fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
  }
  .fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
  }
  .fadeinup{
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.2s ease-out;
  }
  .fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
  }
  .active-left,.active,.active-right,.active-down,.active-up{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
  }
  
  .fadein{
  opacity: 0;
  }