.main_section_layout{
    display: flex;
    flex-direction: column;
}
.holder_l_pic{
    /* background-color: cyan; */
    height: 100vh;
    display: flex;
    flex-direction: row;
    margin-bottom: 5rem;
}
.left_pic{
    /* background-color: darkgray; */
    width: 50%;
    height: 100%;
    opacity: 0.5;
    display: flex;
    flex-direction: row;
}
.decor{
    width: 50%;
    height: 25vw;
}
.rev_deco{
    width: 50%;
    height: 25vw;
}
.disp_img{
    position: absolute;
    width: 25%;
    margin-left: 3%;
    margin-top: 3%;
    box-shadow: -10px -10px 5px rgb(0, 0, 0,0.25);
}
.right_info{
    /* background-color: darkturquoise; */
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.sizePara{
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
.info_hldr{
    /* background-color: deeppink; */
    height: auto;
}
.rev{
    display: flex;
    flex-direction: row-reverse;
}
.rev_ele{
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    margin-right: 3%;
    right: 5%;
    margin-top: 3%;
    box-shadow: 10px -10px 5px rgb(0, 0, 0,0.25);

}

/* for portrait */
@media (orientation:portrait){
    .holder_l_pic{
        display: flex;
        flex-direction: column;
        height: fit-content;
    }
    .left_pic{
        margin: auto;
        width: 80%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        /* background-color: rgb(23, 98, 167,0.8); */
    }
    .decor{
        display: none;
    }
    .disp_img{
        position: relative;
        margin: auto;
        width: 70%;
        margin-top: 2rem;
        margin-bottom: 2rem;
        box-shadow: -20px -20px 10px rgb(0, 0, 0,0.25);
    }
    .rev_sect{
        /* background-color:rgb(188, 58, 128,0.8); */
    }
    .rev_ele{
        position: relative;
        margin: auto;
        margin-top: 2rem;
        margin-bottom: 2rem;
        box-shadow: 20px -20px 10px rgb(0, 0, 0,0.25);
    }
    .right_info{
        margin: auto;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .nyc{
        background-color: #1c3e57;
    }
    .goat{
        background-color: #246318;
    }
    .mornings{
        background-color: #80490e;
    }
    .Vada{
        background-color: #755410;
    }
    .Bliss{
        background-color: #12300f;
    }
    .still{
        background-color: rgb(23, 98, 167,0.8)
    }
    .shoes{
        background-color: #6e360e;
    }
    .Buddha{
        background-color: #661414;
    }
    .default{
        background-color: rgb(23, 98, 167,0.8)
    }
}
