@font-face {
    font-family: Milkshake;
    src: url(/fonts/Milkshake.ttf);
}

#header-img {
    background-image: url(/assets/images/header.png);
    height: 126px;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
}

.vertical-row.row,
.vertical-row>.row {
    display: flex;
    align-items: center;
}

.logo-img {
    width: 200px;
    cursor: pointer;
}

.main-slider {
    margin-top: -50px;
}

.recipe-tag {
    margin-top: 15px;
}

.recipe-tag a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    text-align: center;
}

.star-level {
    margin-top: 5px;
}

.star-level img {
    width: 15px;
    margin: 0 3px 10px;
}

.food-name a {
    font-family: 'Roboto'!important;
    font-size: 20px!important;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 25px;
}

.food-description p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.details-page .food-description p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
}

.rounded-box {
    border-radius: 100px;
    line-height: 50px;
    margin-top: -25px!important;
    z-index: 5;
    position: relative;
    box-shadow: 0px 3px 15px #00000040;
}

.btn-search {
    background-color: #035735;
    color: #fff;
    font-family: 'Roboto';
    border-radius: 0 100px 100px 0;
    text-align: center;
    height: 50px;
    cursor: pointer;
}

.btn-search img {
    width: 20px;
    margin-right: 5px;
}

.btn-categories {
    background-color: #fddd2e;
    font-family: 'Roboto';
    border-radius: 100px 0 0 100px;
    text-align: center;
    height: 50px;
    cursor: pointer;
}

.btn-categories-full {
    background-color: #fddd2e;
    font-family: 'Roboto';
    border-radius: 100px;
    text-align: center;
    height: 50px;
    cursor: pointer;
}

.btn-categories-full img {
    width: 20px;
    margin-right: 5px;
    transform: translate(0, -2px);
}

.btn-categories img {
    width: 20px;
    margin-right: 5px;
    transform: translate(0, -2px);
}

.search-input {
    height: 50px;
}

.search-input input {
    border: none;
    width: 100%;
    font-family: 'Roboto';
    padding-left: 30px;
    height: 50px;
    border: 1px solid #fddd2e;
}

.footer-details p {
    font-size: 14px;
    font-family: 'Roboto';
    margin-bottom: 0;
    padding: 20px 0;
    text-transform: uppercase;
    margin-bottom: 0!important;
}

.footer-details p span {
    font-family: var(--bs-body-font-family);
}

.menu-list{
    list-style-type: none;
    padding-left: 0px;
    padding-right: 15px;
    text-align: left;
}

.menu-list li a{
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: bold;
    color:#035735;
    text-decoration: none;
    text-transform: capitalize;
}

.menu-list li {
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}

.menu-list li img{
    width: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

a:focus {
    outline: none;
}

button:focus {
    outline: none;
}

input:focus {
    outline: none;
}

.menu-list li:first-child {
    margin-top: 30px;
}

.b-right {
    border-right: 1px solid #035735;;
}

.mega-menu h2{
    font-size: 22px!important;
    font-family: 'Roboto'!important;
    font-weight: bold!important;
    color:#035735;
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #035735;
    text-transform: capitalize;
}

.recipe-list a{
    font-size: 16px;
    font-family: 'Roboto';
    color:#035735;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
    list-style-type: disclosure-closed;
    display: list-item;
    margin-left: 10px;
    line-height: 25px;
}

.recipe-list a:hover{
    text-decoration: none;
    color:#047246;
}

.recipe-list .col-12 {
    padding-left: 0;
    padding-right: 0;
}

.mobile-search .btn-categories{
    border-radius: 0;
    line-height: 50px;
}

.mobile-search .search-input input{
    margin-top: 10px;
}

.btn-recipe {
    border: none;
    border-radius: 100px;
    font-size: 16px;
    font-family: 'Roboto';
    padding: 10px 25px;
    transition: 0.3s;
    margin-bottom: 25px;
}

.btn-recipe:hover{
    background-color: #fddd2e;
    transition: 0.3s;
}

.mat-expansion-panel{
    box-shadow: none!important;
}

.mat-expansion-panel-header {
    padding: 0 10px!important;
}

.mobile-menu h4{
    margin-bottom: 0!important;
    font-size: 14px!important;
    font-family: 'Roboto'!important;
    font-weight: bold!important;
    color: #035735!important;
    margin-right: 15px!important;
}

.recipe-list-mobile a{
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: bold;
    color:#035735!important;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
    list-style-type: disclosure-closed;
    display: list-item;
    margin-left: 10px;
    line-height: 20px;
    text-align: left;
}

/* .recipe-list-mobile a:last-child{
    margin-bottom: 0;
} */

.mat-expansion-panel-content {
    background-color: #fddd2e;
    border-radius: 5px;
    padding: 10px 5px 5px;
}

.mat-expansion-panel-body {
    padding: 0 16px!important;
}

.directory {
    background-color: #fddd2e;
}

.directory p{
    display: inline-block;
    margin-right: 15px!important;
    margin-bottom: 0!important;
    cursor: pointer;
    text-decoration: underline;
    font-size: 14px;
    font-family: 'Roboto';
}

.directory span{
    margin-left: 15px;
    font-size: 14px;
    font-family: 'Roboto';
}

.recipe-details h3{
    font-size: 22px!important;
    font-family: 'Roboto'!important;
}

.recipe-details ul li{
    font-family: 'Roboto'!important;
    font-size: 16px;
    line-height: 25px;

}

.text-p {
    font-size: 16px;
    line-height: 25px;
}

.allmenu a{
    cursor: pointer;
}

.languages-select {
    text-align: right;
    position: absolute;
    right: 0;
    max-width: 150px!important;
}

.languages-select a{
    color: #fff!important;
    margin-right: 5px;
    cursor: pointer;
} 

.languages-select a img{
    margin-right: 5px;
    cursor: pointer;
}

.mat-expansion-panel-header.mat-expanded {
    height: 40px!important;
}

.mat-expansion-panel-header {
    height: 30px!important;
}

.mat-expansion-panel-spacing{
    margin: 5px 0!important;
}

.mobile-search-input {
    position: relative;
}

.search-icon{
    position: absolute;
    right: 25px;
    width: 30px;
    top: 20px;
}

.footer-bar {
    background-color: #fddd2e;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 6;
}

.pb-6{
    padding-bottom: 4rem;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    bottom: 10%;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 10px!important;
    height: 10px!important;
    background: #fff!important;
    margin: 0 5px;
}

.main-bg-image {
    background-attachment: fixed;
}