@font-face {
    font-family: iranSans;
    font-style: normal;
    font-weight: 100;
    src: url("iranSans/eot/IRANSansXFaNum-Thin.eot");
    src: url("iranSans/eot/IRANSansXFaNum-Thin.eot?#iefix") format("embedded-opentype"),
    url("iranSans/woff/IRANSansXFaNum-Thin.woff") format("woff"),
    url("iranSans/ttf/IRANSansXFaNum-Thin.ttf") format("truetype");
}

@font-face {
    font-family: iranSans;
    font-style: normal;
    font-weight: 300;
    src: url("iranSans/eot/IRANSansXFaNum-Light.eot");
    src: url("iranSans/eot/IRANSansXFaNum-Light.eot?#iefix") format("embedded-opentype"),
    url("iranSans/woff/IRANSansXFaNum-Light.woff") format("woff"),
    url("iranSans/ttf/IRANSansXFaNum-Light.ttf") format("truetype");
}

@font-face {
    font-family: iranSans;
    font-style: normal;
    font-weight: normal;
    src: url("iranSans/eot/IRANSansXFaNum-Regular.eot");
    src: url("iranSans/eot/IRANSansXFaNum-Regular.eot?#iefix") format("embedded-opentype"),
    url("iranSans/woff/IRANSansXFaNum-Regular.woff") format("woff"),
    url("iranSans/ttf/IRANSansXFaNum-Regular.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: iranSans;
    font-style: normal;
    font-weight: 500;
    src: url("iranSans/eot/IRANSansXFaNum-Medium.eot");
    src: url("iranSans/eot/IRANSansXFaNum-Medium.eot?#iefix") format("embedded-opentype"),
    url("iranSans/woff/IRANSansXFaNum-Medium.woff") format("woff"),
    url("iranSans/ttf/IRANSansXFaNum-Medium.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: iranSans;
    font-style: normal;
    font-weight: bold;
    src: url("iranSans/eot/IRANSansXFaNum-Bold.eot");
    src: url("iranSans/eot/IRANSansXFaNum-Bold.eot?#iefix") format("embedded-opentype"),
    url("iranSans/woff/IRANSansXFaNum-Bold.woff") format("woff"),
    url("iranSans/ttf/IRANSansXFaNum-Bold.ttf") format("truetype");
}

@font-face {
    font-family: iranSans;
    font-style: normal;
    font-weight: 800;
    src: url("iranSans/eot/IRANSansXFaNum-ExtraBold.eot");
    src: url("iranSans/eot/IRANSansXFaNum-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("iranSans/woff/IRANSansXFaNum-ExtraBold.woff") format("woff"),
    url("iranSans/ttf/IRANSansXFaNum-ExtraBold.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: iranSans;
    font-style: normal;
    font-weight: 900;
    src: url("iranSans/eot/IRANSansXFaNum-Black.eot");
    src: url("iranSans/eot/IRANSansXFaNum-Black.eot?#iefix") format("embedded-opentype"),
    url("iranSans/woff/IRANSansXFaNum-Black.woff") format("woff"),
    url("iranSans/ttf/IRANSansXFaNum-Black.ttf") format("truetype");
    font-display: swap;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    position: relative;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    direction: rtl;
    font-family: iranSans;
    position: relative;
    overflow-x: hidden;

}
.p-box-body {
    text-align: center;
    box-shadow: 0px 16px 32px rgba(64, 77, 111, 0.16);
    border-radius: 10px;
    background: #fff;
    margin-bottom: 20px;
}
.p-box-top {
    padding: 15px;
    min-height: 355px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.p-box-top img {
    width: 100%;
}
.p-box-title h3 {
    font-size: 20px;
    color: #882E6F;
}
.p-box-bottom p {
    color: #404D6F;
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
    display: none;
}
.p-box-bottom a{
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    color: #F400BF;
    border: 1.6px solid #F400BF;
    border-radius: 14px;
    padding: 10px 12px;
    display: flex;
    justify-content: center;
    text-decoration: none;
}
.p-box-bottom {
    padding: 15px;
}
.p-box-title {
    padding-bottom: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 50px;
}
.p-box-title h3 {
    font-size: 19px;
    padding: 20px;
}
h4 span {
    color: #882E6F;
}
h4{
    font-weight: 700;
    font-size: 31px;
    line-height: 48px;
    color: #404D6F;
    margin-bottom: 12px;
}
.landing-discription {
    padding: 50px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.landing-content {
    margin-bottom: 30px;
}