*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

.eMaktab{
    width: 100%;
    height: auto;
    background: rgb(230, 230, 230);
}

.navbar{
    width: 100%;
    height: 100px;
    background: white;
    box-shadow: 0 0 5px 1px grey;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 150px;
}

.logo{
    width: auto;
    height: auto;
}

.logo img{
    cursor: pointer;
}

.contacs{
    width: auto;
    height: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-left: 20px;
}

.contacs ul{
    list-style: none;
    display: flex;
    gap: 10px;
    align-items: center;
}

.contacs ul li{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: grey;
    padding: 0 20px;
    border-right: 1px solid gray;
}

.contacs ul li:last-child{
    border: none;
}

.contacs ul li:hover{
    cursor: pointer;
    color: black;
}

.enter{
    width: auto;
    height: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
}

.leanguage{
    width: 65px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leanguage select{
    width: 100%;
    height: 100%;
    border: none;
    background: white;
    color: dodgerblue;
    font-size: 15px;
    font-weight: 600;
}

.leanguage select:hover{
    cursor: pointer;
    background: rgb(225, 240, 246);
}

.e_button{
    width: auto;
    height: auto;
}

.e_button button{
    width: 80px;
    height: 40px;
    border: 2px solid dodgerblue;
    background: none;
    border-radius: 6px;
    color: dodgerblue;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
}

.e_button button:hover{
    cursor: pointer;
    background: dodgerblue;
    color: white;
}

.share{
    width: auto;
    height: auto;
}

.share button{
    width: 150px;
    height: 40px;
    background: none;
    border: 2px solid green;
    color: green;
    border-radius: 6px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
}

.share button:hover{
    cursor: pointer;
    background: green;
    color: white;
}

.banner{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

.login_page{
    width: 80%;
    height: 80%;
}

.title{
    width: 100%;
    height: 20%;
    background: rgb(41, 4, 226);
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid grey;
}

.title h1{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
}

.title a{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    color: white;
}

.register{
    width: 100%;
    height: 60%;
    background: white;
    padding: 20px 30px;
    border: 1px solid grey;
    border-bottom: none;
}

.login{
    width: 100%;
    height: auto;
}

.login p{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
}

.login input{
    width: 40%;
    height: 50px;
    border: 1px solid lightgray;
    background: rgb(230, 230, 230);
    border-radius: 6px;
    margin-top: 10px;
    font-size: 20px;
    padding: 0 10px;
    outline: none;
}

.login input:focus{
    border: 1px solid dodgerblue;
}

.password{
    width: 100%;
    height: auto;
}

.password i{
    position: absolute;
    margin-top: 48px;
    margin-left: 340px;
    cursor: pointer;
}

.password p{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    margin-top: 25px;
}

.password input{
    width: 40%;
    height: 50px;
    border: 1px solid lightgray;
    background: rgb(230, 230, 230);
    border-radius: 6px;
    margin-top: 10px;
    font-size: 25px;
    padding:  0 10px;
    outline: none;
}

.password input:focus{
    border: 1px solid dodgerblue;
}

.system_enter{
    width: 100%;
    height: auto;
}

.system_enter button{
    width: 20%;
    height: 50px;
    background: rgb(54, 239, 54);
    border: 1px solid lightgrey;
    border-radius: 6px;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
}

.system_enter button:hover{
    cursor: pointer;
    background: rgb(47, 209, 47);
}

.login_in{
    width: 100%;
    height: 20%;
    border: 1px solid grey;
    background: rgb(230, 230, 230);
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 20px 30px;
}

.question{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1.5px solid black;
    display: flex;
}

.question i{
    margin: auto;
}

.login_in p{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.login_in p a{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
}

footer{
    width: 100%;
    height: auto;
    padding: 40px 150px;
    background: rgb(43, 43, 43);
}

.about{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.organization{
    width: auto;
    height: auto;
}

.organization ul{
    list-style: none;
}

.organization ul li{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(160, 159, 159);
    font-size: 15px;
    line-height: 28px;
}

.organization ul li b{
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    color: white;
}

.organization ul li:hover{
    cursor: pointer;
    color: green;
}

.icons{
    width: auto;
    height: auto;
    display: flex;
    gap: 5px;
    margin-top: 50px;
}

.icon{
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 6px;
    display: flex;
    cursor: pointer;
}

.icon i{
    color: rgb(89, 87, 87);
    margin: auto;
}

.chance{
    width: auto;
    height: auto;
}

.chance ul{
    list-style: none;
}

.chance ul li{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(160, 159, 159);
    font-size: 15px;
    line-height: 28px;
}

.chance ul li b{
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    color: white;
}

.chance ul li:hover{
    cursor: pointer;
    color: green;
}

.partner{
    width: auto;
    height: auto;
}

.partner ul{
    list-style: none;
}

.partner ul li{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(160, 159, 159);
    font-size: 15px;
    line-height: 28px;
}

.partner ul li b{
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    color: white;
}

.partner ul li:hover{
    cursor: pointer;
    color: green;
}

.support{
    width: auto;
    height: auto;
}

.support ul{
    list-style: none;
}

.support ul li{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: green;
    font-size: 17px;
    line-height: 28px;
}

.support ul li b{
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    color: white;
}

.support ul li span:hover{
    cursor: pointer;
    border-bottom: 1px solid green;
}

.support button{
    width: auto;
    height: auto;
    padding: 8px 35px;
    border: 2px solid green;
    border-radius: 6px;
    background: rgb(43, 43, 43);
    color: green;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    font-size: 17px;
    margin-top: 70px;
}

.support button:hover{
    cursor: pointer;
    background: green;
    color: white;
}

.subcontract{
    width: 100%;
    height: auto;
    padding: 20px 150px;
    background: rgb(30, 30, 30);
}

.subcontract p{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(160, 159, 159);
}

.subcontract p:hover{
    cursor: pointer;
    color: green;
}