@font-face {
    font-family: "IRAN-SANS";
    src: url("../fonts/eot/IRANSansXFaNum-Regular.eot");
    src: url("../fonts/eot/IRANSansXFaNum-Regular.eot") format("embedded-opentype"), url("../fonts/woff2/IRANSansXFaNum-Regular.woff2") format("woff2"), url("../fonts/woff/IRANSansXFaNum-Regular.woff") format("woff"), url("../fonts/ttf/IRANSansXFaNum-Regular.ttf") format("truetype");
}
@keyframes changeWidth {
    0% {
        bottom: 0;
        transform: translateY(0%);
    }
    100% {
        bottom: 50px;
        transform: translateY(-100%);
    }
}
:root {
    padding: 0;
}




* {
    direction: rtl !important;
    text-align: right;
    box-sizing: border-box;
    font-family: "IRAN-SANS", serif;
}

.myContainer {
    color: #374E2A;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    padding-right: 80px;
}

.widget-icon {
    background: #29c1c0 !important;
}

@media (max-width: 991px) {
    .myContainer {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 479px) {
    .myContainer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

input:focus {
    outline: none !important;
}

textarea {
    resize: none;
    margin: 0;
}
textarea:focus {
    outline: none !important;
}

p {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: bold;
    line-height: unset;
}

form {
    margin: 0;
}

.li-dot {
    position: relative;
}
.li-dot:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 1;
    top: 10%;
    right: -30px;
    background: url("/img_theme/img_theme_1401/circle.svg") no-repeat;
}

.social-media-button {
    display: flex;
    cursor: pointer;
    gap: 10px;
    justify-content: flex-end;
    padding: 5px 8px;
    align-items: center;
    border-radius: 15px;
    border: 2px solid;
    flex-direction: row;
    width: fit-content;
}
.social-media-button.orange {
    border-color: #E37900;
    background-color: rgba(227, 121, 0, 0.1);
}
.social-media-button.orange span {
    color: #E37900;
    padding-top:2px ;
}
.social-media-button.green {
    border-color: #71BA14;
    background-color: rgba(113, 186, 20, 0.1);
}
.social-media-button.green span {
    color: #71BA14;
}
.social-media-button.cyan {
    border-color: #27C1C1;
    background-color: rgba(39, 193, 193, 0.1);
}
.social-media-button.cyan span {
    color: #27C1C1;
}
.social-media-button img {
    width: 15px;
    height: 15px;
}
.social-media-button span {
    font-size: 12px;
    font-weight: bold;
}

.input-blue-border {
    border: 3px solid #27C1C1;
    border-radius: 15px 15px 15px 15px;
    color: #374E2A;
    padding: 13px 20px;
    font-size: 20px;
}
@media (max-width: 1200px) {
    .input-blue-border {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .input-blue-border {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .input-blue-border {
        font-size: 15px;
    }
}
@media (max-width: 479px) {
    .input-blue-border {
        font-size: 14px;
        border-radius: 15px !important;
        text-align: center;
    }
}
.input-blue-border::-webkit-input-placeholder {
    font-size: 20px;
    color: rgba(39, 193, 193, 0.6);
}
@media (max-width: 1200px) {
    .input-blue-border::-webkit-input-placeholder {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .input-blue-border::-webkit-input-placeholder {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .input-blue-border::-webkit-input-placeholder {
        font-size: 15px;
    }
}
@media (max-width: 479px) {
    .input-blue-border::-webkit-input-placeholder {
        font-size: 14px;
        text-align: center;
    }
}
.input-blue-border:-moz-placeholder {
    font-size: 20px;
    color: rgba(39, 193, 193, 0.6);
}
@media (max-width: 1200px) {
    .input-blue-border:-moz-placeholder {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .input-blue-border:-moz-placeholder {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .input-blue-border:-moz-placeholder {
        font-size: 15px;
    }
}
@media (max-width: 479px) {
    .input-blue-border:-moz-placeholder {
        font-size: 14px;
        text-align: center;
    }
}
.input-blue-border::-moz-placeholder {
    font-size: 20px;
    color: rgba(39, 193, 193, 0.6);
}
@media (max-width: 1200px) {
    .input-blue-border::-moz-placeholder {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .input-blue-border::-moz-placeholder {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .input-blue-border::-moz-placeholder {
        font-size: 15px;
    }
}
@media (max-width: 479px) {
    .input-blue-border::-moz-placeholder {
        font-size: 14px;
        text-align: center;
    }
}
.input-blue-border:-ms-input-placeholder {
    font-size: 20px;
    color: rgba(39, 193, 193, 0.6);
}
@media (max-width: 1200px) {
    .input-blue-border:-ms-input-placeholder {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .input-blue-border:-ms-input-placeholder {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .input-blue-border:-ms-input-placeholder {
        font-size: 15px;
    }
}
@media (max-width: 479px) {
    .input-blue-border:-ms-input-placeholder {
        font-size: 14px;
        text-align: center;
    }
}
.input-blue-border.leftSharp {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.input-blue-border.rightSharp {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.submit-phone-number {
    border: 3px solid #27C1C1;
    padding: 13px 20px;
    font-size: 20px;
    border-radius: 15px 15px 15px 15px;
    background: #27C1C1;
    color: #ffffff;
}
.submit-phone-number:hover {
    cursor: pointer;
}
@media (max-width: 1200px) {
    .submit-phone-number {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .submit-phone-number {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .submit-phone-number {
        font-size: 15px;
    }
}
@media (max-width: 479px) {
    .submit-phone-number {
        font-size: 14px;
        border-radius: 15px !important;
        margin-top: 5px;
        width: 100%;
        text-align: center;
    }
}
.submit-phone-number.rightSharp {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.submit-phone-number.leftSharp {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.call-number > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: center;
}
.call-number > a span {
    font-size: 19px;
    margin-left: 10px;
}
@media (max-width: 1200px) {
    .call-number > a span {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .call-number > a span {
        font-size: 17px;
    }
}
@media (max-width: 767px) {
    .call-number > a span {
        font-size: 15px;
    }
}
@media (max-width: 479px) {
    .call-number > a span {
        font-size: 14px;
    }
}
@media (max-width: 360px) {
    .call-number > a span {
        font-size: 13px;
    }
}
.call-number > a img {
    width: 20px;
    height: 20px;
}
@media (max-width: 767px) {
    .call-number > a img {
        width: 17px;
        height: 17px;
    }
}
@media (max-width: 479px) {
    .call-number.body-item {
        margin-left: auto;
        margin-right: auto;
    }
}
.call-number.body-item > a > span {
    font-size: 22px;
    font-weight: bold;
    color: #E37900;
}
@media (max-width: 1200px) {
    .call-number.body-item > a > span {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .call-number.body-item > a > span {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .call-number.body-item > a > span {
        font-size: 16px;
    }
}
@media (max-width: 479px) {
    .call-number.body-item > a > span {
        font-size: 15px;
    }
}
@media (max-width: 360px) {
    .call-number.body-item > a > span {
        font-size: 14px;
    }
}

.nav-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 80px;
    z-index: 40;
}
@media (max-width: 991px) {
    .nav-head {
        padding: 20px 30px;
    }
}
@media (max-width: 479px) {
    .nav-head {
        padding: 20px 20px;
    }
}
.nav-head .drawer-open-icon {
    display: none;
    width: 20px;
    margin-left: 10px;
}
@media (max-width: 991px) {
    .nav-head .drawer-open-icon {
        display: inline;
    }
}
.nav-head .logo {
    z-index: 1;
}
.nav-head .logo img {
    width: 120px;
    height: 70px;
}
@media (max-width: 1100px) {
    .nav-head .logo img {
        width: 90px;
    }
}
@media (max-width: 991px) {
    .nav-head .logo img {
        width: 80px;
    }
}
.nav-head > div, .nav-head nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 991px) {
    .nav-head > div, .nav-head nav {
        justify-content: flex-end;
    }
}
.nav-head nav {
    z-index: 1;
    margin-right: 50px;
    width: 100%;
}
@media (max-width: 1100px) {
    .nav-head nav {
        margin-right: 20px;
    }
}
@media (max-width: 767px) {
    .nav-head nav {
        margin-right: 0;
    }
}
.nav-head .primary-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 30px;
}
@media (max-width: 991px) {
    .nav-head .primary-nav {
        display: none;
    }
}
@media (max-width: 1300px) {
    .nav-head .primary-nav {
        column-gap: 20px;
    }
}
.nav-head .primary-nav li {
    display: flex;
    align-items: center;
}
.nav-head .primary-nav li > a > h2 {
    font-size: 16px !important;
    font-weight: bold !important;
}
@media (max-width: 1300px) {
    .nav-head .primary-nav li > a > h2 {
        font-size: 15px !important;
    }
}
@media (max-width: 1200px) {
    .nav-head .primary-nav li > a > h2 {
        font-size: 14px !important;
    }
}
.nav-head .secondary-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 40px;
}
@media (max-width: 1200px) {
    .nav-head .secondary-nav {
        column-gap: 20px;
    }
}
.nav-head .secondary-nav .user-profile {
    width: 55px;
    height: 55px;
}
@media (max-width: 1200px) {
    .nav-head .secondary-nav .user-profile {
        width: 45px;
        height: 45px;
    }
}
@media (max-width: 991px) {
    .nav-head .secondary-nav .user-profile {
        display: none;
    }
}
@media (max-width: 767px) {
    .nav-head .secondary-nav .secondary-nav-social-media {
        display: none;
    }
}
.nav-head .secondary-nav .secondary-nav-social-media > ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 40px;
}
@media (max-width: 1200px) {
    .nav-head .secondary-nav .secondary-nav-social-media > ul {
        column-gap: 20px;
    }
}
.nav-head .secondary-nav li {
    display: flex;
    align-items: center;
}
.nav-head .secondary-nav li > a {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-head .secondary-nav li > a > img {
    width: 27px;
    height: 27px;
}
@media (max-width: 1100px) {
    .nav-head .secondary-nav li > a > img {
        width: 20px;
        height: 20px;
    }
}

.introduce-software {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    position: relative;
    min-height: calc(100vh - 110px);
    padding-top: 3%;
}
.introduce-software::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    box-shadow: rgba(214, 226, 82, 0.15) 0 0 100000px 400px;
}
@media (max-width: 991px) {
    .introduce-software::after {
        display: none;
    }
}
@media (max-width: 991px) {
    .introduce-software {
        height: unset;
        position: relative;
        flex-direction: column;
        text-align: center;
    }
}

.introduce-software .header-intro-right-panel {
    width: 50%;
}
@media (max-width: 991px) {
    .introduce-software .header-intro-right-panel {
        width: 100%;
    }
}
.slogan {
    display: flex;
    flex-wrap: wrap;
}
.introduce-software .header-intro-right-panel .slogan {
    font-size: 58px;
    font-weight: bolder;
}
@media (max-width: 1490px) {
    .introduce-software .header-intro-right-panel .slogan {
        font-size: 52px;
    }
}
@media (max-width: 1375px) {
    .introduce-software .header-intro-right-panel .slogan {
        font-size: 48px;
    }
}
@media (max-width: 1300px) {
    .introduce-software .header-intro-right-panel .slogan {
        font-size: 46px;
    }
}
@media (max-width: 1200px) {
    .introduce-software .header-intro-right-panel .slogan {
        font-size: 42px;
    }
}
@media (max-width: 1100px) {
    .introduce-software .header-intro-right-panel .slogan {
        font-size: 38px;
    }
}
@media (max-width: 991px) {
    .introduce-software .header-intro-right-panel .slogan {
        font-size: 50px;
        text-align: center;
        max-width: 85%;
        margin-right: auto;
        margin-left: auto;
        justify-content:center ;
    }
}
@media (max-width: 767px) {
    .introduce-software .header-intro-right-panel .slogan {
        font-size: 40px;
    }
}
@media (max-width: 479px) {
    .introduce-software .header-intro-right-panel .slogan {
        font-size: 35px;
    }
}
@media (max-width: 360px) {
    .introduce-software .header-intro-right-panel .slogan {
        font-size: 30px;
    }
}
.header-intro-right-panel h1{
    margin-bottom: 3%;
}
.header-intro-right-panel p{
    line-height: 30px;
    margin-bottom: 4%;
}
.introduce-software .header-intro-right-panel .slogan span {
    background: -webkit-linear-gradient(45deg, #E37900, #DEA804);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 5px;
}
.introduce-software .header-intro-right-panel .call-us-root {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-radius: 15px;
    margin: 0;
    width: 80%;
    background: rgba(227, 121, 0, 0.1);
}
@media (max-width: 991px) {
    .introduce-software .header-intro-right-panel .call-us-root {
        margin-left: auto;
        margin-right: auto;
    }
}
.introduce-software .header-intro-right-panel .call-us-root p {
    color: #E37900;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
}
@media (max-width: 1200px) {
    .introduce-software .header-intro-right-panel .call-us-root p {
        font-size: 19px;
    }
}
@media (max-width: 991px) {
    .introduce-software .header-intro-right-panel .call-us-root p {
        font-size: 17px;
    }
}
@media (max-width: 767px) {
    .introduce-software .header-intro-right-panel .call-us-root p {
        font-size: 16px;
    }
}
@media (max-width: 479px) {
    .introduce-software .header-intro-right-panel .call-us-root p {
        display: none;
    }
}
.introduce-software .header-intro-right-panel .slogan-description {
    font-size: 19px;
    margin: 20px 0 30px;
    color: #35502D;
}
@media (max-width: 1200px) {
    .introduce-software .header-intro-right-panel .slogan-description {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .introduce-software .header-intro-right-panel .slogan-description {
        font-size: 16px;
        text-align: center;
        max-width: 85%;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width: 767px) {
    .introduce-software .header-intro-right-panel .slogan-description {
        font-size: 15px;
    }
}
@media (max-width: 479px) {
    .introduce-software .header-intro-right-panel .slogan-description {
        font-size: 14px;
    }
}
@media (max-width: 360px) {
    .introduce-software .header-intro-right-panel .slogan-description {
        font-size: 13px;
    }
}
.introduce-software .header-intro-right-panel form {
    margin: 15px 0 60px;
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media (max-width: 991px) {
    .introduce-software .header-intro-right-panel form {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 479px) {
    .introduce-software .header-intro-right-panel form {
        flex-direction: column;
    }
}
.introduce-software .header-intro-right-panel form .input-phone-number-header {
    width: 100%;
    margin-left: 10px;
}
@media (max-width: 479px) {
    .introduce-software .header-intro-right-panel form .input-phone-number-header {
        margin-left: 0;
    }
}
.introduce-software .webpage-intro {
    width: 50%;
    position: relative;
    padding: 0% 6% 0 0;
}
@media (max-width: 991px) {
    .introduce-software .webpage-intro {
        width: 100%;
        padding: 0;
        height: unset;
    }
}
.introduce-software .webpage-intro .step-intro-image {
    z-index: 2;
    width: 100%;
    max-height: 100%;
}
@media (max-width: 991px) {
    .introduce-software .webpage-intro .step-intro-image {
        height: unset;
        width: 100%;
        padding: 0 7%;
    }
}
.introduce-software .webpage-intro .step-intro-image-highlight {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 80%;
}
.introduce-software .scroll-down {
    position: absolute;
    bottom: 10px;
    left: auto;
    right: auto;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: end;
}
@media (max-width: 991px) {
    .introduce-software .scroll-down {
        display: none;
    }
}
.introduce-software .scroll-down img {
    animation-duration: 0.7s;
    animation-name: changeWidth;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    width: 35px;
}
@media (max-width: 1100px) {
    .introduce-software .scroll-down img {
        width: 26px;
    }
}

.information {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    align-items: end;
    padding-top: 50px;
    margin-bottom: 60px;
}
.information:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    width: 0;
    height: 0;
    bottom: 0;
    left: 0;
    box-shadow: rgba(214, 226, 82, 0.15) 0 0 100000px 400px;
}

@media (max-width: 991px) {
    .information {
        margin-bottom: 20px;
        flex-direction: column;
    }
}
.information:before {
    content: "";
    position: absolute;
    width: 580px;
    height: 1000px;
    z-index: 1;
    top: -60px;
    right: -440px;
    filter: opacity(0.1);
    background: url("/img_theme/img_theme_1401/boomerang.svg") no-repeat;
}
.information > div {
    flex: 1;
}
.information .information-panel-root {
    width: 50%;
    display: flex;
    gap: 26px;
    flex-direction: row;
}
@media (max-width: 991px) {
    .information .information-panel-root {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .information .information-panel-root {
        gap: 10px;
        flex-direction: column;
    }
}
.information .information-panel-root > div {
    flex: 1;
}
.information .information-panel-root .information-card {
    background: #ffffff;
    box-shadow: 0 0 30px 20px rgba(55, 78, 42, 0.03);
    border-radius: 30px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
}
.information .information-panel-root .information-card:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    z-index: 1;
    right: 0;
    top: 0;
    background-image: linear-gradient(45deg, #ffffff, 70%, rgba(39, 193, 193, 0.1));
}
.information .information-panel-root .information-card:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: url("/img_theme/img_theme_1401/card-lines.svg") no-repeat;
}
.information .information-panel-root .information-card.support {
    margin-top: 110px;
}
@media (max-width: 767px) {
    .information .information-panel-root .information-card.support {
        margin-top: 0;
    }
}
.information .information-panel-root .information-card p {
    margin: 30px 0;
    font-size: 15px;
    line-height: 1.8;
    z-index: 2;
}
@media (max-width: 1200px) {
    .information .information-panel-root .information-card p {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .information .information-panel-root .information-card p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .information .information-panel-root .information-card p {
        font-size: 15px;
    }
}
@media (max-width: 479px) {
    .information .information-panel-root .information-card p {
        font-size: 14px;
    }
}
@media (max-width: 360px) {
    .information .information-panel-root .information-card p {
        font-size: 13px;
    }
}
.information .information-panel-root .information-card .information-card-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.information .information-panel-root .information-card .information-card-header > div {
    z-index: 1;
}
.information .information-panel-root .information-card .information-card-header div > img {
    width: 70px;
    height: 70px;
}
@media (max-width: 1200px) {
    .information .information-panel-root .information-card .information-card-header div > img {
        width: 63px;
        height: 63px;
    }
}
@media (max-width: 1100px) {
    .information .information-panel-root .information-card .information-card-header div > img {
        width: 57px;
        height: 57px;
    }
}
@media (max-width: 991px) {
    .information .information-panel-root .information-card .information-card-header div > img {
        width: 56px;
        height: 56px;
    }
}
@media (max-width: 767px) {
    .information .information-panel-root .information-card .information-card-header div > img {
        width: 62px;
        height: 62px;
    }
}
@media (max-width: 479px) {
    .information .information-panel-root .information-card .information-card-header div > img {
        width: 58px;
        height: 58px;
    }
}
@media (max-width: 360px) {
    .information .information-panel-root .information-card .information-card-header div > img {
        width: 55px;
        height: 55px;
    }
}
.information .information-panel-root .information-card .information-card-header h3 {
    z-index: 1;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}
@media (max-width: 1200px) {
    .information .information-panel-root .information-card .information-card-header h3 {
        font-size: 17px;
    }
}
@media (max-width: 991px) {
    .information .information-panel-root .information-card .information-card-header h3 {
        font-size: 19px;
    }
}
@media (max-width: 767px) {
    .information .information-panel-root .information-card .information-card-header h3 {
        font-size: 17px;
    }
}
@media (max-width: 479px) {
    .information .information-panel-root .information-card .information-card-header h3 {
        font-size: 16px;
    }
}
@media (max-width: 360px) {
    .information .information-panel-root .information-card .information-card-header h3 {
        font-size: 15px;
    }
}
.information .information-customer-are-important {
    width: 50%;
    margin-right: 20px;
    margin-bottom: 140px;
}
.question {
    width: 30px;
    height: 30px;
}
.boomrang_text {
    position:relative;
    background: -webkit-linear-gradient(358deg, #abf61c 23%, #f6cb1c 26%, rgba(165, 232, 28, 0.99) 30%, rgba(147,238,29,0.99) 54%, rgba(139,216,25,0.96) 73%, rgba(222,186,8,0.96) 79%, rgba(161, 207, 20, 0.988) 86%, #86d91a 90%, rgba(152, 209, 21, 0.992) 100%),            -webkit-linear-gradient(179deg, transparent 0%, #b79432 77%),            -webkit-radial-gradient(#00f451 14%, rgba(244,130,0,0.95) 24%, rgba(14,248,0,0.88) 34%, #f48200 87%, transparent 93%),            -webkit-radial-gradient(#7e00ff 0%, rgba(0,0,0,0) 70%),            -webkit-radial-gradient(#ec00ff 0%, rgba(0,0,0,0) 70%),            #ff0000;-webkit-background-clip: text;-webkit-text-fill-color: transparent;
}
.boomrang_img {
    position: absolute;
    top: 3px;
    width: 30px;
    height: 30px;
    margin: auto;
    right: -54px;
    left: 0;
    transform: rotate(67deg);
    animation: swing-boom-rang 2s ease infinite;
}
@media (max-width: 1200px) {
    .boomrang_img {
        top: -7px;
    }
}
@media (max-width: 479px) {
    .boomrang_img {
        top: -6px;
        left:-20px;
    }
}

.btn-4 {
    overflow: hidden;
    position: relative
}


.btn-4:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(.19, 1, .22, 1);
    width: 50px;
    z-index: 3
}

.btn-4:hover:after {
    left: 120%;
    transition: all .8s cubic-bezier(.19, 1, .22, 1)
}

@media (max-width: 991px) {
    .information .information-customer-are-important {
        width: 100%;
        margin-bottom: 80px;
    }
}
.information .information-customer-are-important h2 {
    margin-right: 5px;
    margin-bottom: 4%;
    line-height: 1.4;
    font-size: 52px;
    font-weight: bold;
}

.animation-container-item {
    z-index: 0;
}

.animation-container:hover {
    -webkit-animation: box 1.75s;
    -moz-animation: box 1.75s;
    -o-animation: box 1.75s;
    animation: box 1.75s;
}

.slogan:hover .animation-container-item {
    -webkit-animation: boomarang 2.2s;
    -moz-animation: boomarang 2.2s;
    -o-animation: boomarang 2.2s;
    animation: boomarang 3s;
}

@-webkit-keyframes boomarang {
    10% {
        z-index: 1;
        transform: rotate(-20deg);
    }
    35% {
        z-index: 1;
        transform: translate(220%, -55%) scale(0.3) rotate(-200deg);
    }
    74% {
        z-index: -1;
    }
    75% {
        transform: translate(-400%, 400%) scale(3) rotate(-860deg);
    }
    80% {
        z-index: 1;
    }
    90% {
        z-index: 1;
        transform: translate(0%, 0%) rotate(67deg);
    }
}

@media (max-width: 1375px) {
    .information .information-customer-are-important h2 {
        font-size: 48px;
    }
}
@media (max-width: 1300px) {
    .information .information-customer-are-important h2 {
        font-size: 46px;
    }
}
@media (max-width: 1200px) {
    .information .information-customer-are-important h2 {
        font-size: 44px;
    }
}
@media (max-width: 1100px) {
    .information .information-customer-are-important h2 {
        font-size: 42px;
    }
}
@media (max-width: 991px) {
    .information .information-customer-are-important h2 {
        font-size: 50px;
        text-align: center;
        max-width: 85%;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width: 767px) {
    .information .information-customer-are-important h2 {
        font-size: 40px;
    }
}
@media (max-width: 479px) {
    .information .information-customer-are-important h2 {
        font-size: 30px;
    }
}
@media (max-width: 360px) {
    .information .information-customer-are-important h2 {
        font-size: 26px;
    }
}
.information .information-customer-are-important p {
    margin-right: 5px;
    margin-left: 10px;
    margin-bottom: 40px;
    line-height: 1.6;
    font-size: 18px;
    color: rgba(53, 80, 45, 0.8);
}
@media (max-width: 1200px) {
    .information .information-customer-are-important p {
        font-size: 17px;
    }
}
@media (max-width: 991px) {
    .information .information-customer-are-important p {
        font-size: 16px;
        text-align: center;
        max-width: 85%;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width: 767px) {
    .information .information-customer-are-important p {
        font-size: 15px;
    }
}
@media (max-width: 479px) {
    .information .information-customer-are-important p {
        font-size: 14px;
    }
}
@media (max-width: 360px) {
    .information .information-customer-are-important p {
        font-size: 13px;
    }
}
.information .information-customer-are-important form {
    width: 83%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
@media (max-width: 991px) {
    .information .information-customer-are-important form {
        margin-left: auto;
        margin-right: auto;
    }
}
.information .information-customer-are-important form > div {
    width: 100%;
}
.information .information-customer-are-important form .form-information-customer-are-important-body {
    display: flex;
    flex-direction: column;
}
.information .information-customer-are-important form .form-information-customer-are-important-header {
    display: flex;
    justify-content: flex-start;
    align-items: end;
    flex-direction: row;
}
@media (max-width: 479px) {
    .information .information-customer-are-important form .form-information-customer-are-important-header {
        flex-direction: column;
    }
}
.information .information-customer-are-important form .form-information-customer-are-important-header .input-full-name {
    margin-left: 10px;
}
@media (max-width: 479px) {
    .information .information-customer-are-important form .form-information-customer-are-important-header .input-full-name {
        margin-left: 0;
    }
}
.information .information-customer-are-important form .form-information-customer-are-important-header > input {
    width: 50%;
}
@media (max-width: 479px) {
    .information .information-customer-are-important form .form-information-customer-are-important-header > input {
        width: 100%;
    }
}
.information .information-customer-are-important form .form-information-customer-are-important-footer {
    display: flex;
    flex-direction: row;
}
@media (max-width: 479px) {
    .information .information-customer-are-important form .form-information-customer-are-important-footer {
        flex-direction: column;
    }
}
.information .information-customer-are-important form .form-information-customer-are-important-footer .input-blue-border {
    margin-left: 10px;
}
@media (max-width: 479px) {
    .information .information-customer-are-important form .form-information-customer-are-important-footer .input-blue-border {
        margin-left: 0;
    }
}
.information .information-customer-are-important form .form-information-customer-are-important-footer .input-blue-border {
    width: 100%;
}
@media (max-width: 479px) {
    .information .information-customer-are-important form .form-information-customer-are-important-footer .input-blue-border {
        width: 100%;
    }
}

.options {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.options .swiper.mySwiper .swiper-wrapper {
    min-height: 600px;
}
.options .swiper.mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active .option-card {
    overflow: hidden;
    position: relative;
    transform: scale(1.1);
    color: #ffffff;
    background-color: #9FC031;
    padding: 25% 10% 15%;
}
.options .swiper.mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active .option-card ul > li > .li-dot {
    font-weight: normal;
    color: rgba(255, 255, 255, 0.8);
}
.options .swiper.mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active .option-card ul > li > .li-dot:before {
    background: url("/img_theme/img_theme_1401/dot-white.svg") no-repeat;
}
.options .swiper.mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active .option-card p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}
.options .swiper.mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active .option-card h3 {
    font-size: 29px;
    margin-bottom: 30px;
}
.customers:after {
    content: "";
    position: absolute;
    width: 530px;
    height: 800px;
    z-index: 1;
    top: -50px;
    right: -480px;
    filter: opacity(0.1);
    background: url("/img_theme/img_theme_1401/boomerang.svg") no-repeat;
}

.customers:before {
    content: "";
    position: absolute;
    width: 780px;
    height: 800px;
    z-index: 1;
    top: -50px;
    right: -580px;
    filter: opacity(0.1);
    background: url("/img_theme/img_theme_1401/boomerang.svg") no-repeat;
}
@media (max-width: 1200px) {
    .options .swiper.mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active .option-card h3 {
        font-size: 27px;
    }
}
@media (max-width: 991px) {
    .options .swiper.mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active .option-card h3 {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .options .swiper.mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active .option-card h3 {
        font-size: 24px;
    }
}
@media (max-width: 479px) {
    .options .swiper.mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active .option-card h3 {
        font-size: 22px;
    }
}
@media (max-width: 360px) {
    .options .swiper.mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active .option-card h3 {
        font-size: 21px;
    }
}
.options .swiper.mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active .option-card .option-icon {
    filter: contrast(200%) brightness(150%) opacity(30%) saturate(0);
    position: absolute;
    width: 30%;
    height: 30%;
    opacity: 0.9;
    top: -6%;
    left: -4%;
}
.options .swiper.mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active .option-card .option-background {
    display: inherit;
    position: absolute;
    opacity: 0.1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.options .swiper.mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active .option-card a {
    border: 2px solid #ffffff;
    padding: 15px 65px;
    width: fit-content;
    text-align: center;
    border-radius: 15px;
    margin-top: 40px;
}
.options .swiper.mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active .option-card a span {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    left: 10px;
}
.options .swiper.mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active .option-card a span:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 1;
    left: -20px;
    top: 5px;
    background: url("/img_theme/img_theme_1401/arrow-left.svg") no-repeat;
}
.options .option-card-root {
    padding: 10% 8%;
    width: 100%;
}
.options .option-card-root .option-card {
    cursor: pointer;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    padding: 20% 10% 10%;
    box-shadow: 0 0 30px 20px rgba(55, 78, 42, 0.03);
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #374E2A;
    transition: all 0.4s;
}
.options .option-card-root .option-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
@media (max-width: 1200px) {
    .options .option-card-root .option-card h3 {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .options .option-card-root .option-card h3 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .options .option-card-root .option-card h3 {
        font-size: 15px;
    }
}
@media (max-width: 479px) {
    .options .option-card-root .option-card h3 {
        font-size: 14px;
    }
}
@media (max-width: 360px) {
    .options .option-card-root .option-card h3 {
        font-size: 13px;
    }
}
.options .option-card-root .option-card p {
    font-size: 12px;
    margin-bottom: 20px;
}
.options .option-card-root .option-card .option-background {
    display: none;
}
.options .option-card-root .option-card .option-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}
.options .option-card-root .option-card ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.options .option-card-root .option-card ul > li > .li-dot {
    margin-right: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #374E2A;
}
.options .option-card-root .option-card ul > li > .li-dot:before {
    background: url("/img_theme/img_theme_1401/dot-green.svg") no-repeat;
}
.options .option-card-root .option-card a {
    align-self: center;
    padding: 15px 45px;
    width: fit-content;
    text-align: center;
    border-radius: 15px;
    margin-top: 40px;
}
.options .option-card-root .option-card a span {
    position: relative;
    font-size: 14px;
    left: 10px;
    font-weight: bold;
}
.options .option-card-root .option-card a span:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 1;
    left: -20px;
    top: 5px;
    background: url("/img_theme/img_theme_1401/arrow-left-black.svg") no-repeat;
}
.options > h2 {
    text-align: center;
    font-size: 30px;
    background: -webkit-linear-gradient(45deg, #83941D, #374E2A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 1375px) {
    .options > h2 {
        font-size: 29px;
    }
}
@media (max-width: 1300px) {
    .options > h2 {
        font-size: 28px;
    }
}
@media (max-width: 1200px) {
    .options > h2 {
        font-size: 26px;
    }
}
@media (max-width: 1100px) {
    .options > h2 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .options > h2 {
        font-size: 23px;
    }
}
@media (max-width: 767px) {
    .options > h2 {
        font-size: 22px;
    }
}
@media (max-width: 479px) {
    .options > h2 {
        font-size: 21px;
    }
}
@media (max-width: 360px) {
    .options > h2 {
        font-size: 20px;
    }
}
.options .options-actions > div {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: flex-start;
    padding-right: 30%;
}
.options .options-list {
    min-height: 600px;
    padding: 30px 0;
}

.customers {
    position: relative;
    padding-left: 0;
    margin: 90px 0;
}
.customers .swiper.customerSwiper .swiper-wrapper .swiper-slide .customer-card-root {
    opacity: 0.4;
}
.customers .swiper.customerSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .customer-card-root {
    opacity: 1;
}
.customers > h2 {
    text-align: center;
    font-size: 30px;
    background: -webkit-linear-gradient(45deg, #83941D, #374E2A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 1375px) {
    .customers > h2 {
        font-size: 29px;
    }
}
@media (max-width: 1300px) {
    .customers > h2 {
        font-size: 28px;
    }
}
@media (max-width: 1200px) {
    .customers > h2 {
        font-size: 26px;
    }
}
@media (max-width: 1100px) {
    .customers > h2 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .customers > h2 {
        font-size: 23px;
    }
}
@media (max-width: 767px) {
    .customers > h2 {
        font-size: 22px;
    }
}
@media (max-width: 479px) {
    .customers > h2 {
        font-size: 21px;
    }
}
@media (max-width: 360px) {
    .customers > h2 {
        font-size: 20px;
    }
}
.customers .customer-card-root {
    display: flex;
    padding: 40px 0;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: 100%;
}
.customers .customer-card-root .customer-card {
    cursor: pointer;
    align-self: center;
    display: flex;
    width: calc(100% - 120px);
    flex-direction: column;
    background: #ffffff;
    padding: 20px 30px 20px 130px;
    box-shadow: 0 0 30px 20px rgba(55, 78, 42, 0.03);
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
@media (max-width: 1200px) {
    .customers .customer-card-root .customer-card {
        width: calc(100% - 95px);
    }
}
@media (max-width: 991px) {
    .customers .customer-card-root .customer-card {
        width: calc(100% - 75px);
    }
}
@media (max-width: 767px) {
    .customers .customer-card-root .customer-card {
        width: 100%;
    }
}
.customers .customer-card-root .customer-card:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 1;
    filter: invert(58%) sepia(100%) saturate(413%) hue-rotate(5deg) brightness(101%) contrast(93%);
    transform: rotate(94deg);
    top: 0;
    left: -10px;
    background: url("/img_theme/img_theme_1401/card-lines.svg") no-repeat;
}
.customers .customer-card-root .customer-card .customer-card-header {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.customers .customer-card-root .customer-card .customer-card-header img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
@media (max-width: 1200px) {
    .customers .customer-card-root .customer-card .customer-card-header img {
        width: 58px;
        height: 58px;
    }
}
@media (max-width: 991px) {
    .customers .customer-card-root .customer-card .customer-card-header img {
        width: 56px;
        height: 56px;
    }
}
@media (max-width: 767px) {
    .customers .customer-card-root .customer-card .customer-card-header img {
        width: 52px;
        height: 52px;
    }
}
@media (max-width: 479px) {
    .customers .customer-card-root .customer-card .customer-card-header img {
        width: 47px;
        height: 47px;
    }
}
@media (max-width: 360px) {
    .customers .customer-card-root .customer-card .customer-card-header img {
        width: 42px;
        height: 42px;
    }
}
.customers .customer-card-root .customer-card .customer-card-header .customer-card-header-user-info {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}
.customers .customer-card-root .customer-card .customer-card-header .customer-card-header-user-info .customer-card-header-user-name {
    font-size: 19px;
    font-weight: bold;
}
@media (max-width: 1200px) {
    .customers .customer-card-root .customer-card .customer-card-header .customer-card-header-user-info .customer-card-header-user-name {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .customers .customer-card-root .customer-card .customer-card-header .customer-card-header-user-info .customer-card-header-user-name {
        font-size: 17px;
    }
}
@media (max-width: 767px) {
    .customers .customer-card-root .customer-card .customer-card-header .customer-card-header-user-info .customer-card-header-user-name {
        font-size: 16px;
    }
}
@media (max-width: 479px) {
    .customers .customer-card-root .customer-card .customer-card-header .customer-card-header-user-info .customer-card-header-user-name {
        font-size: 15px;
    }
}
.customers .customer-card-root .customer-card .customer-card-header .customer-card-header-user-info .customer-card-header-user-position {
    color: rgba(55, 78, 42, 0.4);
    font-size: 17px;
}
@media (max-width: 1200px) {
    .customers .customer-card-root .customer-card .customer-card-header .customer-card-header-user-info .customer-card-header-user-position {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .customers .customer-card-root .customer-card .customer-card-header .customer-card-header-user-info .customer-card-header-user-position {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .customers .customer-card-root .customer-card .customer-card-header .customer-card-header-user-info .customer-card-header-user-position {
        font-size: 14px;
    }
}
@media (max-width: 479px) {
    .customers .customer-card-root .customer-card .customer-card-header .customer-card-header-user-info .customer-card-header-user-position {
        font-size: 13px;
    }
}
.customers .customer-card-root .customer-card > p {
    font-size: 16px;
    margin-top: 20px;
}
@media (max-width: 1200px) {
    .customers .customer-card-root .customer-card > p {
        font-size: 15px;
    }
}
@media (max-width: 991px) {
    .customers .customer-card-root .customer-card > p {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .customers .customer-card-root .customer-card > p {
        font-size: 13px;
    }
}
@media (max-width: 479px) {
    .customers .customer-card-root .customer-card > p {
        font-size: 12px;
    }
}
.customers .customer-card-root .customer-card .customer-card-footer {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 20px;
}
@media (max-width: 590px) {
    .customers .customer-card-root .customer-card .customer-card-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}
.customers .customer-card-root .customer-card .customer-card-footer p {
    color: rgba(39, 193, 193, 0.6);
    font-size: 12px;
}
.customers .customer-card-root .customer-card .customer-card-footer a {
    position: relative;
    border-radius: 15px;
    border: 2px solid #27C1C1;
    color: #136666;
    font-size: 12px;
    padding: 5px 10px 5px 40px;
}
@media (max-width: 590px) {
    .customers .customer-card-root .customer-card .customer-card-footer a {
        display: none;
    }
}
.customers .customer-card-root .customer-card .customer-card-footer a:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    z-index: 1;
    left: -2px;
    top: -2px;
    background: url("/img_theme/img_theme_1401/arrow-left-circle-cyan.svg") no-repeat;
}
.customers .customer-card-root .customer-video {
    cursor: pointer;
    z-index: 10;
    position: absolute;
    left: 0;
}
@media (max-width: 767px) {
    .customers .customer-card-root .customer-video {
        left: 3%;
        top: 20%;
    }
}
.customers .customer-card-root .customer-video > div {
    position: relative;
    width: 214px;
    height: 214px;
}
@media (max-width: 1200px) {
    .customers .customer-card-root .customer-video > div {
        width: 190px;
        height: 190px;
    }
}
@media (max-width: 991px) {
    .customers .customer-card-root .customer-video > div {
        width: 150px;
        height: 150px;
    }
}
@media (max-width: 767px) {
    .customers .customer-card-root .customer-video > div {
        width: 110px;
        height: 110px;
    }
}
@media (max-width: 479px) {
    .customers .customer-card-root .customer-video > div {
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 360px) {
    .customers .customer-card-root .customer-video > div {
        width: 60px;
        height: 60px;
    }
}
.customers .customer-card-root .customer-video > div .video-pic {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 25px;
}
.customers .customer-card-root .customer-video > div .play-icon {
    width: 40%;
    height: 40%;
    position: absolute;
    top: calc(50% - 20%);
    left: calc(50% - 20%);
}

.foot {
    padding: 30px 0;
    background: url("/img_theme/img_theme_1401/footer-background.svg") no-repeat;
    background-size: cover;
}
.foot .myContainer {
    display: flex;
    flex-direction: row;
}
@media (max-width: 767px) {
    .foot .myContainer {
        flex-direction: column;
    }
}
.foot .more-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.foot .more-info .links {
    width: 100%;
    display: flex;
    flex-direction: row;
}
@media (max-width: 1100px) {
    .foot .more-info .links {
        flex-direction: column;
        gap: 30px;
    }
}
.foot .more-info .links .in-success-way {
    flex: 1;
    margin-left: 8%;
}
.foot .more-info .links .learn-more-about-sana {
    flex: 1;
    margin-left: 8%;
}
.foot .more-info .achievement {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.foot .more-info .achievement img {
    width: 70px;
    height: 70px;
}
.foot .more-info .achievement > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.foot .more-info .achievement > div h6 {
    font-size: 18px;
}
@media (max-width: 479px) {
    .foot .more-info .achievement > div h6 {
        font-size: 14px;
    }
}
.foot .more-info .achievement > div p {
    font-size: 12px;
    color: #35502D;
}
.foot .contact-us {
    display: flex;
    flex-direction: row;
    width: 40%;
    gap: 10px;
}
@media (max-width: 1100px) {
    .foot .contact-us {
        width: 50%;
    }
}
@media (max-width: 991px) {
    .foot .contact-us {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .foot .contact-us {
        width: 100%;
    }
}
.foot .contact-us .address-root {
    flex: 1;
}
.foot .contact-us .address-root p {
    font-weight: bold;
    font-size: 17px;
    position:relative;
}
@media (max-width: 479px) {
    .foot .contact-us .address-root p {
        padding-bottom: 60px;
    }

}


.foot .contact-us .address-root p::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 2px;
    background-image: linear-gradient(to right, transparent, rgb(130,130,130), transparent);
}
.foot .contact-us .address-root .address-map {
    width: 100%;
    height: 175px;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 9px -5px black;
}

.foot .contact-us .address-root .address-map .shadow {
    box-shadow: inset 0 0 35px -15px #374E2A;
}
.foot .contact-us .address-root .address-map iframe {
    width: 100%;
    height: 100%;
}
.foot .contact-us .social-media-root {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 15px;
}
@media (max-width: 767px) {
    .foot .contact-us .social-media-root {
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .foot .contact-us .social-media-root {
        flex-direction: row;
    }
}
@media (max-width: 479px) {
    .foot .contact-us .social-media-root {
        justify-content: center;
    }
}
.foot ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}
.foot ul > li > a > h5 {
    position: relative;
    font-size: 14px;
    font-weight: normal;
    margin-right: 25px;
}
.foot ul > li > a > h5:hover {
    font-weight: bold;
}
.foot .foot-subject-title {
    font-size: 17px;
    position: relative;
    display: inline;
    margin-bottom: 10px;
}
.foot .foot-subject-title:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 1;
    top: 30%;
    left: -20px;
    background: url("/img_theme/img_theme_1401/arrow-down.svg") no-repeat;
}

.swiper-button-next {
    display: none;
}

.swiper-button-prev {
    display: none;
}

.swiper-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.customerNavigation {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    direction: ltr;
    padding-right: 33%;
}
.customerNavigation button {
    cursor: pointer;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #A0C030;
    color: whitesmoke;
    margin-left: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.customerNavigation button img {
    width: 70%;
    height: 70%;
}
@media (max-width: 991px) {
    .customerNavigation {
        justify-content: center;
        padding-right: 33%;
        bottom: 30px;
        padding: 0;
    }
}

.customerSwiper {
    padding-bottom: 3%;
}

.container-fluid-index {
    padding: 0;
    overflow: unset;
}

.customerNavigation {
    z-index: 2;
}

.customerNavigation_2 {
    z-index: 2;
}

.show_profile_popup {
    left: 0 !important;
}

.modal-title .subscription {
    font-size: 14px;
    width: 95%;
    max-width: 500px;
    justify-content: space-between;
}

.modal-title .subscription input {
    width: calc(100% - 200px);
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, .2);
    height: 55px;
    font-family: font_medium;
}

.modal-title .subscription button {
    width: 115px;
    height: 55px;
}

.defaultBtn.purple {
    background: linear-gradient(135deg, #9a41f1 0, #6725fe 100%);
    color: #fff;
}

.defaultBtn {
    padding-right: 25px;
    padding-left: 25px;
    height: 50px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    outline: 0;
}

div.show_profile_popup {
    width: 320px!important;
    top: 50px;
    right: unset;
    left: 0px;
}

/*# sourceMappingURL=style_1401_new.css.map */



/* تبلیغات بالای صفحه */


@keyframes hi_there {
    30% { transform: scale(1.2); }
    40%, 60% { transform: rotate(-20deg) scale(1.2); }
    50% { transform: rotate(20deg) scale(1.2); }
    70% { transform: rotate(0deg) scale(1.2); }
    100% { transform: scale(1); }
}

@keyframes gelatine {
    from, to { transform: scale(1, 1); }
    25% { transform: scale(0.97, 1.03); }
    50% { transform: scale(1.03, 0.97); }
    75% { transform: scale(0.95, 1.05); }
}

@keyframes pulse {
    from, to { transform: scale(1); }
    50% { transform: scale(1.4); }
}

@keyframes wobble {
    0% { transform: translateX(0%); }
    15% { transform: translateX(-10%) rotate(-5deg); }
    30% { transform: translateX(5%) rotate(3deg); }
    45% { transform: translateX(0%) rotate(-3deg); }
    60% { transform: translateX(5%) rotate(2deg); }
    75% { transform: translateX(-10%) rotate(-1deg); }
    100% { transform: translateX(0%); }
}

@keyframes swing {
    from, to { transform: rotate(0deg); }
    20% { transform: rotate(15deg); }
    40% { transform: rotate(-10deg); }
    60% { transform: rotate(5deg); }
    80% { transform: rotate(-5deg); }
}

@keyframes swing-boom-rang {
    from, to { transform: rotate(67deg); }
    20% { transform: rotate(87deg); }
    40% { transform: rotate(52deg); }
    60% { transform: rotate(77deg); }
    80% { transform: rotate(57deg); }
}

@keyframes elastic-spin {
    from, to { transform: rotate(0deg); }
    35% { transform: rotate(30deg); }
    50% { transform: rotate(100deg); }
    65% { transform: rotate(-30deg); }
}

.advertise-background {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    opacity: 1.7;
}

.advertise-background-pattern {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    opacity: 0.15;
}

.advertise h6 {
    z-index: 2;
    font-size: 20px;
    color: #374E2A;
    animation: gelatine 4s ease infinite;
}

.advertise-grass {
    width: 72px;
    z-index: 1;
    right: calc(50% - 270px);
    transform: rotate(-15deg);
    position: absolute;
    bottom: 9px;
    opacity: 1;
    animation: wobble 20s ease infinite;
}

.advertise-coin {
    width: 53px;
    z-index: 1;
    right: calc(50% + 215px);
    transform: rotate(20deg);
    position: absolute;
    bottom: 10px;
    opacity: 1;
    animation: pulse 20s ease infinite;
}

.advertise-eggs {
    width: 43px;
    z-index: 1;
    right: calc(50% - 418px);
    transform: rotate(-20deg);
    position: absolute;
    bottom: -4px;
    opacity: 0.7;
    animation: elastic-spin 20s ease infinite;
}

.advertise-fish {
    width: 80px;
    z-index: 1;
    right: calc(50% + 390px);
    transform: rotate(-11deg);
    position: absolute;
    top: 10px;
    opacity: 0.7;
    animation: swing 20s ease infinite;
}

.advertise {
    cursor: pointer;
    height: 60px;
    overflow: hidden;
    background: #9FC031;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
}


@media (max-width: 991px) {
    .advertise-fish {
        display: none;
    }
    .advertise-eggs {
        display: none;
    }
    .advertise h6 {
        font-size: 18px;
    }
}
@media (max-width: 600px) {
    .advertise-grass {
        width: 58px;
        z-index: 1;
        right: calc(50% - 128px);
        transform: rotate(-15deg);
        position: absolute;
        bottom: 9px;
        opacity: 0.2;
        animation: wobble 20s ease infinite;
    }
    .advertise-coin {
        width: 37px;
        z-index: 1;
        right: calc(50% + 100px);
        transform: rotate(20deg);
        position: absolute;
        bottom: 10px;
        opacity: 0.2;
        animation: pulse 20s ease infinite;
    }
    .advertise h6 {
        font-size: 15px;
    }
}
@media (max-width: 420px) {
    .advertise h6 {
        font-size: 13px;
    }
}

.headerSwiper {
    overflow: hidden;
}
.headerSwiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    gap: 20px;
}
.headerSwiper .swiper-slide img {
    width: 100%;
    object-fit: contain;
}
.headerSwiperText .swiper-slide p {
    background: -webkit-linear-gradient(45deg, #E37900, #DEA804);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    overflow: hidden;
    font-size: 22px;
    font-weight: bold;
    width: fit-content;
    margin: auto;
}
.headerSwiperText .swiper-slide {
    /*background: -webkit-linear-gradient(45deg, #E37900, #DEA804);*/
    background-color: #fff;
}
@media (max-width: 1200px) {
    .headerSwiperText .swiper-slide p {
        font-size: 19px;
    }
}
@media (max-width: 1100px) {
    .headerSwiperText .swiper-slide p {
        font-size: 17px;
    }
}
@media (max-width: 991px) {
    .headerSwiperText .swiper-slide p {
        font-size: 21px;
    }
    .headerSwiper .swiper-slide img {
        width: 70%;
    }
}
@media (max-width: 767px) {
    .foot .contact-us .social-media-root {
        margin-top: 18px;
    }
    .headerSwiper .swiper-slide img {
        width: 90%;
    }
}
@media (max-width: 600px) {
    .headerSwiperText .swiper-slide p {
        font-size: 16px;
    }
    .headerSwiper .swiper-slide img {
        width: 100%;
    }
}
@media (max-width: 420px) {
    .headerSwiperText .swiper-slide p {
        font-size: 14px;
    }
}
@media (max-width: 400px) {
    .headerSwiperText .swiper-slide p {
        font-size: 13px;
    }
}
.headerSwiperText .swiper-slide p:after {
    content: "";
    position: absolute;
    background-image: url("/img_theme/img_theme_1401/vector-strips-header.svg");
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}