/* Hero Block style */
section.hero {
    position: relative;
    /*height: 75vh;*/
    height: 760px;
    width: 100%;
    margin-top: 80px;
}
section.hero .hero-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: top left;
    background-color: #000000;
}
section.hero .hero-bg video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-position: center;
    background-size: cover;
}
.hero-overlay {
    position: absolute;
    top: 42%;
    left: 0;
    width: 100%;
}
.hero-overlay h1 {
    text-align: center;
    color: #fff;
    font-family: Arada-Headline-Bold;
}
.hero-overlay h2 {
    text-align: center;
    color: #fff;
    margin-top: 5px;
}

.hero-mobile-bg {
    display: none;
}

.hero-outer-overlay{
    background-color: rgb(0 0 0 / 30%);
    height: 100%;
}
/*.banner-button__container{
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 2;
}*/
.mb-80px{
    margin-bottom: 80px;
}
.arada-support__logo{
    max-width: 30%;
    margin: 0px auto 0 auto;
}
.arada-support__logo img{
    margin-top: -80px;
    z-index: 1;
    position: relative;
    height: auto;
}
@media only screen and ( max-width: 1200px){
    .arada-support__logo{
        max-width: 40%;
    }
    .arada-support__logo img{
        margin-top: -65px;
    }
    /*.banner-button__container{
        left: 50%;
        bottom: 90px;
        transform: translateX(-50%);
        right: unset;
    }*/
}
@media only screen and ( max-width: 800px){
    .arada-support__logo img {
        margin-top: -25px;
    }
    /*.banner-button__container{
        bottom: 40px;
    }*/
}
@media only screen and ( max-width: 768px) {
    section.hero {
        /*min-height: 370px;*/
        /*height: auto;*/
        height: 310px;
    }

    .hero-mobile-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-size: cover;
        background-position: center;
        display: block;
    }
    .hero-overlay {
        top: 35%;
    }
}

@media only screen and ( max-width: 767px){
    .arada-support__logo {
        max-width: 75%;
    }
    /*.banner-button__container{
        width: 260px;
    }*/
}


/* rtl style */
body.rtl .hero-overlay h1 {
    font-family: Cairo-Bold;
}