/* .hero-logo {
    -webkit-filter: drop-shadow(0px 0px 5px #0000005e);
    filter: drop-shadow(0px 0px 5px #0000005e)
} */

.hero-bottom-image {
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.hero-bottom-text {
    -webkit-text-fill-color: #15306B;
    -webkit-text-stroke: 1px #15306B;
    font-weight: 900;
    letter-spacing: 3px;
    color: #15306B;
}

.hero-video{
    transform: rotateY(180deg);
}

@media screen and (max-width: 992px) {
    .hero-bottom-text {
        -webkit-text-fill-color: #15306B;
        -webkit-text-stroke: 1px #15306B;
        font-weight: 700;
        letter-spacing: 3px;
        color: #15306B;
    }
}
