.viewport {
    color: #000;
    background-color: #c8ffd2;
}

.footer {
    margin-top: 0px;
}


.top-area {
    text-align: center;
}

.top-area .titles {
    display: flex;
}

.top-area .titles .content {
    position: relative;
    flex: 1;
    z-index: 100;
}

.top-area .titles .left,
.top-area .titles .right {
    position: relative;
    width: 180px;
    flex-shrink: 0;
    z-index: 50;
}

.top-area .titles .title-img-01a,
.top-area .titles .title-img-01b {
    max-width: 350px;
    position: absolute;
    top: -30px;
}

.top-area .titles .title-img-01a {
    left: -90px;
}

.top-area .titles .title-img-01b {
    right: -70px;
}


.top-area .page-title1 {
    font-family: 'diet-title1';
    font-size: 3.7rem;
    line-height: 1.3;
    font-weight: bold;
    color: #006934;
}

.top-area .page-title2 {
    color: #006934;
    font-size: 1.5rem;
}

.top-area .page-title2 br {
    display: none;
}

.top-area .page-title2 span {
    color: #0dac67;
}

.page-intro1 {
    font-size: 1.3rem;
    text-align: center;
    padding: 30px 0px 15px 0px;
}




.page-btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.page-btns .btn {
    border: 1px solid #006934;
    padding: 5px 15px;
    color: #006934;
    margin: 0px 10px 20px 10px;
    border-radius: 50px;
    cursor: pointer;
}

.page-btns .btn:hover {
    background-color: #fff;
}

.page-btns .btn:last-child {
    margin-right: 0px;
}

.page-btns .ico-play::before,
.page-btns .ico-share::before,
.page-btns .ico-download::before {
    font-size: 1rem;
    padding-right: 10px;
}




.article-content {}

.article-content .table-contents {}

.article-content .table-contents .type-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
}

.article-content .table-contents .type-list a {
    display: flex;
    padding: 5px 5px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.5);
    font-size: 1.2rem;
    border: 1px solid #fff;
    transition: all 0.2s;
    align-items: center;
    box-shadow: 3px 3px 3px rgba(11, 156, 42, 0.1);
}

.article-content .table-contents .type-list span {
    flex-shrink: 0;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1rem;
}

.lang-ar .article-content .table-contents .type-list span,
.lang-fa .article-content .table-contents .type-list span {
    margin-right: 0px;
    margin-left: 10px;
}

.article-content .table-contents .type-list .green span {
    background-color: #1c941c;
}
.article-content .table-contents .type-list .green.more span {
    background-color: #55bf16;
}


.article-content .table-contents .type-list .red span {
    background-color: rgba(255, 120, 149, 1);
}

@media (hover: hover) {
    .article-content .table-contents .type-list a:hover {
        background: rgba(255, 255, 255, 1);
        transition: all 0.2s;
    }
}

.article-content .table-contents .type-list .type-class {
    display: flex;
    font-size: 1.2rem;
    justify-content: center;
    grid-column: 1 / 4;
    border-radius: 30px;
    padding: 10px;
    font-weight: bold;
}

.article-content .table-contents .type-list .type-line {
    grid-column: 1 / 4;
    margin: 10px 0px;
}

.article-content .type-titles {
    display: flex;
    padding: 40px 0px 40px 0px;
    justify-content: center;
}

.article-content .type-titles2 {
    padding: 40px 0px 80px 0px;
}

.article-content .type-titles .left,
.article-content .type-titles .right {
    position: relative;
    width: 180px;
    flex-shrink: 0;
}

.article-content .type-titles .text {
    display: block;
    flex: 1;
}

.article-content .type-titles .title {
    font-family: 'diet-title1';
    font-size: 3rem;
    line-height: 1.3;
    color: #006934;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.article-content .type-titles .title.color-white {
    color: #fff;
}

.article-content .type-titles .note {
    font-size: 1.5rem;
    text-align: center;
}

.article-content .type-titles .note2 {
    color: #006934;
}



.title-img-01a,
.title-img-01b {
    max-width: 350px;
    position: absolute;
    top: -80px;
}

.title-img-01a {
    left: -90px;
}

.title-img-01b {
    right: -70px;
}

.title-img-02a {
    position: absolute;
    left: -50px;
    max-width: 185px;
}

.title-img-02b {
    position: absolute;
    top: -50px;
    right: -100px;
    max-width: 230px;
}

.article-content .items {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0px;
    justify-content: center;
}

.article-content .items .item {
    position: relative;
    margin: 0px 5px 30px 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: min-content;
}

.article-content .items .item .img {
    display: flex;
    min-width: 150px;
    justify-content: center;
    border-radius: 12px;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
}


.article-content .items .item .img img {
    max-width: none;
    height: 150px;
}

.article-content .items .item .new {
    font-size: 0.8rem;
    position: absolute;
    top: 0px;
    left: 10px;
    border-radius: 50px;
    color: #fff;
    padding: 3px 5px;
    background-color: #1c941c;
}

.article-content .items .item .new-a {
    background-color: #1c941c;
}

.article-content .items .item .new-b {
    background-color: rgb(197, 39, 73);
}



.article-content .items .item .np {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    position: absolute;
    top: 0px;
    right: 10px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.7);

}

.article-content .items .item .np-a {
    color: #1c941c;
}

.article-content .items .item .np-b {
    color: #e70606;
}


.article-content .items .item .title {
    font-size: 1.3rem;
    padding: 10px 0px 0px 0px;
    text-align: center;
}

.article-content .items .item .title span {}

.article-content .items .item .title .color-green {
    display: inline;
    font-size: 1.3rem;
    color: #17a35d;
}

.article-content .section-title1 {
    color: #a57433;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.article-content .section-title1.color-white {
    color: #fff;
}

.article-content .section-food-type {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    border-top: 1px solid #17a35d;
    padding: 20px 0px 0px 0px;
}


.article-content .section-food-type .name {
    padding: 0 15px;
    font-size: 1.5rem;
    font-weight: bold;
    max-width: 80vw;
    line-height: 1.3;
    margin-bottom: 10px;
}

.article-content .section-food-type .type .np-note {
    font-size: 1.2rem;
    font-weight: normal;
}

.article-content .section-food-type .type .np-br {
    display: none;
}

.article-content .section-food-type .date {
    font-size: 1.2rem;
    font-weight: normal;
}

.article-content .np-note .p,
.article-content .section-food-type .date-np .p {
    font-weight: bold;
    color: #e70606;
}

.article-content .np-note .n,
.article-content .section-food-type .date-np .n {
    font-weight: bold;
    color: #1c941c;
}


.article-content .section-food-type .color-green {
    color: #17a35d;
    padding: 0 0px;
}

.article-content .section-food-type.color1::before,
.article-content .section-food-type.color1::after {
    background-color: rgb(197, 39, 73);
}


.article-content .section-note1 {
    color: #006934;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 10px 0px 40px 0px;
    padding: 20px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #9fe9c4;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.5);
}

.article-content .section-note1.color1 {
    color: #000;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.3);
}

.article-content .section-note2 {
    color: #006934;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 10px 0px 20px 0px;
    padding: 20px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.article-content .section-note1.style1 {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
}

.article-content .items-words {}

.article-content .items-words .item-title1 {
    display: inline-block;
    background-color: #006934;
    color: #fff;
    font-size: 1.3rem;
    padding: 5px 10px;
    margin: 20px 30px 15px 30px;
    border-radius: 10px;
}

.article-content .items-words .item-title-new {
    font-weight: bold;
    font-size: 2rem;
    padding: 5px 0px;
    margin: 30px 30px 5px 30px;
}

.article-content .items-words .item {
    color: #005000;
    font-size: 1.3rem;
    padding: 5px 0px;
    margin: 0px 30px 5px 30px;
    vertical-align: middle;
    text-indent: -13px;
    padding-left: 17px;
}

.article-content .items-words .item::before {
    content: '';
    background-color: #005000;
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 10px;
    margin-right: 7px;
    margin-bottom: 4px;
}

.article-content .items-words .color-green {
    color: #0dac67;
}

.article-content .items-bottom {
    border-top: 2px solid #0dac67;
    padding: 30px 30px 60px 30px;
    margin-top: 50px;
    font-size: 1.5rem;
    color: #006934;
}

.article-content .items-bottom .words {
    padding: 0px 0px 20px 0px;
    text-align: center;
}

.article-content .items-bottom .name {
    text-align: center;
}

.article-content .items-bottom .name span {
    color: #0dac67;
}

.bk-color1 {
    padding: 30px 0px 50px 0px;
    background: linear-gradient(180deg, rgba(187, 255, 255, 1) calc(100% - 60px), rgba(187, 255, 255, 0) 100%);
}

.bk-color2 {
    padding: 70px 0px;
    background: linear-gradient(180deg, rgba(255, 120, 150, 0), rgba(255, 120, 150, 1) 60px, rgba(255, 120, 150, 1) calc(100% - 60px), rgba(255, 120, 150, 0) 100%);
}

@media screen and (max-width: 1400px) {
    .title-img-01a {
        left: -80px;
    }

    .title-img-01b {
        right: -80px;
    }

    .title-img-02a {
        left: -40px;
        max-width: 150px;
    }

    .title-img-02b {
        top: -50px;
        right: -40px;
        max-width: 170px;
    }

}

@media screen and (max-width: 1100px) {

    .title-img-01a,
    .title-img-01b {
        max-width: 280px;
    }

    .title-img-01b {
        right: -70px;
    }
}



@media screen and (max-width: 970px) {
    .article-content .table-contents .type-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .article-content .table-contents .type-list .type-line {
        grid-column: 1 / 3;
        margin: 10px 0px;
    }

    .top-area .titles {
        flex-wrap: wrap;
    }

    .top-area .titles .left {
        order: 1;
    }

    .top-area .titles .right {
        order: 2;
    }

    .top-area .titles .left,
    .top-area .titles .right {
        height: 30px;
        width: 50%;
    }

    .top-area .titles .content {
        order: 3;
        width: 100%;
        margin-top: 30px;
    }

    .top-area .titles .title-img-01a,
    .top-area .titles .title-img-01b {
        max-width: 150px;
        top: -20px;
    }

    .top-area .titles .title-img-01a {
        left: -20px;
    }

    .top-area .titles .title-img-01b {
        right: -20px;
    }


    .article-content .type-titles {
        flex-wrap: wrap;
        padding: 40px 0px 30px 0px;
    }

    .article-content .type-titles .left {
        order: 1;
    }

    .article-content .type-titles .right {
        order: 2;
    }

    .article-content .type-titles .left,
    .article-content .type-titles .right {
        height: 30px;
        width: 50%;
    }

    .article-content .type-titles .text {
        order: 3;
        width: 100%;
    }

    .article-content .type-titles .title {
        font-size: 1.8rem;
    }

    .article-content .type-titles .note {
        font-size: 1.2rem;
    }

    .article-content .section-title1 {
        font-size: 1.5rem;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .article-content .section-food-type {
        flex-direction: column;
        background-color: rgba(255, 255, 255, 0.5);
        border-top: none;
        padding: 0px 0px 0px 0px;
    }



    .article-content .section-food-type::before,
    .article-content .section-food-type::after {
        content: "";
        height: 0px;
        border-bottom: 1px solid #17a35d;
        width: 100%;
        display: block;
    }

    .article-content .section-food-type .type {
        padding: 10px 0px;
    }

    .article-content .section-food-type.color1::before,
    .article-content .section-food-type.color1::after {
        border-bottom: 1px solid rgb(197, 39, 73);
    }

    .article-content .section-food-type .type .np {
        font-size: 1rem;
    }

    .article-content .section-food-type .type .np-br {
        display: block;
    }

    .article-content .section-note2 {
        font-size: 1.1rem;
        padding: 0px;
    }


    .title-img-02a {
        top: -70px;
        left: -0px;
        max-width: 100px;
    }

    .title-img-02b {
        top: -110px;
        right: 0px;
        max-width: 100px;
    }

    .body-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .top-area .page-title1 {
        font-size: 2.3rem;
    }

    .lang-de .top-area .page-title1 {
        font-size: 2rem;
    }

    .top-area .page-title2 {
        font-size: 1.2rem;
    }

    .top-area .page-title2 br {
        display: block;
    }

    .top-area .page-title2 span {
        font-size: 1.2rem;
    }

    .bk-color1 {
        padding: 30px 0px 0px 0px;
    }

    .page-intro1 {
        font-size: 1.1rem;
        text-align: left;
        padding: 20px 0px 15px 0px;
    }

    .page-intro1 br {
        display: none;
    }


    .page-btns .btn {
        margin: 0px 5px 20px 5px;
        font-size: 1rem;
        white-space: nowrap;
    }





    .article-content .items .item .title {
        font-size: 1rem;
        line-height: 1.3;
        padding: 10px 0px 0px 0px;
    }


    .article-content .items .item .title .color-green {
        font-size: 1rem;
    }

    .article-content .section-note1 {
        font-size: 1.1rem;
        margin: 10px 0px 20px 0px;
        padding: 10px;
    }

    .article-content .section-note1.style1 {
        width: 100%;
        margin: 10px 0px 20px 0px;
    }

    .article-content .items-bottom {
        padding: 50px 0px;
        font-size: 1.8rem;
    }

    .article-content .items-words .item-title1 {
        margin: 20px 5px 15px 5px;
        font-size: 1.2rem;
    }

    .article-content .items-words .item {
        font-size: 1.2rem;
        border-radius: 10px;
        margin-left: 5px;
        margin-right: 5px;
        padding: 3px 0px;
        text-indent: -13px;
        padding-left: 17px;
    }

    .article-content .items-words .item-title-new {
        font-size: 1.5rem;
        padding: 5px 0px;
        margin: 30px 0px 5px 0px;
    }

    .bk-color2 {
        padding: 100px 0px 50px 0px;
    }

    .article-content .items-bottom {
        font-size: 1.1rem;
        color: #006934;
        padding: 30px 0px 60px 0px;
    }

    .article-content .items-bottom .words {
        padding: 0px 0px 20px 0px;
        text-align: left;
    }

    .article-content .items-bottom .words br {
        display: none;
    }

    .article-content .items-bottom .name {
        text-align: right;
        font-size: 1rem;
    }


}

@media screen and (max-width: 640px) {
    .article-content .table-contents .type-list {
        display: flex;
        flex-direction: column;
    }

    .article-content .table-contents .type-list a {
        display: flex;
        padding: 5px 0px;
        background: none;
        font-size: 1rem;
        border: none;
        border-bottom: 1px dashed #30b451;
        border-radius: 0;
        align-items: center;
        box-shadow: none;
    }

    .lang-es .top-area .page-title1 {
        font-size: 2rem;
    }

    .article-content .items {
        align-items: start;
    }
    .article-content .items .item {
        min-width: calc(50% - 10px);
        margin: 0px 5px 20px 5px;
        justify-content: flex-end;
    }
    .article-content .items .item .img {
        min-width: auto;
        width: 100%;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        aspect-ratio: 1;
        align-items: center;
    }
    .article-content .items .item .img img {
        max-width: 100%;
        height: auto;
        max-height: 100%;
    }

    .article-content .items .item-a227,
    .article-content .items .item-a370,
    .article-content .items .item-a374,
    .article-content .items .item-a375,
    .article-content .items .item-a376,
    .article-content .items .item-a394,
    .article-content .items .item-a399,
    .article-content .items .item-a400,
    .article-content .items .item-a528b,
    .article-content .items .item-a529,
    .article-content .items .item-a530,
    .article-content .items .item-a538,
    .article-content .items .item-a545,
    .article-content .items .item-a622,
    .article-content .items .item-a647,
    .article-content .items .item-a651,
    .article-content .items .item-a702,
    .article-content .items .item-a706,
    .article-content .items .item-a708,
    .article-content .items .item-a718,
    .article-content .items .item-a719,
    .article-content .items .item-a720,
    .article-content .items .item-a721,
    .article-content .items .item-a726,
    .article-content .items .item-a737,
    .article-content .items .item-a748,
    .article-content .items .item-b064 {
        width: 100%;
    }
    .article-content .items .item-a227 .img,
    .article-content .items .item-a370 .img,
    .article-content .items .item-a374 .img,
    .article-content .items .item-a375 .img,
    .article-content .items .item-a376 .img,
    .article-content .items .item-a394 .img,
    .article-content .items .item-a399 .img,
    .article-content .items .item-a400 .img,
    .article-content .items .item-a528b .img,
    .article-content .items .item-a529 .img,
    .article-content .items .item-a530 .img,
    .article-content .items .item-a538 .img,
    .article-content .items .item-a545 .img,
    .article-content .items .item-a622 .img,
    .article-content .items .item-a647 .img,
    .article-content .items .item-a651 .img,
    .article-content .items .item-a702 .img,
    .article-content .items .item-a706 .img,
    .article-content .items .item-a708 .img,
    .article-content .items .item-a718 .img,
    .article-content .items .item-a719 .img,
    .article-content .items .item-a720 .img,
    .article-content .items .item-a721 .img,
    .article-content .items .item-a726 .img,
    .article-content .items .item-a737 .img,
    .article-content .items .item-a748 .img,
    .article-content .items .item-b064 .img {
        aspect-ratio: auto;
    }


}


.lang-fa .article-content .table-contents .type-list,
.lang-ar .article-content .table-contents .type-list,
.lang-fa .page-intro1,
.lang-ar .page-intro1,
.lang-fa .article-content .items-bottom,
.lang-ar .article-content .items-bottom,
.lang-fa .article-content .items-words,
.lang-ar .article-content .items-words,
.lang-fa .article-content .type-titles .text,
.lang-ar .article-content .type-titles .text,
.lang-fa .article-content .section-note1,
.lang-ar .article-content .section-note1,
.lang-fa .article-content .section-note2,
.lang-ar .article-content .section-note2,
.lang-fa .article-content .section-food-type,
.lang-ar .article-content .section-food-type,
.lang-fa .article-content .items .item .title .lang-ar .article-content .items .item .title,
.lang-fa .article-content .items-bottom .words,
.lang-ar .article-content .items-bottom .words {
    direction: rtl;
}

.lang-fa .article-content .items-words .item::before,
.lang-ar .article-content .items-words .item::before {
    margin-left: 7px;
    margin-right: 0px;
}

@media screen and (max-width: 970px) {

    .lang-fa .article-content .items-words .item,
    .lang-ar .article-content .items-words .item {
        margin-right: 20px;
    }

    .lang-fa .page-intro1,
    .lang-ar .page-intro1,
    .lang-fa .article-content .items-bottom .words,
    .lang-ar .article-content .items-bottom .words {
        text-align: right;
    }
}