
@font-face {
    src: url("../fonts/Janna-LT-Regular.ttf");
    font-family: 'jana';
    font-weight: 400;
}


@font-face {
    src: url("../fonts//futura-light-bt.ttf");
    font-family: 'futura';
    font-weight: 400;
}



@font-face {
    src: url("../fonts/Janna-LT-Bold.ttf");
    font-family: 'jana';
    font-weight: 700;
}


@media (min-width: 1200px){
    .container {
        width: 1200px !important;
    }

}






body{

    color: #000;
    font-family: 'jana';
    direction: rtl;
    letter-spacing: -0.5px;

}


.top-red-image-banner {
    background: url(../images/header-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 550px;
    background-size: cover;
    padding-top: 115px;
}

.content-on-banner-h .tittle-one {
    font-size: 90px;
    color: white;
    font-family: 'jana';
    font-weight: 700;
    text-align: center;
    margin-bottom: 85px;
}

.content-on-banner-h .descp-2-ban {
    font-size: 36px;
    font-family: 'jana';
    text-align: center;
    font-weight: 400;
    line-height: 60px;
    color: white;
}

.inner-content-block-video{
    text-align: center;
    margin-bottom: 84px;
}

.video-block-main-p {
    margin-bottom: 98px;
}

.videos-section-here {
    margin-top: 100px;
}

.parent-box-of-video iframe {
    width: 100%;
    height: 658px;
}

.inner-content-block-video .video-tittle{
    font-size: 60px;
    color: #000000;
    font-family: 'jana';
    font-weight: 700;
    text-align: center;
    margin-bottom: 73px;

}

.video-decp {
    font-size: 32px;
    line-height: 50px;
    color: #999999;
    font-weight: 400;
    padding: 0px 10px;
    font-family: unset;
}

.border-red-dive {
    height: 5px;
    background: #6C2628;
}

.left-right-ss-parent {
    display: flex;
    column-gap: 30px;
}

.box-left-image-ss {
    margin-bottom: 50px;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
}


.img-fluid {
    max-width: 100%;
    height: auto;
}


.screen-short-sec-h {
    margin-top: 100px;
}

.audio-palyer-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.audio-palyer-block audio{
    width: 532px;
}

.audio-tittle-name {
    font-size: 32px;
    line-height: 50px;
    color: #999999;
    font-weight: 400;
    padding: 0px 10px;
    text-align: center;
    font-family: unset;
    width: 55%;
    margin: 0 auto;
}

.audio-section-h {
    padding-top: 100px;
}

.audio-block-parent {
    margin-bottom: 100px;
}

.audio-top-sec-border {
    margin-top: 50px;
}

.footer-image-block{
    background: url(../images/footer-bg-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-content-p h2 {
    color: white;
    direction: ltr;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    font-family: 'futura';
}


@media (max-width:991px){
    .content-on-banner-h .tittle-one {
        font-size: 60px;
        margin-bottom: 40px;
    }
    .content-on-banner-h .descp-2-ban {
        font-size: 30px;
        line-height: 50px;
       
    }
    .parent-box-of-video iframe {
        height: 400px;
    }



}



@media (max-width:575px){
    .content-on-banner-h .tittle-one {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .content-on-banner-h .descp-2-ban {
        font-size: 20px;
        line-height: 44px;
    }
    .top-red-image-banner {
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .inner-content-block-video .video-tittle {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .videos-section-here {
        margin-top: 30px;
    }
    .video-decp {
        font-size: 16px;
        line-height: 30px;
    }
    .inner-content-block-video {
        margin-bottom: 30px;
    }
    .parent-box-of-video iframe {
        width: 100%;
        height: 220px;
    }

    .video-block-main-p {
        margin-bottom: 40px;
    }
    .box-left-image-ss {
        margin-bottom: 20px;
    }
    .left-right-ss-parent {
        flex-direction: column;
    }
    .audio-tittle-name {
        font-size: 24px;
        width: 100%;
        line-height: 45px;
    }
    .audio-block-parent {
        margin-bottom: 40px;
    }
    .audio-palyer-block {
        margin-top: 30px;
    }
    .footer-content-p h2{
        font-size: 20px;
    }
}