@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');

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: #A78A48 ;
}

.nav-item.active-link .underline {
  width: 100%;
  background-color:#A78A48;

}

.nav-item:hover .underline {
  background-color:#A78A48;
  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:#A78A48;

}

::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: #A78A48 !important;
  background-color: #D4AC5A #A78A48 !important;

}


.navbar-toggler:hover,.navbar-toggler:active{
  border-color:#A78A48!important;
  background-color: #A78A48; 
  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: #A78A48;
  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: #A78A48!important;
  content: '';
  position: absolute;
  z-index: -1;


}

#button:hover {
  color: #ffffff !important;
  transform: scale(1);
  border: 2px solid #A78A48;

}


.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;
  }


  
  .index-bg1{
    background: url('image/309585731.jpg') rgba(0, 0, 0, 0.418);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 75vh;
    position: relative;
  
    margin-top: 60px;
    overflow: hidden;
  }


  

/* carousel */

.carousel-caption {
    top: 30%;
    letter-spacing: 5px;
  }
  
 
  
  
  .carousel-caption h1{
    font-family: 'Playfair Display', serif;
    font-weight: bold;
  
  }
  
  .carousel-caption .col-md-12
  {
    padding: 50px ;
    background: rgba(0,0,0,0.5);
  }
  
  @media only screen and (max-width: 1300px) {
    .carousel-caption .col-md-12
    {
        padding: 20px ;
    }
  }
  @media screen and (max-width: 500px) {
    .button-container:not(:last-child) {
        border-right:0;
        
      }
  }
  
  @media only screen and (max-width: 700px) {
    .carousel-caption .support-caption
    {
  display: flex;
  flex-direction: column;    
  
  }
  #vr{
    padding: 0;
  }} @media screen and (max-width: 300px) {
    .carousel-caption h1{
       font-size: 30px;
    
    }
  
    .carousel-caption h3{
        font-size: 15px !important;
     
     }  }
  

/* **************end */
/* ABOUT_AREA */



  .about_area_img1 {
position: relative;        
  }    
@media only screen and (min-width: 600px) {
  .about_area_img1 {
      margin: 90px 0 0;
      
  }
}


.about_area_img1 #img1  {
  box-shadow: -20px 20px 10px 10px  #a89c7c;

}

.about_area_img2 {
  position: absolute;
  top: -110px;
  right: -100px;
  border: 5px solid #A78A48;

}
.about_area .col-lg-5 h5{
  color:#c49a6c;
  font-family: "Castoro", serif;
 
  font-weight: bold;

}

.about_area .col-lg-5 p{
  color:#000000;
  font-family: 'Outfit', sans-serif;

}

.about_area .col-lg-5 h4{
    font-family: "Castoro", serif;
  font-weight: bold;
  font-size: 40px;
}

@media only screen and (min-width: 950px) {
  .about_area .col-lg-2 {
margin: auto;    }
}

.about_area_info{
  border-bottom: 1px solid #00000046;
  padding-bottom: 20px;
}

@media only screen and (min-width: 600px) {
  .about_area_info .contact {
display: flex;   
justify-content: space-between;

}
}
@media (max-width: 992px) {
    .about_area_img2 {
        display: none;
    }
}
/* ******************* */

  .room-bg1{
    background: url('image/309585640.jpg') rgba(0, 0, 0, 0.808);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  
    margin-top: 60px;
  }
  .gallery-bg1{
    background: url('image/309585731.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: 60px;
  }
  .about-bg1{
    background: url('image/309585526.jpg') rgba(0, 0, 0, 0.705);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  
    margin-top: 60px;
  }



  @media(max-width:990px){
.bg01{
font-size: 60px !important;
}
.carousel-caption h3{
    font-size: 15px !important;
 
 }
 .fac{
 text-align: center;
 }

 .fac1{
   margin-bottom: 10px;
    }
}


  .bg01{
    text-align: center;
        font-family: "Merriweather variant7";
    font-weight: 600;
        font-size: 70px;
        color: #ffffff;
        padding-top: 150px;
    
     
      }



  .contact-bg1{
    background: url('image/pexels-photo-1416530.jpeg') 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: 60px;
  }



  #contact-head h1{
    letter-spacing: 3px;
    font-weight: bold;
}
#contact-head p{
    font-weight: bold;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 2px;
    color: #e0e4e4;
    
}

#contacts{
    padding-top: 50px
    ;padding-bottom: 50px;
    margin-top: 100px;
    margin-bottom: 100px;
    background-color: #000000;
     border: 4px solid #A78A48;
}

    .contacts h3{
color:#A78A48;   
font-family: 'Amaranth', sans-serif;
font-weight: bold;
letter-spacing: 2px;

}

.contacts h6{
    color:white;   
    font-family: 'Outfit', sans-serif;

}



@media only screen and (max-width: 600px) {
    .contacts .col-lg-4 .contact-info{
text-align: center;        }
   }

   @media only screen and (min-width: 600px) {
     .contacts .col-lg-4 .contact-info{
display: flex;       }
    }

    @media only screen and (max-width: 300px) {
     #contact-head h1 {
font-size: 30px;        }
   }



   /* 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;
        }
         }
  
  /*FACILITIES*/
  .facilities{
    background: url('image/gold.png') rgba(0, 0, 0, 0.74);
  }
.facilities h2{
    color:#000000;
    font-family: "Castoro", serif;
 
    font-size: 38px;
    font-weight: bold;
}

.facilities .service-wrapper .service-icon {
    text-align: center;
    translate: 0.3s;    

}

.facilities .service-wrapper .service-icon img {
    height: 80px;
    padding: 11px 11px;
    border-radius: 30px;
    background-color: #ffffff;
  transition: 0.5s;
}


.facilities .service-wrapper{
 transition: 0.3s;
 box-shadow: 7.5px 12.99px 40px 0 rgba(0,0,0,0.2);
 padding: 10px;
 border-radius: 20px;
 background-color: #fcf9f9;
 border:2px solid #000000;

}

.facilities .service-wrapper h5{
    font-weight: bold;
font-family: 'Poppins' ,sans-serif;
color:#000000;
transition: 0.5s;
   
   }


   .facilities .service-wrapper p{
font-family: 'Poppins' ,sans-serif;
color:#000000;
transition: 0.5s;
   
   }
   
.facilities .service-wrapper:hover h5,.facilities .service-wrapper:hover p{

color:#b2a180;

   
   }
.facilities .service-wrapper:hover {
border:2px solid #b2a180;

transform: translateY(10px);
}
/* .facilities .service-wrapper:hover .service-icon img{
 background-color: #b2a180;
    box-shadow: 7.5px 12.99px 40px 0 #b2a180;
} */

@media only screen and (max-width: 700px) {
    #facts{
flex-direction: column;   
gap:10px;
}
  }


  

     



  
  
/*------TESTIMONIALS----------*/

.prg-text6{
    font-family: Optima;
    font-size: 16px;
    color: #554d0bee;
    letter-spacing: 3px; 
    padding-top: 70px; 
}
.prg-text7{
    font-family: Optima;
    font-size: 45px;
    color: rgba(14, 13, 13, 0.932);
    letter-spacing: 3px; 
    margin-top: -20px; 
    margin-bottom: 50px;
}

.slider{width: 100%}
.slider input{display: none;}
.testimonials{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: 400px;
	perspective: 1000px;
	overflow: hidden;
}
.testimonials .item{
	width: 350px;
	padding: 30px;
	border-radius: 5px;
	background-image: url(image/gold.png);
	position: absolute;
	border:3px solid white;
	top: 0;
	box-sizing: border-box;
	text-align: center;
	transition: transform 0.4s;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	user-select: none;
	cursor: pointer;
}
.testimonials .item h2{font-size: 15px; color: rgb(26, 24, 24);}
.dots{display: flex; justify-content: center;align-items: center;}
.dots label{
	height: 5px;
	width: 5px;
	border-radius: 50%;
	cursor: pointer;
	background-color: #0d0d0e;
	margin: 7px;
    margin-bottom: 40px;
	transition-duration: 0.2s;
}
#t-1:checked ~ .dots label[for="t-1"],
#t-2:checked ~ .dots label[for="t-2"],
#t-3:checked ~ .dots label[for="t-3"],
#t-4:checked ~ .dots label[for="t-4"],
#t-5:checked ~ .dots label[for="t-5"]{
	transform: scale(2);
	background-color: #b68c19;
	box-shadow: 0px 0px 0px 3px #dddddda1;
}

#t-1:checked ~ .dots label[for="t-2"],
#t-2:checked ~ .dots label[for="t-1"],
#t-2:checked ~ .dots label[for="t-3"],
#t-3:checked ~ .dots label[for="t-2"],
#t-3:checked ~ .dots label[for="t-4"],
#t-4:checked ~ .dots label[for="t-3"],
#t-4:checked ~ .dots label[for="t-5"],
#t-5:checked ~ .dots label[for="t-4"]{
	transform: scale(1.5);
}

#t-1:checked ~ .testimonials label[for="t-3"],
#t-2:checked ~ .testimonials label[for="t-4"],
#t-3:checked ~ .testimonials label[for="t-5"],
#t-4:checked ~ .testimonials label[for="t-1"],
#t-5:checked ~ .testimonials label[for="t-2"]{
	transform: translate3d(600px, 0, -180px) rotateY(-25deg);
	z-index: 2;
}

#t-1:checked ~ .testimonials label[for="t-2"],
#t-2:checked ~ .testimonials label[for="t-3"],
#t-3:checked ~ .testimonials label[for="t-4"],
#t-4:checked ~ .testimonials label[for="t-5"],
#t-5:checked ~ .testimonials label[for="t-1"]{
	transform: translate3d(300px, 0, -90px) rotateY(-15deg);
	z-index: 3;
}

#t-2:checked ~ .testimonials label[for="t-1"],
#t-3:checked ~ .testimonials label[for="t-2"],
#t-4:checked ~ .testimonials label[for="t-3"],
#t-5:checked ~ .testimonials label[for="t-4"],
#t-1:checked ~ .testimonials label[for="t-5"]{
	transform: translate3d(-300px, 0, -90px) rotateY(15deg);
	z-index: 3;
}

#t-3:checked ~ .testimonials label[for="t-1"],
#t-4:checked ~ .testimonials label[for="t-2"],
#t-5:checked ~ .testimonials label[for="t-3"],
#t-2:checked ~ .testimonials label[for="t-5"],
#t-1:checked ~ .testimonials label[for="t-4"]{
	transform: translate3d(-600px, 0, -180px) rotateY(25deg);
	
}

#t-1:checked ~ .testimonials label[for="t-1"],
#t-2:checked ~ .testimonials label[for="t-2"],
#t-3:checked ~ .testimonials label[for="t-3"],
#t-4:checked ~ .testimonials label[for="t-4"],
#t-5:checked ~ .testimonials label[for="t-4"],
#t-5:checked ~ .testimonials label[for="t-5"]{
	
	z-index: 4;
}



/*GALLERY*/




.swiper {
    width: 100%;
    height: 100%;
  }
  
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width:50%;
    height:50%;
  }
  
  .swiper-slide img {
      width: 100%;
      height: 50vh;
      display: block;
      margin: 0 auto;
      object-fit: cover;
      transition: all .3s ease-in-out;
  }
  
  .swiper-slide {
    width: 80%;
  }
  
  .swiper-slide:nth-child(2n) {
    width: 60%;
  }
  
  .swiper-slide:nth-child(3n) {
    width: 40%;
  }
  
  .swiper-pagination > .swiper-pagination-bullet {
      opacity: 1;
      border: white solid 1px;
      background-color: transparent;
  }
  
  .swiper-pagination >.swiper-pagination-bullet-active {
      background-color: white;
  }
  

.about-bg2{
    background: url('image/309585526.jpg') rgba(54, 50, 50, 0.199);
  
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
    background-color: #646363;
   
  
  }
  