.breadcrum{
    background-image: url(/assets/img/banner/breadcrum.jpg);
    background-size: cover;
    height: 240px;
    padding: 50px 120px 0px 120px;
}

.breadcrum h1{
    margin-top: 45px;
    font-family: 'Dancing Script', cursive;
    font-size: 40px;
}

.breadcrum h2{
    margin-top: 25px;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.menu-cont{
    display: flex;
    background-color: #FFFCF1;
}

.menu{
    width: 50%;
    padding: 30px;
    margin: auto;
}

.menu h5{
    font-size: 80px;
    font-weight: 400;
    text-align: center;
    color: #7b1c1b;
    font-family: 'Teko', sans-serif;
}

.menu h1{
    font-family: 'Dancing Script', cursive;
    font-size: 35px;
    text-align: center;
    margin-bottom: 35px;
    color: #7b1c1b;
}

.menu h2{
    text-align: center;
    margin: 50px 0 20px 0;
    color: #7b1c1b;
}

.menu-item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: .5px dashed #f1f1f1;
    padding: 8px 10px 4px 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.menu-item:hover{
    border-color: #7d7d7d;
    border-width: 1.5px;
    margin-top: -.5px;
}

.menu-item h3{
    margin-bottom: 0;
}

.menu-item h4{
    color: #7b1c1b;
}

.menu-img{
    width: 40%;
}

.menu-img img{
    position: sticky;
    height: 100vh;
    top:0;
    object-fit: cover;
}

@media (max-width:1330px) {
    .menu h5{
        font-size: 70px;
    }
}
@media (max-width:1200px) {
    .menu h5{
        font-size: 60px;
    }
}
@media (max-width:1060px) {
    .menu h5{
        font-size: 50px;
    }
}

@media (max-width:1000px) {
    .menu-img{
        display: none;
    }
    .menu{
        width: 100%;
    }
}

@media (max-width:570px) {
    .breadcrum{
        padding: 40px 30px;
        height: 120px;
    }
    .breadcrum h1{
        margin-top: 25px;
        font-size: 25px;
    }
    
    .breadcrum h2{
        margin-top: 25px;
        font-size: 27px;
    }
}