/* general */

.w-section--title-hr {
    width: 80px;
    height: 10px;
    margin: 0px 10px 25px;
    padding: 0px;
    border-color: var(--border-placeholder);
    opacity: 1;
}

@media (max-width: 575px) {
    .w-section--title-hr {
        width: 35px;
    }
}

/* navbar */

.w-navbar--section {
    z-index: 100000;
    margin-top: 0px;
    background-color: #ffffff05;
    backdrop-filter: blur(20px);
    background-size: cover;
    padding-top: 4px;
}

/* logo */

.w-navbar--logo {
    width: 100%;
    height: 65px;
    object-fit: contain;
    object-position: left;
}

/* navbar heading */

.w-navbar--heading {
    margin: 0px;
    transform: unset;
    display: flex;
    align-items: end;
    font-size: 48px;
    letter-spacing: 5px;
    position: absolute;
    height: auto;
    right: 0px;
    top: 0px;
    align-items: center;
}

@media (max-width: 767px) {
    .w-navbar--heading {
        font-size: 38px;
    }
}

@media (max-width: 575px) {
    .w-navbar--heading {
        font-size: 30px;
    }
}

.w-navbar--heading span {
    border-right: 2px solid var(--border-brand);
    height: 35px;
    margin: 0px;
    margin-top: 0px;
}

@media (max-width: 767px) {
    .w-navbar--heading span {
        height: 18px;
    }
}

.w-navbar--heading span:nth-of-type(1) {
    margin-top: 10px;
}

.w-navbar--heading a {
    font-size: 26px;
    color: #d1d1d1;
    text-decoration: none;
    letter-spacing: 4px;
    text-transform: capitalize;
    margin-top: 20px;
    font-style: italic;
}

/* toggler */

.w-navbar--toggler {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 6px;
    border: none;
    margin-left: 10px;
    border-right: 2px solid #93cdc2;
    border-bottom: 2px solid transparent;
    border-radius: 0px;
    padding: 0px 15px;
}

@media (max-width: 575px) {
    .w-navbar--toggler {
        font-size: 17px;
        letter-spacing: 5px;
        padding: 0px 10px;
    }
}
.w-navbar--toggler:hover {
    border-right: 2px solid #93cdc2;
    border-bottom: 2px solid #93cdc2;
    color: #fff;
    transition: 0.3s all ease-in-out !important;
}

/* hero */

.w-hero--section {
    padding-top: 22px;
}

.w-hero--section-row {
    min-height: 67vh;
}

.button--free {
    width: 95px;
    padding: 0px;
    background-color: #75ab9f;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 95px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border: 5px solid var(--border-brand);
    z-index: 10;
}

.button--free:hover,
.button--free:focus {
    background-color: var(--border-brand);
}

@media (max-width: 575px) {
    .button--free {
        font-size: 10px;
        width: 75px;
        height: 75px;
    }
}

/* content */

.w-hero--section-content {
    margin-bottom: 7%;
}

@media (max-width: 767px) {
    .w-hero--section-content {
        margin-bottom: 16%;
    }
}

@media (max-width: 575px) {
    .w-hero--section-content {
        margin-bottom: 21%;
    }
}

.w-hero--title {
    font-size: 42px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .w-hero--title {
        font-size: 28px;
    }
}

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

.w-hero--caption {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 500;
    letter-spacing: 1px;
    color: var(--border-plan-card-hover);
}

@media (max-width: 991px) {
    .w-hero--caption {
        font-size: 18px !important;
    }
}

@media (max-width: 575px) {
    .w-hero--caption {
        font-size: 19px !important;
    }
}

.w-hero--caption .highlighted {
    padding: 0px 4px;
    font-weight: 600;
    border-radius: 1px;
    font-size: 26px;
    background-color: var(--overlay-review-card);
}

.w-hero--caption .important {
    border-bottom: 2px solid var(--border-checkbox-choosen);
}

@media (max-width: 991px) {
    .w-hero--caption .highlighted {
        font-size: 21px;
    }
}

@media (max-width: 575px) {
    .w-hero--caption .highlighted {
        font-size: 16px;
    }
}

/* backgrounds */

.w-hero--backgrounds {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 0;
    height: 100%;
}

.w-hero--backgrounds video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.w-hero--overloay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(4, 4, 4, 0.3);
}

/* section title */

.w-section--title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 50px;
    display: inline-flex;
    align-items: center;
}

@media (max-width: 767px) {
    .w-section--title {
        font-size: 32px;
        margin-bottom: 35px;
    }
}

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

.w-section--title .emphasis {
    text-decoration: none !important;
    padding: 0px;
    margin: 0px;
}

/* with arrow */

.with--arrow {
    position: relative;
}

.with--arrow img {
    width: 60px;
    height: 100%;
    position: absolute;
    right: -50px;
    top: 25px;
    object-fit: contain;
    transform: rotate(165deg);
    filter: brightness(0) invert(1);
}

@media (max-width: 575px) {
    .with--arrow img {
        right: -32px !important;
        top: 24px;
        height: 45px;
    }
}

.with--arrow.dark img {
    filter: unset;
}

/* ------------------- */

/* floating helpers */

.w-floating--helpers {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 100000;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    z-index: 4;
}

.btn--whatsapp {
    width: 70px;
    height: 70px;
    padding: 0px;
    border-radius: 50%;
    border: none !important;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .btn--whatsapp {
        width: 45px;
        height: 45px;
        padding: 0px;
    }

    .btn--whatsapp i {
        font-size: 50px !important;
    }
}

.btn--whatsapp i,
.btn--whatsapp svg {
    color: #fff;
    fill: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
}

/* brands */

.w-brands--section {
    width: 100%;
    background-color: #1d1e24;
    padding: 0px;
    border-bottom: 1px solid #212121;
    margin-top: 100px;
    border-top: 1px solid #3a3c49;
}

.w-brands--section img {
    width: 100%;
    max-width: 170px;
    margin: auto;
    height: 70px;
    object-fit: contain;
    object-position: center;
    filter: brightness(0) invert(1);
    padding: 15px 10px;
}

.w-brands--section img:last-of-type {
    border-right: none;
}

.w-brand--hr {
    height: 80px;
    display: inline-block;
    border-left: 1px solid var(--border-plan-card);
}

/* --------------------- */

.w-features--section {
    padding: 70px 0px 90px;
    background-color: #000;
    border-bottom: 1px solid var(--border-summary-hr);
}

.w-features--wrapper {
    width: 100%;
    max-width: 350px;
    height: 500px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.w-features--wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
}

/* content */

.w-features--content img {
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0px 0px 6px rgba(174, 174, 174, 0.21);
}

@media (min-width: 1px) and (max-width: 991px) {
    .w-features--content img {
    }
}

/* ----------------------------- */

.w-ai--section {
    padding: 90px 0px 40px;
    background-color: #fefefe;
    min-height: 700px;
}

@media (max-width: 757px) {
    .w-ai--section {
        padding: 70px 0px 40px;
        min-height: auto;
    }
}

.w-ai--subtitle {
    font-weight: 600;
    letter-spacing: 1.5px;
    position: absolute;
    font-size: 16px;
    bottom: -18px;
    right: -26px;
}

.w-ai--section-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.w-ai--section-image img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fafafa;
}

@media (max-width: 575px) {
    .w-ai--subtitle {
        font-size: 11px;
    }
}

.w-ai--section * {
    color: #111;
}

/* question */

.w-ai--question {
    display: flex;
    align-items: center;
    justify-content: start;
}

.w-ai--question-question {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 12px;
}

.w-ai--question-answer {
    font-size: 14px;
    color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-overflow: initial;
    overflow: hidden;
}

.w-ai--question-answer span {
    margin-bottom: 5px;
}

.w-ai--question-answer ul {
    font-size: 13px;
    font-weight: 400;
    display: block;
    width: auto;
    margin-bottom: 0px;
}

.w-ai--question-answer li {
    margin-bottom: 5px;
    text-align: start;
    padding-left: 5px;
}

/* window row */

.w-ai--windows {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.w-ai--windows-hr {
    border-color: transparent;
    opacity: 1;
    border-style: dashed;
    width: 60%;
    margin: 15px 0px 15px 20px;
}

.w-ai--windows .tinted * {
}

.w-ai--windows .tinted:hover,
.w-ai--windows .tinted.active {
    transition: 0.3s all ease-in-out;
}

.w-ai--windows-wrapper {
    text-align: center;
    padding: 0px 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    border-radius: 0px;
    width: 100%;
    overflow: hidden;
    border: 1px solid transparent;
}

@media (max-width: 767px) {
    .w-ai--windows-wrapper {
    }
}

.w-ai--windows-wrapper a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px dashed var(--border-brand);
    padding-bottom: 3px;
}

@media (max-width: 767px) {
    .w-ai--windows-wrapper a {
        font-size: 11px;
        padding-bottom: 1px;
    }
}

@media (max-width: 575px) {
    .w-ai--windows-wrapper a {
        font-size: 11px;
        padding-bottom: 0px;
    }
}

/* how it works */

.w-work--section {
    background-color: #17181d;
    padding: 65px 0px 50px;
}

@media (max-width: 767px) {
    .w-work--section {
        padding: 60px 0px 15px;
    }
}

.w-work--section * {
    color: #fff;
}

/* card */

.w-work--card {
    width: 100%;
    border-radius: 1px 30px 30px;
    background-color: #23262b;
    display: flex;
    align-items: start;
    padding: 60px 20px 14px;
    flex-direction: column;
    justify-content: start;
    position: relative;
    height: 100%;
}

.w-work--card img {
    position: absolute;
    top: 7px;
    display: none;
    right: 30px;
    width: 100px;
    height: 100px;
    border-radius: 40px 50px 45px 65px;
    box-shadow: 0px 3px 4px whitesmoke;
}

@media (max-width: 1199px) {
    .w-work--card img {
        top: -25px;
    }
}

.w-work--card-title {
    font-size: 16px;
    font-weight: 600;
}

.w-work--card-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #efefef;
}

.w-work--card-counter {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background-color: var(--border-brand);
    border-radius: 0px 0px 20px 0px;
    color: #fff;
    font-size: 18px;
}

/* reviews */

.reviews--content img {
    width: 100%;
    height: 11px;
    object-fit: contain;
    margin-top: 10px;
    filter: brightness(0) invert(1);
}

.reviews--card video {
    object-fit: contain !important;
    border-radius: 40px !important;
    width: 100%;
    max-width: 100vw;
}

@media (max-width: 575px) {
    .reviews--card video {
        object-fit: contain !important;
    }

    .reviews--play {
        left: 25px;
    }
}

/* -------------------------- */
/* -------------------------- */

#services--section {
    padding-top: 80px;
    padding-bottom: 35px;
    background-color: #1d1e24;
    border-top: 1px solid #1d1e24;
}

.white-space-normal {
    white-space: nowrap !important;
    line-break: anywhere !important;
}

/* -------------------------- */
/* -------------------------- */

#loader--wrapper {
    transition: unset !important;
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00000047;
    z-index: 10000000000000;
    width: 100%;
    height: 100vh;
    bottom: 0px;
    backdrop-filter: blur(6px);
}

#loader--wrapper img {
    width: 100%;
    height: 140px;
    object-fit: contain;
    padding: 25px 0px;
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 120px;
    aspect-ratio: 1;
    display: grid;
    border: 4px solid #0000;
    border-radius: 50%;
    border-right-color: #7faea8;
    animation: l15 1s infinite linear;
}
.loader::before,
.loader::after {
    content: "";
    grid-area: 1/1;
    margin: 2px;
    border: inherit;
    border-radius: 50%;
    animation: l15 2s infinite;
}
.loader::after {
    margin: 8px;
    animation-duration: 3s;
}
@keyframes l15 {
    100% {
        transform: rotate(1turn);
    }
}
