@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=Patua+One&family=Roboto+Slab:wght@100..900&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(0, 0, 0);
  transition: color 0.3s ease-in-out;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;


}

.navbar-scrolled .nav-link {
  color:rgb(0, 0, 0);
  }

  @media only screen and (max-width: 1000px) {
      .nav-link {
          color:rgb(0, 0, 0);
      }
    }

.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: #4B8ABC;
}

.nav-item.active-link .underline {
  width: 100%;
  background-color:#4B8ABC;

}

.nav-item:hover .underline {
  background-color:#4B8ABC;
  width: 100%;

}

.nav-item:hover a {

  color:  rgb(0, 0, 0);
}


.nav-item:active a {
  transition: none;
}

.nav-item:active .underline {
  transition: none;
  background-color:#4B8ABC;

}

::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: #4B8ABC !important;
  background-color: #D4AC5A #4B8ABC !important;

}


.navbar-toggler:hover,.navbar-toggler:active{
  border-color:#4B8ABC!important;
  background-color: #4B8ABC; 
  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: #4B8ABC;
  border: 0;
  border-radius: 40px !important;
  color:rgb(255, 255, 255) !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 #ffffff;

}

#button::before,
#button::after {
    
  background: #4B8ABC !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%;
  }

  .carousel h1{
    font-family: "Patua One", serif;
    font-weight: 400;
    font-style: normal;
  }
  .carousel h1{
    font-family: "Roboto Slab", serif;
  }
  .carousel-1{
    background: url('image/IMG_0760.jpg')rgba(0, 0, 0, 0.692);
    height: 700px;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    color: white;
    padding-top: 15% ;
}

.carousel-2{
    background: url('image/IMG_0788.jpg')rgba(0, 0, 0, 0.692);
    height: 700px;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    color: white;
    padding-top: 15% ;
}

.carousel-3{
    background: url('image/custom_resized_b06b5096-01b1-4d2f-b52b-c7970d06d3a4.jpg')rgba(0, 0, 0, 0.692);
    height: 700px;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    color: white;
    padding-top: 15% ;
}

@media only screen and (max-width: 600px) {
    .carousel-1,.carousel-2,.carousel-3 {
      padding-top: 65%;
    }
  }


.font{
    font-family: "Open Sans", sans-serif;
}

    
.rooms-section{

    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom:10px ;
  }
  .room-content{
    background-color: rgb(255, 255, 255);
    margin-left: 20px;
    margin-right: 20px;
    padding: 40px;
    position: relative;
    margin-top: -70px;
  }

  .slider-wrapper {
    position: relative;
  }
  
  .slider-wrapper .slide-button {
    position: absolute;
    top: 50%;
    outline: none;
    border: none;
    height: 50px;
    width: 50px;
    z-index: 5;
    color: #fff;
    display: flex;
    cursor: pointer;
    font-size: 2.2rem;
    background: #000;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  
  .slider-wrapper .slide-button:hover {
    background: #404040;
  }
  
  .slider-wrapper .slide-button#prev-slide {
    left: -25px;
    display: none;
  }
  
  .slider-wrapper .slide-button#next-slide {
    right: -25px;
  }
  
  .slider-wrapper .image-list {
    padding-left: 0px;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 18px;
    font-size: 0;
    list-style: none;
    margin-bottom: 30px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  
  .slider-wrapper .image-list::-webkit-scrollbar {
    display: none;
  }
  
  .slider-wrapper .image-list .image-item {
    width: 325px;
    height: 400px;
    object-fit: cover;
  }
  
  .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;
    
  }

 
  
  .card-t:hover{
    background-color: rgb(222, 243, 255);
    color: rgb(7, 7, 7);
    transition: background-color 0.4s ease , color 0.4s ease-in;
  }
/* room */

.room-bg1{
  background: url('image/IMG_0813.jpg') rgb(77, 77, 77);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 50vh;
  position: relative;

  margin-top: 130px;
}
.room-bg1{
  background: url('image/IMG_0813.jpg') rgba(0, 0, 0, 0.699);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 50vh;
  position: relative;

  margin-top: 80px;
}



.facilities-area .row.add-boder {
  border-top: 1px solid #49494942;
  padding-top: 10px;
  padding-bottom: 10px;
}
.facilities-area .section-title {
  margin-bottom: 51px;
}
.section-title.two h4 {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 21px;
}
@media (min-width: 992px) and (max-width: 1199px)
{
  .section-title.two h1 {
    font-size: 28px;
    line-height: 28px;
}

}
.section-title.two h1 {
  font-size: 38px;
  line-height: 35px;
  text-transform: uppercase;
  color: #ffffff;
}
.facilities-area .luxury-button {
  text-align: right;
  margin-top: 0;
}
.facilities-area .luxury-button a {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: transparent;
}
.luxury-button a {
  display: inline-block;
  background: #ffffff;
  padding: 13px 28px;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: "Cormorant Garamond";
  position: relative;
  z-index: 1;
  border: 1px solid #ffffff;
  transition: 0.5s;
}
.facilities-area .row.add-boder {
  border-top: 1px solid #61616142;
  /* padding-top: 39px;
  padding-bottom: 38px; */
}
@media (min-width: 992px) and (max-width: 1199px)
{
  .facilities-thumb img {
    width: 100%;
}
}
.single-facilities-box {
  position: relative;
  margin-left: 107px;
}
.single-facilities-box.two {
  margin: 0;

}

.facilities-content p:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  left: 0;
  top: -35px;
  background: #ffffff59;
}
img, svg {
  vertical-align: middle;
}
.facilities-content h1 {
  font-size: 32px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
.facilities-content h4 {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.facilities-content p{
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 479px)
{
  .facilities-content h1 {
    font-size: 22px;
}
}
@media (min-width: 600px) and (max-width: 767px)
{
  .facilities-thumb img {
    width: 100%;
    margin-bottom: 20px;
}
}
a.facilities-button i {
  display: inline-block;
  color: #616161;
  font-size: 25px;
  transition: 0.5s;
}

.facilities-area .luxury-button:before {
  right: -295px;
  background: #1E1E1E;
}
@media only screen and (min-width: 320px) and (max-width: 479px)
{
  .luxury-button::before {
    margin: 0;
}
}



.gallery-bg1{
  background: url('image/dan-gold-Q1zJtNdMEQY-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: 80px;
}
.img1 {
  position: relative;
  overflow: hidden;

}

.img1 img {
  transition: transform 0.3s ease;
}

.img1:hover img {
  transform: scale(0.9);
}
.bg01{
  text-align: center;
  font-family: "Abril Fatface", serif;
  font-style: italic; 
  font-size: 50px;
  color: #ffffff;
  padding-top: 130px;

 
}

.about-bg1{
  background: url('image/jay-castor-7AcMUSYRZpU-unsplash.jpg') rgb(56, 55, 55);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 50vh;
  position: relative;

  margin-top: 80px;
}
.contact-bg1{
  background: url('image/pexels-lisa-fotios-16572560.jpg') rgb(56, 55, 55);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 50vh;
  position: relative;

  margin-top: 80px;
}
.jumbotron {
  background: url('image/pexels-nida-kurt-8696683.jpg'), rgba(0, 0, 0, 0.219);
  background-size: cover;
  background-position: center;
 
  background-attachment: fixed;
  min-height: 50vh;

}

/*******Contact Section******/
.box{
  padding: 30px;
  background: url("image/bg-pattent2 - Copy.jpg") rgba(167, 201, 211, 0.719);
  margin-left: 30px;
  margin-right: 30px;
  transition: transform 500ms ease;
}
.box:hover{
  transform: scale(1.05);
  transition: transform 500ms ease;
}

 /*testi*/
 
    
 .testimonial-info {
  border-left: 10px  solid #4B8ABC;
  border-bottom: 10px solid #4B8ABC;

  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%, #4B8ABC 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;


}
@media screen and (min-width: 200px)and (max-width: 950px) {


 .about01{
  font-size: 19px !important;
 }   

 .carousel h1{
  font-size: 40px;
  }
  .carousel p{
    font-size: 17px  !important;
    }
    .map-1{
      max-width: 100%;
    }
}



  .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;
  }