@font-face{
	font-family: Mobits;
	src: url('../fonts/iranyekanwebmediumfanum.woff') format('woff');		
}

@font-face{
	font-family: MobitsBold;
	src: url('../fonts/iranyekanwebextraboldfanum.woff') format('woff');	
}

* {
    box-sizing: border-box;
    direction: rtl;
    text-align: right;
    padding: 0;
    margin: 0;
    outline: none !important;
    text-decoration: none;
    font-family:Mobits;
}

.bold {
    font-family: MobitsBold;
}

ul,li {
   list-style: none;
}

body {
    background-color: #fff;
    overflow-x: hidden;
    animation: fadeIn .4s ease-in forwards;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.buttonHover {
    position: relative;
}

.buttonHover:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 100px;
    background: linear-gradient(115deg, #5024ff, #ff5455);
    transform: scale(0);
    transition: .5s;
}

.buttonHover:hover:before {
    transform: scale(1);
}

.buttonHover>span {
    z-index: 2;
    position: relative;
}

#mobits {
    height: 100vh;
    padding-top: 110px;
}

img {
    max-width: 100%;
}

/*--------------------nav-------------------*/
nav {
    height: 90px;
    width: 100%;
    position: fixed;
    top: 0;
    line-height: 90px;
    z-index: 999999;
    transition: background 0.4s ease, box-shadow 0.4s ease;
}

#nasa {
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
}

nav.scrolled {
    backdrop-filter: blur(12px);
    background-color: rgba(247, 249, 254, 0.8);
    transition: background 0.4s ease, box-shadow 0.4s ease;
}

nav.scrolled .menu {
    background: transparent;
}

nav.scrolled .menu:before {
    display: none;
}

nav .menu {
    background: rgba(255,255,255,.4);
    padding-right: 50px;
    border-bottom-right-radius: 53px;
    border-bottom-left-radius: 50px;
    position: relative;
}

nav .menu:before {
    content: "";
    position: absolute;
    background-color: transparent;
    top: 0;
    height: 40px;
    width: 20px;
    left: -20px;
    border-top-left-radius: 20px;
    box-shadow: 0 -20px 0 0 rgba(255,255,255,.4);
    transform: scaleX(-1);
}

nav>div {
    width: 90%;
    margin: 0 auto;
}

nav>div .logo img {
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-left: 5px;
}

nav .title {
    color: #2aa79b;
    font-size: 24px;
}

nav>div {
    display: flex;
}

nav>div>div {
    flex: 1;
}

nav>div .menu>ul>li {
    display: inline-block;
    color: rgb(72, 90, 131);
    cursor: pointer;
    margin-left: 45px;
}

nav>div .menu>ul>li svg {
    vertical-align: middle;
}

nav>div .menu>ul>li svg.arrow_down {
    position: relative;
    top: -2px;
}

nav>div .menu>ul {
    position: relative;
}

nav>div .menu>ul ul li {
    line-height: 30px;
}

nav>div .menu>ul ul {
    position: absolute;
    display: none; 
    transform: translateY(20px);
    opacity: 0;
    background-color: #fff;
    border-radius: 24px;
    border-top-right-radius: 0;
    box-shadow: 0 10px 55px 5px rgba(137,173,255,.35);
    width: 360px;
    padding: 10px 0;
}

nav>div .menu>ul ul:before {
    border-bottom: 10px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 37px;
    top: -9px;
    width: 0;
}

nav>div .menu>ul>li>a {
    color: rgb(72, 90, 131);
}

nav>div .menu>ul ul li a {
    color: #000;
    padding: 13px 20px;
}

nav>div .menu>ul ul li a {
    display: block;
    transition: .3s;
    font-size: 17px;
}

nav>div .menu>ul ul li a:hover {
    background: rgb(247, 249, 254);
    transition: .3s;
}

nav>div .menu>ul ul li a:hover span svg {
    opacity: 1;
    transition: .3s;
}

nav>div .menu>ul ul li a div {
    font-size: 11px;
    color: rgb(115, 133, 175);
    display: inline-block;
}

nav .login button {
    background: linear-gradient(-65deg, #2AA79B, #0898CB, #00f5d4);
    color: #fff;
    border: none;
    padding: 10px 30px 10px 10px;
    font-size: 17px;
    border-radius: 30px;
    cursor: pointer;
    float: left;
    margin-top: 20px;
    box-shadow: 0 20px 16px -16px #10d4ad80;
    background-size: 300% 300%;
    animation: liquidFlow 6s ease-in-out infinite;
    transition: transform 0.3s ease;
}

nav .login button svg {
    vertical-align: middle;
    margin-right: 10px;
    background: rgba(255,255,255,.9);
    border-radius: 50%;
    padding: 5px;
}

nav .mobits_icon {
    background-color: rgba(255, 20, 147, 0.1);
    padding: 9px;
    border-radius: 7px;
}

nav .mobits {
    color: deeppink !important;
}

nav .submenu_icon {
    float: right;
    margin-left: 20px;
    margin-top: 5px;
}

nav .menu>ul>li span {
    display: flex;
}

nav .mobits_money_icon {
    background-color: rgba(22, 160, 133, .1);
    padding: 9px;
    border-radius: 7px;
}

nav .mobits_money {
    color: #16A085 !important;
}

nav .assemble_icon {
    background-color: rgba(52, 152, 219, 0.1);
    padding: 8px;
    border-radius: 7px;
}

nav .assemble {
    color: #3498db !important;
}

nav .assemble span svg, 
nav .mobits span svg,
nav .mobits_money span svg
{
    margin-top: 2px;
    opacity: 0;
    transition: .3s;
    margin-right: auto;
}

nav .submenu li:first-child a {
    border-top-left-radius: 10px;
}

nav .submenu li:last-child a {
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
}

.mobile_nav_icon {
    display: none;
}

.mobile_menu {
    width: 300px;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 99999999;
    border-top-left-radius: 15px;
    transform: translateX(300%);
    transition: transform 0.3s ease;
    padding-top: 0px;
}

.mobile_menu.active {
    transform: translateX(0);
    z-index: 9999999999999999;
}

.mobile_menu a {
    color: #000;
    padding: 17px 15px;
    display: block;
}

.mobile_menu .mobits a {
    color: deeppink
}

.mobile_menu .mobits_money a {
    color: #2aa79b;
}

.mobile_menu .assemble a {
    color: #3498db;
}

.mobile_menu svg {
    vertical-align: middle;
    margin-left: 9px;
    position: relative;
    top: -2px;
}

.mobile_menu .title {
    font-weight: bold;
    color: #2aa79b;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 20px;
}

.mobile_menu .title svg {
    float: left;
    position: relative;
    top: -2px;
    left: -10px;
}

.contact_us {
    width: 100%;
    height: 100vh;
    background: rgba(4, 49, 101, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); 
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.contact_us>div>svg {
    position: absolute;
    left: 8px;
    top: 9px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 4px;
    cursor: pointer;
}

.contact_us>div {
    width: 50%;
    height: auto;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0px;
    padding-top: 20px;
    position: relative;
}

.contact_us>div>div {
    flex: 1;
    padding: 20px;
    padding-top: 0;
}

.contact_us>div>div p {
    margin-bottom: 30px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 20px;
    font-size: 17px;
}

.contact_us>div>div svg {
    vertical-align: middle;
    margin-left: 10px;
    background: #fafafa;
    padding: 6px;
    border-radius: 8px;
}

.contact_us>div>div a {
    font-size: 18px;
    color: #555;
}

.contact_us>div>div>div {
    margin-bottom: 30px;
    font-size: 17px;
}

.contact_us>div>div>div:last-child {
    margin-bottom: 0;
}

.contact_us>div>div>div span {
    background: #fafafa;
    padding: 3px 10px;
    border-radius: 30px;
}

.contact_us>div>div img {
    float: left;
    border-radius: 15px;
}

/*--------------------intro-------------------*/
.intro {
    margin-bottom: 0px;
    position: relative;
}

.intro .price {
    color: orangered;
    font-size: 25px;
    margin-top: 10px;
}

.intro .price a {
    color: deeppink;
}

.intro .price span {
    font-size: 16px;
    margin-right: 15px;
    border: 1px solid rgba(255, 69, 0, .5);
    padding: 4px 15px;
    border-radius: 27px;
    color: orangered;
}

.intro .price span.logged_in {
    border: 1px solid green;
    color: green;
}

.intro:before {
    position: absolute;
    width: 110%;
    height: 100%;
    padding-bottom: 7%;
    top: -25%;
    left: 0;
    content: "";
    background-image: radial-gradient(circle at 40% 90%, rgba(25, 98, 241, .03), rgba(25, 98, 241, 0) 10%), radial-gradient(circle at 30% 70%, rgba(255, 176, 132, .32), rgba(255, 176, 132, 0) 15%), radial-gradient(circle at 80%, rgba(255, 176, 132, .32), rgba(255, 176, 132, 0) 11%), radial-gradient(circle at 70% 30%, rgba(252, 230, 183, .7), rgba(252, 230, 183, 0) 33%), radial-gradient(circle at 52% 37%, rgba(197, 222, 255, .6), rgba(197, 222, 255, 0) 30%), radial-gradient(circle at 65% 10%, rgba(197, 222, 255, .89), rgba(197, 222, 255, 0) 17%), radial-gradient(circle at 40% 30%, rgba(242, 204, 255, .89), rgba(242, 204, 255, 0) 29%);
    /* filter: drop-shadow(0px 10px 40px rgba(165, 165, 165, 0.1)); */
    background-color: white;
    border-radius: 100px;
    transform: scaleX(-1);
}

.intro-in {
    width: 90%;
    margin: 30px auto 0px;
    display: flex;
    z-index: 99;
    position: relative;
}

.intro-in .right>div:first-child {
    color: deeppink;
    background: rgba(255, 20, 147, .07);
    padding: 7px 20px;
    border-radius: 30px;
    width: fit-content;
    font-size: 15px;
}

.intro-back {
    position: absolute;
    left: -30px;
    top: 0;
    height: calc(85% + 9vw);
    width: 28%;
    z-index: 0;
    border-radius: 0 0 50px;
    transform: rotate(-45deg);
    transform-origin: left bottom;
    background: rgba(255, 20, 147, .06);
}

.intro h1 span {
    color: deeppink
}

.intro h1 {
    font-size: 32px;
    margin-top: 15px;
    line-height: 62px;
    color: rgb(72, 90, 131);
}

.intro .right p {
    color: #555;
    max-width: 90%;
    margin-top: 15px;
    line-height: 31px;
}

.intro .right ul {
    line-height: 45px;
    margin-top: 20px;
    flex-flow: wrap;
    display: flex;
}

.intro .go_logs {
    color: #555;
    margin-right: 10px;
    border: 1px solid #bbb;
    padding: 4px 12px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 14px;
}

.intro .right ul strong {
    color: deeppink;
    font-weight: normal;
}

.intro .right ul a {
    color: purple;
}

.intro .right ul svg {
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.intro .right ul li {
    width: 50%;
}

.intro .right {
    width: 60%;
    z-index: 9;
}

.intro .right .buy {
    background: deeppink;
    color: #fff;
    border: none;
    padding: 14px 35px;
    font-size: 17px;
    border-radius: 30px;
    margin-left: 15px;
    cursor: pointer;
    box-shadow: 0 20px 16px -16px rgb(244, 114, 183);
    display: inline-block;
    width: fit-content;
}

.intro .right>div:last-child {
    padding: 30px 0;
}

.intro .right .support {
    box-shadow: 0 20px 16px -16px #ffb264;
    color: #fff;
    background: #ffa246;
    padding: 14px 35px;
    font-size: 17px;
    border-radius: 30px;
    margin-left: 15px;
    cursor: pointer;
    border: none;
    display: inline-block;
    width: fit-content;
}

.intro .right .support svg, .intro .right .buy svg {
    vertical-align: middle;
    position: relative;
    margin-top: -3px;
    margin-left: 7px;
}

.intro .right .admin_demo {
    background-color: #46A1FF;
    box-shadow: 0 20px 16px -16px #46A1FF;
}

.intro .right .support svg {
    position: relative;
    top: 0px;
}

.intro .left {
    width: 40%;
    text-align: left;
    z-index: 2;
    user-select: none;
    cursor: auto;
}

.intro .left img {
    background: #fff;
}

.intro .left .form {
    height: auto;
    border-radius: 30px;
    width: 400px;
    float: left;
    background: #fff;
    margin-bottom: 80px;
    margin-top: 40px;
    padding-bottom: 35px;
    margin-left: 50px;
    box-shadow: 0 10px 100px 5px rgba(255, 73, 176, 0.2);
}

.intro .left .form .title {
    width: 70%;
    background: deeppink;
    text-align: center;
    color: #fff;
    padding: 13px;
    border-radius: 30px;
    margin: 0 auto;
    position: relative;
    top: -25px;
}

.intro .left .form .logo img {
    max-width: 100%;
}

.intro .left .form label {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
}

.intro .left .form input {
    width: 85%;
    margin: 0 auto;
    display: block;
    border: 1px solid #eee;
    height: 50px;
    border-radius: 30px;
    cursor: auto;
    text-align: center;
    font-size: 17px;
    letter-spacing: .6px;
}

.intro .left .form .star {
    color: deeppink;
}

.intro .left .form button {
    display: block;
    background: deeppink;
    color: #fff;
    border: none;
    width: 85%;
    margin: 0 auto;
    text-align: center;
    height: 50px;
    margin-top: 14px;
    border-radius: 30px;
    font-size: 16px;
    margin-bottom: 20px;
}

.intro .left .form p {
    font-size: 12px;
    text-align: center;
    color: #666;
}

.intro .left .form p span {
    color: deeppink;
}

#lightgallery {
    display: none;
}

.lg-container.lg-show {
    z-index: 999999;
    position: relative;
}


/*--------------------Trust------------------*/
.trust {
    max-width: 1350px;
    margin: 0 auto;
    padding-bottom: 50px;
    z-index: 99999;
    position: relative;
}

.trust_logos {
    display: flex;
    width: 1331px;
    margin-right: -15px;
    gap: 20px;
    justify-content: center;
}

.trust h3 {
    margin-bottom: 55px;
    text-align: center;
    color: rgb(72, 90, 131);
    font-size: 28px;
}

.dr-sadeghi-logo {
    border-radius: 8px;
    padding: 12px 10px 5px;
}

.dr-sadeghi-logo img {
    position: relative;
    top: -4px;
}

.royal-plus-logo img {
    position: relative;
    height: 67px;
    top: 7px;
}

.zarine-logo {
    background: #f8f8f8;
    padding: 7px 10px;
    border-radius: 15px;
}

.trust_logos>div {
    flex: 1;
    background: #fafafa;
    justify-content: center;
    display: flex;
    border-radius: 20px;
}
/*--------------------Testimonials------------------*/
.testimonials {
    z-index: 9999;
    position: relative;
    margin-bottom: 140px;
}

.testimonials>div {
    width: 1368px;
    margin: 0 auto 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.testimonials>div>article:not(.testimonial_item) {
    background-size: 50px !important;
    background-repeat: no-repeat !important;
    background-position: left 40px bottom 30px !important;
    position: relative;
    text-align: center;
    flex: 1;
}

.testimonial_item {
    display: none;
}

.testimonial_item.active {
    opacity: 1;
    z-index: 2;
    display: block;
}

.testimonial_item {
    height: 100%;
    background: #fff;
    padding: 40px 50px;
    line-height: 30px;
    color: #666;
    font-size: 16px;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.6s ease;
}

.testimonial_item_wrapper {
    flex: 2.5;
    overflow: hidden;
    box-shadow: 0 10px 30px 5px rgba(115, 113, 255, .06) !important;
    border-radius: 24px;
    min-height: 510px;
    position: relative;
}

.testimonial_users img {
    border-radius: 20%;
    border: 2px solid #fff;
}

.testimonial_users img.active {
    border-radius: 50%;
    transition: all 0.2s ease;
    transform: scale(1.1);
    border: 2px solid #ffd966;
}

.testimonial_user1 {
    position: absolute;
    top: 250px;
    right: 0px;
    cursor: pointer;
}

.testimonial_user2 {
    position: absolute;
    top: 50px;
    left: 100px;
    cursor: pointer;
}

.testimonial_user5 {
    position: absolute;
    top: 50px;
    right: 100px;
    cursor: pointer;
}

.testimonial_user4 {
    position: absolute;
    top: 250px;
    left: 0px;
    cursor: pointer;
}

.testimonial_user3 {
    position: absolute;
    bottom: 0;
    right: 150px;
    cursor: pointer;
}

.testimonial_user6 {
    position: absolute;
    bottom: 0;
    left: 150px;
    cursor: pointer;
}

.testimonial_users img.rightLeft {
    display: inline-block;
    animation: moveLeftRight 2s ease-in-out infinite alternate;
}

.testimonial_users img.updown {
    display: inline-block;
    animation: moveUpDown 2s ease-in-out infinite alternate;
}

@keyframes moveLeftRight {
    from {
        transform: translateX(-20px);
    }
    to {
        transform: translateX(20px);
    }
}

@keyframes moveUpDown {
    from {
        transform: translateY(-20px);
    }
    to {
        transform: translateY(20px);
    }
}

.testimonials>div>div>article div {
    text-align: center;
}

.testimonials .stars {
    margin-top: 20px;
}

.testimonials .stars>span {
    background: #fafafa;
    padding: 2px 20px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 10px;
}

.testimonials>div>div>article>p {
    margin-top: 7px;
    text-align: center;
    font-size: 18px;
    line-height: 34px;
    color: #555;
}

.testimonials>div>div>article div img {
    vertical-align: middle;
    margin-bottom: 24px;
    border-radius: 50%;
}

canvas {
    position: absolute;
    top: -150px;
    left: 0;
    z-index: -1;
    height: 150%;
}

.display_reviews {
    background: transparent;
    border: 1px solid #ddd;
    font-size: 17px;
    padding: 10px 30px 10px 23px;
    display: block;
    margin: 0 auto;
    border-radius: 30px;
    cursor: pointer;
    color: #666;
}

.display_reviews svg {
    vertical-align: middle;
    margin-right: 10px;
}

.testimonial_right {
    position: absolute;
    bottom: 40px;
    right: 70px;
    cursor: pointer;
    transition: .3s;
}

.testimonial_right:hover path {
    fill: #000;
    transition: .3s;
}

.testimonial_left {
    position: absolute;
    bottom: 40px;
    left: 70px;
    transform: rotate(180deg);
    cursor: pointer;
}

.testimonial_left path, .testimonial_right path {
    transition: .3s;
}

.testimonial_left:hover path {
    fill: #000;
    transition: .3s;
}


/*--------------------Logs---------------------*/
.logs {
    background: #F8F9FE;
    padding-bottom: 40px;
    padding-top: 70px;
}

.logs-in {
    width: 1368px;
    margin: 0 auto 0;
    padding-top: 110px;
}

.logs h3 {
    font-size: 25px;
    text-align: center;
    color: rgb(72, 90, 131);
}

.logs>div>p {
    text-align: center;
    margin: 20px auto 0;
    font-size: 17px;
    margin-bottom: 24px;
    color: #333;
    max-width: 48%;
    line-height: 36px;
}

.main-version {
    font-size: 25px;
    margin-bottom: 15px;
}

ul.changes {
    line-height: 37px;
}

ul.changes li {
    font-size: 16px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #eaeaea;
    padding: 11px 0;
    line-height: 33px;
    color: #000;
}

ul.changes li {
    list-style: none;
}

ul.changes .opt-tag {
    color: #80b541;
    border: 1px solid #80b541;
    padding: 0px 6px 2px;
    border-radius: 4px;
    margin-left: 8px;
}

ul.changes .version-tag {
    color: #666;
}

ul.changes .new-tag {
    color: #0089f7;
    border: 1px solid #0089f7;
    padding: 0px 6px 2px;
    border-radius: 4px;
    margin-left: 8px;
}

ul.changes button {
    background: transparent;
    font-family: inherit;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    border: 1px solid #aaa;
    padding: 0 5px;
    margin-right: 10px;
    font-size: 14px;
    border-radius: 6px;
    height: 30px;
    line-height: 29px;
    font-weight: normal;
}

.log_desc {
    background: #fff;
    font-size: 14px;
    padding: 15px;
    margin-top: 11px;
    color: #000;
    border-radius: 4px;
    display: none;
}

.compatible-tag {
    color: red;
    border: 1px solid red;
    padding: 0px 6px 2px;
    border-radius: 4px;
    margin-left: 8px;
}

.logs .call_to_action {
    background: url('../images/call_to_action.svg');
    width: 1000px;
    height: 200px;
    margin: 0 auto;
    position: relative;
    right: auto;
    border-radius: 10px;
    text-align: center;
    color: #fff !important;
    line-height: 50px;
    margin-top: -170px !important;
    padding-top: 35px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
}

.logs .call_to_action a {
    background: #fff;
    color: rgb(72, 90, 131) !important;
    padding: 0px 20px;
    font-size: 17px;
    margin-top: 25px;
    display: inline-block;
    border-radius: 30px;
}


/*---------------------FAQ----------------------*/
.faq {
    padding: 100px 0 50px;
    position: relative;
}

.faq h6 {
    font-size: 16px;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(115deg, #2AA79B, #0898CB);
    -webkit-background-clip: text;
    position: relative;
    width: fit-content;
    text-indent: 15px;
    margin-bottom: 20px;
}

.faq h6:before {
    left: auto;
    right: 0;
    background: #2AA79B;
}

.faq h6:after {
    right: auto;
    left: -15px;
    background: #0898CB;
}

.faq h6:before, .faq h6:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    z-index: -1;
}

.faq h2 {
    color: rgb(72, 90, 131);
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 30px;
}

.faq h2 span {
    color: #ff8945 !important;
    position: relative;
}

.faq h2 span::after {
    content: "";
    background: rgba(255, 137, 69, .2);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 25%;
    width: 100%;
}

.faq-in {
    display: flex;
    width: 1368px;
    margin: 0 auto;
    align-items: flex-start;
}

.faq li {
    list-style: none;
    border: 2px solid #dee6fc;
    font-size: 18px;
    position: relative;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 4px 23px;
}

.faq li.active .faq_que {
    background: linear-gradient(-65deg, #2AA79B, #0898CB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.faq_que {
    cursor: pointer;
    display: block;
    padding: 21px 0;
    color: #444;
}

.faq_res {
    display: none;
    color: #444;
    font-size: 17px;
    margin-top: 8px;
    line-height: 35px;
    border-radius: 5px;
    margin-bottom: 17px;
}

.faq_minus {
    float: left;
    font-size: 20px;
    color: #888;
}

.faq ul li img {
    position: absolute;
    left: 22px;
    top: 23px;
    background: #f1ecff;
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 3px;
    cursor: pointer;
    border-radius: 10px;
}

.faq-in>div {
    flex: 1;
    padding-bottom: 70px;
}

.faq-in>div:first-child {
    padding-top: 20px;
}

.faq h3 {
    font-size: 25px;
    color: rgb(72, 90, 131);
    margin-bottom: 40px;
}

.faq button {
    background: linear-gradient(-65deg, #2AA79B, #0898CB, #00f5d4);
    color: #fff;
    border: none;
    padding: 10px 30px 10px 10px;
    font-size: 17px;
    border-radius: 30px;
    cursor: pointer;
    margin-top: 20px;
    background-size: 300% 300%;
    animation: liquidFlow 6s ease-in-out infinite;
    transition: transform 0.3s ease;
}

@keyframes liquidFlow {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.faq button svg {
    vertical-align: middle;
    margin-right: 10px;
    background: rgba(255, 255, 255, .9);
    border-radius: 50%;
    padding: 5px;
}

.faq img {
    float: left;
}

.faq .left {
    padding-right: 100px;
}

.faq .left-in {
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" preserveAspectRatio="xMidYMid slice" xmlns="http://www.w3.org/2000/svg"><defs><radialGradient id="Gradient1" cx="50%" cy="50%" fx="10%" fy="50%" r=".5"><animate attributeName="fx" dur="34s" values="0%;3%;0%" repeatCount="indefinite"/><stop offset="0%" stop-color="%23FF5409"/><stop offset="100%" stop-color="%23ff00"/></radialGradient><radialGradient id="Gradient2" cx="50%" cy="50%" fx="10%" fy="50%" r=".5"><animate attributeName="fx" dur="23.5s" values="0%;3%;0%" repeatCount="indefinite"/><stop offset="0%" stop-color="%23010FC5"/><stop offset="100%" stop-color="%230ff0"/></radialGradient><radialGradient id="Gradient3" cx="50%" cy="50%" fx="50%" fy="50%" r=".5"><animate attributeName="fx" dur="21.5s" values="0%;3%;0%" repeatCount="indefinite"/><stop offset="0%" stop-color="%23010FC5"/><stop offset="100%" stop-color="%23f0f0"/></radialGradient><filter id="noiseFilter"><feTurbulence type="fractalNoise" baseFrequency="0.152" numOctaves="4" seed="15" stitchTiles="stitch"/></filter></defs><rect x="0" y="0" width="100%" height="100%" fill="url(%23Gradient1)"><animate attributeName="x" dur="20s" values="25%;0%;25%" repeatCount="indefinite"/><animate attributeName="y" dur="21s" values="0%;25%;0%" repeatCount="indefinite"/><animateTransform attributeName="transform" type="rotate" from="0 50 50" to="360 50 50" dur="17s" repeatCount="indefinite"/></rect><rect x="0" y="0" width="100%" height="100%" fill="url(%23Gradient2)"><animate attributeName="x" dur="23s" values="-25%;0%;-25%" repeatCount="indefinite"/><animate attributeName="y" dur="24s" values="0%;50%;0%" repeatCount="indefinite"/><animateTransform attributeName="transform" type="rotate" from="0 50 50" to="360 50 50" dur="18s" repeatCount="indefinite"/></rect><rect x="0" y="0" width="100%" height="100%" fill="url(%23Gradient3)"><animate attributeName="x" dur="25s" values="0%;25%;0%" repeatCount="indefinite"/><animate attributeName="y" dur="26s" values="0%;25%;0%" repeatCount="indefinite"/><animateTransform attributeName="transform" type="rotate" from="360 50 50" to="0 50 50" dur="19s" repeatCount="indefinite"/></rect><rect x="0" y="0" width="100%" height="100%" filter="url(%23noiseFilter)" opacity="0.2"/></svg>') no-repeat center center;
    background-size: cover;
    padding: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.faq .left-in img {
    max-width: 100%;
    border-radius: 15px;
}

/*---------------------Why-----------------------*/
.why {
    display: flex;
    width: 1368px;
    margin: 0 auto 170px;
}

.why .right {
    flex: .9;
}

.why .right h6 {
    font-size: 16px;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(115deg, #2AA79B, #0898CB);
    -webkit-background-clip: text;
    position: relative;
    width: fit-content;
    text-indent: 15px;
    margin-bottom: 16px;
}

.why .right h6:before {
    left: auto;
    right: 0;
    background: #2AA79B;
}

.why .right h6:after {
    right: auto;
    left: -15px;
    background: #0898CB;
}

.why .right h6:before, .why .right h6:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    z-index: -1;
}

.why .right h2 {
    color: rgb(72, 90, 131);
    font-size: 35px;
    line-height: 68px;
    margin-bottom: 70px;
}

.why .right h2 span {
    color: #ff8945 !important;
    position: relative;
}

.why .right h2 span::after {
    content: "";
    background: rgba(255, 137, 69, .2);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 25%;
    width: 100%;
}

.why .right img {
    margin-right: 45px;
}

.why .left {
    flex: 1.1;
}

.why .left {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.why .left article {
    flex: 0 0 calc(50% - 15px);
    box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08);
    border-radius: 24px;
    position: relative;
    min-height: 315px;
}

.why .left article:nth-child(2)
{
    position: relative;
    top: 70px;
}

.why .left article:nth-child(3) {
    position: relative;
    top: 70px;
}

.why .left article:nth-child(4)
{
    position: relative;
    top: 135px;
}

.why .left article .icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    opacity: 1;
    margin-top: -60px;
    margin-right: 30px;
    position: relative;
    text-align: center;
    line-height: 11;
}

.why .left article .icon:before {
    background-image: linear-gradient(115deg, #2AA79B, #0898CB);
    transition: all 0.35s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.1;
}

.why .left article .icon:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 16px;
    width: 16px;
    background: #fff;
    z-index: 1;
    border-radius: 50%;
    animation: spinnerRotate 10s linear infinite;
    margin-left: -8px;
    margin-top: -8px;
    border: 2px solid #2AA79B;
    transition: all 0.35s ease-in-out;
}

@keyframes spinnerRotate {
     0% {
        -webkit-transform: rotate(0deg) translateX(57px);
        transform: rotate(0deg) translateX(57px);
    }
    100% {
        -webkit-transform: rotate(360deg) translateX(57px);
        transform: rotate(360deg) translateX(57px);
    }
}

.why .left article h4 {
    font-size: 19px;
    color: #0898CB;
    margin-top: 25px;
    padding-right: 35px;
}

.why .left article p {
    padding: 24px 35px;
    line-height: 28px;
    color: #555;
}

.why .left article:after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0.04;
    width: 100%;
    z-index: -1;
    background: url(../images/bg-box.png) no-repeat 0 0;
    background-size: cover;
    animation: zoom-fade 10s linear infinite;
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}


/*--------------------Reviews---------------------*/
.reviews {
    position: relative;
    background-image: url('../images/bg.png');
    background-color: #f0f3f4;
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important;
}

.reviews-in {
    width: 1368px;
    margin: 0 auto 0;
    padding-top: 70px;
    padding-bottom: 160px;
}

.reviews .grid {
    direction: rtl;
}

.reviews .grid-item { 
    width: 32%; 
    margin-bottom: 30px;
    border-radius: 24px;
    padding: 25px;
    line-height: 30px;
    background-color: #fff;
    color: #555;
}

.reviews .gutter-sizer {
    width: 2%;
}

.reviews .grid-item .admin {
    background: #f9f9f9;
    padding: 20px;
    margin-top: 17px;
    border-radius: 15px;
}

.reviews .grid-item .title {
    font-size: 14px;
    color: #555;
    margin-bottom: 21px;
    border: 2px solid #f5f5f5;
    padding: 10px 15px;
    border-radius: 15px;
}

.reviews .grid-item .title span {
    float: left;
    position: relative;
    top: 3px;
    letter-spacing: -3.9px;
}

.reviews h3 {
    color: rgb(72, 90, 131);
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
}

.reviews h3 span {
    color: #ff8945 !important;
    position: relative;
}

.reviews h3 span::after {
    content: "";
    background: rgba(255, 137, 69, .2);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 25%;
    width: 100%;
}

.reviews h6 {
    font-size: 16px;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(115deg, #2AA79B, #0898CB);
    -webkit-background-clip: text;
    position: relative;
    width: fit-content;
    margin: 0 auto 27px;
    padding: 6px 22px;
    border-radius: 30px;
}

.reviews h6:before {
    left: auto;
    right: 0;
    background: #2AA79B;
}

.reviews h6:after {
    right: auto;
    left: 0px;
    background: #0898CB;
}

.reviews h6:before, .reviews h6:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.popup_review {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    position: fixed;
    z-index: 999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.popup_review>div {
    width: 500px;
    height: auto;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
}

.popup_review input {
    position: absolute;
    top: -9999px;
}

.popup_review label {
    float: right;
    cursor: pointer;
    margin: 0 5px !important;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup_review .dlr_feedback_rate > input:checked ~ label .dlr-star {
    color: #ffc700;
}

.popup_review .dlr-star {
    width: 100%;
    height: 100%;
    color: #ccc;
    transition: color 0.2s ease-in-out;
}

.popup_review .dlr_feedback_rate:not(:checked) > label:hover .dlr-star,
.popup_review .dlr_feedback_rate:not(:checked) > label:hover ~ label .dlr-star {
    color: #deb217;
}

.popup_review .dlr_feedback_rate > input:checked + label:hover .dlr-star,
.popup_review .dlr_feedback_rate > input:checked + label:hover ~ label .dlr-star,
.popup_review .dlr_feedback_rate > input:checked ~ label:hover .dlr-star,
.popup_review .dlr_feedback_rate > input:checked ~ label:hover ~ label .dlr-star,
.popup_review .dlr_feedback_rate > label:hover ~ input:checked ~ label .dlr-star {
    color: #c59b08;
}

.popup_review .dlr_feedback_rate {
    margin-top: 33px;
}

.popup_review textarea {
    width: 88%;
    background: #f7f7f7;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 30px;
    padding: 20px;
    min-height: 250px;
    color: #000;
    font-size: 15px;
    line-height: 32px;
    border: 1px solid #f7f7f7;
    margin: 25px auto 15px;
}

.dlr_save_feedback {
    background: #22c55e;
    color: #fff !important;
    width: 88%;
    border-radius: 10px;
    margin: 10px auto;
    height: 47px;
    transition: .3s;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    font-weight: bold;
    cursor: pointer;
}

.dlr_save_feedback p {
    text-align: center;
}

.dlr_save_feedback span {
    display: none;
}

.popup_review .buttons {
    display: flex;
    width: 88%;
    gap: 15px;
}

.popup_review .buttons>button {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup_review .buttons>button:last-child {
    background: #fff;
    color: #777 !important;
    width: 88%;
    border-radius: 10px;
    margin: 10px auto;
    height: 47px;
    transition: .3s;
    border: 1px solid #bbb !important;
    outline: none !important;
    box-shadow: none !important;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}

.dlr_save_feedback img {
    margin-top: 4px;
}

/*---------------------Blog---------------------*/
.blog-in {
    width: 1368px;
    margin: 0 auto 0;
    padding-top: 0;
    padding-bottom: 160px;
}

.blog h6 {
    font-size: 16px;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(115deg, #2AA79B, #0898CB);
    -webkit-background-clip: text;
    position: relative;
    width: fit-content;
    margin-bottom: 15px;
    padding: 6px 22px;
    border-radius: 30px;
}

.blog h6:before {
    left: auto;
    right: 0;
    background: #2AA79B;
}

.blog h6:after {
    right: auto;
    left: 0px;
    background: #0898CB;
}

.blog h6:before, .blog h6:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.blog h2 {
    color: rgb(72, 90, 131);
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 60px;
    position: relative;
}

.blog h2>span {
    color: #ff8945 !important;
    position: relative;
}

.blog h2>span::after {
    content: "";
    background: rgba(255, 137, 69, .2);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 25%;
    width: 100%;
}

.blog h2 button {
    background: linear-gradient(-65deg, #2AA79B, #0898CB, #00f5d4);
    color: #fff;
    border: none;
    padding: 10px 30px 10px 10px;
    font-size: 17px;
    border-radius: 30px;
    cursor: pointer;
    /* box-shadow: 0 20px 16px -16px #10d4ad80; */
    position: absolute;
    top: 60px;
    left: 0;
    background-size: 300% 300%;
    animation: liquidFlow 6s ease-in-out infinite;
    transition: transform 0.3s ease;
}

.blog h2 button svg {
    vertical-align: middle;
    margin-right: 10px;
    background: rgba(255, 255, 255, .9);
    border-radius: 50%;
    padding: 5px;
}

.blog .articles {
    display: flex;
    gap: 30px;
}

.blog .articles article {
    flex: 1;
    background: #fff;
    box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08);
    position: relative;
    border-radius: 20px;
    padding: 30px;
}

.blog .articles article img {
    border-radius: 20px;
    width: 100%;
    margin-top: 25px;
}

.blog .articles article svg {
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-left: 3px;
}

.blog .articles article .head {
    color: #777;
}

.blog .tag_svg {
    transform: rotate(90deg);
    margin-left: 3px;
}

.blog h4 {
    font-size: 21px;
    line-height: 38px;
    margin-top: 15px; 
    max-width: 90%;
    font-weight: 500;
}

.blog article h4 a {
    color: rgb(72, 90, 131);
    transition: all 0.2s ease-in-out 0s;
}

.blog article h4 a:hover {
    color: #0898CB;
    transition: all 0.2s ease-in-out 0s;
}

.blog article p {
    color: #666;
    margin-top: 15px;
    line-height: 31px;
}

.blog a.go {
    color: #0898CB;
    display: block;
    margin-top: 15px;
    font-size: 15px;
}


/*-----------------Footer-------------------*/
.back-to-top {
    position: fixed;
    bottom: 15px;
    left: 20px;
    width: 60px;
    height: 60px;
    background: linear-gradient(-65deg, #2AA79B, #0898CB, #00f5d4);
    color: white;
    font-size: 24px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 99999999;
    text-align: center;
    line-height: 85px;
    background-size: 300% 300%;
    animation: liquid 6s infinite ease-in-out;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.4s ease;
    pointer-events: none; 
}

.back-to-top.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

@keyframes liquid {
    0%, 100% {
        border-radius: 50% 50% 50% 50%;
        background-position: 0% 50%;
    }
    25% {
        border-radius: 60% 40% 65% 35%;
        background-position: 50% 50%;
    }
    50% {
        border-radius: 40% 60% 35% 65%;
        background-position: 100% 50%;
    }
    75% {
        border-radius: 55% 45% 60% 40%;
        background-position: 50% 50%;
    }
}

.fast_menu {
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.4s ease;
    position: fixed;
    bottom: 0px;
    right: 0;
    z-index: 99999999;
}

.fast_menu.active {
    opacity: 1;
    transform: translateY(0);
}

.fast-menu {
    bottom: 15px;
    right: 25px;
    border: none;
    background: #2AA79B;
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* opacity: 0; */
    /* transform: translateY(100px); */
    transition: all 0.4s ease;
    position: absolute;
}

.fast-menu.active {
    opacity: 1;
    transform: translateY(0);
}

.fast-menu-content {
    background-color: #fff;
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    color: #000;
    height: 60px;
    line-height: 60px;
    transition: all 0.4s ease;
    width: max-content;
    position: relative;
    bottom: 15px;
    right: 100px;
}

.fast-menu-content ul {
    display: flex;
    padding: 0 13px 0 26px;
}

.fast-menu-content ul li {
    margin-left: 22px;
    color: #555;
    font-size: 15px;
    cursor: pointer;
}

.fast-menu-content ul li:last-child {
    margin-left: 0;
}

.fast-menu-content ul li a {
    color: #555;
}

.fast-menu-content ul li:first-child a {
    color: #fff;
    background: darkorange;
    padding: 10px 25px;
    border-radius: 30px;
}

.fast-menu-content.active {
    opacity: 1;
    bottom: -150px;
    pointer-events: auto;
}

.footer {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #00BCD4), to(#1565C0));
    background-position: center top;
    background-size: auto;
    background-repeat: no-repeat;
    color: #fff;
    height: auto;
    width: 100%;
    padding-bottom: 80px;
}

.footer_in {
    width: 1368px;
    margin: 0 auto 0;
    display: flex;
}

.footer_in>div {
    flex: 1;
    padding-top: 60px;
}

.footer .define a.title {
    color: #fff;
    font-size: 30px;
}

.footer .define p {
    width: 80%;
    margin-top: 27px;
    line-height: 33px;
}

.footer .define div {
    margin-top: 35px;
}

.footer .define div svg {
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 10px;
}

.footer .define div a {
    font-size: 21px;
    color: #fff;
    border-bottom: 1px dashed #fff;
    margin-left: 15px;
}

.footer .fast h4, .footer .namad h4 {
    position: relative;
}

.footer .fast h4::before, .footer .namad h4::before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 4px;
    width: 94px;
    background: url(https://cdn.biawp.ir/images/theme/tf-line.png) no-repeat;
}

.footer .fast h4, .footer .namad h4 {
    font-size: 20px;
    padding-bottom: 20px;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer .fast ul a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    display: block;
    padding: 8px 0px;
    transition: 0.3s;
    margin-bottom: 5px;
}

.footer .fast ul a:hover {
    color: yellow;
    transition: 0.3s;
}

.footer .namad ul {
    display: flex;
}

.footer .namad img {
    border-radius: 8px;
}

.footer .namad h4 {
    margin-bottom: 33px;
}

.footer .namad li:first-child {
    margin-left: 15px;
}

.footer .namad li:first-child img {
    position: relative;
    top: 6px;
}

.footer .company {
    text-align: center;
    border-top: 1px dashed rgba(255, 255, 255, .3);
    width: 1368px;
    padding: 40px;
    margin: 70px auto 0;
}

.footer .company span {
    color: yellow;
}

/*-----------------Woocommerce---------------------*/
.woocommerce {
    background: #0f051d;
    padding: 90px 0 ;
}

.woocommerce_in {
    width: 1368px;
    margin: 0 auto 0;
}

.woocommerce .top {
    text-align: center;
}

.woocommerce h3 {
    color: #fff;
    text-align: center;
    font-size: 39px;
    margin-top: 30px;
    margin-bottom: 70px;
}

.woocommerce h3 span {
    background-color: #2600fc;
    background: linear-gradient(-65deg, #2AA79B, #0898CB, #00f5d4);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.woocommerce .content {
    display: flex;
    align-items: center;
}

.woocommerce .content>div:nth-child(2) {
    flex: .9;
}

.woocommerce .content>div:first-child, .woocommerce .content>div:last-child {
    flex: 1.1;
}

.woocommerce .content article {
    border-radius: 20px;
    background-color: rgba(255,255,255,.1);
    width: 85%;
    box-shadow: 0 3px 8px -1px rgba(0, 0, 0, 0.16);
    height: auto;
    margin-bottom: 40px;
    border: 1px solid rgba(131, 131, 131, 0.25);
    padding: 30px;
    display: flex;
}

.woocommerce .content>div:last-child article {
    float: left;
}

.woocommerce .content article h4 {
    color: #eee;
    margin-top: 0;
    font-size: 18px;
    line-height: 30px;
}

.woocommerce .content article p {
    color: #ddd;
    font-size: 15px;
    margin-top: 16px;
    line-height: 27px;
}

.woocommerce .content article svg {
    background: linear-gradient(-65deg, #2AA79B, #0898CB, #00f5d4);
    border-radius: 15px;
    padding: 10px;
    margin-left: 30px;
}



/*------------------Features------------------*/
.features {
    background: #f7f9fe;
    /* background-image: url('../images/choice-bg.webp'); */
    /* background-size: cover; */
}

.features_wave {
    position: relative;
    bottom: -20px;
}

.features-in {
    width: 1368px;
    margin: 0 auto 0;
    padding: 0px 0 100px;
    position: relative;
}

.features-in ul.head {
    display: flex;
    background: #fff;
    box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.03);
    border-radius: 16px;
    font-size: 18px;
    margin-bottom: 25px;
    overflow: hidden;
}

.features-in ul.head li {
    flex: 1;
    text-align: center;
    padding: 30px 0;
    border-left: 1px solid #eee;
    cursor: pointer;
}

.features-in ul.head li {
    border-bottom: 2px solid #fff;
    transition: .3s;
}

.features-in ul.head li.active {
    border-bottom: 2px solid deeppink;
    color: deeppink;
}

.features-in ul.head li:hover {
    border-bottom: 2px solid deeppink;
    color: deeppink;
    transition: .3s;
}

.features-in h6 {
    font-size: 16px;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(115deg, #2AA79B, #0898CB);
    -webkit-background-clip: text;
    position: relative;
    width: fit-content;
    text-indent: 15px;
    margin: 0 auto 16px;
}

.features-in h6:before {
    left: auto;
    right: 0;
    background: #2AA79B;
}

.features-in h6:after {
    right: auto;
    left: -15px;
    background: #0898CB;
}

.features-in h6:before, .features-in h6:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.features-in h2 {
    color: rgb(72, 90, 131);
    font-size: 35px;
    line-height: 68px;
    margin-bottom: 50px;
    text-align: center;
}

.features-in h2 span {
    color: #ff8945 !important;
    position: relative;
}

.features-in h2 span::after {
    content: "";
    background: rgba(255, 137, 69, .2);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 25%;
    width: 100%;
}

.features-in article {
    display: none;
}

.features-in article.active {
    display: flex;
    animation: fadeInFeatures 0.8s ease;
}

.features-in #report img {
    margin-top: 30px;
}

.features-in #redirect img {
    margin-top: 20px;
}

.features-in #login img {
    margin-top: 25px;
}

.features-in #sms img {
    margin-top: 20px;
}


@keyframes fadeInFeatures {
  from {opacity: 0;}
  to {opacity: 1;}
}

.features-in article>div {
    flex: 1;
}

.features-in .content li {
    color: #333;
    line-height: 42px;
    position: relative;
    padding-right: 0px;
}

.features-in .content img {
    width: 90%;
}

.features-in .content svg {
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 9px;
}

/* .features-in .content li:before {
    content: "✔";
    color: green;
    position: absolute;
    right: 0;
    font-size: 17px;
} */

.features-in .content article p {
    margin-top: 27px;
    line-height: 32px;
    margin-bottom: 20px;
    font-size: 17px;
    color: #333;
    width: 93%;
}

/*--------------------Responsive--------------------*/
@media only screen and (min-width: 1000px) and (max-width: 1368px) {
    canvas {
        display: none;
    }
    /*---------------Nav-------------*/
    nav>div {
        width: 96%;
    }

    nav .menu {
        padding-right: 30px;
    }

    nav>div .menu>ul>li {
        margin-left: 24px;
    }

    /*---------------Intro-------------*/
    .intro-in {
        width: 95%;
    }

    .intro .left .form {
        margin-left: 0;
    }

    .intro h1 {
        font-size: 29px;
        margin-top: 16px;
        line-height: 48px;
        padding-left: 20px;
        margin-bottom: 16px;
    }

    .intro .right ul li {
        width: 100%;
    }

    .intro .right .buy, .intro .right .support, .intro .right .admin_demo {
        padding: 13px 24px;
        font-size: 15px;
    }

    /*---------------Trust-------------*/
    .trust {
        max-width: 100%;
        padding: 0 15px;
    }

    .trust_logos {
        max-width: 100%;
        padding: 0 15px;
    }

    /*---------------Testimonial-------------*/
    .testimonials {
        padding-top: 50px;
    }

    /*---------------Why-------------*/
    .why .right h2 {
        font-size: 29px;
        line-height: 58px;
    }

    /*---------------Features-------------*/
    .features-in {
        max-width: 100%;
        padding: 0 15px;
    }

    /*---------------Woocommerce-------------*/
    .woocommerce_in {
        max-width: 100%;
        padding: 0 15px;
    }

    /*---------------Faq-------------*/
    .faq-in {
        max-width: 100%;
        padding: 0 15px;
    }

    /*---------------Blog-------------*/
    .blog-in {
        max-width: 100%;
        padding: 0 15px;
    }

    /*---------------Review-------------*/
    .reviews-in {
        max-width: 100%;
        padding: 0 15px;
    }

    /*---------------Log-------------*/
    .logs-in {
        max-width: 100%;
        padding: 0 15px;
    }

    .logs .call_to_action {
        max-width: 100%;
        right: auto;
    }

    /*---------------Footer-------------*/
    .footer_in {
        max-width: 100%;
        padding: 0 15px;
    }

    .footer .company {
        max-width: 100%;
        padding: 0 15px;
    }
}


/*--------------------Responsive--------------------*/
@media only screen and (max-width: 1368px) {
    /*---------------Trust-------------*/
    .trust {
        max-width: 100%;
        padding: 0 15px;
    }

    .trust_logos {
        max-width: 100%;
        padding: 0 15px;
    }

    /*---------------Testimonial-------------*/
    .testimonials>div {
        max-width: 100%;
        padding: 0 15px;
    }

    /*---------------Why-------------*/
    .why {
        max-width: 100%;
        padding: 0 15px;
    }

    /*---------------Features-------------*/
    .features-in {
        max-width: 100%;
        padding: 0 15px;
    }

    /*---------------Woocommerce-------------*/
    .woocommerce_in {
        max-width: 100%;
        padding: 0 15px;
    }

    /*---------------Faq-------------*/
    .faq-in {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    /*---------------Blog-------------*/
    .blog-in {
        max-width: 100%;
        padding: 0 15px 80px;
    }

    /*---------------Review-------------*/
    .reviews-in {
        max-width: 100%;
        padding: 70px 15px 90px;
    }

    /*---------------Log-------------*/
    .logs-in {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 75px;
    }

    .logs .call_to_action {
        max-width: 100%;
        right: auto;
    }

    /*---------------Footer-------------*/
    .footer_in {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .footer .company {
        max-width: 100%;
        padding: 33px 15px;
    }

    .footer_in>div:first-child {
        flex: 1.2;
    }
}

@media only screen and (max-width: 600px) {

    #mobits {
        padding-top: 50px;
    }
    
    /*----------------Nav------------------*/
    nav {
        height: 60px;
    }

    nav>div {
        width: 100%;
    }

    nav .title span {
        display: none;
    }

    nav>div .logo img {
        vertical-align: super;
        position: relative;
        top: 3px;
        margin-right: 5px;
        margin-right: 15px;
    }

    nav .login button {
        padding: 10px 22px;
        font-size: 15px;
        border-radius: 30px;
        margin-top: 10px;
        margin-left: 10px;
        box-shadow: none;
    }

    nav .login button svg {
        display: none;
    }

    nav .menu {
        display: none;
    }

    nav>div>div {
        height: 60px;
    }

    nav>div>div.logo {
        flex: .5;
    }

    .mobile_nav_icon {
        display: inline-block;
        float: left;
        margin-top: 12px;
        background: #fff;
        margin-left: 15px;
        border-radius: 8px;
        padding: 5px;
        margin-right: 3px;
    }
    
    .fast-menu-content {
        right: -500px;
        bottom: 81px;
        height: auto;
        border-radius: 15px;
        padding-top: 10px;
        padding-right: 4px;
    }
    
    .fast-menu-content.active {
        right: 15px;
        bottom: 81px;
        height: auto;
        border-radius: 15px;
        padding-top: 10px;
        padding-right: 4px;
    }
    

    .fast-menu-content ul {
        display: block;
        min-width: 200px;
        padding-top: 7px;
        line-height: 46px;
        padding-bottom: 10px;
    }
    
    .fast-menu {
        bottom: 10px;
        right: 10px;
    }
    
    .fast-menu-content ul li:first-child a {
        display: block;
        padding: inherit;
        height: 40px;
        line-height: 40px;
        text-align: center;
        width: 100%;
        margin-bottom: 5px;
        border-radius: 10px;
    }
    
    .fast-menu-content ul li {
        margin-left: 0;
    }

    .contact_us>div {
        flex-direction: column;
        width: 95%;
    }

    .contact_us>div>div {
        padding-right: 4px;
    }

    .contact_us>div>div>div {
        margin-bottom: 17px;
        font-size: 15px;
    }

    .contact_us>div>div:last-child {
        display: none;
    }

    /*-----------Intro------------------*/
    .intro-in {
        flex-direction: column;
        width: 100%;
        padding: 0 15px 0 15px;
    }

    .intro-in .right>div:first-child {
        width: max-content;
        font-size: 14px;
    }

    .intro h1 {
        font-size: 22px;
        line-height: 45px;
    }

    .intro .price {
        font-size: 20px;
    }

    .intro .price span {
        display: block;
        margin-right: 0;
        font-size: 14px;
        padding: 7px 10px;
        width: max-content;
        margin-top: 17px;
    }

    .intro .right p {
        font-size: 15px;
        max-width: 100%;
    }

    .intro .right ul {
        flex-direction: column;
    }

    .intro .right ul li {
        width: 100%;
        font-size: 14px;
    }

    .intro .right {
        width: 100%;
    }

    .intro .right .buy, .intro .right .support {
        padding: 9px 26px;
        font-size: 15px;
        margin-bottom: 15px;
    }

    .intro .left {
        width: 100%; 
    }

    .intro .left .form {
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 40px;
    }

    .intro .left .form p {
        margin: 0 20px;
    }


    /*------------Trust-----------------*/
    .trust {
        max-width: 100%;
        padding: 0 15px;
    }

    .trust_logos {
        flex-direction: column;
        max-width: 100%;
        align-items: center;
        margin-right: 0;
    }

    .trust h3 {
        font-size: 24px;
        line-height: 40px;
        max-width: 90%;
        margin: 0 auto 50px;
    }

    .trust_logos>div {
        background: transparent;
        margin-bottom: 18px;
    }

    canvas {
        display: none;
    }

    /*-----------------Testimonial-------------------*/
    .testimonials>div {
        max-width: 100%;
        flex-direction: column;
        padding: 0 15px 0 15px;
    }

    .testimonial_users img {
        animation: none !important;
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        width: 75px;
        margin-left: 10px;
    }

    .testimonials {
        margin-top: 37px;
        margin-bottom: 60px;
    }

    .testimonials>div>div>article>p {
        font-size: 16px;
    }

    .testimonial_item {
        padding: 25px 20px;
    }

    .testimonials>div {
        margin: 0 auto 52px;
    }

    .testimonial_left, .testimonial_right {
        bottom: 20px;
    }

    .testimonial_right {
        right: 30px;
    }

    .testimonial_left {
        left: 30px;
    }

    .display_reviews svg {
        display: none;
    }

    .display_reviews {
        font-size: 16px;
    }


    /*-----------------Why-------------------*/
    .why {
        max-width: 100%;
        flex-direction: column;
        padding: 0 15px 80px 15px;
    }

    .why .right h2 {
        font-size: 24px;
        line-height: 45px;
    }

    .why .right img {
        margin: 0;
        margin-bottom: 110px;
    }

    .why .left {
        flex-direction: column;
        margin-top: 30px;
    }

    .why .left article:nth-child(3) {
        top: 140px;
    }

    .why .left article:nth-child(4) {
        top: 215px;
    }

    .why .right img {
        display: none;
    }


    /*-----------------features-------------------*/
    .features {
        padding-bottom: 60px;
    }

    .features-in {
        max-width: 100%;
        padding: 0 15px 0 15px;
    }

    .features-in h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .features-in ul.head {
        flex-direction: column;
    }

    .features-in ul.head li {
        border-left: none;
        border-bottom: 2px solid #eee;
        font-size: 16px;
        padding: 22px;
    }

    .features-in article {
        flex-direction: column;
    }


    /*-----------------woocommerce-------------------*/
    .woocommerce_in {
        max-width: 100%;
    }

    .woocommerce {
        padding: 50px 0;
    }

    .woocommerce h3 {
        font-size: 26px;
        max-width: 80%;
        margin: 30px auto 50px;
        line-height: 48px;
    }

    .woocommerce .content {
        flex-direction: column;
        padding: 0 15px;
    }

    .woocommerce .content article {
        width: 100%;
        flex-direction: column;
    }

    .woocommerce .content article svg {
        margin-bottom: 17px;
    }

    .woocommerce .content>div:nth-child(2) {
        margin-bottom: 30px;
    }


    /*-----------------faq-------------------*/
    .faq-in {
        max-width: 100%;
        flex-direction: column;
        padding: 0 15px 0 15px;
    }

    .faq h2 {
        font-size: 24px;
        line-height: 40px;
    }

    .faq_que {
        font-size: 15px;
        padding-left: 20px;
        line-height: 26px;
    }

    .faq {
        padding: 40px 0 50px;
    }

    .faq .left {
        padding-right: 0;
        margin-top: 30px;
    }

    .faq-in>div {
        padding-bottom: 0;
    }

    .faq button {
        padding: 10px 25px;
        font-size: 16px;
    }

    .faq button svg {
        display: none;
    }

    .back-to-top {
        bottom: 10px;
        left: 10px;
    }

    .faq .left-in {
        padding: 15px;
    }


    /*-----------------blog-------------------*/
    .blog-in {
        max-width: 100%;
        padding: 0 15px 55px 15px;
    }

    .blog h2 {
        font-size: 24px;
        line-height: 48px;
    }

    .blog h2 button {
        position: relative;
        margin-bottom: 20px;
        font-size: 15px;
        padding: 10px 25px;
    }

    .blog .articles {
        flex-direction: column;
    }

    .blog h2 button svg {
        display: none;
    }

    .blog h4 {
        font-size: 18px;
        line-height: 30px;
    }

    /*-----------------blog-------------------*/
    .reviews {
        padding-bottom: 75px;
    }

    .reviews-in {
        max-width: 100%;
        padding: 45px 15px 0 15px;
        margin-bottom: 40px;
    }

    .reviews h3 {
        font-size: 24px;
    }

    .reviews .grid-item {
        width: 100%;
        font-size: 15px;
    }

    .reviews .gutter-sizer {
        display: none;
    }
    
    .reviews .grid-item .title {
        overflow: hidden;
    }
    
    .popup_review>div {
        max-width: 93%;
        padding-bottom: 4px;
    }
    
    .popup_review textarea, .popup_review .buttons {
        width: 93%;
    }
    
    .popup_review .dlr_feedback_rate {
        margin-top: 20px;
    }
    
    .popup_review textarea {
        border-radius: 15px;
    }

    /*--------------------Logs-----------*/
    .logs {
        padding: 70px 15px 2px 15px;
    }

    .logs .call_to_action {
        max-width: 100%;
        right: auto;
        position: relative;
        font-size: 18px;
        padding: 15px;
        line-height: 40px;
    }

    .logs-in {
        max-width: 100%;
    }

    .logs>div>p {
        max-width: 100%;
    }

    ul.changes li {
        font-size: 15px;
    }

    /*--------------------Footer--------------------*/
    .footer_in {
        max-width: 100%;
        padding: 0 15px;
        flex-direction: column;
    }

    .footer .company {
        max-width: 100%;
        padding: 0 15px;
        line-height: 32px;
        padding-top: 20px;
    }

    .footer .define p {
        width: 100%;
    }

    .footer .define div svg {
        width: 27px;
    }

    .footer .define div a {
        font-size: 18px;
    }

    .footer .define div {
        font-size: 15px;
    }
}