* {
    margin: 0;
    padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
    direction: rtl !important;
    text-align: right !important;
    font-size: 13px !important;
    font-family: tahoma !important;
    background: #ececf9;
}

a,
button,
.btn,
a:focus,
button:focus,
.btn:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none !important;
}

.section-hero {
    padding-top: 90px;
}

.header .navbar .nav-link {
    color: white;
    transition: 0.1s;
}

.navbar-brand {
    margin-right: 0 !important;
}

.navbar-brand img {
    width: 170px;
    margin-left: 30px;
}

.form-control::placeholder {
    text-align: right;
    direction: rtl !important;
}


/* Navbar */

.fixed-top {
    margin-top: 15px;
}

.main-navbar.navbar-sticky {
    background: white;
    box-shadow: 2px 2px 5px rgba(91, 94, 222, 0.16);
    margin-top: 0;
}

.main-navbar.navbar-sticky .nav-link {
    color: black !important;
}

.navbar-sticky .navbar-toggler {
    color: white;
    position: absolute;
    top: 12px;
    left: 0;
    background: #4d34a0 !important;
    padding: 0 !important;
    width: 40px;
    font-size: 22px !important;
    height: 40px;
    line-height: 42px !important;
    outline: none !important;
}

.main-navbar {
    padding: 0 !important;
    transition: all 0.4s ease-in-out 0s;
}

.main-navbar .nav-link {
    font-size: 14px;
    padding: 10px 12px !important;
    position: relative;
    color: #fff !important;
}

.main-navbar .nav-link.active::before,
.main-navbar .nav-link:hover::before {
    background: #fff;
    border-radius: 22px;
    bottom: 1px;
    content: "";
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 18px;
}

.main-navbar.navbar-sticky .nav-link.active::before,
.main-navbar.navbar-sticky .nav-link:hover::before {
    background: #3f345f;
}

.menu-btn {
    background-color: #ffffff;
    border: none;
    border-radius: 100px;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
    color: #3f345f;
    text-align: left;
    font-weight: bold;
    margin-right: 90px;
    height: 43px;
    display: flex;
    align-items: center;
    min-width: 200px;
    justify-content: center;
}

.inner-navbar .menu-btn {
    background-color: #3f345f;
    color: #ffffff;
}

.header-left-side {
    margin-top: 185px;
    text-align: center;
}

.header-title {
    font-family: tahoma;
    font-size: 35px;
    color: white;
}

.header-subtitle {
    font-family: tahoma;
    font-size: 20px;
    color: #ffffffe6;
}

.header-video-btn {
    color: white;
    font-family: tahoma;
    font-size: 23px;
    padding: 4px 15px;
    border-radius: 30px;
    border: 1px solid #ffffffe6;
    margin-top: 20px;
    position: relative;
    display: inline-block;
}

.triangle {
    color: #ffffffe6;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -21px;
    font-size: 30px;
}

.header-video-btn:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 23px;
    height: 1px;
    bottom: -1px;
    background: #5b40ab;
}

.play-button {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: white;
    margin: 40px auto;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding-left: 2px;
    -webkit-animation: rippleSmall-white 1s linear infinite;
    animation: rippleSmall-white 1s linear infinite;
    -webkit-transition: 0.5s linear;
}

.section-circle {
    position: relative;
}

@media (min-width: 768px) {
    .section-hero {
        min-height: 500px;
    }
    .section-lg {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .section-circle {
        position: relative;
    }
}

.section-circle .stars-and-coded {
    margin-top: 8rem;
}

.section-circle .shape {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
}

.section-circle .shape span {
    position: absolute;
}

.section-circle .circle-animation span {
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: 0.5s linear;
}

.section-circle .shape-primary {
    background: linear-gradient(150deg, #281483 15%, #8f6ed5 70%, #d782d9 94%);
}

.section-circle .shape-primary :nth-child(1) {
    background: #53f;
}

.section-circle .shape-primary :nth-child(2) {
    background: #4553ff;
}

.section-circle .shape-primary :nth-child(3) {
    background: #4f40ff;
}

.section-circle .shape-primary :nth-child(4) {
    background: #25ddf5;
}

.section-circle .shape-primary :nth-child(5) {
    background: #1fa2ff;
}

.section-circle .shape-style-1 span {
    width: 120px;
    height: 120px;
    border-radius: 100px 130px 100px 315px;
}

.section-circle .shape-style-1 .span-200 {
    width: 200px;
    height: 200px;
}

.section-circle .shape-style-1 .circle-150 {
    width: 150px;
    height: 150px;
}

.section-circle .shape-style-1 .circle-100 {
    width: 100px;
    height: 100px;
}

.section-circle .shape-style-1 .circle-75 {
    width: 75px;
    height: 75px;
}

.section-circle .shape-style-1 .circle-50 {
    width: 50px;
    height: 50px;
}

.section-circle .shape-style-1 :nth-child(1) {
    bottom: auto;
    left: 0;
    top: -20px;
    background: rgba(255, 255, 255, 0.1);
}

.section-circle .shape-style-1 :nth-child(2) {
    top: 15%;
    right: 10%;
    background: rgba(255, 255, 255, 0.1);
}

.section-circle .shape-style-1 :nth-child(3) {
    top: 280px;
    right: 5.66666%;
    background: rgba(255, 255, 255, 0.3);
}

.section-circle .shape-style-1 :nth-child(4) {
    top: 320px;
    right: 7%;
    background: rgba(255, 255, 255, 0.15);
}

.section-circle .shape-style-1 :nth-child(5) {
    top: 38%;
    right: auto;
    left: 1%;
    background: rgba(255, 255, 255, 0.05);
}

.section-circle .shape-style-1 :nth-child(6) {
    top: 65%;
    right: auto;
    left: 35%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.15);
}

.section-circle .shape-style-1 :nth-child(7) {
    right: 40%;
    bottom: 45%;
    background: rgba(255, 255, 255, 0.04);
}

.section-circle .shape-style-1 :nth-child(8) {
    right: 6%;
    bottom: 100px;
    background: rgba(255, 255, 255, 0.2);
}

.section-circle .shape-style-1 :nth-child(9) {
    right: 5%;
    bottom: 12%;
    background: rgba(255, 255, 255, 0.1);
}

.section-circle .shape-style-1 :nth-child(10) {
    right: auto;
    bottom: 11%;
    left: 15%;
    background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 991.98px) {
    .section-circle .shape-style-1 span {
        height: 120px;
    }
}

@media (max-width: 767.98px) {
    .section-circle .shape-style-1 span {
        height: 90px;
    }
}

.section-circle .shape-style-1.shape-primary {
    background: linear-gradient(150deg, #281483 15%, #8f6ed5 70%, #d782d9 94%);
}


/*circle wave*/

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 163, 204, 0.1), 0 0 0 20px rgba(0, 163, 204, 0.1), 0 0 0 40px rgba(0, 163, 204, 0.1);
        box-shadow: 0 0 0 0 rgba(0, 163, 204, 0.1), 0 0 0 20px rgba(0, 163, 204, 0.1), 0 0 0 40px rgba(0, 163, 204, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 163, 204, 0.1), 0 0 0 40px rgba(0, 163, 204, 0.1), 0 0 0 60px rgba(0, 163, 204, 0);
        box-shadow: 0 0 0 20px rgba(0, 163, 204, 0.1), 0 0 0 40px rgba(0, 163, 204, 0.1), 0 0 0 60px rgba(0, 163, 204, 0);
    }
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 163, 204, 0.1), 0 0 0 20px rgba(0, 163, 204, 0.1), 0 0 0 40px rgba(0, 163, 204, 0.1);
        box-shadow: 0 0 0 0 rgba(0, 163, 204, 0.1), 0 0 0 20px rgba(0, 163, 204, 0.1), 0 0 0 40px rgba(0, 163, 204, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 163, 204, 0.1), 0 0 0 40px rgba(0, 163, 204, 0.1), 0 0 0 60px rgba(0, 163, 204, 0);
        box-shadow: 0 0 0 20px rgba(0, 163, 204, 0.1), 0 0 0 40px rgba(0, 163, 204, 0.1), 0 0 0 60px rgba(0, 163, 204, 0);
    }
}

@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);
    }
}


/* SMALL circle wave*/

@-webkit-keyframes rippleSmall {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 163, 204, 0.1), 0 0 0 10px rgba(0, 163, 204, 0.1), 0 0 0 20px rgba(0, 163, 204, 0.1);
        box-shadow: 0 0 0 0 rgba(0, 163, 204, 0.1), 0 0 0 10px rgba(0, 163, 204, 0.1), 0 0 0 20px rgba(0, 163, 204, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 163, 204, 0.1), 0 0 0 20px rgba(0, 163, 204, 0.1), 0 0 0 30px rgba(0, 163, 204, 0);
        box-shadow: 0 0 0 10px rgba(0, 163, 204, 0.1), 0 0 0 20px rgba(0, 163, 204, 0.1), 0 0 0 30px rgba(0, 163, 204, 0);
    }
}

@keyframes rippleSmall {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 163, 204, 0.1), 0 0 0 10px rgba(0, 163, 204, 0.1), 0 0 0 20px rgba(0, 163, 204, 0.1);
        box-shadow: 0 0 0 0 rgba(0, 163, 204, 0.1), 0 0 0 10px rgba(0, 163, 204, 0.1), 0 0 0 20px rgba(0, 163, 204, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 163, 204, 0.1), 0 0 0 20px rgba(0, 163, 204, 0.1), 0 0 0 30px rgba(0, 163, 204, 0);
        box-shadow: 0 0 0 10px rgba(0, 163, 204, 0.1), 0 0 0 20px rgba(0, 163, 204, 0.1), 0 0 0 30px rgba(0, 163, 204, 0);
    }
}

@-webkit-keyframes rippleSmall-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

@keyframes rippleSmall-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

.section-shape {
    bottom: -14px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

.title {
    font-family: tahoma;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .title {
        font-size: 25px;
    }
}

.advantages {
    margin-top: 40px;
}

.advantages-box {
    margin-bottom: 40px;
}

.advantages-box-image {
    text-align: center;
}

.advantages-box-image img {
    width: 130px;
}

.advantages-box-title {
    color: #3f345f;
    font-family: tahoma;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 575px) {
    .advantages-box-title {
        font-size: 18px;
    }
}

.advantages-box-text {
    color: #7d8b9b;
    font-size: 14px;
    line-height: 27px;
    text-align: justify;
}

.advantages .container {
    background: url(../img/advantages-bg.png) no-repeat;
    background-position: center 85px;
    background-size: auto;
}

.categories {
    background: #f1f1f1;
    padding: 50px 0;
}

.categories .title,
.create .title {
    background: url(../img/advantages-bg.png) no-repeat;
    background-size: contain;
    background-position: top center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
    margin-bottom: 20px;
}

.categories-box {
    background: white;
    border-radius: 30px !important;
    margin: 15px;
    text-align: center;
    border: none !important;
    overflow: hidden;
}

.categories-box .card-body {
    padding: 50px 30px 0 30px;
}


.card-body-price{
padding-top: 0;
}

.categories-title {
    font-family: tahoma;
    font-size: 19px;
    color: #000;
    margin-top: 30px;
    letter-spacing: -0.5px;
}

.categories-subtitle {
    color: #000;
    font-family: tahoma;
    font-size: 16px;
    margin-bottom: 30px;
}

.categories-footer {
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    font-family: tahoma;
    color: white;
    border: none !important;
}

.footer-yellow {
    background: #eecc51 !important;
}

.footer-blue {
    background: #5bd1ed !important;
}

.footer-purple {
    background: #7e66fc !important;
}

.create {
    padding: 70px 0;
}

p {
    color: #7d8b9b;
    line-height: 27px;
}

.create-text {
    font-size: 14px;
    text-align: justify;
}

.subtitle {
    font-family: tahoma;
    color: #3f345f;
    font-size: 23px;
    line-height: 32px;
}

.small-title {
    font-family: tahoma;
    color: #3f345f;
    font-size: 18px;
    line-height: 32px;
}

.has-check {
    background: #fafafa;
    border-radius: 15px;
    font-size: 20px;
    overflow: hidden;
    align-items: normal !important;
}

.has-check .media-header {
    width: 65px;
    color: white;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 28px;
}

.has-check .media-body {
    padding: 19px 30px;
    line-height: 30px;
}

.has-red-check {
    margin: 40px 0;
}

.has-red-check .media-header {
    background: #f44242;
}

.has-red-check {
    min-height: 100px;
}

.has-green-check {
    background: white;
}

.has-green-check .media-header {
    background: #53b627;
}

.has-check.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.06) !important;
}

.create {
    background: url(../img/advantages-bg.png) no-repeat;
    background-size: 67% 72%;
    background-position: -356px 242px;
}

.nextcreate .create-app-image {
    margin-top: 25px;
    text-align: right;
}

.create .create-app-image {
    text-align: left;
}

.create-app-image img {
    max-height: 690px;
    /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.06) !important; */
    border-radius: 60px;
}

.disadvantages {
    margin-top: 20px;
    border-radius: 15px !important;
    overflow: hidden;
    border: none !important;
}

.disadvantages .card-header {
    background: #f4b742;
    color: white;
    display: flex;
    font-size: 22px;
    justify-content: space-between;
    font-family: tahoma;
    border: none !important;
}

.disadvantages .card-header i {
    font-size: 30px;
    vertical-align: middle;
}

.disadvantages .card-body {
    font-family: tahoma;
    line-height: 25px;
}

.disadvantages .card-body i {
    color: #f4b742;
    font-size: 9px;
    margin-left: 5px;
}

.nextcreate {
    background: url(../img/pink-bg.png) no-repeat;
    background-position: center;
    background-size: 100% 110%;
    padding-top: 90px;
    padding-bottom: 90px;
}

.nextcreate .title {
    background: url(../img/advantages-bg.png) no-repeat;
    background-size: contain;
    background-position: top center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
    margin-bottom: 20px;
    flex-direction: column;
    line-height: 44px;
    margin-top: 30px;
}

.white-bg-title {
    background: url(../img/title-bg.png) no-repeat !important;
    background-size: contain !important;
    background-position: top center !important;
}

.hasCloudBg {
    background: url(../img/bg-white.png) no-repeat;
    background-size: 76% 52%;
    background-position: 706px 110px;
}

.feature-img {
    text-align: left;
}

.feature-img img {
    max-height: 690px;
    /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.06) !important; */
    border-radius: 60px;
}

.feature-title {
    margin-bottom: 80px !important;
    margin-top: 180px !important;
}

.feature-right {
    margin-top: 56px;
}

.has-green-check {
    font-size: 17px;
    margin-bottom: 20px;
}

.has-green-check .media-body {
    padding: 13px 30px;
}

.has-green-check .media-header {
    width: 55px;
}

canvas {
    display: block;
    vertical-align: bottom;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js {
    width: 100%;
    height: 100%;
    background-image: url("");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
}

.video-title {
    font-family: tahoma;
    font-size: 56px;
    width: 85%;
    padding: 70px 0;
    line-height: 75px;
    position: relative;
}

.video-title:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background: #dfefff;
    border-radius: 100%;
    right: -59px;
    bottom: 20px;
    z-index: -1;
}

.video-title span {
    color: #fcab13;
    font-family: tahoma;
}

.video-box {
    margin-top: 27px;
    z-index: 2;
}

.video-box:before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 100%;
    top: -100px;
    left: -85px;
    background: #fcab13;
    z-index: -1;
}

.video-box img {
    border-radius: 15px;
    max-height: 330px;
    width: 100%;
}

.text-on-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.text-on-video h1 {
    font-family: tahoma;
    font-size: 37px;
    margin-bottom: 0px;
}

.video-light-text {
    font-family: tahoma;
    font-size: 24px;
}

.play-video {
    background: #4a9cff;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    padding-left: 7px;
    margin-bottom: 15px;
    margin-top: 20px;
    transition: 0.3s;
    cursor: pointer;
}

.play-video:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 12px 0px #4a9cff;
}

.has-particle {
    position: relative;
    min-height: 600px;
}

.has-particle .row {
    padding: 160px 0 150px 0;
}

.levels {
    background: #f7f7f7;
    padding: 70px 0;
}

.levels .title {
    margin-bottom: 15px;
}

.level-subtitle {
    text-align: center;
    font-family: tahoma;
    font-size: 20px;
    margin-bottom: 50px;
}

.level-text {
    text-align: justify;
    font-size: 15px;
}

.level-img img {
    object-fit: cover;
}

.level-title {
    font-family: tahoma;
    font-size: 22px;
    padding: 14px 14px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.levels .card {
    width: 80%;
    margin: 0 auto;
    border: none !important;
    margin-bottom: 30px;
    /* box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07); */


}

.levels .card-header {
    border: none !important;
    color: white;
    position: relative;
    border-radius: 10px;
}

.card-header-img{
border-radius: 50%;
border: 5px solid white;
width: 110px;
box-shadow: 0px 18px 34px 1px #ed1d8d66;
background: linear-gradient(180deg, white, #ffc8e6);
position: absolute;
top: -50px;
right: 0;
left: 0;
margin-right: auto;
margin-left: auto;
}

.plan-span{
display: block !important;
color: #a1a1a1 !important;
height: auto !important;
width: auto !important;
font-size: 15px !important;
margin: 0 auto !important;
font-weight: 300 !important;
margin-top: 4px !important;
}

.iconPlan{
margin: 10px 0 0 0;
}

.iconPlan img{
width: 75px;
}

.price-table-ul{
margin-bottom: 0 !important;
}

.price-table-ul li:first-child{
font-size: 15px;
color: #777;
padding: 10px 0;
border-bottom: 1px solid #ddd;
margin-top: 10px;
}


.price-table-ul li{
font-size: 15px;
color: #777;
padding: 10px 0;
border-bottom: 1px solid #ddd;
}
.price-table-ul li:last-child{
font-size: 15px;
color: #777;
padding: 10px 0;
border-bottom: none;
}

.levels-left {
    border-right: 1px solid #aeaeae;
}



.levels-left .card-header:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
}

.levels-left .card-header:before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #f7f7f7;
    left: 496.5px;
}

.levels-right .card-header:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
}

.levels-right .card-header:before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #f7f7f7;
    right: 496.5px;
    z-index: 2;
}

.levels .card-header span {
    display: inline-block;
    width: 33px;
    height: 55px;
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}

.levels .cyan-level {
    background-color: #3ee9d1 !important;
}

.levels .cyan-level span {
    background: #34c1ae;
}

.levels .cyan-level:after {
    border-right-color: #3ee9d1;
}

.levels .blue-level {
    background-color: #46b8e9 !important;
}

.levels .blue-level span {
    background-color: #3a99c3;
}

.levels .blue-level:after {
    border-left-color: #46b8e9;
}

.levels .dark-blue-level {
    background-color: #4d92eb !important;
}

.levels .dark-blue-level span {
    background: #4078c3;
}

.levels .dark-blue-level:after {
    border-right-color: #4d92eb;
}

.levels .purple-level {
    background-color: #ce43eb !important;
}

.levels .purple-level:after {
    border-left-color: #ce43eb;
}

.levels .purple-level span {
    background: #aa38c3;
}

.levels-right:nth-child(1) {
    margin-top: 120px;
}

.advice {
    position: relative;
    padding-bottom: 240px;
    margin-top: 100px;
}

.advice:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/advice-bg.png) no-repeat;
    background-position: -240px 0;
    background-size: contain;
}

.advice-request {
    text-align: center;
    padding-top: 180px;
}

.advice-request p {
    font-size: 21px;
    font-family: tahoma;
    margin-bottom: 25px;
}

.advice-request .form-control {
    background: #f7f7f7;
    text-align: center;
    border: none;
    border-radius: 10px;
    height: 45px;
    box-shadow: 0 5px 9px 0px #eaeaea !important;
    margin-bottom: 15px;
    font-family: tahoma;
    font-size: 19px !important;
}

.advice-btn {
    width: 100%;
    background: #2e9adb !important;
    color: white !important;
    border-radius: 10px !important;
    height: 45px;
    font-family: tahoma;
    font-size: 19px !important;
    box-shadow: 0 5px 9px 0px #eaeaea !important;
    transform: 0.4s;
}

.advice-btn:hover {
    box-shadow: 0 6px 13px -2px #2e9adb59 !important;
}

.advice-request .subtitle {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 20px;
}

.samples .title {
    background: url(../img/advantages-bg.png) no-repeat;
    background-size: 37%;
    background-position: right;
    height: 345px;
    line-height: 325px;
    font-size: 31px;
    padding-top: 28px;
    text-align: right;
    margin-bottom: 0;
    margin-top: -175px;
    padding-right: 53px;
}

.questions {
    padding: 40px 0;
    background: url(../img/questions.png) no-repeat #fae5d0;
    background-size: 40%;
    min-height: 620px;
    background-position: left center;
}

.questions .title {
    background: url(../img/advantages-bg.png) no-repeat;
    background-size: contain;
    background-position: top center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    margin-bottom: 20px;
    flex-direction: column;
    line-height: 44px;
    font-size: 28px;
}

.articles {
    padding: 50px 0;
}

.articles .media-body {
    width: 100%;
}

.articles .title {
    background: url(../img/advantages-bg.png) no-repeat;
    background-size: 25%;
    background-position: center 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 235px;
    flex-direction: column;
    line-height: 39px;
    font-size: 40px;
    margin-bottom: 50px;
}

.articles-subtitle {
    font-family: tahoma;
    font-size: 25px;
    margin-top: 11px;
}

.article-title {
    font-family: tahoma;
    font-size: 19px;
    color: black;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 25px;
}

.big-article .article-text {
    font-family: tahoma;
    font-size: 18px;
    color: black;
}

.article-btn {
    background: #f2f5fa !important;
    min-width: 135px;
    font-size: 17px !important;
    border-radius: 15px !important;
    font-family: tahoma;
}

.big-article {
    padding: 20px;
    border-radius: 15px;
    width: 95%;
    background-color: white;
}

.big-article-img {
    border-radius: 15px;
    overflow: hidden;
    margin-top: -50px;
}

.comments {
    padding: 75px 0;
    position: relative;
}

.comments:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 470px;
    top: 0;
    right: 0;
    background: #f3f8fb;
}

.questions .panel {
    margin-bottom: 10px;
    background: white;
    border-radius: 25px;
    padding: 15px 0;
}

.questions .container:before {
    content: "";
    width: 353px;
    height: 100%;
    border: 53px solid #cde9f5;
    position: absolute;
    right: -380px;
    border-radius: 100%;
    top: 47px;
}

.questions-icon {
    margin-left: 10px;
    font-size: 45px;
}

.questions-icon i {
    color: #15a0d4;
}

.questions-content {
    padding-right: 20px;
    position: relative;
}

.questions .panel-body {
    font-family: tahoma;
    color: gray;
    line-height: 26px;
    padding: 10px 20px;
    text-align: justify;
}

.questions .panel-title {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 0 !important;
    padding-left: 15px;
    line-height: 21px;
}

.questions .panel-group .panel+.panel {
    margin-top: 0;
    border-top: 0;
}

.questions .panel-default>.panel-heading {
    color: #333;
    border-color: #e4e5e7;
    padding: 0px 20px 0 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: white;
    border-radius: 25px;
    display: flex !important;
    align-items: center;
}

.questions .panel-default>.panel-heading a {
    color: black;
    font-size: 15px;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.questions .panel-default>.panel-heading a:after {
    -webkit-transition: -webkit-transform 0.3s linear;
}

.questions .panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    position: absolute;
    top: 58%;
    font-size: 30px;
    left: -2px;
    transform: translateY(-50%);
}

.questions .panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002B";
    position: absolute;
    top: 58%;
    font-size: 30px;
    left: -2px;
    transform: translateY(-50%);
}

.questions .panel-default>.panel-heading a[aria-expanded="true"] .question-bullet {
    color: #15a0d4;
}

.questions .panel-default>.panel-heading a[aria-expanded="false"] .question-bullet {
    color: #e0e0da;
}

.small-article {
    padding: 15px 20px;
    border-radius: 15px;
    width: 83%;
    margin-right: auto;
}

.small-article-1 {
    margin-top: -30px;
}

.small-article-2 {
    margin-top: 35px;
}

.small-article-img {
    border-radius: 15px;
    overflow: hidden;
    margin-right: -60px;
    margin-top: 20px;
    margin-left: 20px;
}

.small-article-img img {
    width: 145px;
    height: 145px;
}

.small-article .article-title {
    margin-bottom: 10px;
    text-align: right;
}

.small-article .article-text {
    font-family: tahoma;
    font-size: 16px;
    color: black;
    line-height: 22px;
}

.small-article .article-btn {
    min-width: 120px;
    margin-bottom: 8px;
    transition: 0.3s;
}

.article-btn:hover {
    box-shadow: 0 6px 16px -1px #e6e6e6 !important;
}

.comment-title {
    font-family: tahoma;
    text-align: center;
}

.comment-title span {
    position: relative;
}

.comment-title span:after {
    content: "";
    position: absolute;
    width: 34%;
    height: 15px;
    background: white;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 10px;
    bottom: -25px;
}

.samples {
    margin-bottom: 30px;
}

.samples .swiper-slide {
    min-height: 474px;
    position: relative;
}

.slider-image-parent {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 45px;
}

.samples .swiper-slide-active .slider-image-parent {
    margin-top: 0 !important;
}

.slider-image-parent::after {
    content: "";
    display: block;
    padding-top: 150%;
}

.samples .swiper-slide-active .slider-image-parent::after {
    padding-top: 182%;
}

.samples .swiper-slide-active .slider-image-parent::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/iphone.png) no-repeat;
    right: 0;
    top: 0;
    background-size: contain;
    background-position: top center;
    z-index: 2;
}

.slider-image-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 100%;
    overflow: hidden;
}

.samples .swiper-slide-active .slider-image-inner {
    width: 100%;
}

.samples .swiper-slide-active .slider-image-inner {
    border-radius: 75px;
}

.samples .swiper-slide-active .slider-image-inner img {
    border: 10px solid transparent;
}

@media (max-width: 1770px) {
    .samples .swiper-slide-active .slider-image-inner img {
        border: 7px solid transparent;
    }
    .samples .swiper-slide-active .slider-image-inner {
        border-radius: 55px;
    }
}

.slider-image-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #eee;
}

.samples .swiper-slide,
.comments .swiper-slide {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    text-align: center;
}

.samples .swiper-slide-active,
.comments .swiper-slide-active {
    filter: grayscale(0);
}

.swiper-text-column {
    display: flex;
    align-items: center;
}

.swiper-text {
    padding: 35px 30px 0 30px;
    background: #f7f7f7;
    border-radius: 15px;
    width: 100%;
    min-height: 300px;
    position: relative;
    margin-top: -40px;
}

.swiper-slide .swiper-text {
    display: none;
}

.swiper-title {
    font-family: tahoma;
    font-size: 30px;
    margin-bottom: 20px;
}

.swiper-text div {
    font-family: tahoma;
    font-size: 20px;
}

.swiper-pagination-bullet {
    opacity: 1;
    width: 15px !important;
    height: 9px !important;
    border-radius: 5px !important;
    background: #e0e0e0;
    margin: 2px;
}

.swiper-pagination-bullet-active {
    width: 40px !important;
    background: #ffC107 !important;
}

.swiper-pagination {
    bottom: 10px !important;
    padding-right: 40px;
}

.swiper-wrapper {
    margin-left: 30px;
}

.swiper-btn,
.sample-swiper-btn {
    position: absolute;
    background: #fbfdfc;
    box-shadow: -1px 5px 7px 1px #d9d6d68a;
    padding: 7px;
    border-radius: 15px;
    z-index: 1000;
    left: 6px;
    width: 54px;
    height: 48px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 44%;
    transform: translateY(-50%);
    cursor: pointer;
}

.sample-swiper-btn {
    box-shadow: none;
}

.comments-text {
    margin: 80px 0 30px 0;
    font-size: 19px;
    line-height: 35px;
    height: 110px;
    overflow: hidden;
    color: #636363;
    text-align: justify;
}

.slider-comment-text {
    display: none;
}

.comment-slider .swiper-slide {
    padding: 15px 15px 15px 15px;
}

.comment-slider .swiper-slide-active {
    padding: 0 !important;
    padding-bottom: 20px !important;
}

.comment-slider img {
    border-radius: 100%;
    box-shadow: 0 6px 9px 3px #eaeaea;
    background: white;
    object-fit: cover;
}

.username {
    text-align: center;
    color: #39a1ff;
    font-family: tahoma;
    font-size: 24px;
    margin-bottom: 15px;
}

.swiper-username {
    display: none;
}

.logo-dark {
    display: none;
}

.main-navbar.navbar-sticky .logo-dark {
    display: block;
}

.main-navbar.navbar-sticky .logo-light {
    display: none;
}


/*///////////// video player /////////////////////*/

.player {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
    background: #000000;
    border-radius: 25px;
}

.player:fullscreen {
    padding-bottom: 100vh;
}

.player:-webkit-full-screen {
    padding-bottom: 100vh;
}

.player:-moz-full-screen {
    padding-bottom: 100vh;
}

.player:-ms-fullscreen {
    padding-bottom: 100vh;
}

.player video {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.controls {
    padding: 0;
    position: absolute;
    bottom: -80px;
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(37, 37, 37, 0) 10%, rgba(37, 37, 37, 0.6) 80%);
    transition: all 0.2s ease-in 5s;
}

.player:hover .controls {
    bottom: 0;
    transition: all 0.2s ease-out;
}

.time {
    position: absolute;
    right: 30px;
    bottom: 100%;
    padding-bottom: 2px;
    color: #ffffffb5;
}

.progress {
    height: 5px !important;
    width: calc(100% - 40px);
    background: rgba(60, 60, 60, 0.6);
    margin: auto;
    border-radius: 6px;
    position: absolute;
    left: 20px;
    bottom: 100%;
    transition: height 0.1s ease-in-out;
}

.progress-filled {
    background: #585858;
    width: 0%;
    height: 100%;
    border-radius: 6px;
    transition: all 0.1s;
    left: 0;
    position: absolute;
}

.controls-main {
    width: calc(100% - 40px);
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.controls-left,
.controls-right {
    flex: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.controls-left {
    margin-left: 10px;
}

.controls-right {
    margin-right: 10px;
    justify-content: flex-end;
}

.volume {
    display: flex;
    align-items: center;
}

.volume-btn {
    margin-right: 10px;
}

.volume-btn #volume-off,
.volume-btn #volume-high {
    opacity: 0;
}

.volume-btn.loud #volume-high {
    opacity: 1;
}

.volume-btn.muted #volume-off {
    opacity: 1;
}

.volume-btn.muted #volume-high,
.volume-btn.muted #volume-low {
    opacity: 0;
}

.volume-slider {
    height: 8px;
    width: 80px;
    background: rgba(60, 60, 60, 0.6);
    border-radius: 6px;
    position: relative;
}

.volume-filled {
    background: var(--main);
    width: 100%;
    height: 100%;
    border-radius: 6px;
    transition: width 0.2s ease-in-out;
}

.volume-filled:hover,
.play-btn:hover.play-btn:before,
.play-btn:hover.play-btn:after {
    background: var(--accent);
}

button:focus {
    outline: none;
}

.speed-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    margin-right: 20px;
    text-align: center;
}

.speed-list li {
    color: var(--main);
    padding: 5px;
    cursor: default;
}

.speed-list li:hover,
.speed-list li.active {
    color: var(--accent);
    font-weight: bold;
}

.fullscreen {
    display: flex;
    justify-content: center;
}

.header2 {
    min-height: 660px;
    background-image: linear-gradient(to left, #5c1282, #101249);
    position: relative;
}

.header2-shape {
    position: absolute;
    bottom: -3px;
    right: 0;
    width: 100%;
    background: url(../img/header-bottom.png) no-repeat;
    background-size: 100%;
    background-position: bottom center;
    height: 100%;
}

.sample-lable {
    width: 200px;
    height: 50px;
    background: url(../img/yellow-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    font-family: IRANYekanMedium;
    color: white;
    display: flex;
    align-items: center;
    justify-content: right;
    font-size: 21px;
    padding-right: 14px;
}

.header2-right {
    margin-top: 170px;
    position: relative;
    z-index: 2;
}

.header2-app-name {
    font-family: tahoma;
    color: white;
    font-size: 50px;
    letter-spacing: -0.5px;
    margin-top: 8px;
}

.header2-app-features {
    color: white;
    font-size: 25px;
    margin-top: 30px;
    font-family: tahoma;
    letter-spacing: -1px;
}

.header2-app-features div:first-child {
    margin-bottom: 6px;
}

.header2-app-features i {
    font-size: 13px;
    margin-left: 10px;
}

.header2-buttons {
    margin-top: 30px;
}

.header2-buttons .btn {
    width: 180px;
    transition: 0.4s !important;
    height: 45px;
    font-family: tahoma;
    text-align: center;
    border: 1px solid white !important;
    border-radius: 30px !important;
    font-size: 17px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header2-buttons .btn-appstore {
    color: white;
}

.header2-buttons .btn-googleplay {
    background: white !important;
    color: #370e6b;
    margin-right: 15px;
}

.header2-buttons .btn i {
    font-size: 25px;
    margin-right: 8px;
}

.header2-buttons .btn-appstore:hover {
    color: white !important;
}

.header2-buttons .btn-googleplay:hover {
    color: #370e6b !important;
}

.header2-buttons .btn:hover {
    transform: translateY(-2px);
}

.header2-img {
    margin-top: 140px;
}

.header2-img img {
    z-index: 2;
    position: relative;
    width: 100%;
    border-radius: 25px;
}

.shadow-blur {
    /* height: 2px;
    background: #471273;
    filter: blur(7px);
    position: absolute;
    bottom: -14px;
    width: 85%;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 100%; */
}

.customer-comment-title {
    font-family: tahoma;
    font-size: 47px;
    position: relative;
    text-align: center;
    margin-top: 170px;
}

.customer-comment-title:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 13px;
    background-image: linear-gradient(to left, #814ac6, #17237b);
    width: 110px;
    border-radius: 10px;
    bottom: -30px;
}

.customer-comment-subtitle {
    font-family: tahoma;
    text-align: center;
    margin-top: 43px;
    font-size: 25px;
    color: #7b7b7b;
}

.customer-comment-text {
    font-family: IRANSansULight;
    position: relative;
    box-shadow: 0px 16px 26px #dfdfdf;
    border-radius: 30px;
    background: rgb(3, 3, 3)94, 192, 192);
    padding: 120px 52px 45px 52px;
    text-align: justify;
    font-size: 25px;
    color: #7b7b7b;
    margin-top: 100px;
    line-height: 36px;
}

.customer-comment-text p {
    font-family: IRANSansULight;
    text-align: justify;
    font-size: 20px;
    color: #0f0f0f;
    line-height: 36px;
    margin-bottom: 40px;
}

.customer-comment-img {
    position: absolute;
    top: -75px;
    right: 0;
    width: 100%;
    text-align: center;
}

.customer-comment-img img {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    background: white;
    padding: 2px;
    box-shadow: 0px 16px 23px #e6e6e6;
}

.customer-video {
    margin-top: 65px;
    position: relative;
}

.customer-video .player-container {
    box-shadow: 0px 16px 31px #cac7c7;
    border-radius: 40px;
}

.customer-video .player {
    border-radius: 40px;
}

.customer-video .play-video {
    background-image: linear-gradient(to left, #6225ad, #2b2388);
    width: 70px;
    height: 70px;
    font-size: 26px;
}

.customer-video .play-video:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 19px 4px #6b18d0;
}

.customer-video .video-light-text {
    font-family: tahoma;
    font-size: 24px;
    margin-top: 8px;
}

.customer-video .player-container,
.customer-video .player {
    min-height: 280px;
}

.programming {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f8fb;
    padding: 120px 0;
    margin-top: 130px;
}

.programming-app {
    text-align: right;
}

.programming-app img {
    width: 100%;
    border-radius: 30px;
}

.programming-box {
    background: white;
    box-shadow: 0px 2px 30px #d2cdcdb0;
    border-radius: 30px;
    padding: 20px 40px;
}

.programming-box-img {
    text-align: center;
}

.programming-box-img img {
    width: 150px;
    height: 150px;
}

.programming-box-text {
    font-family: tahoma;
    font-size: 16px;
    position: relative;
    text-align: center;
}

.programming-box-text:after {
    content: "...............................";
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    color: #b4b5b8;
    bottom: -17px;
    letter-spacing: 4px;
}

.proramming-language {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.proramming-language img {
    width: 85px;
}

.programming-days {
    height: 50px;
    background: #eef2f7;
    border: 1px solid white;
    box-shadow: 0px 10px 15px #dfdfdfcc;
    color: #4a4b4d;
    font-family: tahoma;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px;
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 18px;
}

.programming-days-icon {
    font-size: 23px;
    margin-right: 15px;
    padding-top: 5px;
}

.programming-days-count {
    margin-left: 40px;
}

.images {
    background: #101249;
    position: relative;
    padding-top: 120px;
}

.images-title {
    font-family: tahoma;
    font-size: 45px;
    color: white;
    position: relative;
}

.images-title:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 13px;
    background: white;
    width: 100px;
    border-radius: 10px;
    bottom: -40px;
}

.images .wrapper {
    margin-top: 80px;
}

.images .sample-swiper-btn {
    left: -120px;
}

.images .slider-image-inner:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/cover-img.png) no-repeat;
    background-position: 13px 0px;
    background-size: contain;
    width: 112%;
    height: 100%;
}

.images .slider-image-inner {
    position: absolute;
    top: 0;
    left: 0px;
    width: 82%;
    height: 100%;
    overflow: hidden;
    border-radius: 22px;
}

.images .slider-image-parent {
    width: 90%;
}

.images .swiper-slide-active .slider-image-parent {
    width: 100%;
}

.images .slider-image-parent::after {
    padding-top: 167%;
}

.images .swiper-slide-active .slider-image-inner:after {
    background: url(../img/app-gray.png) no-repeat;
    background-size: contain;
    width: 100%;
}

.images .swiper-slide-active .slider-image-parent::after {
    padding-top: 160%;
}

.images .slider-image-inner img {
    border: none;
}

.images .swiper-slide-active .slider-image-inner {
    border-radius: 15px;
}

.images .swiper-slide-active .slider-image-inner img {
    border: 0px solid transparent;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.images .swiper-wrapper {
    margin-left: -84px;
}

.images .swiper-slide-active .slider-image-parent {
    width: 110%;
    margin-top: 26px;
    margin-left: -19px;
}

.footer-right {
    position: absolute;
    right: 80px;
    top: 66%;
    font-family: tahoma;
    font-size: 16px;
    z-index: 2;
}

.gototop {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #262350;
    border-radius: 10px;
    color: white;
    font-size: 30px;
    margin-bottom: 20px;
}

.footer-news {
    min-height: 400px;
    background: #101249;
    position: relative;
    padding-bottom: 40px;
}

.footer-news:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/footer-img.png) no-repeat;
    background-position: bottom center;
    width: 100%;
    background-size: 100% 100%;
    height: 100%;
}

.footer-shape img {
    height: 470px;
}

.footer-title {
    font-family: tahoma;
    font-size: 30px;
    z-index: 2;
    position: relative;
    padding-top: 300px;
    line-height: 55px;
    color: #262350;
}

.footer-left {
    margin-right: auto;
}

.footer-news .input-group {
    margin-top: 30px;
    height: 65px;
    border-radius: 15px;
    overflow: hidden;
}

.footer-news .input-group .form-control {
    height: 65px;
    border: none;
    font-family: tahoma;
    font-size: 23px;
    padding-right: 30px;
    position: relative;
    z-index: 2 !important;
}

.footer-news .input-group .btn {
    background: #ffd400;
    border: none;
    border-radius: 15px;
    position: absolute;
    left: 0;
    height: 100%;
    width: 200px;
    color: black;
    font-family: IRANSansMedium;
    font-size: 21px;
    box-shadow: none;
}


/*////////////////// responsive */

@media (max-width: 1280px) {
    .video-box::before {
        left: -40px;
    }

}

@media (max-width: 1199px) {

    .navbar-brand img {
        width: auto;
    }
    .navbar-toggler {
        color: #4d34a0;
        position: absolute;
        top: 12px;
        left: 0;
        background: white !important;
        padding: 0 !important;
        width: 40px;
        font-size: 22px !important;
        height: 40px;
        line-height: 42px !important;
    }
    .navbar-button {
        left: 0;
        top: 33px;
    }
    .nav-link-active::after {
        content: "";
        position: absolute;
        left: auto;
        right: -15px;
        bottom: 0px;
        width: 4px;
        height: 100%;
    }
    .header-hand {
        order: -1;
    }
    .header-left-side {
        margin-top: 80px;
        text-align: center;
        margin-bottom: 80px;
    }
    .header-app-hand {
        text-align: left;
    }
    .video-title {
        width: 100%;
    }
    .levels-left .card-header::before {
        left: 415.5px;
    }
    .levels-right .card-header::before {
        right: 415.5px;
    }
    .samples .title {
        padding-right: 0;
    }
    .header-video-btn::after {
        background: #7d5ec7;
    }
    .articles .title {
        background-size: 29%;
    }
    .inner-navbar .main-navbar {
        padding: 11px 15px;
    }
    .main-navbar {
        padding: 15px;
    }
    .main-navbar.navbar-sticky {
        padding: 12px 15px;
    }
    .navbar-toggler {
        background: #000 none repeat scroll 0 0;
        border-radius: 2px;
        padding: 3px 7px;
    }
    .main-navbar .nav-link {
        background: rgba(255, 255, 255, 0.11) none repeat scroll 0 0;
        border-radius: 2px;
        text-align: center;
    }
    .menu-btn {
        margin: 20px auto !important;
        width: 90%;
    }
    .swiper-title {
        font-size: 26px;
    }
    .swiper-text div {
        font-size: 16px;
        line-height: 32px;
    }
    #navbarResponsive {
        background: #f5f5f5;
        margin-bottom: 10px;
        border-radius: 5px;
    }
    #navbarResponsive .navbar-nav .nav-link {
        color: #000 !important;
        border-bottom: 1px solid #fff;
    }
    .main-navbar .nav-link.active::before,
    .main-navbar .nav-link:hover::before {
        background: #000 !important;
        bottom: -2px;
    }
    .swiper-text {
        margin-top: 20px;
    }
    .header2-app-name {
        font-size: 40px;
    }
    .header2-img img {
        width: 100%;
    }
    .customer-comment-title {
        margin-top: 125px;
    }
    .programming-box-text {
        font-size: 13px;
    }
    .images .swiper-wrapper {
        margin-left: -65px;
    }
    .images .slider-image-inner {
        width: 83%;
    }
    .images {
        min-height: auto;
    }
}

@media (max-width: 1040px) {
      h1{
      text-align:right;
      }
    .video-box::before {
        left: -28px;
    }
}

@media (max-width: 991px) {
      h1{
      text-align:right;
      }
    .create .create-app-image,
    .create-app-left .create-app-image,
    .feature-img {
        text-align: center;
    }
    .subtitle {
        font-size: 18px;
    }
    .has-check .media-body {
        font-size: 16px;
        padding: 19px 15px;
    }
    .app-order {
        order: 1;
    }
    .feature-title {
        margin-bottom: 0 !important;
    }
    .feature-right {
        margin-top: 50px;
    }
    .levels-right:nth-child(1) {
        margin-top: 0;
    }
    .levels-left {
        border-right: 0;
    }
    .levels-left .card-header::before,
    .levels-right .card-header::before,
    .levels .card-header::after {
        display: none;
    }
    .questions {
        background: #fae5d0;
    }
    .small-article-1 {
        margin-top: 40px !important;
    }
    .small-article {
        flex-direction: column;
    }
    .small-article,
    .big-article {
        width: 100%;
    }
    .small-article-img img {
        width: 100%;
        height: 100%;
    }
    .small-article-img {
        margin-right: 0;
        margin-top: -45px;
        margin-left: 0;
    }
    .small-article-1 {
        margin-top: 0;
    }
    .big-article .article-text {
        font-size: 16px;
        line-height: 22px;
    }
    .articles .big-article,
    .articles .small-article {
        margin-bottom: 25px !important;
    }
    .small-article-2 {
        margin-top: 65px;
    }
    .samples .title {
        background: url(../img/advantages-bg.png) no-repeat;
        background-size: contain;
        background-position: center;
        height: 345px;
        line-height: 325px;
        font-size: 31px;
        padding-top: 28px;
        text-align: center;
        margin-bottom: 0;
        margin-top: -230px;
        padding-right: 53px;
    }
    .swiper-text {
        margin-bottom: 50px;
    }
    .header-video-btn::after {
        background: #4e35a1;
    }
    .articles .title {
        background-size: 39%;
    }
    .has-particle .row {
        padding: 60px 0 150px 0;
    }
    .advice:before {
        background: none;
    }
    .advice-request {
        padding-top: 0;
        margin-bottom: 100px;
    }
    .header2-app-name {
        font-size: 50px;
    }
    .header2-img {
        margin-top: 110px;
    }
    .header2-img img {
        width: 92%;
    }

    .header2-right {
        text-align: center;
    }

    .sample-lable{
        margin: 0 auto;
    }
    .customer-comment-text {
        font-size: 18px;
        line-height: 30px;
    }
    .programming-app {
        text-align: center;
        margin-bottom: 40px;
    }
    .programming-app img {
        width: 80%;
    }
    .programming-box-text {
        font-size: 15px;
    }
    .images .sample-swiper-btn {
        left: 0px;
    }
    .images .swiper-wrapper {
        margin-left: -60px;
    }
    .images .swiper-slide-active .slider-image-parent {
        width: 106%;
    }
    .images .swiper-slide-active .slider-image-inner {
        width: 81%;
    }
    .images .slider-image-inner {
        border-radius: 15px;
    }
    .images .slider-image-parent {
        width: 80%;
    }
    .images .swiper-wrapper {
        margin-left: 46px;
    }
    .footer-left {
        padding-right: 30px !important;
    }
    .footer-title {
        font-size: 30px;
        margin-bottom: -10px;
    }
    .footer-news .input-group .btn {
        width: 162px;
        font-size: 18px;
    }
    .footer-news .input-group .form-control {
        font-size: 19px;
    }
}

@media (max-width: 767px) {
      h1{
      text-align:right;
      }
    .has-particle {
        padding: 30px 0 30px 0;
    }
    .levels {
        margin-top: 0;
    }
    .advice-request {
        padding-top: 100px;
    }
    .samples {
        margin-top: 50px;
    }
    .samples .title {
        font-size: 22px;
        height: 200px;
        line-height: 158px;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .articles .title {
        background-size: 51%;
    }
    .has-particle .row {
        padding: 10px 0 80px 0;
    }
    .has-particle {
        margin-bottom: 30px;
    }
    .advice {
        margin-top: 0;
    }
    .advice-request {
        margin-bottom: 0;
    }
    .inner-navbar .main-navbar {
        padding: 11px 15px;
    }
    .samples .slider-image-parent {
        width: 85%;
        margin: 30px auto;
    }
    .samples .swiper-slide-active .slider-image-inner {
        border-radius: 33px;
    }
    .swiper-text {
        margin-top: 0;
    }
    .samples .swiper-slide {
        min-height: auto !important;
    }
    .header2-app-name {
        font-size: 40px;
    }
    .header2-img {
        margin-top: 90px;
    }
    .header2-img img {
        width: 45%;
    }
    .customer-comment-text {
        padding: 120px 30px 45px 30px;
    }
    .customer-comment-title {
        font-size: 40px;
    }
    .customer-comment-title::after {
        height: 11px;
        width: 105px;
    }
    .customer-comment-subtitle {
        font-size: 22px;
    }
    .customer-video .play-video {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
    .customer-video .video-light-text {
        font-size: 20px;
        margin-top: 0px;
    }
    .programming-app img {
        width: 85%;
    }
    .frontend {
        margin-bottom: 30px;
    }
    .images .swiper-slide-active .slider-image-inner {
        border-radius: 40px;
    }
    .images .swiper-slide-active .slider-image-parent {
        width: 100%;
    }
    .images-title {
        font-size: 40px;
    }
    .images-title::after {
        height: 11px;
        width: 105px;
    }
    .footer-shape img {
        display: none;
    }
    .footer-news {
        color: white;
    }
    .gototop {
        background: white;
        color: #262350;
    }
    .footer-title {
        text-align: center;
    }
    .footer-news {
        padding-top: 90px;
    }
    .footer-right {
        position: relative;
        text-align: center;
        right: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 25px;
    }
    .gototop {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }
    .footer-news:after {
        background: none;
    }
    .images {
        min-height: auto;
    }
    .footer-title {
        margin-bottom: 0;
    }
    .footer-title {
        padding-top: 0;
    }
}

@media (max-width: 700px) {
    .images .swiper-slide-active .slider-image-inner {
        border-radius: 30px;
    }
    .images .swiper-slide-active .slider-image-inner img {
        border: 0px solid transparent;
    }
}

@media (max-width: 600px) {
    .video-box::before {
        left: -8px;
    }
}

@media (max-width: 575px) {
    .header-title {
        font-size: 25px;
    }
    .header-subtitle {
        font-size: 15px;
    }
    .header-video-btn {
        font-size: 18px;
    }
    .has-check .media-body {
        font-size: 14px;
    }
    .title,
    .articles .title {
        font-size: 25px;
    }
    .video-title {
        font-size: 40px;
    }
    .text-on-video h1 {
        font-size: 33px;
    }
    .video-light-text {
        font-size: 22px;
    }
    .play-video {
        margin-top: 20px;
        width: 60px;
        height: 60px;
        font-size: 23px;
    }
    .video-title {
        font-size: 30px;
        text-align: center;
        line-height: 50px;
    }
    .level-subtitle,
    .advice-request p,
    .articles-subtitle {
        font-size: 17px;
    }
    .level-title {
        font-size: 18px;
    }
    .questions .col-lg-7 {
        padding: 0 !important;
    }
    .questions .panel-default>.panel-heading a[aria-expanded="false"]::after,
    .questions .panel-default>.panel-heading a[aria-expanded="true"]::after {
        left: -6px;
    }
    .questions .panel-default>.panel-heading a {
        font-size: 13px;
    }
    .article-title {
        font-size: 16px;
    }
    .article-text {
        font-size: 14px !important;
    }
    .video-box {
        margin-top: 70px;
    }
    .video-title::before {
        width: 100px;
        height: 100px;
        right: 0;
        bottom: 90px;
    }
    .comment-title {
        font-size: 25px;
    }
    .comments-text {
        font-size: 15px !important;
    }
    .comments .col-12 {
        padding: 0;
    }
    .navbar-toggler {
        left: 15px;
    }
    .navbar-sticky .navbar-toggler {
        left: 30px;
    }
    .navbar-brand img {
        margin-right: 15px;
    }
    #navbarResponsive {
        margin: 0 15px;
        margin-bottom: 10px;
    }
    .samples .swiper-slide-active .slider-image-inner {
        border-radius: 38px;
    }
    .header2-img {
        margin-top: 70px;
    }
    .header2-img img {
        width: 80%;
    }
    .customer-comment-text {
        font-size: 16px;
    }
    .customer-comment-title {
        font-size: 32px;
    }
    .customer-comment-title::after {
        height: 9px;
        width: 90px;
    }
    .customer-comment-subtitle {
        font-size: 19px;
    }
    .proramming-language img {
        width: 80px;
    }
    .images .swiper-slide-active .slider-image-inner {
        border-radius: 0;
    }
    .images-title {
        font-size: 32px;
    }
    .images-title::after {
        height: 9px;
        width: 90px;
    }
    .footer-title {
        font-size: 25px;
    }
}

@media (max-width: 480px) {
    .navbar-button {
        display: none;
    }
    .levels .card {
        width: 100%;
        margin-bottom: 37% !important;
    }
    .advice .col-lg-6 {
        padding: 0;
    }
    .swiper-title {
        font-size: 22px;
    }
    .swiper-text div {
        font-size: 13px;
    }
    .swiper-wrapper {
        margin-left: 0 !important;
    }
    .samples .slider-image-parent {
        width: 60%;
        margin: 0 auto;
    }
    .swiper-text {
        margin-top: 20px;
    }
    .samples .swiper-slide-active .slider-image-inner {
        border-radius: 45px;
    }
    .header2-app-name {
        font-size: 30px;
        margin-top: 10px;
    }

    .header2-right {
        text-align: center;
    }

    .sample-lable{
    margin:0 auto;
    }
    .header2-app-features {
        font-size: 20px;
    }
    .header2-img img {
        border-radius: 10px;
        width: 95%;
    }
    .customer-comment-text {
        padding: 120px 15px 45px 15px;
        line-height: 26px;
        font-size: 15px;
    }
    .customer-video .video-light-text {
        font-size: 15px;
    }
    .customer-video .play-video {
        width: 50px;
        height: 50px;
        font-size: 17px;
    }
    .customer-video .player-container,
    .customer-video .player {
        border-radius: 25px;
    }
    .images .swiper-slide-active .slider-image-parent {
        width: 68%;
        margin: 0 auto;
    }
    .images .swiper-slide-active .slider-image-inner {
        margin-left: 22px;
    }
    .images .swiper-slide-active .slider-image-inner img {
        border-radius: 25px;
    }
    .images .slider-image-parent {
        width: 50%;
    }
    .images-title {
        font-size: 29px;
    }
    .footer-title {
        font-size: 22px;
    }
    .footer-news .input-group {
        height: 55px;
    }
    .footer-news .input-group .form-control {
        font-size: 15px;
        padding-right: 10px;
        height: 55px;
    }
    .footer-news .input-group .btn {
        width: 135px;
        font-size: 13px;
    }
    .images {
        padding-bottom: 0;
        max-height: 750px;
        padding-bottom: 70px;
    }
}

@media (max-width: 375px) {
    .video-box::before {
        width: 280px;
        height: 280px;
    }
    .header-video-btn::after {
        background: #5339a5;
    }
    .header2-app-name {
        font-size: 25px;
        margin-top: 10px;
    }
    .header2-app-features {
        font-size: 18px;
    }
    .header2-buttons .btn {
        width: 130px;
        font-size: 14px;
    }
    .customer-comment-title {
        font-size: 29px;
    }
    .customer-comment-title::after {
        height: 9px;
        width: 70px;
    }
    .customer-comment-subtitle {
        font-size: 16px;
    }
    .programming-box-text {
        font-size: 13px;
    }
    .images .swiper-slide-active .slider-image-inner img {
        border: 6px solid transparent;
    }
    .images-title {
        font-size: 24px;
    }
    .images-title::after {
        height: 8px;
        width: 70px;
    }
    .footer-title {
        font-size: 18px;
    }
    .footer-news .input-group {
        height: 45px;
    }
    .footer-news .input-group .form-control {
        font-size: 12px;
        height: 45px;
    }
    .footer-news .input-group .btn {
        width: 93px;
        font-size: 9px;
    }
}

.time-lable {
    font-size: 20px;
    color: #fff;
    text-align: right;
    font-family: tahoma;
    margin-bottom: 40px;
    height: 49px;
    border: 1px solid #eee;
    border-radius: 30px;
    width: 270px;
    display: flex;
    justify-content: start;
    align-items: center;
    background-image: linear-gradient(to left, #5b107f 15%, #101247);
    position: relative;
}

.time-lable img {
    margin-left: 22px;
    width: 32px;
    margin-right: 8px;
}

.header3-title {
    font-size: 37px;
    font-family: tahoma;
    color: #fff;
    text-align: right;
    letter-spacing: -1.5px;
}

.header3-subtitle {
    font-family: tahoma;
    color: white;
    font-size: 15px;
    line-height: 38px;
    margin-top: 15px;
    text-align: justify;
}

.header3-img {
    margin-top: 170px;
    height: 400px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.header3-img img {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    height: 400px;
}

.header3 {
    min-height: 785px;
}

.calendar {
    position: absolute;
    top: 25px;
    z-index: 2;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 85px;
    height: 85px;
    border-radius: 25px;
    background-color: #ffdd00;
    box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.4);
    border: 3px solid #313131;
}

.calendar-day {
     font-size: 40px;
     font-family: tahoma;
     height: 40px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-top: 7px;
}

.calendar-month {
    font-size: 22px;
    font-family: tahoma;
    margin-top: -15px;
}

.customer-comment-2 .customer-comment-text {
    margin-top: -40px;
    margin-right: 120px;
    border-radius: 0 40px 40px 0;
    margin-bottom: 100px;
    border: 1px solid #eee;
    background-color: white;
}

.customer-comment-2 .customer-comment-img {
    position: absolute;
    top: -75px;
    right: 100px;
    width: 155px;
    height: 155px;
    border-radius: 100%;
    text-align: right;
}

.customer-comment-2 .customer-comment-img img {
    width: 155px;
    height: 155px;
    border: 2px solid #fff;
}

.customer-comment-2 .comment-title {
    position: absolute;
    top: 35px;
    right: 275px;
    font-family: tahoma;
    font-size: 26px;
    color: #3e3e3e;
    margin-bottom: 0;
}

.customer-comment-2 .comment-title img {
    width: 30px;
}

.customer-comment-2 .customer-comment-text {
    padding: 150px 52px 45px 30px;
}

.customer-comment-2 .customer-video {
    margin-bottom: 80px;
}

.articles-slider-wrapper {
    position: relative;
}

.articles-slider-wrapper:after {
    content: "";
    position: absolute;
    background-color: #101249;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 76%;
    z-index: -1;
}

.send-comment-title {
    font-family: tahoma;
    margin-bottom: 25px;
}

.send-comment {
    box-shadow: 15px -5px 37px #dfdfdf7d;
    padding: 55px 118px 45px 52px;
    margin-left: 125px;
    border-radius: 40px 0 0 45px;
    margin-bottom: 100px;
    background-color: white;
    border: 1px solid #eee
}

.articles-slider-wrapper .cm-form {
    height: 65px;
    background: #f5f5f5;
    border: none;
    border-radius: 35px;
    font-size: 23px;
    padding-right: 20px;
    padding-left: 20px;
    font-family: tahoma;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}

.articles-slider-wrapper textarea {
    background: #f5f5f5;
    height: 180px !important;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    font-size: 23px;
    font-family: tahoma;
    border: none;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    resize: none;
    margin-top: 20px;
}

.send-comment-btn {
    width: 360px;
    background: #fd0;
    border: none;
    border-radius: 35px;
    height: 65px;
    font-size: 30px;
    margin-top: 20px;
    font-family: tahoma;
    box-shadow: 0 9px 26px -15px #fd0;
    transition: 0.4s !important;
    -webkit-transition: 0.4s !important;
    -moz-transition: 0.4s !important;
    -ms-transition: 0.4s !important;
    -o-transition: 0.4s !important;
}

.send-comment-btn:hover {
    box-shadow: 0 9px 28px -9px #fd0;
}

.articles-slider {
    margin-right: 94px;
    z-index: 3;
}

.articles-slider .swiper-slide {
    padding: 20px 0;
}

.articles-slider .swiper-container {
    padding-top: 40px;
}

.articles-slider-title {
    color: white;
    font-family: tahoma;
    margin-bottom: 5px;
}

.articles-slider .big-article {
    padding: 20px 10px;
    width: 100%;
}

.articles-slider .big-article .article-text {
    font-family: tahoma;
    font-size: 13px;
    color: black;
    line-height: 22px;
    text-align: justify;
    height: 90px;
}

.articles-slider .big-article-img {
    border: 2px solid white;
}

.articles-slider .article-btn {
    min-width: 110px;
    font-size: 15px !important;
    letter-spacing: -0.5px;
}

.articles-slider .swiper-button-next,
.articles-slider .swiper-button-prev {
    position: absolute;
    background: #f1f5fa;
    box-shadow: -1px 5px 11px -4px #bbb7b7;
    padding: 7px;
    border-radius: 15px;
    z-index: 1000;
    width: 65px;
    height: 65px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(45%);
    cursor: pointer;
}

.articles-slider .swiper-button-next {
    left: 130px !important;
    background: url('../img/arrow-left.png') #f1f5fa no-repeat !important;
    background-position: center center !important;
    background-size: 40px !important;
}

.articles-slider .swiper-button-prev {
    right: 0;
    background: url('../img/arrow-right.png') #f1f5fa no-repeat !important;
    background-position: center center !important;
    background-size: 40px !important;
}

.footer-news.has-mt {
    margin-top: -140px;
}

.articles-slider .swiper-pagination {
    bottom: -30px !important;
    display: none;
    padding-right: 0;
}

.articles-slider .swiper-pagination-bullet {
    background: white;
    opacity: .6;
}

.articles-slider .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #007aff !important;
}

.social-box-wrapper {
    position: absolute;
    left: 35px;
    height: 100%;
    top: 28px;
}

.social-box {
    position: sticky;
    width: 52px;
    background: #3d1a73;
    left: 37px;
    top: 85px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-top: 10px;
    z-index: 2;
    margin-bottom: 65px;
}

.social-box img {
    width: 30px;
}

.social-box div {
    margin-bottom: 18px;
}

.social-box div a {
    display: flex;
    align-items: center;
}
@media(min-width: 1330px) {


    .samples .swiper-slide-active .slider-image-parent::before{

      height:99% !important;

      }



}


@media(min-width: 1500px) {
    .images .swiper-slide-active .slider-image-inner img {
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px;
    }

    .samples .swiper-slide-active .slider-image-parent::before{

      height:99% !important;

      }



}

@media(min-width: 2100px) {
    .images .swiper-slide-active .slider-image-inner img {
        border-radius: 65px;
        -webkit-border-radius: 65px;
        -moz-border-radius: 65px;
        -ms-border-radius: 65px;
        -o-border-radius: 65px;
    }
    .images .slider-image-inner {
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
    }
    .samples .swiper-slide-active .slider-image-inner {
        border-radius: 95px;
    }
}

@media(min-width: 3000px) {
    .images .swiper-slide-active .slider-image-inner img {
        border-radius: 90px;
        -webkit-border-radius: 90px;
        -moz-border-radius: 90px;
        -ms-border-radius: 90px;
        -o-border-radius: 90px;
    }
    .images .slider-image-inner {
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px;
    }
    .samples .swiper-slide-active .slider-image-inner {
        border-radius: 120px;
        -webkit-border-radius: 120px;
        -moz-border-radius: 120px;
        -ms-border-radius: 120px;
        -o-border-radius: 120px;
    }
}

@media(min-width: 4000px) {
    .images .swiper-slide-active .slider-image-inner img {
        border-radius: 130px;
        -webkit-border-radius: 130px;
        -moz-border-radius: 130px;
        -ms-border-radius: 130px;
        -o-border-radius: 130px;
    }
    .images .slider-image-inner {
        border-radius: 60px;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        -ms-border-radius: 60px;
        -o-border-radius: 60px;
    }
    .samples .swiper-slide-active .slider-image-inner {
        border-radius: 150px;
        -webkit-border-radius: 150px;
        -moz-border-radius: 150px;
        -ms-border-radius: 150px;
        -o-border-radius: 150px;
    }
}

@media(max-width: 1199px) {
    .header3-title {
        font-size: 31px;
    }
    .articles-slider-wrapper input,
    .articles-slider-wrapper textarea {
        font-size: 15px;
    }
    .articles-slider {
        margin-right: 75px;
        margin-left: 75px;
    }
    .articles-slider-title {
        padding-right: 25px;
    }
    .articles-slider .swiper-button-next {
        left: -70px !important
    }
    .articles-slider .swiper-button-prev {
        right: -70px !important
    }
    .customer-comment-2 .customer-comment-text {
        padding: 150px 52px 45px 0;
        margin-right: 65px;
    }
    .send-comment {
        margin-left: 65px;
    }
    .social-box-wrapper {
        left: 15px;
    }
}

@media(max-width: 991px) {
    .header3-img {
        margin-top: 60px;
    }
    .header3-img {
        height: 450px;
        width: 100%;
    }
    .header3-img img {
        height: 450px;
    }
    .calendar {
        left: 80px;
    }
    .customer-comment-2 .customer-comment-text {
        margin-top: 150px;
        margin-right: 70px;
        border-radius: 40px;
        background: white;
        margin-left: 15px;
        padding: 150px 52px 45px 88px;
    }
    .customer-comment-2 .customer-comment-text p {
        font-size: 20px;
    }
    .articles-slider-wrapper textarea {
        margin-top: 0;
    }
    .social-box img {
        width: 25px;
    }
    .social-box div {
        margin-bottom: 15px;
    }
    .send-comment {
        padding: 55px 68px 45px 52px;
    }
    .images .swiper-slide-active .slider-image-inner::after {
        width: 102%;
    }
}

@media(max-width: 767px) {
    .header3-img {
        height: 100%;
        width: 100%;
    }
    .header3-img img {
        height: 100%;
        width: 100%;
    }
    .calendar {
        left: 20px;
    }
    .customer-comment-2 .customer-comment-text {
        padding: 65px 30px 45px 30px;
    }
    .send-comment {
        padding: 55px 55px 45px 52px;
    }
    .footer-news.has-mt {
        margin-top: 0;
    }
    .social-box {
        width: 208px;
        right: 290px;
        border-radius: 20px;
        display: flex;
        align-items: center;
        flex-direction: row;
        top: 85px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        padding-top: 0;
        height: 43px;
        justify-content: space-around;
    }
    .social-box div {
        margin-bottom: 0;
    }
    .send-comment {
        margin-left: 85px;
    }
    .customer-comment-2 .customer-comment-text {
        margin-right: 15px;
        margin-left: 15px;
    }
    .social-box-wrapper {
        position: relative;
    }
}

@media(max-width: 575px) {
    .header3-title {
        font-size: 25px;
    }
    .calendar {
        width: 70px;
        height: 70px;
        border-radius: 10px;
        border: 3px solid #000;
    }
    .calendar-day {
        font-size: 37px;
        margin-top: -4px;
    }
    .calendar-month {
        font-size: 20px;
        margin-top: -20px;
    }
    .customer-comment-2 .customer-comment-img {
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .customer-comment-2 .comment-title {
        position: relative;
        top: -5px;
        right: 0;
        font-family: tahoma;
        font-size: 23px;
        color: #3e3e3e;
        margin-bottom: 20px;
        width: 100%;
    }
    .customer-comment-2 .customer-comment-text {
        padding: 85px 10px 45px 10px;
    }
    .customer-comment-2 .customer-comment-text p {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .customer-comment-2 .comment-title img {
        width: 25px;
    }
    .send-comment {
        padding: 55px;
        margin-left: 15px;
        border-radius: 40px;
        margin-bottom: 100px;
        background-color: white;
        margin-right: 15px;
    }
    .send-comment-title {
        font-size: 25px;
    }
    .comment-has-btn {
        text-align: center;
    }
    .send-comment-btn {
        width: 250px;
        border-radius: 35px;
        height: 60px;
        font-size: 24px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
    .articles-slider {
        margin-right: 15px;
        margin-left: 15px;
    }
    .articles-slider-title {
        font-size: 23px;
    }
    .articles-slider .swiper-pagination {
        bottom: -30px !important;
        display: block;
    }
    .send-comment {
        box-shadow: none;
    }
    .social-box {
        width: 208px;
        top: 165px;
    }
    .customer-comment-2 .col-lg-11 {
        margin-top: 100px;
    }
    .social-box {
        margin: 0 auto
    }
    .social-box-wrapper {
        top: 90px;
        right: 0;
        width: 100%;
    }
}

@media(max-width: 480px) {
    .send-comment {
        padding: 55px 15px;
    }
}

@media(max-width: 375px) {
    .header3-title {
        font-size: 20px;
    }
    .header3-subtitle {
        font-size: 13px;
    }
}


.footer-home{
background:none;
}


.bsapp-single img{
  display: block;
  margin: 0 auto;
  border-radius: 25px;
  box-shadow: 6px 6px 8px #aaaaaa;
}

.bsapp-single h4{
font-weight: bold;
}

.bsapp-single ul{
    list-style-position: inside;
}

.result-ex{
position: absolute;
font-size: 22px;
right: 37%;
text-align: center;

    }
.result {
position: absolute;

    font-size: 20px;
    text-align: right;


}



.commentlist li {
background: #f5f5f5;
    height: 180px !important;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    font-size: 23px;
    font-family: tahoma;
    border: none;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    resize: none;
    margin-top: 20px;
}



.comment p {
margin-top:25px;
}



.advice-request-single{
padding-top: 15px;
padding-bottom: 50px;
}

.center-single-moshavere{
display: block;
margin: 0 auto;
}

.result-ex-single img{
box-shadow: none !important;
}



.portfolio-btn {
    background: #03A9F4 !important;
    min-width: 135px;
    font-size: 17px !important;
    border-radius: 15px !important;
    font-family: tahoma;
    color: #fff !important;
    float: left;
}


.portfolio-span{
position: relative;
top: -120px;
right: 50px;
background: #DCC6E0;
padding: 1px 7px 1px 7px;
border-radius: 15px;
color: #6E248D;
box-shadow: 3px 4px 4px #f1f1f1;

}


.archive-margin-bottom{
margin-bottom:90px;
}



.archive-header{
max-height:0px;
}


.archive-header .navbar {
    background: white;
    box-shadow: 2px 2px 5px rgba(91, 94, 222, 0.16);
    margin-top: 0;
}


.archive-header .nav-link {
    color: black !important;
}

.archive-header .navbar .nav-link:hover::before {
    background: #000;
    border-radius: 22px;
    bottom: 1px;
    content: "";
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 18px;
}

.footer-title{
font-family: tahoma;
}
/*
h4.header-title{
position: absolute;
    left: 90px;
    font-size: 25px;
} */


.archive-article{
min-height: 440px;
}

.archive-title{
min-height: 51px;
}


.create-text-page-cat{
    font-size: 20px;
    text-align: justify;
    line-height: 35px;
}


.media-body-page-cat{
padding: 30px 30px;
line-height: 30px;
font-size: 20px;
font-family: tahoma;
}
.create-text-page-cat-2{
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
}


.media-body-page-cat-2{
padding: 19px 30px;
line-height: 30px;
text-align: justify;
}

.card-body-sub{
    font-family: tahoma;
    font-size: 18px;
}

.card-body-content{
    font-size: 16px;
    text-align: justify;
    padding-top: 14px;
}

.subtitle-page-cat{
margin-bottom: 20px;
}


.feature-title-page-cat {
    margin-bottom: 0px !important;
    margin-top: 180px !important;
}

.margin-page-cat{
    margin-top: -20px;
}



/*attetion box*/
.attention-box{

    background-color: #e6ffe1;
    padding-top: 50px;
    padding-bottom: 20px;
    direction: rtl;
    text-align: right;
    border: 1px solid #66cb53;
    border-radius: 40px;
    margin-top:10%;
}
.attention-box p{
  color: #178a01;
  padding: 0px 30px;
  text-align: justify;
  font-family: tahoma;
  font-size: 22px;
  line-height: 40px;
}

.attention-tik i{
    font-size: 50px;
    color: #1d8d07;
    border-radius: 50px;
    background-color: #4ac133;
    padding: 8px;
    position: absolute;
    top: -33px;
    right: 45px;
    box-shadow: 0px 0px 10px 2px #fff;
}
/*end attention box*/


.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
		border-radius: 15px;
}

.shadow-lg h5{
font-size: 16px !important;
padding-right: 1rem;

}


.card-header-page-cat1{
/* background-color: #262350 !important;
min-height:250px; */
background-color:#fff !important;
}

.card-header-page-cat2{
/* background-color: #262350 !important;
min-height:250px; */
background-color:#fff !important;
}

.card-header-page-cat3{
/* background-color: #262350 !important;
min-height:250px; */
background-color:#fff !important;
}

.card-header-page-cat4{
/* background-color: #262350 !important;
min-height:250px; */
background-color:#fff !important;
}

.card-header i{
font-size: 100px;
}


.card-header h4{
font-family: tahoma;
   font-size: 20px;
   color: #ed1d8d;
   margin-top: 80px !important;
}



.boxStyle1 .card-header-img {
box-shadow: 0px 18px 34px 1px #7c2ac652;
 background: linear-gradient(180deg, white, #ead2ff);
}


.boxStyle1 .card-header h4 {
    color: #7c2ac6;
}

.levels .boxStyle1 {
    box-shadow: 0px 18px 34px 1px #7c2ac630;
    transition: all 0.3s;
}
.levels .boxStyle2 {
box-shadow: 0px 18px 30px 1px #ed1d8d1a;
transition: all 0.3s;
}
.levels .boxStyle3 {
    box-shadow: 0px 18px 34px 1px #02a0af2b;
    transition: all 0.3s;
}

.levels .boxStyle4 {
    box-shadow: 0px 18px 34px 1px #ff7d484d;
    transition: all 0.3s;
}

.boxStyle3 .card-header h4 {
    color: #00cbd0;
}

.boxStyle3 .card-header-img {
box-shadow: 0px 18px 34px 1px #00cbd040;
  background: linear-gradient(180deg, white, #d6feff);
}

.boxStyle3 .card-header h4 {
    color: #00cbd0;
}

.boxStyle4 .card-header h4 {
    color: #ff533f;
}

.boxStyle4 .card-header-img {
    box-shadow: 0px 18px 34px 1px #ff533f69;
  background: linear-gradient(180deg, white, #ffdfdc);
}



.card-body-price {
    padding-top: 0 !important;
        margin-top: -30px;
}


.boxStyle1 button {
    font-size: 16px;
    font-family: 'tahoma';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    background: #7c2ac6;
    color: #fff;
    border: none;
    border-radius: 24px;
    width: 178px;
    margin-right: auto;
    margin-left: auto;
    outline: none !important;
    box-shadow: 0px 18px 30px 1px #7c2ac636;

}

.boxStyle2 button {
    font-size: 16px;
    font-family: 'tahoma';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    background: #ed1d8d;
    color: #fff;
    border: none;
    border-radius: 24px;
    width: 178px;
    margin-right: auto;
    margin-left: auto;
    outline: none !important;
    box-shadow: 0px 18px 30px 1px #ed1d8d33;

}

.boxStyle3 button {
    font-size: 16px;
    font-family: 'tahoma';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    background: #00cbd0;
    color: #fff;
    border: none;
    border-radius: 24px;
    width: 178px;
    margin-right: auto;
    margin-left: auto;
    outline: none !important;
    box-shadow: 0px 18px 30px 1px #00cbd030;
}

.boxStyle4 button {
    font-size: 16px;
    font-family: 'tahoma';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    background: #ff533f;
    color: #fff;
    border: none;
    border-radius: 24px;
    width: 178px;
    margin-right: auto;
    margin-left: auto;
    outline: none !important;
    box-shadow: 0px 18px 30px 1px #ff533f33;
}



.price-table-bapp .card-header:first-child {
    border-radius: 15px;
}


.price-table-bapp .card {
border-radius: 15px;
}


.price-table-bapp .boxStyle1:hover {
    box-shadow: 0px 0px 0px 2px #7c2ac6;
      margin-top: -20px;
}

.price-table-bapp .boxStyle2:hover {
    box-shadow: 0px 0px 0px 2px #ed1d8d;
    margin-top: -20px;
}

.price-table-bapp .boxStyle3:hover {
    box-shadow: 0px 0px 0px 2px #00cbd0;
    margin-top: -20px;
}

.price-table-bapp .boxStyle4:hover {
    box-shadow: 0px 0px 0px 2px #ff533f;
    margin-top: -20px;
}


.boxStyle1:hover button {
    background: white;
    color: #7c2ac6;
    box-shadow: 0px 0px 0px 2px #7c2ac6;
    outline: none !important;

}

.boxStyle2:hover button {
    background: white;
    color: #ed1d8d;
    box-shadow: 0px 0px 0px 2px #ed1d8d;
    outline: none !important;
}

.boxStyle3:hover button {
    background: white;
    color: #00cbd0;
    box-shadow: 0px 0px 0px 2px #00cbd0;
    outline: none !important;
}

.boxStyle4:hover button {
    background: white;
    color: #ff533f;
    box-shadow: 0px 0px 0px 2px #ff533f;
    outline: none !important;
}



.shape-category-bg{
background: linear-gradient(150deg, #ed2415 15%, #8f6ed5 70%, #03A9F4 94%) !important;
}

.header-app-hand-category{
margin-bottom: 100px;
margin-top: 50px;
}



.navbar-sticky .menu-btn{
    background-color: #371266;
    color: #ffffff;
}


.table-cell{
background:#fff;
}



.table-price-cat{
margin-top: 110px;
}


.price-close {
    color: #000 !important;
    box-shadow: none !important;
    background: transparent !important;
    float: right !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-shadow: 0 1px 0 #fff !important;
    opacity: .5 !important;
    position: relative !important;
    width: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
}


.dlm-nf-download-link{
    background: #6d0000;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    padding: 8px;
}

.dlm-nf-download-link a{
   color: #fff !important;
}
/* .container {
    max-width: 98% !important;
} */
