@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');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Cantata+One&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=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&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=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&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=Orelega+One&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Pattaya&family=Patua+One&family=Ramaraja&family=Roboto+Slab:wght@100..900&family=Rubik+Gemstones&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:#D5BA5F;
  transition: color 0.3s ease-in-out;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;


}

.navbar-scrolled .nav-link {
  color:#D5BA5F;
  }

  @media only screen and (max-width: 1000px) {
      .nav-link {
          color:#D5BA5F;
      }
    }

.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: #D5BA5F;
}

.nav-item.active-link .underline {
  width: 100%;
  background-color:#D5BA5F;

}

.nav-item:hover .underline {
  background-color:#D5BA5F;
  width: 100%;

}

.nav-item:hover a {

  color:  #D5BA5F;
}


.nav-item:active a {
  transition: none;
}

.nav-item:active .underline {
  transition: none;
  background-color:#D5BA5F;

}

::selection {
  background-color: #ECDCB6;
  color:#ECDCB6;
}


.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: #ffffff !important;
  background-color:#ffffff #ffffff !important;

}


.navbar-toggler:hover,.navbar-toggler:active{
  border-color:#ffffff!important;
  background-color: #ffffff; 
  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:#D5BA5F;
  border: 0;
  border-radius: 0px !important;
  color:#000000 !important;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  padding: 13px 30px;
  position: relative;
  text-transform: uppercase;
  border-radius:30px !important;
  transition: 0.5s;
  font-family: 'Poppins', sans-serif;
  border: 2px solid #ffffff;

}

#button::before,
#button::after {
    
  background:#D5BA5F !important;
  content: '';
  position: absolute;
  z-index: -1;


}

#button:hover {
  color: #000000 !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;
  }

 /* 3 Banner */
 .banner_wrapper {
    height: 45.625rem;
    margin-top: 90px;

}

.banner_wrapper .swiper {
    width: 100%;
    height: 100%;
}
.banner_wrapper h1{
    font-family: "Cinzel", serif;
    text-shadow: 3px 2px 2px #ffffff;
    
    font-style: normal;
    font-size: 100px; 
    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);
}
@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;
}
.index-bg1{
    height: auto !important;
}
.about-section{
    padding-top: 50px !important;
    padding-bottom: 0PX !important;
}
.facilities{

padding-bottom: 50px !important;
}
.rooms-section-one{
    margin-bottom: 50px !important;
} 
.about15{
    font-size: 28px !important;
}
}
.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;
}

.caption{
    background-color: #0000009a;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 16vh;
}
@media screen and (min-width: 200px)and (max-width: 950px) {

    .caption{
      
        margin-top: 10vh !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .bg01{
        font-size: 40px !important;
    }
    .txt2{
        font-size: 15px !important;
    }
    .about28{
  
        margin-top: 50% !important;
    }
    .about-wrapper{
        margin-right: 3px !important;
    }
    .font35{
        font-size: 30px !important;
    }
    .title5{
        font-size: 30px !important;
    }
   .font25{
       font-size:18px !important;
   }
}

/* @media only screen and (max-width: 1920px) {
    .abo{
      height: auto !important;
    }
    } */


.ftco-intro .wrap {
    width: 100%;
    height: 120px; 
}
    .ftco-intro .wrap .info {
      background: #000000;
      padding: 30px; }
      @media (min-width: 1200px) {
        .ftco-intro .wrap .info {
          width: calc(100% - 35%);
          padding: 2% 5% 2% 12%; } }
      @media (max-width: 767.98px) {
        .ftco-intro .wrap .info {
          width: 100%; } }
      .ftco-intro .wrap .info p {
        margin-bottom: 0; }
    .ftco-intro .wrap .social {
      width: 35%;
      background: #D5BA5F; }
      @media (max-width: 767.98px) {
        .ftco-intro .wrap .social {
          width: 100%; } }
      .ftco-intro .wrap .social .social-icon {
        margin: 0;
        padding: 0; }
        .ftco-intro .wrap .social .social-icon li {
          list-style: none;
          display: inline-block;
          line-height: 0;
          padding: 0 10px; }
          .ftco-intro .wrap .social .social-icon li a {
            display: block;
            margin: 0;
            padding: 0; }
            .ftco-intro .wrap .social .social-icon li a span {
              color: #fff;
              font-size: 20px; }
    .ftco-intro .wrap h3 {
      font-size: 16px; }
    .ftco-intro .wrap .text {
      width: calc(100% - 40px); }
    .ftco-intro .wrap .icon {
      width: 40px; }
      .ftco-intro .wrap .icon span {
        color: #ffffff;
        font-size: 20px; }
  

        .about-wrapper{
            padding: 50px;
            position: relative;
            background: #212529;
            margin-right: -70px;
          }
        

          .room-block-one{
            position: relative;
            z-index: 2;
        }
        .room-block-one .inner-box{
            position: relative;
            display: block;
            transition: all 200ms ease;
            overflow: hidden;
        }
        .room-block-one:hover .inner-box{
            box-shadow: 0px 25px 25px 0px rgba(0,0,0,0.15);
        }
        .room-block-one .image-box{
            position: relative;
            display: block;
            background: #000000;
        }
        .room-block-one.height-one .image-box{
            height: 420px;
        }
        .room-block-one.height-two .image-box{
            height: 854px;
        }
        .room-block-one .image-box img{
            display: none;
            width: 100%;
            opacity: 0.80;
        }
        .room-block-one .image-box .image-layer{
            position:absolute;
            left:0;
            top:0;
            width:100%;
            height:100%;
            opacity: 0.80;
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
        }
        .room-block-one:hover .image-box .image-layer{
            opacity: 0.50;
        }
        .rooms-section-one .row{
            margin: 0px -7px;
        }
        .rooms-section-one .column{
            padding: 0px 7px;
        }
        .rooms-section-one .room-block-one{
            margin-bottom: 14px;
        }
        .room-block-one .cap-box{
            position: absolute;
            left: 30px;
            bottom: 30px;
            right: 30px;
            max-width: 350px;
            opacity: 1;
            -webkit-transition: all 500ms ease 200ms;
            -moz-transition: all 500ms ease 200ms;
            -ms-transition: all 500ms ease 200ms;
            -o-transition: all 500ms ease 200ms;
            transition: all 500ms ease 200ms;
        }
        .room-block-one:hover .cap-box{
            opacity: 0;
            -webkit-transform: translateY(200px);
            -ms-transform: translateY(200px);
            transform: translateY(200px);
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
        }
        .room-block-one .cap-box .cap-inner{
            position: relative;
            display: block;
            padding: 18px 20px 18px 40px;
            background: rgba(255, 255, 255, 0.8);
            top: -255px;
        }
        .room-block-one .cap-box .cap-inner:before{
            content: '';
            position: absolute;
            right: 0;
            top: -15px;
            border: 8px solid transparent;
            border-bottom: 8px solid #ffffff;
            border-right: 8px solid #ffffff;
        }
        .room-block-one .cap-box .price{
            position: relative;
            display: block;
            line-height: 24px;
            color: #8e949f;
            text-transform: uppercase;
            font-weight: 500;
        }
        .room-block-one .cap-box .price span{
            color: #1b1c1e;
        }
        .room-block-one .cap-box h5{
            position: relative;
            display: block;
            margin: 0;
        }
        .room-block-one .hover-box{
            position: absolute;
            left: 30px;
            bottom: 30px;
            right: 30px;
            max-width: 350px;
            opacity: 0;
            -webkit-transform: translateY(-102%);
            -ms-transform: translateY(-102%);
            transform: translateY(-102%);
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }
        .room-block-one:hover .hover-box{
            opacity: 1;
            -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
            transform: translateY(0px);
            -webkit-transition: all 500ms ease 200ms;
            -moz-transition: all 500ms ease 200ms;
            -ms-transition: all 500ms ease 200ms;
            -o-transition: all 500ms ease 200ms;
            transition: all 500ms ease 200ms;
        }
        .room-block-one .hover-box .hover-inner{
            position: relative;
            display: block;
            padding: 35px 40px 40px 40px;
            background: rgba(255, 255, 255, 0.9);
            height: 100%;
        }
        .room-block-one .hover-box h4{
            position: relative;
            margin-bottom: 15px;
        }
        .room-block-one.height-three .hover-box h4,
        .room-block-one.height-four .hover-box h4{
            font-size: 22px;
        }
        .room-block-one .hover-box .pricing{
            position: relative;
            line-height: 24px;
            margin-bottom: 20px;
        }
        .room-block-one .hover-box .pricing .price{
            position: relative;
            display: block;
            float: left;
            color: #000000;
            text-transform: uppercase;
            font-weight: 500;
        }
        .room-block-one .hover-box .pricing .price span{
            color: #000000;
        }
        .room-block-one .hover-box .pricing .rating{
            position: relative;
            display: block;
            float: right;
            color: #000000;
        }
        .room-block-one .hover-box .pricing .rating span{
            position: relative;
            font-size: 12px;
            display: inline-block;
            vertical-align: middle;
            margin-left: 1px;
        }
        .room-block-one .hover-box h5{
            position: relative;
            display: block;
            margin: 0 0 20px;
        }
        .room-block-one .hover-box .text{
            position: relative;
            display: block;
            color: #000000;
            font-size: 16px;
            line-height: 1.6em;
            margin: 0 0 30px;
        }
        .room-block-one .hover-box .link-box{
            position: relative;
            display: block;
        }
        

      

        /*GALLERY*/
.gallery {
    background-color: rgb(250, 250, 250);

  
  }
  

  
  .gallery .titlepage {
    text-align: center;
  }
  
  .gallery .gallery_img {
    height:27vh;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 7px 5px 3px #474747;
    
  }
  
  .gallery .gallery_img figure {
    margin: 0;
  }
  
  .gallery .gallery_img figure img {
    width: 100%;
    transition: all .5s;

  }
  
  .gallery .gallery_img figure img:hover {
    transform: scale(1.2);
  }



  .about-bg2{
    background: url('image/19160.jpg') rgba(34, 34, 34, 0.788);
  
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
    background-color: #646363;
   
  
  } 



  .index-bg1{
    background: url('image/19176.jpg') rgba(92, 92, 92, 0.76);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
  height: 50vh;
    position: relative;
  
  }
  

  .about15{
    font-family: "Cinzel", serif;
    font-size: 35px;
  }

  .room-bg1{
    background: url('image/alexandra-gorn-JIUjvqe2ZHg-unsplash (1).jpg') rgba(0, 0, 0, 0.658);
    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: "Marcellus", serif;
color: #ffffff;
     font-size: 55px;
    
     padding-top: 180px;
     text-shadow: 2px 1px 1px #D5BA5F;
    
     
      }

      .gallery-bg1{
        background: url('image/19160.jpg') rgba(0, 0, 0, 0.671);
        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 #353535;
          max-width: 100%;
        }


        .about-bg1{
            background: url('image/19181.jpg') rgba(0, 0, 0, 0.747);
            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/19182.jpg') rgba(0, 0, 0, 0.603);
            background-attachment: fixed;
            background-position: bottom;
            background-repeat: no-repeat;
            background-size: cover;
            background-blend-mode: multiply;
            height: 60vh;
            position: relative;
          
            margin-top: 80px;
          }


        
            
                  @media only screen and (min-width: 1000px) {
            #contact-head h1{
                          font-size: 100px;
                      }
                    }
            
            #contact-head  p{
              color: rgb(115, 52, 35);
            
              font-family: 'Prompt', sans-serif;
              font-weight: bold;
            
            }
            
            .contacts h1{
              color:rgb(0, 0, 0);
              font-family: 'Oswald', sans-serif;
            }
            
            .contacts h5,.contacts .col-lg-6 h6{
              font-family: 'Outfit', sans-serif;
              color:rgb(0, 0, 0);
            }
            
            .contacts .col-lg-6 h4{
              font-family: 'Noto Serif', serif;
              font-weight: bold;
            
            }
            
            .contact-info{
              border: 5px double rgb(0, 0, 0);
            }
            
            
            .col-lg-6  iframe,.contact-info{
              min-height: 100%;
            }

            .navbar-toggler-icon {
                display: inline-block;
                width: 1.5em;
                height: 1.5em;
                vertical-align: middle;
                background-size: 100%;
              }
              .navbar-toggler {
                border-color: #D5BA5F !important;
                background-color: #D5BA5F;
            }