@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

body{
font-family: "Mulish", sans-serif;	
overflow-x:hidden;
}

body{
	overflow-x:hidden;
}

* {
    margin: 0;
    padding: 0;
   
}


h1, h2, h3, h4, h5, h6{
	 font-family: "Playfair Display", serif;
}

p{
   font-size: 16px;
    line-height: 28px;	
	font-family: "Mulish", sans-serif;	
}

.bg {
		background:#edebe5;
	}

.section-padding {
	padding:60px 0;
}

.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.active {
	 color: #d6a247 !important;
    font-weight: 700 !important;
}
.top-bar {
	background:#d6a247;
	max-width:100%;
}

.btn-reservation {
	right:20px;
	top:70%;
	transform:translateY(-50%);
	background:#d6a247;
	color:#fff;
	width: 160px;
}

.btn-reservation:hover{
	background:#434343;
	color:#fff;
}

.navbar-light .navbar-nav .nav-link{
	padding: 0 15px;
	color: #000;
    font-size: 15px;
    font-weight: 600;
	font-family: "Mulish", sans-serif;
}

header{
    max-width: 85%;	
	    margin: auto;
	
}

.main-header {
		box-shadow: 0 5px 4px rgba(0, 0, 46, .2);
}

.logo {
	padding:5px 0;
}

.logo img{
	max-height:60px;
	
}

.carousel-item {
  height: 80vh;
  position: relative;
}
.carousel-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transform: scale(1.1);
  animation: zoomOut 3s ease-in-out;
}
@keyframes zoomOut {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}


.booking-form {
	position: relative;
    top: -89px;
	    margin-bottom: -89px;
}

#widgetform{max-width: 516px;
    margin: auto;
    
    background: #fff;}
#widgetform table{border: 3px solid #d6a247;}
#widgetform a{background: #d6a247;margin-top: 32px;}

#widgetform label{
	
}



.welcome-section h1{
	text-align:center;
	    font-size: 30px;
}
.welcome-section h5{
	text-align:center;
	margin-bottom:20px;
	font-family: "Mulish", sans-serif;
}

.welcome-section p{
	text-align:center;
}

.gallery {
      display: grid;
      /* Define three equal columns with 15px gaps */
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 15px;
      
      /* These grid areas map out the custom layout */
      grid-template-areas:
        "a a b"
        "a a c"
        "d e f"
        "g g g";
    }
    .gallery-item {
      overflow: hidden;
    
    }
    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.3s ease;
    }
    .gallery-item:hover img {
      transform: scale(1.05);
    }
    /* Map each image (item) to its grid area */
    .gallery-item:nth-child(1) { grid-area: a; }
    .gallery-item:nth-child(2) { grid-area: b; }
    .gallery-item:nth-child(3) { grid-area: c; }
    .gallery-item:nth-child(4) { grid-area: d; }
    .gallery-item:nth-child(5) { grid-area: e; }
    .gallery-item:nth-child(6) { grid-area: f; }
    .gallery-item:nth-child(7) { grid-area: g; }

    /* Responsive: On smaller screens, stack the items in one column */
    @media (max-width: 768px) {
      .gallery {
        grid-template-columns: 1fr;
        grid-template-areas:
          "a"
          "b"
          "c"
          "d"
          "e"
          "f"
          "g";
      }
    }
	
	.rooms h2{
		text-align:center;
		margin-bottom:30px;
	}
	
	.room-div img{
		width:100%;
	}
	
	.room-div{
		box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
		padding:20px;
		background:#fff;
	}
	
	.room-content {
		padding:10px;
		background:#fff;
		padding-bottom:0;
	}
	
	.room-content ul{
		padding-left:20px;
	}
	
	
	.btn-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
	
	
.btn-container .btn {
    flex: 1;
    margin: 5px;
}	
.btn-outline-secondary {
    color: #bd9743;
    border-color: #d6a247;
    padding: 10px;
    transition: .5s;
}

.details-btn {
	border: solid 1px #d6a247;
    color: #d6a247;
}

.details-btn:hover{
	background: #d6a247;
    color: #fff;
}

.book-btn {
	 background: #d6a247;
    color: #fff;
}

.book-btn:hover{
	border: solid 1px #d6a247;
    color: #d6a247;
	background:#fff;
}
	
.facilities img{
	width:100%;
}	

.facilities p{
	text-align:justify;
	margin-bottom:20px;
}	

.facilities a{
	 background: #d6a247;
    color: #fff;
    padding: 10px 30px;
	text-decoration:none;
}

.services {
	text-align:center;
}
.services .row{
	margin-top:30px;
}
.service-div {
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	padding:10px;
	margin-bottom:20px;
	    min-height: 198px;
}


.service-div img{
	width:60px;
	margin-bottom:10px;
}

.service-div h5, p{
	margin:0;
}

.service-div p{
	font-size:15px;
}

.footer {
	background:#1c1f2b;
	color:#fff;
	font-size:15px;
}

.footer a{
	color:#fff;
}

.quick-links li{
	list-style:none;
	margin-bottom:10px;
}

.restro ul{
	padding-left:20px;
	
}

.restro {
	padding-bottom:20px;
}

.restro li{
	line-height:28px;
}

.contact-details a{
	color:#000;
}

.contact-form input{
width: 100%;
    float: left;
    padding: 7px 10PX;
    margin-bottom: 10px;
    border: solid 1px #949494;
    outline: none;
    color: #000;
}

.contact-form textarea{
width:100%;
 border: solid 1px #949494;
padding: 10px;
outline: none;

}


.contact-form button{
    display: block;
    margin: auto;
    padding: 7px 25px;
    border: none;
    background: #d6a247;
    color: #fff;
	    margin-top: 10px;
		width: 100%;
		cursor:pointer;
}

.contact-details p{
    margin-bottom:10px;
}

.attractions {
	margin-bottom:20px;
}

.attractions img{
	width:100%;
	padding:10px;
}

.attractions-content {
	padding:10px;
	text-align:justify;
}
.attractions {
	    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
		padding:0;
}

.attractions .col-sm-6{
	padding:0;
}

/*======sidebar social media=======*/
.mf-social-side-list {
	position: fixed;
	bottom: 100px;
	right: 15px;
	z-index: 100;
	/* background: #ffffff; */
	padding: 10px 8px;
	border-radius: 50px;
	/* border: 1px solid #2c978d; */
}

.mf-social-side-list ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0
}

.mf-social-side-list ul li a {
	color: #323232;
	border-radius: 50%;
	line-height: 35px;
	margin: 6px 0;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.mf-social-side-list ul li a:hover {
	opacity: .9;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.mf-social-side-list ul li a i img {
	width:50px;
}

/*======sidebar social media===== */



