@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:#ffffff;
  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:#ffffff;
      }
    }

.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: #ffffff;
}

.nav-item.active-link .underline {
  width: 100%;
  background-color:#dabd88;

}

.nav-item:hover .underline {
  background-color:#dabd88;
  width: 100%;

}

.nav-item:hover a {

  color:  #ffffff;
}


.nav-item:active a {
  transition: none;
}

.nav-item:active .underline {
  transition: none;
  background-color:#dabd88;

}

::selection {
  background-color: rgb(226, 180, 80);
  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: #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:#dabd88;
  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:#dabd88!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;
  }




  /* CAROUSEL */
.carousel-caption {
    top: 30%;
  }
  #carouselExampleFade {
    position: relative;
  }
  .carousel-caption h1 {
    font-family: "Abril Fatface", serif;
    text-shadow: 4px 2px 2px #E3C48E;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #f2f2f2;
  }
  .carousel-caption h4 {
    color: #f2f2f2;
    font-family: "Abril Fatface", serif;
   letter-spacing: 2px;
  }
  .carousel-caption h5 {
    color: #f2f2f2;
    font-family: "Abril Fatface", serif;
    font-weight: bold;
    letter-spacing: 2px;
  }
  .c-item {
    height: 80vh;
  }
  .c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
  }
  @media only screen and (max-width: 300px) {
    .carousel-caption h1 {
      font-size: 30px;
    }
  }
  .carousel-item.active img{
    transition: transform 5s linear;
    transition-duration: infinite;
    transform: scale(1.05, 1.05);
  }
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23A17727'  viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
  }
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23A17727' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon {
    background-attachment: fixed;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: 100% 100%;
  }
  .carousel-control-next, .carousel-control-prev {
    width: 10%;
  }
  @media only screen and (max-width: 600px) {
  .carousel-caption{
    text-align: center;
  }
  
    }


.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  height: 50px;
  position: absolute;
  width: 50px;
  cursor: pointer;
  top: 35%;
  background: white !important;
  transition: 0.5s;
}
.owl-carousel .owl-prev {
  left: 33px;
}
.owl-carousel .owl-next {
  right: 33px;
}
.owl-carousel .owl-next:hover,
.owl-carousel .owl-prev:hover {
  background: #C1B086 !important;
}

/* .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);
    }
  
    
}



.facility-bg{
    background: url('new/Photo (63).JPG')  rgba(20, 19, 19, 0.658) ;
    background-attachment: fixed;
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  
  }
  .facility-box1{
    padding: 40px;
    border: 1px solid #9B804E;
    background: rgba(0, 0, 0, 0.658);
  }
  

  
.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;
}

.wg-service {
    position: relative;
}

.wg-service::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 430px;
    /* background-color: #d8cbb6; */
}


.service-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.service-item::after {
    position: absolute;
    content: '';
    top: 17px;
    left: 18px;
    right: 17px;
    bottom: 17px;
    border: 1px solid #d8cbb6;
    border-radius: 10px;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item:hover::after {
    opacity: 1;
    visibility: visible;
}

.service-item::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(0deg,rgba(18, 15, 12,0.651),rgba(18, 15, 12,0));
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item:hover::before {
    backdrop-filter: blur(2px);
    background-color: rgba(18, 15, 12, 0.65);
}

.service-item .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 41px;
    z-index: 5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item:hover .content {
    bottom: 50%;
    transform: translateY(50%);
    padding-bottom: 0;
}

.service-item .content > i {
    font-size: 87px;
    color: #f6e7d0;
}

.service-item .content .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    margin-top: 14px;
}

.service-item .content .title span {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item:hover .content .title span {
    opacity: 1;
    visibility: visible;
}

.service-item .content .title a {
    color: #FFF;
}

.service-item .content .title a:hover {
    color: #C3A27C;
}

.service-item .content p {
    color: #FFF;
    padding: 0 50px;
    opacity: 0;
    visibility: hidden;
    margin-top: -100px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item:hover .content p {
    opacity: 1;
    visibility: visible;
    margin-top: 17px;
}

.service-item img {
    width: 100%;
}


.review-item blockquote {

    line-height: 1.5;
  }
  
  .review-content .swiper-arrow {
    top: 50%;
    bottom: 0;
    z-index: 2;
    border: 1px solid var(--bs-gray-400);
    color: var(--bs-gray-400);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: 0.4s ease-in-out;
  }
  
  .review-content .swiper-arrow:hover {
    border: 1px solid #4d5969;
    color: #4d5969;
  }
  
  .review-content .swiper-arrow.swiper-arrow-prev {
    left: -80px;
  }
  
  .review-content .swiper-arrow.swiper-arrow-next {
    right: -80px;
  }
  
  .review-content .quotation svg.quote {
    color: gray;
  }
  
  #testimonials .swiper-pagination {
    display: none;
  }
  
  @media only screen and (max-width: 901px) {
    #testimonials .swiper-pagination {
      display: block;
      bottom: 10px;
    }
  
    .review-content .swiper-arrow {
      display: none !important;
    }
  }  



  
  @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;
    }
  }


  .txt1{
    font-family: "Ramaraja", serif;
    font-weight: 600;
    font-size: 45px;
    text-shadow: 2px 1px 1px #797979;
}
.room-bg1{
    background: url('new/Photo (90).JPG') rgba(0, 0, 0, 0.541);
    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('new/Photo (43).JPG') rgba(0, 0, 0, 0.61);
    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('new/Photo (15).JPG') rgba(0, 0, 0, 0.623);
    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('new/Photo (22).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-bg1{
    background: url('new/Photo (21).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: "Song Myung", serif;
    font-weight: 600;
     font-size: 70px;
    
     padding-top: 130px;
     text-shadow: 3px 1px 1px #E3C48E;
    letter-spacing: 3px;
     
      }
      @media(max-width:990px){
    
        .bg01{
           font-size: 50px;
        }
     
       }

       .contact-box {
        border: 1px solid #AA8B5F;
        padding-top: 70px;
        padding-bottom: 70px;
    }


   
.home1 {
    padding: 0;
  }
  .home1 .slide {
    min-height: 35vh;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.2);
    border: 3px solid #AA8B5F;
  }
  .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;
  }
  @media (max-width:800px) {
    .container .link-btn,
    .link-btn {
      display: inline-block;
      font-weight: 400;
      border: 1px solid#1E323D;
      padding: 0 25px;
      font-size: 12px;
      line-height: 35px;
    }
    .none{
      display: none;
    }
  }
  .bg-images {
    background: rgba(0, 0, 0, 0.8);
    background-position: center;
    background-size: cover;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .gallary img {
    width: 270px;
  }
  .owl-carousel .owl-next,
  .owl-carousel .owl-prev {
    height: 50px;
    position: absolute;
    width: 50px;
    cursor: pointer;
    top: 35%;
    background: white !important;
    transition: 0.5s;
  }
  .owl-carousel .owl-prev {
    left: 33px;
  }
  .owl-carousel .owl-next {
    right: 33px;
  }
  .owl-carousel .owl-next:hover,
  .owl-carousel .owl-prev:hover {
    background: #C1B086 !important;
  }
  .flex1 {
    display: flex;
    justify-content: space-between;
  }
  .review-item blockquote {
    line-height: 1.8;
  }
  .review-content .swiper-arrow {
    top: 50%;
    bottom: 0;
    z-index: 2;
    border: 1px solid gray;
    color: gray;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: 0.4s ease-in-out;
  }
  .review-content .swiper-arrow:hover {
    border: 1px solid #4d5969;
    color: #4d5969;
  }
  .review-content .swiper-arrow.swiper-arrow-prev {
    left: -80px;
  }
  .review-content .swiper-arrow.swiper-arrow-next {
    right: -80px;
  }
  .review-content .quotation svg.quote {
    color: gray;
  }
  #testimonials .swiper-pagination {
    display: none;
  }
  @media only screen and (max-width: 901px) {
    #testimonials .swiper-pagination {
      display: block;
      bottom: 10px;
    }
    .review-content .swiper-arrow {
      display: none !important;
    }
  }
  .pattern_2 {
    background: #fff url(../images/bg4356.jpg) top right no-repeat;
  }



  .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: #a59148;
  } */
  
  .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;
      }
  }
  
