*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: vazir;
}

@font-face {
    font-family: 'vazir';
    src: url('../fonts/VAZIR.TTF') format('truetype');
}

body{
    background-color: red;
}

@media screen and (min-width : 768px) {
    .position-md-fixed{
        position: fixed;
    }
}

.course-list{
    width: 300px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    /* height: 200px; */
    padding: 10px 0;
}
.course-list-items{
    display: flex;
    padding: 10px 15px;
    align-items: center;
    font-weight: bold;
    transition: all 0.5s;
    cursor: pointer;
}

.course-list-items:hover{
    transform: translateX(-10px);
    box-shadow: 0 0 5px rgb(97, 199, 218);
    border-radius: 5px;
    border-right: 5px solid rgb(94, 94, 223);
    /* border-bottom-right-radius: 80px;
    border-top-left-radius: 80px; */
}

.box-intro{
    margin: 10px;
    height: 500px;
}

.box-CanEveryOn{
    height: 700px;
}

.text-tittle-Desc{
    text-align: justify;
    font-weight: bold;
}

.box-Fekrino-Desc{
    margin: 5px;
    height: 230px;
    border-bottom-right-radius: 120px;
    border-top-left-radius: 120px;
    /* border-bottom: 3px solid blue; */
}

.box-profile{
    height: 1400px;
    border-bottom-right-radius: 120px;
    border-top-left-radius: 120px;
    transition: all 0.5s;
    cursor: pointer;
    border: 3px dotted;
}

.box-profile:hover{
    transform: translateY(-10px);
    border-bottom: 3px solid blue;
}

/* .emkanat-Admin{
    margin: 5px;
} */

.box-desc-Admin{
    margin: 5px 0 ;
    /* border: 1px ; */
}

.img{
    height: 15%;
    width: 70%;
}

.padding-top-title{
    padding-top: 85px;
}

.padding-top-title-2{
    padding-top: 60px;
}

.padding-top-title-3{
   padding-top: 100px;
}

.box-EveryOn-schools{
    height: 300px;
}

.box-counters{
    height: 190px;
}

.icons-box-counters{
    display: inline-block;
    margin-right: 47%;
    margin-top: 15px;
}

.box-Schools-oftwear{
    height: 250px;
}

.box-nested-schools-SoftWear{
    border: 2px dashed gray;
}   


@keyframes rotate{
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(180deg);
    }
}

.box-price{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-pricr-2{
    height: 820px;
}

.border-box-price{
    border: 2px dashed lightgray;
    border-radius: 15px;
}

.title-box-price{
    text-align: center;
    background: linear-gradient(to right , rgb(209, 209, 240) , rgb(159, 159, 228) , blue);
    width: 75%;
    margin: 25px auto;
    padding: 20px 20px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.desc-box-price{
    text-align: center;
    border: 1px dashed lightgray;
    width: 50%;
    margin: 30px auto;
    padding: 10px 15px;
    border-radius: 8px;
}

.btn-submit-box-price{
    margin: 35px auto;
    border: none;
    background: none;
    background: linear-gradient(to top , rgb(209, 209, 240) , rgb(159, 159, 228) , blue);
    color: #fff;
}

.box-Schools{
    height: 170px;
}

.img-2{
    display: block;
    margin:  auto;
    position: relative;
    top: 20px;
}

.box-array-Users{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-array-Users-1{
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-array-Users-2{
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-array-Users-3{
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 768px ) {
    .position-md-relative{
        position: relative;
        left: 10px;
    }
}

@media screen and (min-width: 400px) {
    .nav-responsive{
        width: 100%;
    }
    .nav-responsive-2{
        max-width: 100%;
    }
}

@media screen and ( min-width: 300px ) {
    /* .responsive-section{
        margin: 20px auto;
    } */
    
    .nav-responsive-title{
        display: block;
        margin-left: 20px;
    }
}

.can-responsive{
    margin: auto;
}

@media screen and (min-width: 350px) {
    .can-responsive-2{
        margin: 10px auto;
    }
}

@media screen and (max-width: 600px  ) {
    .can-responsive-2{
        margin: 10px auto;
    }
}

@media screen and (min-width: 300px) and (max-width: 650px) {
    .nav-header-res{
        width: 100%;
    }
}

.box-col-Contact{
    height: 490px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.box-col-Contact-2{
    height: 490px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box-footer{
    height: 250px;
}

.text-title-footer{
    margin-left: 80px;
}

.box-Doanload-s{
    height: 250px;
}

.title-box-soft{
    font-size: 20px;
    padding: 30px 0;
}

.btn-box-soft{
    width: 85%;
    margin: auto;
}

.box-soft-1{
    height: 45%;
    margin: 10px 5px;
}

.box-SoftWare-blue{
    transition: all 0.4s;
}

.box-SoftWare-blue:hover{
    transform: translateY(-15px);
    border-right: 5px solid rgb(52, 52, 154);
    cursor: pointer;
}

.box-SoftWare-green{
    transition: all 0.4s;
}

.box-SoftWare-green:hover{
    transform: translateY(-15px);
    border-right: 5px solid rgb(51, 130, 51);
    cursor: pointer;
}

.box-SoftWare-red{
    transition: all 0.4s;
}

.box-SoftWare-red:hover{
    transform: translateY(-15px);
    border-right: 5px solid rgb(229, 45, 45);
    cursor: pointer;
}

.box-SoftWare-Yellow{
    transition: all 0.4s;
}

.box-SoftWare-Yellow:hover{
    transform: translateY(-15px);
    border-right: 5px solid rgb(255, 255, 42);
    cursor: pointer;
}

.img-Srbarg{
    border: 2px dashed lightgray;
    border-radius: 5px;
}

.box-col-Schools{
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 12px;
}

.box-col-Schools-2{
     height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 15px 0;
}