body{
    overflow: hidden;
}

.state {
    display: none;
}

.loader {
    position: relative;
    width: 85px;
    height: 50px;
    background-repeat: no-repeat;
    background-image: linear-gradient(#d6531d 50px, transparent 0),
        linear-gradient(#d6531d 50px, transparent 0),
        linear-gradient(#d6531d 50px, transparent 0),
        linear-gradient(#d6531d 50px, transparent 0),
        linear-gradient(#d6531d 50px, transparent 0),
        linear-gradient(#d6531d 50px, transparent 0);
    background-position: 0px center, 15px center, 30px center, 45px center, 60px center, 75px center, 90px center;
    animation: rikSpikeRoll 0.65s linear infinite alternate;
}

@keyframes rikSpikeRoll {
    0% {
        background-size: 10px 3px;
    }

    16% {
        background-size: 10px 50px, 10px 3px, 10px 3px, 10px 3px, 10px 3px, 10px 3px
    }

    33% {
        background-size: 10px 30px, 10px 50px, 10px 3px, 10px 3px, 10px 3px, 10px 3px
    }

    50% {
        background-size: 10px 10px, 10px 30px, 10px 50px, 10px 3px, 10px 3px, 10px 3px
    }

    66% {
        background-size: 10px 3px, 10px 10px, 10px 30px, 10px 50px, 10px 3px, 10px 3px
    }

    83% {
        background-size: 10px 3px, 10px 3px, 10px 10px, 10px 30px, 10px 50px, 10px 3px
    }

    100% {
        background-size: 10px 3px, 10px 3px, 10px 3px, 10px 10px, 10px 30px, 10px 50px
    }
}

.loading-spiner {
    position: fixed;
    width: 100%;
    height: 100%;
    /* background-color: hsl(25, 97%, 53%); */
    background-color: black;
    top: 0;
    left: 0;
    z-index: 99999555;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    color: white !important;
}

.spinner>div {
    background-color: #333;
    height: 100%;
    width: 6px;
    color: white !important;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;

}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

/* End Loader*/


.slide-text {

    padding: 10px;
    position: fixed;

    background: linear-gradient(to bottom, #282c3f, #e45927);
    top: 25%;
    right: 0;
    width: 0px;
    margin: auto;
    border-radius: 5px;
    z-index: 1112222222;
    cursor: pointer;
    transition: all .3s;
}

.slide-text:hover {
    width: 40px;
}

#translate {
    background-color: transparent !important;
    border: none;
    margin: auto;
    padding: 2px;
}
.fa-moon::before{
    margin: 10px;
}
.fa-globe::before{
    margin: 10px;
}
.slide-text span i {
    padding: 9px 25px 0 0;
    font-size: 18px;
    color: #686868;
    transition: .3s;
    position: relative;
    right: 8px;
    padding: 10px 0;
    cursor: pointer;
    transition: all .3s;
}

.slide-text span i:hover {
    transform: scale(1.4);
}

.trans {
    position: relative;
    right: 3px;
}

.light {
    color: white !important;
}

.moon-dark {
    color: black !important;
}

.trans i {
    color: white !important;
}
.light-mode {
    background-color: white;
    color: black !important;
}






/* start form  */

.froget_page {
    position: relative;
    background-size: cover;
    height: 100vh;
    background-image: url(../images/m.jpg);
}

.froget_page .continar {

    margin-left: auto;
    margin-right: auto;
}

.froget_page .continar .main_content {
    background-color: rgba(0, 0, 0, 0.801);
    height: 50vh;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;

    margin-left: auto;
    margin-right: auto;

}

.froget_page .continar .main_content p {
    font-weight: 700;
    font-size: 20px;
    color: #f1f1f1;

}

.froget_page .continar .main_content form {
    display: flex;
    max-width: 900px;
    flex-wrap: wrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.froget_page .continar .main_content form .form-group label {
    font-weight: 800;
    font-size: 20px;
    padding: 10px;
}

.froget_page .continar .main_content form .form-group input {
    background-color: transparent;
    margin-top: 10px;
    border-color: #f76f30;
    border-radius: 5px 25px;
    color: white;

}

.froget_page .continar .main_content form .form-group input::placeholder {
    color: whitesmoke;
}

.froget_page .continar .main_content form .form-group input:focus {
    box-shadow: 0 0 10px #f76f30;
    border: none;
    transition: all .3s;
}

.froget_page .continar .main_content form .form-group button {
    background-color: transparent;
    color: white !important;
    border: 1px solid #f76f30;
    border-radius: 5px 25px;
    width: 100px;
    height: 40px;
    margin-top: 10px;
    color: black;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.froget_page .continar .main_content form .form-group button::after {
    content: "";
    background-color: #f76f30;
    width: 0;
    border-radius: 5px 25px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all cubic-bezier(0.5, 1.6, 0.4, 0.7) .4s;

}

.froget_page .continar .main_content form .form-group button:hover::after {
    width: 100%;
}



/* end form */

/* mode */

.light-mode .Arabic .froget_page .continar .main_content{
    background-color: #f1f1f1;
}
.light-mode .Arabic .froget_page .continar .main_content p{
    font-weight: 700;
    font-size: 20px;
    color: black !important;
}
.light-mode .Arabic .froget_page .continar .main_content form .form-group input{
    color: black !important;
}
.light-mode .Arabic ::placeholder{
    color: black !important;
}
.light-mode .Arabic .froget_page .continar .main_content form .form-group button{
    color: black !important;
}




/* Arabic */
.Arabic {
    direction: rtl;
}

.Arabic .froget_page .continar .main_content{
    background-color: rgba(0, 0, 0, 0.801);
    height: 50vh;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;

    margin-left: auto;
    margin-right: auto;
}
.Arabic .froget_page .continar .main_content p{
    font-weight: 700;
    font-size: 20px;
    color: #f1f1f1;
}
.Arabic .froget_page .continar .main_content form .form-group input{
    color: #f1f1f1 ;
}
.Arabic ::placeholder{
    color: #f1f1f1 ;
}
.Arabic .froget_page .continar .main_content form .form-group button{
    color: #f1f1f1 ;
}

/* English */

.light-mode .English .froget_page .continar .main_content{
    background-color: #f1f1f1;
}
.light-mode .English .froget_page .continar .main_content p{
    font-weight: 700;
    font-size: 20px;
    color: black !important;
}
.light-mode .English .froget_page .continar .main_content form .form-group input{
    color: black !important;
}
.light-mode .English ::placeholder{
    color: black !important;
}
.light-mode .English .froget_page .continar .main_content form .form-group button{
    color: black !important;
}


