@font-face {
    font-family: "IRANSansWeb";
    src: url("../Font/IRANSansWeb\(FaNum\).woff2");
}

body {
    font-family: "IRANSansWeb";
    background: #DCDCDC;
}

.Amitis_container {
    display: flex;
}

a {
    text-decoration: none;
    color: black;
}

.section1 {
    display: flex;
}

.container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.aside_container {
    display: flex;
    flex-direction: column;
    background-color: #212121;
    width: 4%;
    align-items: center;
    padding: 3px 15px;
    border-radius: 25px;
    box-shadow: 5px 2px 20px 2px #424242;
    margin-right: 5px;
    padding-top: 20px;


    height: 93vh;
    position: sticky;
    top: 8px;
    justify-content: space-between;
}

.aside_container_2 {
    display: flex;
    display: none;

    /* flex-direction: column; */
    background-color: #212121;
    width: auto;
    align-items: center;
    padding: 3px 15px;
    border-radius: 25px;
    box-shadow: 5px 2px 20px 2px #424242;
    margin-right: 5px;
    height: 86px;
    /* position: fixed; */
    padding-top: 10px;
    margin-bottom: 10px;
}

.aside_svg {
    width: 90px;
}

.aside_svg_x {
    fill: white;
    width: 39px;
    height: 50px;
    /* margin-top: 20px; */
    margin-right: 15px;
    margin-left: 0px;
}

.logo {
    width: 100%;
    border-radius: 13px;
}

.hamberger_menu {
    fill: white;
    background: rgb(63, 84, 103);
    background: linear-gradient(254deg, rgba(63, 84, 103, 1) 0%, rgba(20, 44, 80, 1) 100%);

    padding: 15px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}




.searchbar {
    display: flex;
    align-items: center;
}

.searchbar_svg {
    background-color: #212121;
    width: 30px;
    border-radius: 13px;
    padding: 7px 10px;
}


.searchbar_input {
    display: none;
    font-family: "IRANSansWeb";
    margin-right: 5px;
    height: 42px;
    width: 174px;
    border-radius: 13px;
    padding: 2px 17px;
    border: 0px;
    box-shadow: inset 0px 0px 4px 0px #757575;
    outline: none;
}

.buy_cart_svg {
    width: 116px;
    height: 53px;
    fill: white;
}

.menu {
    list-style-type: none;
    display: flex;
    justify-content: center;
    background: white;
    padding: 10px 5px;
    border-radius: 13px;
    align-items: center;
}

.menu_option {
    margin-left: 50px;
}

.menu-item-active {
    background-color: black;
    width: 150px;
    height: 30px;
    border-radius: 15px;
    color: white !important;
}

.menu-item-active * {
    color: white;
}


.menu_option:hover {
    color: gray;
}



.main_container {
    background-color: #f6f6f6;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 13px;
}

.flex_box {
    width: 250px;
    height: 250px;

    border-radius: 13px;
    box-shadow: 0px 4px 9px #9E9E9E;
    background-color: #ffff;
}

.images {
    display: flex;
    justify-content: center;
    padding-top: 23px;
}

.flex_items {
    margin-right: auto;
    margin-left: auto;


    display: flex;
    justify-content: center;

}

.flex_item2 {
    margin-left: 50px;
    margin-right: 50px;
}

.flex_item3 {
    margin-top: 70px;

}

.flex_item1 {
    margin-top: 70px;
}



.flex_item_txt {
    display: flex;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin-top: 11px;
}




.cut_container {
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
    justify-content: center;
}

.cut_container_tittle {
    font-size: 26px;
    font-weight: 600;

    margin-left: 20px;
    margin-right: 20px;
}


.more_svg {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}



.article_container {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.article_image {
    width: 150px;
    height: 150px;
}


.article_item {
    width: 240px;
    height: auto;
    background-color: #ffff;

    border-radius: 13px;
    box-shadow: 0px 3px 5px 0px #9E9E9E;
}

.images2 {
    display: flex;
    justify-content: center;
    padding-top: 4px;
}

.article_item_txt {
    display: flex;
    justify-content: center;

    font-size: 22px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 10px;
}



.teachers_image {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.teachers_name_container {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;


}

.teacher_item {
    width: 240px;
    height: auto;

    border-radius: 13px;
    box-shadow: 0px 3px 5px 0px #9E9E9E
}

.teacher_svg_picture {
    margin-right: auto;
    margin-left: auto;
    width: 100%;

    text-align: center;
    font-size: 24px;
    font-weight: 600;

}

.teacher_nmae_txt {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-top: -11px;
}

.teacher_nmae_line {
    display: flex;
    justify-content: center;
    margin-top: -10px;
    margin-bottom: 10px;
}

.teachers_name_txt_txt {
    margin-right: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}


.teacher_nmae_text {
    font-size: 15px;
    color: #757575;
}

.svg_svg {
    margin-left: 10px;
}

.teachers_name_more_svg {
    margin-right: 180px;
}





#footer {
    background: #212121;
    padding: 30px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.footer_main {
    /* width: 100%; */

    display: flex;
    justify-content: center;

    align-items: center;
    /* border-radius: 1px; */

}




.footer_logo {
    width: 150px;
    border-radius: 13px
}

.footer_about_us {

    text-align: justify;
    color: white;
    font-size: 14px;
    text-align: center;

    margin-right: 50px;
    margin-left: 50px;

}

.follow_us {
    text-align: center;
}


.svg_tell {
    width: 100px;
    fill: #90A4AE;
}

.footer_main_tittle {
    color: #ffff;
    font-size: 20px;
    font-weight: 600;
}

.atrium {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;

}

.atrieum_txt {
    color: #ffff;

}















/* head */
@media only screen and (max-width: 920px) {
    .menu_option {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 768px) {

    .container {
        width: 100%;
    }

    .menu {
        display: none;
    }

    .aside_container {
        display: none;
    }

    .aside_container_2 {
        display: flex;
        justify-content: center;
    }

    .aside_svg {
        width: 60px;
    }

    .buy_cart_svg {
        width: 44px;
        height: 70px;
        fill: white;
    }

    .logo {
        width: 70px;
    }
}

@media only screen and (max-width: 630px) {
    .aside_svg_2 {
        display: none;
    }

    .buy_cart_svg {
        display: none;
    }
}

@media only screen and (max-width: 550px) {



    .logo {
        margin-left: 10px;
    }
}



@media only screen and (max-width: 1126px) {
    .flex_box {
        width: 200px;
    }

}

@media only screen and (max-width: 960px) {
    .flex_box {
        width: 185px;
    }
}

@media only screen and (max-width: 880px) {
    .flex_item1 {
        margin-top: 0px;
    }

    .flex_item3 {
        margin-top: 0px;
    }

    .flex_item2 {
        margin-left: 0px;
        margin-right: 0px;
    }




    .flex_items {
        gap: 24px;
        flex-wrap: wrap;
        margin-right: 15px;
        margin-left: 15px;
    }

    .flex_box {
        width: 250px;
    }
}

@media only screen and (max-width: 1024px) {
    .aside_svg {
        width: 65px;
    }

    .buy_cart_svg {
        height: 40px;
    }

}

@media only screen and (max-width: 390px) {
    .aside_svg {
        width: 48px;
    }

    .logo {
        width: 53px;
    }

}

/* 
footer responsive */
@media only screen and (max-width: 768px) {
    .footer_main {
        flex-direction: column;
        gap: 30px;
    }
}

@media only screen and (max-width: 500px) {
    .footer_explain {
        font-size: 14px;
        text-align: center;
    }
}


@media only screen and (max-width: 850px) {
    .aside_container_2 {
        gap: 15px;
    }

}

@media only screen and (max-width: 550px) {
    .aside_container_2 {
        gap: 0px;
    }
}

@media only screen and (max-width: 471px) {
    .aside_svg_1 {
        display: none;
    }

    .aside_svg_x {
        margin-right: 3px;
    }
}

















.sideBarContainer {
    width: 70%;
    background: rgb(172, 190, 207);
    background: linear-gradient(4deg, rgba(172, 190, 207, 1) 0%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 100%);
    height: auto;
    padding-bottom: 20px;
    position: fixed;
    top: 0px;
    left: -100%;
    direction: ltr;
    z-index: 100;
    transition: all 0.3s ease-in-out;
}

.antiSideBar {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: black;
    opacity: 0;
    z-index: 99;
    display: none;
    transition: all 0.3s ease-in-out;
}

.sideBarContainerOpen {
    display: block;
    left: 0px;
}

.antiSideBarOpen {
    display: block;
    opacity: 0.5;
}

.svg_container {
    display: flex;
    justify-content: flex-end;
}

.svg_exit {
    color: white;
    fill: white;
    background: rgb(63, 84, 103);
    background: linear-gradient(254deg, rgba(63, 84, 103, 1) 0%, rgba(20, 44, 80, 1) 100%);
    padding: 15px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-top: 10px;

}

ul {
    list-style-type: none;
    text-align: center;

    padding: 0px;

}

.a_list_item {
    text-decoration: none;
    color: black;


}

.list_item {
    margin-bottom: 35px;
    font-size: 20px;

    transition: all 300ms 25ms;
}


.list_item:hover {
    color: #3F51B5;
    font-size: 24px;

}


@media only screen and (max-width: 450px) {
    .list_item {

        font-size: 18px;

    }

    .svg_exit {
        width: 20px;
        height: 20px;
    }
}