:root {
    --primary-color:        #e6b160;
    --white-color:          #ffffff;
    --dark-color:           #000;
    --about-bg-color:       #f9f9f9;

    --gray-color:           #909090;
    --link-color:           #404040;
    --p-color:              #666262;

    --base-font-family:     'Plain', sans-serif;
    --font-weight-bold:     bold;
    --font-weight-normal:   normal;
    --font-weight-light:    300;
    --font-weight-thin:     100;

    --h1-font-size:         48px;
    --h2-font-size:         36px;
    --h3-font-size:         28px;
    --h4-font-size:         24px;
    --h5-font-size:         22px;
    --h6-font-size:         22px;
    --p-font-size:          18px;
    --base-font-size:       16px;
    --menu-font-size:       14px;

    --border-radius-large:  100%;
    --border-radius-small:  2px;
}

:root {
    --color1: #040404;
    --color2: #a37a16;
    --color3: #caa343;
}

body {
	background-color: rgb(40 41 41 / 5%);
	color: var(--color1);
	overflow-x: hidden;
}
p {
	margin-bottom: 10px;
}
.s-about {
	background: var(--white-color);
	padding: 80px 0;
}
.heading {
	font-family: "Cormorant Infant", serif;
	color: var(--dark-color);
  text-transform: uppercase;
  font-size: 48px;
  line-height: 58px;
}
.b_title {
	font-family: 'Quentin';
	color: var(--color3);
	font-size: 30px;
	line-height: 1;
	margin-bottom: 0;
}
.s-about .item {
	position: relative;
}
.s-about .counter {
	font-family: "Cormorant Infant", serif;
	font-size: 70px;
	line-height: 1;
	margin: 5px 0;
}
.s-about .counter-txt {
	font-family: "Cormorant Infant", serif;
	font-size: 24px;
}
/*
.s-about .item::before {
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -25px;
    bottom: -25px;
    background-image: linear-gradient(to bottom, #ae7522 0, var(--color3) 100%);
    z-index: -1;
    border-radius: 20px;
}
*/

.s-gallery {
	background-color: var(--white-color);
	padding: 80px 0;
}
.s-gallery .item {
	overflow: hidden;
}
.s-gallery img {
	transition: all .3s ease;
}
.s-gallery img:hover {
	cursor: zoom-in;
	transform: scale(1.1);
}
.c-headline-1 {
	text-align: center;
	margin-bottom: 30px;
}
.c-headline-1 .c_name {
	font-size: 30px;
	font-weight: bold;
	color: var(--color3);
	text-transform: uppercase
}
.s-services {
	padding: 80px 0;
	background: #fbf1ea;
}
.s-services .service-name {
	font-family: "Cormorant Infant", serif;
	font-size: 24px;
	line-height: 34px;
	text-transform: uppercase;
}
.s-services .description {
	font-size: 16px !important;
}
.s-services .service {
	display: block;
    border: none;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    padding: 0;
}
.s-services .service .heading {
	font-weight: 500;
    font-size: 18px;
    margin-top: 15px;
    text-transform: capitalize;
}
.s-services .service:hover .heading {
	color: var(--color3);
}
.s-services .service:hover .menu-img::before {
	opacity: 1;
}
.s-services .service:hover img {
	transform: scale(1.1)
}


.s-review {
	padding: 80px 0;
}
.s-review .item {
	border-bottom: solid 1px #e5e5e5;
	position: relative;
}
.s-review .item:before {
	content: "";
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/icon-google.svg) no-repeat;
	background-size: 100%;
	background-position: center;
}
.s-review p.quote {
	font-size: 18px;
	line-height: 28px;
	margin: 0;
}
.s-review .rating {
	text-align: left;
	color: #0096cc;
}
.s-review h3 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Cormorant Infant", serif;
    color: var(--dark-color);
}
.s-review .c-button-8 {
	padding: 10px 25px;
	background: #0096cc;
	color: var(--white-color);
}
.s-review .c-button-8:hover {
	background: #cc3f3a;
}


.p-contact {
	padding: 80px 0;
}
.p-contact i {
	width: 50px;
	height: 50px;
	background: var(--dark-color);
	border-radius: 100%;
	color: var(--white-color);
	line-height: 50px;
	text-align: center;
	font-size: 20px;
}
.p-contact h3 {
	font-family: "Cormorant Infant", serif;
	font-size: 22px;
	margin-top: 15px;
}
.p-contact a {
	display: block;
	color: var(--dark-color);
	opacity: 0.75;
}
.p-contact a:hover {
	color: var(--color3);
	opacity: 1;
}
.p-contact .date {
	width: 100px;
	display: inline-block;
	text-align: right;
}
.p-contact .hours {
	display: inline-block;
	width: calc(100% - 200px);
	text-align: left;
}


.p-service {
	padding: 50px 0;
	background: var(--dark-color);
}
.p-service .text-gold {
	font-family: "Cormorant Infant", serif;
	font-size: 24px;
	line-height: 34px;
	text-transform: uppercase;
}
.p-service .description {
	color: rgba(255,255,255,.8);
	font-size: 16px;
	line-height: 26px;
}


.c-headline-2 {
	text-align: center;
	margin-bottom: 30px;
}
.c-headline-2 .c_name {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase
}
.c-headline-2 span {
	margin-top: 5px;
	font-style: italic;
	display: block;
	color: #888;
}

.back-to-top {
  position: fixed;
  display: none;
  /*
  background: #EAC35C;
  background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
  */
  font-weight: 400;
  background: var(--color3);
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 22px;
  right: 20px;
  bottom: 20px;
  border: solid 2px #fff;
  transition: background 0.5s;
  z-index: 100;
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.back-to-top i {
  color: var(--dark-color);
}
.back-to-top:hover {
  /*
  background: #EAC35C;
  background: linear-gradient(-45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
  */
  background: #fff;
}
.back-to-top:hover i {
  color: var(--dark-color);
}

.footer_bottom {
	padding: 20px 0;
	color: #fff;
	background-color: var(--dark-color);
	border-top: solid 1px #333;
}
.footer_bottom a {
	color: var(--color3);
}
.footer_bottom a:hover {
	color: #eee;
}


/*---------------------------------------
 FOOTER              
-----------------------------------------*/
.s-contact {
	padding: 80px 0;
	position: relative;
	background: var(--dark-color);
}
.s-contact .container-fluid {
	position: relative;
	z-index: 2;
}
.s-contact:before {
	content: "";
	width: 35%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 70px;
	transform: translateX(-50%);
	background: url(../images/footer-bg.png) no-repeat center top;
	background-size: cover;
}
.s-contact .img-foot {
	display: inline-block;
}
.s-contact .ft_title {
	color: var(--color3);
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 15px;
}
.s-contact  p > i {
	color: var(--color3);
}
.s-contact  p > a {
	color: var(--white-color);
}
.s-contact  p > a:hover {
	color: var(--color3);
}
.s-contact .social-icon {
	margin: 20px 0;
}
.s-contact .ft_hour {
	 border-top: 1px solid #999;
    color: var(--color3);
    padding-top: 15px;
    font-size: 22px;
    margin-bottom: 15px;
}
.s-contact ul li span {
	display: block;
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
}
.s-contact ul li span::before {
	position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    left: 2px;
    top: 50%;
    background-color: var(--color3);
    transform: translateY(-50%);
    border-radius: 50%;
}
.s-contact iframe {
	display: block;
	height: 395px;
	border-radius: 5px;
	border: 2px solid rgb(40 41 41 / 10%) !important;
}
.s-contact .foot-nav {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	margin: 0 auto;
	list-style: none;
	padding: 0;
	border-top: solid 1px var(--white-color);
	border-bottom: solid 1px var(--white-color);
}
.s-contact .foot-nav li {
	display: inline-block;
	padding: 10px 12px;
}
.s-contact .foot-nav a.nav-link {
	border: none;
	color: var(--white-color);
	padding: 0;
}
.s-contact .foot-nav a.nav-link:hover,
.s-contact .foot-nav a.nav-link.active {
	color: var(--color3);
}
.s-contact .foot-nav .sub li {
	padding-top: 0;
}
.s-contact .foot-nav .sub li a {
	font-size: 14px;
	opacity: 0.8;
}
.s-contact .foot-nav .sub li a:hover {
	opacity: 1;
}

.navbar.fixedTop {
    animation: smoothScroll 1s forwards;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all .3s;
   	padding: 5px 15px;

}
.navbar.fixedTop img {
	height: 50px;
}
.navbar.fixedTop .social-icon li a {
	font-size: 14px
}

@keyframes smoothScroll {
    0% {
        top: -10%;
    }
    100% {
        top: 0;
    }
}

@media (min-width: 1260px) {
	.container {
		max-width: 1200px;
	}
}
@media (max-width: 992px) {
	.nav-item .nav-link::before {
		display: none
	}
	.social-icon {
		margin-top: 20px;
	}
	.s-about .item::before {
		bottom: auto;
		top: -25px;
	}
	.s-contact:before {
		width: 100%;
	}
	.s-review p.quote {
      max-width: 100%;
    }
    .p-contact h3 {
    	margin-top: 10px;
    }
    .p-contact .date,
    .p-contact .hours {
    	display: block;
    	width: 100%;
    	text-align: center;
    }
    .navbar-nav > li.drop-down > a {
    	display: none !important;
    }
    .navbar-nav > li:hover > ul.sub,
    .navbar-nav > li:focus > ul.sub {
	    top: 100%;
	    opacity: 0;
	    visibility: hidden;
	}
    .navbar-nav > li.drop-down:before {
    	font-size: 25px;
    	right: 20px;
    }
    .navbar-nav > li.drop-down:hover:before,
    .navbar-nav > li.drop-down:focus:before {
    	content: "\f107";
    }
    #menuMobi {
    	display: block;
    	width: 100%;
        background: none;
        text-align: left;
    }
    #menuMobi:focus {
    	outline: 0;
    }
    #menuMobi.actice {
    	color: var(--color3);
    }
	.navbar-nav > li > ul.sub.show {
		opacity: 1;
		visibility: visible;
		position: relative;
		width: 100%;
	}
	.navbar-nav > li > ul.sub {
		padding: 10px 20px;
	}
	.navbar-nav > li > ul.sub > li {
		position: relative;
	    padding: 3px 7px 3px 15px;
	}
	.navbar-nav > li > ul.sub > li > a {
		padding: 0 !important;
		font-size: 18px !important;
	}
	.navbar-nav > li > ul.sub > li:before {
		content: "\f111";
		font-family: FontAwesome;
		font-size: 7px;
		color: var(--color3);
		position: absolute;
		left: 0;
		top: 17px;
	}
}
@media (max-width: 767px) {
	.s-services .service .heading {
		font-size: 20px;
		font-weight: bold
	}
}
@media (max-width: 575px) {

	.hero .banner-img {
		min-height: 85vh;
	}
	.heading,
	.bg-booking h2.heading {
		font-size: 40px ;
		line-height: 50px;
	}
	.s-services,
	.s-about {
		padding: 50px 0;
	}
	.s-contact .foot-nav {
		padding: 5px 0;
	}
	.s-contact .foot-nav li {
	    padding: 5px 12px;
	}
	.p-service {
		padding: 20px 0;
	}

}
@media (max-width: 480px) {

	.heading,
	.bg-booking h2.heading,
	.bg-booking .b_title {
        font-size: 35px;
        line-height: 45px;
    }

}

@media (max-width: 375px) {
	
	.hero .item-banner p.title {
		font-size: 40px;
	}
	#home-booking {
        background-position: 80% !important;
    }
}