body, section {
    background-color: #f2f2f2;
}
body, figure, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
.charts-section, .image-wrapper, .main-section {
    position: relative;
}
.last-section, .main-idea-wrapper, .static02-section {
    background-repeat: no-repeat;
}
body {
    font-family: Tajawal, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0;
    direction: rtl;
    overflow-x: hidden;
}
.logos-container {
    display: flex;
    position: absolute;
    left: 35px;
    top: 25px;
    z-index: 999999999999;
}

.logos-container img{
    width: 90px;
    height: 50px;
    object-fit: contain;
}
.masrawy-logo img{
    width: 150px !important;
    margin-right: 15px;
    height: 48px !important;
}
section {
    overflow: hidden;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.m-p-0 {
    margin-top: 0;
}
.m-b-0 {
    margin-bottom: 0;
}
a, a:hover {
    text-decoration: unset;
}
header {
    background-color: #fff;
    width: 100%;
    height: auto;
}
.mt-150 {
    margin-top: 150px;
}
.cus-container {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    margin: 0 auto!important;
}
: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;
}
.charts-section .image-wrapper {
    width: 100%;
    height: 100%;
    background-image: url(../images02/1c2.jpg);
    background-size: cover;
    background-position: left center;
    animation: .9s infinite alternate changeImage;
    position: absolute;
    left: 0;
    top: 0;
}
@keyframes changeImage {
    0% {
    background-image: url("../images02/1c2.jpg");
}
100% {
    background-image: url("../images02/2c2.jpg");
}
}.image-wrapper {
    width: 100%;
    height: 300px;
}
.image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img1 {
    animation: 4s infinite alternate fade;
}
.img2 {
    animation: 4s infinite alternate-reverse fade;
}
.main-idea-wrapper {
    position: relative;
    background-image: url(../../assets/images02/start-bk.jpg);
    background-size: cover;
    max-width: 85%;
    margin: auto auto 60px;
    width: 100%;
    height: auto;
    padding: 24px 40px;
}
.main-idea-wrapper h2 {
    color: #fff;
    font-size: 18px;
    line-height: 33px;
    padding: 10px;
    text-align: center;
    font-weight: 600;
}
.main-content {
    max-width: 800px;
    margin: auto;
}
p {
    font-size: 19px;
    font-weight: 500;
    line-height: 31px;
}
.image-container-map h2, .last-section h2, .static02-section h2 {
    color: #fff;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.image-container-map {
    background-image: url(../images02/bk-map.jpg);
    background-position: top center;
    background-size: cover;
    padding: 20px;
    margin-bottom: 60px;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.image-container-map img {
    width: 90%}
.legend-container-row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    flex-wrap: wrap;
}
.legend-container-col {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
}
.legend-container-col p {
    color: #fff;
    font-size: 15px;
    margin-right: 5px;
    padding: 0 0 10px;
    margin-bottom: 0;
    line-height: 18px;
}
.last-section li, .static02-section li {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.last-section ul, .static02-section ul {
    padding: 30px 20px;
    margin-top: 80px;
    list-style: none;
}
.colors-st {
    width: 20px;
    height: 20px;
    border-radius: 100%}
.color1 {
    background-color: #7f5e1f;
}
.color2 {
    background-color: #b14947;
}
.color3 {
    background-color: #e18143;
}
.color4 {
    background-color: #33507d;
}
.color5 {
    background-color: #e3c612;
}
.color6 {
    background-color: #16889b;
}
.color7 {
    background-color: #0fbbb0;
}
.full-layar2, .lyar-full {
    background-color: rgb(0 0 0 / 68%);
}
.charts-section {
    margin-top: 50px;
    margin-bottom: 50px;
    height: 800px;
    width: 100%;
    overflow: hidden;
    min-height: 610px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.last-section, .static02-section, .static02-section02 {
    background-size: cover;
    padding: 30px;
    background-position: top center;
}
.last-section {
    background-image: url(../images02/cut-section.jpg);
}
.static02-section {
    background-image: url(../images02/cut-section2.jpg);
}
.static02-section02 {
    background-image: url(../images02/cut-section3.jpg);
    background-repeat: no-repeat;
}
.cut-section-h5, .title-cut-sec {
    background-image: url(../images02/cut-sec-title.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    min-height: 500px;
    background-size: cover;
}
.last-section ul {
    background-color: #1d1d1dcf;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.last-section li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    margin-bottom: 20px;
}
.last-section span, .static02-section span {
    width: 5px;
    height: 5px;
    background-color: #e34a05;
    margin-left: 10px;
    display: block;
    border-radius: 1px;
}
.chart-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
    margin-top: 60px;
}
.flourish-embed {
    width: 80%}
.static02-section ul {
    background-color: #1d1d1d99;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    flex-direction: column;
}
.static02-section li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
#mainBanner, .writer-info-div {
    justify-content: center;
    display: flex;
}
.box-container {
    border-left: 15px solid #4b5555;
    border-right: 15px solid #4b5555;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 50px;
    margin-top: 50px;
}
.box-container p {
    background-color: #1b1f21;
    color: #fff;
    padding: 30px;
    font-weight: 600;
    line-height: 36px;
}
.cut-section {
    margin-top: 30px;
    margin-bottom: 30px;
}
.title-cut-sec {
    padding: 30px;
    position: relative;
}
.title-cut-sec h2 {
    color: #fff;
    width: 300px;
    line-height: 41px;
    margin-right: 100px;
    margin-top: 50px;
    position: relative;
    z-index: 999;
}
.static02-section02 p {
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-top: 60px;
}
.static02-section02 ul {
    margin-top: 10px;
}
.static02-section02 li {
    font-weight: 400;
    line-height: 30px;
}
.cut-section-h5 {
    padding: 30px;
}
.timeline03 {
    background-image: url(../images02/timeline03.jpg);
    background-size: cover;
    background-position: center;
    padding: 0;
    min-height: 500px;
    height: 100vh;
}
#mainBanner {
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: top center;
    align-items: center;
    z-index: 91;
    background-color: rgba(0, 0, 139, 0);
    background-image: url(../images02/main-banner-v2/1.jpg);
}
.main-banner-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: top center;
    visibility: hidden;
    opacity: 0;
}
#mainBanner h1 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    margin-bottom: 17px;
}
.main-title-wrapper {
    position: relative;
    z-index: 9999;
}
.writer-info-div {
    margin-bottom: 10px;
}
#mainBanner h2 {
    font-size: 29px;
    color: #fff;
    font-weight: 200;
    margin-bottom: 70px;
}
.writer-info-div span {
    color: #fff;
    font-weight: 500;
}
.main-banner-content {
    position: relative;
    z-index: 99999;
}
.relative-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#image-timeline3, .full-layar2, .lyar-full {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
#image-timeline3 {
    z-index: 93;
    display: flex;
    justify-content: center;
    object-fit: cover;
}
.row-charts, .timeline03 ul {
    justify-content: center;
    display: flex;
}
.lyar-full {
    z-index: 93;
}
.full-layar2 {
    left: 0;
    right: 0;
    z-index: 999;
}
.gif-bk02, .row-charts {
    z-index: 99999;
}
.timeline03 h2 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-bottom: 40px;
}
.timeline03 ul {
    list-style: none;
    align-items: center;
    flex-direction: column;
}
.timeline03 li {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 22px;
    line-height: 30px;
}
.col-chart p, .sorce-p {
    font-size: 15px;
    color: #fff;
}
.timeline03 span {
    color: #e40421;
}
.sorce-p {
    font-weight: 300;
    width: 54%;
    text-align: right;
    float: left;
}
.gif-bk, .gif-bk02 {
    position: absolute;
    width: 120%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: top;
    filter: opacity(.2);
}
.timeline03 .main-content {
    position: relative;
    opacity: 0;
    visibility: visible;
    z-index: 99999;
}
.row-charts {
    position: relative;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 50%;
    padding: 0 100px;
    margin-top: 60px;
}
.col-chart {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.col-chart img {
    width: 75%}
.col-chart p {
    text-align: center;
    font-weight: 500;
}
.charts-section h3 {
    color: #fff;
    width: 50%;
    text-align: center;
    position: relative;
    z-index: 9999;
    margin-top: 40px;
}

@media (max-width:1080px) {
    .main-content {
    width: 90%;
    max-width: 90%}
.last-section li, .legend-container-row, .sorce-p {
    width: 100%}
.last-section ul {
    flex-direction: column;
}
.colors-st {
    width: 15px;
    height: 15px;
}
.static02-section li {
    line-height: 29px;
}
.charts-section .image-wrapper {
    position: unset;
    height: 500px;
}
.charts-section {
    height: auto;
    min-height: unset;
    padding-top: 0;
    background-image: url(../images02/bk-charts2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.row-charts {
    width: 95%;
    padding: 0;
}
.charts-section h3 {
    width: 95%}
.col-chart {
    width: 49%}
    .title-cut-sec h2 {
        color: #fff;
        width: 90%;
        margin-right: 0;
        margin-top: 50px;
        text-align: center;
    }
}

@media (max-width:791px) {
    .main-content {
    width: 90%;
    max-width: 90%}
.last-section li, .legend-container-row, .sorce-p {
    width: 100%}
.last-section ul {
    flex-direction: column;
}
.colors-st {
    width: 15px;
    height: 15px;
}
.static02-section li {
    line-height: 29px;
}
.charts-section .image-wrapper {
    position: unset;
    height: 500px;
}
.charts-section {
    height: auto;
    min-height: unset;
    padding-top: 0;
    background-image: url(../images02/bk-charts2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.row-charts {
    width: 95%;
    padding: 0;
}
.charts-section h3 {
    width: 95%}
.col-chart {
    width: 49%}
    .title-cut-sec h2 {
        color: #fff;
        width: 90%;
        margin-right: 0;
        margin-top: 50px;
        text-align: center;
    }
    #mainBanner h2{
        text-align: center;
    }
}
