@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Allura&family=Amethysta&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Gotu&family=Great+Vibes&family=Inconsolata:wght@200..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Kalnia:wght@100..700&family=Martel:wght@200;300;400;600;700;800;900&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Pridi:wght@200;300;400;500;600;700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');




html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color:#FFFFFF;


  font-family: "Jost", sans-serif;
  font-family: "Cormorant Garamond", serif;

  color: rgb(0, 0, 0);

}
h1{font-size: 50px !important;}
h3, h2, h4{
  font-family: "Jost", sans-serif !important;
  font-weight: 300;
}
h5{
  font-family: "Jost", sans-serif !important;
  font-weight: 300;
}
h6{

  font-family: "Jost", sans-serif !important;
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 2px;

}
a{
  text-decoration: none !important;
  
}
::selection {
  color: #ffffff;
  background: #74685E;
}





nav.navbar {
  background-color:  rgb(255, 255, 255);

  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  font-family: 'Raleway', sans-serif;

  text-transform: uppercase;
font-weight: 200;
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;


}

li.nav-item a.nav-link {
  color: rgb(0, 0, 0) !important;
  font-size: 14px !important;
  font-weight: 300 !important;




}

.nav-item {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;

}

a.nav-link:hover {
  transform: scale(1.02);

}

.navbar li a.active {
  color: #B31927!important;
  transform: scale(1.05);
  border-bottom: 1px#B31927 solid !important;
  border-top: 1px #B31927 solid !important;
  background-color: transparent;

}


.dropdown-menu {
  background-color: rgb(255, 255, 255) !important;
  color: #000000;
  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  border: 1px solid #AE9555;
  font-family: "Inconsolata", monospace;


  font-weight: 400;
  z-index: 100;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.dropdown-menu .dropdown-item {
  color: rgb(0, 0, 0);
  text-align: left;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  border: 1px solid #252525;
  transform: scale(1.02);
  color: rgb(0, 0, 0);
}

#carouselExampleFade {
  margin-top: -150px;
  position: relative;
}

.carousel1 {

  background: url('../photos/img3.JPG')   rgba(20, 19, 19, 0.462);
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 800px;
}

.carousel2 {
  background: url('../photos/img2.jpg')  rgba(20, 19, 19, 0.462);
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 800px;
}

.carousel3 {
  background: url('../photos/img1.jpg')  rgba(20, 19, 19, 0.462);
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 800px;
}

.carousel-caption {
  margin-bottom: 10%;
  text-align: center;

  padding: 50px;
  
}

.carousel-caption h1 {
 
  text-shadow: 4px 4px 4px #B31927;

  font-size: 100px !important;
  font-weight: 100 !important;
}

.carousel-caption h6 {
  margin-bottom: 30px;
  font-family: "Inconsolata", monospace;
text-transform: uppercase;
  font-size: 16px !important;
  letter-spacing: 9px !important;
  font-weight: 100;
  color: #ffffff !important;

}
.button {
  position: relative;
  font-size: 1.2em;
  padding: 0.7em 1.4em;
  background-color: #BF0426;
  text-decoration: none;
  border: none;
  border-radius: 0.5em;
  color: #DEDEDE;
  box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.3);
}

.button::before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, #B31927 50%, #B31927 60%);
  border-radius: 0 0 0.5em 0;
  box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

.button:hover::before {
  width: 1.6em;
  height: 1.6em;
}

.button:active {
  box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.3);
  transform: translate(0.1em, 0.1em);
}

.button1 {
  position: relative;
  font-size: 1.2em;
  padding: 0.7em 1.4em;
  background-color: #BF0426;
  text-decoration: none;
  border: none;
  border-radius: 0.5em;
  color: #DEDEDE;
  box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.3);
}

.button1::before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #181D1D 0%, #181D1D 50%, #B31927 50%, #B31927 60%);
  border-radius: 0 0 0.5em 0;
  box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

.button1:hover::before {
  width: 1.6em;
  height: 1.6em;
}

.button1:active {
  box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.3);
  transform: translate(0.1em, 0.1em);
}
.rooms-section{
  padding-top:50px;
  padding-bottom: 100px;
position: relative;
z-index: 100;

}

.bg-section{

  height: 400px;
  position: relative;
  margin-top: -400px;
  z-index: 1 !important;
}
.room-content{
  background: white;
  padding: 20px;
}

.facilities{
  background: url('../photos/img2.jpg')   rgba(20, 19, 19, 0.616);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
}
.facility-box{
  padding: 20px;
  -webkit-box-shadow: 20px 20px 29px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 20px 20px 29px 0px rgba(0,0,0,0.75);
  box-shadow: 20px 20px 29px 0px rgba(0,0,0,0.75);
  background: rgba(255, 255, 255, 0.471);
  justify-content: center;
  text-align: center;
  color: white;
}
.img1{
  border-radius: 80px;
  border-top-left-radius: 0px !important;
  position: relative;
  margin-top: 90px;
}
.img2{
  border-radius: 80px;
  border-top-right-radius: 0px !important;
 margin-bottom: 10px;
 
}
.img3{
  border-radius: 80px;
  border-bottom-left-radius: 0px !important;

}
.img4{
  border-radius: 80px;
  border-bottom-right-radius: 0px !important;

}
.gallery-section{
padding-top: 70px;
padding-bottom: 70px;
}
.gallery-section h1{

  font-size: 130px;
  color: #3e565a1e;
  font-weight: 900;
  position: relative;
}
.testimonials{
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding:50px 0;

}
.testimonials::before{
  content:'';
  position: absolute;
  right:0;
  left:0;
  top:0;
  bottom:0;

}
.testimonials .title {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding: 20px 0;
  max-width: 600px;
  margin: 0 auto;
}

.testimonials .title img {margin-top: -10px;}
.testimonials .title p {margin: 0 0 10px;margin-bottom: 0;color: #5A3733;}
.testimonials .testi .item {background: #fff;padding: 50px 30px;border-radius:15px;}

.testimonials .testi .item .profile img {border-radius: 100%;width:50px;height:50px;object-fit:cover}
.testimonials .testi .item .profile .information {padding-left:20px;margin-bottom:15px}
.testimonials .testi .item .profile .information .stars i {color:#ffd832}
.testimonials .testi .item .profile .information p {font-size: 24px;margin: 0px auto 0px;color: #5A3733;font-weight: 900;line-height: 1;}
.testimonials .testi .item .profile .information span {color: #EB6D2F;font-weight: bold;margin-top: -4px;line-height: 1.6em;font-size: 14px;}
.testimonials .testi .item>p {margin-bottom: 15px;font-size: 16px;line-height: 1.6em;display: block;z-index: 2;font-style: italic;color: #5A3733;text-align: center;}
.testimonials .testi .item .icon {text-align: center;}
.testimonials .testi .item .icon i {font-size: 32px;color: #FFD832;}


/*rooms.html*/
.section-background{
  background: url('../photos/room3.JPG')  rgba(20, 19, 19, 0.462);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}


/*aboutus.html*/
.section-background1{
  background: url('../photos/img4.JPG')  rgba(20, 19, 19, 0.565);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
.cover-bg{
  background: url('../photos/gallery/img2.jpg')  rgba(20, 19, 19, 0.565);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
/*contact.html*/
.section-background2{
  background: url('../photos/img1.jpg')  rgba(20, 19, 19, 0.565);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
.contact-info{
  padding: 40px;
  border: 2px solid #BF0426;
  -webkit-box-shadow: 20px 20px 29px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 20px 20px 29px 0px rgba(0,0,0,0.75);
  box-shadow: 20px 20px 29px 0px rgba(0,0,0,0.75);
}
@media(max-width:1024px){
  .img5{display: none;}
  nav.navbar{
    height: auto;
  }
  .gallery-section h1{
    font-size:85px;
    }
    .gallery-section1 h1{
      font-size:85px;
      }
    .img2{
      border-radius: 80px;
      border-top-right-radius: 0px !important;
     margin-bottom: 0px;
     margin-top: 20px;
     
    }
    .img1{
      border-radius: 80px;
      border-top-left-radius: 0px !important;
      position: relative;
      margin-top: 20px;
    }
}

@media(max-width:990px){

  .carousel1, .carousel2, .carousel3, .cover-bg, .facilities-section{
    background-attachment:scroll !important;
  }
  
  .map-col{
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  html, body{
    font-size: 90% !important;
  }

  nav.navbar{
    height: auto;
  }
  .carousel-caption {
    margin-bottom: 65%;
    text-align: center;
  
    padding: 0px;
    
  }
  
  .carousel-caption h1 {
   
    text-shadow: 4px 4px 4px #B31927;
  
    font-size: 50px !important;
    font-weight: 100 !important;


  }
  
  .carousel-caption h6 {
    margin-bottom: 30px;
    font-family: "Inconsolata", monospace;
  text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 2px !important;
    font-weight: 100;
    color: #ffffff !important;
  
  }

}
/*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;
}