@charset "UTF-8";

/*region Main Page*/

html[dir="ltr"] body .intro-slide-wrapper .intro-info{
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#PageHeader .Module.CategoryDescriptionBoard .wrapper .inner .title,
.Module.CustomPage h1 {
    font-size: 50px;
}
.Module.CustomPage h2
{
    font-size: 39px;
}

.Module.CustomPage .intro-slide-wrapper {
    position: relative;
    background: linear-gradient(0deg, #e29700 0%, #e29700 60%, #fff 0%, #fff 60%);
    width: 100%;
    overflow: hidden;
}

.Module.CustomPage .intro-slide-wrapper .intro-inner {
    max-width: 1900px;
    margin: 0 auto;
}

.Module.CustomPage .intro-slide-wrapper .intro-image {
    width: 49%;
    display: inline-block;
}

.Module.CustomPage .intro-slide-wrapper .intro-image img {
    margin: 5%;
    max-width: 85%;
    border-radius: 10px;
}

.Module.CustomPage .intro-slide-wrapper .intro-info {
    width: 49%;
    display: inline-block;
}

.Module.CustomPage .intro-slide-wrapper .intro-info .container {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
}

.Module.CustomPage .intro-slide-wrapper .intro-info .title {
    vertical-align: bottom;
    height: 40%;
    color: #956200;
    display: flex;
}

.Module.CustomPage .intro-slide-wrapper .intro-info .title h2{
    align-self: flex-end;
    text-align: initial;
}

.Module.CustomPage .intro-slide-wrapper .intro-info .desc {
    vertical-align: top;
    height: 60%;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

html[dir="ltr"] .Module.CustomPage .intro-slide-wrapper .intro-info .desc {
    font-size: 17px;
    line-height: 28px;
}


.Module.CustomPage .intro-slide-wrapper .intro-info .desc .desc-inner {
    max-width: 700px;
}

.Module.CustomPage .intro-slide-wrapper .intro-info .desc p {
    white-space: normal;
    padding: 10px 10px 0 10px;
    margin-bottom: 0;
}

html[lang="en"] .Module.CustomPage .intro-slide-wrapper .intro-info .desc p {
    direction: ltr;
}

html[lang="fa"] .Module.CustomPage .intro-slide-wrapper .intro-info .desc p {
    direction: rtl;
}

.Module.CustomPage .intro-slide-wrapper .intro-info .desc div.more {
    padding: 10px;
}

.Module.CustomPage .intro-slide-wrapper .intro-info .desc div.more a {
    text-decoration: none;
    background: rgb(255, 255, 255);
    padding: 2px 8px;
    border-radius: 3px;
    color: #ca8700;
}

html[dir="ltr"] .Module.CustomPage .intro-slide-wrapper .intro-info .desc div.more a {
    padding: 4px 8px;
}

.Module.CustomPage .intro-slide-wrapper .intro-info .desc div.more a:hover {
    background: rgba(255, 255, 255, 0.8);
}

.Module.CustomPage .intro-slide-wrapper.color2 {
    background: linear-gradient(0deg, #606060 0%, #606060 60%, #fff 0%, #fff 60%);
}

.Module.CustomPage .intro-slide-wrapper.color2 .intro-info .desc div.more a,
.Module.CustomPage .intro-slide-wrapper.color2 .intro-info .title {
    color: #404040;
}

.Module.CustomPage .intro-slide-wrapper.color3 {
    background: linear-gradient(0deg, #ff5555 0%, #ff5555 60%, #fff 0%, #fff 60%);
}

.Module.CustomPage .intro-slide-wrapper.color3 .intro-info .desc div.more a,
.Module.CustomPage .intro-slide-wrapper.color3 .intro-info .title {
    color: #e94040;
}

.Module.CustomPage .intro-slide-wrapper.color4 {
    background: linear-gradient(0deg, #237fb7 0%, #237fb7 60%, #fff 0%, #fff 60%);
}

.Module.CustomPage .intro-slide-wrapper.color4 .intro-info .desc div.more a,
.Module.CustomPage .intro-slide-wrapper.color4 .intro-info .title {
    color: #226994;
}

.Module.CustomPage .order-now-wrapper {
    overflow: hidden;
    width: 100%;
}

.Module.CustomPage .order-now {
    background: #ffd0ae;
    margin-top: 20px;
    padding: 30px;
    text-align: center;
}

.Module.CustomPage .order-now .title,
.Module.CustomPage .order-now .link {
    display: inline-block;
    margin: 0 10px;
    color: #603232;
}

.Module.CustomPage .order-now .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 50px;
}

.Module.CustomPage .order-now .link a {
    text-decoration: none;
    background: #603232;
    padding: 2px 28px;
    border-radius: 5px;
    color: #ffd0ae;
    font-size: 20px;
    font-weight: bold;
}

.Module.CustomPage .order-now .link:hover a {
    opacity: 0.8;
}

.Module.CustomPage .faq-title{
    margin: auto;
    text-align: center;
}

.Module.CustomPage .faq-title h3 {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 30px;
    padding: 30px;
    margin: 0;
}

html[dir="rtl"] .Module.CustomPage .faq-title h3{
    font-family: "IRANSans", "Helvetica", Arial, sans-serif;
}

.Module.CustomPage .faq-container {
    max-width: 800px;
    margin: auto;
    padding: 0 20px;
}

.Module.CustomPage .faq-item {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin-bottom: 1rem;
    overflow: hidden;
    transition: 0.3s;
}

.Module.CustomPage .faq-question {
    cursor: pointer;
    padding: 1rem 2rem 1rem 1rem;
    font-weight: bold;
    background-color: #eee;
    position: relative;
    user-select: none;
}

html[dir="rtl"] .Module.CustomPage .faq-question {
    padding: 1rem 1rem 1rem 2rem;
}

.Module.CustomPage .faq-question::after {
    content: "+";
    position: absolute;
    top: calc(50% - 10px);
    right: 1rem;
    font-size: 1.2rem;
    transition: transform 0.3s;
}

html[dir="rtl"] .Module.CustomPage .faq-question::after {
    right: unset;
    left:  1rem;;
}

.Module.CustomPage .faq-question.active::after {
    content: "−";
}

.Module.CustomPage .faq-answer {
    height: 0;
    overflow: hidden;
    background-color: #fff;
    transition: height 0.3s ease-in-out;
}

.Module.CustomPage .faq-answer.open {
    /*padding: 1rem;*/
}

.Module.CustomPage .faq-answer p {
    padding: 1rem;
    margin: 0;
}

@media (max-width: 767px) {

    .Module.CustomPage .faq-title h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .Module.CustomPage .intro-slide-wrapper .intro-image {
        width: 100%;
        display: block;
        text-align: center;
    }

    .Module.CustomPage .intro-slide-wrapper .intro-image img {
        max-width: 90%;
    }

    .Module.CustomPage .intro-slide-wrapper .intro-info {
        width: 100%;
        display: block;
    }

    .Module.CustomPage .intro-slide-wrapper .intro-info .container {
        position: inherit;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 90%;
    }

    .Module.CustomPage .intro-slide-wrapper .intro-info .title,
    .Module.CustomPage .intro-slide-wrapper.color2 .intro-info .title,
    .Module.CustomPage .intro-slide-wrapper.color3 .intro-info .title,
    .Module.CustomPage .intro-slide-wrapper.color4 .intro-info .title {
        color: #fff;
    }

    .Module.CustomPage .captcha-add-on {
        display: block;
    }

    .Module.CustomPage .order-now .link {
        display: block;
        margin:20px 0;
    }

    .Module.CustomPage .intro-slide-wrapper .intro-info .title h2{
        margin: 3px 0;
    }
    .Module.CustomPage .intro-slide-wrapper {
        background: linear-gradient(0deg, #e29700 0%, #e29700 75%, #fff 0%, #fff 75%);
    }
    .Module.CustomPage .intro-slide-wrapper.color3 {
        background: linear-gradient(0deg, #ff5555 0%, #ff5555 75%, #fff 0%, #fff 75%);
    }
    .Module.CustomPage .intro-slide-wrapper.color2 {
        background: linear-gradient(0deg, #606060 0%, #606060 75%, #fff 0%, #fff 75%);
    }
    .Module.CustomPage .intro-slide-wrapper.color4 {
        background: linear-gradient(0deg, #237fb7 0%, #237fb7 75%, #fff 0%, #fff 75%);
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    html[dir="ltr"] .Module.CustomPage .intro-slide-wrapper .intro-info .desc,
    .Module.CustomPage .intro-slide-wrapper .intro-info .desc {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (min-width: 768px) {
    html[dir=ltr] .Module.CustomPage .intro-slide-wrapper {
        direction: rtl;
        text-align: right;
    }

    html[dir=ltr] .Module.CustomPage .intro-slide-wrapper:nth-child(even) {
        direction: ltr;
        text-align: left;
    }

    html[dir=rtl] .Module.CustomPage .intro-slide-wrapper {
        direction: ltr;
        text-align: left;
    }

    html[dir=rtl] .Module.CustomPage .intro-slide-wrapper:nth-child(even) {
        direction: rtl;
        text-align: right;
    }

    html[dir=ltr] .Module.CustomPage .intro-slide-wrapper .intro-info .desc div.more {
        direction: rtl;
        text-align: right;
    }

    html[dir=rtl] .Module.CustomPage .intro-slide-wrapper .intro-info .desc div.more {
        direction: ltr;
        text-align: left;
    }
}
/*endregion*/

/*region Demo*/
.Module.CustomPage form.demo-form {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.Module.CustomPage span.required {
    color: red;
}

.Module.CustomPage span.success {
    color: green;
}


.Module.CustomPage .demo-form .captcha-refresh {
    cursor: pointer;
}

.Module.CustomPage .demo-form textarea {
    resize: none;
    width: 100%;
    max-width: 296px;
}

.Module.CustomPage .ltr-direction {
    direction: ltr;
}
/*endregion*/


/*region Demo*/
.Module.CustomPage form.demo-form {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.Module.CustomPage span.required {
    color: red;
}

.Module.CustomPage span.success {
    color: green;
}


.Module.CustomPage .demo-form .captcha-refresh {
    cursor: pointer;
}

.Module.CustomPage .demo-form textarea {
    resize: none;
    width: 100%;
    max-width: 296px;
}

.Module.CustomPage .ltr-direction {
    direction: ltr;
}
/*endregion*/

/*region scroll badge*/
[data-aos="fade-scroll"] {
    opacity: 1 !important;
    transition-property: opacity;
    transition-duration: 150ms !important;
}
[data-aos="fade-scroll"].aos-animate {
    opacity: 0 !important;
}

.Module.CustomPage .scroll-wrapper {
    position: fixed;
    bottom: 0;
    z-index: 5;
    pointer-events: none;/* added by nader */
    width: 100%;
    height: 80px;
    user-select: none;
    background-image: url("../img/scroll-bg-white.png");
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}

.Module.CustomPage .scroll-container {
    position: relative;
    width: 24px;
    height: 24px;
    margin: 0 auto;
}

.Module.CustomPage .scroll-chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.Module.CustomPage .scroll-chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.Module.CustomPage .scroll-chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.Module.CustomPage .scroll-chevron:before,
.Module.CustomPage .scroll-chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #956200;
}

.Module.CustomPage .scroll-chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.Module.CustomPage .scroll-chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;

    }
    33% {
        opacity: 1;
        transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

.Module.CustomPage .scroll-text {
    font-family: "IRANSans", "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #956200;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
    position: absolute;
    top: 60px;
    transform: translateX(50%);
    right: 50%;
}

html[dir="rtl"] .Module.CustomPage .scroll-text {
    font-size: 14px;
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}
/*endregion*/