@import url('https://fonts.googleapis.com/css2?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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap');





html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
font-family: "Cormorant Garamond";
background:#F5F5F5 !important;
  color: rgb(0, 0, 0);

}
h1 ,h2 {
    font-family: "Cormorant Garamond";
    font-weight: 700 !important;

   
    letter-spacing: 2px;
    line-height: 24px;
}
p{
    font-family: "Cormorant Garamond", serif;
  font-weight:800;
  font-style: normal;
  font-size: 21px;
  color: #00191C;
}
.font01{
    color: #302e2e !important;
    font-family: "Jost", sans-serif;
   font-weight: 400;
}
.f1 {
    writing-mode: vertical-rl;

    color: #dbd4cb;
    padding: 4px;
    font-size:70px;

}
h6{
  font-family: "Montserrat", sans-serif;
font-weight: 500;
letter-spacing: 2px;
line-height: 24px;
}
h5{
  font-family: "Montserrat", sans-serif;
}
a{
  color: white !important;
  text-decoration: none;
}
.navbar{
  transition: 0.3s;
}
.bg{
   background-color: white;
}
.border-bottom{
    border-bottom: 1px solid black;
}

.container{
    max-width: 76%;
}
.title{
    color: #111111;
    font-size:50px;
    font-weight: 700;
    line-height: 60px;
  }
footer{
  background: #054952 !important;
  padding-top: 60px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
a.footer-link{
  color: white;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
}
.footer-link:hover{
  color:  #A9D1DB;
}
.payment{
  display: flex;
}

.socials{
  display: flex;
  color: white;
}
.footer-links{
  display: flex;
  font-family: 'Jost', sans-serif;
  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;
}

.navbar .navbar-nav .nav-link {
  color: #000000 !important;
  font-size: 1.2em;
  font-family: "Cormorant Garamond";
  font-weight: 700;
  font-style: normal;
}
.navbar .dropdown-item {
    color: #000000 !important;
    font-size: 1.1em;
  }
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: rgb(0, 0, 0);
  border-bottom: 1px solid black;
  font-size: 1.1em;
}
.navbar .navbar-nav .nav-link:hover{
  color: #808080 !important;

  transition: 0.2s ease-in-out;

}
.navbar-logo-centered .navbar-nav .nav-link{
  padding: .5em 1em;
}
.top-bar{
  background:#054952;
  padding: 10px;
  color: white !important;
  border-bottom: 1px solid #00191C;
}
.carousel1{
  background: url('../img/677928542.jpg'), rgba(0, 0, 0, 0.404);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  height: 80vh;
}
.carousel2{
  background: url('../img/img-10.jpg'), rgba(0, 0, 0, 0.445);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  height: 80vh;
}
.carousel3{
  background: url('../img/img-15.jpg'), rgba(0, 0, 0, 0.445);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  height: 80vh;
}
.carousel-caption {
  position: absolute;
  top:60%;
  left: 50%;
  transform: translate(-50%, -60%);
  padding: 0rem;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  justify-items: center !important;
  width: 100%; 
 max-width: 90%;
}

.carousel-caption h1{
  
    font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 67.68px;

  font-stretch: 100% ;
}

.carousel-caption p{
  font-size: 18px;
  line-height: 27px;
  letter-spacing: normal;
  font-weight: 700;
  font-stretch: 100% ;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;

}
.btn {
  color: #ffffff ;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #000000;
background-color: #054952;
  border-radius: 4px !important;
  padding: 10px 25px;
  font-size: 17px;
  cursor: pointer;
  position: relative;
  transition: all 1s;
  overflow: hidden;

}
.btn:hover {
  color: rgb(5, 5, 5);
}
.btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: #dbd4cb;
  z-index: -1;
  transition: all 1s;
}
.btn:hover::before {
  width: 160%;
}

.btn1 {
    color: #000000 ;
    text-transform: uppercase;
    text-decoration: none;
  
  background-color: #ffffff98;
  border-radius: 1.5rem;
    padding: 10px 25px;
    font-size: 17px;
    cursor: pointer;
    position: relative;
    transition: all 1s;
    overflow: hidden;
  
  }
  .btn1:hover {
    color: rgb(5, 5, 5);
  }
  .btn1::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: -40px;
    transform: skewX(45deg);
    background-color: #dbd4cb;
    z-index: -1;
    transition: all 1s;
  }
  .btn1:hover::before {
    width: 160%;
  }
.section1{
  position: relative;
  margin-top: -80px;
}

.about-01{
    padding-top: 100px;
    padding-bottom: 100px;
}
 .gallery-section{
    
    padding-bottom: 100px;
 } 
  
  

#about-head{
    background: url('../img/677928519.jpg'), rgba(0, 0, 0, 0.423);
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: scroll;
    padding-top: 200px;
    padding-bottom: 200px;
  }
  #room-head{
    background: url('../img/img-19.jpg'), rgba(0, 0, 0, 0.423);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: scroll;
    padding-top: 200px;
    padding-bottom: 200px;
  }
  #contact-head{
    background: url('../img/677928539.jpg'), rgba(0, 0, 0, 0.423);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: scroll;
    padding-top: 200px;
    padding-bottom: 200px;
  }


 #gallery-head{
    background: url('../img/img-4.jpg'), rgba(0, 0, 0, 0.423);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: scroll;
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .about-011{
    padding-top: 100px;
    padding-bottom: 100px;
  }





/* footer */

footer {
    background: #344943 !important;
    padding-top: 60px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px; 
   
}

a.footer-link {
    color: #C0C5C9;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
}

.footer-title {
    font-family: "Marcellus", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 30px;

}

.footer-h4 {
    font-family: "Marcellus", serif;
    font-optical-sizing: auto;
    font-weight: 300!important;
    font-style: normal;
    color: #C0C5C9;
   

}

.footer-link:hover {
    color: #A9D1DB;
}

.payment {
    display: flex;
}

.socials {
  justify-content: center;
  
  
    color: #D2DAE7;
    border-radius: 30px solid white;
}

.footer-links {
 
    font-family: "Marcellus", serif;

    font-size: 18px;

}

.socials a {
    text-align: center !important;
    text-decoration: none !important;
    color: #D2DAE7;
}

.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;
}








    .top-bar {
        display: none !important;
    }


.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;
}






.rooms-section{
 
  padding-bottom: 100px;
}
.room-box{
  display: grid;
    place-items: center;
}
.room-content{
  position: absolute;
  bottom: 10px !important;

  padding: 20px;
  background: white;
  transition: 0.4s ease-in-out;

}
.room-box:hover .room-content{
  transform: translateY(-10px);
  transition: 0.4s ease-in-out;
}


.cover-bg{
    background: url('../img/img-19.jpg'), rgba(0, 0, 0, 0.423);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: scroll;
    padding-top: 200px;
    padding-bottom: 200px;
}


/* Adjust height for mobile devices */
@media (max-width: 768px) {
    .swiper {
        height:85vh;
        position: relative;
        margin-top: -150px;
        z-index: 1 !important;
    
    }
    
    .slide-caption {
        padding-top: 13%;
        text-align: center !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .slide-caption h1 {
        font-size: 30px !important;
    }

    .f1 {
        writing-mode:horizontal-tb;
        color: #dbd4cb;
        padding: 21px;
        font-size: 53px;
    }

 
      .logo1{
        display: none;
      }
       .text1-09{
    text-align: center;
    justify-content: center;
   }
    
   .cover-bg{
    padding-bottom: 80px;
    padding-top: 80px;
   }
   .container{
    max-width: 96%;
}
}

@media (max-width: 480px) {
    .swiper {
        height: 85vh;
        position: relative;
        margin-top: -150px;
        z-index: 1 !important;
    
    }
    
    .slide-caption {
        padding-top: 4%;
        text-align: center !important;
        justify-content: center !important;
        align-items: center !important;
      
        padding: 10px;
    }
    .slide-caption h1 {
        font-size: 30px !important;
    }


      .logo1{
        display: none;
      }
   .text1-09{
    text-align: center;
    justify-content: center;
   }
   .cover-bg{
    padding-bottom: 50px;
    padding-top: 50px;
   }
   .container{
    max-width: 96%;
}
}
  

 