@charset "utf-8";
/* CSS Document */
h1,h2,h3,h4,h5,h6, a
{
	font-family: 'Arbutus Slab', serif;
}

h1
{
	font-weight: 700;
	
}
h1
{
	 background: -webkit-linear-gradient( #fec94d, #b76f29);
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
	 font-family: "Arbutus Slab", slab-serif;
}
p{
	text-align: justify;
	font-family: 'Arbutus Slab', serif;
}

 h1::after{	
	content: "";
    width: 20%;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 0px 0 8px 0;
    border-bottom: 3px solid;
    border-width: 4px;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left,  #fec94d, #b76f29 );
    /* transform: scaleX(0.15); */
    transition: transform 250ms ease-in-out;
    margin-bottom: 30px;
}
.top_strip .strip
{
	background: rgba(0,0,0,0.3)
}
.top_strip .strip a
{
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	font-family: var(--bs-font-sans-serif);
}
.top_strip i
{ 
	color: #fec94d;
	position: relative;
	
	font-size: 16px;
}
.top_strip 
{ background-image: url("imgs/Icons/stripbg.jpg");
	
	opacity: 100%;
	color:#ffffff;
	font-weight: 600;

	font-size:14px;}
.top_strip .details 
{  
	color:#000 ; 
	font-weight: 400; 
	line-height: 16px;
	font-size:12px!important;
	display: inline-block;}
.top_strip h4.main_text
{  font-size:14px; 
	position: absolute;
	font-weight: 600; 
	color: #666666; 
	margin-bottom: 0!important}
.top_strip h6
{   
	color:#B0AFAF ;
	font-weight: 700; 
	margin-bottom: 0!important;
	font-size:12px!important; 
	display: inline-block;}
.top_strip .details i 
{ display: inline-block;}
.banner .carousel-item img
{ height: 700px; 
	width: 100%;}
.bg-light
{
	background-color: #ffffff!important;
}
#carouselExampleIndicators img
{
	height: 500px;
}
.navbar-light .navbar-toggler {
    width: 85px;
    height: 66px;
    background-color: #FFFFFF !important;
    border: 1px solid #3333 !important;
    margin-right: 10px;
}


.navbar img
{
	width: 30%;
}
.navbar-light
{
	color: #fff;
}
.navbar-light .navbar-nav .nav-link
{
	font-family: 'Arbutus Slab', serif;
}

.navbar-light .navbar-nav .nav-link:hover
{
	color: #fec94d;
   
   border-bottom: 2px solid #fec94d ;
	
}

.navbar-light .navbar-nav .nav-link::after
{
	margin-right: 1px solid #000000!important;
}
.navbar-light .navbar-nav .nav-link
{
	margin-right: 1px solid #000000!important;
	color: #000;
	font-size: 16px;
	padding: 0 8px;
	font-weight: 600;
	transition: width 2s;
	
}
.navbar-light .navbar-nav .nav-link:hover::after
{
    padding-bottom: 0px;
}
.navbar-brand
{
    margin-right: 0!important;
	width: 32%;
	
}
.dropdown .dropdown-menu
{
        padding: 15px;
    background-color: #fec94d;
}
.dropdown .dropdown-item
{
        padding: 15px;
    background-color: #fec94d;
    color: #ffffff;
    font-weight: 600;
}
 .navbar .btn {background-image: linear-gradient(to right, #fec94d 0%, #000000  51%, #b76f29  100%)}
 .navbar .btn
{
            margin-right: 70px;
            padding: 6px 10px;
            text-align: center;
           
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            border-radius: 35px;
            display: block;
			font-weight: 600;
			font-size: 14px;
 }

.navbar button:hover
{
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
}

         
.navbar button a
{
	text-decoration: none;
	color: #fff;
}
.btn-outline-success
{
	color: #fff;
}
.navbar .container-fluid {
    width: 100%;
   padding-right:0;
    padding-left: 0;
   margin-right: 0;
    margin-left: 0;
}
.owl-nav 
{   color:blue;
	font-size: 54px;
	text-align: center;
}
	/* scroll_text */
.scroll_text
{
	background-image: linear-gradient(to right,#fec94d, #b76f29);
}
.scroll_text marquee
{
	color: #ffffff;
	text-transform: capitalize;
	font-size: 18px;
	transform: translate(0,-52px);
}
.scroll_text marquee > span
{
	color: #b76f29
}
/*About Us*/

.about_us h1
{
	font-size: 52px;
	margin: 0;
}
.about_us h4
{
	margin-bottom: 0!important;
	text-align: center;
    font-size: 36px;
    color: #333333;
}

.about_us img
{
	border-radius: 0 190px;
}
.about_us p
{
	font-weight: 500;
	line-height: 20px;
	font-size: 14px;
}
.about_us img
{
	border-radius:40% 2%;
}
.about_us button
{
	background-color: #000000;
    font-weight: 600;
    height: 50px;
    color: white;
    width: 150px;
    font-size: 12px;
    border-radius: 40px;
    border: none;
}
.about_us button a
{
	text-decoration: none;
    font-weight: 600;
    color: white;
    font-size: 18px;
	
}

/*suit_room*/ 

.filterDiv {
  float: left;
  background-color: #2196F3;
  color: #ffffff;
 
  line-height: 100px;
  text-align: center;
  margin: 2px;
  display: none;
}


/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
}



.show {
  display: block;
}

.selects {
  margin-top: 20px;
  overflow: hidden;
}

/* Style the buttons */


.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #666;
  color: white;
}
.btn:hover {
  background-color: #ddd;
}

.btn.active {
background-image: linear-gradient(to right,#fec94d, #b76f29);
  color: white;
}
button:focus:not(:focus-visible) 
{
	border-image:linear-gradient(to bottom, #fec94d, #b76f29);
	outline: 0;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
	box-shadow: none;
}

.main_s-box{
	box-shadow: 2px 2px 30px rgba(0,0,0,0.20);
	
}
.main_s-box:hover{
	box-shadow: 2px 2px 30px rgba(0,0,0,0.20);
	transition: all ease 0.3s;
	    border: 0.5px solid #fec94d;
}
.main_s-btn{
	width: 140px;
	height: 40px;
	border-radius: 20px;
	border:1px solid rgba(74,144,226,0.50);
	display: flex;
	justify-content: center;
	align-items: center;
	color:#576975;
	margin-top:10px; 
}
.main_s-btn>a
{
	color: #fec94d;
}
.main_s-btn>a:hover
{
	color: #ffffff;;
}
.main_s-btn{
	background-color: #ffffff;
	border: 2px solid #fec94d;
	transition: 1s;
	color: #fec94d;
	font-weight: 700;
	font-size: 16px;
}
.main_s-btn:hover{
	background-image: linear-gradient(to right, #fec94d, #b76f29);
	border: 1px solid #fec94d;
	color:#ffffff;
	
}
.main_s-box:hover .bar{
	display: block;
}
/*room_suites*/
.room_suites .card
{
	display:flex;
}

/*service*/
.service
{
	background-image: url("imgs/Service/service.jpg");
	height: 600px;
}


 .service h1::after
{	
	content: "";
    width: 10%;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 0px 0 8px 0;
    border-bottom: 4px solid;
    border-width: 5px;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left,  #fec94d, #b76f29 );
    
    transition: transform 250ms ease-in-out;
    margin-bottom: 30px;
}

.service .accordion-flush .accordion-item .accordion-button
{
	background-image: linear-gradient(to bottom right,  #fec94d, #b76f29 );
	color:#ffffff;
	border: 2px solid #ffffff;
	font-weight: 700;
	font-size: 34px;
}
.service .accordion-item
{
	border: none;
}
.service .accordion-button::after
{
	flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("imgs/Service/down chevron.png");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}
.service .accordion-body
{
	background-color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	
	
}
.service .accordion-body button
{
	float: right;
    border: none;
    background-image: linear-gradient(to bottom left, #fec94d, #b76f29 );
    padding: 10px 20px;
    border-radius: 80px;
	color: #ffffff!important;
    font-weight: 700;
}
.service .accordion-body button a
{
	color: #ffffff;
}

/* Gallery */

.Gallery
{
	/*background-image: url("imgs/Service/service.jpg");*/
}


.Gallery .btn
{
	background-color: #000000;
	align-items: center
}
/* Footer */
.footer
{
	background-image:url("imgs/footer/footer.jpg");
	height: vh100;
	color: #ffffff;
	
}
.footer p
{
	text-align: left;
	color: #cccccc;
}
.footer h2
{
	font-size: 26px;
	font-weight: 700;
	color: #fec94d;
	
}
.footer li 
{
	text-decoration: none;
	list-style: none;
}
.footer li a 
{
	text-decoration: none;

	color: #ffffff;
	font-weight: 600;
	
}
.footer i
{
	font-size: 16px;
	color: #fec94d;
}
/* copyrights*/
.cp
{
	background-color: #000000;
	opacity: 60%;
}
.cp a
{
	color:  #fec94d;
}
/* about_us Page */
.a_us img
{
	width: 600px;
}
.a_us p
{
	font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 20px;
	}
.a_us img.s_2
{
	transform: translate(10px, -218px);
}
/* rooms&suites */
.image {
    border: 2px solid #fff;
    width: 100%;
    height: 300px;
    overflow: hidden
}
.rooms a
{
	color:#ffffff;
}
.image img {
    width: 100%;
    height: 300px;
    transition: all 2s ease-in-out;
}

.image:hover img {
    transform: scale(2, 2);
    cursor: pointer
}
.rooms button
{
	font-weight: 600;
	 background-image: linear-gradient(to right,#000000  , #b76f29  )
}
.rooms button
{
			
			width: 100%;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            
            display: block;
			font-weight: 600;
			font-size: 14px;
}
.rooms button:hover
{
			color: #000000;
            background-position: right center; 
            color: #fff;
            text-decoration: none;
}

/* restaurent */
.modal-content
{
	width: 900px;	
	margin-left: -200px;
	border:  10px solid rgba(255,255,255,0.5);
}
.modal-content button
{
	background-image: linear-gradient(to right bottom, #fec94d, #b76f29);
}
.modal-content button a
{
	text-decoration: none;
	font-family: "Arbutus Slab", slab-serif;
	font-size: 28 px;
	font-weight: 600;
	color: #ffffff;
}
/* baquets */
.banquets
{
	background-image: url("imgs/inner_pages/banquets/b_1.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
.banquets .container
{
	border:4px solid #ffffff;
}

/* services */
a{
	text-decoration:none;
}
.main_services
{
	background-image: url("imgs/Main Slider/Services/main_serviece_bg.jpg");
}
.services{
	
	width:100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}
.s-heading{
	text-align:center;
}
.s-heading h1{
	color:#576975;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0px;
}
.s-heading p{
	color: rgba(87,105,117,0.60);
	font-size: 1rem;
	margin: 5px;
	text-align: center;
}
.s-box-container{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.s-box{
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	width:300px;
	padding: 20px 25px;
	height: 400px;
	box-sizing: border-box;
	margin: 30px;
	position: relative;
	background-color: #ffffff
}
.s-box img{
	height: 75px;
}
.s-box h1{
	color:#576975;
	letter-spacing: 1px;
	font-size: 1.5rem;
	margin-bottom: 8px;
	
}
.s-box p{
	color: #0000;
	text-align: center;
}
.s-btn{
	width: 140px;
	height: 40px;
	border-radius: 20px;
	border:1px solid rgba(74,144,226,0.50);
	display: flex;
	justify-content: center;
	align-items: center;
	color:#576975;
	margin-top:10px; 
}
.bar{
	width: 100px;
	height: 6px;
	position: absolute;
	left: 50%;
	top: 0%;
	transform: translateX(-50%);
	background-color:#fec94d; 
	border-radius: 0px 0px 10px 10px;
	display: none;
	animation: bar 0.5s;
}
.s-box{
	box-shadow: 2px 2px 30px rgba(0,0,0,0.20);
	
}
.s-box:hover{
	box-shadow: 2px 2px 30px rgba(0,0,0,0.20);
	transition: all ease 0.3s;
	    border: 0.5px solid #fec94d;
}
.s-btn{
	background-color: #ffffff;
	border: 2px solid #fec94d;
	transition: 1s;
	color: #fec94d;
	font-weight: 700;
	font-size: 16px;
}
.s-btn:hover{
	background-image: linear-gradient(to right, #fec94d, #b76f29);
	border: 1px solid #fec94d;
	color:#ffffff;
	
}
.s-box:hover .bar{
	display: block;
}
@keyframes bar{
	0%{
		width:0px;
	}
	100%{
		width:100px;
	}
}


/* Gallery */


.gallery ul {
 
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  list-style:none;
 
  height:450px;
  border-radius:3px;
  overflow:hidden;
  box-shadow:1px 1px 3px 1px;
}


.gallery li {
  position:relative;
  width:190px;
  height:450px;
  float:left;
  border-left:1px solid white;
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  transition:all 0.7s;
  box-shadow:-2px 0 10px 2px;
}

.gallery  ul li:first-child {
  border:none;
}

.gallery span {
  display:block;
  position:absolute;
  bottom:0;
  width:50%;
  color:white;
  white-space:nowrap;
  padding:20px;
  background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

}

.gallery  img {
  width:800px;
  height:450px;
}

.gallery ul:hover li {
  width:50px;  
}


.gallery ul li:hover {
  width:750px;
}

/* Contact_us */
/* Google Font CDN Link */

/*
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins" , sans-serif;
}
body{
  min-height: 100vh;
  width: 100%;
  background: #c8e8e9;
  display: flex;
  align-items: center;
  justify-content: center;
}
*/
.boxes{
  
  background: #fff;
  border-radius: 6px;
  padding: 20px 60px 30px 40px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.boxes .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.boxes .content .left-side{
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}
.content .left-side::before{
  content: '';
  position: absolute;
  height: 70%;
  width: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #afafb6;
}
.content .left-side .details{
  margin: 14px;
  text-align: center;
}
.content .left-side .details i{
  font-size: 30px;
  color: #3e2093;
  margin-bottom: 10px;
}
.content .left-side .details .topic{
  font-size: 18px;
  font-weight: 500;
}
.content .left-side .details .text-one,
.content .left-side .details .text-two{
  font-size: 14px;
  color: #afafb6;
}
.boxes .content .right-side{
  width: 75%;
  margin-left: 75px;
}
.content .right-side .topic-text{
  font-size: 23px;
  font-weight: 600;
    background: -webkit-linear-gradient( #fec94d, #b76f29 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Arbutus Slab", slab-serif;
}
right-side .topic-text p
{
	
}

.right-side .input-box{
  height: 50px;
  width: 100%;
  margin: 12px 0;
}
.right-side .input-box input,
.right-side .input-box textarea{
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #F0F1F8;
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
}
.right-side .message-box{
  min-height: 110px;
}
.right-side .input-box textarea{
  padding-top: 6px;
}
.right-side .button{
  display: inline-block;
  margin-top: 12px;
}
.right-side button
{
	border-radius: 50px;
    background-image: linear-gradient(
45deg
, #fec94d, #b76f29);
    padding: 7px 10px;
    color: white;
    border: none;
    margin-top: 50px;
}


@media (max-width: 950px) {
  .boxes{
    width: 90%;
    padding: 30px 40px 40px 35px ;
  }
  .boxes .content .right-side{
   width: 75%;
   margin-left: 55px;
}
}
@media (max-width: 820px) {
  .boxes{
    margin: 40px 0;
    height: 100%;
  }
  .boxes .content{
    flex-direction: column-reverse;
  }
 .boxes .content .left-side{
   width: 100%;
   flex-direction: row;
   margin-top: 40px;
   justify-content: center;
   flex-wrap: wrap;
 }
 .boxes .content .left-side::before{
   display: none;
 }
 .boxes .content .right-side{
   width: 100%;
   margin-left: 0;
 }
}
.contact_us i {
 
  background: -webkit-linear-gradient(#fec94d, #b76f29);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.right-side p
{
	font-size: 14px;
	font-weight: 500;
}
.right-side p
{
	font-size: 14px;
	font-weight: 500;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    margin: 13px 3px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    ;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow:none;
}
.whatsapp i
{
	font-size:46px;
    position: fixed;
    bottom: 90px;
    right: 20px;
    color: green;
    background: #ffffff;
    padding: 4px;
    border-radius: 14px;
}
@media(max-width:1050px){
	.s-box-container{
		flex-wrap: wrap;
		
	}	
	.services{
		height: auto;
	}
	.s-heading{
		margin: 15px;
	}
	.s-box{
		flex-grow: 1;
	}
	.navbar-img
	{
		margin-left: 100px;
	}
	}

@media (max-width:600px) 
{	
	.navbar-brand
	{
		margin-left: 200px;
	}
	
	.navbar-toggler
	{
		margin-right: 10px;
	}
	
}
/* backtotop */
#myBtntop  {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;

 background-color:#b76f29;
  cursor: pointer;
  padding: 13px 17px;
  border-radius: 30%;

}
#myBtntop   {
 
}

#myBtntop:hover {
  background-image: linear-gradient(to right, #fec94d, #b76f29);
	color: #fff
}

