.container{
   box-shadow: #33f90f;
}
.navbar_p{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nabar_Pm{
    margin: 0px 40px;
    background-color: #7fff0059;
    padding: 2px 15px;
    border-radius: 30px;
}

.box_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title-pac{
    font-size: 30px;
}
.link_buy{
font-size: 15px;
color: blue;

}
.links-p{
    background-color: #33f90f;
    padding: 10px;
    border-radius: 24px;
    text-align: center;
}
.links-p:hover{
    background-color: #beffb2;
    border-radius: 20px;

}



body{
    background-color: rgb(255, 255, 255);
   
}

.box-pac{
    display: flex
;
    justify-content: space-between;
    margin-top: 50PX;
    border-bottom: 2px rgb(220, 220, 220) solid;
    padding-top: 15px;
}
.box-pac_img{
    height: 150px;
}
.box-order{
    
    width: 1000px;
    margin-top: 10PX;
    padding: 50PX 0;
}
.form-login{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.form-titel{
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    color:  darkgreen;
    margin-top: 20px;
    
}
.form-input-d{
    width: 100%;
    text-align: center;
    padding: 5px;

}
.form-input{

   width: 50%;
   height: 36px;
   border: 2px   darkgreen solid;
   border-radius: 5px;
   margin: 2px;
   padding: 2px;

}

 .form-button{
    width: 60%;
    height: 35px;
    font-size: 1.2em;
    color: aliceblue;
    background-color: darkgreen;
    border: 2px   rgb(7, 48, 7) solid;
    border-radius: 10px;
    margin: 20px;
 }

 .text-form{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    text-align: center;

 }
 .text-form-p{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.596);
 }
 .text-form-linke{
    color: black;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    font-weight: 700;
    margin: 8px 0;
 }
 .text-form-linke-pass{
    background-color: darkgreen ;
    color: rgb(231, 231, 231);
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    
    font-weight: 700;
    margin: 8px 5px;
    padding: 5px;
    border-radius: 5px;


 }
 
.upload-dis-text{
    width: 50%;
    margin: 2px;
    border-top: 2px rgb(220, 220, 220) solid;
    border-bottom: 2px rgb(220, 220, 220) solid;
    border-left: 2px rgb(220, 220, 220) solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /* padding: 10px; */
    height: 80px;
    border: 2px   rgb(7, 48, 7) solid;

}
.upload-button{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price_style {
    border: #ababab 2px solid;
    border-radius: 20px;
    padding: 7px 20px;
    text-align: center;
    
}
.price_style_p {
    margin: 0px;
}
.list-pages_hover{
    
    margin: 30px 20px;
    padding: 7px 30px;
    background-color: chartreuse;
    border-radius: 20px;

}
.list-pages_hover:hover{

    background-color: rgb(50, 173, 255);
    border-radius: 10px;

}

/* فاکتور */
.invoice-Titel{
    border-radius: 20px;
    font-size: 18px;
    padding: 2px 12px;
    color: #000000;
    width: 1000px;
    background: #f3f3f3;
}
.invoice-p{
    
    padding: 2px 12px;
    color: #000000;
}
.invoice-a{

        margin-bottom: 10px;
        padding: 2px 10px;
        background-color: #d2ffa6;
        border-radius: 20px;

}
.frt{
    width: 80px; height: 80px;border-radius: 50px;
}
.t_box_buy{
    max-width: 100%;
}
.t_edu_buy{
    margin-bottom: 2px;color: rgb(29, 139, 7);
    overflow: hidden;
}
.s_edu_buy{
    margin-bottom: 2px;color: brown;

}

 @media screen and (max-width: 1200px) {
    .logo1{
        width: 500px;
        height: auto;
    }
    .box-order {
        width: 800px;

    }
    
    
 }
 @media screen and (max-width: 1000px) {
 
    .box-order {
        width: 700px;

    }
    
    
 }
 
 @media screen and (max-width: 900px) {
    .logo1{
        width: 300px;
        height: auto;
    }
    .box-order {
        width: 600px;

    }
 }
 @media screen and (max-width: 700px) {
    .logo1{
        display: none;
        overflow: hidden;
    }
    .box-order {
        width: 500px;

    }
    .frt{
        display: none;
    }
    .try{
        font-size: 14px; 
    }
    .t_edu_buy{
        white-space: wrap;
        overflow: hidden;
    }
 }
 @media screen and (max-width: 600px) {
    .box-min{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .box-order {
        width: 360px;

    }
    .title-pac {
        font-size: 20px;
    }
    .frt{
        display: none;
    }
    .logo1{
        display: none;
        overflow: hidden;
    }

     .member-login{
        display: none;
        overflow: hidden;
     }

     .box-login{
        background-image: url(../login.png);
        background-position: center;
        margin: 0px;
        display: flex;
        display: table-cell;
        height: 90vh;
        text-align: center;
        width: 90%;
        vertical-align: middle;
     }
     .form-titel {
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 50px;
 
    }
    .form-input {
        width: 95%;
    }
    .form-button {
        width: 75%;
        margin: 10px;
        margin-bottom: 50px;
    }
    .text-form {
        margin-top: 20px;
    }
    .text-form-p{
        font-size: 15px;
    
    }
    .try{
        font-size: 14px;
    }
    .box-pac_img{
        display: none;
    }

 }
 @media screen and (max-width: 230px) {
    .PASS-BTN{
        display: flex;
        flex-direction: column;
    }
    .box-order {
        width: 200px;

    }
    .box-pac_img{
        display: none;
    }
 }
