.first{
    width: 100%;
    height: 250px;
}

.menu-head{
    text-align: center;
    margin-top: 70px;
    color: black;
}
.menu-content{
    text-align: center;
}


.text-banner-layout1 {
    padding-top: 400px;
    padding-bottom: 60px;
}
.bg-parallax {
    background-attachment: fixed;
}
.bg-img {
    position: relative;
    z-index: 1;
}
.text-center {
    text-align: center!important;
}








.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.banner__title {
    color: rgb(65, 40, 40);
    font-size: 55px;
}

.menu-layout1 .menu-item, .menu-layout5 .menu-item {
    padding-bottom: 11px;
    border-bottom: 1px dashed #dbdbdb;
    margin-bottom: 20px;
}
.menu-item {
    position: relative;
    margin-bottom: 20px;
}

.menu-layout1 .menu-item .menu__item-title, .menu-layout5 .menu-item .menu__item-title {
    display: inline-block;
    margin-right: 10px;
}
.menu-item .menu__item-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
}
.menu-layout1 .menu-item .menu__item-price, .menu-layout5 .menu-item .menu__item-price {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    min-width: 50px;
    text-align: right;
}
.menu-item .menu__item-price {
    color: #c7a254;
    font-size: 14px;
    font-weight: 500;
}

.pri{
    display: block;
    text-align: right;
}
.clr-blk{
	color: #000 !important;
}
.fnt-sz-1pt4{
	font-size: 1.4rem !important;
}
.fnt-sz-1pt1{
	font-size: 1.1rem !important;
}
.main-pad50{
	padding: 50px 0px !important;
}
.crd-desc{
	background-color: #fff;
    box-shadow: 0 24px 64px rgb(19 21 48 / 8%);
    text-align: center;
    padding: 3rem;
    position: relative;
    z-index: 2;
}
.mb-20{
	margin-bottom: 20px !important;
}
.mb-50{
	margin-bottom: 50px !important;
}.back-to-top {    position: fixed !important;	top: 175px !important;    /* bottom: 15px !important; */    right: 20px !important;    z-index: 3 !important;}marquee {    position: absolute;    top: 100px;    z-index: 10000;    color: rgb(255, 255, 255);    font-size: 18px;    font-family: 'Sansita Swashed', cursive;}
@media screen and (min-width: 320px) and (max-width: 990px) {
    .mob-mb-15{
        margin-bottom: 15px !important;
    }
}