/*
Theme Name: Resto King
Text Domain: restoking
Version: 2.0
Requires at least: 1.5
Requires PHP: 7.2.9
Description: Resto King Sanlabs Theme A beautiful and stylish for Restaurant and Cafe. Featuring super neat home pages with tons of food elements.
Tags: restaurant, cafe, food, cake
Author: the Sanlabs team
Author URI: https://sanlabs.my.id/
Theme URI: https://sanlabs.my.id/themes/resto-king/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like sanlabs, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/* Font properties ======================================================== */
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=ZCOOL+XiaoWei&display=swap');

/* Global properties ======================================================== */

/* transform */
:root {
  /**
  @Font Family Declaration
  */
  --san-ff-open-sans: "Open Sans", sans-serif;
  --san-ff-montserrat-alt: "Montserrat Alternates", sans-serif;
  --san-ff-vibes: "Great Vibes", cursive;
  --san-ff-zcool: "ZCOOL XiaoWei", sans-serif;
  --san-ff-recoleta-r: "Recoleta Regular", sans-serif;
  --san-ff-recoleta-m: "Recoleta Medium", sans-serif;
  --san-ff-recoleta-b: "Recoleta Bold", sans-serif;
  --san-ff-larsseit: "Larsseit", sans-serif;
  --san-icon-font: "Font Awesome 6 Pro";
  --san-icon-moon: "icomoon";
 
  /**
  @color declaration
  */
  --san-white: #ffffff;
  --san-white-2: #F9F9F9;
  --san-black: #000000;
  --san-black-2: #050A16;
  --san-blue: #3473CF;
  --san-blue-2: #454396;
  --san-dark-blue: #140C56;
  --san-mocca: #C59D5F;
}

html {
  scroll-behavior: smooth;
}

body{ 
	font-family:var(--san-ff-open-sans);
	overflow-x:hidden;
}
body {
  /*padding-top: 56px;*/
}

a, a:hover {
  text-decoration: none;
}

a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	text-decoration: none;
}
a:focus,
.btn:focus,
button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

a,
button {
	color: #FAA432;
	outline: medium none;
	text-decoration: none;
}
.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0;
	box-shadow: none;
	border-color: rgba(0,0,0,.125);
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
	font-family: var(--san-ff-zcool);
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
	border:0;
}

/* ================================= */
/* == TYPO ========================= */
/* ================================= */

/* Font Weight */

.san-fw-100{
	font-weight: 100;
}
.san-fw-200{
	font-weight: 200;
}
.san-fw-300{
	font-weight: 300;
}
.san-fw-400{
	font-weight: 400;
}
.san-fw-500{
	font-weight: 500;
}
.san-fw-600{
	font-weight: 600;
}
.san-fw-700{
	font-weight: 700;
}
.san-fw-800{
	font-weight: 800;
}
.san-fw-900{
	font-weight: 900;
}

/* Utility */

.san-py-70{
	padding-top:70px;
	padding-bottom:70px;
}

.san-py-100{
	padding-top:100px;
	padding-bottom:100px;
}

.san-pt-100{
	padding-top:100px;
}

.san-pt-150{
	padding-top:150px;
}

.san-pb-50{
	padding-bottom:50px;
}

.san-pb-100{
	padding-bottom:100px;
}

.bg-mocca{
	background:var(--san-mocca);
}

.bg-grey{
	background:#f9f6f1;
}

.more-button{
	font-family:var(--san-ff-zcool);
}
.more-button button{
	color:#fff;
	border:dashed;
	font-size: 1.6rem;
	font-weight: 800;
	text-shadow: 2px 2px 4px rgba(104, 104, 109, 1);
}

@media only screen and (max-width: 767px) {
	.san-py-70{
		padding-top:0;
		padding-bottom:0;
	}
}

/* Shadow */
.san-shadow-1{
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.san-shadow-2{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

/* Overlay */

.bg-image-handle{
	background: #444;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Default Section Title */

.san-title h1{
	font-family:var(--san-ff-lato);
	font-size:6rem;
	font-weight:600;
	color:var(--san-white);
}
.san-title h2{
	font-family:var(--san-ff-lato);
	font-size:4rem;
	font-weight:600;
	color:var(--san-white);
}
.san-title h3{
	font-family:var(--san-ff-lato);
	font-size:1.2rem;
	font-weight:500;
	color:var(--san-white);
}

@media only screen and (max-width: 1023px) {

}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 767px) {
	.min-vh-100{
		min-height:auto !important;
	}
	.san-title h1{
		font-size:2rem;
		text-align: center;
		line-height:2rem;
	}
}

/* divider */

.san-divider{
	display: flex;
	text-align: left;
	padding-block-start: 15px;
	padding-block-end: 15px;
}
.san-divider-separator{
	display: flex;
	direction: ltr;
	width: 100%;
	margin: 0 auto;
	margin-left: 0;
	align-items: center;
}

.san-divider-separator::after{
	display: block;
	content: "";
	border-block-end: 0;
	flex-grow: 1;
	border-block-start: 1px solid var(--san-blue-2);
}
.san-divider__text {
	color: var(--san-blue-2);
	font-family: var(--san-ff-recoleta-m);
	font-size: 20px;
	font-weight: 500;
	margin-right:10px;
}
.san-divider__text i {
	font-size: 30px;
}

/* Ratio */

.ratio-9x16{
	aspect-ratio: 9/11;
}

.clap-detail{
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-word;
}
.readmore {
	border: medium;
	padding: 0px;
	background-color: transparent;
	margin-top: 10px;
	color: var(--GN500,#00AA5B);
	font-size: 0.75rem;
	font-weight: 600;
	cursor: pointer;
}
.apper{
	animation: appear 6s infinite;
}
@keyframes appear {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/* Loader */
.loading-data i{
	font-size:2rem;
}

.loading-data .loader {
    display: block;
    position: relative;
    height: 15px;
    width: 100%;
    border: 2px solid var(--san-blue-2);
    border-radius: 10px;
    overflow: hidden;
}

.loading-data .loader::after {
    content: "";
    width: 40%;
    height: 100%;
    background: var(--san-blue-2);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    animation: animloader 2s linear infinite;
}
.loading-data .loader-text{
	font-size:9px;
	text-transform:uppercase;
	position:absolute;
	left: 0; 
	right: 0; 
	margin-inline: auto; 
	width: fit-content;
	animation: blink 1s linear infinite;
}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}

@keyframes animloader {
    0% {
        left: 0;
        transform: translateX(-100%);
    }
    100% {
        left: 100%;
        transform: translateX(0%);
    }
}


/* Modal */

#aboutmodal .modal-dialog{
	pointer-events:auto;
}

#aboutmodal .modal-dialog .closed{
	position:absolute;
	top:-18px;
	right:-12px;
	background:var(--san-blue-2);
	border-radius:50%;
	border:4px solid var(--san-white);
	padding:0px;
	line-height:0;
	z-index:1;
}

#aboutmodal .modal-dialog .closed .btn{
	color:var(--san-white);
	font-size:1.5rem;
	line-height:0;
	width:50px;
	height:50px;
	padding:0;
}

#aboutmodal .modal-content {
	color: var(--bs-modal-color);
	/*background-color: rgb(198,217,244);*/
	border-radius: var(--bs-modal-border-radius);
}

#aboutmodal .modal-content .modal-body{
	padding:30px;
}

#aboutmodal .modal-content .modal-body h2{
	font-family:var(--san-ff-recoleta-m);
	font-size:1.5rem;
	font-weight:600;
	margin-bottom:1rem;
}
#aboutmodal .modal-content .modal-body p{
	font-family:var(--san-ff-Larsseit);
	font-size:1rem;
	font-weight:500;
}

.anim-lr {
  -webkit-animation: linear infinite;
  -webkit-animation-name: alr;
  -webkit-animation-duration: 5s;
}
@-webkit-keyframes alr {
  0% {
    left: 7%;
  }
  50% {
    left: 9%;
  }
  100% {
    left: 7%;    
  }
}

.anim-rl {
  -webkit-animation: linear infinite;
  -webkit-animation-name: arl;
  -webkit-animation-duration: 5s;
}
@-webkit-keyframes arl {
  0% {
    right: 0;
  }
  50% {
    right: 5%;
  }
  100% {
    right: 0;    
  }
}

.anim-tb {
  -webkit-animation: linear infinite;
  -webkit-animation-name: updown;
  -webkit-animation-duration: 5s;
}
@-webkit-keyframes updown {
  0% {
    top: 0;
  }
  50% {
    top: 3%;
  }
  100% {
    top: 0;    
  }
}

.anim-bt {
  -webkit-animation: linear infinite;
  -webkit-animation-name: downup;
  -webkit-animation-duration: 5s;
}
@-webkit-keyframes downup {
  0% {
    bottom: 3%;
  }
  50% {
    bottom: 5%;
  }
  100% {
    bottom: 3%;    
  }
}

/* ================================= */
/* == NAV ========================== */
/* ================================= */
.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav {
    color: rgba(255, 255, 255, 0.75);
}

.nav-scroller .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    color: #6c757d;
}

.nav-scroller .nav-link:hover {
    color: #007bff;
}

.nav-scroller .active {
    font-weight: 500;
    color: #343a40;
}


/* ================================= */
/* == HEADER: ====================== */
/* ================================= */

.header input:hover, .header input:focus {
  outline: none !important;
}

.header a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header a:hover, .header a :hover {
  color: #ff8b23;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header a:focus, .header .button:focus, .header button:focus, .header .btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: 1s;
  transition: 1s;
}

.header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}


/* == DEFAULT ====================== */

.header {

  transition: background 0.4s, all 0.3s linear;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  }

.header.header-custom {
	position:relative !important;
}

/* ================================= */
/* == MAIN MENU ==================== */
/* ================================= */

/* == DEFAULT STYLE ================ */

.header .main-menu {
	animation-duration: 1.5s;
	font-family: var(--san-ff-open-sans);
	font-size:14px;
	font-weight:700;
	color: #222222;
	text-transform: uppercase;
	letter-spacing: 0.095em;
	margin-top:30px;
	/*background:rgba(0,0,0,.3);*/
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3141456411666229) 50%, rgba(0,0,0,0) 100%);
}

.header .main-menu.navbar-light a{
	color:#ffffff;
}
.header .main-menu.navbar-light .dropdown-menu a{
	color:#333333;
}
.header .navbar-light.menu-scroll a{
	color:#ffffff;
}

.header .main-menu.navbar-light a:hover, .header .main-menu.navbar-light a :hover {
  color: #ff8b23;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header .main-menu .navbar-brand img {
	font-family: var(--san-ff-zcool);
}

.header .main-menu .navbar-brand img {
	max-height:70px;
}

.header .main-menu .navbar-brand {
	font-family: var(--san-ff-zcool);
}

.header .navbar-light.menu-scroll{
	animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
	top:0;
	z-index: 9 !important;
	background:var(--san-mocca);
	box-shadow: 0 10px 15px rgba(0,0,0,.05);
	padding-top:5px;
}

.header .main-menu.menu-scroll .navbar-brand img {
	max-height:50px;
}

.header .navbar .navbar-nav .nav-item .nav-link{
	padding-left: 1rem;
	padding-right: 1rem;
}

@media (max-width: 767px) {
	.fixed-top{
		/*position:static;*/
	}
	.header .navbar-light.menu-scroll{
		position:fixed;
		padding:8px 0;
	}
	.header .main-menu {
		padding-top:0;
		padding-bottom:0;
		/*background:var(--san-blue);*/
	}
	.header .main-menu .navbar-toggler {
		color: #FFF;
		border-color: #FFF;
		padding:8px 10px;
		border:0;
	}
	.header .main-menu .navbar-toggler i{
		transform: scaleX(-1);
	}
	.header .main-menu .navbar-brand img {
		max-height: 50px;
	}
	.header .navbar-light.menu-scroll .navbar-toggler {
		color: #FFF;
		border-color: #FFF;
		padding:8px 10px;
	}
	.header .navbar-light.menu-scroll .navbar-toggler-icon {
		
	}
	
}


@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}

/* ================================= */
/* == HEADER SLIDE ================= */
/* ================================= */

.home-header-slider{
	
}
.home-header-slider.swiper {
    width: 100%;
    height: 100%;
}

.home-header-slider .swiper-slide {
    background: #fff;
	/*
    display: flex;
    justify-content: center;
    align-items: center;
	*/
}

.home-header-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-header-slider .swiper {
    margin-left: auto;
    margin-right: auto;
}

.home-header-slider .swiper .swiper-slide{
	/*height: 100%;*/
	height: 100vh;
	width:100%;
}

.home-header-slider .swiper .swiper-slide .overlay{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: rgba(0, 0, 0, .4);
}

.home-header-slider .swiper .swiper-slide .image {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position:relative;
}

.home-header-slider .swiper .swiper-slide .image img {
  display:block;
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
}

.home-header-slider .swiper .swiper-slide .centered{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:90%;
}

.home-header-slider .swiper .swiper-slide .content {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	left: 0;
}

.home-header-slider .swiper .swiper-slide .content .mini-title {
	font-family:var(--san-ff-vibes);
	font-size: 24px;
	line-height: 1.1;
	margin-bottom: 10px;
	display: block;
	color: #fff;
	font-weight: 700;
}

.home-header-slider .swiper .swiper-slide .content .title {
	font-family:var(--san-ff-zcool);
	font-size: 80px;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 0;
	text-transform: capitalize;
	font-weight: 600;
	text-shadow: 0px 10px 40px rgba(0,0,0,0.3);
}

.home-header-slider .swiper .swiper-slide .content .sub-title {
	font-family:var(--san-ff-vibes);
	font-size: 24px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 35px;
	line-height: 1;
	font-weight: 400;
}

.home-header-slider .swiper .swiper-slide .content .btn {
	font-family:var(--san-ff-open-sans);
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: #fff;
	box-shadow: rgba(60,64,67,.3) 0 1px 2px 0,rgba(60,64,67,.15) 0 1px 3px 1px;
}

@media only screen and (max-width: 767px) {
	.home-header-slider .swiper .swiper-slide .centered .san-title{
		min-height:100px;
	}
}


/* ================================= */
/* == SPIN ================= */
/* ================================= */

.img-box6 {
    margin: 0 50px;
    position: relative;
    z-index: 2;
    padding: 50px 0;
    text-align: center;
}
@media (max-width: 1299px) {
    .img-box6 {
        margin: 0;
    }
}
@media (max-width: 1199px) {
    .img-box6 {
        padding: 30px 0;
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }
}
.img-box6:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 130px);
    height: 100%;
    width: 260px;
    background-color: var(--san-mocca);
    z-index: -1;
}
@media (max-width: 767px) {
    .img-box6:before {
        width: 200px;
        left: calc(50% - 100px);
    }
}
.img-box6 .img1 {
    border-radius: 9999px;
    background-color: var(--san-mocca);
    padding: 30px;
}
.img-box6 .img1 img {
    width: 100%;
    border-radius: inherit;
    position: relative;
    z-index: 3;
}
@media (max-width: 767px) {
    .img-box6 .img1 {
        padding: 15px;
    }
}
.img-box6 .shape1 {
    position: absolute;
    left: -230px;
    top: 10px;
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite;
}
@media (max-width: 1299px) {
    .img-box6 .shape1 {
        display: none;
    }
}
.about-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding-top: 40px;
    position: relative;
    text-align: left;
}
.about-feature-wrap {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
    border-top: 1px solid var(--san-mocca);
}
.about-feature .box-title {
	font-size:24px;
    margin-bottom: 5px;
}
.about-feature .box-text {
    font-size: 14px;
    max-width: 182px;
    margin-bottom: -0.4em;
}
.about-feature:nth-child(2):before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: var(--san-mocca);
    position: absolute;
    top: 0;
    left: -20px;
}
.about-feature:nth-child(2) .box-text {
    max-width: 158px;
}
@media (max-width: 767px) {
    .about-feature {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        -webkit-box-flex: 50%;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
    }
    .about-feature-wrap {
        width: 100%;
    }
    .about-feature .box-text {
        max-width: 182px !important;
    }
}
@media (max-width: 575px) {
    .about-feature .box-title {
        max-width: 130px;
        margin-left: auto;
        margin-right: auto;
    }
}
.about-feature:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.about-feature .box-icon i {
    font-size:2.4rem;
	color: var(--san-mocca);
}
.about-sec1 {
    background-color: var(--san-white);
    border-top: 10px solid var(--san-mocca);
    border-bottom: 10px solid var(--san-mocca);
    max-width: 1720px;
    margin-left: auto;
    margin-right: auto;
}

.about-sec1 .border-mob{
	border:5px solid var(--san-mocca);
	border-top:10px solid var(--san-mocca);
}

.title-area .sub-title3{
	color:var(--san-mocca);
	font-weight:600;
}

.title-area .sec-title{
	font-size:42px;
}

.about-feature_content_author{
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 10px 0 0;
  border-top: 1px solid var(--san-mocca);
}
.about-feature_content_author_thumb {
  width: 58px;
  height: 58px;
  background-color:#c2a74e;
  border-radius: 50%;
  padding: 4px;
  box-shadow: 0px 10px 30px 0px rgba( 0, 0, 0, 0.07);
}
.about-feature_content_author_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.about-feature_content_author_meta {
  display: block;
  position: relative;
  margin: 0;
  padding-left: 20px;
  font-size: 14px;
}
.about-feature_content_author_meta .sign{
	font-family:var(--san-ff-vibes);
	font-size: 28px;
	line-height:30px;
	margin-bottom:0;
}
.about-feature_content_author_meta p{
	margin-bottom:0;
}

@media (min-width: 768px) {
	.about-sec1 .border-mob{
		border:0px solid var(--san-mocca);
		border-top:0px solid var(--san-mocca);
	}
}

/* ================================= */
/* == FEATURE MENU ================= */
/* ================================= */
.feature-menu{
	position:relative;
	padding-bottom:0px;
	/*background-image:url(assets/img/pattern/food1.png);*/
}
@media (max-width: 767px) {
	.feature-menu{
		padding-bottom:50px;
	}
}

.feature-menu .shapes{
	position: absolute; 
	opacity: 0.3; 
}

.feature-menu .shapes.pos-top-left{
	top:7%;
	left:20px;
}

.feature-menu .shapes.pos-top-right{
	top:20px;
	right:20px;
}

.feature-menu .shapes.pos-bottom-left{
	bottom:50px;
	left:20%;
}

.feature-menu .shapes.pos-bottom-right{
	bottom:50px;
	right:20px;
}

.feature-menu .shapes.pos-center-left{
	top:40%;
	left:-30px;
}

.style-one .heading > .divider::before, .style-one .heading > .divider::after {
	position: absolute;
	content: "";
	background-color: #fff;
}

.style-one .heading > .divider::before {
	top: 0;
	left: 0;
	height: 34px;
	width: 2px;
}

.style-one .heading > .divider::after {
	bottom: 0;
	right: 0;
	height: 2px;
	width: 30px;
}

.style-one .heading > .divider {
	color: inherit;
	font-weight: inherit;
	font-family: inherit;
	display: inline-block;
	position: absolute;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	right: 0;
	top: -20px;
	width: 95px;
	height: 75px;
}

.feature-menu .heading{
	font-size:3.3rem;
	color:var(--san-white);
	text-shadow: 2px 2px 4px rgba(104, 104, 109, 1);
	position: relative;
	padding-right: 40px;
	/*padding-top: 32px;*/
	display: inline-block;
}

.feature-menu .sub-heading{
	font-size:2.3rem;
	position:relative;
	padding-left: 55px;
	color:var(--san-white);
	margin-bottom:0;
	text-shadow: 2px 2px 4px rgba(104, 104, 109, 1);
}

.feature-menu .sub-heading::before{
	font-family:var(--san-icon-font);
	content:"\e43f";
	position:absolute;
	left:0;
}

@media (max-width: 767px) {
	.style-one{
		text-align:center;
	}
	.style-one .heading > .divider {
		border-top: 0px solid #fff;
		border-right: 0px solid #fff;
	}
	.style-one .heading > .divider::before, .style-one .heading > .divider::after {
		background-color: transparent;
	}
	.feature-menu .heading{
		font-size:2.5rem;
		padding-right: 0px;
		border-bottom: 3px solid #fff;		
	}
	.feature-menu .sub-heading{
		padding-left: 0px;
		margin-left: 55px;
	}
	.feature-menu .sub-heading::before{
		left:auto;
		margin-left: -55px;
	}
}

.feature-menu .menus {
	position:relative;
}

.feature-menu .menus .fm-images{
	text-align:right;
}

.feature-menu .row .col-lg-6:nth-child(2n) .menus {
	margin-top: 225px;
}

@media (max-width: 767px) {
	.feature-menu .row .col-lg-6:nth-child(2n) .menus {
		margin-top: 0px;
	}
}

.feature-menu .row .col-lg-6:nth-child(2n) .fm-images {
	text-align:left;
}

.feature-menu .row .col-lg-6:nth-child(2n) .fm-title {
	right: 15%;
	left: auto;
}

.feature-menu .fm-title{
	width:60%;
	/*bottom: -40%;*/
	bottom: -20%;
	left: 15%;
	position:absolute;
	border-radius:10px;
	background-color: rgba(197, 157, 95,.5);
	padding:15px 10px;
	border:2.5px dashed #fff;
}

.feature-menu .fm-title .title{
	font-size:1.6rem;
	font-weight:800;
	line-height:.9;
	text-shadow: 2px 2px 4px rgba(104, 104, 109, 1);
}

.feature-menu .fm-title .title, .feature-menu .fm-title .menu-icon, .feature-menu .fm-title .menu-desc{
	position:relative;
	z-index:1;
	color:#fff;
}

.feature-menu .fm-title .menu-icon, .feature-menu .fm-title .menu-desc{
	/*padding-left:20px;*/
}

.feature-menu .fm-title .menu-icon h3{
	font-size:1.2rem;
	text-shadow: 2px 2px 4px rgba(104, 104, 109, 1);
}

.feature-menu .fm-title .menu-desc p{
	font-size:12px;
	margin-bottom:0;
	text-shadow: 2px 2px 4px rgba(104, 104, 109, 1);
}

@media (max-width: 767px) {
	.feature-menu .menus {
		margin-bottom:5rem;
	}
	.feature-menu .fm-title{
		width:100%;
		bottom: -30%;
		left: 0;
	}
	.feature-menu .row .col-lg-6:nth-child(2n) .fm-title {
		right: 0;
	}
}

/* ================================= */
/* == KUTUS KUTUS SPA ============== */
/* ================================= */


.about-two {
  position: relative;
  padding: 0 0 120px;
  background-color: #fff;
}
.about-two__bg {
  position: absolute;
  left: 0;
  top: 0;
  background-position: left top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media (min-width: 1400px) {
  .about-two__bg {
    left: 12.5%;
  }
}
@media (max-width: 767px) {
  .about-two {
    padding: 0 0 80px;
  }
}
.about-two__content {
  position: relative;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .about-two__content {
    padding-top: 80px;
  }
}

.sep-heading {	
	text-transform: uppercase;
	font-size: 50px;
	color: #1c1a1d;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom:2rem;
	position:relative;
	padding-left:65px;
}

.sep-heading::before{
	font-family:var(--san-icon-moon);
	content:"\e90b";
	color:var(--san-mocca);
	position:absolute;
	left:0;
}

.sec-title__title {	
	text-transform: uppercase;
	font-size: 35px;
	color: #1c1a1d;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 5px;
	margin-bottom:3rem;
}

.sec-title__title {
	font-size: 45px;
	margin-top: -2px;
}

.about-two__content__thumb {
  position: relative;
  max-width: 300px;
}
.about-two__content__thumb img {
  max-width: 100%;
  height: auto;
}
.about-two__content__thumb__icon {
  width: 96px;
  height: 96px;
  background-color: #c2a74e;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -30px;
  top: 79px;
}
.about-two__content__thumb__icon img {
  height: 65px;
  transform: scale(1);
  transition: 500ms ease;
}
.about-two__content__thumb__icon:hover img {
  transform: scale(0.9);
}
.about-two__content__inner {
  position: relative;
  padding: 0 0 0 36px;
  margin-top: -11px;
}
@media (min-width: 1200px) {
  .about-two__content__inner {
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .about-two__content__inner {
    padding: 0;
    margin: 40px 0 0;
  }
}
.about-two__content__text p{
  font-size: 15px;
  line-height: 30px;
  margin: 0 0 33px;
}
.about-two__content__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-two__content__list li {
  list-style: none;
  position: relative;
  padding-left: 29px;
  font-size: 16px;
  line-height: 32px;
  color: #1c1a1d;
  font-weight: 600;
}
.about-two__content__list li span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: inherit;
  color: #c2a74e;
}
.about-two__content__author {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  /*margin: 60px 0 0;*/
  margin: 100px 0 0;
  padding: 30px 0 0;
  border-top: 6px solid #f9f6f1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-two__content__author {
    margin: 45px 0 0;
    padding: 20px 0 0;
  }
}
@media (max-width: 991px) {
  .about-two__content__author {
    margin-top: 60px;
    padding-top: 20px;
  }
}
.about-two__content__author__thumb {
  width: 58px;
  height: 58px;
  background-color:#c2a74e;
  border-radius: 50%;
  padding: 4px;
  box-shadow: 0px 10px 30px 0px rgba( 0, 0, 0, 0.07);
}
.about-two__content__author__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.about-two__content__author__meta {
  display: block;
  position: relative;
  margin: 0;
  padding-left: 20px;
  font-size: 14px;
}
.about-two__content__author__meta .sign{
	font-family:var(--san-ff-vibes);
	font-size: 28px;
	line-height:30px;
	margin-bottom:0;
}
.about-two__content__author__meta p{
	margin-bottom:0;
}
.about-two__content__author__meta img {
  display: block;
  margin-bottom: 2px;
}
.about-two__info {
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-two__info {
    margin-left: -20px;
  }
}
@media (max-width: 991px) {
  .about-two__info {
    margin-top: 50px;
  }
}
.about-two__info__text {
  background-color: var(--san-mocca);
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  padding: 30px 50px 50px;
}
.about-two__info__content {
  position: relative;
  background-color: #fff;
  padding: 51px 60px 34px;
  box-shadow: 0px 10px 60px 0px rgba( 0, 0, 0, 0.07);
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-two__info__content {
    padding-right: 45px;
    padding-left: 45px;
  }
}
.about-two__info__content-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 35px;
}
.about-two__info__title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.about-two__info__title br {
  display: inherit;
}
.about-two__info__icon {
  font-size: 45px;
  color: #c2a74e;
  line-height: 45px;
}
.about-two__info__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-two__info__list__item {
  font-size: 12px;
  color: #838184;
  letter-spacing: 1.2px;
  line-height: 2;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.about-two__info__list__time {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #c2a74e;
  letter-spacing: 0;
  text-transform: none;
}
.about-two__info__flower {
  position: absolute;
  left: -108px;
  top: 95px;
}
@media (max-width: 991px) {
  .about-two__info__flower {
    display: none;
  }
}
.about-two__info__flower img {
  -webkit-animation-name: treeMove;
  animation-name: treeMove;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes treeMove {
  0% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  75% {
    -webkit-transform: rotate(5deg) translateX(10px);
    transform: rotate(5deg) translateX(10px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(20px);
    transform: rotate(10deg) translateX(20px);
  }
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-one {
    position: relative;
    background-color: #fff;
    padding: 120px 0;
}
.service-one__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% + 130px);
    margin-top: -130px;
    z-index: 2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f9f6f1;
}
@media (min-width: 1400px) {
    .service-one__bg {
        width: calc(100% - 240px);
        left: 120px;
    }
}
@media (max-width: 767px) {
    .service-one {
        padding: 80px 0;
    }
}
.service-one .container {
    position: relative;
    z-index: 3;
    margin-top: -160px;
}
.service-one--page .container {
    margin-top: 0;
}
.service-one--page .service-one__bg {
    height: 100%;
    margin-top: 0;
}
.service-one .sec-title {
    text-align: center;
}
.service-one .col-lg-3 {
    width: 20%;
}
@media (max-width: 1199px) {
    .service-one .col-lg-3 {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    .service-one .col-lg-3 {
        width: 100%;
    }
}
.service-one__item {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgba(var(--solox-black3-rgb, 0, 0, 0), 0.07);
	/*margin-bottom: 30px;*/
    z-index: 2;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top left;
    transition: all 500ms ease;
	border-radius:10px;
	overflow:hidden;
}
.service-one__item__wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 39px 30px 36px;
    transition: all 500ms ease;
}
.service-one__item__hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: 500ms ease;
    transform: scale(1.2);
    z-index: -1;
}
.service-one__item__hover::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba( 20, 18, 21, 0.7);
}
.service-one__item:hover .service-one__item__hover {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.service-one__item:hover .service-one__item__title {
    color: #fff;
}
.service-one__item__icon {
    font-size: 60px;
    line-height: 1;
    position: relative;
    z-index: 3;
    color: #c2a74e;
    display: inline-block;
    margin: 0 0 23px;
    transition: 500ms ease;
}
.service-one__item__icon span {
    display: inline-block;
    transition: all 500ms linear;
    transition-delay: 0s;
    transition-delay: 0.1s;
    transform: scale(1);
}
.service-one__item:hover .service-one__item__icon {
    color: #c2a74e;
}
.service-one__item:hover .service-one__item__icon span {
    transform: scale(0.9);
}
.service-one__item__title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 125px;
    transition: all 300ms ease;
    position: relative;
    z-index: 3;
    margin: 0 auto;
}
.service-one__item__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
}
.service-one__item__title a:hover {
    color: #c2a74e;
    background-size: 100% 1px;
}
.service-one__info {
    position: relative;
    max-width: 830px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #e8e3da;
    padding: 17px 18px 16px 28px;
}
@media (max-width: 767px) {
    .service-one__info {
        display: block;
        text-align: center;
    }
}
.service-one__info__text {
    margin: 0;
}
.service-one__info .btn {
	font-family:var(--san-ff-montserrat-alt);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 11px 29px;
}
@media (max-width: 767px) {
    .service-one__info .btn {
        margin: 15px 0 10px;
    }
}



.main-slider-one__item {
	background-color: #f9f6f1;
	position: relative;
	z-index: 3;
	padding-top: 223px;
	padding-bottom: 201px;
	height: 770px;
}
.main-slider-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main-slider-one__bg::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(28, 26, 29, 0.5);
}
.main-slider-one__bg::after {
  position: absolute;
  left: 0;
  bottom: -165px;
  width: 100%;
  height: 492px;
  z-index: 1;
  content: "";
  background-image: url(https://bracketweb.com/solox-html/assets/img/shapes/hero-slider-1-1.png);
  background-position: bottom center;
  background-repeat: repeat-x;
  animation: cloudMove 60s linear 0s infinite;
}
@keyframes cloudMove {
  0% {
    background-position: -1920px 100%;
  }
  100% {
    background-position: 0 100%;
  }
}


/* ================================= */
/* == FOOTER ======================= */
/* ================================= */
.footer {
    background:#232a34;
	padding-bottom: 50px;
	padding-top: 80px;
}
.footer .footer-brand{
	margin-bottom:10px;
}
.footer .footer-brand h2{
	color:#fff;
}
.footer-company address{
	max-width:400px;
}
.footer-company address p{
	font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
	color:#fff;
}
.footer_menu {
	margin-bottom: 20px;
}
.footer_menu ul {
	list-style: none;
	text-align: center;
	padding-left:0;
}
.footer_menu ul li{
	display: inline-block;
	position: relative;
	padding-right: 15px;
}
.footer_menu ul li::after {
	content: "|";
	position: absolute;
	right: 0;
	color: #fff;
}
.footer_menu ul li:last-child {
	padding-right: 3px;
}
.footer_menu ul li:last-child::after {
	content: none;
}
.footer_menu ul li a {
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:600;
	color:#fff;
	padding: 0 10px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.footer_menu ul li a:hover{color:var(--san-mocca);}

/*START FOOTER SOCIAL DESIGN*/
.footer_profile{margin-bottom:40px;}
.footer_profile ul{
list-style: outside none none;
margin: 0;
padding: 0
}
.footer_profile ul li{
display: inline-block;
}
@media only screen and (max-width:480px) { 
.footer_profile ul li{margin:2px;}
}
.footer_profile ul li a img{width:60px;}

.footer_profile ul li a {
	/*background: #554c86;*/
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	margin-right: 5px;
	border:2px solid #fff;
	border-radius: 50%;
	line-height: 37px;
	box-sizing: border-box;
	text-decoration: none;
	-webkit-transition: .5s;
	transition: .5s;
	color: var(--san-white);
	opacity:.8;
}
.footer_profile ul li a:hover {
	color: var(--san-mocca);
	border-color:var(--san-mocca);
	opacity:1;
}
.footer_copyright {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
}













.modal-food-menu{
	background-color:var(--san-mocca);
	position: relative; 
	
}

.modal-food-menu::before{
	content: "";
	position: absolute;
	background-image: url("assets/img/pattern/food1.png");
	background-repeat: repeat;
	background-size: 300px 300px;
	opacity: 0.2;
	top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
}

.food-menu-card .tabs-menu-nav > li > a {
    color: #000;
    display: block;
    font-size: 16px;
	font-weight:800;
    border-bottom: 3px solid transparent;
    opacity: 0.5;
}

.food-menu-card .tabs-menu-nav > li > a.active {
    opacity: 1;
    border-bottom-color: #fff;
}

.border_restaurant {border-bottom: dashed var(--bs-body-color)};