/*---Loader---*/

.loader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #fdefc9;
	overflow: hidden;
	z-index: 99;
}

.loader i {
    position: absolute;
    width: 50px;
  	height: 50px;
	margin-top: -25px;
    margin-left: -25px;
    left: 50%;
    top: 48%;
	font-size: 50px;
	color: #523225;
}

/*---Background---*/

.fullscreen-background {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    z-index: -1;
	background-image:url(../img/background.jpg);
	background-repeat: no-repeat;
	background-position: center, center;
	background-size: cover;
}

/*---Top-Container---*/

.top-container {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #fdefc9;
	text-align: center;
    z-index: 1;
}

.top-container .logo img {
	height: 160px;
	margin-top: 30px;
	margin-bottom: 60px;
	transition: all 500ms ease;
}

@media(max-width:767px) {
	.top-container .logo img {
		height: 100px;
		margin-top: 15px;
		margin-bottom: 40px;
		transition: all 500ms ease;
	}
}

.top-container-sticky .logo img {
	height: 100px;
	margin-top: 15px;
	margin-bottom: 40px;
	transition: all 500ms ease;
}

/*---Navigation---*/

.navigation {
  	flex-direction: row;
  	flex-wrap: wrap;
  	justify-content: center;
  	display: flex;
    width: 100%;
   	align-items: center;
}

.menu {
    margin: 0px;
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: #d5b475;
	opacity: 0.9;
}

.menu-item {
    all: unset;
    flex-grow: 1;
    z-index: 1;
    display: flex;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    align-items: center;
    will-change: transform;
    justify-content: center;
    padding: 8.8px 0px 13.6px;
    transition: transform var(--timeOut , var(--duration));
	max-width: 120px;
}

@media(max-width:767px) {
   	.menu-item {
		max-width: 80px;
	}
}

@media(max-width:479px) {
   	.menu-item {
		max-width: 60px;
	}
}

.menu-item::before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transform: scale(0);
    transition: var(--duration), transform var(--duration); 
}

@media(max-width:767px) {
   	.menu-item::before {
    	width: 55px;
    	height: 55px;
   	}
}

.menu-item:hover {
	text-decoration: none;
}

.menu-item.active {
    transform: translate3d(0, -12.8px , 0);
}

.menu-item.active::before { 
    transform: scale(1);
	border: 1px solid #523225;
}

.menu-item i {
    font-size: 28px;
	color: #523225;
	text-align: center;
}

@media(max-width:767px) {
   	.menu-item i {
        font-size: 22px;
    }
}

.menu-border {
    position: absolute;
    left: 0px;
    bottom: 99%;
    width: 174.4px;
    height: 38.4px;
    clip-path: url(#menu);
    will-change: transform;
    background-color: #d5b475;
    transition: transform var(--timeOut , var(--duration));
}

.svg-container {
    width: 0px;
    height: 0px;
}

/*---Tabs---*/

.tab-content {
  	display: none;
}

.tab-content-active {
	display: block;
}

/*---Content---*/

.content {
	padding-top: 310px;
	overflow-x: hidden;
	transition: all 500ms ease;
}

@media(max-width:767px) {
	.content {
		padding-top: 210px;
		transition: all 500ms ease;
	}
}

/*---Main Block---*/

.main-block {
	padding: 30px 70px 30px 70px;
	max-width: 1024px;
}

@media(max-width:767px) {
	.main-block {
		padding: 20px;
	}
}

@media(max-width:479px) {
	.main-block {
		padding: 20px 10px 20px 10px;
	}
}

/*---Heading---*/

.title {
	letter-spacing: 4px;
	font-weight: 200;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}

@media(max-width:767px) {
	.title {
		font-size: 26px;
		letter-spacing: 2px;
	}
}

@media(max-width:479px) {
	.title .letter-spacing-0 {
		letter-spacing: 0px;
	}
}

.decoration {
	text-align: center;
	width: 80px;
	border-bottom: 1px solid #d5b475;
	margin: 20px auto 50px auto;
}

/*---Cart---*/

#cart h3 {
	font-family: 'MsMadi', sans-serif;
	font-size: 48px;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 40px;
	margin-bottom: 15px;
	color: #d9bd89;
}

@media(max-width:767px) {
	#cart h3 {
		font-size: 40px;
		letter-spacing: 1px;
	}
}

#cart .special-font {
	font-family: 'MsMadi', sans-serif;
	font-size: 40px;
	text-align: center;
	letter-spacing: 2px;
	line-height: 0px;
}

@media(max-width:767px) {
	#cart .special-font {
		font-size: 32px;
	}
}

#cart img {
	width: 100%;
}

@media(max-width:767px) {
	#cart img {
		padding: 0px 50px 0px 50px;
	}
}

#cart .table {
	width: 100%;
	margin-bottom: 10px;
}

#cart .table .product {
	white-space: nowrap;
	color: #d9bd89;
	font-size: 18px;
}

#cart .table .product small {
	font-size: 14px;
}

#cart .table .space {
	width: 100%;
	background-image: url("../img/dot.png");
	background-position: bottom right;
	background-repeat: repeat-x;
}

#cart .table .size {
	white-space: nowrap;
	font-size: 14px;
	text-align: right;
	padding-right: 5px;
}

#cart .table .price {
	text-align: right;
	white-space: nowrap;
	font-size: 18px;
	color: #d9bd89;
}

#cart .table .description {
	font-size: 14px;
	color: #d9bd89;
}

/*---Drinks---*/

#drinks h3 {
	font-family: 'MsMadi', sans-serif;
	font-size: 48px;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 40px;
	margin-bottom: 15px;
	color: #d9bd89;
}

@media(max-width:767px) {
	#drinks h3 {
		font-size: 40px;
		letter-spacing: 1px;
	}
}

#drinks .table {
	width: 100%;
	margin-bottom: 10px;
}

#drinks .table .product {
	white-space: nowrap;
	color: #d9bd89;
	font-size: 18px;
}

#drinks .table .product small {
	font-size: 14px;
}

#drinks .table .space {
	width: 100%;
	background-image: url("../img/dot.png");
	background-position: bottom right;
	background-repeat: repeat-x;
}

#drinks .table .size {
	white-space: nowrap;
	font-size: 14px;
	text-align: right;
	padding-right: 5px;
}

#drinks .table .price {
	text-align: right;
	white-space: nowrap;
	font-size: 18px;
	color: #d9bd89;
	min-width: 60px;
}

#drinks .table .description {
	font-size: 14px;
	color: #d9bd89;
}

/*---Home---*/

#home {
	text-align: center;
}

#home .welcome {
	max-width: 767px;
	margin-left: auto;
	margin-right: auto;
}

#home .welcome h3 {
	font-weight: 300;
	margin-bottom: 15px;
}

@media(max-width:767px) {
	#home .welcome h3 {
		font-size: 17px;
	}
}

#home .welcome .main-image {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 30px;
}

#home .news {
	max-width: 767px;
	margin-left: auto;
	margin-right: auto;
}

#home .news h3 {
	font-weight: 300;
	margin-bottom: 15px;
}

@media(max-width:767px) {
	#home .news h3 {
		font-size: 17px;
	}
}

/*---Gallery---*/

#gallery {
	width: 100%;
	text-align: center;
}

#gallery .item {
	width: 22%;
	margin: 1%;
	display: inline-block;
	border: solid 1.5px #999;
	padding: 3px;
	border-radius: 5px;
    transition: all 200ms ease;
}

@media(max-width:1023px) {
	#gallery .item {
		width: 30%;
	}
}

@media(max-width:767px) {
	#gallery .item {
		width: 46%;
	}
}

@media(max-width:479px) {
	#gallery .item {
		width: 98%;
	}
}

#gallery .item:hover {
	border: solid 1.5px #f7dba8;
    transition: all 200ms ease;

}

#gallery .item img {
    display: block;
    width: 100%;
	cursor: zoom-in;
}

/*---Navi---*/

#navi .map {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

#navi .map h3 {
	font-size: 18px;
	text-align: center;
	color: #fdefc9;
	letter-spacing: 1px;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 15px;
}

#navi .map-btn {
	padding: 9px 25px 9px 25px;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	color: #d9bd89;
	background-color: rgba(0,0,0,0.05);
	border: solid 1px #d9bd89;
	border-radius: 3px;
	margin-top: 25px;
	transition: all 200ms ease;
	width: 200px;
}

#navi .map-btn:hover {
	border: solid 1px #d9bd89;
	background-color: #d9bd89;
	text-decoration: none;
	color: #523225;
	cursor: pointer;
	transition: all 200ms ease;
}

/*---Footer---*/

.footer {
	padding: 80px 30px 30px 30px;
	text-align: center;
}

.footer .contact {
	margin-bottom: 20px;
}

.footer .contact img {
	width: 320px;
	margin-bottom: 10px;
}

.footer .contact p {
	font-size: 16px;
	line-height: 24px;
}

.footer .contact a:hover {
	color: #d9bd89;
	text-decoration: none;
}

.footer .open {
	margin-bottom: 20px;
}

.footer .open h3 {
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 300;
}

.footer .open p {
	font-size: 16px;
	line-height: 24px;
}

.footer .open p small {
	font-size: 14px;
}

.footer .payment {
	margin-bottom: 30px;
}

.footer .payment i {
	font-size: 28px;
	color: rgba(255,255,255,0.8);
	margin-left: 7px;
	margin-right: 7px;
}

.footer .social {
	margin-bottom: 40px;
}

.footer .social .icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 20px;
	border: 1px solid #d9bd89;
    transition: all 200ms ease;
	background-color: rgba(255,255,255,0.1);
}

.footer .social .icon i {
	font-size: 20px;
	text-align: center;
	line-height: 40px!important;
	color: #d9bd89;
    transition: all 200ms ease;
}

.footer .si-mail i {
	margin-left: 1px;
}

.footer .si-mail:hover {
	border: 1px solid rgba(0,0,0,0);
	background-color: #754735;
    transition: all 200ms ease;
}

.footer .si-instagram:hover {
	border: 1px solid rgba(0,0,0,0);
	background-image: url(../img/instagram.png);
	background-position: center center;
	background-repeat: no-repeat;
    transition: all 200ms ease;
}

.footer .legal p {
	font-size: 15px;
	opacity: 0.9;
}

.footer .copyright p {
	font-size: 14px;
	opacity: 0.9;
}

/*---Back-to-top---*/

.back-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: none;
	z-index: 8;
}

.back-to-top a {
    display: block;
    color: #fff !important;
    background-color: rgba(255,255,255,0.1);
	border: 1px solid #eee;
    text-align: center;
    width: 40px;
    height: 38px;
    line-height: 32px;
	border-radius: 20px;
    opacity: 0.9;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    transition: all ease .6s;
}

.back-to-top a:hover {
	background-color: #d9bd89!important;
	border: 1px solid #d9bd89;
	transition: all 200ms ease;
}

.back-to-top a i {
	font-size: 22px;
	vertical-align: middle;
}