.ctm-text-pri {
    color: #07BAFF;
}

.min-vh-1000 {
    min-height: 1000vh;
}

.gradient-green-to-blue {
    background-image: linear-gradient(0deg, #05a5fd 34.1%, #005dfc 87.69%) !important;
}

.loaderImage {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.rotate-logo img {
    width: auto !important;
    display: block;
    margin: 0 auto;
}

.abs-logo-wrap {
    position: relative;
}

.abs-logo {
    position: absolute;
    top: 13%;
    bottom: 0;
    left: 55%;
    width: 50%;
}

.btn-area {
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
    display: inline-block;
    line-height: 1.2;
    text-align: center;
    position: relative;
    z-index: 2;
}

.counter {
    color: white !important;
}

.btn-full {
    position: relative;

}

.btn-full::before {
    content: '';
    background-image: url(../img/mix/header-before.webp);
    background-repeat: no-repeat;
    background-position: top right;
    display: block;
    width: 233px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.btn-area strong {
    font-size: calc(14px + (28 - 14) * (100vw - 320px) / (1920 - 320));
}

.footer-logo {
    width: 100px;
    margin: 0 auto;
}

@media(max-width:1199px) {
    .abs-logo {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
    }

    .nav-container::before {
        display: none;
    }

    .nav-container.btn-area br {
        display: none;
    }

    .btn-area strong {
        font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
    }
}

.scrubImageContainer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.clipElement {
    object-position: left;
}

@media(max-width:1399.98px) {
    /* .abs-logo{
        width: 150%;
        left: 50%;
        transform: translateX(-50%);
        top: 40%;
    } */
}

.loader-opa {
    opacity: 0.4;
}

.loader-icon {
    top: -20px;
    left: 0;
}

.loader-icon .d-flex {
    gap: 0 10px;
}

.cta-footer .single-word {
    color: white;
}


.cardStickLast {
    background-color: #010D1D;
}


.footer-menu-2>li {
    gap: 20px;
}


@media(min-width:768px) {
    .lg-none {
        display: none;
    }
}

@media(max-width:768px) {
    .md-none {
        display: none;
    }

    .platform-head h3 {
        margin: 5px 0 !important;
    }
}

/*backdrop-filter: blur(33px)

box-shadow: 7px 13px 109px 0px #07BCFFAB;*/

.value-box.sty2 {
    display: flex;
    flex-direction: row;
    transition: all 0.5s ease-in;
    position: relative;
    overflow: hidden;
    border-style: solid;
    border-image: linear-gradient(to bottom, #05AFFE 0%, #00000000 70%) 1/2px;
    mask-composite: add;
    background-clip: border-box;
    gap: 35px;

}

.value-box.sty2 h3 {
    font-size: calc(20px + (35 - 20) * (100vw - 320px) / (1920 - 320));
    line-height: 1.3;
    font-weight: 700;
}

.value-box.sty2 p {
    line-height: 1.3;
}

.value-box.sty2 .value-box-inner {
    flex: 1;
}

.value-abs.sty2 {
    position: absolute;
    opacity: 1;
    bottom: 0%;
    right: 0;
    left: 67%;
}

@media (max-width: 1366.98px) {
    .value-abs.sty2 {
        bottom: 4%;
    }
}

@media (max-width: 1299.98px) {
    .value-abs.sty2 {
        bottom: 8%;
    }

    .value-box.sty2 {
        padding: 25px 35px;
    }
}

@media (max-width: 991.98px) {
    .md-none {
        display: none;
    }

    .value-box.sty2 {
        flex-wrap: wrap;
        gap: 20px;
        flex-direction: column;
    }

    .value-box.sty2 h3 {
        margin-bottom: 0;
    }

    .value-box.sty2 .value-box-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    ul.tick-list {
        flex-wrap: wrap;
        display: flex;
    }

    ul.tick-list li:after {
        top: 5px !important;
    }
}

@media (max-width: 767.98px) {}

.advantage-sec {
    position: relative;
}

.advantage-sec .value-abs {
    left: -100px;
    right: 85%;
}

.advantage-sec .value-box.sty3 {
    padding: 0;
    border: none;
    box-shadow: none;
    background: none;
    background-color: transparent;
    display: flex;
    gap: 20px;
    backdrop-filter: none;
    flex-wrap: wrap;
}

.advantage-sec .value-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
/* 
ul.tick-list {
    padding: 0;
    gap: 15px;
    column-count: 2;
}

ul.tick-list li {
    font-size: calc(17px + (29 - 17) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-left: 30px;
}

ul.tick-list li:after {
    position: absolute;
    content: "";
    background-image: url(/assets/img/icons/g-tick.webp);
    width: 24px;
    height: 24px;
    max-width: 24px;
    max-height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    top: 10px;
    left: 0;
} */

.value-box.sty3 .value-box-inner {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.min-vh-150 {
    min-height: 150vh;
}