@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=IBM+Plex+Mono:ital@1&family=Lobster&family=Lobster+Two&family=Signika+Negative:wght@400;500;600&family=Song+Myung&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Great+Vibes&family=IBM+Plex+Mono:ital@1&family=Lato:wght@700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Lobster&family=Lobster+Two&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Old+Standard+TT&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Signika+Negative:wght@400;500;600&family=Song+Myung&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Great+Vibes&family=IBM+Plex+Mono:ital@1&family=Lato:wght@700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Lobster&family=Lobster+Two&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Old+Standard+TT&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Signika+Negative:wght@400;500;600&family=Song+Myung&display=swap');
html, body{
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
.navbar-nav{
   
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding-left: 0px !important;
  }

  a{
      text-decoration: none;
  }
  
/*  HEADER */

.nav-link {
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  color:rgb(255, 255, 255);
  transition: color 0.3s ease-in-out;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;


}

.navbar-scrolled .nav-link {
  color:rgb(255, 255, 255);
  }

  @media only screen and (max-width: 1000px) {
      .nav-link {
          color:rgb(255, 255, 255);
      }
    }

.nav-item .underline {
  height: 4px;
  background-color: transparent;
  width: 0;
  transition: width 0.6s, background-color 0.6s;
  border-radius: 70px;
  margin: 0 auto;

}

.nav-item.active-link a {

  color: #a1f1fa;
}

.nav-item.active-link .underline {
  width: 100%;
  background-color:#a1f1fa;

}

.nav-item:hover .underline {
  background-color:#a1f1fa;
  width: 100%;

}

.nav-item:hover a {

  color:  rgb(255, 255, 255);
}


.nav-item:active a {
  transition: none;
}

.nav-item:active .underline {
  transition: none;
  background-color:#5EECFC;

}

::selection {
  background-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}


.navbar-nav {
  margin-left: auto;
  gap: 20px;
  font-size: 18px;

}

.navbar {
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s ease-in-out;

}

.navbar-scrolled {
  background-color: #f5f5f5;

}


@media only screen and (max-width: 1000px) {
  .navbar {
      background-color: #f7f7f7;
      transition: background-color 0.3s ease-in-out;
  
  }
}

.navbar-toggler{
  border-color: #5EECFC !important;
  background-color: #D4AC5A #5EECFC !important;

}


.navbar-toggler:hover,.navbar-toggler:active{
  border-color:#5EECFC !important;
  background-color: #5EECFC; 
  color: transparent !important;


}

@media screen and (width: 1024px) {
  .navbar-nav {
      font-size: 16px;
  }
}
/* GENERAL BUTTON STYLING */
#button,
#button::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;
}
#button,
#button::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;

}

#button {
  background: #a1f1fa;
  border: 0;
  border-radius: 5px;
  color:rgb(0, 0, 0) !important;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  padding: 13px 30px;
  position: relative;
  text-transform: uppercase;
  border-radius:0;
  transition: 0.5s;
  font-family: 'Poppins', sans-serif;
  border: 2px solid #5EECFC;

}

#button::before,
#button::after {
    
  background: #a1f1fa!important;
  content: '';
  position: absolute;
  z-index: -1;


}

#button:hover {
  color: #353434 !important;
  transform: scale(1);
  border: 2px solid #505050;

}


.btn-3 {
    overflow: hidden;
  }

  .btn-3::before {
    height: 100%;
    left:0;
    top: 0;
transition: 0.5s;
    width: 0;

  }
  
  .btn-3::after {
    height: 100%;
    right:0;
    top: 0;

    width: 0;

  }

  .btn-3:hover:after,  .btn-3:hover:before {
    height: 100%;
    width: 55%;
  }


  /* 3 Banner */
.banner_wrapper {
    height: 40.625rem;
}

.banner_wrapper .swiper {
    width: 100%;
    height: 100%;
}
.banner_wrapper h1{
    font-family: "Abril Fatface", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 80px; 
    color: #f5f5f5;
}

.banner_wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner_wrapper .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    z-index: 0;
}

.banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: .9375rem;
    height: .9375rem;
    background-color: var(--secondary-color);
    border: .0625rem solid var(--bg-white);
    background-color: #ffffff;
}

.banner_wrapper .swiper .slide-caption {
    height: 100%;
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_wrapper .swiper .slide-caption p {
    max-width: 37.5rem;
    margin: 0 auto;
    color: var(--text-white);
}

/*About Styles*/



.home-about img:hover{
  
    transform: scale(0.9);
} 

.font{
 
    font-family: "Abril Fatface", serif;
    font-weight: 100;
    font-style: normal;
    font-size:38px;
  
}


/* room-home */

.room-wrap {
    width: 100%;
    background: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .room-wrap .img {
      width: 100%;
      height: 360px;
      display: block; }
    .room-wrap .half {
      width: 100%;
      position: relative; }
      .room-wrap .half:after, .room-wrap .half:before {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    
    .room-wrap .text {
      width: 100%; }
   
      .room-wrap .text p {
        color: rgba(255, 255, 255, 0.9); }
      .room-wrap .text h3 {
        font-size: 30px;
        margin-bottom: 5px; }
        .room-wrap .text h3 a {
          color: #000000; }
          .room-wrap .text p {
            color: #000000; }
     
    .room-wrap:hover, .room-wrap:focus {
      background: #21565C; }
      .room-wrap:hover .half.left-arrow:after, .room-wrap:focus .half.left-arrow:after {
        border-color: transparent #21565C transparent transparent; }
      .room-wrap:hover .half.right-arrow:after, .room-wrap:focus .half.right-arrow:after {
        border-color: transparent transparent transparent #21565C; }
        .room-wrap:hover .text p, .room-wrap:focus .text p {
            color: #ffffff; }
      .room-wrap:hover .text h3 a, .room-wrap:focus .text h3 a {
        color: #ffffff; }
 
  .room {
    display: block;
    width: 100%;
    margin-bottom: 30px; }
    @media (max-width: 991.98px) {
      .room {
        margin-bottom: 30px; } }
    .room .img {
      display: block;
      height: 250px; }

    .room .text {
      border: 1px solid #e6e6e6;
      border-top: 1px solid transparent;
      background: #fff;
      position: relative; }
      .room .text h3 {
        font-size: 22px;
        margin-bottom: 5px; 
        
}
        .room .text h3 a {
          color: #000000; 
        }
   
  
  .room-img {
    height: 400px;
    margin-bottom: 2em; }


  /*---------------------
  Service Section
-----------------------*/
.separator{
    display:flex;
    align-items: center;
   
  }
  
  .separator .line{
    height: 1px;
    flex: 1;
    background-color: #000;
    
  }
  
  .separator h2{
    margin: 0 5rem;
   
  
  }




.services-section {
	padding-bottom: 80px;
	border-top: 1px solid #e5e5e5;
}
.services-section .section-title {
	margin-bottom: 36px;
}
.image-container {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 10px #000;
}

.image-container img {
    transition: transform 0.3s ease;
}

.image-container:hover img {
    transform: scale(1.1);
}


.service-item {
	text-align: center;
	padding: 30px 35px 18px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.service-item:hover {
	background: #307077;
}


/*GALLERY*/
img.zooms {
    width: 100%;
    height: 30vh;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    transition: all .3s ease-in-out;
    border-radius: 10px;
}

img.zooms:hover{
   background-color: rgba(0, 0, 0, 0.1);
   transform: scale(1.1);
}
.thumb{
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

  @media screen and (min-width: 200px)and (max-width: 950px) {

    .banner_wrapper h1{
      
        font-size: 50px; 
       
    }
    .banner_wrapper .swiper .slide-caption p {
font-size: 20px !important;
      
    }
   .about01{
    font-size: 19px !important;
   }   
     .banner_wrapper .swiper {
   
    height: 60% !important;
}
}



    /*testi*/
 
    
      .testimonial-info {
        border-left: 10px  solid #21565C;
        border-bottom: 10px solid #21565C;
    
        float: left;
        position: relative;
        padding: 30px;
        box-shadow: 0 12px 26px 0 rgba(0,0,0,0.3);
        border-radius: 0;
    transition: 0.5s;
    background-image: linear-gradient(90deg, #eaf9fa 45%, #ffffff25 92%, #21565C 100%);
    
    transform: rotateZ(0deg);
    transition: 0.5s;
    background-size: 200% auto;
    }
    
    
    
      
      
      .testimonial-info:hover {
        background-position: right center;
      
      }
    
    
      .testimonial-info .rating {
    margin-bottom: 10px;
    
      }
      
      .testimonial-content h6{
        font-family: 'Lato', sans-serif;
        font-weight: bold;
    
      }
    
      .testimonial-content p{
        font-family: 'Outfit', sans-serif;
    
    
      }


      
.home1 {
    padding: 0;
  }
  
  .home1 .slide {
    min-height: 40vh;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.2);
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
    background: transparent;
    color: white;
  }
  
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background: transparent;
    color: white;
  }
  
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 1rem;
  }


  .room-bg1{
    background: url('image/3-double.jpg') rgba(0, 0, 0, 0.678);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
  
    margin-top: 122px;
  }
  .gallery-bg1{
    background: url('image/pexels-jess-loiterton-8651512.jpg') rgba(0, 0, 0, 0.76);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
  
    margin-top: 122px;
  }


  .about-bg1{
    background: url('image/alexandra-gorn-JIUjvqe2ZHg-unsplash.jpg') rgba(0, 0, 0, 0.76);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
  
    margin-top: 122px;
  }

  .about-bg3{
    background: url('image/jay-castor-7AcMUSYRZpU-unsplash.jpg') rgba(54, 50, 50, 0.726);
  background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
    background-color: #646363;
    
  }
  .contact-bg1{
    background: url('image/pexels-andrea-piacquadio-3771110 (1).jpg') rgba(0, 0, 0, 0.753);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
  
    margin-top: 122px;
    
  }
  .contact-section{
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .contact-card{
    background-color: #21565C;
    text-align: center;
    padding: 50px;

    background-blend-mode: multiply;
    background-position: top;
    color: #fff !important;
  }
  .contact-card:hover{
    text-align: center;
    padding: 50px;
   
   
    transform: scale(1.02);
    color: #FFFFFF !important;
    transition: 0.6s;
    }
  
  

  .bg01{
    text-align: center;
    font-family: "Abril Fatface", serif;
    font-style: italic; 
    font-size: 50px;
    color: #ffffff;
    padding-top: 130px;
  
   
}

.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;
  }