@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }

  h1,h2,h3,h4,h5,h6{
    font-family: Gilda,san-serif;
  }
  h1{
    font-size: 50px;
  }

  p{
    font-family: Jost;
  }

  .navbar li a {
    font-family: Jost;
  }

  .navbar li a.active{
    color: #00A8BE;
    border-bottom: 1px solid #00A8BE; 
 }

 .navbar li a:hover{
     color: #00A8BE;
     border-bottom: 1px solid #00A8BE ;
     transition-duration: 0.3s;
 }

.carousel1{
  background: url('../assets/photos/img6.jpg') rgba(0, 0, 0, 0.55);
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat ;
  background-blend-mode: multiply;
  height: 80vh;
}

.carousel2{
  background: url('../assets/photos/img5.jpg') rgba(0, 0, 0, 0.356);
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat ;
  background-blend-mode: multiply;
  height: 80vh;
}

.carousel3{
  background: url('../assets/photos/img10.jpg') rgba(0, 0, 0, 0.356);
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat ;
  background-blend-mode: multiply;
  height: 80vh;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 18.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.btn-prim{
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #00A8BE;
    background-color: #00A8BE;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 16px;
    cursor: pointer;
    font-weight: normal;
    font-family: Jost;
    position: relative;
    transition: box-shadow 0.2s ease;
    overflow: hidden;
    transition-duration: 0.2s;
}

.btn-prim:hover{
  box-shadow: 0px 4px 10px rgba(0, 1, 2, 0.514);
}

.btn-sec{
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #00A8BE;
  background-color: #00A8BE;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 16px;
  cursor: pointer;
  font-weight: normal;
  font-family: Jost;
  position: relative;
  transition: box-shadow 0.2s ease;
  overflow: hidden;
  transition-duration: 0.2s;
}
.btn-sec:hover{
  box-shadow: 0px 4px 10px rgba(240, 243, 247, 0.514);
}

.photo2{
  margin-left:260px;
  margin-top: -100px;
  border: 5px solid white;
}


.footer_wrapper {
  background: #0A0A0A;
  padding: 5% 0 5% 0;
}

.footer_wrapper .copyright-section {
  background-color: #0A0A0A;
  padding: 1.10rem 0 .3125rem;
  text-align: center;
}

.testimonials{
  background: url('../assets/photos/img9.jpg') rgba(0, 0, 0, 0.534);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
}
.review-box .fa-star{
  color: #00A8BE;
  font-size: 30px;
}
.review{
  color: #fff;
  font-size: 20px;
}
.review-box{
  text-align: center;
  border: 0px;
  border-style: none;
}

.facility-icon {
  background-color: #ceeef8;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 1.6em 1.2em;
  padding-right: 1.5em;
  margin-bottom: -2.4em;
  position: relative;
  z-index: 10;
  transition-duration: 0.8s;
}


.facility-box{
    padding-left: 5em;
    padding-right: 5em;
    padding-top: 4em !important;
    border: 1px solid transparent;
    transition-duration: 0.8s;
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.facility-box:hover{
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
 rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border: 1px solid #00A8BE;
  transition-duration: 0.3s ease;
}

/*room card style*/
.room-card {
  position: relative;
  height: 550px;
  text-align: left;
  justify-content: left;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.552);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  transition: border 0.4s ease-in-out;

}
.room-card a{
  text-align: left;
  justify-content: left;
}
.room-card:hover{
transition: border 0.4s ease-in-out;
}
.room-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.397);
}

.room-content {
  position: absolute;
  bottom: 20px;
  left: 50px;
  color: #fff;
  z-index: 1;
  transition: bottom 0.3s ease, opacity 0.3s ease;

}

.room-content h2 {
  font-size: 24px;
  margin-bottom: 5px;
}

.room-content p {
  font-size: 14px;
}

.room-card .button2 {
  position: absolute;
  bottom: -50px;
  left:8%;
  padding-top: 30px;
  background: transparent;
  color: #AA998A;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.room-card:hover .button2 {
  transform: translateY(-80px);
  opacity: 1;
}
.room-card:hover .room-content{
  bottom: 50px;
  transition: bottom 0.3s ease, opacity 0.3s ease;

}

.sec-gallery {
  background: url('photos/img25.jpg') rgba(0, 0, 0, 0.397);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-blend-mode: multiply;
  background-size: cover;
  display: flex;
  align-items: center;
  text-align: center;
  height: 50vh;
  color: white;
}

.sec-contact {
  background: url('photos/image4.jpg') rgba(0, 0, 0, 0.397);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-blend-mode: multiply;
  background-size: cover;
  display: flex;
  align-items: center;
  text-align: center;
  height: 50vh;
  color: white;
}

.sec-rooms {
  background: url('photos/img7.jpg') rgba(0, 0, 0, 0.397);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-blend-mode: multiply;
  background-size: cover;
  display: flex;
  align-items: center;
  text-align: center;
  height: 50vh;
  color:white;
}

.sec-about{
  background: url('photos/img15.jpg') rgba(0, 0, 0, 0.397);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-blend-mode: multiply;
  background-size: cover;
  display: flex;
  align-items: center;
  text-align: center;
  height: 50vh;
  color:white;
}

.links {
  list-style: none;
}
.links a{
  color: #fff;
}
.footer-link {
  list-style: none;
  color: #ceeef8;
}
.contact-info a{
  color: #fff;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
}

@media only screen and (max-width: 870px) {
  h1{
    font-size: 35px;
  }
  .photo2 {
    display: none;
  }
  .carousel-caption{
    bottom: 30%;
  }
  .room-content {
    left: 20px;
  }
  .facility-icon{
    margin-top: 2rem;
  }
  .media{
    margin-top: 2rem;
  }
  .facility-box{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .review{
    font-size: 16px;
  }
}