@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('/../../../web/fonts/eot/IRANSansWeb_Bold.eot');
    src: url('/../../../web/fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('/../../../web/fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('/../../../web/fonts/woff/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('/../../../web/fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('/../../../web/fonts/eot/IRANSansWeb_Medium.eot');
    src: url('/../../../web/fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('/../../../web/fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('/../../../web/fonts/woff/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('/../../../web/fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('/../../../web/fonts/eot/IRANSansWeb_Light.eot');
    src: url('/../../../web/fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('/../../../web/fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('/../../../web/fonts/woff/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('/../../../web/fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}


* {
    transition: 0.2s all;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none !important;
}

*, *:before, *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

* {
    outline: none !important;
}

a, a:hover {
    text-decoration: none;
    color: inherit;
}

html {
    height: 100%;
}

body {
    margin: 0;
    width: 100vw;
    height: 100%;
    scroll-behavior: smooth;
    direction: rtl;
    font-family: IRANSans !important;
    color: #333333;
    margin: 0 !important;
    border: 0 !important;
}

input, input:before, input:after {
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}

.text-center {
    text-align: center;
}

button {
    font-family: IRANSans !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

input {
    font-family: IRANSans !important;
}

b {
    font-weight: 600 !important;
}

b.red {
    color: #DC1717;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    /* Space from this element (entire page) and others*/
    padding: 0;
    /*space from content and border*/
    border-width: thin;
    display: block;
    box-sizing: border-box;
    scroll-behavior: smooth !important;
}

* {
    box-sizing: border-box !important;
}

.container {
    width: 100vw;
    max-width: 400px;
    margin: 0 auto;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    padding-bottom: 100px;
    direction: rtl;
}

@media (max-width: 720px) {
    .container {
        width: 100vw;
        max-width: 100% !important;
    }
}

.banner {
    text-align: center;
}

.banner img {
    width: 100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 0px 5px #505050;
    -moz-box-shadow: 0px 0px 5px #505050;
    -webkit-box-shadow: 0px 0px 5px #505050;
    border: 2px solid #fff;
}

section.signup {
    padding: 15px;
    padding-bottom: 0px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

section.signup .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgb(57 62 70 / 14%);
    padding: 5px 10px;
}

.red-title {
    color: #f00;
}

section.signup form {
    display: flex;
    flex-direction: column;
}

section.signup form input {
    height: 35px;
    border: 0.5px solid rgba(57, 62, 70, 0.5);
    font-size: 14px;
    padding: 0px 15px;
    border-radius: 6px;
    margin-bottom: 10px;
}

section.signup form input::placeholder {
    color: #393E46;
    font-weight: 200;
}

section.signup form button {
    height: 50px;
    padding: 0px 15px;
    //background-color: #11b954;
    background-color: #f08c00;
    border: 1px solid #1bb744;
    color: #1d0400;
    //color: #fff;
    border-radius: 20px;
    //border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
    transition: none;
    position: relative;
}

section.signup form button:active {
    box-shadow: none;
}

section.signup #description-btn {
    padding: 15px 0px;
    width: 100%;
    right: 0;
    bottom: 10px;
    text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: bolder;
    cursor: pointer;
    z-index: 1000000000000!important;
    line-height: 20px;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(0.95);
    }
    50% {
        transform: scale(0.9);
    }
    75% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1);
    }
}

#dropdown {
    transition: 1s all;
    overflow: hidden;
    max-height: 9999px;
    opacity: 1;
    background: radial-gradient(57.18% 57.18% at 48.76% 45.94%,#003173 0,#001634 55.16%,#011f47 80%);
    color: #fff;
    padding-bottom: 60px;
}

#dropdown.close {
    opacity: 0;
    max-height: 0px;
}

.second-section {
    position: relative;
    width: 100%;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 150px;
}

.second-section .description {
    padding: 0px 20px;
    z-index: 3;
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    margin-top: -155px;
    font-weight: 500;
}

.second-section .description .title {
    text-align: center;
    padding: 20px;
    color: #f0b75b;
    font-weight: bold;
    text-shadow: 0px 0px 4px #000;
    font-size: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.description ul {
    padding: 20px;
    line-height: 30px;
    font-size: 14px;
    list-style: none;
}

.second-section .description p {
    margin: 10px 0;
}

.forth-section,
.third-section {
    padding: 0 15px;
}

.third-section .description {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}

.third-section .dialog {
    padding: 5px;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    margin: 0 auto;
    color: #fff;
}

.third-section .dialog.red {
    color: #fac604;
}

.forth-section {
    color: #fff;
}

.forth-section .box {
    border: 2px solid #A928A8;
    position: relative;
    border-radius: 6px;
    padding: 10px;
    background: #E7E7E7;
    font-size: 17px;
    color: #000;
    font-weight: 500;
    padding-top: 100px;
    margin-bottom: 20px;
}

.forth-section .box p {
    margin: 0;
}

.forth-section .box .top {
    margin-top: -90px;
    direction: ltr;
}

.forth-section .box .top div {
    shape-outside: ellipse(61px 61px at 50% 3%);
    /* border: 1px solid red; */
    float: right;
    margin-top: -87px;
}

.forth-section .box .description p {
    margin-bottom: 25px;
}

.forth-section .box .description p img {
    margin-bottom: -12px;
}

.forth-section .dialog {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    padding: 5px 10px;
}

.forth-section .dialog.red-bg {
    background-color: #DC1717;
    color: #FFF;
}

.forth-section .dialog.red {
    color: #fac604;
    padding-top: 20px;
}

.forth-section .dialog.purple {
    color: #fff;
    background-color: #8E2090;
}

.forth-section .dialog.purple.long {
    padding: 0px 25px;
}

.forth-section span.purple {
    font-weight: 600;
    background-color: #4D37A6;
    color: #fff;
    padding: 0 5px;
    position: relative;
    padding-right: 25px;
}

.forth-section span.purple img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 1px;
    right: 4px;
}

.fifth-section {
    padding: 0px 15px;
}

.fifth-section .red-box {
    background-color: #FFCCCB;
    padding: 15px;
    border-radius: 6px;
    font-size: 21px;
}

.fifth-section .red-box .title {
    text-align: center;
    font-weight: 600;
}

.fifth-section .red-box img {
    padding-left: 10px;
    margin-bottom: -10px;
}

.sixth-section {
    padding: 15px;
    padding-bottom: 0px;
}

.sixth-section .title {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

.sixth-section .drop-down-menu {
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 15px;
}

.sixth-section .drop-down-menu .drop-down-panel {
    position: relative;
    padding: 10px 15px 10px 15px;
    padding-right: 50px;
    border-radius: 15px;
    transition: .3s ease-in-out;
    background: #00275b;
    display: flex;
    align-items: center;
}

.sixth-section .drop-down-menu .drop-down-panel h6 {
    font-size: 15px;
    font-weight: 900;
    color: #fff;
    margin: 0 !important;
}

.sixth-section .drop-down-menu .drop-down-panel label {
    position: absolute;
    right: 0px;
    top: 0;
    height: 100%;
    border-radius: 0px 15px 15px 0px;
    width: 40px;
    background-color: #00275b;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signup .red-title {
    margin: 5px 0;
}
.sixth-section .drop-down-menu .drop-down-panel:hover {
    cursor: pointer;
}

.sixth-section .drop-down-menu .drop-down-content {
    font-weight: 700;
    max-height: 0;
    transition: .3s ease-in-out;
    background-color: #CDD0E3;
    font-weight: 500;
}

.sixth-section .drop-down-menu .drop-down-content p {
    margin-top: 20px;
    margin-bottom: 0;
    margin: 0;
    padding: 0 15px 15px 15px;
}

.sixth-section .drop-down-menu.active .drop-down-panel {
    border-radius: 0 0 0 0;
}

.sixth-section .drop-down-menu.active .drop-down-panel label {
    border-radius: 0;
}

.sixth-section .drop-down-menu.active .drop-down-panel:after {
    transform: rotate(-180deg) translateY(50%);
}

.sixth-section .drop-down-menu.active .drop-down-content {
    padding: 0px;
}

.seventh-section {
    padding: 10px 15px;
}

.seventh-section .signup-banner {
    margin-top: -20px;
}

.seventh-section .signup-banner img {
    width: 100%;
}

.seventh-section .discount-banner img {
    margin-top: 10px;
    width: 100%;
}

.seventh-section .scroll-up {
    width: 93%;
    height: 50px;
    max-width: 350px;
    border-radius: 7px;
    background-color: #11b954;
    border: 1px solid #1bb744;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.6s all;
}

.img-fluid {
    max-width: 100%;
    width: 100%;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

.de-ul {
    padding: 0 20px;
    line-height: 30px;
    font-size: 14px;
    background-color: #ffffff;
    color: #061035;
    border: 5px solid #061035;
    border-radius: 10px;
    font-weight: bold;
}

.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding: 6px 7px 5px 10px;
}

.whatsapp:active ,
.whatsapp:hover {
    background-color: #25d366;
    color: #FFF;
}

.fa-angle-down {
    background-image: url('../img/angle-down-solid.svg');
    height: 20px;
    width: 20px;
    display: block;
    background-repeat: no-repeat;
}

.fa-angle-down.float {
    position: absolute;
    left: 15px;
    top: 13px;
}

.container {
    padding: 0!important;
}

.drop-down-content img {
    border: 1px solid #fff;
    border-radius: 0 0 15px 15px;
}

#loader {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #0a053b7a;
    border: 1px solid #080134;
}

#loader img {
    width: 45px;
    opacity: 0.4;
    padding: 0;
    margin: -2px;
}
