html{
    padding: 0;
    margin: 0;
    /* position: absolute; */
    top: 0;
    left: 0;
}
.arabic{
    direction: rtl;
    border-radius: 5px;
    overflow: hidden;
    max-width: 80%;
    max-height: 80%;
}
.section1{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-rows: repeat(10,10%);
    grid-template-columns: repeat(10,10%);
}

.sect1Content{
    grid-row: 1/11;
    grid-column: 1/11;
}

.newInvestAd{
    grid-row: 2/7;
    grid-column: 6/10;
    z-index: 900;
    display: grid;
    grid-template-rows: repeat(100, 1%);
    grid-template-columns: repeat(100, 1%);
}

.newInvestAd a{
    grid-row: 77/92;
    grid-column: 7/52;
    border-radius: 50px;
    background-color: #272974;
    z-index: 1000;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 1vw;
    cursor: pointer;
}

.newInvestAd img{
    grid-row: 1/101;
    grid-column: 1/101;
    width: 100%;
    height: 100%;
}


body{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    background-color: #060A4C;
}

section{
    max-width: 100%;
    margin-top: 10px;
}

section img{
    max-width: 100%;
    /* height: auto; */
    display: block;
    margin: 0 auto;
    padding: 0;
}

nav{
    width: 100%;
    /* box-shadow: 0 0 6.2px #ab7854; */
    height: 10vh;
    display: flex;
    align-items: center;
    background-color: rgb(171, 120, 84,0.4);
}

a{
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

ul{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    padding: 0;
}

li{
    list-style-type: none;
    height: 100%;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

li img{
    max-height: 70%;
    max-width: 70%;
}

.el45{
    max-height: 50%;
}

.el{
    max-height: 70%;
}

.f45{
    max-height: 40%;
}

.th45{
    max-height: 60%;
}

.tr45{
    max-height: 60%;
}
header{
    display: absolute;
    top: 0;
    left: 0;
    width: 100%;
}