.inversor-container{
    background-color: aqua;
    width: 100%;
    height: 100px;
    font-family: 'TheSansArab';
}
.investors-page-hero{
    width: 100%;
    position: relative;
    top:-100px;
    overflow: hidden;
    height:745px
}
.investors-page-hero-blur{
    position: absolute;
    width: 100vw;
    height: 645px;
    top: 0px;
    left: 0px;
    z-index: 2;
    backdrop-filter: blur(2px);
    background: transparent;
    opacity: 0.9;
}
.investors-page-hero-image{
    position: absolute;
    width: 100vw;
    height: 645px;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.investors-page-hero-text{
    position: absolute;
    top:50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 5;
    color: white;
}
.investors-page-hero-text p{
    color: #BDC2C6;
    text-align: center;
}
.investors-page-hero-stocks{
    padding:0px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    height: 109px;
    background: #FFFFFF;
    box-shadow: 0px 100px 80px rgba(137, 138, 145, 0.07), 0px 40.2497px 35.6779px rgba(138, 139, 146, 0.0552977), 0px 17.9705px 18.4977px rgba(138, 139, 146, 0.0484775), 0px 7.0493px 10.2576px rgba(138, 139, 146, 0.0430882), 0px 1.73414px 5.435px rgba(138, 139, 146, 0.0367677), 0px -0.238884px 2.26134px rgba(138, 139, 146, 0.0265953);
    border-radius: 8px;
    position: relative;
    top: 40px;
}

.investors-page-hero-stocks-1{
    display: flex;
    flex-direction: column;
    height: 40px;
    justify-content: flex-start;
    color:#3F4751;
    padding: 0px 32px;
    border-right: 1px solid #C8CBD2;
}
.investors-page-hero-stocks-1 p{
    color: #6B767E;
}
.investors-page-hero-stocks-0{
    display: flex;
    flex-direction: column;
    height: 40px;
    justify-content: flex-start;
    color:#3F4751;
    padding: 0px 32px;
    
}
.investors-page-hero-stocks-0 p{
    color: #6B767E;
}
.investors-page-hero-stocks-2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 230px;
    height: 40px;
    padding: 0px 22px;
    border-right: 1px solid #C8CBD2;
    position: relative;
}
.stocks-arrow{
    position: absolute;
    top: 30%;
    left: 0px;
}
.stocks-values{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.investors-page-relations{
    padding:0px 100px;
    margin-bottom: 130px;
    /* margin-top: 150px; */
}
.rtl .investors-page-relations{
    direction: rtl;
  
}
.investors-page-relations > h1{
    margin-bottom: 26px;
}
.investors-page-relations > p{
    font-size: 16px;
}
.investors-page-fact-sheets{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #E7F0F6;
    padding:132px 100px;
}
.rtl .investors-page-fact-sheets{
    direction: rtl;
}
.invesors-card{
    height: 135px;
    width: 247px;
    border-radius: 8px;
    background: #FFFFFF;
    position: relative;
    margin-left: 30px;
    margin-bottom: 30px;
    /* padding:20px 20px; */
}
.invesors-card img{
    position: absolute;
    top: 0px;
}
.investors-car-top{
    background: #0F6AA4;
    border-radius: 8px 8px 0px 0px
}
.investors-card-title{
    margin-left: 20px;
    margin-top: 27px;
    font-size: 18px;
    font-weight: 600;
    height: 20px;
    color: var(--theme-primarty-color);
}
.rtl .investors-card-title{
    margin-left: 0px;
    margin-right: 20px;
}
.invesors-card svg{
    margin-left: 80%;
    margin-top: 37px;
}
.rtl .invesors-card svg{
    transform: rotate(180deg);
    margin-left: 0%;
    margin-right: 80%;
}
.investors-card-btn{
transition: all 0.5s;
}
.investors-card-btn:hover{
    margin-left: 4%;
}
.rtl .investors-card-btn:hover{
    margin-right: 4%;
}
.fact-sheet-contetnt{
    height: auto;
}
.assembly-meeting-content{
    margin-top: 114px;
    margin-bottom: 60px;
}
.rtl .assembly-meeting-content > div{
    direction: rtl;
    width: 100% !important;
}
.assembly-meeting-content nav{
    width: 90%;
}
.rtl .assembly-meeting-content nav {
    width: 100%;
}

.assembly-meeting-tap-content p{
    margin-top: 56px;
}
.for-more-info{
    color: var(--theme-primarty-color);
    font-size: 18px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.for-more-info a{
    text-decoration: none;
    color: var(--theme-primarty-color);
    font-size: 18px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.rtl .for-more-info i{
    margin-right: 3px;
}
.for-more-info:hover,
.for-more-info:hover p,
.for-more-info:hover i
{
    color: #6B767E;
}
.for-more-info i{
    transition: all 0.5s;
}
.for-more-info:hover i{
    transform: translateX(5px);
}
.rtl .for-more-info:hover i{
    transform: translateX(-5px);
}
.inv-p-list-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.inv-p-list-item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 58px;
    width: 100%;
  
    padding: 10px 50px;
    color: black;
}
.inv-p-list-item h4{
    font-size: 18px;
    margin-right: 10rem;
}
.rtl .inv-p-list-item h4{
    margin-left: 10rem;
    margin-right: 0rem;
}
.inv-p-list-item date{
    font-size: 18px;

}
.inv-p-list-item-download{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: var(--theme-primarty-color);
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
}
.inv-p-list-item-download:hover{
    filter: brightness(85%);
    color: var(--theme-primarty-color);
}
.inv-p-list-item-download p{
    margin:0px;
    padding:0px;
    font-size: 18px;
    font-weight: 500;
    font-family: "TheSansArabic-Plain";
}
.inv-p-list-item-download i{
    padding-right:10px
}
.governance-tabs nav{
    margin-bottom: 40px;
}
.governance-comp-ploicy-container{
    margin-top: 100px;
    margin-bottom: 50px;
    width: 90%;
}
.rtl .governance-comp-ploicy-container{
    direction: rtl;
    width: 100%;
}
.financtial-reports-container nav{
    margin-bottom: 50px;
}

.rtl .investor-subpages > h3{
    direction: rtl;
}

@media (max-width:900px){
    .investors-page-relations{
        padding: 0px 40px !important;
        text-align: center;
    }
    .investors-page-fact-sheets{
        align-items: center;
        justify-content: center;
        padding: 80px 0px !important;
    }
    .invesors-card{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .inv-p-list-item {
        height: auto !important;
        flex-direction: column !important;
    }
    .assembly-meeting-tap-content p{
        text-align: center;
    }
    .inv-p-list-item h4{
        margin-right: 0px !important;
        text-align: center;
        
    }
    .for-more-info{
        text-align: center;
    }
   
}