@import '../css/small_chat.css';
.subscribe-form {
    margin-top: 36px
}

.subscribe-form .input-field {
    position: relative;
    background-color: #282828;
    border-radius: 10px;
    overflow: hidden
}

.subscribe-form .input-field input {
    border: 0;
    padding: 19px 20px;
    background-color: #fafafa;
    color: var(--primary);
    width: 100%;
    padding-inline-end: 50px;
    padding-inline-start: 50px;
    width: 100%
}

.subscribe-form .input-field input::-moz-placeholder {
    color: #abb1b6;
    font-size: 14px;
    font-weight: 400;
    line-height: 1
}

.subscribe-form .input-field input::placeholder {
    color: #abb1b6;
    font-size: 14px;
    font-weight: 400;
    line-height: 1
}

.subscribe-form .input-field input:focus {
    outline: 0
}

.subscribe-form .input-field .subscribe-btn {
    position: absolute;
    inset-inline-end: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.dir-rtl .subscribe-form .input-field .subscribe-btn img,
.dir-rtl .subscribe-form .input-field .subscribe-btn i {
    transform: rotateY(180deg)
}

.subscribe-form .input-field .icon {
    color: #abb1b6;
    position: absolute;
    inset-inline-start: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.subscribe-form .policy-field {
    margin-top: 20px
}

.subscribe-form .policy-field label {
    font-size: 14px;
    margin-inline-start: 6px
}

.subscribe-form .policy-field label span {
    color: var(--primary);
    font-weight: 500
}


@media only screen and (max-width: 1919px) {
    .wc-btn-primary {
        padding: 21px 28px
    }
}

.wc-btn-primary:hover {
    background-color: var(--primary);
    border-color: var(--primary)
}

.wc-btn-primary.theme-bg {
    background-color: var(--theme);
    border-color: var(--theme);
    color: var(--white)
}

.section-title {
    font-size: 60px
}

@media only screen and (max-width: 1919px) {
    .section-title {
        font-size: 50px
    }
}

@media only screen and (max-width: 1199px) {
    .section-title {
        font-size: 40px
    }
}

@media only screen and (max-width: 991px) {
    .section-title {
        font-size: 30px
    }
}

@media only screen and (max-width: 767px) {
    .section-title {
        font-size: 28px
    }
}

.section-spacing {
    padding-top: 130px;
    padding-bottom: 130px
}

@media only screen and (max-width: 1919px) {
    .section-spacing {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 991px) {
    .section-spacing {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media only screen and (max-width: 767px) {
    .section-spacing {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media only screen and (max-width: 767px) {
    .body-wrapper {
        overflow: hidden
    }
}

.header-area {
    transition: .3s
}


.header-area .wc-btn-primary {
    border-radius: 70px
}

.hero-area {
    padding-top: 220px
}

@media only screen and (max-width: 1919px) {
    .hero-area {
        padding-top: 190px
    }
}

@media only screen and (max-width: 991px) {
    .hero-area {
        padding-top: 170px
    }
}

@media only screen and (max-width: 767px) {
    .hero-area {
        padding-top: 150px
    }
}

.hero-area .section-title {
    font-size: 90px;
    line-height: 1
}

@media only screen and (max-width: 1919px) {
    .hero-area .section-title {
        font-size: 60px
    }
}

@media only screen and (max-width: 991px) {
    .hero-area .section-title {
        font-size: 40px
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .section-title {
        font-size: 35px
    }
}

.hero-area .text-wrapper {
    margin-top: 24px
}

.hero-area .btn-wrapper {
    margin-top: 43px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

@media only screen and (max-width: 1199px) {
    .hero-area .btn-wrapper {
        margin-top: 23px
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .btn-wrapper {
        flex-wrap: nowrap;
        gap: 15px
    }
}

.hero-area .content-bottom {
    border-top: 1px solid var(--border);
    margin-top: 50px;
    display: flex;
    gap: 53px
}

@media only screen and (max-width: 1199px) {
    .hero-area .content-bottom {
        margin-top: 30px
    }
}

.hero-area .customer-box-wrapper {
    padding-top: 33px
}

@media only screen and (max-width: 1199px) {
    .hero-area .customer-box-wrapper {
        padding-top: 23px
    }
}

.hero-area .video-btn-wrapper {
    border-inline-start: 1px solid var(--border);
    padding-inline-start: 50px
}

@media only screen and (max-width: 1199px) {
    .hero-area .video-btn-wrapper {
        padding-inline-start: 30px
    }
}

.hero-area .video-btn-wrapper .btn-wrapper {
    margin-top: 34px
}

@media only screen and (max-width: 1199px) {
    .hero-area .video-btn-wrapper .btn-wrapper {
        margin-top: 24px
    }
}

.hero-area .video-btn-wrapper .text {
    font-size: 18px;
    line-height: 1.1;
    color: var(--primary)
}

.hero-area .video-btn-wrapper .text-wrapper {
    margin-top: 19px
}

.hero-area .section-content {
    max-width: 548px
}

@media only screen and (max-width: 991px) {
    .hero-area .section-content {
        max-width: 560px
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .section-content {
        max-width: 100%
    }
}

.hero-area .customer-box .title {
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
    min-width: 105px
}

.hero-area .customer-box .text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.11;
    max-width: 166px;
    color: var(--primary)
}

.hero-area .customer-box .content {
    margin-top: 15px;
    display: flex;
    gap: 0px;
    align-items: center
}

.hero-area .customer-box .thumbs {
    display: flex
}

.hero-area .customer-box .thumbs img {
    width: 55px;
    border-radius: 50%;
    border: 3px solid var(--white)
}

.hero-area .customer-box .thumbs img:not(:first-child) {
    margin-inline-start: -20px
}

.hero-area-inner {
    display: flex;
    gap: 40px 80px;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    align-items: flex-start
}

@media only screen and (max-width: 991px) {
    .hero-area-inner {
        flex-direction: column;
        align-items: center
    }
}

.hero-area-inner .area-shape-1 {
    position: absolute;
    top: -220px;
    inset-inline-end: 50%;
    z-index: -1
}

.dir-rtl .hero-area-inner .area-shape-1 {
    transform: rotateY(180deg)
}

.hero-area-inner .area-shape-2 {
    position: absolute;
    width: 988.54px;
    height: 473.3px;
    inset-inline-end: 45%;
    top: -220px;
    background: linear-gradient(120.51deg, #87D4FF 11.58%, #F3FFAC 82.42%);
    opacity: .8;
    filter: blur(250px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: -1
}

.statistics-box {
    background-color: #b8ffdd;
    padding: 39px 32px 26px;
    border-radius: 20px;
    display: inline-block;
    width: 320px
}

@media only screen and (max-width: 1199px) {
    .statistics-box {
        padding: 24px 22px 16px
    }
}

.statistics-box .count-number {
    font-size: 80px;
    line-height: 1;
    color: var(--primary);
    width: 180px
}

@media only screen and (max-width: 1919px) {
    .statistics-box .count-number {
        font-size: 60px
    }
}

@media only screen and (max-width: 1199px) {
    .statistics-box .count-number {
        font-size: 40px
    }
}

.statistics-box .counter-box {
    display: flex;
    gap: 0px;
    align-items: center
}

.statistics-box .counter-box img {
    width: 44px
}

@media only screen and (max-width: 1919px) {
    .statistics-box .counter-box img {
        width: 34px
    }
}

@media only screen and (max-width: 1199px) {
    .statistics-box .counter-box img {
        width: 24px
    }
}

.statistics-box .text {
    font-size: 24px;
    line-height: 2.04;
    color: var(--primary)
}

@media only screen and (max-width: 1919px) {
    .statistics-box .text {
        font-size: 22px
    }
}

@media only screen and (max-width: 1199px) {
    .statistics-box .text {
        font-size: 18px
    }
}

.statistics-box .text span {
    font-weight: 700;
    color: #28a790;
    margin-top: 10px
}

.hero-thumb {
    width: 650px;
    aspect-ratio: 100/110;
    position: relative
}

@media only screen and (max-width: 1919px) {
    .hero-thumb {
        width: 560px
    }
}

@media only screen and (max-width: 1399px) {
    .hero-thumb {
        width: 500px
    }
}

@media only screen and (max-width: 991px) {
    .hero-thumb {
        width: 560px
    }
}

@media only screen and (max-width: 767px) {
    .hero-thumb {
        width: 100%
    }
}

.hero-thumb .shape-1 {
    position: absolute;
    rotate: -15deg;
    inset-inline-start: 93%;
    top: 76%;
    z-index: 1;
    width: 21%
}

.dir-rtl .hero-thumb .shape-1 {
    rotate: 15deg
}

.dir-rtl .hero-thumb .shape-1 img {
    transform: rotateY(180deg)
}

.hero-thumb .shape-2 {
    position: absolute;
    top: 21%;
    inset-inline-start: 8%;
    transform: rotate(-20deg);
    width: 94px
}

@media only screen and (max-width: 1199px) {
    .hero-thumb .shape-2 {
        width: 60px
    }
}

.dir-rtl .hero-thumb .shape-2 {
    transform: rotate(20deg)
}

.dir-rtl .hero-thumb .shape-2 img {
    transform: rotateY(180deg)
}

.hero-thumb .shape-3 {
    position: absolute;
    bottom: 0;
    inset-inline-start: 56%
}

.hero-thumb .shape-4 {
    position: absolute;
    top: 0%;
    inset-inline-end: 0;
    width: 76%;
    z-index: 1
}

@media only screen and (max-width: 991px) {
    .hero-thumb .shape-4 {
        inset-inline-start: 0
    }
}

.hero-thumb .shape-5 {
    position: absolute;
    inset-inline-end: 0;
    top: 40%;
    width: 48%
}

.hero-thumb .shape-5 .shape-in-1 {
    position: absolute;
    top: 48%;
    inset-inline-end: 100%
}

.dir-rtl .hero-thumb .shape-5 .shape-in-1 {
    transform: rotateY(180deg)
}

.hero-thumb .shape-6 {
    width: 160px;
    background: #fff59f;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    inset-inline-start: 24%;
    border-radius: 20px;
    width: 25%;
    aspect-ratio: 100/100
}

.hero-thumb .shape-6 .shape-in-3 {
    position: absolute;
    bottom: 100%;
    inset-inline-start: 36%
}

.hero-thumb .statistics-box {
    position: absolute;
    top: 40%;
    inset-inline-start: 0%;
    width: 49%;
    aspect-ratio: 100/78
}

.hero-thumb .shape-in-2 {
    position: absolute;
    bottom: 100%;
    inset-inline-start: 12%
}

.features-area {
    background-color: var(--primary);
    padding-top: 112px
}

@media only screen and (max-width: 1919px) {
    .features-area {
        padding-top: 82px
    }
}

@media only screen and (max-width: 991px) {
    .features-area {
        padding-top: 62px
    }
}

@media only screen and (max-width: 767px) {
    .features-area {
        padding-top: 42px
    }
}

.features-area .section-header {
    text-align: center
}

.features-area .section-header .section-title {
    max-width: 829px;
    color: var(--white);
    margin: 0 auto
}

.features-area .section-header .text {
    max-width: 750px;
    color: #9ba0a3;
    margin: 0 auto
}

.features-area .section-header .text-wrapper {
    margin-top: 27px
}

.features-area .section-content {
    margin-top: 63px;
    display: grid;
    gap: 40px 70px;
    grid-template-columns: .5fr 1fr
}

@media only screen and (max-width: 1919px) {
    .features-area .section-content {
        margin-top: 43px
    }
}

@media only screen and (max-width: 1199px) {
    .features-area .section-content {
        grid-template-columns: .9fr 1fr
    }
}

@media only screen and (max-width: 991px) {
    .features-area .section-content {
        margin-top: 33px;
        grid-template-columns: 1fr
    }
}

@media only screen and (max-width: 991px) {
    .features-area .section-content .accordion-wrapper {
        order: 2
    }
}

.features-area .accordion .accordion-button {
    font-size: 24px;
    line-height: 1.25;
    color: var(--white);
    padding-top: 31px;
    padding-bottom: 25px;
    padding-inline-start: 40px;
    padding-inline-end: 40px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    text-align: start
}

@media only screen and (max-width: 1399px) {
    .features-area .accordion .accordion-button {
        font-size: 20px
    }
}

@media only screen and (max-width: 991px) {
    .features-area .accordion .accordion-button {
        padding-top: 21px;
        padding-bottom: 15px
    }
}

@media only screen and (max-width: 767px) {
    .features-area .accordion .accordion-button {
        padding-inline-start: 25px;
        padding-inline-end: 25px
    }
}

@media only screen and (max-width: 1199px) {
    .features-area .accordion .accordion-button br {
        display: none
    }
}

.features-area .accordion .accordion-button::after {
    content: "+";
    color: #f8f5f3;
    background-image: none;
    line-height: 1;
    width: auto;
    height: auto;
    font-size: 22px;
    margin-inline-start: 50px;
    margin-inline-start: auto;
    margin-inline-end: 0
}

.features-area .accordion .accordion-button:not(.collapsed) {
    pointer-events: none
}

.features-area .accordion .accordion-button:not(.collapsed)::after {
    content: "-"
}

.features-area .accordion .accordion-item {
    border-bottom: 0;
    background-color: #10293a;
    border-radius: 20px
}

.features-area .accordion .accordion-item:not(:first-child) {
    margin-top: 15px
}

.features-area .accordion .accordion-body {
    font-size: 18px;
    line-height: 1.44;
    padding-inline-start: 40px;
    padding-inline-end: 40px;
    padding-bottom: 33px;
    padding-top: 0;
    color: #9ba0a3
}

@media only screen and (max-width: 991px) {
    .features-area .accordion .accordion-body {
        padding-bottom: 23px
    }
}

@media only screen and (max-width: 767px) {
    .features-area .accordion .accordion-body {
        padding-inline-start: 25px;
        padding-inline-end: 25px
    }
}

.features-area .accordion .accordion-body span {
    font-weight: 600;
    color: #f8f5f3
}






.feature-card {
    background-color: #f7faf9;
    border-radius: 20px;
    padding: 48px 55px 0;
    text-align: center
}

@media only screen and (max-width: 991px) {
    .feature-card {
        padding: 25px 25px 25px
    }
}

.feature-card .title {
    font-size: 30px
}

@media(max-width: 575px) {
    .feature-card .title {
        font-size: 24px
    }
}

.feature-card .text {
    margin-top: 18px
}

.feature-card .thumb {
    margin-top: 43px
}

.feature-card .btn-wrapper {
    margin-top: 43px
}

.feature-card .feature-counter-box .text {
    font-size: 18px;
    margin-top: 0;
    line-height: 1
}

.feature-card .feature-counter-box .number {
    font-size: 36px;
    font-weight: 700;
    margin-top: 8px;
    display: inline-block;
    width: 105px
}

.feature-card .feature-counter-box .icon {
    color: var(--theme);
    font-size: 18px
}

.feature-card .feature-counter-wrapper-box {
    margin-top: 43px
}

.feature-card .feature-counter-wrapper {
    display: flex
}

@media only screen and (max-width: 991px) {
    .feature-card .feature-counter-wrapper {
        justify-content: center
    }
}

.feature-card .feature-counter-wrapper>*:nth-child(2) {
    border-inline-start: 1px solid #dfe4e5;
    padding-inline-start: 40px;
    margin-inline-start: 40px
}

.feature-cards-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px
}

@media only screen and (max-width: 767px) {
    .feature-cards-wrapper {
        grid-template-columns: 1fr
    }
}

.feature-cards-wrapper>*:nth-child(1) {
    grid-column: span 2;
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    padding: 55px 55px;
    padding-inline-end: 0;
    text-align: start;
    gap: 30px 60px;
    justify-content: space-between
}

@media only screen and (max-width: 991px) {
    .feature-cards-wrapper>*:nth-child(1) {
        grid-template-columns: auto;
        padding: 25px 25px;
        padding-inline-end: 25px;
        text-align: center
    }
}

@media only screen and (max-width: 767px) {
    .feature-cards-wrapper>*:nth-child(1) {
        grid-column: auto
    }
}

.feature-cards-wrapper>*:nth-child(1) .content {
    max-width: 385px
}

@media only screen and (max-width: 991px) {
    .feature-cards-wrapper>*:nth-child(1) .content {
        max-width: 535px;
        margin: auto
    }
}

.feature-cards-wrapper>*:nth-child(1) .thumb {
    margin-top: 0
}






.product-area .section-content {
    max-width: 580px
}

.product-area .section-content .text-wrapper {
    margin-top: 27px
}

.product-area .section-content .btn-wrapper {
    margin-top: 40px
}

.product-area .section-content .wc-btn.wc-btn-underline:hover {
    color: var(--theme)
}

.product-area-inner {
    display: flex;
    gap: 40px 80px;
    justify-content: space-between;
    align-items: center
}

@media only screen and (max-width: 991px) {
    .product-area-inner {
        flex-direction: column
    }
}

.product-thumb {
    position: relative;
    min-width: 280px
}

.product-thumb .shape-1 {
    position: absolute;
    top: 7%;
    inset-inline-start: 6%;
    width: 38%;
    z-index: 1;
    filter: drop-shadow(0px 30px 30px rgba(28, 32, 49, 0.13))
}

.product-thumb .shape-2 {
    position: absolute;
    bottom: 0;
    inset-inline-end: 6%;
    width: 82%;
    filter: drop-shadow(0px -30px 50px rgba(40, 41, 54, 0.15))
}

.team-video-area .team-video-thumb {
    max-width: 550px
}

.team-video-area .section-content {
    max-width: 468px
}

@media only screen and (max-width: 991px) {
    .team-video-area .section-content {
        max-width: 550px
    }
}

.team-video-area .section-content .text-wrapper {
    margin-top: 27px
}

.team-video-area .section-content .reaching-list {
    margin-top: 26px
}

.team-video-area .section-content .reaching-list .title {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary)
}

.team-video-area .section-content .reaching-list ul {
    margin-top: 18px
}

.team-video-area .section-content .reaching-list ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44;
    color: var(--primary);
    display: flex;
    gap: 4px;
    align-items: flex-start
}

.team-video-area .section-content .reaching-list ul li:not(:first-child) {
    margin-top: 10px
}

.team-video-area .section-content .reaching-list ul li img {
    margin-top: 2px
}

.team-video-area-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px 80px
}

@media only screen and (max-width: 991px) {
    .team-video-area-inner {
        flex-direction: column-reverse
    }
}

.testimonial-area {
    background-color: #fafafa;
    padding-top: 112px
}

@media only screen and (max-width: 1919px) {
    .testimonial-area {
        padding-top: 82px
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-area {
        padding-top: 62px
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-area {
        padding-top: 42px
    }
}

.testimonial-area .section-header {
    text-align: center
}

.testimonial-area .section-header .section-title {
    max-width: 580px;
    margin: 0 auto
}

.testimonial-area .section-header .text {
    max-width: 580px;
    margin: 0 auto
}

.testimonial-area .section-header .text-wrapper {
    margin-top: 27px
}

.testimonial-area .testimonial-wrapper-box {
    margin-top: 63px
}

@media only screen and (max-width: 1919px) {
    .testimonial-area .testimonial-wrapper-box {
        margin-top: 43px
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-area .testimonial-wrapper-box {
        margin-top: 33px
    }
}

.testimonial-box {
    background-color: var(--white);
    padding: 45px 45px;
    border-radius: 20px
}

@media only screen and (max-width: 991px) {
    .testimonial-box {
        padding: 25px 25px
    }
}

.testimonial-box .author {
    display: flex;
    align-items: center;
    gap: 20px
}

.testimonial-box .avatar img {
    border-radius: 50%
}

.testimonial-box .name {
    font-size: 22px;
    line-height: 1
}

.testimonial-box .meta-title {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 9px;
    display: inline-block
}

.testimonial-box .text {
    margin-top: 33px;
    font-size: 22px;
    line-height: 1.36
}

@media only screen and (max-width: 1919px) {
    .testimonial-box .text {
        font-size: 19px
    }
}

.testimonial-box .ratings-list {
    margin-top: 23px
}

.testimonial-box .ratings-list ul {
    display: flex;
    align-items: center;
    gap: 4px
}

.pagination-wrapper {
    margin-top: 70px
}

@media only screen and (max-width: 1199px) {
    .pagination-wrapper {
        margin-top: 50px
    }
}

.pagination-wrapper .swiper-pagination-bullets {
    display: flex;
    gap: 15px;
    justify-content: center;
    cursor: pointer
}

.pagination-wrapper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #dedede;
    opacity: 1;
    margin: 0 !important
}

.pagination-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary)
}

.video-features-area {
    padding-top: 112px
}

@media only screen and (max-width: 1919px) {
    .video-features-area {
        padding-top: 82px
    }
}

@media only screen and (max-width: 991px) {
    .video-features-area {
        padding-top: 62px
    }
}

@media only screen and (max-width: 767px) {
    .video-features-area {
        padding-top: 42px
    }
}

.video-features-area .section-title {
    max-width: 596px
}

@media only screen and (max-width: 1199px) {
    .video-features-area .section-title {
        max-width: 496px
    }
}

.video-features-area .section-header {
    display: flex;
    gap: 30px 80px;
    align-items: center;
    justify-content: space-between
}

@media only screen and (max-width: 767px) {
    .video-features-area .section-header {
        flex-direction: column;
        align-items: flex-start
    }
}

.video-features-area .section-header .text {
    max-width: 420px
}

.video-features-area .section-content {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 30px
}

@media only screen and (max-width: 1399px) {
    .video-features-area .section-content {
        grid-template-columns: 1.6fr 1fr
    }
}

@media only screen and (max-width: 1199px) {
    .video-features-area .section-content {
        grid-template-columns: 2fr 1fr
    }
}

@media only screen and (max-width: 991px) {
    .video-features-area .section-content {
        grid-template-columns: 1fr
    }
}

.video-features-area .features-wrapper {
    padding: 70px 70px 63px;
    background-color: #e7f8f0;
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(255px, 255px));
    gap: 69px;
    justify-content: space-between
}

@media only screen and (max-width: 1399px) {
    .video-features-area .features-wrapper {
        padding: 40px 40px 33px;
        gap: 49px
    }
}

@media only screen and (max-width: 1199px) {
    .video-features-area .features-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(235px, 235px))
    }
}

@media only screen and (max-width: 767px) {
    .video-features-area .features-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(195px, 195px));
        gap: 39px
    }
}

@media(max-width: 575px) {
    .video-features-area .features-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr))
    }
}

.video-features-area .feature-box .thumb img {
    height: 50px
}

@media only screen and (max-width: 991px) {
    .video-features-area .feature-box .thumb img {
        height: 35px
    }
}

.video-features-area .feature-box .title {
    font-size: 24px;
    line-height: 1.25
}

.video-features-area .feature-box .content {
    margin-top: 35px
}

@media only screen and (max-width: 1399px) {
    .video-features-area .feature-box .content {
        margin-top: 25px
    }
}

.video-features-area .feature-box .text {
    margin-top: 23px
}

@media only screen and (max-width: 1399px) {
    .video-features-area .feature-box .text {
        margin-top: 13px
    }
}

.video-features-area .features-thumb {
    max-width: 520px
}

@media only screen and (max-width: 991px) {
    .video-features-area .features-thumb {
        display: none
    }
}

.video-features-area .section-content {
    margin-top: 57px
}

@media only screen and (max-width: 1399px) {
    .video-features-area .section-content {
        margin-top: 47px
    }
}

.integration-area {
    padding-top: 112px
}

@media only screen and (max-width: 1919px) {
    .integration-area {
        padding-top: 82px
    }
}

@media only screen and (max-width: 991px) {
    .integration-area {
        padding-top: 62px
    }
}

@media only screen and (max-width: 767px) {
    .integration-area {
        padding-top: 42px
    }
}

.integration-area .section-header {
    text-align: center
}

.integration-area .section-header .section-title {
    max-width: 654px;
    margin: 0 auto
}

.integration-area .section-header .text {
    max-width: 550px;
    margin: 0 auto
}

.integration-area .section-header .text-wrapper {
    margin-top: 33px
}

@media only screen and (max-width: 1919px) {
    .integration-area .section-header .text-wrapper {
        margin-top: 18px
    }
}

.integration-area .logos-wrapper-box {
    margin-top: 63px
}

@media only screen and (max-width: 1919px) {
    .integration-area .logos-wrapper-box {
        margin-top: 43px
    }
}

@media only screen and (max-width: 991px) {
    .integration-area .logos-wrapper-box {
        margin-top: 33px
    }
}

.integration-area .logos-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1140px;
    margin: 0 auto
}

.integration-area .btn-wrapper {
    margin-top: 70px;
    display: flex;
    justify-content: center
}

@media only screen and (max-width: 1919px) {
    .integration-area .btn-wrapper {
        margin-top: 50px
    }
}

@media only screen and (max-width: 991px) {
    .integration-area .btn-wrapper {
        margin-top: 30px
    }
}

.logo-box {
    width: 125px;
    aspect-ratio: 100/98;
    background-color: var(--white);
    border: 1px solid #ebedef;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width: 1199px) {
    .logo-box {
        width: 100px
    }
}

@media only screen and (max-width: 991px) {
    .logo-box {
        width: 70px;
        border-radius: 15px
    }
}

.logo-box img {
    max-height: 60px
}

@media only screen and (max-width: 1199px) {
    .logo-box img {
        max-height: 45px
    }
}

@media only screen and (max-width: 991px) {
    .logo-box img {
        max-height: 35px
    }
}

.pricing-area {
    padding-top: 112px
}

@media only screen and (max-width: 1919px) {
    .pricing-area {
        padding-top: 82px
    }
}

@media only screen and (max-width: 991px) {
    .pricing-area {
        padding-top: 62px
    }
}

@media only screen and (max-width: 767px) {
    .pricing-area {
        padding-top: 42px
    }
}

.pricing-area .section-header {
    text-align: center
}

.pricing-area .section-header .section-title {
    max-width: 615px;
    margin: 0 auto
}

.pricing-area .section-header .text {
    max-width: 550px;
    margin: 0 auto
}

.pricing-area .section-header .text-wrapper {
    margin-top: 27px
}

@media only screen and (max-width: 991px) {
    .pricing-area .section-header .text-wrapper {
        margin-top: 17px
    }
}

.pricing-area .toggle-content {
    margin-top: 50px
}

@media only screen and (max-width: 991px) {
    .pricing-area .toggle-content {
        margin-top: 30px
    }
}

.pricing-area .wcf__toggle_switcher {
    margin-top: 63px
}

@media only screen and (max-width: 1919px) {
    .pricing-area .wcf__toggle_switcher {
        margin-top: 43px
    }
}

@media only screen and (max-width: 991px) {
    .pricing-area .wcf__toggle_switcher {
        margin-top: 33px
    }
}

.pricing-area .pricing-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    justify-content: center;
    gap: 30px
}

.pricing-box {
    border: 1px solid var(--border);
    background-color: var(--white);
    border-radius: 20px;
    padding: 36px 30px 40px;
    text-align: start;
    position: relative
}

@media only screen and (max-width: 1399px) {
    .pricing-box {
        padding: 30px 30px
    }
}

.pricing-box .title {
    font-size: 20px;
    font-weight: 500;
    color: var(--primary);
    line-height: 1
}

.pricing-box .price {
    font-size: 50px;
    line-height: 1;
    margin-top: 49px
}

@media only screen and (max-width: 1399px) {
    .pricing-box .price {
        font-size: 50px;
        margin-top: 29px
    }
}

@media only screen and (max-width: 767px) {
    .pricing-box .price {
        font-size: 40px
    }
}

.pricing-box .price span {
    font-size: 18px;
    color: var(--secondary);
    font-weight: 400
}

.pricing-box .description {
    font-size: 18px;
    margin-top: 18px
}

.pricing-box .feature-list {
    margin-top: 40px;
    text-align: start
}

.pricing-box .feature-list li {
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center
}

.pricing-box .feature-list li img {
    margin-inline-end: 10px;
    width: 15px
}

.dir-rtl .pricing-box .feature-list li img {
    transform: rotateY(180deg)
}

.pricing-box .feature-list li:not(:first-child) {
    margin-top: 15px
}

.pricing-box .feature-list li.disallow {
    opacity: .3
}

.pricing-box .wc-btn-primary {
    background-color: rgba(0, 0, 0, 0);
    border-color: #ebedef;
    color: var(--primary);
    width: 100%;
    padding: 21px 28px;
    margin-top: 20px
}

.pricing-box .wc-btn-primary:hover {
    background-color: var(--theme);
    border-color: var(--theme);
    color: var(--primary)
}

.pricing-box.popular {
    background-color: #ffedab;
    border-color: #ffedab;
    color: var(--primary)
}

.pricing-box.popular p {
    color: var(--primary)
}

.pricing-box.popular .wc-btn-primary {
    background-color: var(--theme);
    border-color: var(--theme);
    color: var(--primary)
}

.pricing-box.popular .wc-btn-primary:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white)
}

.pricing-box .tag {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 9px 12px;
    line-height: 1;
    background-color: var(--white);
    border-radius: 30px;
    position: absolute;
    inset-inline-end: 30px;
    top: 30px
}

@media only screen and (max-width: 1199px) {
    .pricing-box .tag {
        top: 24px
    }
}

.wcf__toggle_switcher .slide-toggle-btn {
    background-color: #fafafa
}

.user-area .section-header {
    text-align: center
}

.user-area .section-header .section-title {
    max-width: 700px;
    margin: 0 auto
}

.user-area .section-header .text {
    max-width: 450px;
    margin: 0 auto
}

.user-area .section-header .text-wrapper {
    margin-top: 27px
}

@media only screen and (max-width: 991px) {
    .user-area .section-header .text-wrapper {
        margin-top: 17px
    }
}

.user-area .brand-logos {
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 63px
}

@media only screen and (max-width: 1919px) {
    .user-area .brand-logos {
        margin-top: 43px
    }
}

@media only screen and (max-width: 991px) {
    .user-area .brand-logos {
        margin-top: 33px
    }
}

.user-area .brand-logos .logo img {
    filter: contrast(0)
}

.user-area-inner {
    background-color: #fafafa;
    border-radius: 20px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    padding-top: 112px
}

@media only screen and (max-width: 1919px) {
    .user-area-inner {
        padding-top: 82px
    }
}

@media only screen and (max-width: 991px) {
    .user-area-inner {
        padding-top: 62px
    }
}

@media only screen and (max-width: 767px) {
    .user-area-inner {
        padding-top: 42px
    }
}

.progress-wrap svg.progress-circle path {
    stroke: var(--theme)
}


.process-area {
    background-color: var(--primary)
}

.process-area .section-header {
    text-align: center
}

.process-area .section-header .section-title {
    max-width: 660px;
    margin: 0 auto;
    color: var(--white)
}

.process-area .section-header .text {
    max-width: 700px;
    margin: 0 auto;
    color: var(--white-2)
}

@media only screen and (max-width: 991px) {
    .process-area .section-header .text {
        max-width: 600px
    }
}

.process-area .section-header .text-wrapper {
    margin-top: 29px
}

.process-area .section-header .title-wrapper {
    margin-top: 17px
}

.process-area .section-header .section-subtitle {
    background-color: #1b3242;
    color: var(--white)
}

.process-area .process-steps-wrapper-box {
    margin-top: 63px
}

@media only screen and (max-width: 1919px) {
    .process-area .process-steps-wrapper-box {
        margin-top: 43px
    }
}

@media only screen and (max-width: 991px) {
    .process-area .process-steps-wrapper-box {
        margin-top: 33px
    }
}

.process-steps-wrapper {
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 20px;
    padding: 45px 40px;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width: 1199px) {
    .process-steps-wrapper {
        padding: 25px 20px
    }
}

@media only screen and (max-width: 767px) {
    .process-steps-wrapper {
        flex-direction: column
    }
}

.dir-rtl .process-steps-wrapper .separator {
    transform: rotateY(180deg)
}

@media only screen and (max-width: 1199px) {
    .process-steps-wrapper .separator {
        display: none
    }
}

.process-step {
    display: flex;
    gap: 20px;
    align-items: center
}

@media only screen and (max-width: 991px) {
    .process-step {
        flex-direction: column;
        text-align: center
    }
}

.process-step .icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
    background-color: #10293a;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px
}

@media only screen and (max-width: 1919px) {
    .process-step .icon {
        width: 50px;
        min-width: 50px;
        height: 50px;
        border-radius: 6px
    }
}

.process-step .icon img {
    max-height: 33px
}

@media only screen and (max-width: 1919px) {
    .process-step .icon img {
        max-height: 25px
    }
}

.process-step .text {
    font-size: 24px;
    line-height: 1.25;
    color: var(--white)
}

@media only screen and (max-width: 1919px) {
    .process-step .text {
        font-size: 18px;
        max-width: 180px
    }
}


.faq-area {
    background-color: #f7faf9
}

.faq-area .section-content {
    max-width: 350px
}

.faq-area .section-content .text-wrapper {
    margin-top: 29px
}

.faq-area .section-content .title-wrapper {
    margin-top: 17px
}

.faq-area .section-content .section-subtitle {
    background-color: var(--white)
}

.faq-area .accordion .accordion-button {
    font-size: 20px;
    line-height: 1.25;
    color: var(--primary);
    padding-top: 25px;
    padding-bottom: 20px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    text-align: start;
    font-weight: 500;
}

.faq-area .accordion .accordion-button .section-subtitle {
    font-size: 12px;
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 10px;
    background-color: var(--white)
}

@media only screen and (max-width: 1399px) {
    .faq-area .accordion .accordion-button {
        font-size: 20px
    }
}

@media only screen and (max-width: 991px) {
    .faq-area .accordion .accordion-button {
        padding-top: 21px;
        padding-bottom: 15px
    }
}

@media only screen and (max-width: 767px) {
    .faq-area .accordion .accordion-button {
        padding-inline-start: 25px;
        padding-inline-end: 25px
    }
}

@media only screen and (max-width: 1199px) {
    .faq-area .accordion .accordion-button br {
        display: none
    }
}

.faq-area .accordion .accordion-button::after {
    content: "+";
    color: var(--primary);
    background-image: none;
    line-height: 1;
    width: auto;
    height: auto;
    font-size: 25px;
    margin-inline-start: 50px;
    margin-inline-start: auto;
    margin-inline-end: 0
}

.faq-area .accordion .accordion-button:not(.collapsed) {
    pointer-events: none
}

.faq-area .accordion .accordion-button:not(.collapsed)::after {
    content: "-"
}

.faq-area .accordion .accordion-item {
    border-bottom: 0;
    background-color: var(--white);
    border-radius: 20px
}

.faq-area .accordion .accordion-item:not(:first-child) {
    margin-top: 5px
}

.faq-area .accordion .accordion-body {
    font-size: 18px;
    line-height: 1.44;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    padding-bottom: 24px;
    padding-top: 0;
    color: var(--secondary)
}

@media only screen and (max-width: 991px) {
    .faq-area .accordion .accordion-body {
        padding-bottom: 23px
    }
}

@media only screen and (max-width: 767px) {
    .faq-area .accordion .accordion-body {
        padding-inline-start: 25px;
        padding-inline-end: 25px
    }
}

.faq-area .accordion .accordion-body span {
    font-weight: 600;
    color: #f8f5f3
}

.faq-area .faq-wrapper {
    background-color: var(--bg);
    border-radius: 20px
}

.faq-area-inner {
    display: grid;
    grid-template-columns: 1fr 700px;
    gap: 20px
}

@media only screen and (max-width: 1919px) {
    .faq-area-inner {
        grid-template-columns: 1fr 500px
    }
}

@media only screen and (max-width: 991px) {
    .faq-area-inner {
        grid-template-columns: 1fr
    }
}

.cta-area .section-header {
    text-align: center
}

.cta-area .section-header .section-title {
    max-width: 650px;
    margin: 0 auto
}

.cta-area .section-header .text {
    max-width: 700px;
    margin: 0 auto
}

.cta-area .section-header .title-wrapper {
    margin-top: 17px
}

.cta-area .section-header .text-wrapper {
    margin-top: 29px
}

.cta-area .section-header .btn-wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 43px
}

@media only screen and (max-width: 1919px) {
    .cta-area .section-header .btn-wrapper {
        margin-top: 43px
    }
}

@media only screen and (max-width: 1199px) {
    .cta-area .section-header .btn-wrapper {
        margin-top: 33px
    }
}

.cta-area .section-header .btn-wrapper .wc-btn-primary {
    padding: 21px 45px
}

/*# sourceMappingURL=master-online-meeting.css.map */