@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: #F8F8F8;


  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;
  
}
::selection {
  color: #ffffff;
  background: #74685E;
}





nav.navbar {
  background-color:  #181D1Dff;

  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(255, 255, 255) !important;
  font-size: 14px !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: #BA9B62 !important;
  transform: scale(1.05);
  border-bottom: 1px#BA9B62 solid !important;
  border-top: 1px #BA9B62 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/img7.png') rgba(20, 19, 19, 0.37);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel2 {
  background: url('../photos/img6.png')  rgba(20, 19, 19, 0.37);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel3 {
  background: url('../photos/img14.png')   rgba(20, 19, 19, 0.37);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel-caption {
  margin-bottom: 13%;
  text-align: center;

  padding: 50px;
  
}

.carousel-caption h1 {
 
  text-shadow: 4px 4px 4px #AE9555;

  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;

}
.btn {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  font-size: 15px;
  font-weight: 400;
  color: white;
  border: 1px solid #A9774E;
  cursor: pointer;
  position: relative;
border-radius: 0px;
  background-color: #A9774E;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  font-family: inherit;
 }
 
 .btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #A9774E;
  transform: translateX(-100%);
  transition: all .3s;
  z-index: -1;
  color: white;
 }
 
 .btn:hover::before {
  transform: translateX(0);
  color: white;
 }
 .btn:hover::after{
  color: white;
 }

 .about-section{
    background: url('../photos/pattern_2.png');
  background-size: 40%;
  background-position: top right;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
 }

 .number-box{
  position: relative;
  padding: 20px;
  background-color: white;
  margin-top: -170px;
  margin-left: 60px;
 }

 .rooms-section{
  background: #E3DED1;
  padding-top: 100px;
  padding-bottom: 100px;
 }
 .room-info{
  padding: 30px;
  background: #181D1D;
 }
 .room-details{
  text-align: center;
  padding: 5px 2px 4px 2px;
  border-radius: 30px;
  background: #000000;
 }
 .facility-section{
  background: url('../photos/bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
 }
 .facility-box{
  justify-content: center;
  text-align: center;
 }
 .restaurant{
  background:white;
  padding-top: 100px;
  padding-bottom: 100px;
 }
 .testimonials{
  background: url('../photos/img6.png') ;
  background-size: 50%;
  background-position:right;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
 }

 .item{
  padding: 30px;
  background: rgba(0, 0, 0, 0.701);
  color: white;
 }

 /*restaurant.html*/
 .section-background{
  background: url('../photos/restaurant-bg.png') rgba(20, 19, 19, 0.37);

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;

 }
.bg{
  background: url('../photos/bg-pattent2.jpg');

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  text-align: center;
}


.s-services {
  padding: 86px 0 61px;
  background: rgb(248,248,248);
  background: linear-gradient(180deg, rgba(248,248,248,1) 22%, rgba(227,222,209,1) 73%);
}
.s-services .container {
  max-width: 1200px;
}

.services-box {
  text-align: center;
}
.services-box .icon {
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 50%;
  background: rgb(33, 43, 56);
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-box .content {
  padding: 0 30px;
}
.services-box .content a {
  font-size: 20px;
  text-transform: uppercase;
  color: #000000;
  font-family: "Audrey";
  letter-spacing: 1px;
  margin-bottom: 21px;
}
.services-box .content a:hover {
  color: #A9774E;
}
.services-box .content p {
  color: rgb(0, 0, 0);
}
.ansambli{
  padding-top: 100px;
  padding-bottom: 100px;
  background: #E3DED1;
  justify-content: space-evenly !important;
  text-align: center;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
 }
  100% {
    transform: translateX(calc(-250px * 7));
 }
}
.slider {
  background: #E3DED1;
  height: 450px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.slider::before, .slider::after {
  content: "";
  height: 300px;
  position: absolute;
  width: 500;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: scroll 60s linear infinite;
  display: flex;
}
.slider .slide {
  height: 300px;
  width: 500px;
}
/*rooms.html*/
.section-background1{
  background: url('../photos/rooms-bg.png') rgba(20, 19, 19, 0.37);

  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;

 }
.rooms-divider{
  background: url('../photos/bg.jpg') #E3DED1;

  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  text-align: center;
padding: 70px 0px 70px 0px;
}
/*aboutus.html*/

.section-background2{
  background: url('../photos/img2.png') rgba(20, 19, 19, 0.37);

  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;

 }

 /*gallery.html*/
.section-background3{
  background: url('../photos/img3.png') rgba(20, 19, 19, 0.37);

  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;

 }
  /*contact.html*/
.section-background4{
  background: url('../photos/img7.png') rgba(20, 19, 19, 0.37);

  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;

  
 }
 .contact-box{
  padding: 30px;
  background: #E3DED1;
  margin: 0px 0px 50px 0px;
 }
 @media(width:390px){
  .number-box{
  display: none !important;

   }
 }
@media(max-width:990px){
  .title {
    width:90% !important;
     }
  .testimonial-title{
    color: white !important;
  }
  .testimonials{
    background: url('../photos/img6.png')  rgba(20, 19, 19, 0.37) ;
    background-size: cover;
    background-position:right;
    background-repeat: no-repeat;
    height: auto !important;
    color: white !important;
    padding-top: 100px;
    padding-bottom: 100px;
   }
  
  .number-box{
    position: relative;
    padding: 15px;
    background-color: white;
    margin-top: -755px !important;
    margin-left: 15px !important;
   }
  .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;
  }
p{
  font-size: 16px !important;
}
  html, body{
    font-size: 85% !important;
  }
  .d-1{
    font-size: 30px !important;
  }
  nav.navbar{
    height: auto;
  }
  .carousel-caption {
    margin-bottom: 65%;
    text-align: center;
  
    padding: 0px;
    
  }
  
  .carousel-caption h1 {
   
    text-shadow: 4px 4px 4px #AE9555;
  
    font-size: 60px !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;
}