/* ********** [ First Section ] ********** */

.first-section video {
    position: absolute;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
@media screen and (max-height: 450px) {
    .first-section video {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        max-height: 100%;
        min-width: 100%;
    }
}
.first-section .content {
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    min-width: 100%;
    z-index: 9;
}
.first-section .content a {
    background-color: white !important;
    min-width: 10rem;
    padding: .475rem .75rem;
    color: #5a2141 !important;
}
.first-section .content a:hover {
    background-color: #5a2141 !important;
    color: white !important;
}


/*==============================================================================================*/

#section4 h2, #section4 a, #section4 a:hover, #section6 h2, #section6 p, #section6 a {
    color: white !important;
}

#section4 .btn-outline-sec, #section6 .btn-outline-sec {
    color: white;
    border-color: white;
}
#section4 .btn-outline-sec:hover, #section6 .btn-outline-sec:hover {
    color: #5a2141 !important;
    background-color: white;
    border-color: white;
}

