h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea {
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
a, a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
body {
	font-family: 'product-sans-reg', sans-serif;
	overflow-x: hidden;
	background: #0D1317;
}
.container{
	max-width: 1600px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #0D1317;
}
::-webkit-scrollbar-thumb {
  background: #C7A37A;
}
/*************GENRAL CLASSES START*************/
@font-face {
	font-family: 'product-sans-reg';
	src: url(../fonts/product-sans-reg.ttf);
}
@font-face {
	font-family: 'product-sans-bold';
	src: url(../fonts/product-sans-bold.ttf);
}
.xy-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.xy-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
:root {
	--color-1 : #000;
	--color-2 : #fff;
	--color-3 : #282828;	
}
.gen_btn {
	padding: 20px 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #C7A37A;
	border: 2px solid #C7A37A;
	transition: all 0.25s;
	width: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gen_btn:hover {
	border-color: #fff;
	color: #fff;
	border-radius: 15px 0px;
}
/*************GENRAL CLASSES END*************/

/*************HEADER START*************/
header {
	background: #0D1317;
}
.nav_bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 175px;
	position: relative;
	width: 100%;
}
.nav_item {
	font-size: 20px;
	color: #E6E7EA;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	transition: all 0.5s;
	padding: 5px 0px;
}
.nav_item:hover, 
.footer_nav:hover {
	color: #F3CF82;
}
.nav_item::before,
.footer_nav::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	border-bottom: 3px solid transparent;
	transition: all 0.5s;
}
.nav_item::after,
.footer_nav::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	border-bottom: 3px solid transparent;
	transition: all 0.5s;
}
.nav_item:hover:before,
.footer_nav:hover:before {
	border-color: #F3CF82;
	width: 50%;
}
.nav_item:hover:after,
.footer_nav:hover:after {
	border-color: #F3CF82;
	width: 50%;
}
.nav_bar ul {
	display: flex;
	align-items: center;
	gap: 50px;
} 
.logo_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}
/*************HEADER END*************/


/*************INDEX BANNER START*************/
.index_banner {
	background: url(../images/banner-bg.png) center /cover;
	padding: 40px 0px 110px 0px;
	position: relative;
}
.banner_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.banner_img_box {
	width: calc(100% - 750px);
	position: relative;
}
.banner_txt_box {
	max-width: 750px;
	width: 100%;
}
.leaf_img {
	position: absolute;
	top: -10px;
	left: -200px;
	max-width: 270px;
}
.banner_txt_box .tagline {
	font-size: 20px;
	color: #C7A37A;
	padding-bottom: 15px;
}
.banner_heading {
	font-size: 74px;
	color: #E6E7EA;
	padding-bottom: 15px;
}
.banner_desc {
	font-size: 20px;
	color: #E6E7EA;
	padding-bottom: 40px;
}
.banner_btn {
	width: 200px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #C7A37A;
	border: 2px solid #C7A37A;
	transition: all 0.25s;
}
.banner_btn:hover {
	border-color: #fff;
	color: #fff;
	border-radius: 15px 0px;
}
.banner_btn_wrap {
	display: flex;
	align-items: center;
	gap: 30px;
}
.social_list {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
	right: 0
}
.social_icon {
	width: 100px;
	height: 100px;
	background: #0D1317;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #fff;
	transition: all 0.25s;
}
.social_icon:hover {
	color: #000;
	background: #C7A37A;
}
.tag_img {
	position: absolute;
	top: 0;
	right: -45px;
}
/*************INDEX BANNER END*************/
/*************INDEX SEC 1 START*************/
.index_sec_1 {
	padding: 200px 0px 160px 0px;
}
.gen_card {
	background: #11191F;
	text-align: center;
	padding: 105px 40px 45px 40px;
	position: relative;
	height: 280px;
	border: 5px solid transparent;
	transition: all 0.5s;
}
.gen_card:hover {
	border-color: #fff;
}
.gen_card .title {
	font-size: 30px;
	color: #D9D9D9;
	padding-bottom: 15px;
}
.gen_card .desc {
	font-size: 16px;
	color: #D9D9D9;
}
.icon_circle {
	width: 145px;
	height: 145px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	top: -75px;
	left: 50%;
	transform: translateX(-50%);
}
.icon_circle img {
	transition: all 0.5s;
}
.gen_card:hover .icon_circle img {
	transform: rotate(360deg);
}
.icon_circle.type1 {
	background: #C7A37A;
}
.sec_2_img_box_1 {
	overflow: hidden;
}
.scale_img {
	animation: bgscale 15s ease-out infinite;
}
/*************INDEX SEC 1 END*************/

/*************INDEX SEC 2 START*************/
.index_sec_2 {
	padding-bottom: 120px;
}
.cnt_box {
	background: #041924;
	padding: 45px 40px 70px 40px;
	margin-top: 60px;
}
.cnt_box .title {
	font-size: 40px;
	color: #D9D9D9;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	line-height: 1;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.cnt_box ul li {
	font-size: 17px;
	color: #D9D9D9;
	display: flex;
	gap: 15px;
	padding-bottom: 15px;
}
.cnt_box ul li span {
	font-family: 'product-sans-bold';
	font-size: 18px;
	color: #C7A37A;
}
.heading {
	font-size: 70px;
	color: #D9D9D9;
	line-height: 1.3;
}
.desc {
	font-size: 20px;
	color: #D9D9D9;
}
/*************INDEX SEC 2 END*************/

/*************INDEX SEC 3 START*************/
.index_sec_3 {
	background: #041924;
	padding: 120px 0px;
}
.menu_row {
	padding-left: 80px;
}
.menu_box .title {
	font-size: 50px;
	color: #D9D9D9;
	border-bottom: 1px solid #756464;
	margin-bottom: 60px;
	max-width: 400px;
}
.menu_item {
	display: flex;
	align-items: center;
	gap: 25px;
	max-width: 400px;
	width: 100%;
	margin-bottom: 24px;
}
.menu_item .img_box img {
	width: 95px;
	height: 95px;
	border-radius: 100%;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
}
.p_title {
	font-size: 25px;
	color: #D9D9D9;
	padding-bottom: 10px;
	line-height: 1;
}
.p_desc {
	font-size: 16px;
	color: #D9D9D9;
}
.p_price {
	font-size: 40px;
	color: #C7A37A;
}
.menu_item .text_box {
	display: flex;
	align-items: center;
	width: calc(100% - 95px);
	border-bottom: 1px solid #756464;
	padding-bottom: 15px;
}
.menu_item .text_box .left_col {
	width: calc(100% - 100px);
}
.menu_item .text_box .right_col {
	max-width: 100px;
	width: 100%;
	text-align: end;
}
/*************INDEX SEC 3 END*************/

/*************INDEX SEC 4 START*************/
.index_sec_4 {
	padding-bottom: 80px;
}
.reservation_box {
	background: #C7A37A;
	padding: 60px 85px;
}
.reservation_box .heading {
	font-size: 70px;
	color: #000;
	text-align: center;
}
.reservation_box .desc {
	font-size: 20px;
	color: #000;
	text-align: center;
}
.form_input {
	width: 100%;
	height: 70px;
	font-size: 20px;
	color: #000;
	padding: 0px 40px;
	background: rgba(0, 0, 0, 0.05);
	border: 0;
	outline: none;
	transition: all 0.25s;
	margin: 15px 0px;
}
.form_input:focus {
	border: 1px solid #000;
}
.form_input::placeholder {
	color: #000;
}
.form_btn {
	width: 100%;
	height: 70px;
	background: transparent;
	border: 2px solid #000;
	font-size: 20px;
	color: #000;
	margin-top: 15px;
}
/*************INDEX SEC 4 END*************/

/*************INDEX SEC 5 START*************/
.index_sec_5 .top_txt {
	padding-bottom: 150px;
	position: relative;
}
.abs_leaf {
    position: absolute;
    left: 140px;
    top: 0;
}
.products_tabs_list {
	justify-content: center;
}
.product_card {
	background: #11191F;
	text-align: center;
	max-width: 360px;
	height: 480px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding: 55px;
	position: relative;
	transition: all 0.5s cubic-bezier(.47,1.64,.401,.8);
	margin: 0 auto;
	margin-bottom: 175px;
}
.product_card:hover {
	background: #F3CF82;
	transform: scale(1.2);
	transform-origin: top left;
	z-index: 1;
}
.product_card .title {
	font-size: 30px;
	font-weight: 700;
	color: #D9D9D9;
	transition: all 0.5s cubic-bezier(.47,1.64,.401,.8);
	font-family: 'Playfair Display';
	padding-bottom: 10px;
}
.product_card:hover .title {
	color: #000;
}
.product_card .desc {
	font-size: 16px;
	color: #D9D9D9;
	transition: all 0.5s cubic-bezier(.47,1.64,.401,.8);
}
.product_card:hover .desc {
	color: #000;
}
.product_card .price {
	font-size: 40px;
	font-weight: 700;
	color: #C7A37A;
	padding-top: 20px;
	line-height: 1;
	transition: all 0.5s cubic-bezier(.47,1.64,.401,.8);
	font-family: 'Playfair Display';
} 
.product_card:hover .price {
	color: #000;
}
.product_img {
	position: absolute;
	top: -120px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 250px;
	transition: all 0.5s cubic-bezier(.47,1.64,.401,.8);
}
.product_card:hover .product_img {
	transform: translateX(-50%) rotate(180deg);
}
.products_tabs_list .nav-link {
	font-size: 20px;
	background: transparent;
	color: #F5F5DC!important;
	border-radius: 0;
	padding: 0;
	margin: 0px 15px;
}
.products_tabs_list .nav-link.active, .products_tabs_list .show>.nav-link {
	background-color: transparent;
	font-family: 'product-sans-bold';
	color: #F3CF82!important;
	border-bottom: 1px solid #F3CF82;
}
/*************INDEX SEC 5 END*************/

/*************INDEX SEC 6 START*************/
.index_sec_6 {
	background: url(../images/index-6-bg.png) center /cover;
	padding: 140px 0px 180px 0px;
	position: relative;
}
.review_box {
	background: #C7A37A;
	padding: 100px 85px;
	position: relative;
}
.review_box .txt {
	font-size: 20px;
	color: #000;
	line-height: 2;
}
.customer_info {
	display: flex;
	align-items: center;
	margin-top: 45px;
}
.customer_info img {
	width: 90px;
	height: 90px;
	border-radius: 100%;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
	border: 1px solid #000;
	padding: 3px;
}
.customer_info .txt_box {
	width: calc(100% - 90px);
	padding-left: 20px;
}
.customer_info .name {
	font-size: 20px;
	color: #000;
}
.customer_info .title {
	font-size: 16px;
	color: #000;
}
.review_heading {
	max-width: 530px;
	margin: 0 auto;
}
/*************INDEX SEC 6 END*************/

/*************INDEX SEC 7 START*************/
.index_sec_7 {
	padding: 80px 0px 200px 0px;
}
.top_txt.type2  .desc{
	max-width: 700px;
	margin: 0 auto;	
}
.ambiance_img {
	overflow: hidden;
}
.ambiance_img img {
	transition: all 1s;
}
.ambiance_img:hover img {
	transform: scale(1.1);
}
.swiper-container-free-mode .swiper-slide:nth-child(even) {
	transform: translateY(85px);
}
.swiper-container-free-mode > .swiper-wrapper{
	transition-timing-function : linear;
	padding-top: 80px;
}
/*************INDEX SEC 7 END*************/

/* INNER-CSS */
.common-banner-wrapper{
	background-image: url(../images/banner-bg.png);
	background-position: center;
	background-size: cover;
	min-height: 500px;
	display: flex;
	align-items: center;
}
.contact-first-wrapper{
	padding: 100px 0px;
}
.contact-first-wrap-text {
    margin: 0px 0px 20px 0px;
}
.contact-first-wrap-text h2 {
    font-size: 60px;
    color: #E6E7EA;
}
.contact-first-wrap-text h6{
	font-size: 35px;
    color: #C7A37A;
}
.contact-first-input input {
    width: 100%;
    height: 70px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    padding: 0px 20px;
    background: transparent;
    outline: none;
    margin: 0px 0px 10px 0px;
    transition: all 0.25s;
}
.contact-first-input input:focus{
	border: 1px solid #C7A37A;
	border-radius: 15px 0px;
}
.contact-first-input textarea {
    width: 100%;
    height: 170px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    padding: 25px 20px;
    background: transparent;
    outline: none;
    margin: 0px 0px 10px 0px;
	resize: none;
    transition: all 0.25s;
}
.contact-first-input textarea:focus{
	border: 1px solid #C7A37A;
	border-radius: 15px 0px;
}
.about-first-wrap-text {
    text-align: center;
}
/* INNER-CSS */

/*************FOOTER START*************/
.footer {
	background: url(../images/footer-bg.png) center /cover;
	padding: 70px 0px 45px 0px;
	position: relative;
}
.footer_logo {
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
}
.footer_logo::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 600px;
	height: 1px;
	background: #F3CF82;
}
.footer_logo::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 600px;
	height: 1px;
	background: #F3CF82;
}
.footer_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 55px 0px 130px 0px;
}
.footer_col .heading {
	font-size: 40px;
	padding-bottom: 15px;
}
.footer_col .desc {
	max-width: 300px;
	margin: 0 auto;
}
.footer_col .desc span {
	font-family: 'product-sans-bold';
	color: #C7A37A;
}
.footer_social_list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding-top: 30px;
}
.footer_social_icon {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	overflow: hidden;
	font-size: 20px;
	color: #D9D9D9;
	transition: all 0.25s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer_social_icon:hover {
	background: #002366;
	color: #D9D9D9;
}
.tel_number {
	font-size: 40px;
	color: #C7A37A;
	padding-top: 30px;
}
.footer_nav {
	text-transform: uppercase;
	color: #E6E7EA;
	position: relative;
	padding-bottom: 5px;
}
.footer_nav:hover {
	color: #F3CF82;
}
.footer_bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer_bottom ul {
	display: flex;
	align-items: center;
	gap: 40px;
}
.copywrite_txt {
	font-size: 16px;
	color: #E6E7EA;
}
.copywrite_txt span {
	color: #F3CF82;
}
/*************FOOTER END*************/

/*EXTRAS*/
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #f6f6f6;
	opacity: 1;
	position: relative;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap,10px);
}
.swiper-pagination-bullet:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 20px;
	height: 20px;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 100%;
	opacity: 0;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	opacity: 1;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom,120px);
	top: var(--swiper-pagination-top,auto);
	left: 40px;
	width: 100%;
	max-width: 300px;
}
.review_box .swiper-horizontal>.swiper-pagination-bullets,
.review_box .swiper-pagination-bullets.swiper-pagination-horizontal,
.review_box .swiper-pagination-custom,
.review_box .swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom,-40px);
	top: var(--swiper-pagination-top,auto);
	left: 50%;
	width: 100%;
	max-width: 300px;
	transform: translateX(-50%);
}
/*EXTRAS*/

/*ANIMATIONS*/
@keyframes bgscale {
	0%{
		transform: scale(1.1);
	}
	50%{
		transform: scale(1);
	}
	100%{
		transform: scale(1.1);
	}
}

.menu_box-main-wrap{
	overflow-y: auto;
	display: flex;
	align-items: center;
	gap: 40px;
}
.menu_box-inn-wrap {
    overflow-y: scroll;
    height: 620px;
    width: 510px;
}
.contact-first-wrap-text p {
    font-size: 20px;
    color: #E6E7EA;
    padding-bottom: 10px;
}