*{
    box-sizing: border-box;
}
@font-face {
    font-family: li;
    src: url(../../font/fa/PeydaWeb-Black.woff2);
}

@font-face {
    font-family: bo;
    src: url(../../font/fa/PeydaWeb-Bold.woff2);
}

@font-face {
    font-family: de;
    src: url(../../font/fa/PeydaWeb-ExtraBold.woff2);
}

@font-face {
    font-family: ex;
    src: url(../../font/fa/peydaWeb-extralight.woff2);
}

@font-face {
    font-family: le;
    src: url(../../font/fa/peydaWeb-light.woff2);
}

@font-face {
    font-family: me;
    src: url(../../font/fa/PeydaWeb-Medium.woff2);
}

@font-face {
    font-family: re;
    src: url(../../font/fa/PeydaWeb-Regular.woff2);
}

@font-face {
    font-family: th;
    src: url(../../font/fa/PeydaWeb-Thin.woff2);
}

@font-face {
    font-family: ul;
    src: url(../../font/fa/PeydaWeb-SemiBold.woff2);
}

@font-face {
    font-family: ch1;
    src: url(../../font/fa/CHAKMEH2-Circle\ Dots.ttf);
}

@font-face {
    font-family: ch2;
    src: url(../../font/fa/CHAKMEH2-Rectangle\ Dots.otf);
}

@font-face {
    font-family: ch3;
    src: url(../../font/fa/CHAKMEH2-Square\ Dots.ttf);
}
.sec{
    position: relative;
    width: 100%;
    height: 100vh;
    display: block;

}
body{
    background: radial-gradient(circle, #00152a, #002a53);
}
.login{
    position: absolute;
    width: 400px;
    height: 420px;
    background: radial-gradient(circle, #00ffb3, #35ffc2);
    backdrop-filter: blur(30px);
    box-shadow: 0px 0px 40px #00ffb3;
    border-radius: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) ;
    z-index: 1;
}
#DIVsingup{
    position: absolute;
    width: 400px;
    height: 420px;
    background: radial-gradient(circle, #66ffff, #4effff);
    backdrop-filter: blur(30px);
    box-shadow: 0px 0px 40px #66ffff;
    border-radius: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 0;
}
.img{
    width: 100px;
    height: 100px;
    background-color: #b9b9b9;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #00152a;
}
.text-login{
    color: #002a53;
    padding-top: 40px;
    font-family: li;
    text-align: center;
    font-size: 30px;
}
.imgramz{
    width: 50px;
    height: 50px;
    background-color: #b9b9b9;
    border-radius: 0px 5px 5px 0px;
    border: 2px solid #002a53;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mom-div{
    display: flex;
    justify-content: center;
    margin: 25px;
}
.mom-div1{
    display: flex;
    justify-content: center;
    margin: 15px;
}
.in-login{
    width: 250px;
    height: 50px;
    border-radius: 5px 0px 0px 5px;
    border: 2px solid #002a53;
    background-color: #ffffff;
    font-family: me;
}
.in-sub{
    width: 200px;
    height: 50px;
    border-radius: 10px 10px 10px 10px;
    border: 3px solid #002a53;
    background: none;
    font-family: me;
    font-size: 20px;
}
.forght{
    color: #002a53;
    text-decoration: none;
    text-align: center;
    font-family: me;
    display: flex;
    justify-content: center;
}
.sabt{
    width: 250px;
    height: 60px;
    border-radius: 0px 0px 30px 30px;
    background-color: #00ffb3;
    position: absolute;
    top: calc(50% + 210px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
}
.h2{
    color: #002a53;
    font-family: li;
    font-size: 20px;
    text-align: center;
}
.img-log{
    width: 70px;
    height: 70px;
}
.img-log1{
    width: 35px;
    height: 35px;
}
.in-login:focus{
    outline: none;
}








#masage {
    width: 350px;
    height: 150px;
    background: linear-gradient(#00ff99, #69ffc3);
    border-radius: 20px;
    position: fixed;
    left: -350px;
    top: 80px;
    display: flex;
    align-items: center;
}
#title-alert {
    color: #00152a;
    font-size: 20px;
    font-family: li;
    width: 240px;
    margin-bottom: 3px;
    text-align: center;
}
#text-alert {
    color: #002a53;
    font-size: 15px;
    font-family: me;
    width: 240px;
    margin: 0;
    text-align: center;
}
#img-alert {
    width: 100px;
    height: 100px;
}
#mom-alert {
    display: flex;
    justify-content: left;
    align-items: center;
}
.link-short-mom-div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    position: fixed;
    top: 20px;
    width: 100%;
    z-index: 10;
}
.bg {
    background-color: #3e3e3e4f;
    backdrop-filter: blur(20px);
    width: 900px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    transition: 1s;
}
.div-logo {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-left: 40px;
}
.img-logo {
    width: 140px;
    height: 100%;
}
.img-list {
    width: 50px;
    transition: 500ms;
}
.img-list:hover {
    filter: drop-shadow(#00ffee 0px 0px 5px);
}
.link-short-div {
    display: flex;
    margin-top: 4px;
}
.fgss {
    margin-right: 10px;
}
.search {
    border-radius: 0px 8px 8px 0px;
    margin-right: 40px;
    width: 400px;
    height: 35px;
    font-family: me;
    border: 2px solid #00ffb3;
    background: none;
    border-left: none;
    color: #F1F1F1;
    outline: none;
}
.search1 {
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.submit {
    margin: 0;
    border-radius: 8px 0px 0px 8px;
    height: 35px;
    font-family: me;
    border: 2px solid #00ffb3;
    background: none;
    border-right: none;
    color: #F1F1F1;
    outline: none;
}
.form-ser {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#off {
    display: none;
}
.link-lang {
    background-color: #3e3e3e4f;
    backdrop-filter: blur(20px);
    width: 400px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -400px;
    z-index: 12;
    border-radius: 70px 0px 0px 70px;
    align-items: center;
    height: 100%;
}
.showe {
    background-color: #00ff99;
    font-family: li;
    font-size: 30px;
    text-align: center;
    margin: 0;
    border-radius: 0px 0px 20px 20px;
    color: #002a53;
}
.f-long {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90%;
}
.text-link-long {
    color: #F1F1F1;
    text-decoration: none;
    font-family: li;
    height: 50px;
    margin: 10px 0;
    width: 300px;
    display: flex;
    align-items: center;
    transition: 500ms;
    border-radius: 20px;
}

.text-link-long:hover {
    background-color: #00ff99;
    color: #002a53;
    transition: 500ms;
}
