@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

/*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;
}

.fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}



.fadein{
opacity: 0;
}   


/* End Animations*/

body,html{
    width: 100%;
    overflow-x: hidden;
}

.navbar{
    box-shadow: none;
    background-color: transparent!important;
    margin-bottom: -8em;
    position: relative;
    z-index: 10;
}

.primary-btn{
    background-color:#00a8be;
    
    color: white;
    font-family: 'Jost';
    text-transform: capitalize;
}

.primary-btn:hover{
    background-color: #0095be;
   color: white;
    transition:#00a8be;

}

a{
    font-family:'Jost' ;
   
}

.carousel-1{
    background: url('../img/slide-1.jpg')rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;

    height: 100vh;
}

.carousel-2{
    background: url('../img/slide-2.jpg')rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 100vh;
}

.carousel-3{
    background: url('../img/slide-3.jpg')rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 100vh;
}

.nav-link {
    color: white;
   
}
.nav-link.active{
    color: white!important;
}

.carousel-caption{
    bottom: 35%;
}

.nav-link:hover {
    color:rgba(255, 255, 255, 0.779);
    transition: white;
}
.nav-link.active:hover{
    color: rgba(255, 255, 255, 0.779)!important;
    transition: white;
}
h5{
    font-family:'Cormorant Garamond';
}

p{
    font-family: 'Lato';
}
h3{
    font-family: 'Gilda Display';
    color:#00a8be;
    padding-top: 40px;
}
h1{
    font-family: 'Gilda Display';
    color:rgba(0, 0, 0, 0.925);
}
#prooms{
    color:rgba(0, 0, 0, 0.671);
    padding-top: 63px;
    font-family: 'Jost';
}


.row{
    margin-top: 50px;
}


.item3{
  height: 250px;
}
.item1 {
  height: 450px;
 
  position: relative;
  color: white;
  display: flex;
  align-items: flex-end;
  border-radius: 8px;
  overflow: hidden;
  background: url('../img/Triple-room.jpg')rgba(0, 0, 0, 0.35);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
}

.item2 {
    height: 450px;
   
    position: relative;
    color: white;
    display: flex;
    align-items: flex-end;
    border-radius: 8px;
    overflow: hidden;
    background: url('../img/Family-suite.jpg')rgba(0, 0, 0, 0.35);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
  }
  


  .item3 {
    height: 450px;
   
    position: relative;
    color: white;
    display: flex;
    align-items: flex-end;
    border-radius: 8px;
    overflow: hidden;
    background: url('../img/Superior-suite.jpg')rgba(0, 0, 0, 0.35);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
  }
  
  .item4 {
    height: 450px;
   
    position: relative;
    color: white;
    display: flex;
    align-items: flex-end;
    border-radius: 8px;
    overflow: hidden;
    background: url('../img/Deluxe-room.jpg')rgba(0, 0, 0, 0.35);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
  }


.room-description {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    margin-top: 10px;
    color: #fff;
    margin-left: 15px;
  }
  

  .item1:hover .room-description {
    display: block;
    opacity: 1;
   background-color: rgba(128, 128, 128, 0.34);
  
  }

.item2:hover .room-description {
    display: block;
    opacity: 1;
   background-color: rgba(128, 128, 128, 0.34);
  }

  .item3:hover .room-description {
    display: block;
    opacity: 1;
   background-color: rgba(128, 128, 128, 0.34);
  }

  .item4:hover .room-description {
    display: block;
    opacity: 1;
   background-color: rgba(128, 128, 128, 0.34);
  }
  
.room-name {
    font-family: 'Gilda Display';
    color: white;
  margin: 0 0 10px 0;
  margin-left: 15px;
  
}

.room-details {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 15px;
  font-family: 'Jost';
  margin-left: 15px;
  margin-right: 15px;
  }

  #about-us{
    font-family: 'Gilda Display';
    color:#00a8be;
    padding-left: 30px;
}

#t-rooms{
    color:grey;
  font-family: 'Jost';
  padding-left: 30px;
  padding-top: 15px;
}
#welcome-text {
    padding-left: 30px;
    padding-top: 8px;
}
#garden-img{
    margin-top: 25px;
}

.img-tittle{
    font-family: 'Gilda Display';
    color: black;
    margin-top: 25px;
    text-align: center;

}
.img-p{
    color:grey;
    font-family: 'Jost';
    text-align: center;
}

.testimonials{
    background: url('../img/carousel-background.jpg')rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding: 4em 0em;
}

.testimonial-text{
    font-family: 'Gilda Display';
    text-align: center;
}

.clients-review {
color: white;
font-family: 'Jost';
max-width: 800px;
margin: 0 auto;
padding: 20px;

}

#testimonialCarousel .carousel-item {
   
    height: 50vh;
}
.clients-name{
    font-family: 'Gilda Display';
    color: rgba(255, 255, 255, 0.961);
  }


.test-caption{
    bottom: 0%;
}

#testimonialCarousel .fa-star{
    color:#00a8be;
    padding-top: 8px;
    padding-bottom:10px;
}

#testimonialCarousel .fa-star-half-stroke{
    color:#00a8be;
}

#hotel-title {
    font-size: 32px;
    letter-spacing: 4px;
    font-family: 'Marcellus';
    color:white;
}

#hotel-description {
    font-size: 15px;
    font-family: 'Jost';
    font-weight: 400;
    line-height: 28px;
    color:white;
}
#reach-out {

    font-family:'Marcellus';
    color:white;
}

.footer-col{
    padding: 2em;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.99)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }



@media only screen and (max-width: 870px) {
    .navbar {
      background-color: white!important;
    }
    #prooms{
        padding-top: 10px;
       
    }
    .col-desc{
        padding: 0em 2em;
    }
    .nav-link{
        color: black;
    }

    .nav-link.active{
        color: black!important;
    }

    #about-us{
        padding-top: 10px !important;
        padding-left: 10px !important; 
        text-align: left;
    }

    #welcome-text {
        padding-left: 10px !important;
        padding-top: 5px !important;
        text-align: left;
    }
    #t-rooms {
        padding-left: 10px !important;
        text-align: left;
    }
    h3 {
        padding-top: 10px !important; 
        padding-left: 10px !important;
        text-align: left;
    }

    .display-4 {
        padding-left: 0,5px !important;
        padding-top: 5px !important;
      float:left;
    }

    .img-p{
        text-align: left;
    }

    .img-tittle{
       text-align: left;
    }

    #testimonialCarousel.carousel-item {
       height: 50vh!important;
      }

      .clients-name{
       text-align: center!important;
      }
    
      #t-rooms1{
        padding-left: 10px !important;
        text-align: left;
      }

  .info{
    padding-left: 18px;
  }


  #aboutButton{
    margin-left: 10px!important;
}
    }

#aboutButton{
    margin-left: 30px;
}
    
   .card-title{
        color: black;
     font-family: 'Gilda Display';
     font-size: 27px;
      }

      .room-details1{
        color: grey;
        font-family: 'Jost';
        font-size: 15px;
        margin-bottom: 15px;
        display: flex;
        gap: 30px;
      
        
      }
      .card-text{
        color: gray;
        font-family: 'Jost';
     }

     .card-link{
        margin-top: -10px;
        display: inline-block;
    color: #00a8be; }

        .header-section {
            background: url('../img/background1.jpg')rgba(0, 0, 0, 0.35);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            color: white;
            text-align: center;
            background-blend-mode: multiply;
          }
          
         .header-text h1 {
            font-family: 'Gilda Display';
            color: white;
          }
          
          .header-text p {
            font-size: 1.2rem;
            font-weight: 300;
          }

          .card {
            margin-bottom: 60px; 
          }

          .header-section1 {
            background: url('../img/gallery-background.jpg')rgba(0, 0, 0, 0.35);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 60vh;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            color: white;
            text-align: center;
            background-blend-mode: multiply;
          }
          
         .header-text1 h1 {
            font-family: 'Gilda Display';
            color: white;
            padding-right: 30px;
          }
          
          .header-text1 p {
            font-size: 1.2rem;
            font-weight: 300;
          }

          .header-section2 {
            background: url('../img/about-us-background.jpg')rgba(0, 0, 0, 0.35);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 60vh;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            color: white;
            text-align: center;
            background-blend-mode: multiply;
          }
          
         .header-text1 h2 {
            font-family: 'Gilda Display';
            color: white;
            padding-right: 30px;
          }
          
          .header-text2 p {
            font-size: 1.2rem;
            font-weight: 300;
          }

          #t-rooms1{
            color:grey;
          font-family: 'Jost';
          padding-left: 30px;
         
        }

         h2 {
            font-size: 28px;
            font-family: 'Gilda Display';
            color: #111;
          }
      
         .info p {
            font-size: 16px;
            font-family: 'Jost';
            color: grey;
          }
      
  

