
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
}

p {
  color: #4b4b4b;
  font-size: 1rem;
  font-weight: 400;
  font-family: Jost, sans-serif;
}
ul li {
  color: #4b4b4b;
  font-size: 1rem;
  font-weight: 400;
  font-family: Jost, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  line-height: 1.4em;
  font-family: "Marcellus", serif;
}
.link_btn{
  width: 100%;
  float: left;
}
.link_btn a{
  background: gold;
  color: #000;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 1.4rem;
}
.link_btn a:hover{
  background: #000;
  color: gold;
}
.button_3 {
  color: white;
  font-weight: bold;
  border: wheat 3px solid;
}

button {
  cursor: pointer;
  border: 1px #090032 solid;
  padding: 5px 20px;
  border-radius: 30px;
}
button:hover {
  color: #090032;
  background: none;
  border: 1px #090032 solid;

}

a {
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  outline: none;
  color: #333;
  font-family: 'Jost', sans-serif;
}
h1{
  font-family: "HeleneHess-Regular";
}
a:hover {
  text-decoration: none;
  color: #090032;
}
/*Top Header */
header {
  position: relative;
  z-index: 20000;
  width: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}
header #top_header {
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff;
  padding: 2px;
}
header .top_header1 {
  width: 100%;
  display: inline-block;
  line-height: 10px;
  padding: 10px 60px;
}

header .top_header1 .top_contact {
  float: left;
  margin: 0;
  font-size: 12px;
  margin-top: 10px;
}
header .top_header1 .top_contact a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
header .top_header1 .top_contact a:hover,
header .top_header1 .top_social a i:hover {
  color: #fff;
}
header .top_header1 .top_contact span {
  padding: 5px;
  font-size: 15px;
  margin-left: 10px;
  margin-right: 10px;
    font-weight: 400;
  font-family: sans-serif;
  letter-spacing: 1px;
}
header .top_header1 .top_social {
  float: right;
  margin-top: 5px;
}

header .top_header1 .top_social a i {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}
header .top_header1 .top_social a {
  letter-spacing: 15px;
}

/*End Header */

/*Logo Header */

/*Sticky */
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}

.sticky nav ul li a {
  color: #000;
}
.sticky nav ul li a {
  color: #000;
}

.sticky nav ul li a:hover{
  color: #000;
  border-bottom: 2px #000 solid;
}
.sticky .brand img.logo_1{
  display: block;
}
.sticky .brand img.logo_2{
  display: none;
}
.sticky .navigation{
  background: none;
}
/*Top Header */
.nav-list {
  margin-top: 6px;
}

.navigation {
  height: 80px;
  margin-top: 0;
  padding: 10px 48px;
  background: #00000025;
  box-shadow: #63636333 0px 2px 8px 0px;
}
.brand {
  width: 15%;
  position: absolute;
  padding-left: 20px;
  float: left;
  margin-top: -5pxpx;
  z-index: 200;
}
.brand img {
  width: 100%;
  float: left;
}
.brand img.logo_1{
  display: none;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}
.nav-container {
  max-width: 100%;
  margin: 0 auto;
}
nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
nav ul li {
  float: left;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 5px 10px;
}
nav ul li span a{
background: #eaeaea;
color: #000;
 border: 1px #fff solid;
list-style: none;
padding: 19px 25px;
margin-top: -5px;
}

nav ul li span a.current,nav ul li span a:hover {
  border: 1px #ffe493 solid;
  background: #cdcdcd;
  border-radius: 20px;
  color: #000;
  cursor: pointer;
}

nav ul li a {
  display: block;
  padding: 18px 10px 15px 10px;
  font-size: 1.1rem;
  line-height: 5px;
  font-weight: 500;
  margin: 0;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

nav ul li a:hover {
  border-bottom: 2px #ffe493 solid;
  cursor: pointer;
  color: #ffe493;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

ul .navbar-dropdown {
  background: #fff;
  padding: 5px;
  margin-top: 10px;
  margin-left: -20px;
}
nav ul li a:visited:not(:only-child):after,
nav ul li h5:not(:only-child):after {
  padding-left: 4px;
  content: ' \025BE';
  font-size: 20px;
  float: right;
}
nav ul li a.current{
	border-bottom: 3px #ffe493 solid;
  }
  nav ul li.current a{
    color: #fff;
  }
.navbar-dropdown li a {
  padding: 10px;
}
.navbar-dropdown li a:hover {
  border-bottom: none;
}
/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  height: 55px;
  width: 70px;
}
.nav-mobile a {
  margin-left: -86px;
  font-size: 18px;
  font-weight: 500;
  border: 2px #082e07 solid;
  padding: 5px 10px;
  margin-top: 9px;
  width: 100%;
  float: left;
}
.nav-mobile a:hover {
  border: 1px #082e07 solid;
  background: #090032;
  color: #fff;
  cursor: pointer;
}
#navbar-toggle {
  position: absolute;
  left: 18px;
  top: 15px;
  cursor: pointer;
  padding: 10px 35px 16px 0;
}
#navbar-toggle .active {
  background: #fff;
}
#navbar-toggle span,
#navbar-toggle span:after,
#navbar-toggle span:before {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 30px;
  background: #082e07;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#navbar-toggle span:before {
  top: -10px;
}
#navbar-toggle span:after {
  bottom: -10px;
}
#navbar-toggle.active span {
  background-color: transparent;
}
#navbar-toggle.active span:after,
#navbar-toggle.active span:before {
  top: 0;
}
#navbar-toggle.active span:before {
  transform: rotate(45deg);
}
#navbar-toggle.active span:after {
  transform: rotate(-45deg);
}

/*showcase*/

/*FlexSlider */
#FlexSlider {
  margin: 0;
  padding: 0;
  top: 0;
}
.slider1{
  float: left;
  width: 100%;
  position: relative;
  z-index: 5000;
}
.slider1:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  z-index: -10;
}
.slider1 .flex-caption {
  width: 100%;
  float: left;
  position: absolute;
  top: 48%;
  text-align: center;
  padding: 0 100px;
}
.slider1 .flex-caption h2 {
  color: #f3f3f3f3;
  font-size: 5.5rem;
  font-weight: 500;
  margin: 0px;
  padding: 10px 200px;
  line-height: 1;
  text-transform: capitalize;
}
.slider1 .flex-caption h3 {
  color: #f3f3f3f3;
  font-size: 40px;
  font-weight: 500;
  margin: 0;
}
.slider1 .flex-caption h4 {
  color: #f3f3f3f3;
  font-size: 50px;
  font-weight: 500;
  margin-top: -20px;
}
.slider1 .flex-caption p {
  color: #f3f3f3f3;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 0 20px;
}
.slider1 .flex-caption .btn{
  background: none;
  margin-top: 2%;
}
.slider1 .flex-caption .btn a{
  font-size: 1.5rem;
  font-weight: lighter;
  color: #fff;
  background: #000;
  border-radius: 5px;
  padding: 10px 20px;
  color: white;
  border: 1px white solid;
}
.slider1 .flex-caption .btn a:hover{
  background: none;
  color: #fff;
}



/*==================
 REQUEST  Start
====================*/

  /* WhatsApp icon */
  #chat .whatsapp-float {
    position: fixed;
    top: 50%;
    right:1%;
    left: 10;
    transform: translateY(-50%);
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    z-index: 5000;
    align-items: center;
    transition: background-color 0.3s ease;
    }
  
    
    #chat  .whatsapp-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    }
    
    #chat  .whatsapp-icon i {
    font-size: 24px;
    margin-bottom: 5px;
    background-color: #25D366;
    border-radius: 50px;
    padding: 10px;
    }
  
    #chat  .whatsapp-icon i:hover {
    background-color: #22c35e;
    }
    
    #chat  .whatsapp-icon span {
    font-size: 12px;
    background: #fff;
    padding: 5px 10px;
    color: #000;
    border-radius: 50px;
    }
    
    /* Pop-up form */
    #chat  .form-popup {
    display: none;
    position: fixed;
    bottom: 20%;
    right: 20px;
    border: 1px solid #f1f1f1;
    z-index: 1001;
    background-color: white;
    width: 300px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 0px;
    border-radius: 10px;
    }
    
    #chat  .form-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 6px;
    }
    
    #chat  .form-container h2 {
    margin-bottom: 15px;
    font-size: 1.5rem;
    }
    
    #chat  .form-container textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: none;
    font-size: 14px;
    }
    
    #chat .form-container .btn {
    padding: 10px;
    border: none;
    background-color: #25D366;
    color: white;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    margin-bottom: 10px;
    transition: background-color 0.3s ease;
    }
    
    #chat .form-container .btn:hover {
    background-color: #22c35e;
    }
    
    #chat .form-container .cancel {
    background-color: #ccc;
    }
    
    #chat .form-container .cancel:hover {
    background-color: #aaa;
    }
    
/*==================
 REQUEST  END
====================*/


/*Availability*/
#availability{
  width: 100%;
  float: left;
  text-align: center;
  padding: 0px 100px;
  z-index: 500;
  position: relative;
}

#availability .available-check{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 30px 10px;
  background: #fff;
}

#availability .available-check .available h3{
text-align: left;
margin-left: 35px;
font-weight: 600;
}


#availability form .checking{
width: 20%;
display: inline-grid;
padding: 5px;
}
#availability form .checking label{
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: -20px;
}

#availability form .checking input{
  border: 1px #555 solid;
  padding: 8px 10px;
  color: #555;
  border-radius: 0px;
  font-size: 13px;
}

#availability form .checking select{
  border: 1px #555 solid;
  padding: 8px 10px;
  color: #555;
  font-size: 13px;
  border-radius: 0px;
}

#availability form .checking button {
  cursor: pointer;
  border: none;
  margin-top: 2px;
  background: #555;
  border: 1px #555 solid;
  color: #fff;
  padding:10px;
  font-size: 18px;
  border-radius: 0px;
}
#availability form .checking button:hover {
  background: #000;
  border: 1px #000 solid;

}

/*Room*/
#room{
  width: 100%;
  float: left;
  padding: 50px 100px;
}
.room-container{
  text-align: center;
}
.room-container .grid-item {
	display: inline-grid;
  width: 32%;
  padding: 3px;
  margin-top: 30px;
	margin-bottom: 40px;
  margin-left: 10px;

}

.room-container img {
	display: block;
  	height: 200px;
  	width: 100%;
  -webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
}


.room-container .grid-item:hover img {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	transform: scale(1.4);
	padding: 0;
}

.room-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px 250px;
  background: #eeeeee;
}

.room_sub {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.room_sub:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.room_sub img {
  width: 100%;
  object-fit: cover;
}

.room_sub h3 {
  margin: 15px 0;
  font-size: 2rem;
  color: #333;
}

/*room-secs*/
/* Owl TWO */
.room{
	width: 100%;
	padding: 90px 100px;
	margin-top: 0px;
	float: left;
  background: #f8f5f0;;
  text-align: left;
}

#customers-testimonial {
	width: 100%;
	float: left;
  }

  .room h3{
	color: #000;
  font-family: 'Times New Roman', Times, serif;
	width: auto;
	font-weight: 500;
  text-align: center;
	margin: 0;
	font-size: 3rem;
	text-transform: capitalize;
  }
  .room h5{
    color: #000;
    width: auto;
    font-weight: 400;
    margin: 0;
    font-size: 2rem;
    text-transform: capitalize;
    }
  .room h4{
    color: #3e3e3e;
    letter-spacing: 5;
    width: auto;
    font-weight: 400;
    margin: 0;
    font-size: 1.5rem;
    text-transform: capitalize;
    }
  
  .room hr{
	width: 60%;
  float: left;
  color: #cacaca;
  }

  .room p{
    text-align: left;
    font-size: 17px;
  }
  /*End Owl 2*/

.owl-item:hover{
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
transform: scale(1.2);
padding: 0;
}
#customers-testimonial .shadow-effect {
	height: 210px;
  padding: 0px;
  }

.owl-theme .owl-controls .owl-nav .disabled{ 
	opacity: 0.5; 
	cursor: default; 
}
.owl-prev,
.owl-next {
  position:absolute;
  bottom: -20%;
  margin-left: 50px;
  transform: translateY(-50%);
}
.owl-nav {
	margin-top: 0px;
	font-size: 40px;
	color: #555;
	padding: 0px 130px;
	text-align: right;
  float: right;
  }

button.owl-next {
    float: none;
    border: 1px #555 solid;
}

.owl-nav  span {
  border: 1px #555 solid;
    width: 47px;
    height: 52px;
    display: inline-grid;
    padding: 10px;
}

.owl-item{
	background: none;
  }

button.owl-prev {
    float: none;
	margin-left: -20px;
    width: 20px;
}

.item-caption .rating{
  float: left;
  color: gold;
}
/*RoomOverlay*/
.img-area {
  width: 1457px;
  margin: 2% auto;
}

.single-img {
  position: relative;
  width: 50%;
  float: left;
  margin: 0 1%;
  overflow: hidden; /* Ensure no overflow from scaling effect */
  transition: transform .5s ease; /* Smooth scale transition */
}
.single-img img{
  width: 100%;
}

.single-img:hover {
  transform: scale(1.05); /* Scale up the image slightly */
}

.image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform .5s ease; /* Smooth scale transition for image */
}

.img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.508) 30%, rgba(0,0,0,0) 100%); 
  overflow: hidden;
  width: 100%;
  height: 200px;
  transition: height .5s ease;
}

.single-img:hover .img-overlay {
  height: 100%; /* Expand the overlay on hover */
}

.text {
  position: absolute;
  top: 80%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: left;
  padding: 20px;
  font-family: poppins;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}
.text h6{
  margin: 5px 0px;
  font-size: 1.3rem;
  color: #fff;
}
.text h6 span{
  font-size: 0.9rem;
  color: #fff;
}

.text h3 {
  font-weight: 600;
  font-size: 1.9rem;
  text-align: left;
  color: #fff;
}
.text .icons{
  width: 40%;
  float: left;
  visibility: hidden;
  transition: opacity .5s ease, visibility .5s ease;
  opacity: 0;
}
.text .icons i{
  color: #fff;
}
.text .btn{
  float: right;
  left: -10%;
  margin-top: -40px;
  position: relative;

}
.text .btn a{
  opacity: 0;
  color: #000;
  background: #ffe493;
  padding: 10px 15px;
  margin-top: 10px;
  visibility: hidden;
  transition: opacity .5s ease, visibility .5s ease;
}
.text .btn a:hover{
  border: 1px #fff solid;
  background: none;
  color: #fff;
}

.single-img:hover .text .btn a {
  opacity: 1;
  visibility: visible;
}
.single-img:hover .text .icons{
  opacity: 1;
  visibility: visible;
}


/*Room-sec*/

.owl-carousel .owl-item .room-sec{
	background: none;
	text-align: center;
  width: 100%;
	}
	.owl-carousel .room-sec .figure {
		height: 400px;
		overflow: hidden;
		position: relative;
		width: 100%;
		margin-left: 0px;
	  }
	.owl-carousel .owl-item .room-sec img{
		height: 400px;
		width: 100%;
		margin-top: 0px;
    border: none;
    border-radius: 0px;
	}
	.owl-carousel .owl-item .room-sec .figure img {
		display: block;
		width: 100%; 
    height: 100%;
    position: absolute;
    object-fit: cover;
		-webkit-transition: all 300ms;
		-moz-transition: all 300ms;
		transition: all 300ms;
    padding: 0px;
    margin: 0px;
	  }
	
	  .owl-carousel .owl-item .room-sec .figure:hover img {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	/*Figure*/
	
  .owl-carousel .owl-item  figcaption {
    background: #00000047;
    color: white;
    display: table;
    height: 100%;
    width: 100%;
    left: 0;
    
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
  }
  .owl-carousel .owl-item  figcaption a{
    opacity: 0;
  }
   .owl-carousel .owl-item:hover figcaption a{
    opacity: 1;
  }
  
   .owl-carousel .owl-item:hover figcaption p {
    -moz-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
	.room-link{
    float: left;
    margin-top: 30px;
  }
  .room-link a{
    text-align: left;
    font-size: 20px;
    background: #0b003d;
    color: #fff;
    padding: 10px 20px;
    border: 2px #0b003d solid;
  }
  .room-link a:hover{
    border: 2px #0b003d solid;
    color: #0b003d;
    background: none;
  }

  /*Banner Section*/
  /*Food*/
  #food{
    width: 100%;
    float: left;
  }
  #food .food_sec_1{
    width: 100%;
    float: left;
    padding: 20px 150px;
  }
  #food .food_sec_2{
    width: 100%;
    float: left;
    padding: 20px 150px;
    background: #f8f8ef;
  }
  #food .food_sec_1 .food-container{
    width: 50%;
    padding: 20px;
    float: left;
  }
  #food .food_sec_1 .food-container h2{
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 500;
    margin: 0px;
  }

  #food .food_sec_1 .food-container ul  h3{
    font-size: 1.4rem;
    margin: 10px;
  }
  #food .food_sec_1 .food-container ul li{
    list-style:disc;
  }
  #food .food_sec_1 .food-container ul li span{
    font-weight: 600;
    color: #000;
  }
  .food_sec_1 .slide_food{
    width: 50%;
    float: right;
  }
  .food_sec_1 .slide_food .shadow-effect{
    padding: 0px;
    margin: 0px;
  }
  /*Section 2*/
  
  #food .food_sec_2 .food-container{
    width: 50%;
    padding: 20px;
    float: right;
  }
  #food .food_sec_2 .food-container h2{
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 500;
    margin: 0px;
  }

  #food .food_sec_2 .food-container ul  h3{
    font-size: 1.4rem;
    margin: 10px;
  }
  #food .food_sec_2 .food-container ul li{
    list-style:disc;
  }
  #food .food_sec_2 .food-container ul li span{
    font-weight: 600;
    color: #000;
  }
  .food_sec_2 .slide_food{
    width: 50%;
    float: left;
    margin-top: 2%;
  }
  .food_sec_2 .slide_food .shadow-effect{
    padding: 0px;
    margin: 0px;
  }


  /*Room Banner*/
  #room_banner{
    width: 100%;
    height: 600px;
    float: left;
    margin-top: -100px;
    padding: 0px;
    background-image: url("../img/room/bed.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    z-index: 9;
  }
  #room_banner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.4;
    z-index: -10;
  }

 #gallery_banner3{
  width: 100%;
  height: 600px;
  float: left;
  margin-top: -5%;
  padding: 0px;
  background-image: url("../img/room/bed.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  z-index: 9;
}
#gallery_banner3:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  z-index: -10;
}
#contact_banner1{
  width: 100%;
  height: 600px;
  float: left;
  margin-top: -100px;
  padding: 0px;
  background-image: url("../img/slider/in-bed.jpg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  z-index: 9;
}
#contact_banner1:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  z-index: -10;
}

  #room_banner h1, #room_banner3 h1,#gallery_banner3 h1, #contact_banner1 h1{
  margin-top: 20%;
  color: #fff;
  font-weight: 400;
  font-size: 4.5rem;
  padding: 30px;
  }

  /*Offer*/
  /* Offer Page Styling */
#offer-page {
  padding: 50px 250px;
  background-color: #f9f9f9;
  text-align: center;
}

#offer-page h2 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 1rem;
}

#offer-page p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 2rem;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  width: 100%;
  justify-items: center;
}

.offer-item h4{
  font-size: 1.6rem;
  margin: 10px 0px;
  background-color: #efefef;
  color: #000;
  font-weight: 400;
  padding: 10px 5px;
}
.offer-item img {
  width: 100%;
  max-width: 500px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}

.offer-item img:hover {
  transform: scale(1.05);
}


  /* Offer Page Styling */
  #food-page {
    padding: 50px 150px;
    text-align: center;
    width: 100%;
    float: left;
  }
  #food-page  .room-link{
    text-align: center;
    width: 100%;
    float: left;
  }
  #food-page h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 1rem;
  }
  
  #food-page p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 1rem;
  }
  #food-page .container_2{
    width: 100%;
    float: left;
    margin-top: 10%;
  }
  .food-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    width: 100%;
    justify-items: center;
  }
  .food-desc{
    width: 100%;
    margin: 10px 0px;
    background-color: #efefef85;
    border-radius: 10px;
    padding: 10px 5px;
    float: left;
  }
  .food-item .food-desc h4{
    font-size: 1.6rem;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
  }
  .food-desc h5.price{
    font-size: 1.5rem;
    margin: 0;
    color: #000;

  }
  .food-item img {
    width: 100%;
    max-width: 500px;
    height: 300px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    overflow: hidden;
  }
  
  .food-item img:hover {
    transform: scale(1.05);
  }
  /*Room Banner*/
  #about_banner1 .showcase{ 
    width: 100%;
    height: 600px;
    float: left;
    margin-top: -90px;
    padding: 0px;
    background-image: url("../img/room/bed.jpg");
    background-position: top;
    background-size:cover;
    background-repeat: no-repeat;
    text-align: left;
    position: relative;
    z-index: 1;
  }
  #about_banner1 .showcase:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.6;
    z-index: -10;
  }
  #about_banner1 .showcase h1{
    margin-top:250px;
    color: #fff;
    font-size: 55px;
    padding: 30px;
    }
    #about_banner1 .showcase p{
      color: #fff;
      margin-top: -90px;
      font-size: 25px;
      padding: 20px;
    }
    .sub_nav{
      width: 100%;
      float: left;
      padding: 15px 60px;
      background: #e6e6e6;
    }
    .sub_nav li{
      display: inline-block;
      font-size: 17px;
      padding-left: 10px;
    }
  /*Room Service*/
  #room-list{
    width: 100%;
    float: left;
    padding: 80px 60px;
  }
  #room-list h3{
    font-size: 50px;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    color: #090032;
    margin-top: -30px;
    margin-bottom: 80px;
  }
  #room-list .room_grid, #room-list .room_grid2{
    width: 100%;
    display: inline-grid;
    margin-left: 0px;
    margin-top: 50px;
    margin-bottom: 0px;
    padding: 0px 20px;
    box-shadow: rgba(168, 168, 168, 0.2) 0px 2px 8px 0px;
  }

.facility-grid {
  padding: 10px 5px;
}

.facility-item {
  display: inline-grid;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.facility-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.facility-item i {
  font-size: 1.3rem;
  color: #090032;
  letter-spacing: 10px;
  margin-bottom: 10px;
}


  #room-list .room_grid .room-img{
    width: 50%;
    float: right;
  }
  #room-list .room_grid2 .room-img{
    width: 50%;
    float: left;
  }
  #room-list .room_grid img,  #room-list .room_grid2 img{
    width: 100%;
    height: 400px;
  }
  #room-list .room_grid .room-contents{
    width: 50%;
    float: left;
    padding: 40px;
    text-align: left;
  }
  #room-list .room_grid2 .room-contents{
    width: 50%;
    float: right;
    padding: 40px;
    text-align: left;
  }
  #room-list .room_grid h2,  #room-list .room_grid2 h2{
    font-size: 50px;
    font-weight: 600;
    color: #000;
    margin: 2px 0px;
  }
  #room-list .room_grid h2 span{
    font-size: 20px;
  }
  #room-list .room_grid table,#room-list .room_grid2 table {
    width: 50%;
    border-collapse: collapse;
}
#room-list .room_grid th,   #room-list .room_grid td,#room-list .room_grid2 th,   #room-list .room_grid2 td {
    border: none;
    padding: 8px;
    text-align: left;
    width: 30%;
}
#room-list .room_grid th,#room-list .room_grid2 th {
    background-color: #f4f4f4;
}

  #room-list .room_grid h4, #room-list .room_grid2 h4{
    font-size: 25px;
    margin: 0px 2px;
    font-weight: 600;
    color: #000;
    float: right;
    line-height: 1;
    text-align: center;
  }
  #room-list .room_grid h4 span,#room-list .room_grid2 h4 span{
    font-size: 18px;
    color: #555;
    font-weight: 300;
    font-style: italic;
  }

  #room-list .room_grid .rating{
    margin-bottom: -20px;
    text-align: left;
  }
  #room-list .room_grid .rating i,  #room-list .room_grid2 .rating i{
  color: gold;

  }

#room-list .room-btn{
  width: 50%;
  margin-bottom: -25px;
}

#room-list .room-btn h3{
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 400;
  margin: 0;
  background-color: #090032;
  border: 1px #090032 solid;
  padding: 15px;
  border-radius: 10px;
}
#room-list .room-btn h3:hover{
  border: 1px #cda52c solid;
  background: #cda52c;
  color: #090032;
}

/*Room Details */
#full-room{
  width: 100%;
  float: left;
  padding: 20px 80px;
}
#full-room .room_grid{
  width: 100%;
  float: left;
  padding: 30px;
}

#full-room .room_grid .facility-room{
  width: 65%;
}
#full-room .room_grid .facility-room h3{
  font-size: 30px;
  font-weight: 400;
  margin-bottom: -20px;
}
#full-room .room_grid .facility-room ul{
  width: 50%;
  float: left;
  padding: 10px 5px;
  text-align: left;
  margin-bottom: 90px;
}
#full-room .room_grid .facility-room ul li{
 font-size: 17px;
 width: 100%;
 color: #555;
 list-style: disc;
 float: left;
 margin-left: 10px;
 margin-bottom: 10px;
 padding: 5px;
}

#full-room .room-right{
  width: 30%;
  float: right;
  text-align: center;
  margin-top: -40px;
  z-index: 200;
  background: #000;
  position: relative;
}
#full-room .room-right .rating i{
  color: gold;
}
#full-room .room-right .room-content{
  border-radius: 10px;
  padding: 5px 30px;
  margin-top: 10px;
}

#full-room .room-right .room-content h3{
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  margin: 0px;
  padding: 5px;
}

#full-room .room-right .room-content h5{
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  margin: 0px;
  padding: 5px;
}

#full-room .room-right .room-content h2{
  color: #ffff;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 600;
  margin: 0px;
  padding: 5px;
}
#full-room .room-right .room-content h2 span{
  font-size: 23px;
  font-weight: 600;
}

#full-room .room-right .room-content h4{
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

#full-room .room-right .room-content h4 a{
  color: #cda52c;
}
#full-room .room-right .room-content .call_action a{
  background: #cda52c;
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
}
#full-room .room-right .room-content .call_action a:hover{
  background: none;
  border: 1px #cda52c solid;
  color: #cda52c;
}
#full-room .room-right  .room-content h3 span{
  font-size: 18px;
}
div#total-amount {
  margin-top: 10px;
}
h3#total{
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 10px;
}

div#night {
  font-size: 1.5rem;
  font-weight: 600;
}

#full-room .room-right-sub{
  width: 100%;
  float: left;
  padding: 30px;
}
#full-room .room-right-sub h2{
  font-size: 30px;
  font-weight: 500;
}
#full-room .room-right-sub label{
  width: 100%;
  float: left;
  font-size: 16px;
  padding: 10px 0px;
  color: #3a3a3a;
}
#full-room .room-right-sub input{
  width: 100%;
  padding: 15px;
  margin: 0;
  border: 1px #555 solid;
  outline: none;
}
#full-room .room-right-sub button{
  width: 100%;
}
#full-room .room-right-sub textarea{
  max-width: 100%;
  min-width: 100%;
  max-height: 300px;
  min-height: 200px;
  padding: 10px;
}
#full-room .room-right-sub .form-details .form-grid .fm-grd{
  width: 100%;
  float: left;
}
#full-room .room-right-sub .form-details .form-grid{
  width: 48%;
  float:none ;
}
#full-room .room-right-sub .form-details .form-grid2{
  width: 48%;
  float:right;
}

#full-room .room-right-sub .form-details select{
  font-size: 20px;
}

#full-room .room-right-sub button{
  width: 30%;
  background: #000;
  color: #fff;
  padding: 10px;
}
#full-room .room-right-sub button:hover{
  color: #000;
  background: none;
  border: 2px #000 solid;
}
/*About US Page*/
#About_us_home{
  margin: 0px;
  padding: 50px 100px;
  width: 100%;
  float: left;
}
#About_us_home h2 {
  width: auto;
  font-size: 50px;
  font-weight: 500;
  margin-top: 60px;
  float: left;
  color: #082e07;
}
#About_us_home h3 {
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  float: left;
  color: #082e07;
}
#About_us_home .img_container{
  width: 40%;
  float: right;
}
#About_us_home .img1{
  width: 80%;
  float: right;
  margin-top: -50px;
}
#About_us_home .img2{
  width: 80%;
  float: left;
  margin-top: -50px;
}
#About_us_home img{
  width: 100%;
}
#About_us_home .about_us_container .about_content{
  width: 50%;
  float: left;
  margin-top: -30px;

}
#About_us_home .ourmission{
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 60px;
  padding: 20px;
}
#About_us_home .our_mission_vision{
  width: 45%;
  margin: 20px;
  height: 300px;
  background: #cda52c;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: inline-grid;
  padding: 30px;
}

#About_us_home .our_mission_vision h3{
  font-size: 35px;
  font-weight: 600;
  margin: 0;
}
#About_us_home .why-us{
  text-align: center;
  margin-top: 50px;
  width: 100%;
  float: left;
}
#About_us_home .why-us h3{
  font-size: 35px;
}
#About_us_home .why-us .choose-us{
  width: 30%;
  height: 280px;
  margin: 10px;
  text-align: left;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: inline-grid;
  padding: 20px;
}

#About_us_home .why-us .choose-us i{
  font-size: 38px;
  color: #000;
}
#About_us_home .why-us .choose-us h4{
  font-size: 25px;
  margin: 11px;
  margin: 0;
  font-weight: 500;
  margin-bottom: -20px;
}

.about_us_con{
  width: 100%;
  float: left;
  padding: 20px 100px;
}
.about_us_con h4{
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
}

/*EventSlide*/
#event_home{
  width: 100%;
  float: left;
  padding: 50px 100px;
  margin-top: 50px;
}
#event_home .fa-star{
  color: gold;
  margin: 0;
}
#event_home .events{
  width: 45%;
  float: left;
}
#event_home h4{
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
}
#event_home .events h2{
  font-size: 40px;
  color: #000;
  line-height: 1;
}
#event_home .events h3{
  font-size: 1.5rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 1;
}
#event_home .events ul{
  padding: 0px;
}
#event_home .events ul li{
 font-size: 17px;
 color: #555;
 font-weight: 500;
}
#event_home .events ul li i{
  color: #cda52c;
}
#event_home .events a{
  display: block;
  color: #000;
  font-family:'Times New Roman', Times, serif ;
  font-size: 30px;
  margin: 10px;
  padding: 5px 10px;
}

#event_home .events a:hover{
  color: #cda52c;
}

#event_home .slide_event{
  width: 50%;
  margin-top: 80px;
  float:right;
}
#event_home .slide_event .shadow-effect{
  padding: 0px;
}
#event_home .slide_event .owl-carousel .owl-item .room-sec img{
  height: 480px;
  width: 100%;
  margin: 0px;
}
/*Accord*/
.accord1 button{
	font-size: 25px;
  background: #f3f3f3;
  border-radius: 30px;
}
.accord1 button i{
  margin-left: 50px;
}
.accordion {
	border: 2px #b9b9b9 solid;
	color: #333;
  cursor: pointer;
  padding: 18px;
margin-bottom: 20px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accord1 button:hover, .accordion:hover {
  background-color: #eee;
	color: #000;
	border: 2px #000 solid;
}

.accordion:after {
  content: '\002B';
  color: #333;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active-accord:after {
  content: "\2212";
}

.accordion span{
	font-size: 25px;
	font-weight: 400;
	padding: 30px;
}
.accordion p li{
	list-style-type: upper-roman;
}
.panel {
  padding: 0 18px;
  max-height: 0;
  margin-bottom: 500;
background: #eeeeee73;
  width:100%;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel p {
	line-height: 2;
}
.panel p a{
	color: #001d69;
	font-weight: 800;
}


.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

  /*Facilities*/
  #facilities{
    width: 100%;
    float: left;
    padding: 0px;
  }
  
  #facilities .facilities-container{
    background-image: url("../img/room/bed.jpg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
    width: 100%;
    height: 400px;
    float: left;
    position: relative;
    z-index: 9;
  }
  #facilities .facilities-container:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.6;
    z-index: -10;
  }
  #facilities .fac_con{
    padding: 80px 0px;
   }

   #facilities .fac_con2{
    float: left;
    padding: 80px 50px;
   }

  #facilities .facilities-container h3{
    font-size: 50px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 500;
    color: #fff;
  }
  #facilities .facilities-container .room-link{
    width: 100%;
    text-align: center;
    margin-top: -30px;
  }
  #facilities .facilities-container a{
    text-align: center;
    background: gold;
    border: 2px gold solid;
    color: #000;
  }
  #facilities .facilities-container .room-link a:hover{
    border: 2px gold solid;
    color: gold;
    background: none;
  }

  
  /*Second*/
  
/*Services*/
#service{
  margin: 0;
	width: 100%;
	float: left;
  padding: 90px;
	margin-top: 10px;
  background: #fffefc;
}
.service_image{
  width: 50%;
  float: left;
}
.service_image img{
  width: 100%;
  object-fit: cover; 
  display: block;
  height: 750px;
}
.service_lef{
  width: 50%;
  float: right;
  padding: 30px;
}
.service_lef .service_caption{
  text-align: center;
}
.service_lef .service_caption h2{
  font-size: 3rem;
  margin: 0;
  color: #000;
}

.service {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin: 0 auto;
  padding: 0 1rem;
}


.service p.se_p{
  padding: 0px 300px;
}

#service .services-grid i{
  font-size: 50px;
  color: #000;
}
#service .services-grid h3{
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  color: #000;
}


#thank-you-page {
  text-align: center;
  padding: 50px;
  max-width: 600px;
  margin: 0 auto;
}

#thank-you-page  h1 {
  font-size: 2em;
  color: #000;
  margin-bottom: 20px;
}

#thank-you-page  #thank-you-page  p {
  font-size: 1em;
  line-height: 1.6;
}

.confirmation-message {
  margin-top: 20px;
}

.return-btn {
  margin-top: 30px;
  padding: 10px 20px;
  background-color: #000;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 1em;
  border-radius: 5px;
}

.return-btn:hover {
  background-color: none;
}

.social-media-links {
  margin-top: 30px;
  font-size: 1rem;
}

.social-media-links a {
  color: #000;
  text-decoration: none;
  margin: 0 5px;
}

.social-media-links a:hover {
  text-decoration: underline;
}
 

/*Reserve*/
#reserve{
  width: 100%;
  float: left;
  padding: 50px 200px;
}
#reserve .reserve-container{
  border: 1px #dcdcdc solid;
  box-shadow: rgba(0, 0, 0, 0.45) 0 25px 20px -20px;
  width: 100%;
  float: left;
  padding: 20px 50px;
  text-align: center;
}
#reserve .r-txt{
  width: 50%;
  float: left;
}
#reserve .r-txt h2{
  font-size: 30px;
  font-weight: 400;
}
#reserve .r-num{
  float: right;
  margin-top: 30px;
}
#reserve .r-num a{
  font-size: 25px;
  background: #090032;
  color: #fff;
  padding: 10px 30px;
  border-radius: 10px;
}
#reserve .r-num a:hover{
border: 1px #090032 solid;
background: none;
color: #090032;
}
/*About*/
.about-area h1,
.mu-page-breadcrumb-area h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  margin-top: 12%;
}

.about-area li,
.mu-page-breadcrumb-area li {
  display: inline-block;
  color: rgb(255, 255, 255);
  margin-left: 20px;
  margin-top: -50px;

}
.about-area li a,
.mu-page-breadcrumb-area li a {
  color: #00deff;
  font-size: 20px;
}
.about-area li a:hover,
.mu-page-breadcrumb-area li a:hover {
  color: #ffffff;
}
@media(max-width: 320px) {
  }

/*==================
breadcrumb  END
====================*/

#about-home {
  padding: 90px;
  float: left;
  width: 100%;
  z-index: 2;
}
#about-home .about-1 {
  background: #f9f9ff;
  float: left;
  width: 100%;
  z-index: 300;
  box-shadow: rgba(0, 0, 0, 0.45) 0 25px 20px -20px;
}

#about-home .about-1 img {
  width: 50%;
  height: 500px;
  background: #e8e8e8;
  float: left;
  z-index: -50;
}
#about-home .about-1 .about_home{
  margin-top: 5%;
  position: relative;
}
#about-home .about-1 .about_home h1 {
  margin-top: 60px;
  font-size: 55px;
  line-height: 52px;
  color: #000;
  font-weight: lighter;
  font-family: "HeleneHess-Regular";
}

#about-home .about-1 .about_home h2 {
  margin-top: 0px;
  margin: 0px;
  font-size: 55px;
  color: #000;
  font-weight: lighter;
  font-family: "HeleneHess-Regular";
}


#about-home .about-1 .about_home h4 {
  margin: 0px;
  font-size: 26px;
  color: #000;
  font-weight: lighter;
  font-family: "HeleneHess-Regular";
}

#about-home .about-1 .about_home h3{
  font-size: 50px;
  font-weight: 500;
  margin-top: -20px;
  line-height: 1;
  margin-bottom: 40px;
}

#about-home .about-1 .about_home {
  width: 45%;
  padding: 10px;
  float: right;
  line-height: 2;
}


#about-home .about-1 .about_home a {
  font-size: 20px;
  background: #0b003d;
  color: #fff;
  padding: 8px 20px;
  text-transform: capitalize;
}

#about-home .about-1 .about_home a:hover{
  background: none;
  border: 1px #0b003d solid;
  color: #0b003d;
}

/*Portifiolo*/
#gallery{
  width: 100%;
  float: left;
  padding: 50px;
  text-align: center;
}
#gallery hr{
  width: 50%;
}

#gallery h4{
  font-size: 30px;
  margin: 0px;
}

#gallery .photo .photo-grid{
  margin-bottom: 20px;
  overflow: hidden;
}
#gallery .room-link{
  width: 100%;
  float: left;
  text-align: center;
}

#gallery .photo img:not(:last-child) {
  margin-bottom: 1rem;
}

#gallery .photo img {
  cursor: pointer;
  transition: opacity 400ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}

#gallery .photo img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}


#gallery .photo img {
  animation: rise 400ms ease-out backwards;
  animation-play-state: paused;
  animation-delay: 300ms;
}

/* MEDIA QUERIES */
/* Tablets */
@media screen and (min-width: 480px) {
  .photo {
    padding: 2rem 10% 10%;

  }
}

/* Small Screens, laptops */
@media screen and (min-width: 768px) {
  /* HEADER */
 
  
  /*  SECTION */
  .photo {
    columns: 2;
    column-gap: 1rem;
    padding: 2rem 2% 10%;
  }
}

/* Desktop, large screens */
@media screen and (min-width: 1024px) {
  .photo {
    columns: 3;
    column-gap: 1rem;
    padding: 2rem 5% 0%;
  }
}

/** FAQss **/
#accord1 .donate {
  width: 45%;
  float: left;
  font-size: 30px;
  font-weight: 300;
  padding: 30px;
  margin-top: -40px;
}

#accord1 .donate h3 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 0;
  font-weight: 300;
}

#accord1 .donate img {
  width: 100%;
}

#accord1 {
  background: #eee;
  margin-bottom: 10px;
  padding: 90px;
  float: left;
  width: 100%;
}
#accord1 .accord {
  width: 50%;
  float: right;
}

#accord1 .accord button {
  font-size: 15px;
}
.accord .accordion span {
  font-size: 25px;
  font-weight: 400;
  padding-left: 20px;
}

#accord1 .accord h3 {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}

.accord .accordion {
  border: 1px #777777 solid;
  color: #303030;
  cursor: pointer;
  padding: 18px;
  border-radius: 0;
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.accordion .active,
.accordion:hover {
  background-color: #17c416;
  color: white;
}
.accordion:after {
  content: '\002B';
  color: #000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.accordion.active:after {
  content: "\2212";
  color: #ffff;
}

.accord .accordion span {
  font-size: 12px;
  padding: 10px;
}
.accord .accordion p li {
  list-style-type: upper-roman;
}
.accord .accordion:hover{
  color: #000;
}
.accord .panel {
  padding: 0 18px;
  max-height: 0;
  background: #ffffff;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accord .panel p {
  line-height: 2;
  font-size: 14px;
  padding: 20px;
}
.accord .panel p a {
  background: #001d69;
  color: white;
  padding: 6px 20px;
  border-radius: 20px;
  float: left;
  margin-top: 10px;
  margin-bottom: 30px;
}

/**Contact **/
#contact {
  margin-top: 50px;
  padding: 0px 150px;
  top: 20%;
  float: left;
  width: 100%;
}
.contact-capt{
  text-align: center;
}
.reservation {
  width: 60%;
  margin: 30px;
  float: left;
}

.contact {
  margin-top: 90px;
  left: 90px;
}
#full-room .contact {
  margin-top: 0px;
  left: 90px;
}

.contact .split .cont-f{
  width: 100%;
  float: left;
}
.contact .split{
  width: 49%;
  float: none;
}.contact .split .cont-f #room {
  width: 100%;
  float: left;
  padding: 15px;
}

.contact span{
  float: left;
  color: red;
  font-size: 12px;
}
.contact .split2{
  width: 49%;
  float: right;
}
select {
  width: 100%;
  float: left;
  padding: 15px;
  border: none;
  font-size: 14px;
  border: 1px #555 solid;
}

form button {
  cursor: pointer;
  border: 1px #fff solid;
  font-size: 20px;
  padding: 10px 20px;
  color: #fff;
  border-radius: 10px;
  background-color: #000;
}
form button:hover {
  color: #000;
  background-color: white;
  border: 1px #000 solid;
}
.btn-form{
 margin-top: 0px;
 text-align: center;

}
.btn-form button{
  padding: 10px 30px;
  font-size: 35px;
  background: #000;
  color: #cda52c;
  border: 2px #cda52c solid;
}
.btn-form button:hover{
  background: #cda52c;
  color: #090032;
  border: 2px #090032 solid;
}
.modal {
  display: none; 
  position: fixed;
  z-index: 300;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5); 
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  border-radius: 10px;
}

  .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  z-index: 320;
}

/* Form Inputs */

.contact form, .reservation form{
  min-height: 400px;
}

.contact .form, .reservation .form, .reservation select {
  outline: none;
  border: 1px solid rgb(99, 99, 99);
  border-radius: 3px;
  width: 100%;
  padding: 14px 10px;
  font-weight: 300;
  font-size: 15px;
  margin: 10px auto;
  background: #f4f4f4;
}
.form-btn1 span{
  font-size: 16px;
  display: none;
  color: red;
}
.form-btn {
  padding: 15px 20px;
  font-size: 20px;
  font-family: 'montserratbold';
  font-weight: normal;
  color: white;
  margin-top: 10px;
  height: auto;
  width: 35%;
  -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0;
  -moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0;
  transition: all 2000ms cubic-bezier(.19,1,.22,1) 0;
}

.address  {
  width: 100%;
  float: left;
  margin-top: 80px;
  padding: 20px;
  text-align: center;
}
.address1{
  width: 33%;
  display: inline-grid;
}
.address .address1 p{
  line-height: 0.5;
  text-align: left;
}
.address .address1 h3 {
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  color: #090032;
  text-align: left;
}

.address a {
  text-align: left;
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
.address ul li a i{
  margin-left: 0px;
  font-size: 25px;
}
.address a:hover {
  color: #090032;
}
.address1 ul{
  margin: 0px;
  padding: 0px;
}
.address1 ul li {
  letter-spacing: 5px;
  display: inline-block;
  list-style: none ;
  color: #4b4b4b;
  padding: 0px;
  margin: 10px;
  font-size: 20px;
}
.address1 ul li a{
  margin: 0px;
}
.address a i:hover,
.address ul li a:hover {
  color: #090032;
}
.address h3 {
  margin-top: 20px;
  font-size: 25px;
  font-weight: bold;
  color: #090032;
}
.address1 a i {
width: auto;
display: inline-flex;
}


 .new-btn span{
	display: none;
	margin-top: 10px;
	margin-left: 40px;
	font-size: 16px;
}

.link_btn{
  text-align: center;
}

/** testimonials **/
#testimonail-area {
  float: left;
  width: 100%;
  padding: 80px 10px;
    margin-top: 0px;
    background-image: url("../img/gallery/west-home-hotel24.webp");
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    text-align: left;
    position: relative;
    z-index: 9;
  }
  #testimonail-area:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    z-index: -10;
  }
#testimonail-area .active,
.accordion:hover {
  background: none;
  color: white;
}

#testimonail-area .testimonials h3 {
  font-size: 40px;
  text-align: center;
  color: #ffe493;
  font-weight: 400;
  margin-bottom: 30px;
}

#testimonail-area .item p {
  color: #555;
  font-size: 15px;
}
.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ECECEC;
  box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect a {
  font-family: inherit;
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px;
  font-weight: 300;
}
.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}

#customers-testimonials .item {
  text-align: center;
  padding: 0px;
  margin-bottom: 20px;
  opacity: 0.2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #ffe493;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #ffe493;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}
/**Start of Blog **/
#blog {
  display: none;
  margin-top: 10px;
  float: left;
  width: 100%;
  padding: 70px;
  background-color: #ffffff;
}

#blog h2 {
  text-align: center;
  margin-bottom: 50px;
  color: #010;
  font-size: 40px;
  font-weight: 300;

}
.blog_news {
  width: 30%;
  display: inline-grid;
  margin-left: 30px;
  margin-bottom: 50px;
  box-shadow: 5px 5px 10px grey;

}
.blog_news .blog-content {
  padding: 10px;
}
.blog_news .blog-content h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.blog_news .blog-content h3:hover {
  color: #090032;
}
.blog_news img {
  width: 100%;
  height: 230px;
  margin-top: -20px;
  margin-left: 0;
}

.blog_news p {
  font-size: 15px;
}

#blog span a {
  display: inline-block;
  margin-left: 30px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 5px 20px;
  background: #17c416;
}
#blog span a:hover {
  background: #fff;
  color: #17c416;
  border: 1px #17c416 solid;
}
.blog_news a:hover {
  color: #3face4;
}

.blog_news h3 a {
  font-size: 18px;
  color: #000;
  text-align: left;
}

.blog_news a p {
  font-size: 16px;
}
/**End of Blog **/

/*Book*/

main {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  width: 100%;
  float: left;
}

#booking-form {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 400px;
}

#booking-form h2 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  color: #007bff;
}

#booking-form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

#booking-form input, #booking-form select {
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
}

#booking-form button {
  width: 100%;
  padding: 0.75rem;
  background-color: #007bff;
  border: none;
  color: white;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 4px;
}

#booking-form button:hover {
  background-color: #0056b3;
}

/*scrollToTop*/
button.back-to-top{
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
	height: 0px;
  width: 0px;
  overflow: hidden;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
  color: transparent;
	clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
	bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus{
  outline: 0 !important;
}
button.back-to-top::before,
button.back-to-top::after {
  content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #090032;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
  border-radius:20px;
  visibility: hidden;
}
button.back-to-top.show::after,
button.back-to-top.show::before{
  visibility: visible;
}
button.back-to-top::after {
  border-bottom-color:#fff;
      position: relative;
  top:-24px;
}
button.back-to-top.show {
  display: block;
  background: #fff;
  color: #00ab6c;
  font-size: 25px;
  right: 25px;
	bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
	box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

/*Footer*/

body,
html {
  height: 100%;
}

ul {
  list-style: none;
}
a {
  text-decoration: none;
}
.flex-rw {
  display: flex;
  flex-flow: row wrap;
}

footer {
  background-color: #1b1b1b;
  width: 100%;
  padding: 10px 50px;
}
.footer-list-top {
  margin: 10px 10px 10px 20px;
  width: 20%;
}
.footer-list-top:nth-child(2){
  width: 30%;
}
.footer-list-top:nth-child(3){
  width: 40%;
}
.footer-list-top h4 {
  font-family: sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 20px;
  margin: 0;
  color: gold;
  margin-left: -10px;
  margin-top: 30px;

}
.footer-list-top form {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  text-align: center;
}
.footer-list-top form input{
  color: #fff;
  border: none;
}

.footer-list-top form input[type="email"] {
  padding: 20px 40px 20px 20px;
  font-size: 16px;
  border-bottom: 2px white solid;
  border-radius: 0px;
  background: none;
  outline: 0px;
  height: 50px;
  width: 100%;
}
.footer-list-top form button {
  width: 30%;
  background: none;
  margin-top: 30px;
  color: #fff;
}
.footer-list-top form button:hover{
  border: 2px #cda52c solid;
}
.footer-list-top > li a {
  font-family: sans-serif;
  width: 100%;
  font-size: 16px;
  color: #ebebeb;
  line-height: 30px;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
}
.footer-list-top a:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
  text-decoration: underline;
}

.footer-list-top p {
  font-family: sans-serif;
  font-size: 16px;
  color: #f1f1f1;
  width: 100%;
  line-height: 18px;
}
.footer-list-top p i,.footer-list-top li a i {
  margin-right: 10px;
  color: #fff;
}
.footer-list-top p i a {
  font-size: 12px;
}
.footer-list-anchor {
  font: 1.3em "Open Sans", sans-serif;
}
.footer-list-top .social {
  font-size: 16px;
}

.footer-list-top form span{
  font-size: 15px;
  color: #fff;
  letter-spacing: 0;
}

.footer-list-top .social li a {
  color: #777777;
}
.footer-list-top .social li a:hover {
  color: #17c416;
}

.footable {
  padding: 0 80px;
  background-color: #000000;
  width: 100%;
  float: left;
}
.foot1 {
  width: 60%;
  float: left;
}
.foot2 {
  float: right;
  line-height: 50px;
}
.foot2 a i{
  letter-spacing: 30px;
  font-size: 19px;
  color: #e7e7e7;
}
.foot1 p,.foot1 p a{
  color: #e7e7e7;
}
.foot2 a i:hover {
  color: #e7e7e7;
}
