@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Cinzel:wght@400..900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Jost:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Marcellus&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');




html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  font-family: "Raleway", sans-serif;
  font-family: "Merriweather", serif;
  font-family: "Marcellus", serif;

background: #ffffff;
}
a{

  text-decoration: none !important;
}
h6{
  font-size: 17px;
  font-family: "Jost", sans-serif;

}


.navbar-nav .nav-link:hover{
  transform: scale(1.05);
  transition: 0.2s ease-in-out;
}
.navbar-nav .nav-link.active {
  color:#ab8965 !important;
  border-bottom: 1px solid #ab8965;
}
.navbar-toggler{
  border: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 2.5em;
  height:2.5em;
  vertical-align: middle;
  background-image: url('../photos/icons/navbar-toggler.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border: none !important;
}
.container-fluid{
  width: 90%;
}
nav.navbar{
  background: #ffffff;
}
.nav-item a.nav-link{
  color: rgb(21, 21, 21) !important;
  font-family: "Jost", sans-serif;
}


.carousel1{
  background: url('../photos/img21.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 53%);
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 80vh;
}
.carousel2{
  background: url('../photos/img2.jpg'),  linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 53%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 80vh;
}
.carousel3{
  background: url('../photos/img3.jpg'),  linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 53%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 80vh;
}

.carousel-caption {
  position: absolute;
  right: 25%;
  bottom: 20.25rem;
  left: 25%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  backdrop-filter: blur(5px);
  border: 1px solid #ab8965;
  text-align: center;

  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.carousel-caption h1{
  font-family: "Marcellus", serif;
  font-weight: 100;
  font-size: 80px;
  color: #ffffff;


}
.button1{
  background: #CEB356;
  border: none;
  padding: 15px 30px 15px 30px;
  color: white;
}
.button {
  height: 50px;
  width: 200px;
  position: relative;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid #ffffff;
  overflow: hidden;
  border-radius: 0px;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}

.btn-txt {
  z-index: 1;
  font-weight: 800;
  letter-spacing: 2px;
}

.type1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  background-color: #ffffff;
  border-radius: 30px;
  visibility: hidden;
  height: 10px;
  width: 10px;
  z-index: -1;
}

.button:hover {
  box-shadow: 1px 1px 200px #252525;
  color: #000000;
  border: none;
}

.type1:hover::after {
  visibility: visible;
  transform: scale(100) translateX(2px);
}
footer{
  background: black;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;

  padding-top: 60px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
a.footer-link{
  color: white;

  font-weight: 300;
}
.footer-link:hover{
  color:  #A9D1DB;
}
.payment{
  display: flex;
}

.socials{
  display: flex;
  color: white;
}
.footer-links{
  display: flex;

  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: #000000;
}
.room-link:hover{
  color: #932B41;
}
.img1{
  outline: 1px solid white;
  outline-offset: -10px;
  border-radius: 10px;
}
.room-card img{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.room-card{
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  border-radius: 10px;
  background: white;
}
.room-content{
  padding: 30px;
}

.facilities-section{
  background: url('../photos/facilities-bg.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 53%);
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
}

.facility-box{
  padding: 20px;
  color: white;
  text-align: center;
  background: rgba(0, 0, 0, 0.805);
  transition: 0.2s ease-in-out;

}

.facility-box:hover{
  transform: translateY(-5px);
  transition: 0.2s ease-in-out;
}

/*rooms.html*/
.section-bg{
  background: url('../photos/room3.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 53%);
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 150px; 
  padding-bottom: 150px;
  color: white;
  text-align: center;
}

.room-wrapper{
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;

}
.room-box{
  padding: 40px;
}

/*about.html*/
.section-bg1{
  background: url('../photos/img3.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 53%);
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 150px; 
  padding-bottom: 150px;
  color: white;
  text-align: center;
}


/*contact.html*/
.section-bg2{
  background: url('../photos/img2.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 53%);
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 150px; 
  padding-bottom: 150px;
  color: white;
  text-align: center;
}
.contact-icon{
  position: relative;
  border: 1px solid black;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/*gallery.html*/
.section-bg3{
  background: url('../photos/img8.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 53%);
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 150px; 
  padding-bottom: 150px;
  color: white;
  text-align: center;
}
@media(max-width:1000px){
  .col1{
    width: 100%;
  }
  .facility{
    justify-content: space-between;
  }
  .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;
}
  
  .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: center;
  text-align: center;
  align-items: center;
  }


.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 17.25rem;
  left: 15%;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  color: #fff;
  text-align: center;
}
.carousel-caption h1{
  font-family: "EB Garamond", serif;
  font-weight: 100;
  font-size: 41px !important;
  color: #ffffff;


}


}

/*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;
}


.body-dark{
  background-color: black!important;
}