﻿* {
    font-family: SaudiaSansRegular;
    font-size: 14px;
}
body{
    background:white;
}
h1 {
}
p {
    white-space:normal;
}

.PageSection {
    border: 1px solid lightgray;
    padding: 40px 25px;
    background: white;
}
section .card {
    margin-bottom: 15px;
}
/*----------------------------------------------------------------------------------------------------------------------*/

.PageHeader {
    border-bottom: 1px solid lightgray;
    padding-top: 10px;
    min-height: 50px;
    margin-bottom: 20PX;
    display:flex;
}

    .PageHeader h3 {
        font-size: 16px;
        line-height: 30px;
        flex-grow:1;
        align-items:start;
        font-weight:bold;
    }

    .PageHeader h4 {
        font-size: 15px;
        line-height: 30px;
        flex-grow: 1;
        align-items: start;
    }

        .PageHeader h4::before {
            content: '>>';
            float: right;
            display: inline-block;
            padding: 2px 10px;
        }

    .PageHeader .Controls {
        flex-grow: 2;
        align-items: start;
    }
/*----------------------------------------------------------------------------------------------------------------------*/
.ViewUpdateProgress {
    position: fixed;
    z-index: 10000;
    left: 0;
    width: 300px;
    padding: 12.5px;
    border: 1px solid gray;
    background: white;
    display: none;
    text-align: center;
}


.MyAlert {
    position: fixed;
    z-index: 100000;
    top: 0px;
    left: 0px;
    min-width: 400px;
    display: none;
    border-radius: 0;
}

b {
    color: red;
}

.modal {
    background-color: rgba(0,0,0,0.6);
}

    .modal .modal-body {
        max-height: 400px;
        overflow-y: auto;
    }

.modal-footer {
    justify-content: space-between;
}

.nav-link {
    margin-left: 15px;
}
.btn-secondary {
    background-color: #47a195;
    border: 1px solid #47a195;
    padding: 10px 15px;
}

.Shadow {
    box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.05), 0 1px 4px 0 rgba(12, 12, 13, 0.1);
}




/*----------------------------------------------------------------------------------------------------------------------*/
.navbar {
    padding: 15px;
    background-color: transparent !important;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.navbar-brand {
    padding-left: 30px;
}

.nav-item {
    padding-left: 5px;
}

    .nav-item > .nav-link {
        color: white;
        font-size: 13px;
    }
    .nav-item  .dropdown-item {
        font-size:13px;
        padding-top:10px;
        padding-bottom:10px;
        color:white;
    }
        .nav-item .dropdown-item:hover {
            color: #47a195;
            background:white;
        }

    .nav-item > .active {
        color: #47a195 !important;
        border-bottom: 3px solid #47a195;
    }



.navbar-nav .nav-link.show {
    color: #47a195 !important;
}

.navbar-nav .dropdown-menu {
    min-width:250px;
    background: #47a195;
    border-radius:0 0 10px 10px;
}


/*----------------------------------------------------------------------------------------------------------------------*/
.MainSection {
    position: relative;
}

.VideoOverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0));
}

.BannerContent {
    position: absolute;
    color: white;
    top: 40%;
    padding: 20px;
    right: 0;
    z-index: 200;
}

    .BannerContent h1 {
        font-size: 48px;
        font-family: SaudiaSansSemiBold;
    }

    .BannerContent p {
        padding: 20px 0;
        line-height: 35px;
        font-size: 18px;
        width: 60%;
        white-space:normal;
    }

video {
    width: 100%;
}
/*----------------------------------------------------------------------------------------------------------------------*/

.PlatformSection {
    padding: 40px 25px;
    background:white;
}

    .PlatformSection .Patern1 {
    }

    .PlatformSection h2 {
        padding-top: 20px;
        font-size: 40px;
        color: #47a195;
        font-weight: bold;
    }

        .PlatformSection h2 b {
            font-size: 40px;
            color: #50433d;
            font-weight: bold;
        }

    .PlatformSection .P1 {
        padding: 25px 0;
        font-size: 14px;
        line-height: 30px;
        color: #212121;
        min-height: 200px;
        text-align:justify;
    }

    .PlatformSection .P2 {
        font-size: 14px;
        line-height: 30px;
        color: #212121;
        min-height: 140px;
        text-align: justify;
    }

    .PlatformSection h3 {
        font-size: 32px;
        color: #47a195;
        font-weight: bold;
    }

.FlagMod {
    width: 100%;
    border: 0px solid red;
    max-width: 600px;
    margin: 0 auto;
}

    .FlagMod td {
        border: 0px solid gray;
        text-align: center;
        vertical-align: top;
        position:relative;
    }

        .FlagMod td a {
            display: block;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            margin: 0 auto;
            transition:0.5s all;
            position:absolute;
            overflow:hidden;
        }


            .FlagMod td a:hover {
                display: block;
                width: 90px;
                height: 90px;
                border-radius: 50%;
                margin: 0 auto;
            }

        .FlagMod td span {
            display: block;
            width: 90px;
        }

    .FlagMod .FlagImg {
        position: absolute;
        left: 50%;
        height: 120px;
        top: 60px;
        margin-left: -43px;
    }
.PlatformSection card:hover .card-body {
    background: #50433d;
    color:white;
}
/*----------------------------------------------------------------------------------------------------------------------*/
.GeoSection {
    padding: 0;
    background: #000;
    border-top: 1px solid lightgray;
    position: relative;
    border: 0px solid red;
    overflow: hidden;
}

    .GeoSection .ContentWrap {
        padding-right: 40px;
        padding-top: 200px;
    }
    .GeoSection .ValuesWrap {
        padding-right: 40px;
        padding-left: 40px;
        padding-top: 20px;
        z-index: 100;
    }
    .GeoSection h2{
        font-size: 36px;
        font-weight: bold;
        color:white;
        padding-top:10px;
        padding-bottom:0px;
        
    }

    .GeoSection .Overlay {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 10;
        background-color: rgba(0,0,0,0.6);
        aspect-ratio: 1.778;
    }
    .IndCard {
        padding-top:25px;

    }

    .GeoSection video {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        z-index:5;
        aspect-ratio: 1.778;
    }



    .SvgMap {
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 5;
    }

.ImgMap {
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 10;
    pointer-events: none;
    position: absolute;
}

    svg path:hover {
        fill: #47a195;
        cursor: pointer;
    }

.GeoSection .MapDiv {
    position: relative;
    border: 0px solid blue;
    float: left;
    aspect-ratio: 0.9478;
}


.IndCard .IndIcon {
}
.IndCard .IndName {
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    color: #fff;
    padding: 10px 0;
    overflow: hidden;
}
        .IndCard .IndValue {
            font-size: 40px;
            font-weight: bold;
            text-align: right;
            color: #fff;
            padding: 10px 0;
        }
        .IndCard .IndValue b{
            font-size:20px;
            color:white;
        }

     .SectorBar {
        padding: 15px 50px;
        border: 0px solid green;
        position: relative;
    }

    .SectorBar .Back {
        height: 100px;
        background-color: rgba(128, 110, 101, 0.7);
        border-radius:15px;
        padding:15px 40px;
    }
    .SectorBar .Wrapper {
        border: 0px solid red;
        top: 0;
        left: 75px;
        right: 75px;
        bottom: 0;
        z-index:40;
        position: absolute;
    }
    .SectorBar .Scroller {
        height: 100%;
        width: 100%;
        overflow: hidden;
        overflow-x: hidden;
        border: 0px solid red;
        padding: 8px;
    }
    .SectorBar .ScrollerInner {

    }
    .SectorBar .SectorCard {
        width: 145px;
        height: 115px;
        padding: 20px 16px;
        border-radius: 8px;
        float:right;
        display:block;
        text-decoration:none;
        cursor:pointer;
    }
        .SectorBar .SectorCard span {
            text-align: center;
            color: white;
            display: block;
            font-size:12px;
            padding-top:4px;
        }

    .SectorBar .SectorCard:hover {
        width: 145px;
        height: 115px;
        padding: 16px;
        border-radius: 8px;
        background-color: #50433d;
    }
    .SectorBar .Active{
        width: 145px;
        height: 115px;
        padding: 16px;
        border-radius: 8px;
        background-color: #50433d;
    }

/*----------------------------------------------------------------------------------------------------------------------*/
.SectorsSection {
    padding: 40px 25px;
    padding-bottom: 50px;
    background: White;
    border-top: 1px solid lightgray;
}

    .SectorsSection h2 {
        font-size: 36px;
        color: #50433d;
        font-weight: bold;
        padding: 15px 0;
    }



/*----------------------------------------------------------------------------------------------------------------------*/
.NewsSection {
    padding: 40px 25px;
    padding-bottom: 50px;
    background: White;
    border-top: 1px solid lightgray;
}
    .NewsSection h2 {
        font-size: 36px;
        color: #50433d;
        font-weight: bold;
        padding: 15px 0;
    }

.NewsCover {
    border: 1px solid lightgray;
    aspect-ratio: 1/1;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;

}

    .NewsCover img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        transition: 0.3s all;
    }

    .NewsCover .Overlay{
        position:absolute;
        top:0;
        bottom:0;
        right:0;
        left:0;
        z-index:10;
        background-color:rgba(0,0,0,0.25);
    }



.NewsDate {
    position: absolute;
    z-index: 100;
    right: 10px;
    top: 10px;
    width: 64px;
    height: 64px;
    border-radius: 8px;
    background-color: #50433d;
    padding: 5px 2px;
    text-align: center;
}

    .NewsDate label {
        font-weight: bold;
        font-size: 28px;
        display: block;
        text-align: center;
        color: white;
        line-height: 35px;
    }

    .NewsDate span {
        font-size: 12px;
        display: block;
        text-align: center;
        color: white;
    }


.NewsText {
    position: absolute;
    z-index: 100;
    right: 20px;
    bottom: 60px;
    height: 50px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    color: #fff;
    text-decoration: none;
    transition: 0.3s all;
}
.NewsDesc {
    position: absolute;
    z-index: 100;
    right: 20px;
    bottom: -70px;
    height: 70px;
    overflow: hidden;
    font-size: 14px;
    text-align: right;
    color: #fff;
    transition: 0.3s all;

}
.NewsCover a:hover {
    color:white
}

.NewsCover:hover img {
    transform: scale(1.3);
}
.NewsCover:hover .NewsText {
    bottom: 100px;
}
.NewsCover:hover .NewsDesc {
    bottom:10px;
}


/*----------------------------------------------------------------------------------------------------------------------*/
.PartnersSection {
    padding: 40px 25px;
    padding-bottom: 50px;
    background: White;
    border-top: 1px solid lightgray;
}
    .PartnersSection h2 {
        font-size: 36px;
        color: #50433d;
        font-weight: bold;
        padding: 15px 0;
    }

    .PartnersSection .ImgCover {
        height: 200px;
        overflow: hidden;
        margin-bottom: 20px;
        border: 0px solid red;
        display: flex;
        justify-items: center;
        align-items: center;
        padding:25px;
    }

    .PartnersSection .Overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(2555,255,255,0.7);
        display: flex;
        justify-items: center;
        align-items: center;
    }

/*----------------------------------------------------------------------------------------------------------------------*/
.AlbumsSection {
    padding: 40px 25px;
    padding-bottom: 50px;
    background: White;
    border-top: 1px solid lightgray;
}

.AlbumCover {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid lightgray;
    min-height: 100px;
    aspect-ratio: 3/2;
    position: relative;
    margin-bottom: 15px;
}

.AlbumsSection h2 {
    font-size: 36px;
    color: #50433d;
    font-weight: bold;
    padding: 15px 0;
}
.AlbumCover > img{
        transition: 0.5s all;

}
.AlbumCover .Overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0,0,0,0.25);
}

.AlbumCount {
    position: absolute;
    z-index: 100;
    right: 10px;
    top: 10px;
    width: 64px;
    height: 64px;
    border-radius: 8px;
    background-color: #50433d;
    padding: 5px 2px;
    text-align: center;
}

    .AlbumCount > img {
        display: block;
        margin-right: 15px;
    }

    .AlbumCount span {
        color: white;
        display: inline-block;
        padding-top: 5px;
        font-size: 10px;
    }


.AlbumText {
    position: absolute;
    z-index: 100;
    right: 20px;
    bottom: 5px;
    height: 40px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    color: #fff;
    text-decoration: none;
    transition:0.5s all;
}
.AlbumText:hover{
    color:white;
}

.AlbumCover:hover > img {
    transform: scale(1.3);
}
.AlbumCover:hover .AlbumText {
    bottom: 35px;
}
/*----------------------------------------------------------------------------------------------------------------------*/
.FilesSection {
    padding: 40px 25px;
    padding-bottom: 50px;
    background: White;
    border-top: 1px solid lightgray;
}
.FileCover {
    border:1px solid lightgray;
    padding:10px;
    height:230px;
    margin-bottom:20px;
    border-radius:10px;
    background:white;
    transition:1s all;
}

.FilesSection h2 {
    font-size: 36px;
    color: #50433d;
    font-weight: bold;
    padding: 15px 0;
}

.FilesSection h3 {
    color: #50433d;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
}
.FilesSection p {
    height: 60px;
    margin-bottom: 20px;
    color: #212121;
    overflow: hidden;
}
.FilesSection .Date {
    float: right;
    color: #212121;
    padding-top: 5px;
}

.FilesSection .Circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #dfdfdf;
    padding: 8px;
    display:inline-block;
}

.FilesSection .Circle2 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #daecea;
    padding: 10px;
    display: inline-block;
}
.FileCover:hover {
    background: #50433d;
    color:white;
}
.FileCover:hover h2{ 
    color:white;
}
    .FileCover:hover h3 {
        color: white;
    }
    .FileCover:hover p {
        color: white;
    }
    .FileCover:hover .Date {
        color: white;
    }

    .FileCover:hover .Circle {
        background: #887777;
    }
    .FileCover:hover .Circle2 {
        /*background: #47A195;*/
    }

/*----------------------------------------------------------------------------------------------------------------------*/
footer {
    background-color: #50433d;
    color: white;
}

    footer .topPatern {
        height: 38px;
        background-image: url(images/footer-pattern.png);
        background-repeat: repeat-x
    }

    footer a {
        padding: 5px;
        white-space: nowrap;
        padding-right: 20px;
    }

    footer label {
        font-size: 28px;
        margin-bottom: 30px;
        font-weight: bold;
    }

    footer .Social a {
        display: inline-block;
        margin: 0px;
        padding:8px;
    }

    footer  a {
        color:white;
    }
/*----------------------------------------------------------------------------------------------------------------------*/

