@font-face {
    font-family: "IRANSansWeb";
    src: url("../Font/IRANSansWeb\(FaNum\).woff2");
}

body {
    font-family: "IRANSansWeb";
    background: #DCDCDC;
}

a {
    text-decoration: none;
}

.Amitis_container {
    display: flex;
}

@media only screen and (max-width: 768px) {
    .Amitis_container {
        display: inline;
    }
}









.container {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    background-color: #f6f6f6;
    padding: 20px;
    border-radius: 13px;
}





.main_container {
    width: 100%;
    height: auto;
    margin: 50px auto;
    justify-content: center;
    display: flex;

}

.main_container_1 {
    border: 2px solid rgb(37, 167, 184);
    border-radius: 25px;

    text-align: center;
    padding: 4px 10px;
    box-shadow: 1px 1px 20px 0px #68c6dd;
    margin-right: 25px;
    margin-left: 25px;
}



.main_container_2 {
    width: 250px;
}

.instagram_svg {
    width: 25px;
    height: auto;
    margin-top: 5px;
}

.tell_svg {
    width: 25px;
    height: auto;
    margin-top: 5px;
}

.link_instagram {
    color: black;
}


.aboutus_deatail {
    text-align: justify;
    margin: 2px auto;
    margin-bottom: 80px;
    width: 90%;
    direction: rtl;

}



















.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;
    height: 71vh;
    position: sticky;
    top: 8px;
    padding-top: 20px;


    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;
}

.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;
}



.buy_cart_svg {
    width: 122px;
    height: 60px;
    fill: white;
}

.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: 122px;
    height: 60px;
    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_option:hover {
    color: gray;
}

.menu_option_txt {
    color: black;

}












#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;

}

@media only screen and (max-width: 1024px) {
    .main_container {
        flex-wrap: wrap;
        gap: 10px;
    }
}

/* article_page */
@media only screen and (max-width: 1024px) {
    .article_image {
        width: 610px;
    }
}

@media only screen and (max-width: 750px) {
    .article_image {
        width: 515px;
    }

    .article_tittle {
        font-size: 36px;
    }
}

@media only screen and (max-width: 615px) {
    .article_image {
        width: 434px;
    }

    .article_tittle {
        font-size: 30px;
    }

    .article_txt {
        font-size: 17px;
    }

}

@media only screen and (max-width: 540px) {
    .article_image {
        width: 356px;
    }

    .article_tittle {
        font-size: 28px;
    }

    .article_txt {
        font-size: 15px;
    }
}

@media only screen and (max-width: 440px) {
    .article_image {
        width: 247px;
    }
}






/* head */
@media only screen and (max-width: 920px) {
    .menu_option {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 768px) {


    .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: 550px) {
    .aside_svg_2 {
        display: none;
    }

    .buy_cart_svg {
        display: none;
    }

    .logo {
        margin-left: 10px;
    }
}

@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 */
@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;
    }
}
















.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;

}

.menu-item-active{
    background-color: black;
    width: 150px;
    height: 30px;
    border-radius: 15px;
    color: white !important;
}
.menu-item-active *{
    color: white !important;
}


@media only screen and (max-width: 450px) {
    .list_item {

        font-size: 18px;

    }

    .svg_exit {
        width: 20px;
        height: 20px;
    }
}