@import url('https://fonts.googleapis.com/css?family=Playfair+Display+SC&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand&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=Poppins&display=swap');

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

h1,h2,h3,h4,h5{
    font-family: Playfair Display SC    !important;
    font-weight: 400!important;
}

p{
    font-family: 'Times New Roman', Times, serif;
    font-size: 19px;
}

.container{
    max-width: 1240px;
}


.button{
    background-color: black;
    padding: 14px 30px;
    border-radius: 0;
    color: white;
    border: 1px solid white;
}
.button:hover{
    background-color: white;
    border: 1px solid black;
    color: black;
}

.book-btn{
    background-color: #927935;
    padding: 12px 30px;
    border-radius: 0;
    color: rgb(0, 0, 0);
    
}

.book-btn:hover{
    background-color: #927935;
    color: rgb(255, 255, 255);
}

.room-btn{
    background-color: #927935;
    color: white;
    border: 1px solid white;
    border-radius: 0;
    margin: 25px 0;
    padding: 15px 35px;
}

.room-btn:hover{
    background-color: black;
    padding: 15px 35px;
    border: 1px solid #927935;
    border-radius: 0;
    color: white;
}

.navbar{
    background-color: rgba(0, 0, 0, 0.952);
    box-shadow: none;
    padding: 15px 0;
}

.navbar-nav li {
    margin: 0 30px;
}



.navbar-nav.sec-nav li a{
    color: rgb(255, 255, 255)!important;
}

.navbar-nav li a{
    color: rgba(255, 255, 255, 0.815)!important;
    font-family: Playfair Display SC;
}

@media only screen and (max-width: 967px) {
    .main-nav {
        background-color: #ffffff;
    }
    .navbar-nav li a{
        color: rgba(0, 0, 0, 0.815)!important;
        font-family: Playfair Display SC;
    }
    .navbar{
        padding: 15px 0 !important;
    }
  }



#main-head{
    background: url('../img/harbour-head.jpg') rgba(43, 38, 27, 0.75);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
   
    
}

#head-bar{
    background-color: #000000;
    color: white;
  
    padding: 30px;
  
    
}

.facility-box{
    border-right: 1px solid rgb(219, 219, 219);
}


#our-rooms{
    margin:  0;
    padding: 50px 0;
    background: url('../img/Screenshot 2024-05-17 094859.png')rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 650px;
}



.card-wrapper{
    display: flex;
}

.slider{

    margin-bottom: 20px;
    position: relative;
}

.slider .owl-item.active.center .slider-card{
    transform: scale(1.15);
    opacity: 1;
    background: rgb(58, 36, 6);
background: linear-gradient(180deg, rgb(102, 75, 38) 0%, rgba(176,111,49,1) 100%, rgba(255,255,255,0.9416141456582633) 100%);
    color: white;
}

.slider-card{
    background-color: white;
    margin: 50px 15px 90px 15px;
    border-radius: 5px;
    box-shadow: 0 15px 45px -20px #915656;
    transform: scale(0.9);
    opacity: 0.5;
    transition: all 0.4s;
}
.slider-card img{
    border-radius: 5px 5px 0px 0px;
}

.owl-nav .owl-next{
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
    opacity: 1;
    font-size: 30px!important;
    z-index: 1;
}

.owl-nav .owl-prev{
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    opacity: 1;
    font-size: 30px!important;
    z-index: 1;
}



#home-gallery{
    margin: 100px 0;
}


.card {
    height: 250px;
    background-color: rgba(0, 0, 0, 0);
    color: white;
    font-size: 40px;
    margin: 10px;
    flex: 300px 0 0;
    box-shadow: none;
  }
  .cards img {
      width: 100%;
      height: 200px;
      object-fit: cover;
  }
  .cards-wrapper {
    display: flex; 
    transition: ease 0.5s;
  }
  .display-area {
    width: 1250px;
  /*   border: 1px solid black; */
    overflow-x: hidden;
    margin: auto;
  }
  
  .dots-wrapper {
    display: flex;
    justify-content: center;
    margin: auto;
  }
  
  .dot {
    border: none;
    background: rgba(0, 0, 0, 0.2);
    width: 5px;
    height: 5px;
    margin: 5px;
    border-radius: 20%;
    outline: none;
  }
  .dot:hover {
    background: rgba(0, 0, 0, 0.3);
  }
  .dot.active {
    background: rgba(0, 0, 0, 0.5);
  }


  #counter{
    background-color: black;
    padding: 40px 0;
  }

  .counter-box{
    border-right: 1px solid #e4a700a8;
  }

  #testimonials{
    margin: 40px 0;
    
  }



 .review{
    background: url('../img/quotes.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 20px 0;
 }   

 #footer{
    background-color: black;
 }



 .room-box{
    background-color: rgba(240, 238, 238, 0.418);
 }

 

 #footer{
    background: url('../img/Screenshot 2024-05-17 094859.png')rgba(0, 0, 0, 0.644);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
 }

 #room-head{
    padding: 100px 0;
 }



 .room-card{
    border: 1px solid rgb(223, 223, 223);
    border-radius: 0;
    height: 740px!important;
 }


 .rooms-btn{
    background-color: transparent;
    box-shadow: none;
    border-bottom: 3px solid #8d6f43;
 }

 .rooms-btn:hover{
    background-color: transparent;
    box-shadow: none!important;
    border-bottom: 3px solid #c7955d;
    
 }

 .contact-box{
    border: 1px solid rgb(224, 224, 224);
    box-shadow: 10px 10px rgb(168, 168, 168);
 }

 .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;
  }
  
  
  
  .carousel-caption {
      top: 30%;
  }
  
  .c-item {
      height:800px;
      
  }
  
  .c-img {
      height: 100%;
      object-fit: cover;
      filter: brightness(38%);
   
  }
  
  
  
    @media screen and (max-width: 300px) {
      .carousel-caption h1 {
        font-size: 30px;
      }
    }
    @media screen and (max-width: 767px) {
      .c-item {
       height: 600px;
      }
    }
    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
      color:rgb(0, 0, 0);
    }
   
      
     .copyright-section {
        background-color: #000000;
        padding: 1.10rem 0 .3125rem;
        text-align: center;
      }
      .section-title h1{
        text-align: center;
        font-size: 4.2rem;
        padding-top:14%;
        letter-spacing: 10px;
        color: #e8e8e8;
        letter-spacing: 3px;
        font-family: "Abril Fatface", serif;
      font-weight: 400;
      font-style: normal;
      }
      .section-title p{
        text-align: center;
      
        padding-top:1%;
        letter-spacing: 10px;
        color: #e8e8e8;
        letter-spacing: 3px;
        font-family: "Abril Fatface", serif;
      font-weight: 400;
      font-style: normal;
      }
      @media(max-width: 990px){
      
      .section-background, .section-background1, .section-background2 {
         height: 500px;
      }
      .section-title h1{
         padding-top: 70%;
         font-size: 40px !important;
      }
      }

       @media(max-width:767px )

       {
        .cover-bg h1 {
            font-size: 20px !important;
        }
       }
      .test {
      
        padding-top: 100px !important;
        padding-bottom: 100px !important;
      }
      h1{
        font-family: "Radley", serif !important;
        font-weight: 400 !important;
        font-style: normal !important;

      }
      .section-background{
        background: url('img/Screenshot 2024-05-17 100000.png')  rgba(20, 19, 19, 0.603) ;
    
        background-position:center;
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        height: 600px;
        
      }
      .section-background2{
        background: url('img/Screenshot 2024-05-17 094942.png')  rgba(20, 19, 19, 0.329) ;
    
        background-position:center;
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        height: 600px;
        
      }
      
      .section-background3{
        background: url('img/Screenshot 2024-05-17 094859.png')  rgba(20, 19, 19, 0.329) ;
    
        background-position:center;
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        height: 600px;
        
      }
      .room-specs{
        position: relative;
        z-index: 31;
        background-color: #e8e8e8;
        padding: 10px !important;
        margin-right: -110px !important;
      }
     