@font-face {
    font-family: "Awsat Digital";
    src: url("../font/AwsatDigitalv2b-Bold.woff2") format("woff2"),
        url("../font/AwsatDigitalv2b-Bold.woff") format("woff"),
        url("../font/AwsatDigitalv2b-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Awsat Digital";
    src: url("../font/AwsatDigitalv2b-Regular.woff2") format("woff2"),
        url("../font/AwsatDigitalv2b-Regular.woff") format("woff"),
        url("../font/AwsatDigitalv2b-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Awsat Digital";
    src: url("../font/AwsatDigitalv2b-Black.woff2") format("woff2"),
        url("../font/AwsatDigitalv2b-Black.woff") format("woff"),
        url("../font/AwsatDigitalv2b-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Effra";
    src: url("../font/Effra-Regular.woff2") format("woff2"), url("../font/Effra-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-primary: "Awsat Digital";
    --font-secondary: "Effra";
    --color-primary: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    direction: rtl;
    font-family: Awsat Digital;
}

.main_header {
    width: 100%;
    position: relative;
}

.main_header:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.main_header .container {
    position: relative;
}

.main_header .description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.main_header .description h2 {
    font-size: 90px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.main_header .description p {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.main_header .description span {
    font-size: 26px;
    font-weight: 600;
    color: #498882;
    text-align: center;
    display: block;
    margin-bottom: 40px;
}

.main_header .description span a {
    color: #498882;
    text-decoration: none;
}

.main_header img {
    width: 100%;
}

.container_inner {
    width: 85%;
    margin: 100px auto 0;
}

.page-2 {
    margin-top: 40px;
}
.green_title h3 {
    color: #498882;
    font-size: 70px;
    font-weight: 800;
    text-align: center;
    margin: 60px 0 40px;
}

.bold_p p {
    font-size: 34px;
    text-align: center;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 53px;
}

.most_bold_p p {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 53px;
}

.normal_p p {
    font-size: 26px;
    font-weight: 400;
    color: var(--color-primary);
    margin-bottom: 40px;
    font-family: var(--font-secondary);
}

.news_img {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.news_img img {
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.small_description p {
    font-size: 20px;
    text-align: center;
    color: #4d4d4d;
    margin-bottom: 40px;
    font-family: var(--font-secondary);
}

.main_news_img {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    margin-top: 40px;
}

.main_news_img img {
    width: 100%;
    display: block;
    margin: auto;
}

.main_news_img .description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.main_news_img .description p {
    font-size: 70px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 0px 0px 3px #000000;
}

.main_news_img .description .audio {
    margin-bottom: 30px;
}

.main_news_img .description span {
    font-size: 20px;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

.audio {
    margin: auto;
    display: block;
}

.news_section_img {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.news_section_img img {
    width: 100%;
}

.side_title {
    font-size: 45px;
    font-weight: 900;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: var(--font-secondary);
}
 
.block {
    width: 100%;
    height: 100vh;
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
} 

.parallax-text {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    /* margin-bottom: 20px; */
    /* position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%); */
    width: 100%;
    padding: 0 24px;
    margin-top: -95px;
    text-shadow: 0px 0px 3px #000000;
    position: sticky;
    bottom: 0;
    top: 30px;
}

[id^="content-block"] {
    position: relative;
    overflow: clip;
}

.parallax-slide {
    position: relative;
    height: 100vh;
}

.parallax-clip {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px; 
}

.fixed-parallax {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed; 
}

/* CSS specific to iOS devices */
@supports (-webkit-overflow-scrolling: touch) {
    .parallax-clip {
        clip: rect(auto, auto, auto, auto);
    }
 
    .fixed-parallax {
        position: fixed;
        background-attachment: unset;
        -webkit-transform: translateZ(0);
        
    }
}

@media (min-width: 1400px) {
    header .container,
    .main_title .container {
        max-width: 1320px;
    }
    .container {
        max-width: 1080px;
    }
}

@media (max-width: 1200px) {
    .main_header .description p {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .green_title h3 {
        font-size: 40px;
    }
}
 
/*==MOBILE==*/
@media (max-width: 767px) { 
    .main_header .description h2 {
        font-size: 55px;
    }

    .container_inner {
        width: 100%;
        margin: 0;
    }

    .green_title h3 {
        font-size: 36px;
        line-height: 56px;
        padding: 0 32px;
        margin: 0 0 40px;
    }

    .bold_p p {
        font-size: 25px;
        line-height: 38px;
        padding: 0 30px;
        margin: 0 0 40px;
    }

    .most_bold_p {
        font-size: 22px;
        line-height: 38px;
        padding: 0 60px;
    }

    .normal_p p {
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .side_title {
        font-size: 48px;
        line-height: 62px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .main_header {
        margin-bottom: 40px;
    }

    .main_header img {
        height: 100vh;
        object-fit: cover;
    }

    .main_header .description {
        padding: 64px 32px 32px;
        background: rgb(0, 0, 0);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.96) 30%);
    }

    .main_header .description p {
        font-size: 25px;
        margin-bottom: 32px;
    }

    .main_header .description span {
        margin-bottom: 0;
        font-size: 24px;
    }

    .main_news_img img {
        height: 100vh;
        object-fit: cover;
    }

    .main_news_img .description p {
        font-size: 52px;
        line-height: 62px;
        margin-bottom: 15px;
        padding: 0 24px;
    }

    .main_news_img .description p:last-child {
        margin-bottom: 48px;
    }

    .description audio {
        margin-bottom: 32px;
    }

    .small_description p {
        margin-bottom: 20px;
    }

    .main_news_img {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .news_img {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .page-2 {
        margin-top: 20px;
    }

    .parallax-slides--1 .fixed-parallax {
        background-position: 25% top;
    }

    .parallax-text {
        font-size: 60px;
        line-height: 62px;
        margin-top: -200px;
        padding-bottom: 20px;
    }

    .main_news_img .description span {
        padding: 0 20px;
        margin-bottom: 24px;
    }

    #content-block-1 .parallax-slide:nth-child(3),
    #content-block-1 .parallax-slide:nth-child(4), 
    #content-block-1 .parallax-slide:nth-child(5), 
    #content-block-1 .parallax-slide:nth-child(7){
        display: none;
    }

    #content-block-2 .parallax-slide:nth-child(2),
    #content-block-2 .parallax-slide:nth-child(3), 
    #content-block-2 .parallax-slide:nth-child(5){
        display: none;
    }

    #content-block-11 .parallax-slide:nth-child(4),
    #content-block-11 .parallax-slide:nth-child(5), 
    #content-block-11 .parallax-slide:nth-child(6){
        display: none;
    }
}
