@font-face {
    font-family: Yekan;
    src: url(fonts/YekanBakh-Medium.ttf);
    }
    @font-face {
        font-family: Yekanfat;
        src: url(fonts/YekanBakh-Fat.ttf);
    }
    @font-face {
        font-family: Yekanbold;
        src: url(fonts/YekanBakh-Bold.ttf);
    }
    @font-face {
        font-family: yekanhevy;
        src: url(fonts/YekanBakh-Heavy.ttf);
    }
    @font-face {
        font-family: Barlow;
        src: url(fonts/Barlow-Light.woff);
    }
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html , body{
    width: 100%;
    height: 100%;
    direction: rtl;
    font-family: Yekan;
    display: flex;
    background-color: #f7f7f7;
    scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}
.container{
    width: 100%;
    float: right;
    background-color: #f7f7f7;
    margin: auto;
    padding: 15px;
    max-width: 500px;
}
.row{
    width:100%;
    background-color: #fff;
    float: right;
    display: grid;
    grid-template-columns: 30% 70%;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    margin-bottom: 15px;
    padding: 10px 0 10px 10px;
}
.imageSection{
     width: 100%;
     float: right;
     display: flex;
     align-items: center;
}
.imageSection img{
    width: 90%;
    float: right;
    border-left: 1px solid #d0d0d0;
}
.innerContent{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Contentsection{
    padding: 0 3px 10px 5px;
}
p {
    margin-top: 10px;
    font-size: 13px;
    text-align: justify;
    color: #acabab;
}
.logoSection img{
    width: 200px;
    margin: auto;
}
.logoSection {
    display: flex;
    padding-bottom: 25px;
}
.innerContent h3 {
    color: #386a45;
    font-weight: 800;
    font-size:18px;
    font-family: yekanhevy;
    display: flex;
    align-items: baseline;

}
.innerContent h3::before{
    width: 15px;
    height: 6px;
    background-color: #386a45;
    content: "";
    display: table;
    float: right;
    margin-left: 5px;
}
.innerContent h4 {
    color: #ef5f63;
    font-size: 14px;
    font-family: yekanhevy;
}
.category p {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    font-family: Yekan;
}
.category {
    height: 50px;
    float: right;
    background-color: #ef5e63;
    text-align: center;
    color: #fff;
    border-radius: 9px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 10px;
}
.categoryRow {
    width: 900px;
    gap: 5px;
    overflow: scroll;
    height: 70px;
}
.categorySection {
    width: 100%;
    overflow: scroll;
    float: right;
    margin-bottom: 10px;
}
h5 {
    color: #acabab;
    font-size: 16px;
    margin-top: 2px;
    font-family: Barlow;
}
.innerContent.menuContent {
    display: block;
}
.text {
    width: 100%;
    float: right;
    font-size: 20px;
    margin-top: -10px;
    margin-bottom: 20px;
}
.text p{
    text-align: center;
    font-size: 17px;
}
.titleBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ef5e63;
    padding: 0 20px;
    border-radius: 5px;
    margin-bottom:15px;
}
.titleBox h6{
    font-size: 18px;
    font-family: Barlow;
    color:#fff ;
    text-align: left;
}
.up {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 36px;
    border-radius: 5px;
    opacity: 0.8;
}
.upSection{
    display: flex;
    border-radius: 5px;
}
a{
    text-decoration: none;
}
.categoryRow .category{
    padding: 0 20px;
}