.home-title{
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    font-size: 88px;
    line-height: 117px;
    text-align: center;
    color: var(--bs-body-text-color) !important;
    text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
}
.home-page{
    object-fit:cover;
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    align-items: center;
    height: 100vh;
    margin:0 !important;
    margin: 0;
}
.footer-nav{
    align-items: center;
    margin:0 !important;
}
.mobile-ham{
    display: none;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
}
.video{
    height: 100vh; 
    width:100%; 
    object-fit: cover;
}
.shadow {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: calc(var(--bs-gutter-x) * .5);
    background: linear-gradient(0deg, rgba(17, 2, 41, 0.6), rgba(17, 2, 41, 0.6));
} 

@media (min-width: 300px) and (max-width: 900px){
    .home-title{
        font-size: 57px !important;
        line-height: normal;
    }
    .mobile-ham{
        display: block !important;
        padding-top: 1rem;
        padding-right: 1rem;
    }
    .logo {
        height: 100%;
        width: 100%;
        padding-top: 1rem !important;
        padding-left: 1rem !important;
    }
}
@media (min-width: 300px) and (max-width: 600px){
    .header-div{
        width: 50% !important;
        height: 30% !important;
    }
}
@media (min-width: 600px) and (max-width: 900px){
    .header-div{
        width: 30% !important;
        height: 30% !important;
    }
}