﻿:root {
    --bg-darkprime: rgba(38,38,38,1);
}

.bg-design-div {
    position: absolute;
    left: 0;
    top: 0 !important;
    height: 45vh;
    z-index: -1;
    width: 100%;
    border-radius: 0% 0% 0% 0%;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.home-header {
    width: 100%;
    z-index: 3;
}

    .home-header video {
        width: 100%;
        text-align: center;
        object-position: 0 -14px; /* to center our image*/
        z-index: 3;
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    }

    .home-header .main-content {
        width: 100%;
        margin-top: 50px;
        background-color: white;
        position: relative;
        border-left: gold 6px solid;
        border-radius: 4px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

        .home-header .main-content .branch {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            padding-top: 20px;
            border-bottom: lightgray 1px solid;
            padding-bottom: 20px;
        }

            .home-header .main-content .branch div {
                width: 20%;
                height: 4px;
                background-color: gold;
            }

            .home-header .main-content .branch h5 {
                margin-bottom: 0 !important;
                margin-left: 10px;
                width: 100%;
                font-weight: bold;
                color: var(--bg-darkprime);
            }

            .home-header .main-content .branch i {
                color: gold;
                font-size: 20px;
            }

            .home-header .main-content .branch p {
                margin-bottom: 0;
                text-align: right;
                margin-left: 15px;
                margin-right: 10px;
            }

    .home-header .title {
        margin-top: 40px;
        left: 0;
        text-align: center;
        width: 100%;
        text-shadow: 2px 2px black;
        color: white;
        font-size: 3rem;
        font-weight: bold;
        text-align: center;
    }

    .home-header .free-div {
        text-align: center;
        color: black;
        margin-top: 50px;
        margin-bottom: 50px;
        padding: 12px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        margin-left: 50%;
        transform: translateX(-50%);
        width: fit-content !important;
        border: gray 1px solid;
        background-color: white;
        border-radius:4px;
    }

        .home-header .free-div h3 {
            margin-bottom:0;
            width:auto !important;
        }
