@font-face {
    font-family: "Tajawal";
    src: url("../fonts/Tajawal/Tajawal-Regular.woff2");
    font-display: swap;
}
@font-face {
    font-family: "Tajawal-Bold";
    src: url("../fonts/Tajawal/Tajawal-Bold.woff2");
    font-display: swap;
}
@font-face {
    font-family: "Tajawal-Medium";
    src: url("../fonts/Tajawal/Tajawal-Medium.woff2");
    font-display: swap;
}

body {
    font-family: "Tajawal", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    direction: rtl;
    overflow-x: hidden;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.chart-container img {
    width: 100%;
}

.chart-container h3 {
    margin-bottom: 30px;
}

.video-container iframe {
    width: 100%;
    height: 400px;
}

a, a:hover {
    text-decoration: unset;
}

h1, h2, h3,
h4, h5, h6, figure {
    margin: 0;
}

header {
    background-color: white;
    width: 100%;
    height: auto;
}

h2 {
    font-family: "Tajawal-Medium",sans-serif;
    color: #1A1A1A;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 16px !important;
    margin-top: 40px !important;
    line-height: 32px;
}

.mt-150 {
    margin-top: 150px;
}

.cus-container {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    margin: 0 auto !important;
}

.chart-container {
    margin-top: 50px;
    margin-bottom: 50px;
}

:root {
    --main-title-size: 72px;
    --sec-title-size: 22px;
    --main-red-color: #E40421;
    --sec-bg-color: #f5f5f5;
    --sec-bg-dark-gray-color: #2A2A2A;
    --header-links-size: 18px;
    --sec-desc-size: 24px;
}

#mainBanner {
    position: relative;
    background-image: url("../../assets/images/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 620px;
}
#mainBanner::after,
.main-website02::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(44, 6, 11, 0.1), rgba(44, 6, 11, 0.8));
}

#mainBanner .cus-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9;
}

.main-banner-content {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.main-title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* background-color: #4f1308e6; */
    background-color: transparent;
    justify-content: center;
    align-items: center;
    padding: 22px;
    margin-bottom: 15px;
    border-radius: 7px;
}

.main-title-wrapper h1 {
    font-family: "Tajawal-Bold",sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 57px;
    text-align: right;
    color: #f2f2f2;
}

.main-title-wrapper h2 {
    font-size: 20px;
    line-height: 42px;
    text-align: right;
    color: #f2f2f2;
    font-weight: 500;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.writer-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* background-color: #4f1308e6; */
    background-color: transparent;
    padding: 10px 10px;
    border-radius: 7px;
}

.writer-info-div {
    display: flex;
    align-items: center;
    gap: 18px;
}

.writer-info-div span {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: right;
    color: #f2f2f2;
}

.main-idea-section, .methodology-section,
.content-section {
    padding: 0 0 60px 0;
    width: 100%;
    height: 100%;
    /* background-color: #f2f2f2; */
}

.main-idea-wrapper {
    position: relative;
    background-image: url("../../assets/images/main-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 85%;
    margin: auto;
    width: 100%;
    height: auto;
    padding: 24px 40px;
    /* height: 100px; */
}

.main-idea-wrapper h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    color: #FFFAEB;
    padding: 22px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.main-content-wrapper {
    display: flex;
    justify-content: flex-end;
    gap: 6%;
    width: 100%;
    margin-top: 75px;
}

.main-content {
    margin: auto;

    max-width: 50%;
    width: 100%;
}

.main-content p {
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    color: #1A1A1A;
    margin: 0 0 32px 0;
}

.methodology-section {
    padding-top: 0;
}

.methodology-wrapper {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;

}

.methodology-box {
    padding: 25px 40px;
    max-width: 35%;
    width: 100%;
    height: fit-content;
    background-color: #333333CC;
}

.methodology-box h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 34.8px;
    text-align: right;
    color: #f2f2f2;
}

.methodology-box p {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-align: right;
    color: #f2f2f2;
}

.main-website {
    background-image: url(../images/cut11.jpg);
    background-size: cover;
    min-height: 600px;
}

.main-website02 {
    width: 100%;
    position: relative;
    min-height: 700px;
}
.main-website02 picture{
    display: flex;
    width: 100%;
    height: 100%;
}
.main-website02 img{
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.main-website02 .methodology-img-div {
    position: absolute;
    right: 15%;
    top: 40px;
    background-color: #4f1308c9;
}

.methodology-img-div {
    margin-top: 70px;
    background-color: #4f1308c9;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 40px;
}

.methodology-img-div h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 34.8px;
    text-align: center;
    color: #333333;
    color: #F2F2F2;
}

.methodology-img-div img {
    width: 100%;
}

.content-section {
    padding: 40px 0;
    border: none;
}

.content-section .main-content {
    margin: auto;
}

.content-section .main-content h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 38.08px;
    text-align: right;
    margin: 60px 0 32px 0;
    color: #1A1A1A;
}
.arij-inv-txt {
   font-family: "Tajawal-Bold", sans-serif;
    font-style: italic;
    font-size: 19px;
    color: #1a1a1a;
    margin-top: 32px;
}

.shared-with-div {
   border-top: 1px solid #e2e2e2;
   width: 100%;
   margin: 75px auto;
   padding: 28px;
   background-color: #e2e2e21c;
   display: flex;
   flex-direction: column;
   gap: 42px;
}
.shared-lang-wrapper {
   display: flex;
   flex-direction: column;
   gap: 28px;
}
.shared-lang-wrapper h6 {
   font-family: 'Tajawal-Bold', sans-serif;
   display: flex;
   align-items: baseline;
   gap: 8px;
   font-size: 18px;
   font-weight: bold;
   color: #1a1a1a;
}
.shared-lang-wrapper h6::before {
   content: "";
   display: flex;
   background-color: #b4031b;
   width: 5px;
   height: 5px;
   border-radius: 50%;
}
.shared-links-wrapper {
   display: flex;
}
.shared-links-wrapper span {
   display: flex;
   max-width: 90%;
   width: 100%;
   gap: 10px;
   flex-wrap: wrap;
}
.shared-links-wrapper a:not(:last-child) {
   border-left: 2px solid #b4031b;
   padding-left: 10px;
}
.shared-links-wrapper a {
   color: #1A1A1A !important;
}


.gsc-control-wrapper-cse {
    max-width: 100% !important;
}

.gsc-control-cse {
    background-color: white !important;
    border-radius: 20px;
    padding: 8px 10px !important;
    border: 1px solid rgb(148 148 148) !important;
}

.gsc-search-button-v2 {
    padding: 0 5px !important;
}

.gsc-search-button-v2 svg {
    width: 22px !important;
}

.gsc-input-box {
    border: none !important;
}

section {
    position: relative;
    z-index: 0;
}
.images-section-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* max-width: 70%; */
    margin: auto auto 32px;
    text-align: center;
    gap: 12px;
}
.images-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin: auto;
}
.images-wrapper figure, .images-wrapper img, .images-wrapper picture {
    width: 100%;
}

.box-content{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #f9a400d6;
    padding: 40px;
    width: 100%;
    color: #1A1A1A;
    margin-bottom: 32px;
}
.box-content p,
.box-content span{
    font-family: "Tajawal-Bold",sans-serif;
    text-align: center;
}
.box-content a{
    font-family: "Tajawal",sans-serif;
    color: #1A1A1A;
}
.main-content p a{ 
    color: #c17807;
}

/* Media Queries */

@media (max-width: 1199px) {
    .cus-container {
        max-width: 1000px;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .cus-container {
        max-width: 1200px;
    }
}

@media (min-width: 1500px) {
    .cus-container {
        max-width: 1340px;
    }
}

@media (min-width: 992px) and (max-width: 1198px) {

    /* .cus-container{
        max-width: 720px;
    } */
    #mainBanner {
        height: 500px;
    }

    #mainBanner::after {
        content: "";
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    #mainBanner .cus-container {
        position: relative;
        z-index: 1;
    }

    .main-banner-content {
        justify-content: center;
    }

    .main-title-wrapper {
        max-width: 100%;
    }

    .main-content-wrapper {
        flex-direction: column;
    }

    .main-idea-wrapper {
        max-width: 100%;
        padding: 10px;
    }

    .main-content {
        max-width: 75%;
        width: 100%;
        margin: auto;
    }

    .side-bar-container {
        max-width: 75%;
        margin: auto;
    }

    .side-bar-img-div img {
        width: 220px;
    }

    .methodology-wrapper {
        flex-direction: column;
    }

    .methodology-box {
        max-width: 100%;
    }

    .shared-with-div {
        min-width: 100%;
    }

    .related-wrapper {
        flex-wrap: wrap;
    }

    .related-card {
        max-width: 47% !important;
    }

    .footer-bottom-content {
        flex-direction: column;
        gap: 12px;
    }

    .social-links-wrapper {
        gap: 12px;
    }

    .charts-container p {
        min-width: 100%;
    }

    .mt-150 {
        margin-top: 75px;
    }
}

@media (max-width: 991px) {
    .main-title-wrapper h1{line-height: 48px;}
    .main-content p {
        text-align: right;
    }
    .cus-container {
        max-width: 90% !important;
        padding: 0;
    }

    #mainBanner {
        height: 500px;
    }

    #mainBanner .cus-container {
        position: relative;
        z-index: 1;
    }

    .main-banner-content {
        justify-content: center;
    }

    .main-title-wrapper {
        max-width: 100%;
    }

    .main-content-wrapper {
        flex-direction: column;
    }

    .main-idea-wrapper {
        max-width: 100%;
        padding: 24px;
    }

    .main-content {
        max-width: 90%;
        width: 100%;
        margin: auto;
    }

    .methodology-wrapper {
        flex-direction: column;
    }

    .methodology-box {
        max-width: 100%;
    }

    .shared-with-div {
        min-width: 100%;
    }
    .mt-150 {
        margin-top: 75px;
    }
    .images-section-container span{line-height: 24px;}
    .box-content p, .box-content span{text-align: center;}
    .main-website {min-height: unset;}
}

/* End Media Queries */