@media(max-width: 992px) {
    header{
        height: 80px;
    }
    .navbar-brand img{
        max-height: 46px;
    }
    .empower-section{
        position: relative;
        font-size: 13px;
        z-index:2;
    }
    .unveiling-text{margin-top: -7rem;}
}
@media(max-width: 768px) {
    .play-btn{
        margin: 0 10px 0 0;
        width: 57px; min-width: 57px;
        height:57px;
    }
    .back-image-block{
        position: relative;
    }
    .back-image-block .container{
        position: relative;
    }
    .back-image-block:before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index:0;
    }

    .empower-profit{
        border-radius: 0 0 var(--border-radius) var(--border-radius);
    }
    .empower-profit-2{
        width: 90%;
        margin: 1rem auto;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(255,255,255,0.5);
        border-bottom: 1px solid rgba(255,255,255,0.5);
    }
}
@media(max-width: 576px) {
    .homepage-main-text-section {
        padding-top: 150px;
    }
    .text-mobile-section{
        font-size: 13px;
    }
    .unlocking-icon{
        width: 100px;
        height: 100px;
    }
    .introduction-icon{
        width: 70px;
    }
}

@media(max-width: 400px) {
    #language_select{
        margin-left: 5px;
    }
    .homepage-main-text-section {
        font-size: 12px;
    }
}
