
.heroBtn {
    background-color: var(--color-1) !important;
}
.w-30 {
    width: 30% !important;
}

/*menu css */

.divider {
	color: var(--color-1);
	width: 100%;
	margin: 20px auto;
	overflow: hidden;
	text-align: center;
	line-height: 2;
}

.divider:before,
.divider:after {
	content: "";
	vertical-align: middle;
	display: inline-block;
	width: 50%;
	border-bottom: 2px dotted var(--color-1);
	margin: 0 2% 0 -55%;
}
.divider:after {
	margin: 0 -55% 0 2%;
}

h3.divider {
	font-family: var(--big-headers-font);
	text-transform: capitalize;
	font-size: 3rem;
}

.menu-main {
}
.menu-main .nav-link {
	color: var(--color-1);
    font-weight: 700;
}
.menu-main .nav-link.active {
	background-color: var(--color-1);
	color: #fff;
}
.menu-main .menu-item h5 {
	font-weight: 700;
	color: var(--color-1);
	margin-bottom: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.item-title {
	margin-bottom: 30px;
	position: relative;
}
.item-title h5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0;
    font-family: var(--text-font);
}
.item-title h5::before {
	content: "";
	position: absolute;
	top: 18px;
	/* bottom: 0; */
	left: 0;
	right: 0;
	z-index: -1;
	border-bottom: 2px dotted var(--color-1);
}

.item-title h5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    font-family: var(--text-font) !important;
}
.item-title h5 > span {
	background-color: white;
	margin-bottom: -2px;
	font-size: 18px;
	line-height: 1.5;
    font-weight: 600;
    display: flex;
    column-gap: 10px;
}
@media (max-width: 1200px) {
	.item-title h5 > span {
		background-color: white;
		margin-bottom: -2px;
		font-size: 14px;
		line-height: 1.5;
	}
}

@media (max-width: 1200px) {
	.item-title h5 > span {
		background-color: white;
		margin-bottom: -2px;
		font-size: 12px;
		line-height: 1.5;
	}
	h3.divider {
		font-family: var(--big-headers-font);
		text-transform: capitalize;
		font-size: 2rem;
	}
}

.price {
	background-color: white;
	color: var(--color-1) !important;
	font-size: 20px;
	line-height: 1.5;	
    font-weight: 600;
}
.spicy {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.menu-main .fade:not(.show) {
	display: none;
}
.menu-cat {
	text-align: center;
	font-size: 2.7rem;
	margin: 2rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	margin-bottom: 40px;
	color: var(--color-1);
    font-family: var(--text-font) !important;
}

.menu-cat::before,
.menu-cat::after {
	content: "";
	border-top: 2px solid;
	margin: 0 20px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 20px;
	flex: 1 0 20px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--color-3);
    background-color: var(--color-2);
}
.nav-link {
	color: var(--color-2);
}
.nav-link:hover {
	color: var(--color-1);
}

@media only screen and (min-width: 992px) {
    .navbar {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}