body {
    background-color: #FCF8CC;
    font-family: IRANSans;
    margin: 0;
    padding: 0;
    direction: rtl;

}

main {
    width: 390px;
    margin: auto;
}


.header {
    position: relative;
}

.headerrimage {
    display: none;
    position: absolute;
    width: 75px;
    right: 30px;
    top: 1px;
}

.headerlimage {
    display: none;
    position: absolute;
    width: 100px;
    left: 25px;
    top: 3px;
}

.header-c {
    background-image: url('../Images/n13.png');
    height: 90px;
    width: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.header-a {
    width: 34px;
    background-image: url('../Images/n12.png');
    height: 29px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    margin-right: 10px;
}

.header-b,
.header-d {
    background-image: url('../Images/n15.png');
    height: 36px;
    background-size: contain;
    flex-grow: 1;
    display: none;
}

.header-e {
    width: 34px;
    background-image: url('../Images/n11.png');
    height: 29px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 10px;
}

.topimage {
    background-image: url('../Images/n1.png');
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.header h3 {
    font-size: 15px;
    padding-top: 55px;
    color: #fff;
}

@media (min-width: 690px) {
    main {
        width: 690px;
    }

    .headerrimage,
    .headerlimage {
        display: block;
    }

    .header-b,
    .header-d {
        display: block;
    }


}

@media (min-width: 990px) {
    main {
        width: 990px;
    }
}

.pitem,
.pitem img {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pitem:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.pitem:hover img {
    opacity: 0.9;
    transform: scale(1.05);
}

.maincontent {
    background-color: #41C1C5;
}

.main .mainr {
    background-image: url('../Images/n3.png');
    width: 30px;
    background-size: contain;
}

.main .mainl {
    background-image: url('../Images/n4.png');
    width: 30px;
    background-size: contain;
}

.maintitle {
    background-image: url('../Images/n9.png');
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.maintimage {
    background-image: url('../Images/n10.png');
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

footer {
    margin-top: -16px;
}


.butinfocontent {
    background-color: #1DA4A8;
    height: 67px;
}

.butinfocontent h3 {
    direction: ltr;
    padding-top: 7px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.butinfocontent h5 {
    font-size: 14px;
}

.butinfo .butinfor {
    background-image: url('../Images/n6.png');
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}

.butinfo .butinfol {
    background-image: url('../Images/n5.png');
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.butinfob {
    margin-top: -8px;
}

.butinfobcontent {
    background-color: #6F2D6D;
    height: 35px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.butinfob .butinfobr {
    background-image: url('../Images/n8.png');
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}

.butinfob .butinfobl {
    background-image: url('../Images/n7.png');
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}


.copyri {
    padding-top: 8px;
    font-size: 10px;
    color: #7B7B7B;
}