/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/



#dining-room-section .flex-con{
    padding: 0;
}

.rs-introd{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: auto;
    align-items: end;
    transition: all .5s;
}

.rs-introd img{
    width: 100%;
}

.rs-introd .left{
    flex: 5;
    margin-right: 0px;
    display: flex;
    flex-direction: column;
    /* align-items:; */
    height: 100%;
}

.rs-introd .left img{
    margin-bottom: 20px;
}

.rs-introd .right{
    flex: 2;
    margin-left: 0px;
    display: flex;
    flex-direction: column-reverse;

}

.rs-introd .right img{
    aspect-ratio: 346/506;
    width: 85%;
}

.rs-introd .left .content h1{
    text-align: left;
    line-height: 1.2;
    margin-top: 10px;
    padding-left: 30px;
}

.rs-introd .right .content p{
    text-align: justify;
    font-size: 0.9em;
    width: 85%;
    line-height: 1.8;
    margin-top: 0;
    margin-bottom: 30px;
    transition: all .5s;
}

.rs-desc.regular{
    padding-top: 0;
}

.rs-desc.regular p{
    text-align: center;
}

.dish{
    display: flex;
    overflow: hidden;
    flex-direction: column;
    width: 100%;
}


.dish >div{
    transition: all .75s;
}

.dish .content{
    flex:0;
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #00111E;
    background-image: url("../../assets/img/pattern.png");
    cursor: pointer;
    overflow: hidden;
    
}

#mdish .content{
    max-height: 0;
}

#mdish .content.active{
    /* aspect-ratio: 1/1.5; */
    max-height: 200vh;
}

.dish .content .box{
    /* min-width: 43vw; */
    opacity: 0;
    transition: all .75s;
}

.dish .content h2{
    color:#fff;
    text-align: left;
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 40px;
}

.dish .content p{
    color:#C8C8C8;
    text-align: left;
    width: 80%;
    margin-bottom:40px;
}

.dish .content.active{
    flex:3;
    max-height:100%;
}

.dish .content.active .box{
    opacity: 1;
}

.dish .imgDiv{
    flex:1;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* cursor: pointer; */
}

.dish .imgDiv.active{
    flex:1;
}

.dish .imgDiv img{
    width: 100%;
    height: 100%;
    aspect-ratio: 393/200;
    object-fit: cover;
    display: block;
    transition: all .5s;
}

.dish .imgDiv.active img{
     /* aspect-ratio: 1.5; */
}

#mdish .imgDiv .title{
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all .5s;
}

#mdish.expand .imgDiv.active .title{
    opacity: 0;
}

.dish .imgDiv .title h2{
    color:#fff;
    font-weight: 400;
    font-size: 1.8em;
    text-shadow: 0px 4px 4px #00000040;

}

#dining-room-section .quest{
    font-size: 1em;
    color:#444444;
}

#dining-room-section .container-lg p{
    text-align: center;
}

#dining-room-section .flex-item .img-con img{
    width: 100%;
    object-fit: cover;
}

.dish.desktop-only{
    display: none;
}

.dish.mobile-only{
    display: flex;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    #dining-room-section .flex-con{
        padding: 0;
    }
    
    .rs-introd{
        display: flex;
        flex-direction: row;
        width: 90%;
        margin: auto;
        align-items: end;
    }
    
    .rs-introd img{
        width: 100%;
    }
    
    .rs-introd .left{
        flex: 5;
        margin-right: 20px;
        display: flex;
        flex-direction: column;
        /* align-items:; */
        height: 100%;
    }
    
    .rs-introd .left img{
        margin-bottom: 20px;
    }
    
    .rs-introd .right{
        flex: 2;
        margin-left: 20px;
        flex-direction: column;
    }

    .rs-introd .right img{
        aspect-ratio: 416/608;
        width: 100%;
    }
    
    .rs-introd .left .content h1{
        text-align: left;
        line-height: 1.2;
        margin-top: 10px;
        padding-left: 0;
    }
    
    .rs-introd .right .content p{
        text-align: justify;
        font-size: 0.75em;
        width: 100%;
        line-height: 1.8;
        margin-top: 30px;
        margin-bottom: 0;
    }
    
    .rs-desc.regular{
        padding-top: 0;
    }
    
    .dish{
        display: flex;
        overflow: hidden;
        flex-direction: row;
        aspect-ratio: 1920/747;
    }

    .dish.expand{
        aspect-ratio: 1920/747;
    }
    
    .dish >div{
        transition: all .75s;
    }
    
    .dish .content{
        flex:0;
        display:flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        background-color: #00111E;
        background-image: url("../../assets/img/pattern.png");
        cursor: pointer;
        overflow: hidden;
        max-height: 100%;
        overflow-y: auto;
    }
    
    .dish .content .box{
        min-width: 43vw;
        opacity: 0;
        transition: all .75s;
        margin:auto
    }
    
    .dish .content h2{
        color:#fff;
        text-align: left;
        width: 80%;
        margin: auto;
        margin-bottom: 40px;
        margin-top:40px
    }
    
    .dish .content p{
        color:#C8C8C8;
        text-align: left;
        width: 80%;
    }
    
    .dish .content.active{
        flex:9;
        max-height:100%;
    }
    
    .dish .content.active .box{
        opacity: 1;
    }
    
    .dish .imgDiv{
        flex:1;
        /* cursor: pointer; */
    }
    
    .dish .imgDiv.active{
        flex:9;
    }
    
    .dish .imgDiv img{
        width: 100%;
        height: 100%;
        aspect-ratio: 480/747;
        object-fit: cover;
    }

    .dish .imgDiv.active img{
        aspect-ratio: 480/747;
    }
    
    #dish .imgDiv .title{
        position: absolute;
        left: 0;
        right: 0;
        top:0;
        bottom:0;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 1;
        transition: all .5s;
    }
    
    #dish.expand .imgDiv .title{
        opacity: 0;
    }
    
    .dish .imgDiv .title h2{
        color:#fff;
        font-weight: 400;
        font-size: 1.8em;
        text-shadow: 0px 4px 4px #00000040;
    
    }
    
    #dining-room-section .quest{
        font-size: 1em;
        color:#444444;
    }

    .dish.mobile-only{
        display: none;
    }
    
    .dish.desktop-only{
        display: flex;
    }
}



@media (min-width: 992px) {
    .rs-introd{
        width: 80%;
    }
    .rs-introd .right .content p{
        font-size: 0.9em;
    }
}

@media (min-width: 1200px) {

}
