@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;
}

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-Bold", sans-serif;
    color: #1A1A1A;
    font-size: 23px;
    margin: 62px 0 16px 0 !important;
}

.mt-150 {
    margin-top: 150px;
}

.cus-container {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    margin: 0 auto !important;
}

/* :root {
   
} */

#mainBanner {
    position: relative;
    display: flex;
}

picture {
    display: flex;
    ;
    width: 100%;
}

#mainBanner .main-img {
    width: 100%;
    height: auto;
}

#mainBanner .cus-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-banner-content {
    position: absolute;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.main-title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background-color: #2f3c30e6;
    justify-content: center;
    align-items: center;
    padding: 22px;
    margin-bottom: 15px;
    border-radius: 7px;
}

h1 {
    font-family: "Tajawal-Bold", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    color: #f2f2f2;
}

.writer-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background-color: rgba(77, 68, 62, 0.9);
    padding: 22px 38px;
    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%;
}

.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: center;
    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/cut01.jpg);
    background-size: cover;
    min-height: 600px;
}

.main-website02 {
    background-image: url(../images/cut02.jpg);
    background-size: cover;
    min-height: 700px;
    background-position: bottom;
}

.main-website02 .methodology-img-div {
    position: absolute;
    right: 15%;
    top: 40px;
    background-color: #2f3c30cc;
}

.methodology-img-div {
    margin-top: 70px;
    background-color: #19261ae6;
    padding: 10px;
    border-radius: 5px;
    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;
}

.shared-with-div {
    border-top: 5px solid #E40421;
    background-color: #1A1A1A;
    width: 100%;
    max-width: 60%;
    margin: auto;
    padding: 28px;
}

.shared-with-div p {
    font-size: 20px;
    font-weight: 700;
    line-height: 42px;
    text-align: right;
    color: #f2f2f2;
    margin: 0;
}

.shared-with-div span {
    color: #FB223F;
}

.charts-container {
    display: flex;
    flex-direction: column;
    margin: 32px 0;
    text-align: center;
    background-color: #f5f5f500;
    padding: 10px;
}

.charts-container canvas {
    margin-bottom: 20px;
}

.charts-container h4 {
    font-size: 18px !important;
    font-weight: 400 !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    text-align: center !important;
}

.charts-container h6 {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.charts-container p {
    margin: 0 auto 24px auto;
    max-width: 50%;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: center;
}

#barSaloonCarsTwoContainer p {
    margin-top: 0;
}


.multi-lines-chart {
    display: flex;
    gap: 10px;
    width: 100%;
    padding: 8px;
}

.multi-lines-chart canvas {
    width: 50% !important;
}

#nav-logo, #nav-social-links-wrapper,
#search-popup, #search-popup-btn, #nav-lang-link {
    display: none;
}



#search-popup {
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 99;
}

#search-popup-btn {
    padding: 0;
    border: none;
    background: none;
}

#search-popup-btn svg {
    fill: white;
}

#search-popup-close-btn {
    width: 42px;
    height: 42px;
    position: absolute;
    inset: 32px;
    padding: 0;
    background: none;
    border: none;
    fill: rgb(148 148 148);
}

#search-popup div {
    max-width: 90%;
    width: 100%;
    margin: auto;
}

.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;
}

.image-container {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.image-container img {
    width: 45%;
}

.pdf-container {
    display: flex;
    margin-top: 40px;
    width: 100%;
    justify-content: flex-start;
    margin-right: 5%;
}

.pdf-container a {
    display: flex;
    background-color: #FFFFFF;
    padding: 0 20px;
    border-radius: 5px;
}

.pdf-container p {
    color: black;
    text-decoration: underline;
    margin-bottom: 11px;
}

.pdf-container img {
    width: 40px;
    margin-left: 5px;
    object-fit: contain;
    height: auto;
}

.image-container02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 100px;
}

.image-container02 img {
    width: 32%;
}

.image-container-p {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 40px;
    color: black;
    font-size: 19px;
}

.row-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.row-container p {
    width: 45%;
    text-align: right;
}

.row-container .row-image {
    width: 40%;
}

.row-container img {
    width: 100%;
}

.row-image p {
    width: 100%;
}

.image-container02-b {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container02-b img {
    width: 90%;
}

.image-container03 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container03 img {
    width: 70%;
    margin-bottom: 23px;
}

.image-container04 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 100px;
}

.image-container04 img {
    width: 24%;
}

.image-container05 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 100px;
}

.image-container05 img {
    width: 32%;
}

.image-container06 {
    display: flex;
}

.image-container06 img {
    width: 100%;
}

.about-p {
    font-weight: bold;
    font-style: italic;
}

.pointer-hand {
    display: flex;
    margin-bottom: 0;
    margin-top: 40px;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.pointer-hand img {
    padding-left: 10px;
    height: 20px;
}

.pointer-hand p {
    margin-bottom: 0;
    font-weight: 600;
}

.f-boxa {
    display: flex;
    justify-content: center;
    align-items: center;
}


.image-section {
    position: relative;
    width: 100%;
}

.image-section img {
    width: 100%;
    height: auto;
}

.main-sec-title-wrapper {
    position: absolute;
    width: 100%;
    top: 60px;
}

.main-sec-title {
    font-size: 27px;
    line-height: 32px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 42px;
    background-color: rgba(77, 68, 62, 0.9);
    width: fit-content;
}

.arij-inv-txt {
    font-family: "Tajawal-Bold", sans-serif;
    font-style: italic;
    font-size: 19px;
    color: #1a1a1a;
}

/* Media Queries */

@media (max-width: 1199px) {
    .cus-container {
        max-width: 1000px;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .cus-container {
        max-width: 1200px;
    }

    /* #mainBanner{
        background-position: top;
        height: 100vh;} */

}

@media (min-width: 1500px) {
    .cus-container {
        max-width: 1340px;
    }

    /* #mainBanner{height: 900px;} */
}

@media (min-width: 992px) and (max-width: 1198px) {
    /* .cus-container{
        max-width: 720px;
    } */

    #mainBanner .cus-container {
        position: relative;
        z-index: 1;
    }

    .main-title-wrapper {
        max-width: 100%;
    }

    .main-content-wrapper {
        flex-direction: column;
    }

    .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 (min-width: 768px) and (max-width: 991px) {
    .cus-container {
        max-width: 90%;
    }

    #mainBanner .cus-container {
        position: relative;
        z-index: 1;
    }

    .main-title-wrapper {
        max-width: 100%;
    }

    .main-content-wrapper {
        flex-direction: column;
    }

    .main-idea-wrapper {
        max-width: 100%;
    }

    .main-content {
        max-width: 75%;
        width: 100%;
        margin: auto;
    }

    .side-bar-container {
        max-width: 75%;
        margin: auto;
    }

    .side-bar-img-div img {
        width: 180px;
    }

    .methodology-wrapper {
        flex-direction: column;
    }

    .methodology-box {
        max-width: 100%;
    }

    .shared-with-div {
        min-width: 100%;
    }

    .related-wrapper {
        flex-direction: column;
    }

    .related-card {
        max-width: 100% !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;
    }

    .main-sec-title-wrapper {
        top: 0;
    }
}

@media (max-width: 767px) {
    .main-banner-content h1{
        font-size: 20px;
        line-height: 28px;
    }
    .main-content p {
        text-align: right;
    }

    .row-container {
        flex-direction: column;
    }

    .image-container {
        flex-direction: column;
    }

    .image-container05 {
        flex-direction: column;
        padding: 0 20px;
    }

    .image-container05 img {
        width: 100%;
        margin-bottom: 10px;
    }

    .image-container04 {
        flex-direction: column;
        padding: 0 20px;
    }

    .image-container04 img {
        width: 100%;
        margin-bottom: 20px;
    }

    .image-container img {
        width: 100%;
        margin-bottom: 10px;
    }

    .row-container p {
        width: 100%;
    }

    .row-container .row-image {
        width: 100%;
    }

    .image-container02 {
        flex-direction: column;
        padding: 0 25px;
    }

    .image-container02 img {
        width: 100%;
        margin-bottom: 20px;

    }

    .cus-container {
        max-width: 90% !important;
        padding: 0;
    }

    #mainBanner .cus-container {
        position: relative;
        z-index: 1;
    }

    .main-title-wrapper {
        max-width: 100%;
    }

    .main-content-wrapper {
        flex-direction: column;
    }

    .main-idea-wrapper {
        max-width: 100%;
    }

    .main-content {
        max-width: 90%;
        width: 100%;
        margin: auto;
    }

    .side-bar-container {
        max-width: 90%;
        margin: auto;
    }

    .side-bar-img-div img {
        width: 180px;
    }

    .methodology-wrapper {
        flex-direction: column;
    }

    .methodology-box {
        max-width: 100%;
    }

    .shared-with-div {
        min-width: 100%;
    }

    .related-wrapper {
        flex-direction: column;
    }

    .related-card {
        max-width: 100% !important;
    }

    .footer-top-content, .footer-bottom-content {
        flex-direction: column;
        gap: 12px;
    }

    .social-links-wrapper {
        gap: 12px;
    }

    .charts-container p {
        min-width: 100%;
    }

    .bottom-section {
        padding: 0;
    }

    .mt-150 {
        margin-top: 75px;
    }

    .main-sec-title-wrapper {
        position: unset;
    }

    .image-section {
        display: flex;
        flex-direction: column-reverse;
    }

    .main-sec-title {
        font-size: 22px;
        line-height: 28px;
        margin: 0 auto !important;
        padding: 15px;
        text-align: center;
        width: 100%;
    }
}


@media (max-width: 767px) {
    #mainBanner .main-img{
    height: 400px;
    object-fit: cover;
    object-position: bottom;
}

}
/* End Media Queries */


