html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color: #ffffff;
  font-family: 'Barlow', sans-serif;
  font-family: 'Bonheur Royale', cursive;
  font-family: 'DM Sans', sans-serif;
  font-family: 'Forum', serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Inconsolata', monospace;
  font-family: 'Italiana', sans-serif;
  font-family: 'Italianno', cursive;
  font-family: 'Literata', serif;

  font-family: 'Nova Square', sans-serif;
  font-family: 'Marcellus', serif;
  

  font-family: 'Satisfy', cursive;
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Jost', sans-serif;
  font-family: 'Gilda Display', serif;
  color: #000000;
}


::selection {
  color: #ffffff;
  background: black;
}

.background-container {

  animation: zoom 10s ease-in-out forwards;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}


nav.navbar {
  background: #ffffff;

  backdrop-filter: blur(0px) !important;
  transition: background 0.5s !important;

  font-family: 'Marcellus', serif;
  line-height:27.0001px;
  text-transform: uppercase;
font-weight: 100 !important;
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: sticky;
display: flex;
font-size: 17px !important;

}


li.nav-item a.nav-link {
  color: rgb(0, 0, 0) !important;
justify-content: center;
font-family: 'Marcellus', serif;
  line-height:27.0001px;
  text-transform: uppercase;
font-weight: 100 !important;
font-size: 14px !important;

}

.nav-item {
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;

}

a.nav-link:hover {
  transform: scale(1.07);
  text-decoration: none;

}

.navbar li a.active {
  color: #000000!important;
  transform: scale(1.05);
  background-color: transparent;
  margin-top: 16px;
  border-bottom: 1px solid black;


}


.dropdown-menu {
  background-color: #ffffff !important;
  color: #ffffff;
  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  border: 1px solid #490e0e;
  font-family: 'Josefin Sans', sans-serif;
  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: #D2CBBF;

  transform: scale(1.02);
  color: rgb(43, 43, 43);
}


.carousel1 {
  background: url('../photos/carousel3.jpg')  rgba(20, 19, 19, 0.493) ;
  
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 800px;
}

.carousel2 {
  background: url('../photos/carousel1.jpg')  rgba(20, 19, 19, 0.493) ;
  
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 800px;
}

.carousel3 {
  background: url('../photos/carousel3.jpg') rgba(20, 19, 19, 0.493) ;
  
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 800px;
}

.carousel-caption {
  margin-bottom: 15%;
  text-align: center;
  justify-content: center !important;
  align-items: center !important;
}

.carousel-caption h1 {
  font-family: 'Gilda Display', serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 50px !important;
font-weight: 100;
  color: #ffffff;
}

.carousel-caption h1 span{
  font-size: 65px !important;
}
.carousel-caption h6 {
  margin-bottom: 0px;
  font-family: 'Roboto', sans-serif;
  font-size:12px;
  letter-spacing:1.2px !important;
  text-transform: none;

  font-weight: 500 !important;

}

.btn {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  font-size: 16px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  border: 3px solid #CD3727;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  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: #CD3727;
  transform: translateX(-100%);
  transition: all .3s;
  z-index: -1;
 }
 
 .btn:hover::before {
  transform: translateX(0);
 }

 /*about section*/
 .about-section{
  margin-top: 100px;
  margin-bottom: 100px;
 }

 .img1{
  position: relative;
  z-index: 10;
  margin-top: 380px;
  border: 20px solid white;
 }

 .img2{
  position: relative;
  margin-left: -370px;

 }

 .text-col{
position: relative;
margin-left: -330px;
 }
 .text-col h1{
  font-size: 60px;
 }
 .text-col h6{
  line-height: 25px;
  letter-spacing: 1px;
  
 }
 .text-col h5{
  line-height: 25px;
  letter-spacing: 2px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  
 }
.black-box{
  position: relative;
  background: #000000;
padding:20px;
  width:100%;
 margin-top: -200px;
 z-index: 100;
 margin-left: 550px;
 color: #ffffff;
 box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.rooms-section{
  background: url('../photos/about2.jpg')  rgba(20, 19, 19, 0.632) ;
  background-attachment: scroll;
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 70px;
  padding-bottom: 70px;
}


/*Rooms section*/
.rooms-section{
  margin-top: 70px;
  padding-top:70px;
  padding-bottom: 100px;

 }
.card img{
border-top-right-radius: 20px !important;
border-top-left-radius: 20px !important;
}
.card-content{
background: #122222;
border-bottom-right-radius: 20px !important;
border-bottom-left-radius: 20px !important;
text-align: center;
padding: 20px;
font-family: 'Cormorant Garamond', serif;
}
.icon{
  position: relative;
  opacity: 0.3;
}
.room-box{
  padding: 20px;
  text-align: left !important;
  border: 1px solid  white;
  border-top: none;
}
/*Facilities section*/
.facilities-section{
  margin-top: 100px;
  margin-bottom: 100px;
}
.facility-box{
  padding: 20px;
  background: #000000;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

/*Gallery section*/
.gallery-section{
  margin-bottom: 100px;
}


.cover-bg{
  background: url('../photos/carousel1.jpg')  rgba(20, 19, 19, 0.493) ;
  background-attachment: scroll;
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 70px;
  padding-bottom: 70px;
  color: #ffffff;
}


/*Rooms.html*/
.section-background{
  background: url('../photos/1E9A0913.jpg')  rgba(20, 19, 19, 0.637) ;
  background-attachment: fixed;
  background-position:bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
height: 400px;
  color: #ffffff;
  text-align: center;
}

.section-title h1{
  padding-top: 10%;
  font-size: 60px;
}

.rooms-content{
  padding: 30px;
  border: 1px solid #ffffff;
  background: #292725;
  color: #ffffff;
  height: 425px;
  justify-content: center;
  align-items: center;
  vertical-align: middle !important;
}

/*Aboutus.html*/
.section-background1{
  background: url('../photos/carousel1.jpg')  rgba(20, 19, 19, 0.637) ;
  background-attachment: fixed;
  background-position:bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
height: 400px;
  color: #ffffff;
  text-align: center;
}

.policies{
  background: url('../photos/carousel1.jpg')  rgba(20, 19, 19, 0.773) ;
  background-attachment: fixed;
  background-position:bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
 padding-top: 50px;
 padding-bottom: 50px;
 padding-left: 50px;
 padding-right: 50px;
}
.policy-box{
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.609);
}

.gallary{
  background: url('../photos/carousel1.jpg')  rgba(20, 19, 19, 0.773) ;
  background-attachment: fixed;
  background-position:bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
 padding-top: 50px;
 padding-bottom: 50px;
 padding-left: 50px;
 padding-right: 50px;
}
.gallary img {
  width: 270px;
}
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  height: 50px;
  position: absolute;
  width: 50px;
  cursor: pointer;
  top: 35%;
  background: white !important;
  transition: 0.5s;
}
.owl-carousel .owl-prev {
  left: 33px;
}
.owl-carousel .owl-next {
  right: 33px;
}
.owl-carousel .owl-next:hover,
.owl-carousel .owl-prev:hover {
  background: #C1B086 !important;
}
.flex1 {
  display: flex;
  justify-content: space-between;
}
/*Contact.html*/
.section-background2{
  background: url('../photos/1E9A0885.jpg')  rgba(20, 19, 19, 0.637) ;
  background-attachment: fixed;
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
height: 400px;
  color: #ffffff;
  text-align: center;
}

.contact-box{
  background: #292725;
  padding: 20px;
}


 @media (max-width:990px){

  .carousel1, .carousel2, .carousel3 {
    height: 700px !important;
  }
  .carousel-caption {
    margin-bottom: 40%;
    text-align: center;
    justify-content: center !important;
    align-items: center !important;
  }
  
  .carousel-caption h1 {
    font-family: 'Gilda Display', serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 30px !important;
  font-weight: 100;
  line-height: 45px;
    color: #ffffff;
  }
  
  .carousel-caption h1 span{
    font-size: 40px !important;
  }
  .carousel-caption h6 {
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    font-size:30px !important;
    letter-spacing:1.2px !important;
    text-transform: none;
  
    font-weight: 500 !important;
  
  }


.section-title h1{
  padding-top: 40%;
}
  .image1{
    display: none !important;
  }
  .img-col{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .gallary{
    background: url('../photos/carousel1.jpg')  rgba(20, 19, 19, 0.773) ;
    background-attachment: fixed;
    background-position:bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
   padding-top: 50px;
   padding-bottom: 50px;
   padding-left: 40px;
   padding-right: 40px;
  }
  .gallary img {
    width: 270px;
  }
  .owl-carousel .owl-next,
  .owl-carousel .owl-prev {
    height: 50px;
    position: absolute;
    width: 50px;
    cursor: pointer;
    top: 35%;
    background: white !important;
    transition: 0.5s;
  }
  .owl-carousel .owl-prev {
    left: 0px;
  }
  .owl-carousel .owl-next {
    right: 0px;
  }
  .owl-carousel .owl-next:hover,
  .owl-carousel .owl-prev:hover {
    background: #C1B086 !important;
  }
  .flex1 {
    display:grid;
    justify-content: space-between;
    text-align: center;
  }
.contact-box{
  justify-content: center !important;
  text-align: center !important;
  align-items: center !important;
}
  .rooms-content{
    height: auto !important;
  }
  nav.navbar{
    height: auto;
  }
  .img1{
    margin-top: 150px;
  }
  .img2{
    margin-left: 170px;
    margin-top: -200px; 
  }
  .text-col{
    margin-left: 10px;
  }
  .text-col h1{
    font-size: 30px;
   }
   .about-section{
    margin-top: 0px;
   }
   .black-box{
    position: relative;
    background: #000000;
  padding:30px;
    width:100%;
   margin-top: 0px;
   z-index: 100;
   margin-left:0px;
   color: #ffffff;
   
  }
  .black-box .col-lg-4{
    border-bottom: 1px solid white;
  }

  .map-col{
    justify-content: center !important;
    text-align: center !important;
    align-items: center !important;
  }
  .section-background, .section-background1, .section-background2, .section-background3{
    background-attachment: scroll !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;
}


