/* in the name of Allah */

body .owl-carousel .owl-nav .owl-prev {
    border-radius: 0 8px 8px 0;
}

body .owl-carousel .owl-nav .owl-next {
    border-radius: 8px 0 0 8px;
}

body .owl-carousel .owl-nav .owl-prev,
body .owl-carousel .owl-nav .owl-next {
    color: var(--main-color);
    width: 40px;
    height: 40px;
    background-color: var(--main2-color);
    line-height: 40px;
    padding: 15px !important;
    opacity: 1;
    -webkit-transition-duration: var(--tr-du);
    -o-transition-duration: var(--tr-du);
    transition-duration: var(--tr-du);
    position: relative;
    margin: 0;
}

body .owl-carousel .owl-nav .owl-prev:hover,
body .owl-carousel .owl-nav .owl-next:hover {
    background-color: var(--main-color);
    color: white;
}

body .owl-carousel .owl-nav .owl-prev span,
body .owl-carousel .owl-nav .owl-next span {
    display: none;
}

body .owl-carousel .owl-nav .owl-next::before,
body .owl-carousel .owl-nav .owl-prev::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

body .owl-carousel .owl-nav .owl-next::before {
    content: "\f053";
}

body .owl-carousel .owl-nav .owl-prev::before {
    content: "\f054";
}

body .owl-carousel .owl-nav .owl-prev.disabled,
body .owl-carousel .owl-nav .owl-next.disabled {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

#mobile-header {
    background-color: white;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: var(--main-color);
}

#banners img {
    border-radius: 2rem;
    border: 2px solid var(--main-color);
}

#banners.slider .owl-carousel .owl-stage-outer {
    padding: 0;
}

#why {
    background-image: -o-repeating-radial-gradient(50% 50%, circle, transparent 0, #0fb583 40px), -o-repeating-linear-gradient(#26a47e, #26a47e);
    background-image: repeating-radial-gradient(circle at 50% 50%, transparent 0, #0fb583 40px), repeating-linear-gradient(#26a47e, #26a47e);
    background-color: #0fb583;
    color: white;
    text-align: center;
    -webkit-clip-path: polygon(15% 0%, 85% 0%, 96% 50%, 85% 100%, 15% 100%, 4% 50%);
    clip-path: polygon(15% 0%, 85% 0%, 96% 50%, 85% 100%, 15% 100%, 4% 50%);
    -webkit-animation: why-clip 5s infinite;
    animation: why-clip 5s infinite;
}

#why h1 {
    font-weight: 900;
    font-size: 2rem;
    text-shadow: 0 4px 7px #0c6c4f;
}

@-webkit-keyframes why-clip {
    0% {
        -webkit-clip-path: polygon(15% 0%, 85% 0%, 96% 50%, 85% 100%, 15% 100%, 4% 50%);
        clip-path: polygon(15% 0%, 85% 0%, 96% 50%, 85% 100%, 15% 100%, 4% 50%);
    }

    25% {
        -webkit-clip-path: polygon(15% 0%, 85% 15%, 96% 60%, 85% 100%, 15% 85%, 4% 40%);
        clip-path: polygon(15% 0%, 85% 15%, 96% 60%, 85% 100%, 15% 85%, 4% 40%);
    }

    50% {
        -webkit-clip-path: polygon(15% 0%, 85% 0%, 96% 50%, 85% 100%, 15% 100%, 4% 50%);
        clip-path: polygon(15% 0%, 85% 0%, 96% 50%, 85% 100%, 15% 100%, 4% 50%);
    }

    75% {
        -webkit-clip-path: polygon(15% 15%, 85% 0%, 96% 40%, 85% 85%, 15% 100%, 4% 60%);
        clip-path: polygon(15% 15%, 85% 0%, 96% 40%, 85% 85%, 15% 100%, 4% 60%);
    }
}

@keyframes why-clip {
    0% {
        -webkit-clip-path: polygon(15% 0%, 85% 0%, 96% 50%, 85% 100%, 15% 100%, 4% 50%);
        clip-path: polygon(15% 0%, 85% 0%, 96% 50%, 85% 100%, 15% 100%, 4% 50%);
    }

    25% {
        -webkit-clip-path: polygon(15% 0%, 85% 15%, 96% 60%, 85% 100%, 15% 85%, 4% 40%);
        clip-path: polygon(15% 0%, 85% 15%, 96% 60%, 85% 100%, 15% 85%, 4% 40%);
    }

    50% {
        -webkit-clip-path: polygon(15% 0%, 85% 0%, 96% 50%, 85% 100%, 15% 100%, 4% 50%);
        clip-path: polygon(15% 0%, 85% 0%, 96% 50%, 85% 100%, 15% 100%, 4% 50%);
    }

    75% {
        -webkit-clip-path: polygon(15% 15%, 85% 0%, 96% 40%, 85% 85%, 15% 100%, 4% 60%);
        clip-path: polygon(15% 15%, 85% 0%, 96% 40%, 85% 85%, 15% 100%, 4% 60%);
    }
}

#intro-video .container {
    position: relative;
}

#intro-video .container:after, #intro-video .container:before {
    content: '';
    position: absolute;
    background-image: url("../img/maharatjoo-landing-video-decor.png");
    background-position: center;
    background-size: cover;
    z-index: -1;
}

#intro-video .container:after {
    opacity: 0.5;
    bottom: -12px;
    left: 40px;
    width: 120px;
    height: 120px;
}

#intro-video .container:before {
    opacity: 0.6;
    top: -6px;
    width: 90px;
    height: 90px;
    right: 20px;
}

.h_iframe-aparat_embed_frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 34px -6px #6effd3;
}

.h_iframe-aparat_embed_frame .ratio {
    display: block;
    width: 100%;
    height: auto;
}

.h_iframe-aparat_embed_frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sect-title {
    position: relative;
    padding-right: 1rem;
}

.sect-title h2 {
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.sect-title span {
    color: #a3a3a3;
}

.sect-title::before {
    content: '';
    position: absolute;
    inset: 0 0 0 auto;
    width: 5px;
    background-color: var(--main-color);
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
}

#for-manager .item {
    position: relative;
    border-radius: 1rem;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    padding: 1rem;
    background-color: white;
}

#for-manager .item .num {
    position: relative;
    font-weight: 900;
    font-size: 4rem;
    display: inline-block;
    line-height: 1;
    z-index: 1;
    color: white;
    text-shadow: 0 3px 6px #9f9f9f;
    margin-bottom: 1rem;
}

#for-manager .item h6 {
    font-size: 1.1rem;
}

#for-manager .item .num::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--main2-color);
    z-index: -1;
    width: 50px;
    height: 50px;
    border-radius: 0.7rem;
    -webkit-transform: rotate(21deg);
    -ms-transform: rotate(21deg);
    transform: rotate(21deg);
}

#for-manager .item .desc {
    line-height: 2;
    font-size: 0.9rem;
}

#for-manager .owl-stage {
    padding-top: 20px;
    padding-bottom: 20px;
}

#for-manager.slider .owl-carousel .owl-item,
#for-manager.slider .owl-carousel .owl-stage-outer {
    padding: 0;
}

#complete-list ul {
    margin-top: 1rem;
    padding-right: 0;
    margin-bottom: 0;
    list-style-type: decimal;
}

#complete-list ul li {
    background-color: white;
    border-radius: var(--border-radius);
    padding: 0.5rem;
    list-style-position: inside;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

#complete-list ul li:not(:last-child) {
    margin-bottom: 1rem;
}

#complete-list ul li::marker {
    color: var(--main-color);
    font-variant-numeric: unset;
    font-weight: 800;
}

.question {
    text-align: center;
    color: var(--text-dark);
    /* background-color: var(--main2-color); */
    background: -o-radial-gradient(circle, hsla(162, 54%, 81%, 1) 52%, hsla(162, 100%, 95%, 1) 100%);
    background: radial-gradient(circle, hsla(162, 54%, 81%, 1) 52%, hsla(162, 100%, 95%, 1) 100%);
    position: relative;
    -webkit-clip-path: circle(100% at 50% 0);
    clip-path: circle(100% at 50% 0);
    margin-top: 2rem;
}

.question::before {
    position: absolute;
    content: '';
    background-color: var(--main2-color);
    border-radius: 20rem;
    width: 72px;
    height: 72px;
    top: -25px;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.question i {
    font-size: 2rem;
    color: var(--main-color);
    margin-bottom: 2rem;
}

.question h3 {
    font-weight: 700;
}

#seen-better .sect-title {
    margin-bottom: 1.5rem;
}

#seen-better .item {
    background-color: #ffffff;
    padding: 1rem;
    border-radius: var(--border-radius);
}

#seen-better .item:not(:last-child) {
    margin-bottom: 1.5rem;
}

#seen-better .item .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
}

#seen-better .item .title i {
    font-size: 2rem;
    margin-left: 1rem;
}

#seen-better .item .title h6 {
    margin: 0;
    font-weight: 700;
    font-size: 1.1rem;
}

#seen-better .item p {
    margin: 0;
}

#seen-better .item.red {
    -webkit-box-shadow: 0 10px 34px -6px #ffa9a9;
    box-shadow: 0 10px 34px -6px #ffa9a9;
}

#seen-better .item.red .title i {
    color: #f57373;
    text-shadow: 0 16px 30px #ed3e3e;
}

#seen-better .item.blue {
    -webkit-box-shadow: 0 10px 34px -6px #b8d5ff;
    box-shadow: 0 10px 34px -6px #b8d5ff;
}

#seen-better .item.blue .title i {
    color: #4c8ce9;
    text-shadow: 0 16px 30px #0d6efd;
}

#seen-better .item.green {
    -webkit-box-shadow: 0 10px 34px -6px #90f5d6;
    box-shadow: 0 10px 34px -6px #90f5d6;
}

#seen-better .item.green .title i {
    color: var(--main-color);
    text-shadow: 0 16px 30px #0fb583;
}

#seen-better .item.orange {
    -webkit-box-shadow: 0 10px 34px -6px #f3d192;
    box-shadow: 0 10px 34px -6px #f3d192;
}

#seen-better .item.orange .title i {
    color: orange;
    text-shadow: 0 16px 30px orange;
}

#seen-better .item.purple {
    -webkit-box-shadow: 0 10px 34px -6px #ffadff;
    box-shadow: 0 10px 34px -6px #ffadff;
}

#seen-better .item.purple .title i {
    color: #d700d7;
    text-shadow: 0 16px 30px #ff2fff;
}

#better-sale .sect-title {
    margin-bottom: 2rem;
}

#better-sale .item {
    background-color: white;
    padding: 1.5rem;
    text-align: center;
    border-radius: var(--border-radius);
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

#better-sale .item img {
    margin-bottom: 1.5rem;
    width: 100px;
}

#better-sale .item h3 {
    font-weight: 700;
}

#better-sale .item p {
    margin: 0;
}

#free .gift {
    border-radius: 2rem;
    border: 2px dashed var(--main-color);
    padding: 2rem;
    text-align: center;
    background-color: white;
}

#free .gift:first-child {
    margin-bottom: 2rem;
}

#free .gift img {
    max-width: 200px;
    max-height: 143px;
}

#free .gift p {
    margin: 0;
    font-weight: 700;
    line-height: 2;
}

#faq .sect-title {
    margin-bottom: 1rem;
}

#faq .accordion-button::after {
    margin-right: auto
}

#faq .accordion-item {
    overflow: hidden;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    border-radius: var(--border-radius)
}

#faq .accordion-item:not(:last-child) {
    margin-bottom: 1rem
}

#faq p {
    line-height: 1.8
}

#faq p:last-child {
    margin-bottom: 0
}

#has-q .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2rem;
}

.give-mobile {
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    padding: 1rem;
    border-radius: var(--border-radius);
    /* background-color: var(--text-dark); */
    color: white;
    background-image: -o-repeating-radial-gradient(50% 50%, circle, transparent 0, #4d4d4d 18px), -o-repeating-linear-gradient(#414141, #1f1f1f);
    background-image: repeating-radial-gradient(circle at 50% 50%, transparent 0, #4d4d4d 18px), repeating-linear-gradient(#414141, #1f1f1f);
    background-color: #4d4d4d;
}

.give-mobile p {
    font-weight: 700;
    text-align: center;
}

.give-mobile form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.give-mobile .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.5rem;
    min-width: 75px;
}

.register {
    background-color: var(--main-color);
    padding: 1rem;
    border-radius: var(--border-radius);
    color: white;
    text-align: center;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

.register p,
.call-us p {
    font-weight: 700;
}

.call-us {
    background-color: white;
    padding: 1rem;
    border-radius: var(--border-radius);
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    text-align: center;
}

.call-us .link {
    border-radius: var(--border-radius);
    border: 2px dashed var(--main2-color);
    padding: 0.4rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.call-us .link span {
    color: var(--text-dark);
    font-size: 1.9rem;
    font-weight: 800;
}

.call-us .link i {
    color: var(--main-color);
    font-size: 1.7rem;
    text-shadow: 0 14px 25px #0fb583;
    margin-right: 1rem;
}

.download-catalog {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px dashed var(--main-color);
    border-radius: var(--border-radius);
    padding: 1rem;
    margin-bottom: 3rem;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(14, 181, 131, 0.05) 10px, rgba(14, 181, 131, 0.05) 20px);
}
.download-catalog .title {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.download-catalog .title i {
    width: 40px;
    height: 40px;
    background-color: var(--main2-color);
    border-radius: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
    font-size: 1.7rem;
}
.download-catalog .title div {
    font-size: 1.7rem;
    font-weight: bold;
    margin-right: 1rem;
}
.download-catalog .btn {
    padding: 0.7rem 2rem;
    font-size: 1.2rem;
}
.download-catalog .btn i {
    vertical-align: middle;
    margin-left: 1rem;
}

/* ======================= Medias ======================= */
@media (min-width: 768px) {
    #complete-list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 1rem;
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #complete-list ul li {
        width: 48.8%;
        list-style-position: inside;
    }

    #complete-list ul li:not(:last-child) {
        margin-bottom: 0;
    }

    #seen-better .items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 2rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #seen-better .item {
        width: 47.7%;
    }

    #seen-better .item:not(:last-child) {
        margin-bottom: 0;
    }

    #free .gift {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
    }

    #free .gift:first-child {
        margin-bottom: 0;
    }

    #free .container {
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .download-catalog {
        flex-direction: row;
        justify-content: space-around;
    }
    .download-catalog .title {
        margin: 0;
    }
    .download-catalog .title i {
        width: 50px;
        height: 50px;
    }
}

@media (min-width: 992px) {
    #intro-video .container:after {
        bottom: -8px;
        left: 92px;
    }

    #intro-video .container:before {
        top: -6px;
        right: 100px;
    }

    #has-q .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        row-gap: 0;
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }

    .sect-title h2 {
        font-weight: 900;
    }

    .h_iframe-aparat_embed_frame {
        max-width: 70%;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    #complete-list ul li {
        width: 32.3%;
    }

    #seen-better .item {
        width: 31.4%;
    }
}

@media (min-width: 1500px) {
    #intro-video .container:after {
        left: 142px;
    }
    #intro-video .container:before {
        right: 150px;
    }
}