
@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');

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: #B8A545 ;
}

.nav-item.active-link .underline {
  width: 100%;
  background-color: #B8A545;

}

.nav-item:hover .underline {
  background-color:  rgb(255, 255, 255);
  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: #B8A545;

}

::selection {
  background-color: lightgoldenrodyellow;
  color: rgb(255, 255, 255);
}


.navbar-nav {
  margin-left: auto;
  gap: 20px;
  font-size: 18px;

}

.navbar {
  background-color: rgba(218, 218, 218, 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: #c49a6c !important;
  background-color: #c49a6c; 
  color: transparent !important;

}


.navbar-toggler:hover,.navbar-toggler:active{
  border-color: #c49a6c !important;
  background-color: #c49a6c; 
  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: rgb(233, 215, 138);
  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 lightgoldenrodyellow;

}

#button::before,
#button::after {
    
  background: lightgoldenrodyellow !important;
  content: '';
  position: absolute;
  z-index: -1;


}

#button:hover {
  color: #2a2c31 !important;
  transform: scale(1);
  border: 2px solid #2a2c31;

}


.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%;
  }

@media screen and (min-width: 200px)and (max-width: 950px) {
    .navbar-nav {
display: inline-block;      
    
    }

    
  }


      /*-----------footer---------*/
  
      @media only screen and (max-width:768px) {
  
      }
      @media (min-width: 768px) and (max-width: 991px) {
        .about_area {
          padding-top: 80px;
          padding-bottom: 80px
        }
        .title1{
            padding-left: 0vh !important;
          }
          .testimonials-content{
            height: auto !important;
          }
    
           
      }
      
      @media (min-width: 992px) and (max-width: 1200px) {
        .about_area {
          padding-top: 80px;
          padding-bottom: 80px
        }
        
      }
    
      @media (max-width: 767px) {
        .about_area .about_info a {
          margin-bottom: 30px
        }
        
      
      }
    
      @media (min-width: 768px) and (max-width: 991px) {
    /* .single-facilities-box{
padding-right: 100% !important;
    } */
      }

      /* CAROUSEL */
.carousel-caption {
  top: 25%;
}

.c-item {
  height: 700px;
}

.c-img {
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4);
  
}


.carousel-caption h1 {
  font-family:  'Lobster', sans-serif,
   'Lobster Two', sans-serif,
  'Signika Negative', sans-serif,
  'Song Myung', serif;
  letter-spacing: 2px;
  font-weight: 400;

}


.carousel-caption p {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
}



@media screen and (max-width: 300px) {
  .carousel-caption h1 {
    font-size: 30px;
  }
}

/*ABOUT AREA*/

.about_area {
  padding-top: 100px;
  padding-bottom: 50px;
  font-family: 'Poppins', sans-serif;

}

@media (max-width: 767px) {
  .about_area {
      padding-top:40px;
      padding-bottom: 40px
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_area {
      padding-top:80px;
      padding-bottom: 80px
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .about_area {
      padding-top:100px;
      padding-bottom: 100px
  }
}

.about_area .about_info p {
  font-size: 16px;
  line-height: 28px;
  font-size: 16px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 47px
}

@media (max-width: 767px) {
  .about_area .about_info a {
      margin-bottom:30px
  }
}

.about_area .about_thumb {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_area .about_thumb {
      -webkit-justify-content:flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start;
      margin-top: 30px
  }
}


.about_area .about_thumb img {
  width: 100%;
 

   
  
}

.about_thumb .img_1,.img_2{
  overflow: hidden;
  border-radius: 9px;    

}

.about_thumb .img_1 ,.img_2 {
  position: relative;

  margin: 5px;
  display: block;
  border-radius: 9px;    
}
.about_thumb .img_1  {
 
  z-index: 1;

   
}
.about_thumb .img_2  {
 margin-left:-150px ;
  z-index: -2;
   
}




.about_thumb .img_2 img, .img_1 img
  {
  transition: 0.3s;
  border-radius: 9px;    


}


.about_thumb .img_2 img:hover,
.about_thumb .img_2 img:focus,
.about_thumb .img_1 img:hover,
.about_thumb .img_1 img:focus {
  
     transform: scale(1.2);
     border-radius: 9px;    

 
}



@media (min-width: 768px) and (max-width: 991px) {
  .about_area .about_thumb2 {
      margin-bottom:30px
  }
}

.about_area .about_thumb2 img {
  width: 100%
  
}

.about_area .about_thumb2 .img_2 {
  margin-top: 40px;
  margin-left: 10px
}



.about_info_area {
  padding-left: 387px;
  margin-top: 50px
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_info_area {
      padding-left:0px
  }
  .btn{
   margin-bottom: 0px !important;
  }
}

@media (max-width: 767px) {
  .about_info_area {
      padding-left:0px
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .about_info_area {
      padding-left:0px
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .about_info_area {
      padding-left:0px
  }
}

.about_info_area .single_slider {
  height: 750px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

@media (max-width: 767px) {
  .about_info_area .single_slider {
      height:400px
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_info_area .single_slider {
      height:400px
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .about_info_area .single_slider {
      height:500px
  }
}

.about_main_info {
  padding-top: 100px
}

@media (max-width: 767px) {
  .about_main_info {
      padding-top:50px
  }
}

.about_main_info .single_about_info {
  margin-bottom: 43px
}

@media (max-width: 767px) {
  .about_main_info .single_about_info {
      margin-bottom:30px
  }
}

.about_main_info .single_about_info h3 {
  font-size: 22px;
  color: #1F1F1F;
  margin-bottom: 0;
  margin-bottom: 10px;
  line-height: 32px
}

.about_main_info .single_about_info p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #4D4D4D
}

@media (max-width: 767px) {
  .about_main_info .single_about_info p br {
      display:none
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_main_info .single_about_info p br {
      display:none
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .about_main_info .single_about_info p br {
      display:none
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .about_main_info .single_about_info p br {
      display:none
  }
}

           /*ROOMS*/
           .room-content,.room-img,.room-text{
            position: relative;
            transition: all 0.6s ease-in-out;
            overflow: hidden;
        
        }
        
        .room-img{
            display: block;
            overflow: hidden;
        
        }
        
        .room-img img{
            transition: all 0.4s ease-in-out;
        
        }
        
        .room-img .room-title{
            content: '';
            position: absolute;
            background-color: black;
            bottom:0;
            left: 0px;
            width: calc(100% - 30px);
            z-index: 1;
            transition: all 500ms ease;
        }
        
        @media only screen and (max-width: 500px) {
            .room-img .room-title{
               position: relative;
               width: 100%;
            }
          }
        
        .room-img .room-title h4 {
            position: relative;
            display: block;
            width: 100%;
            background: #0a0807;
            line-height: 33px;
            color: #fff;
            font-weight: 700;
            padding: 5px 15px 5px 30px;
            font-family: 'Cardo', serif;
            margin: 0;
        
        }
        
        .room-content{
            box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
                background: #f1efee;
        
        }
        
        
        .room-content:hover .room-img img{
            transform: scale(1.1);
        }
          
        .room-amenities{
            position: relative;
            display: block;
            background: #f1efee;
            padding: 10px;
            text-align: center;
        }
        
        .room-amenities span{
            position: relative;
            display: inline-block;
            font-size: 15px;
            color: #8d8b8a;
            margin-right: 20px;
            font-family: 'Outfit', sans-serif;
        
        }
        
        .room-amenities h6{
            font-family: 'Outfit', sans-serif;
        
        }
        
         a.blog-button {
            display: inline-block;
            font-size: 16px !important;
            border: transparent;
            background: #bdb17e;
            width: 100%;
            text-align: start;
            color:white;
            font-family: 'Outfit', sans-serif;
            padding: 10px;
            border:3px solid white;
         }
        
         a.blog-button svg {
            top:3px;
            float: right;
            fill:white;
            position: relative;
            transition: all 0.4s ease-in-out;
        }
        
        
        a.blog-button:hover svg {
            transform: rotate(180deg);
        }
        @media only screen and (min-width: 500px) {
            .room-amenities div{
             display: flex;
             justify-content: space-between;
            }
          }


          
          /*FACILITIES*/
          .facilities{
            position: relative;
            padding-top: 50px;
            background-color: #f5e9d267;
          }

          .facility-content{
            transition: all 0.6s ease-in-out;
            border:2px solid #9b7426;
            position: relative;
            overflow: hidden;
        padding: 37px 14px 31px;
        z-index: 1;
          }

          

          .facility-content::before,
          .facility-content::after {
      
    background:  #BDB17E !important;
    content: '';
    position: absolute;
    z-index: -1;

  
  
  }
  

 
   
        
        .facility-content::after {
            width: 0;
            left: 0;
            top: 0;
            transition: all 0.6s ease-in-out;

           height: 100%;
          }
          
          .facility-content:hover:after {
            height: 100%;
            width: 50%;
          }
        
          .facility-content::before {
            height: 100%;
            right: 0;
            bottom: 0;
            transition: all 0.6s ease-in-out;

width:0;
          }
        
          .facility-content:hover:before {
            height: 100%;
            width:50%;
        
          }



          .facility-content h3{
            
            font-family: 'Cardo', serif;
            font-weight: bold;

          }

          .facility-content h6{
            
            font-family: 'Jost', sans-serif;
            color: #687179;
            font-size: 18px;
            transition: all 0.6s ease-in-out;
          }

            .facility-content:hover {
    transform: scale(1);
    color:white;
    fill:white;
    box-shadow: 0 0 20px 0 #BDB17E;
  
  }

  .facility-content:hover h6{
    color:white;

  }
/* images home */
.images{
  background: url('image/pexels-engin-akyurt-2771919.jpg') rgba(54, 50, 50, 0.918);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
 
  margin-top: 50px;
  margin-bottom: 50px;
}


*{
  transition: all 0.5s ease;
}
#thumbnails{
  text-align:center;
  img{
    width:100px;
    height:100px;
    margin:10px;
    cursor:pointer;
      @media only screen and (max-width:480px){
    width:50px;
    height:50px;
  }
   
  }
}
#main{
  width:50%;
  height:300px;
  object-fit:cover;
  display:block;
  margin:20px auto;
 
}


.hidden{
  opacity:0;
}



.room-bg1{
  background: url('image/85051133.jpg') rgba(54, 50, 50, 0.589);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 50vh;
  position: relative;
  background-color: #363636;
  margin-top: 130px;
}



.facilities-area .row.add-boder {
  border-top: 1px solid #61616142;
  padding-top: 10px;
  padding-bottom: 10px;
}
.facilities-area .section-title {
  margin-bottom: 51px;
}
.section-title.two h4 {
  font-size: 16px;
  color: #c19d68;
  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: #1e1e1e;
}
.facilities-area .luxury-button {
  text-align: right;
  margin-top: 0;
}
.facilities-area .luxury-button a {
  color: #1E1E1E;
  border: 1px solid #1E1E1E;
  background: transparent;
}
.luxury-button a {
  display: inline-block;
  background: #c19d68;
  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 #c19d68;
  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: #E9D78A;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.facilities-content p{
  font-size: 16px;
  line-height: 26px;
  color: #E9D78A;
  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;
}
}


.head-home-span{
  display:block;
  width:70%;
  border-top: 1px solid #000000;
}

#testimonials{

  background: url('image/frank-mckenna-OD9EOzfSOh0-unsplash.jpg') rgba(0, 0, 0, 0.5);
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
  padding: 50px 0;
  height: 540px;
  background-color: rgb(83, 83, 83);
}

#testimonials.carousel-control-next,#testimonials.carousel-control-prev /*, .carousel-indicators */
 {
  filter: invert(100%);
}

.fac3{
  font-family: "Libre Baskerville", serif;
  font-size: 45px;
  color: #F0F0F1;
  text-align: center;
  margin-top: -0%;
}


.gallery-bg1{
  background: url('image/Praia-de-Ksamil-1024x707-1.jpg') rgba(54, 50, 50, 0.774);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 50vh;
  position: relative;

  margin-top: 130px;
}


.about-bg1{
  background: url('image/Praia-de-Ksamil-1024x707-1.jpg') rgba(54, 50, 50, 0.774);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 50vh;
  position: relative;

  margin-top: 130px;
}
.contact-bg1{
  background: url('image/pexels-jess-loiterton-8651512.jpg') rgba(54, 50, 50, 0.89);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 50vh;
  position: relative;

  margin-top: 130px;
}

  /*Contact.html*/
  .section-background3{
    background-color: #1e1e1e;
   
    background-attachment: fixed;
    background-position:top;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 450px;
    margin-bottom: 100px;
  }
  .contact-box{
    border: 1px solid white;
    padding: 50px;
    border-radius: 5px;

    background: url('image/339605747.jpg') rgba(20, 19, 19, 0.747);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
  }



/* anim */
.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;
}


