
#heading_view_2_section {
    height: 90%;
    width: 100%;
    padding: 5%;
    position: relative;
}

#hv2_head{
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}

#hv2_title {
    color: white;
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
}

#hv2_slider {
    width: 120px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#hv2_slider img {
    padding: 5px;
}

#hv2_slider img:hover {
    cursor: pointer;
    background-color: #959C6D;
}

.hv2_item {
    display: flex;
    flex-direction: row;
    height: 650px;
    align-items: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 50px;
    /*background: linear-gradient(269.39deg, rgba(0, 0, 0, 0.069) 1.91%, rgba(0, 0, 0, 0.69) 61.99%);*/
}

#hv2_poster {
    width: 50%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

#hv2_poster img {
    width: 711px;
    height: 402px;
    object-fit: cover;
    border-radius: 8px;
}

#hv2_content {
    height: 90%;
    width: 30%;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 30px;
    /* Note: backdrop-filter has minimal browser support */
}

#hv2_content_img {
    width: 170px;
    height: 170px;
    object-fit: cover;
    border-radius: 8px;
}

#hv2_content_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

#hv2_content_title {
    color: white;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
}

#hv2_content_text {
    color: white;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
}

#hv2_content_button {
    width: 147px;
    height: 48px;
    background-color: #ffffff;
    border-radius: 8px;
    color: black;
}

#hv2_content_button a {
    height: 100%;
    width: 100%;
    color: black;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

#hv2_content_button a:hover {
    background-color: #5A4C00;
}

.hv2_item {
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    z-index: 1;
}

.hv2_item.active {
    opacity: 1;
    display:flex;
}

.hv2_item.inactive {
    opacity: 0;
}

.hv2_item {
    display:none;
}

/*#hv2_body {*/
/*    position:relative;*/
/*}*/

@media screen and (max-width: 800px) {
    #heading_view_2_section {
        height: 90%;
        width: 100%;
        padding: 5%;
        position: relative;
    }

    #hv2_head{
        height: 40px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    #hv2_title {
        color: white;
        font-size: 28px;
        font-weight: 300;
        line-height: 29px;
    }

    #hv2_slider {
        width: 60px;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    #hv2_slider img {
        padding: 5px;
    }

    #hv2_slider img:hover {
        cursor: pointer;
        background-color: #959C6D;
    }

    .hv2_item {
        display: flex;
        flex-direction: column;
        height: 565px;
        margin-top: 50px;
        align-items: flex-end;
        /*background: linear-gradient(269.39deg, rgba(0, 0, 0, 0.069) 1.91%, rgba(0, 0, 0, 0.69) 61.99%);*/
    }

    #hv2_poster {
        width: 100%;
        height: 40%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #hv2_poster img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }

    #hv2_content {
        height: 50%;
        width: 100%;
        padding: 5%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        /* Note: backdrop-filter has minimal browser support */
    }

    #hv2_content_title {
        color: white;
        font-size: 36px;
        font-weight: 700;
        line-height: 39px;
    }

    #hv2_content_text {
        color: white;
        font-size: 18px;
        font-weight: 500;
        line-height: 20px;
    }

    #hv2_content_button {
        width: 100px;
        height: 38px;
        background-color: #ffffff;
        border-radius: 8px;
        color: black;
    }

    #hv2_content_button a {
        height: 100%;
        width: 100%;
        color: black;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
    }

    .hv2_item {
        transition: opacity 0.3s ease-in-out;
    }

    .hv2_item.active {
        opacity: 1;
        display:flex;
    }

    .hv2_item.inactive {
        opacity: 0;
    }

    .hv2_item {
        display:none;
    }

    /*#hv2_body {*/
    /*    position:relative;*/
    /*}*/
}