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

.qw {
    height: 600px;
    width: 1400px;
    /* background-color: #ffffff; */
    margin: 0 auto;

}

.q {
    /* background-color: #ffffff; */
}

.contayner {
    max-width: 1125px;
    margin: 0 auto;
    padding: 0px 20px;
}

.q {
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.qaz {
    display: flex;
    align-items: center;
    gap: 35px;
}

.wsx {
    list-style-type: none;

}

.edc {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
    color: #150101;
    transition: .5s;
}

.wsx:hover {
    transition: .5s;
    color: #001eff;
}

.rfv {
    width: 165px;
    height: 49px;
    border-radius: 5px;
    background-color: #000000;
    font-family: Hind Madurai;
    font-size: 16px;
    font-weight: 700px;
    line-height: 22px;
    letter-spacing: 0em;
    color: white;
    cursor: pointer;
    border: solid 1px transparent;
    transition: .5s;

}

.rfv:hover {
    background-color: transparent;
    /* border:solid 1px black ; */
    color: #000000;
    border-color: #000000;
    transition: .5s;

}

.bi-list {
    display: none;
    font-size: 30px;
}

.nazar {
    width: 50%;
    height: 100vh;
    background-color: rgb(223, 223, 223);
    position: absolute;
    top: 0px;
    left: 0px;
    margin-left: -50%;
    transition: .5s;
    z-index: 3;
}
.nazar>p{
    font-size: 20px;
    margin-left: 20px;
}
.namber{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px ;
}
.azar{
    width: 65px;
}
.bi-x-lg{
    font-size: 25px;
    color: red;
}






.mamama{
    width: 10000000px;
    height: 10000000px;
    background-color: #0000006f;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}



.ftro{
    width: 500px;
    height: 500px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: absolute;
    border-radius: 20px;
    margin-top: 100px;
    margin-left: 430px;
    z-index: 4;
    display: none;
}

.bi-x{
    font-size: 40px;
    margin-left: 450px;
    color:rgb(0, 0, 0) ;
}

  
  .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    background: white;
    border-radius: 10px;
  }
  
  .center h1 {
    text-align: center;
    padding: 0 0 20px 0;
    border-bottom: 1px solid silver;
  }
  
  .center form {
    padding: 0 40px;
    box-sizing: border-box;
  }
  
  form .txt_field {
    position: relative;
    border-bottom: 2px solid #adadad;
    margin: 30px 0;
  }
  
  .txt_field input {
    width: 100%;
    padding: 0 5px;
    height: 40px;
    font-size: 16px;
    border: none;
    background: none;
    outline: none;
  }
  
  .txt_field label {
    position: absolute;
    top: 50%;
    left: 5px;
    color: #adadad;
    transform: translateY(-50%);
    font-size: 16px;
    pointer-events: none;
    transition: 0.3s;
  }
  
  .txt_field span::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #2691d9;
  
    transition: 0.3s;
  }
  
  .txt_field input:focus ~ label,
  .txt_field input:valid ~ label {
    top: -5px;
    color: #2691d9;
  }
  
  .txt_field input:focus ~ span::before,
  .txt_field input:valid ~ span::before {
    width: 100%;
  }
  
  .pass {
    margin: -5px 0px 15px 5px;
    color: #a6a6a6;
    cursor: pointer;
  }
  
  .pass:hover {
    text-decoration: underline;
  }
  
  input[type="submit"] {
    width: 100%;
    height: 50px;
    border: 1px solid;
    background: #2691d9;
    font-size: 18px;
    border-radius: 25px;
  
    font-weight: 700;
    color: #e9f4fb;
    outline: none;
    cursor: pointer;
  }
  
  input[type="submit"]:hover {
    border-color: #2691d9;
    transition: 0.5s;
  }
  .signup_link {
    margin: 30px 0;
    text-align: center;
    font-size: 16px;
    color: #666666;
  }
  
  .signup_link a {
    color: #2691d9;
    text-decoration: none;
  }
  
  .signup_link a:hover {
    text-decoration: underline;
  }
.bi-eye-fill{
    font-size: 30px;
    margin-left: 370px;
  }
@media only screen and (max-width:768px) {

    .q {
        padding: 0px 0px;
    }

    .qaz {

        gap: 30px;
    }

    .rfv {
        width: 100px;
        height: 35px;
        font-size: 12px;
        font-weight: 700px;
        line-height: 20px;

    }

    .logo {
        width: 60px;
    }
}

@media only screen and (max-width:650px) {

    .rfv,
    .w {

        display: none;
    }
    .ftro{
        width: 300px;
        height: 500px;

    }
    .bi-list {
        display: block;
    }

}

@media only screen and (max-width:400px) {

    .contayner {
        padding: 0px 10px;
    }
}
@media only screen and (max-width:300px) {

    .azar{
        width: 35px;
    }
    .namber>h1{
        font-size: 17px;
    }
}
@media only screen and (max-width:474px) {

    .azar{
        width: 40px;
    }
    .namber>h1{
        font-size: 20px;
    }
}