@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=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Karla:ital,wght@0,200..800;1,200..800&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=Noto+Serif:ital,wght@0,100..900;1,100..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&family=Ultra&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=Castoro:ital@0;1&family=Great+Vibes&family=IBM+Plex+Mono:ital@1&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Karla:ital,wght@0,200..800;1,200..800&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=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Old+Standard+TT&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Pattaya&family=Patua+One&family=Roboto+Slab:wght@100..900&family=Signika+Negative:wght@400;500;600&family=Song+Myung&family=Ultra&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:#000000;
  transition: color 0.3s ease-in-out;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;


}

.navbar-scrolled .nav-link {
  color:#000000;
  }

  @media only screen and (max-width: 1000px) {
      .nav-link {
          color:#d1a875;
      }
    }

.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: #000000;
}

.nav-item.active-link .underline {
  width: 100%;
  background-color:#d1a875;

}

.nav-item:hover .underline {
  background-color:#d1a875;
  width: 100%;

}

.nav-item:hover a {

  color:  #000000;
}


.nav-item:active a {
  transition: none;
}

.nav-item:active .underline {
  transition: none;
  background-color:#d1a875;

}

::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: #000000 !important;
  background-color:#000000 #000000 !important;

}


.navbar-toggler:hover,.navbar-toggler:active{
  border-color:#000000!important;
  background-color: #000000; 
  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: #d1a875;
  border: 0;
  border-radius: 0px !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: #d1a875!important;
  content: '';
  position: absolute;
  z-index: -1;


}

#button:hover {
  color: #ffffff !important;
  transform: scale(1);
  border: 2px solid #ffffff;

}


.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%;
  }



  
  .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;
  }


  
  .room-bg1{
    background: url('image/453906344.jpg') rgba(0, 0, 0, 0.664);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  
    margin-top: 70px;
  }

  .gallery-bg1{
    background: url('image/jay-castor-7AcMUSYRZpU-unsplash.jpg') rgba(0, 0, 0, 0.685);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  
    margin-top: 70px;
  }

  .img-fluid1 {
    height: auto;
      box-shadow: 8px 8px 4px #A48154;
      max-width: 100%;
    }


  .about-bg1{
    background: url('image/alexandra-gorn-JIUjvqe2ZHg-unsplash (1).jpg') rgba(0, 0, 0, 0.74);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  
    margin-top: 70px;
  }


  .contact-bg1{
    background: url('image/pexels-pixabay-163007.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: 60vh;
    position: relative;
  
    margin-top: 70px;
  }

  
  .bg01{
    text-align: center;
    font-family: "Song Myung", serif;
    font-weight: 600;
     font-size: 70px;
    
     padding-top: 130px;
     text-shadow: 4px 2px 2px #E3C48E;
    letter-spacing: 3px;
     
      }
      @media(max-width:990px){
    
        .bg01{
           font-size: 50px;
        }
     
       }


/*----------------------- banner ---------------------*/

.banner_wrapper {
    height: 75vh;
 }
  
  .banner_wrapper .swiper {
    width: 100%;
    height: 100%;
 }
  
  .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: rgba(0, 0, 0, 0.884);
    opacity: 0.5;
    z-index: 0;
  }
  
  .banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: .9375rem;
    height: .9375rem;
    background-color: white;
    border: .0625rem solid var(--bg-white);
  }
  
  .banner_wrapper .swiper .slide-caption {
    height: 100%;
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hotel{
    text-shadow: 4px 2px 2px #E3C48E;
    font-family: "Abril Fatface", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 80px;
    letter-spacing: 5px;
  }


       /*Contact Styles*/



.contact {
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    margin-bottom: 2rem;
    text-align: center;
    padding: 1rem;
    transition: .2s ease-in-out;
}

.contact:hover {
    background-color:#E3C48E;
    color: #ffffff;
}

.contact:hover i {
    color: #ffffff !important;
}

.contact:hover a {
    color: #ffffff;
}

.contact i {
    font-size: 2rem;
}

/* .contact h6 {
    font-size: .8rem;
} */

.contact h6 a {
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid transparent;
    transition: .15s ease-in-out;
}

.contact h6 a:hover {
    border-bottom: 1px solid #000;
}

.map-bg {
    background: url(image/pexels-valter-zhara-13645715.jpg) rgba(0, 0, 0, 0.315);
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.contact-map-container iframe {
    display: block;
    width: 80%;
    height: 40vh;
}

@media only screen and (min-width: 768px){

    
    /*Contact Styles*/

    .contact {
        width: 30%;
    }
    
}
@media only screen and (min-width: 992px) {
    

    .map-container iframe {
        margin-right: 0;
    }

    #im-img {
        width: 25%;
    }

   
}





/* ROOMS */
.rooms h2 {
    font-weight: bold;
    color:#000000;
    font-family: "Castoro", serif;
    font-weight: bold;
    font-size: 38px;
  }
  
  
  .all-rooms .col-lg-6 img{
    border-radius: 10px;
  
    border:5px solid #A78A48;
  }
  
  
  .room-info{
    background-color: #fff7e7;
            padding: 50px;
            border-radius: 10px;
            color:black;
            border:5px solid #a18e62;
  margin: auto;
  
  }
  
  
  .room-info h3{
    font-weight: bold;
    font-family: 'Playfair Display', serif;
  }
  
  .room-info p{
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
  }
  
  
  @media only screen and (min-width: 1300px) {
  .all-rooms{
    display: flex;
  }
  
  }
  
  
     @media only screen and (max-width: 300px) {
        .room-info{
            padding: 20px;
        }
         }





         a.box_cat_rooms {
            display: block;
            margin-bottom: 25px;
            height: 500px;
            position: relative;
            overflow: hidden;
            background-color: #ccc;
            border-radius: 10px;
            -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
            -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
            box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2)
          }
          
          @media (max-width: 991px) {
            a.box_cat_rooms {
                height:400px
            }
            .imag{
                display: none;
            }
            .hotel{
    font-size:40px !important;
  }
  .about3{
    font-size: 35px !important;
  }


  .fac1{
    margin-bottom: 10px;
     }

 .fac{
        text-align: center !important;
        }

        .bg01{
            font-size: 50px !important;
      
        }
        .f1{
            font-size: 45px !important;
        }
          }
          
          a.box_cat_rooms .info {
            position: absolute;
            width: 100%;
            z-index: 9;
            display: block;
            padding: 25% 30px 0 30px;
            color: #fff;
            left: 0;
            bottom: -75px;
            padding-bottom: 60px;
            backface-visibility: hidden;
            transform: translate(0, 0);
            transition: all 0.4s ease;
            background: transparent;
            background: -webkit-linear-gradient(top, transparent, #000);
            background: linear-gradient(to bottom, transparent, #000)
          }
          
          a.box_cat_rooms .info small {
            text-transform: uppercase;
            font-weight: 600;
            letter-spacing: 2px;
            color: #999;
            display: block;
            margin-bottom: 0;
            font-size: 12px;
            font-size: 0.75rem;
            color: #fff
          }
          
          a.box_cat_rooms .info h3 {
            color: #fff;
            font-size: 26px;
            font-size: 1.625rem;
            font-weight: 600;
            margin-bottom: 15px
          }
          
          a.box_cat_rooms .info span {
            font-size: 15px;
            font-size: 0.9375rem;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            font-weight: 600;
            opacity: 0;
            position: relative
          }
          
          a.box_cat_rooms .info span:before {
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 10px;
            height: 2px;
            content: "";
            transition: width 500ms ease;
            background-color: #fff
          }
          
          a.box_cat_rooms .info span:hover {
            background-color: #24262d;
            border-color: transparent
          }
          
          a.box_cat_rooms figure {
            position: relative;
            overflow: hidden;
            width: 100%;
            height: 100%
          }
          
          a.box_cat_rooms:hover .info {
            -webkit-transform: translate(0, -65px);
            -moz-transform: translate(0, -65px);
            -ms-transform: translate(0, -65px);
            -o-transform: translate(0, -65px);
            transform: translate(0, -65px)
          }
          
          a.box_cat_rooms:hover .info span {
            opacity: 1
          }
          
          a.box_cat_rooms:hover .info span:before {
            width: 100%
          }
          
          a.box_cat_rooms:hover .background-image {
            -ms-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1)
          }
          .background-image {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            -o-transition: .5s;
            -ms-transition: .5s;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            transition: all .5s ease;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 1;
          }
          

          /** about-section **/
.parallax_wrapper {
    position: relative;
    margin-bottom: 25px;
  }img.rounded-img {
    border-radius: 10px;
  }.parallax_wrapper .img_over {
    left: -25%;
    bottom: 15%;
    position: absolute;
    z-index: 99;
  }.parallax_wrapper .img_over img {
    border: 4px solid #fff;
    width: 50%;
    height: auto;
    -webkit-box-shadow: 10px 10px 26px 0px rgba(0,0,0,0.21);
    -moz-box-shadow: 10px 10px 26px 0px rgba(0,0,0,0.21);
    box-shadow: 10px 10px 26px 0px rgba(0,0,0,0.21);
  }
  .parallax_wrapper .img_over1 img {
    width: 50%;
    height: auto;
  }
  .parallax_wrapper .img_over1 {
    left: -25%;
    bottom: 10%;
    position: absolute;
    z-index: 99;
  }

.about3{
    font-family: "Orelega One", serif;
    font-weight: 600;
    font-size: 45px;
    text-shadow: 3px 2px 2px #797979;
}
  

.facilities-section{
    background: url('image/pexels-valter-zhara-13645715.jpg') rgba(20, 19, 19, 0.768);
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
  
  }
  .facility-box{
    background: rgba(255, 255, 255, 0.756);
    padding: 30px;
    border: #b7893200 1px solid;
  }
  .facility-box:hover{
    background: #0000003c;
    color: white;
    border: #435876 1px solid;
    transition: 0.3s ease-in-out;
  
  
  }
  
  @media only screen and (max-width: 300px) {
    #gallery-head .col-lg-12 h1 , #about-head .col-lg-12 h1, #rooms-head .col-lg-12 h1,#contact-head .col-lg-12 h1{
font-size: 30px;    }
  }

@media only screen and (min-width: 300px)and (max-width: 600px) {
    #gallery-head .col-lg-12 h1, #about-head .col-lg-12 h1, #rooms-head .col-lg-12 h1, #contact-head .col-lg-12 h1{
        font-size: 50px;
    }
  }


@media only screen and (min-width: 600px)  {
    #gallery-head .col-lg-12 h1, #about-head .col-lg-12 h1, #rooms-head .col-lg-12 h1, #contact-head .col-lg-12 h1{
        font-size: 80px;
    }
  }


 /*testi*/
 
    
 .testimonial-info {
    border-left: 10px  solid #D1A875;
    border-bottom: 10px solid #D1A875;
  
    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, #f0ebe6 45%, #ffffff25 92%, #D1A875 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;
  
  
  }

  /* ---------------------------end */
  .about-section-two .content-column .inner-column .sec-title .text {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
  }
  
  .about-section-two .outer-box {
    display: flex;
  
  }
  
  .pattern_2 {
    background: #fff url(../images/pattern_2.png) top right no-repeat;
  }
  
  .pattern_3 {
    background: #fff url(../images/bg-shape.png) bottom left no-repeat;
  }
  
  .about-section-two .content-column .inner-column .list-style-two li {
    padding-left: 27px;
  }
  
  @media (max-width: 575.98px) {
    .about-section-two {
      padding-top: 80px;
    }
  }
  
  .about-section-two .image-column .image-1::after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 30px;
    height: 250px;
    background-color: #aa8453;
  }
  
  .about-section-two .image-column .image-2 {
    position: absolute;
    left: -194px;
    bottom: 0;
    margin-bottom: 0;
  }
  
  .about-section-two .image-column .inner-column {
    position: relative;
    padding-left: 20px;
    padding-bottom: 80px;
    text-align: right;
  }
  
  .exp-box .title {
    color: white;
    margin-bottom: 9px;
  }
  
  .exp-box {
    position: absolute;
    left: 135px;
    background: #000;
    width: 260px;
    text-align: center;
    padding: 36px 15px 33px;
  }
  
  .about-section-two .content-column {
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
  }
  
  .about-section-two .content-column .inner-column {
    position: relative;
  }
  
  .about-section-two .content-column .inner-column .sec-title {
    margin-bottom: 38px;
  }
  
  .about-section-two .content-column .inner-column .sec-title .sub-title::before {
    display: none;
  }
  
  @media (max-width: 1199.98px) {
    .about-section-two .content-column .inner-column .sec-title h2 {
      font-size: 40px;
      line-height: 50px;
    }
  }
  
  .about-section-two .image-column .image-1 img {
    width: 100%;
  }
  
  .about-section-two .image-column .image-2 {
    position: absolute;
    left: -124px;
    bottom: 0;
    margin-bottom: 0;
  }
  
  @media (max-width: 1199.98px) {
    .about-section-two .image-column .image-2 {
      left: 0;
    }
  }
  
  .about-section-two .exp-box {
    bottom: 5px;
    left: auto;
    right: 0;
  }
  
  @media only screen and (max-width: 991px) {
    .about-section .content-column .inner-column {
      padding-left: 0;
      
    }
  
    .about-section-two .image-column .exp-box {
      left: auto;
      right: 0;
    }

    .about-section-two .image-column .image-1::after {
       display: none;
      }
  }
  

  .about-bg2{
    background: url('image/jay-castor-7AcMUSYRZpU-unsplash.jpg') rgba(54, 50, 50, 0.199);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
    background-color: #646363;
   
  
  }