@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/



body{
	font-family: 'Albert Sans', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #565656;
	background: url('../images/body-bg.webp') repeat;
	background-size: 350px 450px;
}

figure {
	margin: 0;
}

b,
strong {
	font-weight: 700 !important;
}

a,
input,
button,
textarea { outline: none !important; }

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

a:hover {
	color: #565656;
}

p {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ol,
ul {
	margin-bottom: 20px;
}

ol ol,
ol ul,
ul ol,
ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

ol li,
ul li {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row > * {
	padding-left: 15px;
	padding-right: 15px;
}

.alignnone {
	float: none;
	margin: 20px;
}

.alignleft {
	float: left;
	margin: 20px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 20px 0 20px 20px;
}

.aligncenter {
	float: none;
	display: block;
	margin: 20px auto;
}

blockquote {
	padding-left: 30px;
	border-left: 5px solid #95C11F;
	margin-bottom: 20px;
}

blockquote * {
	font-size: 150%;
	line-height: 180%;
}

.fix-width-550 {
	max-width: 550px;
	width: 100%;
}

.fix-width-1015 {
	max-width: 1015px;
	width: 100%;
}

.fix-width-1026{
    max-width: 1026px;
    width: 100%;
}

.fix-width-1045 {
	max-width: 1045px;
	width: 100%;
}

h1 {
	font-family: 'Albert Sans', sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 125%;
	color: #565656;
	margin-bottom: 35px;
}

h2 {
	font-family: 'Albert Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	line-height: 125%;
	color: #565656;
	margin-bottom: 35px;
}

h3 {
	font-family: 'Albert Sans', sans-serif;
	font-weight: 700;
	font-size: 38px;
	line-height: 125%;
	color: #565656;
	margin-bottom: 35px;
}

h4 {
	font-family: 'Albert Sans', sans-serif;
	font-weight: 700;
	font-size: 33px;
	line-height: 125%;
	color: #565656;
	margin-bottom: 25px;
}

h5 {
	font-family: 'Albert Sans', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 125%;
	color: #565656;
	margin-bottom: 20px;
}

h6 {
	font-family: 'Albert Sans', sans-serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 125%;
	color: #565656;
	margin-bottom: 20px;
}

/* section-title */
.section-title {
	font-family: 'Albert Sans', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 125%;
	color: #000000;
	margin-bottom: 35px;
}

.section-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}
/* section-title */

/* block-title */
.block-title {
	font-family: 'Dancing Script', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 125%;
	color: #000000;
	margin-bottom: 25px;
}

.block-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}
/* block-title */

/* extra-small-block-title */
.extra-small-block-title {
	font-family: 'Albert Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 125%;
	color: #000000;
	margin-bottom: 15px;
}

.extra-small-block-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}
/* extra-small-block-title */

/* buttons */
.btn {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 125%;
	border: 1px solid transparent;
	padding: 12px;
	outline: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}



.btn .icon{
	min-width: 26px;
	height: 26px;
	display:flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	border-radius: 50%;
	margin-left: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.btn .icon * {
	fill: #CD1323;
	font-size: 14px;
}

.btn:active:focus .icon *,
.btn:hover .icon * {
	fill: #95C11F;
}

.btn-simple-parrot {
	color: #95C11F !important;
	background: transparent !important;
	border-color: #95C11F !important;
}

.btn-simple-parrot:active,
.btn-simple-parrot:focus {
	color: #95C11F !important;
	background: transparent !important;
	border-color: #95C11F !important;
}

.btn-simple-parrot:active:focus,
.btn-simple-parrot:hover {
	color: #95C11F !important;
	background: #ffffff !important;
	border-color: #95C11F !important;
}

.btn-parrot {
	color: #ffffff !important;
	background: #95C11F !important;
	border-color: #95C11F !important;
}

.btn-parrot:active,
.btn-parrot:focus {
	color: #ffffff !important;
	background: #95C11F !important;
	border-color: #95c11f !important;
}

.btn-parrot:active:focus,
.btn-parrot:hover {
	color: #ffffff !important;
	background: rgba(149, 193, 31, 0.85) !important;
	border-color: rgba(149, 193, 31, 0.85) !important;
}

.btn-simple-red {
	color: #CD1323 !important;
	background: transparent !important;
	border-color: #CD1323 !important;
}

.btn-simple-red:active,
.btn-simple-red:focus {
	color: #CD1323 !important;
	background: transparent !important;
	border-color: #CD1323 !important;
}

.btn-simple-red:active:focus,
.btn-simple-red:hover {
	color: #CD1323 !important;
	background: #ffffff !important;
	border-color: #CD1323 !important;
}

.btn-red {
	color: #ffffff !important;
	background: #CD1323 !important;
	border-color: #CD1323 !important;
}

.btn-red:focus,
.btn-red:active {
	color: #ffffff !important;
	background: #CD1323 !important;
	border-color: #CD1323 !important;
}

.btn-red:active:focus,
.btn-red:hover {
	color: #ffffff !important;
	background: rgba(205, 19, 35, 0.85) !important;
	border-color: rgba(205, 19, 35, 0.85) !important;
}

.btn-red:active:focus .icon *,
.btn-red:hover .icon * {
	fill: rgba(205, 19, 35, 0.85);
}
/* buttons */

.common-category{
	padding: 14px 27px;
	color: #ffffff;
}

.common-category *{
	color: inherit;
	margin-bottom: 0;
}

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 60px;
	z-index: 999;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.header.h-stick {
	top: 0;
}

.header .h-content {
	display: flex;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
}

.header .h-content > * {
	flex: 1 0 0;
	max-width: 100%;
}

.header .h-content .h-left {
	flex: 0 0 auto;
	width: 335px;
}

.header .h-content .h-logo {
	position: relative;
	z-index: 99999;
	width: 100%;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	box-shadow: 0px 3px 3.6px 1.4px rgba(45, 45, 45, 0.41);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.header.h-stick .h-content .h-logo {
	height: 95px;
}

.header .h-content .h-logo a {
	text-decoration: none;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: 'Albert Sans', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 125%;
	text-transform: capitalize;
	color: #000000;
}

.header .h-content .h-logo a * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .h-contact-part {
	position: relative;
	z-index: 9999;
	background: #95C11F;
	padding: 4px 60px 4px 45px;
	margin-left: -15px;
	transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
}

/* .header.h-stick .h-contact-part {
	margin-left: -15px;
	padding-left: 60px;
} */

.header .h-contact-part:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	width: 60000px;
	height: 100%;
	z-index: -1;
	background: #95C11F;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.header.h-stick .h-contact-part:before {
	opacity: 1;
}

.header .h-contact-part ul {
	display: block;
	margin: 0 -25px;
	padding: 0;
	list-style-type: none;
}

.header .h-contact-part ul li {
	display: inline-block;
	margin: 0 25px;
	padding: 0;
	list-style-type: none;
	font-weight: 700;
	font-size: 14px;
	color: #ffffff;
}

.header .h-contact-part ul li svg {
	position: relative;
	top: 1px;
}

.header .h-contact-part ul li a {
	text-decoration: none;
	color: inherit;
}

.header .h-contact-part ul li a:hover {
	color: #000000;
}

.header .h-navigation {
	position: relative;
	padding: 0 55px 0 40px;
	margin-left: -15px;
	background: url('../images/h-nav-wooden-bg.webp') repeat;
	background-size: 700px 60px;
}

.header .h-navigation:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	width: 60000px;
	height: 100%;
	opacity: 0;
	background: url('../images/h-nav-wooden-bg.webp') repeat;
	background-size: 700px 62px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.header.h-stick .h-navigation:before {
	opacity: 1;
}

/* .header.h-stick .h-navigation {
	padding-left: 55px;
} */

.header .h-navigation .navbar {
	padding: 20px 0;
	justify-content: flex-end;
}

.header .h-navigation .navbar .navbar-toggler {
	position: relative;
	z-index: 9999;
	width: 35px;
	height: 30px;
	padding: 6px 6px;
	box-shadow: none !important;
	border: none;
	z-index: 9999;
	background: #95C11F;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.header .h-navigation .navbar .navbar-toggler .hamburger-toggle {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.header .h-navigation .navbar .navbar-toggler .hamburger {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.header .h-navigation .navbar .navbar-toggler .hamburger span {
	width: 100%;
	height: 2px;
	background: #ffffff;
	position: relative;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.header .h-navigation .navbar .navbar-toggler .hamburger span:first-child {
	top: 8px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.header .h-navigation .navbar .navbar-toggler .hamburger span:nth-child(2) {
	opacity: 0;
}

.header .h-navigation .navbar .navbar-toggler .hamburger span:last-child {
	margin: 0;
	top: -8px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.header .h-navigation .navbar .navbar-toggler.collapsed .hamburger span {
	opacity: 1 !important;
	top: auto !important;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
}

.header .h-navigation .navbar .navbar-nav {
	margin: 0;
}

.header .h-navigation .navbar .navbar-nav .nav-item {
	margin: 0 27px;
}

.header .h-navigation .navbar .navbar-nav .nav-item:first-child {
	margin-left: 0;
}

.header .h-navigation .navbar .navbar-nav .nav-item:last-child {
	margin-right: 0;
}

.header .h-navigation .navbar .navbar-nav .nav-item .nav-link {
	font-weight: 700;
	font-size: 18px;
	line-height: 125%;
	color: #ffffff;
	padding: 0;
}

.header .h-navigation .navbar .navbar-nav .nav-item.active .nav-link,
.header .h-navigation .navbar .navbar-nav .nav-item.current-menu-item .nav-link,
.header .h-navigation .navbar .navbar-nav .nav-item.current-menu-parent .nav-link,
.header .h-navigation .navbar .navbar-nav .nav-item.current_page_parent .nav-link,
.header .h-navigation .navbar .navbar-nav .nav-item .nav-link.active,
.header .h-navigation .navbar .navbar-nav .nav-item .nav-link.current-menu-item,
.header .h-navigation .navbar .navbar-nav .nav-item .nav-link.current-menu-parent,
.header .h-navigation .navbar .navbar-nav .nav-item .nav-link.current_page_parent,
.header .h-navigation .navbar .navbar-nav .nav-item .nav-link:hover {
	color: #95C11F;
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/
.content .content-wrapper {
	padding-top: 95px;
	padding-bottom: 45px;
}

/* banner */
.banner-section {
	position: relative;
	z-index: 99;
}

.banner-section .banner-main-image {
	height: 492px;
	overflow: hidden;
}

.banner-section.home-banner-section .banner-main-image {
	height: 810px;
}

.banner-section .banner-main-image .banner-image {
	height: 100%;
}

.banner-section .banner-main-image .banner-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.banner-section .banner-overlay-shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
}

.banner-section .banner-overlay-shape * {
	width: 100%;
}
/* banner */

/* makes-us */
.makes-us-section .makes-us-description {
	padding-left: 15px;
	padding-right: 15px;
}

.makes-us-section .common-category{
	padding-left: 85px;
	max-width: 580px;
	margin-bottom: 34px;
	margin-left: -87px;
}

.makes-us-section .makes-us-list .makes-us-block {
	padding: 42px 0 55px 37px;
	background: #ffffff;
	margin-bottom: 47px;
}

.makes-us-section .makes-us-list .makes-us-block:last-child {
	margin-bottom: 0;
}

.makes-us-section .makes-us-block > .row {
	margin: 0;
}

.makes-us-section .makes-us-block > .row > * {
	padding: 0;
}

.makes-us-section .makes-us-block .makes-us-slider {
	height: 100%;
}

.makes-us-section .makes-us-block .makes-us-slider .makes-us-carousel {
	height: 100%;
}

.makes-us-slider .slide-arrow{
	background: transparent;
	border: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.makes-us-slider .slide-arrow:hover{
	filter: brightness(0) saturate(100%) invert(79%) sepia(11%) saturate(3051%) hue-rotate(27deg) brightness(92%) contrast(81%);
}

.makes-us-slider .slide-arrow.next-arrow{
	right: 28px;
}

.makes-us-slider .slide-arrow.prev-arrow{
	left: 20px;
	z-index: 1;
}

.makes-us-section .makes-us-block .makes-us-image {
	height: 100%;
}

.makes-us-section .makes-us-block .makes-us-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.makes-us-section .makes-us-block .makes-us-main-detail {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}


.makes-us-section .makes-us-block .makes-us-main-detail .makes-us-detail {
	max-width: 100%;
	width: calc(100% - 90px);
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.makes-us-section .makes-us-block .makes-us-main-detail .makes-us-detail .makes-detail ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.makes-us-section .makes-us-block .makes-us-main-detail .makes-us-detail .makes-detail ul li {
	display: block;
	margin: 0;
	padding: 0 0 0 25px;
	list-style-type: none;
	position: relative;
}

.makes-us-section .makes-us-block .makes-us-main-detail .makes-us-detail .makes-detail ul li:before {
	position: absolute;
	content: "→";
	left: 0;
	top: -2px;
}

.makes-us-section .makes-us-block .block-title {
	color: #95C11F;
}

.makes-us-section .makes-us-block .makes-us-main-detail .resturant-hours-button {
	margin-top: 20px;
}

.makes-us-section .makes-us-block .makes-us-main-detail .resturant-hours-button .btn {
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
}

.makes-us-carousel {
	opacity: 0;
}

.makes-us-carousel.slick-initialized {
	opacity: 1;
}

.makes-us-carousel .slick-track {
	display: flex;
	justify-content: center;
	height: 100%;
}

.makes-us-carousel .slick-list {
	height: 100%;
}

.makes-us-carousel .slick-slide {
	height: inherit;
}
/* makes-us */

/* restaurant-charm-section */
.restaurant-charm-section .restaurant-charm-description{
	padding: 0 15px;
}

.restaurant-charm-cart{
	padding: 36px 33px 41px 40px;
	max-width: 580px;
}

.restaurant-charm-cart .details p:last-child{
	margin-bottom: 0;
}

.restaurant-charm-left .common-category{
	margin-left: -87px;
	max-width: 580px;
	margin-bottom: 30px;
}

.restaurant-charm-list .restaurant-charm-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.restaurant-charm-list .restaurant-charm-wrapper > * {
	flex: 1 0 0;
	max-width: 100%;
}

.restaurant-charm-list .restaurant-charm-wrapper .restaurant-charm-right {
	flex: 0 0 auto;
	width: 296px;
	margin-left: 135px;
}

.restaurant-charm-cart .extra-small-block-title{
	margin-bottom: 11px;
}

.restaurant-song .tag{
	color: #ffffff;
	padding: 7px 7px 7px 13px;
	width: 384px;
	margin-right: -88px;
	margin-left: auto;
	position: relative;
}

.restaurant-song .restaurant-video-frame{
	margin-left: 30px;
	position: relative;
}

.restaurant-video-frame .restaurant-video-img {
	position: relative;
	z-index: 1;
	margin-left: -60px;
}

.restaurant-video-frame .restaurant-video-img * {
	width: 100%;
}

.restaurant-video-frame .restaurant-video {
	max-width: 220px;
    height: 209px;
    position: absolute;
    top: 10px;
    left: -6px;
}

.restaurant-video-frame {
	position: relative;
}

.restaurant-video-frame .video-play-pause {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 85px;
	height: 85px;
	font-size: 42px;
	line-height: 100%;
	text-decoration: none;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #ffffff;
	background: #95C11F;
	margin-left: -30px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.restaurant-video-frame:hover .video-play-pause {
	opacity: 1;
}

.restaurant-video-frame .video-play-pause:hover {
	background: #565656;
}

.restaurant-video-frame .video-play-pause:before {
	position: relative;
	content: "\f04b";
	font-family: "FontAwesome";
	left: 4px;
}

.restaurant-video-frame .video-play-pause.video-playing {
	opacity: 0;
}

.restaurant-video-frame .video-play-pause.video-playing:hover {
	opacity: 1;
}

.restaurant-video-frame .video-play-pause.video-playing:before {
	content: "\f04c";
	left: 0;
}

.restaurant-video-frame .restaurant-video * {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .restaurant-charm-wrapper .restaurant-charm-left{
	max-width: 580px;
	width: 100%;
	flex: 0 0 auto;
} */

.restaurant-charm-left .next-event-cart{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 19px 21px 23px 13px;
	margin-bottom: 70px;
}

.restaurant-charm-left .next-event-cart > * {
	flex: 1 0 0;
	max-width: 100%;
}

.restaurant-charm-list .restaurant-charm-wrapper .btn {
	font-size: 16px;
}

/* .next-event-cart .next-event-details{
	margin-right: 9px;
} */

.next-event-cart .next-event-details .next-event-title{
	background: #95C11F;
	color: #ffffff;
	padding: 0 0 0 10px;
	font-weight: 700;
	font-size: 20px;
	max-width: 150px;
	margin-bottom: 12px;
}

.next-event-cart .next-event-details .next-event-title *{
	color: inherit;
}

.next-event-cart .next-event-details ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.restaurant-charm-left .next-event-img {
	flex: 0 0 auto;
	width: 202px;
	margin-left: 15px;
}

.next-event-cart .next-event-img{
	height: 143px;
	/* max-width: 202px; */
}

.next-event-cart .next-event-img *{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.restaurant-charm-left .next-event{
	background: #95C11F;
	color: #ffffff;
	padding: 7px 13px;
	font-size: 24px;
	font-weight: 700;
	max-width: 387px;
}

.restaurant-charm-left .next-event *{
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

.restaurant-charm-list .restaurant-charm-v2{
	margin-bottom: 102px;
}

.restaurant-charm-right .next-urchig-block{
	max-width: 294px;
}

.restaurant-charm-right .next-urchig-block .next-urchig-img * {
	width: 100%;
}

.next-urchig-block .btn-container{
	display: flex;
	align-items: center;
}

.next-urchig-block .btn-container > * {
	flex: 1 0 0;
	max-width: 100%;
}

.next-urchig-block .btn-container .btn{
	font-weight: 700;
	font-size: 10px;
	line-height: 220%;
	padding: 13px 12px;
}

.next-urchig-block .btn-container .btn .icon{
	min-width: 15px;
	height: 15px;
}

.next-urchig-block .btn-container .date{
	font-weight: 700;
	padding: 13px;
	flex: 1 0 0;
	color: #fff;
	font-size: 15px;
}


.next-urchig-block .btn-container .btn .icon *{
	font-size: 10px;
}

.next-urchig-block .next-urchig-title{
	padding: 12px;
	font-size: 15px;
	font-weight: 700;
	color: #000000;
}

.restaurant-charm-v2 .restaurant-song .tag{
	margin-bottom: 0;
	/* margin-right: -88px; */
}

.restaurant-charm-v3 .base-probe-block .base-img{
	height: 426px;
	max-width: 580px;
} 

.restaurant-charm-v3 .base-probe-block .base-img *{
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.restaurant-charm-left .base-probe-block{
	position: relative;
	padding: 70px 78px 155px;
	background: url('../images/base-probe.webp') no-repeat;
	background-size: 100% 100%;
}

.base-probe-block .base-probe-details{
	font-family: 'Dancing Script';
	font-size: 36px;
	line-height: normal;
	font-weight: 700;
	color: #fff;
	max-width: 453px;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.base-probe-block .base-probe-details *{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-weight: inherit;
}

/* .base-probe-block .base-probe-details{
	position: absolute;
	top: 70px;
	left: 78px;
} */

.restaurant-charm-v3 {
	margin-bottom: 47px;
}

.restaurant-song.icon .tag::after{
	content: "";
	display: inline-block;
	background-image: url('../images/music-icon.svg');
	background-repeat: no-repeat;
	background-size: cover;
	width: 131px;
	height: 61px;
	position: absolute;
	top: -24px;
    right: 90px;
	margin-bottom: 0;
}

.restaurant-charm-v3 .restaurant-song .tag{
	margin-bottom: 0;
	/* margin-right: -88px; */
}

.with-probe-details{
	padding: 22px 14px 32px 24px;
	max-width: 294px;
}

.with-probe-details p:last-child{
	margin-bottom: 0;
}

.restaurant-charm-v3 .restaurant-charm-right{
	margin-left: 30px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.restaurant-charm-list .restaurant-charm-wrapper:first-child{
	/* margin-bottom: 12px; */
	margin-bottom: 45px;
}
/* restaurant-charm-section */

/* loft-be-us-section */
.loft-be-us-section .loft-be-us-description {
	padding-left: 15px;
	padding-right: 15px;
}

.loft-be-us-section .section-title {
	position: relative;
	display: inline-block;
	color: #ffffff;
	margin-bottom: 29px;
	z-index: 9;
	margin-left: -87px;
	padding: 15px 75px 15px 84px;
	background: linear-gradient(0deg, #95C11F 0%, #95C11F 100%);
}

.loft-be-us-section .section-title:before {
	position: absolute;
	content: "";
	left: 100%;
	bottom: 0;
	margin-left: -36px;
	width: 191px;
	height: 89px;
	background: url('../images/music-layer-shape.svg') no-repeat;
	background-size: 100% 100%;
}

.loft-be-us-section .section-title > * {
	position: relative;
}

.loft-be-us-section .loft-be-us-block {
	padding: 35px 15px 17px 40px;
	background: #ffffff;
}

.loft-be-us-section .loft-be-us-block .view-program-button {
	margin-top: 40px;
	text-align: right;
}

.loft-be-us-section .loft-be-us-block .view-program-button .btn {
	font-size: 12px;
}

.loft-be-us-section .loft-be-us-block .view-program-button .btn .icon {
	min-width: 15px;
	height: 15px;
}

.loft-be-us-section .loft-be-us-block .view-program-button .btn .icon * {
	font-size: 10px;
}

.loft-be-us-section .loft-be-us-sidebar .loft-be-board-block {
	padding: 55px 55px 100px;
	background: url('../images/loft-be-board-bg.webp') no-repeat;
	background-size: 100% 100%;
}

.loft-be-us-section .loft-be-us-sidebar .loft-be-board-block .board-title {
	font-family: 'Dancing Script';
	font-weight: 700;
	font-size: 36px;
	line-height: 111.111%;
	color: #ffffff;
	margin-bottom: 10px;
}

.loft-be-us-section .loft-be-us-sidebar .loft-be-board-block .board-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.loft-be-us-section .loft-be-us-sidebar .loft-be-board-block .detail {
	font-family: 'Dancing Script';
	font-size: 24px;
	line-height: 166.667%;
	color: #ffffff;
}
/* loft-be-us-section */

/* eventplan-section */
.eventplan-section {
	padding: 72px 42px;
}

.eventplan-section .eventplan-description {
	padding-left: 15px;
	padding-right: 15px;
}

.eventplan-section .section-title {
	color: #ffffff;
	margin-bottom: 65px;
	display: inline-block;
	padding: 14px 33px 14px 84px;
	background: linear-gradient(0deg, #95C11F 0%, #95C11F 100%);
	margin-left: -87px;
} 

.eventplan-vouchers-block {
	background: #ffffff;
	padding: 35px 40px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}

.eventplan-vouchers-block .extra-small-block-title {
	margin-bottom: 10px;
}

.eventplan-vouchers-block .vouchers-main-detail {
	margin-bottom: 60px;
}

.eventplan-vouchers-block .reserve-contact .extra-small-block-title {
	margin: 0;
	display: inline-block;
}

.eventplan-vouchers-block .reserve-contact .extra-small-block-title span {
	display: inline-block;
	position: relative;
	top: -6px;
	margin-right: 5px;
}

.eventplan-vouchers-block .reserve-contact .extra-small-block-title a {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: #95C11F;
}

.eventplan-vouchers-block .reserve-contact .extra-small-block-title a:hover {
	color: #565656;
}

.eventplan-vouchers-block .reserve-contact .extra-small-block-title a:before {
	position: relative;
	content: "";
	width: 40px;
	height: 32px;
	display: inline-flex;
	background: url("../images/phone.svg") no-repeat;
	background-size: 100% 100%;
	margin-right: 10px;
}

.eventplan-schedule-block {
	padding: 45px 40px;
	margin-bottom: 60px;
}

.eventplan-schedule-block .schedule-block {
	position: relative;
	padding: 20px 0;
}

.eventplan-schedule-block .schedule-block:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: linear-gradient(0deg, #95C11F 0%, #95C11F 100%);
}

.eventplan-schedule-block .schedule-block:last-child:before {
	display: none;
}

.eventplan-schedule-block .schedule-block .schedule-main-detail {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 -17px;
}

.eventplan-schedule-block .schedule-block .schedule-main-detail > * {
	flex: 1 0 0;
	max-width: 100%;
	margin-left: 17px;
	margin-right: 17px;
}

.eventplan-schedule-block .schedule-block .schedule-main-detail .title {
	flex: 0 0 auto;
	width: 160px;
	font-weight: 700;
	font-size: 20px;
	line-height: 110%;
	color: #ffffff;
	background: linear-gradient(0deg, #95C11F 0%, #95C11F 100%);
	padding: 2px 10px;
}

.eventplan-schedule-block .schedule-block .schedule-main-detail .title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.eventplan-schedule-block .schedule-block .schedule-main-detail .title a {
	text-decoration: none;
}

.eventplan-schedule-block .schedule-block .schedule-main-detail .title a:hover {
	opacity: 0.7;
}

.eventplan-schedule-block .schedule-block .schedule-main-detail .extra-small-block-title {
	flex: 0 0 auto;
	width: 195px;
}

.eventplan-schedule-block .schedule-block .schedule-main-detail .main-detail *:last-child {
	margin-bottom: 0;
}
/* eventplan-section */

/* contact-page */
.contact-section{
	padding: 0 0 51px;
}

.eventplan-section.contact-section .section-title{
	margin-bottom: 59px;
}

.contact-section .location-block{
	padding: 36px 30px 39px 37px;
}

.location-block .extra-small-block-title{
	margin-bottom: 19px;
}

.location-block .location-block-map{
	height: 363px;
}

.location-block .location-block-map *{
	height: 100%;
	width: 100%;
}

.contact-section .location-block{
	max-width: 954px;
	margin-right: auto;
}

.location-block .location-block-details .extra-small-block-title{
	margin-bottom: 11px;
}

.location-block-details .location-block-main-details ul{
	padding: 0;
	margin: 0 0 21px;
	list-style: none;
}

.location-block-details .location-block-main-details ul li {
	line-height: 125%;
}

.location-block-details .location-block-main-details ul li a{
	color: #95C11F;
	text-decoration: none;
}

.location-block-details .location-block-main-details ul li a:hover{
	opacity: 0.5;
}

.location-block-details .btn-container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.location-block-details .btn-container .btn{
	font-size: 12px;
	padding: 12px 9px;
	line-height: 100%;
	line-height: normal;
}

.location-block-details .btn-container .btn .icon{
	min-width: 15px;
	width: 15px;
	height: 15px;
}

.location-block-details .btn-container .btn .icon *{
	font-size: 8px;
}

.contact-section .location-block-details{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
/* contact-page */
/* 2-jun-25 */
.eventplan-section.contact-section .section-title{
	margin-left: -97px;
	padding: 15px 147px 15px 97px;
}
/* 2-jun-25 */

.eventplan-section.faq-section .section-title{
	margin-left: -97px;
	margin-bottom: 63px;
	padding: 15px 46px 15px 102px;
}

.eventplan-section.faq-section{
	padding: 0;
}

/* 2-jun-25 */
/* .eventplan-section.faq-section .section-title{
	margin-bottom: 63px;
} */
/* 2-jun-25 */

.faq-block .accordion .accordion-item{
	margin-bottom: 19px;
}

.faq-block .accordion .accordion-button::after{
	background: url('../images/accordion-button.webp') no-repeat;
	/* background: url('../images/accordion-arrow.svg'); */
	width: 15px;
	height: 15px;
	background-size: 100% 100%;
}

.faq-block .accordion .accordion-item{
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.faq-block .accordion .accordion-item .accordion-button{
	font-size: 20px;
	line-height: normal;
	color: #565656;
	font-weight: 700;
	padding: 21px 24px;
	cursor: pointer;
}

.accordion-button:not(.collapsed){
	background-color: #fff;
}

.accordion-button:focus{
	box-shadow: unset;
}

.accordion-button:not(.collapsed){
	box-shadow: unset;
}

.faq-block .accordion .accordion-item:last-child{
	margin-bottom: 0;
}

.contact-page .content-wrapper{
	padding-bottom: 109px;
}
/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	position: relative;
	z-index: 9;
	background: linear-gradient(0deg, #95C11F 0%, #95C11F 100%);
}

.footer .f-back-shape {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 133px;
	z-index: -1;
}

.footer .f-content {
	padding-left: 15px;
	padding-right: 15px;
}

.footer .f-logo {
	display: inline-block;
	max-width: 237px;
	width: 100%;
	margin-bottom: 28px;
}

.footer .f-logo * {
	width: 100%;
}

.footer .f-top {
	padding-top: 95px;
}

.footer .f-block {
	margin-bottom: 35px;
}

.footer .f-block .f-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 125%;
	color: #ffffff;
	margin-bottom: 10px;
}

.footer .f-block .f-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.footer .f-block .f-title a {
	text-decoration: none;
}

.footer .f-block .f-title a:hover {
	color: #565656;
}

.footer .f-block .f-detail {
	font-weight: 400;
	color: #ffffff;
	line-height: 135%;
}

.footer .f-logo-detail-block .f-detail a {
	text-decoration: none;
	color: inherit;
}

.footer .f-logo-detail-block .f-detail a:hover {
	color: #565656;
}

.footer .f-bottom {
	padding-top: 15px;
	padding-bottom: 5px;
}

.footer .f-bottom ul {
	display: block;
	margin: 0 -23px;
	padding: 0;
	list-style-type: none;
}

.footer .f-bottom ul li {
	display: inline-block;
	margin: 0 23px 15px;
	padding: 0;
	list-style-type: none;
	font-weight: 700;
	color: #ffffff;
}

.footer .f-bottom ul li a {
	text-decoration: none;
	color: inherit;
}

.footer .f-bottom ul li.active > a,
.footer .f-bottom ul li.current-menu-item > a,
.footer .f-bottom ul li.current-menu-parent > a,
.footer .f-bottom ul li.current_page_parent > a,
.footer .f-bottom ul li a.active,
.footer .f-bottom ul li a.current-menu-item,
.footer .f-bottom ul li a.current-menu-parent,
.footer .f-bottom ul li a.current_page_parent,
.footer .f-bottom ul li a:hover {
	color: #565656;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/