@import url('https://fonts.googleapis.com/css2?family=Urbanist&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Domine&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&family=Urbanist:wght@100;200;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Monoton&display=swap');

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

.container{
    max-width: 1280px;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Urbanist', sans-serif;
}

p{
    font-family: 'Didact Gothic';
}

.navbar.home-nav{
    background-color: rgb(239, 247, 255);
    padding: 17px 0;
}

.book-btn{
    background-color:#246DB1;
    border-radius: 30px;
    width: 200px;
    padding: 12px 20px;
    color: white;
    font-size: 16px;
    font-family: Urbanist;
}

.book-btn:hover{
    background-color:rgb(58, 88, 151) ;
    color: white;
    transition-duration: 0.4s;
}
.link-btn{
    background-color:#246DB1;
    border-radius: 5px;
    width: 180px;
    padding: 12px 20px;
    color: white;
    font-size: 16px;
    font-family: Urbanist;
}

.link-btn:hover{
    background-color:rgb(58, 88, 151) ;
    color: white;
    scale: 1.1;
    transition-duration: 0.4s;
    
}

.navbar li a{
    margin: 0 15px;
    color: #456d9b;
    font-family: Didact Gothic;
    font-size: 18px;
    border-bottom: 2px solid transparent;
}

.navbar li a:hover{
    border-bottom: 2px solid #456d9b;
    scale: 1.08;
}

.navbar li a.active{
    font-size: 19px;
    font-style: bold;
    border-bottom: 2px solid #456d9b;
}



#home-head{
    background: url('../img/img2.jpg') rgba(0, 0, 0, 0.45);
    background-size: cover;
    height: 800px;
    background-position: center;
    background-blend-mode: multiply;
    
    
}

.header-row{
    display: flex;
    height: 800px;

   
}

.home-head-content{
    align-self: center;
}

.head-title{
   font-weight:  800;
    
}

.head-text{
    color: white;
    font-size: 24px;
    text-align: center;
}


.amenity-row{
    position: relative;
    z-index: 2;
    background-color: white;
    border-radius: 15px;
    padding: 15px 5px;
}
.amenity-box{
    background-color: #e6f4ff;
    padding: 20px;
    border-radius: 15px;
}

@media only screen and (max-width: 600px) {
  .amenity-box {
    margin: 10px;
  }
}


#home-rooms{
    background-color: #ffffff;
    padding: 100px 0; 
}

#about-us-home{
    background-color: #E6F4FF;
    margin-top: -80px;
    padding-top: 200px;
    padding-bottom: 40px;
}

.about-home-grid{
    background-color: rgb(255, 255, 255);
    padding: 16px;
    border-radius: 15px;
    box-shadow: 0px 0px 4px 4px rgba(221, 221, 221, 0.281);
}


.about-image-1{
    border-radius: 15px 0  0 0;
}
.about-image-2{
    border-radius:  0  0 15px 0 ;
}
hr {
    width:100px!important;
    color: black!important;
    margin:0 auto;
}





.card-home {
    height:500px;
    width: 400px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 0px;
    box-shadow: 0 0 10px 4px #d0d0d0;
    overflow: hidden;
  }
  
   /*Image*/
  .card-image-1 {
    height: 100%;
    width: 100%;
    position: absolute;
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    background: url('../img/double-room-w-sea-view.jpg');
    background-size: cover;
    
  }
  .card-image-2 {
    height: 100%;
    width: 100%;
    position: absolute;
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    background: url('../img/deluxe-triple-room.jpg');
    background-size: cover;
  }
  .card-image-3 {
    height: 100%;
    width: 100%;
    position: absolute;
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    background: url('../img/one-bedroom-apartment.jpg');
    background-size: cover;
  }
  
  /*Description */
  .card-description {
    display: flex;
    position: absolute;
    gap: .5em;
    flex-direction: column;
    background-color: #00000098;
    color: white;
   
    height: 38%;
    bottom: 0;
    border-radius:16px 16px 0 0 ;
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    padding: 1rem;
  }
  
  /*Text*/
  .text-title {
    font-size: 1.3rem;
    font-weight: 700;
  }
  
  .text-body {
    font-size: 1rem;
    line-height: 120%;
    color: white!important;
  }
  
  
  /* Hover states */
  .card:hover .card-description {
    transform: translateY(100%);
  }


  @media only screen and (max-width: 600px) {
    .card-home {
      width: 380px;
      margin: 15px 0;
    }
    .img-1{
      position: relative;
     
      margin-left: -150px;
    }
  }

  #home-banner{
    background: url('../img/home-banner.jpg')rgb(0, 0, 0,0.3);
    background-size: cover;
    background-blend-mode:multiply ;
    background-position: center;
    height: 450px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
  }



  /*Testimonials*/

  #testimonials{
    height: 500px;
    padding:100px 0;
  }

  #footer{
    background: #0b0d15;
    background-size: cover;
    background-blend-mode:multiply ;
    background-position: center;
  }

  #rooms-head{
    background: url('../img/rooms-head.jpg')rgba(0, 0, 0, 0.55);
    background-size: cover;
    background-blend-mode:multiply ;
    background-position: bottom;
    padding-top: 100px;
  padding-bottom: 100px;
  }


  .nav-box{
    background-color: #456d9b;
    width: 200px;
    display: flex;
    justify-content: center;
    padding: 8px;
    border: 3px solid white;
    border-radius: 40px;
  }


  #rooms{
    background-color: #ffffff;
    padding: 100px 0; 
}
.title1{
  font-size: 50px;
}
@media only screen and (max-width: 600px) {
  .card-room {

  }
  .title1{
    font-size:35px;
  }
  .img-1{
    position: relative;
   
    margin-left: -50px;
  }
}

.room-amenity-box{
  background-color: #E6F4FF;
  margin-right: 10px;
  padding: 8px;
  border-radius: 10px;
}

#about-head{
  background: url('../img/about-head.jpg')rgba(0, 0, 0, 0.55);
  background-size: cover;
  background-blend-mode:multiply ;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

#gallery-head{
  background: url('../img/gallery-head.jpg')rgba(0, 0, 0, 0.55);
  background-size: cover;
  background-blend-mode:multiply ;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

#contact-head{
  background: url('../img/contact.jpg')rgba(0, 0, 0, 0.55);
  background-size: cover;
  background-blend-mode:multiply ;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
}


@media only screen and (max-width: 600px) {
  .menu {
    padding: 0!important;
  }
}