body{
    background: url(../img/background.jpg) no-repeat center;
    background-size: cover;
}
section {
    max-width: 695px !important;
    margin: 58px auto;
    background-color: rgb(0 0 0 / 0.44);
    padding: 50px 10px 10px;
    border-radius: 20px;
}
section center{
    color: #7e7e7e;
    margin-bottom: 25px;
}
section #icon{
    color: #595959;
    font-size: 20px;
    padding: 20px 0;
    display:none !important;
}
section .static{
    padding:0;
    max-width: 305px;

}
section .scientific{
    padding:0;
    max-width: 340px;
    margin: 0 40px 0 10px;

}
section input[type='text']{
    margin-bottom: 20px;
    background-color: rgb(0 0 0 / 0.00);
    border: none;
    color: #fff;
    font-size: 24px;
    direction:rtl;
}
section input[type='text']:focus{
    outline:none;
}
section .static input[type='button'] {
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 3px;
    font-size: 24px;
    font-weight: bold;
    background-color: #383838;
    border: none;
    cursor: pointer;
}
section .static input[type='button']:hover{
    opacity:.7;
}
section .static input[type='button']:focus{
    outline:none;
}
section .scientific button{
     color: #fff;
    width: 75px;
    height: 60px;
    border-radius: 47%;
    margin: 3px;
    font-size: 18px;
    font-weight: bold;
    background-color: #232323;
    border: none;
    cursor: pointer;
}
section .scientific button:hover{
    opacity:.7;
}
section .scientific button:focus{
    outline:none;
}
section .footer{
    margin-top: 20px;
    color: #909090;
}
.footer p{
font-size: 12px;
}
@media(max-width:767px){
    body{
        padding:0 5px;
    }
    section {
        max-width: 368px !important;
        padding-left: 20px;
        margin:28px auto;
    }
    section #icon{
        display:block !important;
    }
    section .scientific{
        display:none;
        margin:0;
        width:280px;
        -webkit-transition:all .5s ease-in-out;
        -moz-transition:all .5s ease-in-out;
        -o-transition:all .5s ease-in-out;
        transition:all .5s ease-in-out;
    }
    section .scientific button{
        color: #fff;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin: 3px;
        font-size: 18px;
        font-weight: bold;
        background-color: #383838;
        border: none;
     }
    center i{
        display: none !important;
    }
}