@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:#ECDCB6;
  transition: color 0.3s ease-in-out;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;


}

.navbar-scrolled .nav-link {
  color:#636363;
  }

  @media only screen and (max-width: 1000px) {
      .nav-link {
          color:#ECDCB6;
      }
    }

.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: #ECDCB6;
}

.nav-item.active-link .underline {
  width: 100%;
  background-color:#ECDCB6;

}

.nav-item:hover .underline {
  background-color:#ECDCB6;
  width: 100%;

}

.nav-item:hover a {

  color:  #ECDCB6;
}


.nav-item:active a {
  transition: none;
}

.nav-item:active .underline {
  transition: none;
  background-color:#ECDCB6;

}

::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:#ECDCB6;
  border: 0;
  border-radius: 0px !important;
  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 #ffffff;

}

#button::before,
#button::after {
    
  background:#f7d995 !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/316068f5-22a8-4ea0-abd6-e7309899849f.jpg') rgba(0, 0, 0, 0.568);
    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/529781763.jpg') rgba(0, 0, 0, 0.63);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  
    margin-top: 70px;
  }
  .menu-bg1{
    background: url('menu/WhatsApp Image 2023-04-14 at 11.58.00 (4).jpeg') rgba(0, 0, 0, 0.692);
    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 #ECDCB6;
      max-width: 100%;
    }

    .img-fluid2 {
        height: auto;
          box-shadow: 8px 8px 4px #000000;
          max-width: 100%;
        }
    
  .about-bg1{
    background: url('image/529781343.jpg') rgba(0, 0, 0, 0.678);
    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/e3679ebf-c82b-4b6c-a0d5-20f1db4a4189.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: 70px;
  }

  
  .menu-bg3{
    background: url('menu/pexels-picjumbocom-225228.jpg') rgba(54, 50, 50, 0.589);
  
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
    background-color: #646363;
   
  
  }

  .bg01{
    text-align: center;
    font-family: "DM Serif Display", serif;
    font-weight: 600;
     font-size: 55px;
    
     padding-top: 230px;
     text-shadow: 4px 2px 2px #ECDCB6;
    
     
      }
  /*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/529781778.jpg') rgba(20, 19, 19, 0.747);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
  }




  .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: rgb(0, 0, 0);
    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;
  }
  
  .banner_wrapper .swiper .slide-caption p {
    max-width: 37.5rem;
    margin: 0 auto;
    color: floralwhite;
  } 
     
  .banner_wrapper .swiper .slide-caption h1 {
    font-family: "Merriweather variant7";
    font-weight: 700;
    font-style: normal;
    color: azure;
    font-size: 80px;
    text-shadow: 4px 2px 2px #ECDCB6;
  } 

  
  
.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: #171b27;
}
.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);
}
.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: #8e949f;
	text-transform: uppercase;
	font-weight: 500;
}
.room-block-one .hover-box .pricing .price span{
	color: #1b1c1e;
}
.room-block-one .hover-box .pricing .rating{
	position: relative;
	display: block;
	float: right;
	color: #1b1c1e;
}
.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: #9b9fa6;
	font-size: 16px;
	line-height: 1.6em;
	margin: 0 0 30px;
}
.room-block-one .hover-box .link-box{
	position: relative;
	display: block;
}


/* .about-section{
    margin-top: 100px;
    margin-bottom: 100px;
} */
     /* Some basic styles */
     .rotating-image {
        width: 150px; /* Adjust the size of the image as needed */
        height: 150px; /* Adjust the size of the image as needed */
        position: relative;
        margin-left: -50px;
        z-index: 10;
        animation: rotateImage 9s linear infinite; /* Change 5s to control the speed of rotation */
      }
  
      @keyframes rotateImage {
        0% {
          transform: rotateY(0deg);
        }
        100% {
          transform: rotateY(360deg);
        }
      }


      .moving-image {
     
        position: relative;
        border-radius: 30px;
        animation: moveUpDown 5s linear infinite; /* Change 2s to control the speed of movement */
      }
  
      @keyframes moveUpDown {
        0%, 100% {
          transform: translateY(0);
        }
        50% {
          transform: translateY(-20px); /* Adjust the distance you want the image to move up */
        }
      }
      .moving-image1 {
     
        position: relative;
        margin-left: -100px !important;
        border-radius: 30px;
        animation: moveUpDown 5s linear infinite; /* Change 2s to control the speed of movement */
      }
      .text-col{
        position: inherit;
        margin-left: -320px;
      padding-left: 300px;
      }
      .text-col h6{
        color: #9B804E;
        letter-spacing: 5px;
      }
  
.cover-bg{
    background: url('../photos/cover-bg.jpeg')  rgba(20, 19, 19, 0.493) ;
    background-attachment: fixed;
    background-position:top;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 500px;
}

.overlay {
    position: relative;
    top: 0;
    left: 0;
    width: 150%;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.7); /* Adjust the color and transparency */
    clip-path: circle(50% at 0 50%);
    z-index: 1; /* Ensure it's above the image */
  }

  .semi-circle {
    position: relative;
    top: 0;
    left: 0;
    width: 70%;
    height: 500px;
    background-color: transparent;
    clip-path: circle(50% at 0 50%);
    z-index: 2; /* Above the overlay */
  }

  .vertical-text {
    position: relative;
    height: 500px; /* Set the height of the container */
    overflow: hidden;
  }

  .moving-text {
    position: absolute;
    top: 100%; /* Position it initially at the bottom of the container */
    left: 0;
    transform: translateY(-100%);
    writing-mode: vertical-rl; /* Set vertical writing mode */
    animation: moveVertical 10s linear infinite; /* Adjust duration and timing */
    color: white;
    font-size: 3.9vw;
    letter-spacing: 15px;
  }

  @keyframes moveVertical {
    0% {
      top: 180%; /* Move from the bottom */
    }
    100% {
      top: 0; /* Move to the top */
    }
  }


  @media(max-width:990px){

    .moving-image1{
        margin-left: 210px !important;
        margin-top: -300px !important;
      }

      .moving-text {
        position: absolute;
        top: 180%; /* Position it initially at the bottom of the container */
        left: 0;
        transform: translateY(-100%);
        writing-mode: vertical-rl; /* Set vertical writing mode */
        animation: moveVertical 10s linear infinite; /* Adjust duration and timing */
        color: white;
        font-size: 3.9vw;
        
    
  }
  .text-col{
    padding-left: 0px !important;
    margin-left: 0px !important;
    padding: 20px !important;
    margin-top: -50px !important;
  }

  .cover-bg{
    background-attachment: scroll !important;
  }
  .cover-bg{
    height: auto;
}
.com{
  font-size:17px !important;
}


  }

  @media(max-width:1025px){
   
    .text-col{
      padding-left: 200px !important;
   
      padding: 20px !important;
      margin-top: -50px !important;
      z-index: 10;
      background: rgba(255, 255, 255, 0.637);
    }
  
    
}

.Slogan .bg{
    background: url('image/529781343.jpg')rgba(0, 0, 0, 0.623);
   
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 200px;
}

/*GALLERY*/
img.zooms {
    width: 100%;
    height: 30vh;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    transition: all .3s ease-in-out;
    border-radius: 30px ;
  }
  
  img.zooms:hover{
   background-color: rgba(0, 0, 0, 0.1);
   transform: scale(1.1);
  }
  .thumb{
    overflow: hidden;
    border-radius: 10px;
    position: relative;
  }

   /*testimonials*/

   .quote-background1
   {
       background: url('image/e2aa324d-69fe-4ea1-8f5a-8e6b0033b4e2.jpg') no-repeat rgb(0, 0, 0);
       background-size: cover;
       padding: 50px 0;
        background-position: center center;
       position: relative;
   }
   .testimonial-box{
     background: #faf3e3;
     margin-top: 10px;
     color: #000000;
     font-family: 'Cormorant Garamond', serif;
     font-size: 20px;
     padding: 30px;
     border: solid 2px #ffce5c;
   }
   section.quote-background{
     height: 400px;
     display: flex;
     justify-content: center;
     text-align: center;
   }
   .font1{
    font-size: 40px;
    font-family: "Orelega One", serif;
    font-weight: 500;
    font-style: normal;
}
@media (max-width: 991px) {
   
    .font1{
        font-size:35px !important;
    }
    .font05{
        font-size:25px !important;
    }
  
  
    .bg01{
        font-size:40px !important ;
    }
    .acc6
    {
        font-size:18px !important ;
    }

    .acc05
    {
        font-size:30px !important ;
    }
    .con1
    {
        font-size:20px !important ;
    }
      .menu-bg3{
        height: auto !important;
    }


    .banner_wrapper .swiper .slide-caption h1 {
     
        font-size: 50px;
     
      } 
    
    }

