/*----------- Intro Global -------------------*/
.introBg-lightGaray {
    background-color: #F6F9FF !important;
}

.introBg-black {
    background-color: #000000 !important;
}

.introBg-purple {
    background-color: #6A1B9A !important;
}

.introBg-fillGrayed-light {
    background-color: #EAEDF2 !important;
}

.introBg-fillGrayed-Dark {
    background-color: #818181 !important;
}

.introBg-white {
    background-color: #FFFFFF !important;
}

.introBg-whiteOpacity20 {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.introTxt-black {
    color: #000000 !important;
}

.introTxt-white {
    color: #FFFFFF !important;
}

.introTxt-whiteOpacity50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.introTxt-lightWhite {
    color: #FAFAFA !important;
}

.introTxt-purple {
    color: #AE39F5 !important;
}

.introTxt-badges {
    color: #26241F !important;
}

.introTxt-paragraph {
    color: #26241F !important;
}

.introTxt-showMore {
    color: #818181 !important;
}

.introTxt-grayed {
    color: #B1B1B1 !important;
}

.introTxt-lightRed {
    color: #FB4953 !important;
}

@font-face {
    font-family: "Diplomat";
    src: url("../fonts/Far_Diplomat/Far_Diplomat.eot");
    src: url("../fonts/Far_Diplomat/Far_Diplomat.svg");
    src: url("../fonts/Far_Diplomat/Far_Diplomat.otf");
    src: url("../fonts/Far_Diplomat/Far_Diplomat.eot");
    src: url("../fonts/Far_Diplomat/Far_Diplomat.woff");
    font-weight: normal;
    font-size: 15px;
}

.btn-purple {
    background-color: #6A1B9A;
    color: #FFFFFF !important;
    font-size: 14px;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 5px 20px 0 rgba(106, 27, 154, 0.3);
    box-shadow: 0 5px 20px 0 rgba(106, 27, 154, 0.3);
}

.btn-purple:hover {
    color: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
}

i {
    display: inline-flex;
    align-items: center;
}

.fontApple {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/*-------- Style Start -------------*/
body {
    font-family: Diplomat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* --- loading --- */
.loading {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
}

/* -- Navbar -- */
.navbar {
    -webkit-transition: all .4s;
    transition: all .4s;
    background-image: url("../img/star-puprple.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-position-y: -15px;
}

.navbar .nav-right li:not(:last-child) {
    margin-left: 30px;
}

.navbar .nav-right a {
    color: #000000;
    text-decoration: none;
    -webkit-transition: all .4s;
    transition: all .4s;
    font-weight: 600;
}

.navbar .nav-right a:hover {
    color: #AE39F5;
}

.navbar .navbar-nav li {
    margin-left: 15px;
}

.navbar .navbar-nav li a {
    color: #818181;
    font-size: 16px;
}

.navbar .navbar-nav li.active a {
    color: #000000;
    font-weight: 700;
}

.navbar .selectLanguage:before,
.navbar .selectLanguage::after {
    content: "";
    width: 2px;
    display: block;
    height: 40px;
    background-color: #B1B1B1;
}

.navbar .selectLanguage form {
    padding: 0 20px;
}

.navbar .selectLanguage form .selectLanguageInfo p {
    line-height: .5;
    font-size: 16px;
}

.navbar .selectLanguage form .selectLanguageInfo span {
    font-size: 11px;
}

.navbar .logoArea {
    padding: 0 30px;
}

.navbar .logoArea span,
.marketingLable {
    border-radius: 0 10px 10px 10px;
    font-size: 12px;
    padding: 3px 10px 0 10px;
    font-weight: bold;
}

/* -- Intro --*/
.intro {
    background-color: #000000;
    transition: all .4s;
    height: 125px;
    background-image: url('../img/small-start.svg');
    background-size: cover;
}

.intro-bg {
    min-height: 170px;
    background-image: url(../img/intro-bg.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    bottom: 65px;
}

/* -- marketing -- */
.marketing {
    background-color: #6A1B9A;
    padding-top: 100px;
    background-image: url('../img/small-start.svg');
    background-size: cover;
}

.marketing [class*='col'] {
    transition: all .4s ease-in-out;
}

.marketing ul li {
    position: relative;
}


.marketing ul.right-benefits li::before,
.marketing ul.right-benefits li::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 50%;
    left: 100%;
}

.marketing ul.right-benefits li::after {
    bottom: 0;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.2) 50%, transparent 50%);
}

.marketing ul.right-benefits li::before {
    top: 0;
    background: linear-gradient(to right top, rgba(255, 255, 255, 0.2) 50%, transparent 50%);
}

.marketing ul.right-benefits li:hover::after,
.marketing ul.right-benefits li.active::after {
    background: linear-gradient(to right bottom, white 50%, transparent 50%);

}

.marketing ul.right-benefits li:hover::before,
.marketing ul.right-benefits li.active::before {
    background: linear-gradient(to right top, white 50%, transparent 50%);
}


.marketing ul.left-benefits li::before,
.marketing ul.left-benefits li::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 50%;
    right: 100%;
}

.marketing ul.left-benefits li::after {
    bottom: 0;
    background: linear-gradient(to left bottom, rgba(255, 255, 255, 0.2) 50%, transparent 50%);
}

.marketing ul.left-benefits li::before {
    top: 0;
    background: linear-gradient(to left top, rgba(255, 255, 255, 0.2) 50%, transparent 50%);
}

.marketing ul.left-benefits li:hover::after,
.marketing ul.left-benefits li.active::after {
    background: linear-gradient(to left bottom, white 50%, transparent 50%);

}

.marketing ul.left-benefits li:hover::before,
.marketing ul.left-benefits li.active::before {
    background: linear-gradient(to left top, white 50%, transparent 50%);
}


.marketing ul li:hover .box-khedmat {
    background-color: white !important;
    color: black !important;
    /* transition: all .4s; */
}

.marketing ul li:hover .box-khedmat p {
    color: black !important;
}

.marketing ul.right-benefits li .box-khedmat,
.box-marketing-info.right-aligned .box-khedmat {
    height: auto;
    border-top-left-radius: 37px;
    border-bottom-left-radius: 37px;
}

.marketing ul.right-benefits li .marketing ul.right-benefits li .box-khedmat,
.box-marketing-info.right-aligned .box-khedmat {
    height: auto;
    border-top-left-radius: 37px;
    border-bottom-left-radius: 37px;
}

.marketing ul.left-benefits li .box-khedmat,
.box-marketing-info.left-aligned .box-khedmat {
    height: auto;
    border-top-right-radius: 37px;
    border-bottom-right-radius: 37px;
}

.box-marketing-info.right-aligned .box-khedmat::before,
.box-marketing-info.right-aligned .box-khedmat::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 50%;
    left: 95%;
}

.box-marketing-info.right-aligned .box-khedmat::after {
    bottom: 0;
    background: linear-gradient(to right bottom, #EAEDF2 50%, transparent 50%);
}

.box-marketing-info.right-aligned .box-khedmat::before {
    top: 0;
    background: linear-gradient(to right top, #EAEDF2 50%, transparent 50%);
}

.box-marketing-info.left-aligned .box-khedmat::before,
.box-marketing-info.left-aligned .box-khedmat::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 50%;
    right: 95%;
}

.box-marketing-info.left-aligned .box-khedmat::after {
    bottom: 0;
    background: linear-gradient(to left bottom, #EAEDF2 50%, transparent 50%);
}

.box-marketing-info.left-aligned .box-khedmat::before {
    top: 0;
    background: linear-gradient(to left top, #EAEDF2 50%, transparent 50%);
}

.marketing ul.right-benefits li .box-khedmat .box-icon,
.box-marketing-info.right-aligned .box-khedmat .box-icon {
    position: relative;
    left: -8px;
}

.marketing ul.left-benefits li .box-khedmat .box-icon,
.box-marketing-info.left-aligned .box-khedmat .box-icon {
    position: relative;
    right: -8px;
}

.marketing ul li:not(:last-child) {
    margin-bottom: 30px;
}

.marketing ul li img {
    height: 70px;
}

.marketing ul.right-benefits li:first-child {
    position: relative;
    left: -50px;
}

.marketing ul.right-benefits li:nth-child(3) {
    position: relative;
    left: 20px;
}

.marketing ul.left-benefits li:first-child {
    position: relative;
    right: -50px;
}

.marketing ul.left-benefits li:nth-child(3) {
    position: relative;
    right: 20px;
}

.box-star p:first-child {
    letter-spacing: 10px;
}

.box-star .know-more img {
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
}

@keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-15px);
    }
}

/* --- box-marketing-info --- */
.box-marketing-info .row [class*='col'] {
    transition: all .4s ease-in-out;
}

.lable-marketing {
    width: 280px;
    transition: all .4s;
}

.lable-marketing img {
    height: 50px;
}

.content-marketing .image-area img {
    height: auto;
    max-height: 160px;
}

.show-more {
    width: 152px;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
}

/* --- register-benefits --- */
.register-benefits {
    background-image: url('../img/big-star-log.svg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 60px;
}

.register-benefits [class*='col'] {
    transition: all .4s ease-in-out;
}

.count-down-row {
    margin-top: 6rem;
}

.count-down {
    border-radius: 5px;
    min-height: 200px;
}

.count-down .glowingBulb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: white;
}

.count-down .glowingBulb::before {
    content: '';
    display: block;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    position: relative;
    background-color: rgba(255, 255, 255, 0.5);
    top: -3px;
    left: 4px;
    -webkit-box-shadow: 0 0 40px 10px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 0 40px 10px rgba(255, 255, 255, 1);
    box-shadow: 0 0 40px 10px rgba(255, 255, 255, 1);
}

.likes {
    width: 150px;
}

.likes .totalLikes {
    text-align: center;
    font-size: 18px;
    z-index: 1;
}

/* --- footer --- */
footer {
    background-color: #000;
}

footer .bg {
    min-height: 120px;
    background-image: url('../img/footerBg.svg');
    background-position: top;
    position: relative;
    background-repeat: no-repeat;
    top: -120px;
}

.marketing-footer hr {
    border-color: rgba(255, 255, 255, .2);
    border-width: 2px;
}

.marketing-footer .marketingLable {
    position: relative;
    top: -27px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.font-10 {
    font-size: 10pt !important;
}

.font-12 {
    font-size: 12pt !important;
}

.font-14 {
    font-size: 14pt !important;
}

.font-16 {
    font-size: 16pt !important;
}

.font-20 {
    font-size: 20pt !important;
}

.move-up-50 {
    position: relative;;
    top: -50px;
}

.iranflag {
    border-radius: 7px;
    box-shadow: 0 0 0 #000;
    transition: all .5s;
    transform: scale(1) rotate(0deg);
}

.iranflag:hover {
    box-shadow: 0 0 10px #000;
    transform: scale(2) rotate(1080deg);
}


.mainBtn {
    cursor: pointer !important;
    all: unset;
    padding: 10px 15px;
    background: #fff;
    color: #000 !important;
    text-align: center;
    display: inline-block;
    transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
}

.mainBtn.gold:hover {
    background: #806030 !important;
    border-color: #806030 !important;
    color: #000 !important;
}

.mainBtn.green:hover {
    background: #007f1d !important;
    border-color: #007f1d !important;
    color: #fff !important;
}

.mainBtn.gray:hover {
    background: #555 !important;
    border-color: #555 !important;
    color: #fff !important;
}

.mainBtn.transparent {
    background: transparent;
    color: #fff !important;
    border: 1px solid #fff;
}

.mainBtn.gold {
    background: #FFC660;
    color: #000 !important;
    border: 1px solid #FFC660;
}

.mainBtn.green {
    background: #28A745;
    color: #fff !important;
    border: 1px solid #28A745;
}

.mainBtn.blue {
    background: #007BFF;
    color: #fff !important;
    border: 1px solid #007BFF;
}

.mainBtn.red {
    background: #BF2E2E;
    color: #fff !important;
    border: 1px solid #BF2E2E;
}

.mainBtn.gray {
    background: #767676;
    color: #fff !important;
    border: 1px solid #767676;
}

.shadow-gold {
    box-shadow: 0 5px 15px rgba(255, 198, 96, 0.5);
}

.shadow-gray {
    box-shadow: 0 5px 15px rgba(127, 127, 127, 0.5);
}

.shadow-green {
    box-shadow: 0 5px 15px rgba(0, 127, 0, 0.5);
}

.shadow-red {
    box-shadow: 0 5px 15px rgba(127, 0, 0, 0.5);
}

.shadow-black {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
