html{
    padding:0px;
    margin : 0px;
}
body{
    padding:0px;
    margin : 0px;
    width : 100vw;
    overflow-x: hidden;
    background-color: #EBEBEB;
    font-family: "Lato", "Noto Kufi Arabic", sans-serif;
    color : var(--default-color);
    letter-spacing: 2px;
}
sami-header{
    z-index : 2000;
}
sami-header div{
    padding-right : 20px;
}
nav-bar{
    z-index : 2000;
    position : fixed;
    top:0px;
    left:0;
}
nav-bar .sub-item{
    text-align : center;
    height : 80px;
    width : 80px;
    display:flex;
    flex-flow : column nowrap;
    justify-content : center;
    align-items : center;
    fill : #444444;
}
nav-bar .active{
    width : 100%;
    height : 80px;
    background-color : #DFDFDF;
    fill : #908981;
}
actus-line{
    width : 900px;
    margin:auto;
    display :flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
}

main{
    width : 100vw;
    position : relative;
    top : var(--top-bar-height);
    display : flex;
    flex-flow : column nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom : 90px;
    color:var(--default-color);
}
main  .articles{
    width : 100%;
}

main .expos{
    width : 100%;
    height : calc(100vh - var(--top-bar-height));
    display : flex;
    flex-flow : column nowrap;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    background-image : url('/images/expo-cover.jpeg');
    background-size: 'cover';
    background-position: 'center';
    background-repeat: 'no-repeat';
    background-attachment: 'fixed';
    overflow-x: scroll;
    gap:34px;
}
main .expos app-translator{
    font-weight : 700;
    font-size : 34px;
    width:100%;
    text-align: center;
    height : 80px;
    display : flex;
    flex-flow : row nowrap;
    justify-content: center;
    align-items: center;
    margin-top:50px;
    margin-bottom:50px;
}


#expo-box{
    position: absolute;
    top : 0px;
    left:0px;
    width : 100vw;
    height : calc(100vh - var(--top-bar-height));
    display:flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center; 
    z-index:1899;
    opacity:0.9; 
}
#white-box{
    background-color: white;
    width : 45vw;
    height : 35vh;
}
#expo-text{
    position: absolute;
    top : 0px;
    left:0px;
    width : 100vw;
    height : calc(100vh - var(--top-bar-height));
    overflow: hidden;
    display:flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center; 
    z-index:1900;
}
#expo-details{
    background-color: transparent;
    color : var(--default-color);
    width : 45vw;
    height : 35vh;
    
    border-style:solid;
    border-color : white;
    border-width: 1px;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.5);
    text-align: center;
    display : flex;
    flex-flow: column nowrap;
    justify-content : center;
    align-items: center;
}
#expo-details #expo-title{
    width : 100%;
    height:20%;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
   
    
}
#expo-details #expo-description{
    width : 95%;
    height:70%;
    font-size: 16px;
    display : flex;
    flex-flow: column nowrap;
    justify-content : flex-start;
    align-items: center;
    text-align: center;
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}
#expo-details #expo-description::-webkit-scrollbar {
    display: none;
}
#expo-details #expo-description app-translator{
    text-align: center!important;
}
row-section{
    width : 100%;
}
#cv{
    padding-left : 20vw;
    padding-right:20vw;
    margin-top : 50px;
    margin-bottom : 50px;
    text-align: justify;
}
audio-file{
    max-width:100%;
    overflow-x: hidden;
}
footer{
    position:relative;
    bottom:0px;
    z-index:1999;
    height: 100px;
    background-color: white;
    width : 100%;
    display:flex;
    flex-flow : row wrap;
    justify-content: space-around;
    align-items: center;
    color : var(--default-color);
    fill:var(--default-color);
    
    
}
footer img{
    height:78px;
    width : 78px;
    padding-left:34px;
}
footer .col{
    flex :1;
    display:flex;
    flex-flow : column wrap;
    justify-content: center;
    align-items: flex-end;
    padding-right : 34px;
    gap:10px;
    padding-top: 12px;
    font-weight : 400;
    font-size:12px;
}
footer .col .social-icons{
    display:flex;
    flex-flow : row wrap;
    justify-content: center;
    align-items: center;
    gap:18px;
}
#cv{
    width : 60%;
    display:flex;
    flex-flow : column nowrap;
    justify-content: center;
    align-items: center;
    margin-top:calc(var(--top-bar-height) + 80px);
    line-height: 1.5;
    font-size : 18px;
}

section-row{
    width :100%;
}
.section-col{
    margin-top : 80px;
    width : var(--about-width);
    display:flex;
    flex-flow : column nowrap;
    justify-content: space-between;
    align-items: stretch;
    gap:40px;
    font-size:var(--about-font-size);
    line-height: 1.8;
    text-align:justify;
}
.section-col .images{
    width : 100%;
    display:flex;
    flex-flow : row nowrap;
    justify-content: space-around;
    align-items: center;
}
.section-col .images img{
    width : auto;
    height : 200px;
}
.section-col .image{
    width:100%;
}
#expo-navigation{
    width : 90%;
    height : 80px;
    margin:auto;
    display : flex;
    flex-flow : row wrap;
    justify-content: space-between;
    align-items:center;
}
#expo-navigation a{
    color : inherit;
    text-decoration: none;
    font-size : 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#cv-footer{
    margin-top : 80px;
    margin-bottom : 80px;
    width:var(--about-width);
    display:flex;
    flex-flow : row nowrap;
    justify-content: space-between;
    align-items: center;
    font-size:var(--about-font-size);
    color:var(--default-color);
    line-height: 1.8;
    
}
#cv-footer app-translator{
    width : 60%;
    text-align:justify;
}
#cv-footer a{
    border-style:solid;
    border-width:1px;
    border-color : var(--default-color);
    padding:12px;
    color:var(--default-color);
    text-decoration: none;
}
slide-show{
    position:fixed;
    top:0px;
    left:0px;
    width : 100vw;
    height:100vh;
    z-index:3000;
}






