﻿/*style.css*/


* {
    font-family: "Raleway", sans-serif;
}

html, body {
    overflow-x: hidden;
}

.xpal-copy-rights {
    direction: ltr !important;
    text-align: left;
}

.td-mark {
    font-size: 0.7rem;
    vertical-align: text-top;
    line-height: 0.3;
}

header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: black;
    z-index: 999999;
    animation-name: stickyHeader;
    animation-duration: 0.75s;
}

@keyframes stickyHeader {
    from {
        top: -80px;
    }

    to {
        top: 0;
    }
}

header {
    padding: 25px 0 15px 0;
    /*background-color: black;*/
}

.header-faq {
    padding: 25px 0 15px 0;
    background-color: transparent;
}

header .navbar .navbar-brand .logo-header {
    width: 100%;
}

.navbar-brand {
    width: 25%;
}

header .navbar .navbar-nav .li-separator {
    font-size: 12px;
    color: #696969;
    line-height: 12px;
    display: flex;
    align-items: center;
    margin: 0 20px;
}

header .navbar .navbar-nav li {
    cursor: pointer;
}

    header .navbar .navbar-nav li a {
        font-size: 0.7rem;
        font-weight: bold;
        line-height: 28px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
    }

        header .navbar .navbar-nav li a:hover,
        header .navbar .navbar-nav li a:active {
            color: #fff;
        }

.text-right {
    text-align: right !important;
}

.width-85 {
    width: 85% !important;
}

.width-76 {
    width: 76% !important;
}

.width-logo-100 {
    width: 65px !important;
}

@media screen and (max-width: 768px) {
    .ios-link-footer,
    .android-link-footer,
    .apk-link-footer {
        display: none;
    }

    header.sticky {
        position: static !important;
    }

    .navbar-brand {
        width: 70%;
    }

    header .navbar .navbar-brand .logo-header {
        width: 80%;
    }
}

@media screen and (max-width: 991px) {
    header .navbar .navbar-collapse {
        background-color: #000;
    }

        header .navbar .navbar-collapse .li-separator {
            display: none;
        }

        header .navbar .navbar-collapse .navbar-nav {
            align-items: center;
        }

    .navbar-dark .navbar-toggler {
        border: none !important;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }
}

@media(min-width: 993px) and (max-width: 1199px) {

    .navbar-expand-lg .navbar-collapse {
        flex-basis: 100% !important;
    }

    header .navbar .navbar-nav li a {
        font-size: 0.5rem;
    }

    footer ul li a {
        font-size: 0.5rem;
    }
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #000;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #000;
    }

.xfsett {
    bottom: 0;
    width: 100%;
}

.row > * {
    margin-top: 0;
}

.secnd-col {
    margin-bottom: 3rem !important;
    margin-top: 80px;
}

/*FOOTER SECTION */

footer {
    padding: 50px 0px 0px 0px;
    background-color: #0F0F0F;
}

h3.compnay-text {
    text-transform: uppercase;
    margin-top: 30px;
    font-size: 0.9rem;
}

footer ul li a {
    font-size: 0.8rem;
    color: #cccbc7;
    margin-bottom: 0.5rem;
    font-weight: 300;
}

footer ul li {
    margin-bottom: 5px;
}

.patent-img {
    width: 25% !important;
    float: right;
    transform: rotate(348deg);
    position: relative;
    right: 10px;
    top: 15px;
}

.row.footer-revert {
    margin-bottom: 25px;
}

.collapse {
    display: none;
}

    .collapse.show {
        display: block;
    }

img.footer-xpal-bubble-logo {
    width: 4%;
}

footer ul {
    padding: 0;
}

footer h3 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 1.5rem;
}

a#footer-about-mob {
    display: none;
}

footer ul li {
    list-style: none;
}

img.footer-apple {
    position: relative;
}

footer .social-icons {
    display: flex;
    align-items: center;
    gap: 30px;
}

.col-md-6.col-sm-12.social-icons a img {
    width: 120%;
}

i.fa-brands.fa-x-twitter {
    font-size: 17px;
    color: #ffffff;
}

footer .social-icons a img {
    width: 50%;
}

footer .store-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 8px;
    gap: 23px;
}

img.footer-ios-icon, img.footer-android-icon {
    width: 50%;
}

a.footer-ios {
    position: relative;
    z-index: 11;
}

    a.footer-ios::after {
        content: '';
        position: absolute;
        background: linear-gradient(142deg, rgba(25, 24, 24, 1) 54%, rgba(4, 4, 4, 1) 84%);
        width: 35px;
        height: 35px;
        left: -10px;
        top: -4px;
        z-index: -1;
        border-radius: 50%;
    }

a.footer-android {
    position: relative;
    z-index: 11;
}

    a.footer-android::after {
        content: '';
        position: absolute;
        background: linear-gradient(142deg, rgba(25, 24, 24, 1) 54%, rgba(4, 4, 4, 1) 84%);
        width: 35px;
        height: 35px;
        left: -13px;
        top: -5px;
        z-index: -1;
        border-radius: 50%;
    }

html[dir="rtl"] a.footer-ios::after {
    left: 4px !important;
    top: -7px !important;
}

html[dir="rtl"] a.footer-android::after {
    left: 3px !important;
    top: -8px !important;
}

html[dir="rtl"] footer .patent-container {
    position: relative;
}

    html[dir="rtl"] footer .patent-container > img {
        position: absolute;
        left: 0;
        right: auto;
        transform: translateY(0);
    }

.frame-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: ltr !important;
    overflow: hidden;
}

.video-overlay {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands" !important;
}


footer .store-icons a.ios-link {
    background: linear-gradient(30deg, #040404 28%, #191818 100%);
}

footer .store-icons a.android-link {
    background: linear-gradient(30deg, #040404 28%, #191818 100%);
}

footer .footer-text p,
footer .inner-pages a,
footer .inner-pages p {
    color: #929292;
    font-size: 1rem;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
}


footer .inner-pages {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

a.text-decoration-none:hover {
    color: #cccbc7;
}

.footer-bootom-main {
    display: flex;
    color: #929292;
    font-size: 0.6rem;
    justify-content: space-between;
}

footer .patent-container {
    position: relative;
}

    footer .patent-container img {
        position: absolute;
        width: 18%;
        right: 0%;
        bottom: 46%;
    }

@media(max-width: 992px) {
    footer .logo {
        width: 7%;
    }

    footer .patent-container img {
        width: 26%;
    }
}

@media(max-width: 786px) {
    footer .logo {
        width: 8%;
    }

    footer .patent-container img {
        width: 29%;
    }
}

@media(max-width: 525px) {
    footer .logo {
        width: 11%;
    }

    a#footer-about-mob {
        display: block;
    }

    a#footer-6 {
        display: none;
    }

    footer .patent-container img {
        width: 40%;
        bottom: 81%;
    }
}

@media(max-width: 425px) {
    footer .logo {
        width: 15%;
    }

    footer .store-icons {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 3rem;
    }

    footer .inner-pages {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 0rem;
    }

    footer .social-icons a img {
        width: 85% !important;
        /*margin-inline: 20px !important;*/
    }
}


@media (min-width: 1200px) and (max-width: 1399px) {

    footer ul li a {
        font-size: 0.68rem;
    }
}

@media(min-width: 1400px) {
    .container {
        max-width: 1140px !important;
    }

    footer ul li a {
        font-size: 0.68rem;
    }
}

.security-mobile {
    display: none !important;
}

.security-mobile1 {
    display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    footer .secnd-col {
        margin-top: 106px;
    }

    footer ul li a {
        font-size: 0.5rem;
    }
}

@media(max-width:768px) {
    footer .store-icons a:nth-child(1) {
        margin-right: 0px !important;
    }

    footer .store-icons {
        justify-content: left;
        margin: 0px;
    }

        footer .store-icons a {
            padding: 10px 0px !important;
        }

    footer .security-mobile1 a {
        width: 15rem !important;
    }

    .section-2b .store-icons a:nth-child(2) {
        margin-left: 0px !important;
    }

    .section-2b .store-icons a {
        margin: 12px 0px;
        padding: 0px !important;
    }

    footer .store-icons a {
        background: none;
    }

    footer .one-col {
        margin-bottom: 0px !important;
        position: relative;
        z-index: 99;
    }

    .col-md-6.col-sm-12.badge-div-footer {
        /*    margin-top: -345px;*/
        position: relative;
        z-index: unset;
    }

    .security-web {
        display: none !important;
    }

    .security-mobile {
        display: block !important;
    }

    .hide-android {
        display: none;
    }

    .hide-ios {
        display: none;
    }

    .security-mobile1 {
        display: flex !important;
    }

    footer .one-col ul {
        margin-bottom: 0px !important;
    }

    footer .secnd-col {
        margin-bottom: 1.5rem !important;
        position: relative;
        z-index: 99;
    }

    .patent-img {
        width: 35% !important;
    }

    footer .first-end-text {
        margin-bottom: 1rem;
    }

    footer .footer-revert {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 2.5rem !important;
    }

    .col-md-6.col-sm-12.social-icons a img {
        width: 100%;
    }

    i.fa-brands.fa-x-twitter {
        font-size: 15px;
    }

    footer .store-icons {
        margin-top: 0px !important;
        margin-bottom: 2.5rem;
    }

    footer .security-mobile1 img {
        width: 100px !important;
    }

    .footer-end-revert {
        display: flex;
    }

    footer .footer-text p,
    footer .inner-pages a,
    footer .inner-pages p {
        font-size: 0.7rem;
    }
}

.header .navbar .navbar-nav li a.goldLink {
    color: #d7c478 !important;
}

.goldLink {
    color: #d7c478 !important;
}

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cline stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' x1='4' x2='26' y1='7' y2='7'/%3E%3Cline stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' x1='4' x2='26' y1='15' y2='15'/%3E%3Cline stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' x1='4' x2='26' y1='23' y2='23'/%3E%3C/svg%3E");
}

@media (max-width: 767px) {
    .patent-img {
        width: 25% !important;
    }

    .secnd-col {
        margin-top: unset;
    }

    img.footer-xpal-bubble-logo {
        width: 11%;
    }

    .col-md-6.col-sm-12.badge-div-footer {
        margin-top: -345px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    header .navbar .navbar-nav li a {
        font-size: 0.5rem;
    }

    .goldLinkLi {
        display: none !important;
    }

    footer ul li a {
        font-size: 0.5rem;
    }
}

/*index.css*/
@font-face {
    font-family: "CustomFont";
    src: url("../fonts/Plus_Jakarta_Sans/static/PlusJakartaSans-Medium.ttf");
    font-display: swap;
}

html[dir="rtl"], body.rtl {
    direction: rtl;
    text-align: right;
}

    body.rtl .container {
    }

body {
    font-family: "Nunito Sans", sans-serif !important;
}

.formobile {
    display: none;
}

.floating-inner {
    display: none;
}

#usm {
    color: #7F8EF4;
    font-size: 2rem;
}

.sponsor-blog img {
    width: 80%;
}

.text-decor-nn {
    text-decoration: none;
}

.sponsor-sec3 {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

header {
    padding: 25px 15px 15px 15px !important;
    background-color: transparent;
}

.section-2b .text-container .mobile-hidden {
    margin-top: 10px;
}

.section-2b-img img {
    width: 65%;
}

.app-download-banner h2 {
    font-size: 1rem;
    color: #fff;
}

.app-download-banner .pull-left {
    display: flex;
    align-items: center;
}

.app-download-banner {
    height: 37px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.infoButNowBtn {
    padding: 17px 50px;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1.2rem;
    box-shadow: 0 5px 38px rgb(49 144 185 / 30%);
    background-color: #1492e6;
    margin-top: 1rem;
    width: 191px;
}

.btn-link-bt {
    color: #d5d5d5;
    text-decoration: none;
    filter: contrast(2);
}

.app-download-banner a {
    margin-right: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    background: #1075b8;
    padding: 5px;
    border-radius: 22px;
}

.bold-word {
    font-weight: 700;
    color: white;
}

.floating-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 35px 0;
    color: #fff;
    bottom: 0;
}

.reverse-info a {
    text-decoration: none;
}

.white-shade a {
    text-decoration: none;
}

.floating-icons .floating-div {
    background: #00000080;
    padding: 10px;
    border-radius: 47px 0px 0px 47px;
}

.floating-icons .store-icons {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

    .floating-icons .store-icons a {
        border-radius: 50%;
        padding: 17px 20px;
    }

        .floating-icons .store-icons a:nth-child(2) {
            margin-left: 18px;
        }

        .floating-icons .store-icons a:nth-child(1) img {
            width: 90%;
        }

        .floating-icons .store-icons a:nth-child(2) img {
            width: 95%;
        }

        .floating-icons .store-icons a.ios-link {
            background: linear-gradient(30deg, #040404 28%, #191818 100%);
        }

        .floating-icons .store-icons a.android-link {
            background: linear-gradient(30deg, #040404 28%, #191818 100%);
        }

.floating-icons p {
    font-size: 0.75rem;
}

.td-mark-g {
    vertical-align: text-top;
}

.line-hgt3 {
    line-height: 0.3;
}

.line-hgt5 {
    line-height: 0.5;
}

sub.td-mark-g.line-hgt5 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 200;
}



.section-1 .title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 82vh;
    padding: 65px 0;
    color: #fff;
}

    .section-1 .title-container h1 {
        font-weight: 500;
        font-size: 3rem;
        line-height: 1.1;
        margin-bottom: 0;
    }

#text22 {
    display: contents;
    vertical-align: middle;
    color: #10b5bb;
}

#nui1 {
    text-align: center;
    width: 90%;
    font-size: 4.0rem;
}

#nui2 {
    text-align: center;
    width: 55%;
    padding: 16px;
    font-size: 16px;
    color: #fff;
    opacity: 0.8;
}

.color-text-new {
    color: #aa6bfe !important;
}

.color-text-third {
    color: #1493e6 !important;
}

.title-container .mobile-image img {
    width: 97%;
}

.secure-text {
    color: #1075b8;
    font-weight: 700;
}

.private-text {
    color: #bc33a0;
}

.anonymous-text {
    color: #9961e6;
}

.anonymous-container {
    height: 56px !important;
}

.section-1 .title-container h2 {
    font-size: 0.9rem;
    font-weight: 300;
    color: #a6a7aa !important;
    max-width: 59%;
    line-height: 24px;
}

.section-1 .title-container h3 {
    font-size: 5rem;
    font-weight: 300;
    line-height: 74px;
    color: #fff;
    margin-bottom: 1rem;
    margin-top: 5px;
}

.section-1 .title-container .reg-sign {
    font-size: 12px;
    top: -4.2em;
}

.section-1 .title-container h3 span {
    color: #1a5691;
}

.section-1 .title-container .text-panel p {
    font-size: 11px;
    font-weight: 300;
}

.img-group-left {
    width: 60%;
    float: left;
}

.img-group-right {
    width: 48%;
    margin-bottom: 20px;
}

.group-heading {
    font-size: 2.1rem;
    color: #fff;
    margin-top: 30px;
    font-weight: 400;
}

.group-p1 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
}

.section-2 .section-2-a {
    padding-bottom: 72px !important;
}

.group-p2 {
    color: #777993;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.2;
    margin-bottom: 40px;
}

.shade-group {
    margin-left: -21vw;
    margin-right: -20.5vw;
}

.group-a {
    color: #0d6efd !important;
    font-size: 1.2rem;
    text-decoration: none;
    cursor: pointer;
}

.feature-2-new {
    padding-bottom: 110px;
    margin-top: 50px;
}

.reverse-info {
    text-align: center;
}

.section-1 .title-container p {
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.2;
    color: #fffc;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.section-1 .title-container .separator-login {
    height: 1px;
    background: linear-gradient(to right, black 0%, #696969 50%, black 100%);
    width: 12vw;
    margin: 3rem 0;
}

.section-1 .title-container .store-icons {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

.section-1 .store-icons-top.margin-top {
    margin-top: 3rem;
}

.section-1 .title-container .store-icons-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: flex-end;
}

.section-1 .title-container .store-icons .download {
    justify-content: center;
    align-self: center;
    margin-left: 17px;
}

.section-1 .title-container .store-icons-bottom .ios-link {
    border-radius: 50%;
    padding: 10px 12px;
    background: linear-gradient(30deg, #040404 28%, #191818 100%);
}

.section-1 .title-container .store-icons-bottom .android-link {
    border-radius: 50%;
    padding: 10px 12px;
    margin-left: 18px;
    background: linear-gradient(30deg, #040404 28%, #191818 100%);
}

    .section-1 .title-container .store-icons-bottom .android-link img {
        width: 90% !important;
        margin-left: 0px !important;
    }

.section-1 .title-container .store-icons-bottom .ios-link img {
    width: 82% !important;
}

.section-1 .title-container .store-icons a:nth-child(2) {
    max-width: 30%;
}

.section-1 .title-container .store-icons a:nth-child(1) img {
    width: 100%;
    border: 2px solid #1e1e20;
    border-radius: 10px;
}

.section-1 .title-container .store-icons a:nth-child(2) img {
    width: 100%;
    border: 2px solid #1e1e20;
    border-radius: 10px;
}

.section-1 .title-container .store-icons a.ios-link {
    background: linear-gradient(30deg, #040404 28%, #191818 100%);
}

.section-1 .title-container .store-icons a.android-link {
    background: linear-gradient(30deg, #040404 28%, #191818 100%);
}

.section-1 .bottom-container {
    background: url(https://dz5tyoxl8h44g.cloudfront.net/bg-arc.png);
    background-color: #000;
    background-position: 47%;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 0 -86px 100px #000;
    min-height: 68vh;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-1 .title-container .title-small {
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 27px;
    color: #c5c5c5;
    text-align: center;
    margin-bottom: 0;
}

.section-1 .title-container .sub-title {
    font-size: 2.35rem;
    font-weight: 300;
    line-height: 53px;
    color: #fff;
    text-align: center;
    margin-bottom: 1rem;
}

.section-1 .bottom-container .text-description {
    font-size: 1.275rem;
    font-weight: 400;
    line-height: 25px;
    color: #919191;
    text-align: center;
    width: 35vw;
}

.video-section {
    padding: 0 !important;
    background-color: #001b2c;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 87vh;
    display: flex;
    justify-content: center;
    flex-flow: column;
    background-color: #00090f;
}

.slider {
    background-color: #00090f !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    padding-top: 50px;
}

.animation-img {
    border-radius: 50%;
    width: 38%;
    margin-top: -190%;
    margin-left: 27%;
}

.features1 {
    display: flex;
    justify-content: space-around;
}

.mobile-show-flex1 {
    display: none;
}

.bounce2 {
    animation: bounce2 3s ease infinite;
}



.floating-sec-m {
    display: none;
}

.p-redact img {
    width: 250px;
}

@keyframes bounce2 {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}



.ani-above {
    font-size: 3.3rem !important;
}

#cursor22 {
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 2.5rem;
    background-color: #1493e6;
}

.video-auto {
    margin-bottom: -152%;
    height: 562px;
    position: relative;
    top: -166px;
    left: 71px;
    overflow: hidden;
    border-radius: 44px;
}

.video-auto1 {
    height: 478px;
    width: 289px;
    border-radius: 82px;
    margin-top: 20px;
}

img.pic200 {
    width: 286px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
}

.feature-2nd {
    text-align: center;
}

.inner3-1 {
    display: flex;
    margin-top: 90px;
}

.inner3-2 {
    display: flex;
    margin-top: 10px;
}

.pic11 {
    width: 80%;
}

.pic12 {
    width: 80%;
}

.pic21 {
    width: 332px;
    height: 100%;
    margin-top: -586px;
    -webkit-transform: translate(0, 0);
}

.pic31 {
    width: 40%;
    height: 50%;
    margin-right: 10px;
}

.pic32 {
    width: 40%;
    height: 50%;
    margin-right: 10px;
}

@keyframes blink {
    from, to {
        background-color: transparent;
    }

    50% {
        background-color: #9961e6;
    }
}

@keyframes cursor-blink {
    100% {
        opacity: 0;
    }
}

.pic33 {
    width: 40%;
    height: 50%;
    margin-right: 10px;
}

.pic34 {
    width: 40%;
}

.pic35 {
    width: 80%;
}

.features2 {
    display: flex;
    justify-content: space-evenly;
}

.featurePic {
    text-align: center;
}

    .featurePic img {
        width: 230px;
        margin-top: 25px;
    }

.f4 {
    margin-right: -114px;
}

.featureP {
    text-align: center;
    color: #cbcbcb;
    font-size: 1.3rem;
    font-weight: 400;
    margin-top: 15px;
    line-height: 1.2;
}

.carousel-inner > .carousel-item {
    height: 91vh !important;
}

.carousel-caption h5 {
    font-size: 2rem !important;
    font-weight: 300 !important;
}

    .carousel-caption h5 span {
        color: #0094e6 !important;
    }

.carousel-caption p {
    font-weight: 300 !important;
    color: #87919b !important;
    max-width: 440px;
    margin: 0 auto;
}

.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
    width: 30% !important;
}

.carousel-indicators [data-bs-target] {
    width: 7px !important;
    height: 6px !important;
    border-radius: 50%;
    margin-right: 14px !important;
    background-color: #001d2e !important;
}

.carousel-indicators .active {
    background-color: #0094e6 !important;
}


.section-2a h3 {
    color: #1493e6;
    font-size: 1.3rem;
    margin: 0;
}

.section-2a h2 {
    font-size: 2.3rem;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

.section-2a .icons p,
.section-2b .icons p {
    margin-left: 20px;
    color: #a6a7aa;
    font-size: 1rem;
}

.section-2a .icons img {
    width: 48px;
}

.section-2a img {
    width: 80%;
}

.section-2a .text-content .section-2b .text-content {
    display: flex;
    justify-content: flex-start;
}

.section-2a .text-container .text-description,
.section-2b .text-container .text-description {
    font-size: 1rem;
    font-weight: 300;
    line-height: 20px;
    color: #a6a7aa;
    margin-bottom: 0px;
    text-wrap: balance;
    line-height: 24px;
}

.section-2b h2 {
    font-size: 2.3rem;
    font-weight: 400;
    color: #fff;
    margin: 0;
    line-height: 45px;
}

.section-2b h3 {
    margin-top: 3rem;
    color: #ffffff;
    font-size: 1.7rem;
    font-weight: 400;
}

.section-2b .icons img {
    width: 20px;
}

.section-2b .icons p {
    margin-left: 20px;
    color: #cbcbcb;
    font-size: 1rem;
}

.section-2b .store-icons {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 2rem !important;
}

    .section-2b .store-icons a {
        border-radius: 50%;
        padding: 12px 15px;
    }

        .section-2b .store-icons a:nth-child(2) {
            margin-left: 18px;
        }

        .section-2b .store-icons a:nth-child(1) img {
            width: 90%;
        }

        .section-2b .store-icons a:nth-child(2) img {
            width: 95%;
        }

        .section-2b .store-icons a.ios-link {
            background: linear-gradient(30deg, #040404 28%, #191818 100%);
        }

        .section-2b .store-icons a.android-link {
            background: linear-gradient(30deg, #040404 28%, #191818 100%);
        }

.section-2 {
    background-position: 119% 0%;
    min-height: 100vh;
    padding-top: 2.2rem;
    background-color: #00090f;
    background-repeat: no-repeat;
    background-size: 50%;
}

    .section-2 .slide-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.section-3 .section-container span {
    margin-bottom: 2rem;
}

.section-2 .slide-container .slide-item,
.section-2 .slide-container-mobile .slide-item {
    display: flex;
    padding: 4px 0;
    cursor: pointer;
}

    .section-2 .slide-container .slide-item.active,
    .section-2 .slide-container-mobile .slide-item.active {
    }

.section-2 .slide-container .active .slide-item-container,
.section-2 .slide-container-mobile.active.slide-item-container {
    background-color: #0094e6 !important;
    border-radius: 17px;
}

.section-2 .slide-container .slide-item-container,
.section-2 .slide-container-mobile.slide-item-container {
    display: flex;
    align-items: center;
    min-width: 50%;
    padding: 10px;
}

.section-2 .slide-container .text-img img,
.section-2 .slide-container-mobile.text-img img {
    width: 16px;
}

.section-2 .slide-container.active.text-img,
.section-2 .slide-container-mobile.active.text-img {
    background: #02090f;
}

.section-2 .slide-container .text-img,
.section-2 .slide-container-mobile.text-img {
    background: #153a4a5c;
    border-radius: 48%;
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
}

.section-2 .slide-container .active .text-img,
.section-2 .slide-container-mobile.active.text-img {
    background: #fff;
}

.section-2 .slide-container .active .text-content p,
.section-2 .slide-container-mobile.active.text-content p {
    font-weight: 600;
}

@keyframes slideOut {
    0% {
        border-right: 1px solid #97c2eb;
    }

    30% {
        border-right: 2px solid #97c2eb;
    }

    70% {
        border-right: 3px solid #97c2eb;
    }

    100% {
        border-right: 4px solid #1a5691;
    }
}

.section-2 .slide-container .slide-item.active p,
.section-2 .slide-container-mobile .slide-item.active p {
    color: #fff;
}

.section-2 .slide-container .slide-item p,
.section-2 .slide-container-mobile .slide-item p {
    font-size: 1rem;
    font-weight: 700;
    line-height: 27px;
    color: #87919b;
    margin: 0;
    padding-left: 10px;
}

.section-2 .slide-mockup {
    margin: auto;
}

.slide-mockup-mobile {
    display: none;
}

.section-2 .slide-mockup .img-active {
    display: block;
    float: right;
}

.section-2 .slide-mockup img {
    width: 70%;
}

.section-2 .text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 220px;
}

    .section-2 .text-container .text-inactive {
        display: none;
        opacity: 0;
        animation-name: opacityOut;
        animation-duration: 0.75s;
    }

@keyframes opacityOut {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0.75;
    }

    50% {
        opacity: 0.5;
    }

    75% {
        opacity: 0.25;
    }

    100% {
        opacity: 0;
    }
}

.section-2 .text-container .text-active {
    display: block;
    opacity: 1;
    animation-name: opacityIn;
    animation-duration: 0.75s;
}

@keyframes opacityIn {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0.25;
    }

    50% {
        opacity: 0.5;
    }

    75% {
        opacity: 0.75;
    }

    100% {
        opacity: 1;
    }
}

.section-2 .text-container h3 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 46px;
    color: #0094e6;
    margin-bottom: 0.75rem;
}

.section-2 .text-container .slide-text-1 {
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 46px;
    color: #fff;
    margin-bottom: 0.75rem;
}

.section-2 .text-description {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 24px;
    color: #87919b;
    margin-bottom: 2rem;
}

.section-2 .store-icons a {
    text-decoration: none;
}

.section-2 .store-icons .appstore {
    width: 35px;
    height: 44px;
    margin-right: 25px;
}

.section-2 .store-icons .playstore {
    width: 38px;
    height: 43px;
}

.top-heading {
    color: #fff;
    font-size: 2.9rem;
    font-weight: 400;
}

span.reverse-img img {
    width: 55%;
}

.down-img {
    width: 36px;
    margin-bottom: 30px;
}



.total-wipeout-img img {
    width: 65%;
}

video.wipeout-video {
    height: 570px;
    position: relative;
    top: 26px;
    left: 200px;
    border-radius: 20px;
}

img.pic21.wipeout {
    width: 350px;
    height: 100%;
    position: relative;
    left: 156px;
    -webkit-transform: translate(0, 0);
}

.section-above1 .row {
    margin-bottom: -7px !important;
}

.center-reverse {
    text-align: center;
    margin-top: 40px;
}

.blueColor {
    color: #0489fe !important;
    font-weight: 600 !important;
}

.w4rAnimated_checkmark svg {
    width: 170px !important;
}

.reverse-number {
    color: #fff;
    font-size: 6rem;
    margin-top: -16px;
}

.video-img {
    width: 108%;
    margin-bottom: -63px;
    -webkit-transform: translate(0, 0);
    position: relative;
    left: -27px;
}

.reverse-text {
    color: #00c7d1;
    font-size: 1.7rem;
}

.section-above2 {
    background-image: url("https://dz5tyoxl8h44g.cloudfront.net/Background.jpg");
    background-repeat: no-repeat;
    background-position: 36% 44%;
    background-size: cover;
    color: #a0a0a1;
}



    .section-above2 img {
        width: 65%;
        padding-top: 5rem;
    }

    .section-above2 h2 {
        color: white;
        font-size: 2.3rem;
    }

p.reverse-web {
    font-size: 1.2rem;
}

.section-above2 h3 {
    font-size: 2.6rem;
    font-weight: 600;
    color: #fff;
}

.section-above2 p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 24px;
    color: #a6a7aa;
    margin-bottom: 20px;
}

.section-above2 a {
    color: #0489fe !important;
    font-size: 1rem;
    font-weight: 600;
}

.section-2-a {
    position: relative;
    z-index: 1;
}

    .section-2-a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        min-height: 100vh;
        opacity: 0.8;
        /*background-image: url("https://dz5tyoxl8h44g.cloudfront.net/Background.jpg");*/
        background-repeat: no-repeat;
        background-position: 36% 100%;
        background-size: cover;
    }

    .section-2-a .feature-section {
        width: 70%;
    }

    .section-2-a .feature-container {
        position: relative;
        z-index: 1;
        margin: 32px auto 0 auto;
    }

        .section-2-a .feature-container::before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            min-height: auto;
            opacity: 0.3;
            background: #48738452;
            backdrop-filter: blur(10px);
            border-radius: 30px;
            display: flex;
            flex-direction: column;
        }

        .section-2-a .feature-container .feature-content {
            padding: 35px 0 0px 0;
            margin: 0 auto;
            width: 80%;
        }

            .section-2-a .feature-container .feature-content h3 {
                color: #fff;
                text-align: center;
                font-size: 2.2rem;
                margin-bottom: 0;
            }

            .section-2-a .feature-container .feature-content p {
                color: #70757b;
                font-weight: 600;
                font-size: 16px;
                text-align: center;
                padding-top: 7px;
            }

        .section-2-a .feature-container .feature-img {
            display: flex;
            justify-content: center;
        }

            .section-2-a .feature-container .feature-img img {
                width: 50%;
            }

    .section-2-a .pin .feature-img img,
    .section-2-a .rpin .feature-img img {
        width: 100%;
    }

    .section-2-a .feature-2 {
        margin-top: 50px;
    }

        .section-2-a .feature-2 .feature-2-content h2 {
            font-size: 1.9rem;
            color: #046eb7;
            letter-spacing: 0.7px;
            font-weight: 600;
        }

        .section-2-a .feature-2 .feature-2-content h3 {
            color: #fff;
            font-size: 2.5rem;
            font-weight: 400;
        }

        .section-2-a .feature-2 .feature-2-content p {
            color: #a0a0a1;
            font-size: 1rem;
            line-height: 24px;
            margin-bottom: 65px;
            font-weight: 400;
        }

.feature-2-img-web {
    display: flex;
}

.feature-1st {
    position: relative;
    right: -14px;
    text-align: end;
}

.feature-2-img-mobile {
    display: none;
}

    .feature-2-img-mobile img {
        width: 100%;
    }

.section-2-a .feature-3 {
    margin-top: 60px;
}

    .section-2-a .feature-3 .feature-3-content {
        margin-top: auto;
    }

        .section-2-a .feature-3 .feature-3-content p:first-child {
            color: #00878e;
            font-weight: 700;
            font-size: 1.3rem;
            line-height: 1.3;
        }

        .section-2-a .feature-3 .feature-3-content h3 {
            color: #fff;
            font-size: 2.1rem;
            font-weight: 400;
        }

        .section-2-a .feature-3 .feature-3-content p {
            color: #98a1a5;
            font-weight: 300;
            line-height: 24px;
            text-wrap: balance;
        }

        .section-2-a .feature-3 .feature-3-content a {
            color: #0d6efd !important;
        }

    .section-2-a .feature-3 .feature-3-img img {
        width: 78%;
        float: right;
    }

    .section-2-a .feature-3 .fdistller img {
        width: 80%;
        float: right;
    }

.section-2-a .feature-4 .feature-4-content {
    margin-top: auto;
}

    .section-2-a .feature-4 .feature-4-content p:first-child {
        color: #00878e;
        font-weight: 700;
        font-size: 1.3rem;
        line-height: 1.3;
    }

    .section-2-a .feature-4 .feature-4-content h3 {
        color: #fff;
        font-size: 2.1rem;
        line-height: 1.1;
        font-weight: 400;
    }

    .section-2-a .feature-4 .feature-4-content p {
        color: #98a1a5;
        font-weight: 300;
        font-size: 0.9rem;
        line-height: 24px;
        text-wrap: balance;
    }

    .section-2-a .feature-4 .feature-4-content a {
        color: #0d6efd !important;
    }

.section-2-a .feature-4 .feature-4-img img {
    width: 65%;
}




.floating-img {
    width: 25px;
    margin-right: 10px;
}

.floating-img-2 {
    width: 15px;
    margin-left: 10px;
}

.floating-sec a {
    color: #1E1800;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: 600;
}


.floating-sec:hover {
    opacity: 0.9
}

.floating-sec a:hover {
    color: #795d00;
}

.anonymous-section {
    padding: 0 !important;
    background-image: url("https://dz5tyoxl8h44g.cloudfront.net/ANONYMOUS.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 90vh;
    display: flex;
    justify-content: center;
    flex-flow: column;
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 67%);
}

    .anonymous-section h3 {
        color: #fff;
        font-size: 2.1rem;
    }

    .anonymous-section p {
        color: #fff;
        font-weight: 300;
    }

    .anonymous-section button {
        background: linear-gradient(to right, #18191b, #090a0a);
        border: none;
        font-size: 13px;
        padding: 10px 33px;
    }

.section-mode {
}

.section-mode-mobile {
    display: none;
}

.section-mode .dark {
    background-color: #fff;
}

    .section-mode .dark h2 {
    }

.section-mode .light {
    background-color: #080c14;
}

.section-mode .dark h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #000 !important;
    font-size: 2.5rem;
    font-weight: 500;
}

.section-mode .light h2 {
    color: #fff;
    font-size: 2.5rem;
    padding-top: 47px;
    font-weight: 500;
}

.light-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-mode .light-mode-img .mode-web {
    width: 40%;
    margin: 45px 0px 45px -101.5%;
}

.section-3 {
    background-color: #f3f8fe;
    background-color: #f3f8fe;
    min-height: 58vh;
    padding: 70px 0;
}

    .section-3 .section-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .section-3 .title-small {
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 24px;
        color: #5f778e;
        text-align: center;
        margin-bottom: 0;
    }

    .section-3 h3 {
        font-size: 4.375rem;
        font-weight: 400;
        line-height: 67px;
        color: #000;
        text-align: center;
        margin-bottom: 0.5rem;
    }

    .section-3 .features-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .section-3 .features-container img {
            margin-bottom: 2rem;
        }

        .section-3 .features-container .feature-text {
            font-size: 1.275rem;
            font-weight: 400;
            line-height: 24px;
            color: #000;
            text-align: center;
            margin-bottom: 0.5rem;
            width: 16vw;
        }

        .section-3 .features-container .feature-desc {
            font-size: 1.25rem;
            font-weight: 400;
            line-height: 24px;
            color: #5f778e;
            text-align: center;
            margin-bottom: 0;
            width: 18vw;
        }

.section-4 img,
.section-6 img {
    width: 80%;
}

.pic11 {
    width: 80%;
}

.section-4,
.section-4a,
.section-5,
.section-5a,
.section-6 {
    padding: 100px 0;
}

    .section-4 .text-content,
    .section-4a .text-content,
    .section-6 .text-content {
        display: flex;
        justify-content: center;
    }

    .section-5 .text-content,
    .section-5a .text-content {
        display: flex;
        justify-content: flex-start;
    }

    .section-4 .text-container,
    .section-4a .text-container,
    .section-5 .text-container,
    .section-5a .text-container,
    .section-2a .text-container,
    .section-6 .text-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .section-4 .text-container .title-small,
        .section-4a .text-container .title-small,
        .section-5 .text-container .title-small,
        .section-5a .text-container .title-small,
        .section-2a .text-container .title-small,
        .section-6 .text-container .title-small {
            font-size: 1.25rem;
            font-weight: 400;
            line-height: 24px;
            color: #5f778e;
            margin-bottom: 1rem;
            text-transform: uppercase;
        }

        .section-4 .text-container h3,
        .section-4a .text-container h3,
        .section-5 .text-container h3,
        .section-5a .text-container h3,
        .section-6 .text-container h3 {
            font-size: 3rem;
            font-weight: 400;
            line-height: 48px;
            color: #000;
            margin-bottom: 0.75rem;
        }

        .section-4 .text-container .text-description,
        .section-4a .text-container .text-description,
        .section-5 .text-container .text-description,
        .section-5a .text-container .text-description,
        .section-6 .text-container .text-description {
            font-size: 1.25rem;
            font-weight: 400;
            line-height: 24px;
            color: #5f778e;
            margin-bottom: 0;
        }

.section-5,
.section-5a {
    background: url(https://xpalassets.s3.us-east-1.amazonaws.com/www/Assets/img/xpal-bg-img.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

    .section-5 .mobile-show,
    .section-5a .mobile-show {
        display: none;
    }

    .section-5 img {
        width: 85%;
    }

.section-7,
.section-7a {
    margin-bottom: 4rem;
}

    .section-7 h3,
    .section-7a h3 {
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 46px;
        margin-bottom: 2.5rem;
    }

    .section-7 .flex-center {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        padding: 65px 30px;
    }

    .section-7a .flex-center {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 65px 30px;
    }

    .section-7 .dark {
        background-color: #000;
    }

    .section-7a .dark {
        background-color: #f3f8fe;
    }

    .section-7 .light,
    .section-7a .light {
        background-color: #f2f2f2;
    }

    .section-7 .dark h3,
    .section-7a .dark h3 {
        color: #fff;
    }

    .section-7 .light h3,
    .section-7a .light h3 {
        color: #000;
    }

    .section-7 img,
    .section-7a img {
        width: 50%;
    }

.End-Sponsored {
    color: white;
    text-align: center;
    background-color: #0B0B0B;
    padding: 70px 0px;
}

.sponsor h2 {
    font-size: 2.4rem;
    font-weight: 400;
}

.sponsor-imgs {
    margin-top: 85px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.sponsor-imgs1 .spic1 {
    padding-top: 24px;
    width: 100%;
}

.sponsor-imgs1 .spic2 {
    width: 100%;
}

.sponsor-imgs .spic1 {
    width: 96%;
}

.sponsor-imgs .spic2 {
    width: 100%;
}

.sponsor-imgs .spic3 {
    width: 100%;
}

.End-Sponsored hr {
    width: 50px;
    height: 5px !important;
    border-radius: 15px;
    margin: 0 auto;
    color: white;
    opacity: 1;
}

.mobile-show {
    display: none;
}

.mobile-hidden {
    display: block;
    margin-top: 60px;
}

a.read-more {
    color: #8090F7;
    padding: 2px 12px;
    border: 1px solid #8090F7;
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 14px;
    border-radius: 15px;
    font-size: 13px;
}

.mobile-hidden1 {
    margin-top: 0px !important;
    color: #c1c2c3;
}

.mobile-show-flex {
    display: none;
}

.mobile-hidden-flex {
    display: flex;
}

.reverse-web {
    display: block;
}

.reverse-mobile {
    display: none;
}

.featureP-mobile {
    display: none;
}

.security-mobile {
    display: none !important;
}

.security-mobile1 {
    display: none !important;
}



.section-1 .title-container .welcome-text {
    font-size: 1.85rem;
    font-weight: 100;
    line-height: 1;
    color: #fff;
    margin-bottom: 5px;
}

.section-1 .title-container .dimension-text {
    color: rgb(173 253 193);
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
    margin-bottom: 1rem;
}

.sponsor-imgs1 {
    margin-top: 45px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-evenly;
}

.section-2-banner {
    padding: 4rem 5rem;
    text-align: center;
}

    .section-2-banner p {
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 0.5;
        letter-spacing: 1px;
    }

    .section-2-banner h3 {
        font-size: 1.9rem;
        letter-spacing: 10px;
        font-weight: 700;
    }

.sepreator {
    width: 68px;
    height: 6px;
    background-color: #1a5691;
    border-radius: 100px;
    margin: 0 auto;
    margin-top: 20px;
}

.privacy-stamp {
    color: #1a5691;
    font-weight: 600;
}

.communicate {
    font-size: 1.1rem !important;
}

.w-60vw {
    min-width: 60vw;
}

.video-section .video iframe {
    width: 100%;
    min-height: 70vh;
}

.video-section {
    padding: 0 !important;
    background-color: #001b2c;
    background-image: url("https://dz5tyoxl8h44g.cloudfront.net/video-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 87vh;
    display: flex;
    justify-content: center;
    flex-flow: column;
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 67%);
    background-attachment: fixed;
}

    .video-section .video-text .play-video img {
        background: blueviolet;
        width: 100px;
        border-radius: 71px;
    }

    .video-section .video-text .play-video {
        cursor: pointer;
    }

    .video-section .video-text svg {
        color: #e1211d;
        fill: #e1211d;
        opacity: 0.6;
        width: 110px;
        margin: 0 auto;
    }

    .video-section .video-text {
        color: #1075b8 !important;
        font-weight: 700;
    }

.vtext-parent {
    padding: 30px;
}

.width-4a {
    width: 52%;
}

.w4rAnimated_checkmark svg {
    width: 100px;
    display: block;
    margin: 40px auto 0;
}

.w4rAnimated_checkmark .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

    .w4rAnimated_checkmark .path.circle {
        -webkit-animation: dash 0.9s ease-in-out;
        animation: dash 0.9s ease-in-out;
    }

    .w4rAnimated_checkmark .path.line {
        stroke-dashoffset: 1000;
        -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
        animation: dash 0.9s 0.35s ease-in-out forwards;
    }

    .w4rAnimated_checkmark .path.check {
        stroke-dashoffset: -100;
        -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
        animation: dash-check 0.9s 0.35s ease-in-out forwards;
    }

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

.animation-ctn {
    text-align: center;
    margin-top: 5em;
}

@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 100px;
    }

    100% {
        stroke-dashoffset: 200px;
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 100px;
    }

    100% {
        stroke-dashoffset: 200px;
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 100px;
    }

    100% {
        stroke-dashoffset: 0px;
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 480px;
    }

    100% {
        stroke-dashoffset: 960px;
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px;
    }

    100% {
        stroke-dashoffset: 480px;
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 480px;
    }

    100% {
        stroke-dashoffset: 960px;
    }
}

@keyframes colored-circle {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100;
    }
}

.inlinesvg .svg svg {
    display: inline;
}

.icon--order-success svg polyline {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards;
}

.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards;
}

    .icon--order-success svg circle#colored {
        -webkit-animation: colored-circle 0.6s ease-in-out 0.7s backwards;
        animation: colored-circle 0.6s ease-in-out 0.7s backwards;
    }


/*section-2a-web*/
.col-lg-5.text-md-left.section-1 {
    padding-left: 70px;
}

.col-md-6.section-data {
    padding: 0px 50px;
    display: flex;
    align-items: center;
}


.main-heading h2 {
    font-size: 35px;
    font-weight: 300;
    color: #ffffff;
    margin: 0px;
    line-height: 42px;
    letter-spacing: 0.5px;
}

.section-2a-content .main-heading h2 {
    max-width: 490px;
}

.sub-heading h3 {
    color: #8090F7;
    font-size: 24px;
    margin-top: 0.9rem;
    margin-bottom: 0.9rem;
}

.section-2a-web-para p {
    color: #CFCED4;
    font-size: 16px;
    max-width: 520px;
    margin-bottom: 25px;
    font-weight: 300;
}

    .section-2a-web-para p.small {
        max-width: 470px;
    }

.section-2a-web-btn a {
    padding: 12px 30px;
    background-color: #3631C6;
    color: white !important;
    margin-top: 10px !important;
    display: block;
    width: fit-content;
    border-radius: 50px;
    font-weight: 500;
    text-decoration: none;
}

.section-2a-web-image img {
    border-radius: 20px;
}


/*==================SECTION_ONE_LANDING_PAGE======================================*/
.home-banner-section .home-slider .img-container {
    text-align: right;
    position: relative;
}

    .home-banner-section .home-slider .img-container video {
        margin-bottom: -125%;
        height: 387px;
        position: relative;
        top: 13px;
        left: 48px;
        border-radius: 39%;
    }

.home-banner-section .home-slider img {
    width: 71%;
    -webkit-transform: translate(0, 0);
    position: relative;
    top: 13px;
}

.home-banner-section .intro {
    padding: 20px 0px 15px 40px;
}



/*DATA NOT COLLECTED section*/
span.ul-icon img {
    width: 32px;
    margin-right: 12px;
}

.col-inner.app-privacy-img img {
    position: relative;
    left: 90px;
    top: 39px;
}

.total-wipeout-img img {
    position: relative;
    left: 125px;
}

.col-md-6.section-data .col-inner {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}




i.fa-solid.fa-phone {
    font-family: "Font Awesome 6 Free" !important;
}


span.inline-text {
    color: #7f8ff6;
}

.main-heading.app-privacy p {
    margin-bottom: 30px;
}

ul.list-unstyled.ul-items-left li,
ul.list-unstyled.ul-items-right li {
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 9px;
    font-size: 16px;
}

    ul.list-unstyled.ul-items-left li span i,
    ul.list-unstyled.ul-items-right li span i {
        margin-right: 14px;
    }

span.ul-icon i {
    color: #ffffff;
}

.col-inner.app-privacy-img {
    display: flex;
    justify-content: end;
}

.sub-para p {
    font-size: 16px;
    font-weight: 200;
    max-width: 500px;
    margin-top: 22px;
    line-height: 24px;
    color: white;
}

.store-icons-section2b {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-top: 40px;
    margin-left: 15px;
}

.apple-icon a::after {
    position: absolute;
    content: '';
    width: 55px;
    height: 55px;
    background: #101222;
    right: -16px;
    z-index: -1;
    top: -14px;
    border-radius: 50px;
}

.andriod-icon a::after {
    position: absolute;
    content: '';
    width: 53px;
    height: 53px;
    background: #101222;
    right: -12px;
    z-index: -1;
    top: -14px;
    border-radius: 50px;
}

img.apple, img.android {
    width: 22px;
}

.apple-icon a,
.andriod-icon a {
    position: relative;
    z-index: 11;
}



img.img-fluid.border-radius {
    border-radius: 16px;
    box-shadow: rgb(161 161 255 / 25%) 0px 50px 100px 12px, rgb(53 51 99 / 24%) 0px 30px 60px -40px, rgb(79 67 118 / 42%) 0px -2px 6px 0px inset;
}



/*TOTAL_WIPEOUT section*/
.col-lg-5.reverse-video {
    display: flex;
    justify-content: center;
}

img.wipeout-image {
    width: 312px;
    height: 572px;
    margin-top: 30px;
    position: relative;
}

.total-wipeout-mockup {
    position: relative;
    margin-right: 50px;
}

video.wipeout-video-smoke {
    height: 513px;
    width: 315px;
    position: absolute;
    right: 0;
    display: block;
    border-radius: 24%;
    top: 57px;
}

span.total {
    color: #FFFFFF !important;
    font-size: 41px !important;
    letter-spacing: .5px;
}

span.wipeout {
    color: #FFEE99;
    font-size: 41px;
    letter-spacing: 0.5px;
}

.total-wipeout-heading {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.col-lg-7.reverse-video {
    text-align: end;
}

.parent-wipeout {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

p.wipeout-para-one {
    margin: 0 auto;
    max-width: 360px;
    font-weight: 300;
    opacity: 0.9;
    color: white;
}



a.read-more {
    color: #8090F7;
    margin-top: 10px;
}

.reverse-pin-main {
    background: #14142c;
    padding: 10px;
}

.reverse-pin-main {
    background: #0d0d1f;
    padding: 26px 50px 10px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    border-radius: 35px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

h2.pin {
    color: #ffffff;
    font-size: 70px;
    font-weight: 400;
    letter-spacing: 4px;
}

h3.magic {
    font-family: "Yusei Magic", sans-serif !important;
    color: #FFEF9A;
}

p.wipeout-para-two {
    color: #C8C8CA;
    font-size: 15px;
    margin-top: 14px;
    margin-bottom: 40px;
}

p.suppose-pin {
    color: #CACACD;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
}


/*
TERMINATE SECTION*/
sub.td-mark-g.line-hgt5 {
    position: relative;
    /*right: 20px;*/
}

span.terminate-head-red {
    color: #FF4848;
}

span.mode {
    color: #ffffff;
}

.terminate-para1 p, .terminate-para2 p {
    color: white;
    font-size: 15px;
    font-weight: 300;
    opacity: 0.8;
    line-height: 22px;
    max-width: 430px;
}

.terminate-parent {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative;
    max-width: 480px;
}

img.img-fluid.terminate-image.pic11 {
    width: 80%;
    margin-left: 8px;
}

.terminate-lightening-img img {
    width: 50px;
    margin-bottom: 26px;
}

img.img-fluid.terminate-image {
    width: 38%;
    margin-left: 140px;
}



.Audio-and-video {
    padding-top: 80px;
    /* background: #00000000; */
    background: rgb(10, 10, 20);
    background: linear-gradient(209deg, rgba(10, 10, 20, 1) 0%, rgba(7, 11, 21, 1) 49%, rgba(2, 17, 29, 1) 100%);
}

.Group-messaging {
    padding: 35px 0px;
    /* background: transparent; */
    background: rgb(4, 25, 35);
    background: linear-gradient(34deg, rgba(4, 25, 35, 1) 0%, rgba(3, 17, 27, 1) 50%, rgba(4, 10, 20, 1) 100%);
}



/*.privacy-section.animate-bottom.reveal {
    background: #0a051980;
}

.Audio-and-video {
    padding-top: 80px;
    background: linear-gradient(90deg, rgb(6 11 20 / 78%) 0%, rgb(19 8 19 / 73%) 35%, rgb(3 15 25 / 68%) 100%);
}

.Group-messaging {
    padding: 35px 0px;
    background: linear-gradient(90deg, rgb(3 18 29 / 36%) 0%, rgb(1 11 22 / 44%) 35%, rgb(3 8 18 / 56%) 100%);
}*/

.card-pics img {
    width: 80%;
}

h3.audio {
    color: #ffffff;
    font-size: 36px;
}

h2.audio {
    color: #ffffff;
    font-size: 36px;
}

h2.end-to-end {
    color: #8090F7;
    font-size: 25px;
    font-weight: 400;
}

h3.end-to-end {
    color: #8090F7;
    font-size: 25px;
    font-weight: 400;
}

p.security-web {
    color: #BEB7BE;
    font-size: 17px;
    margin-top: 20px;
}

.chat img {
    width: 40%;
    position: relative;
    left: 139px;
}


.group-pics img {
    width: 48%;
}

.group-messaging-head {
    margin-top: 50px;
}

span.group-color {
    color: #02ADCC;
}

h2.group-message {
    font-size: 40px;
    color: #ffffff;
}

p.group-chat-para {
    color: white;
    font-size: 15px;
    opacity: 0.8;
    font-weight: 300;
}

.flicker-main-image {
    display: flex;
    justify-content: end;
}

/*FLICKER AND DISTILLER SECTION */

section.feature-two {
    padding: 70px 0;
}

.flicker-main-image img {
    width: 64%;
    margin-right: 85px;
}

.flicker-content-main {
    padding: 0px 50px;
}

span.flicker-head-yellow {
    color: #FFE05D;
}

h2.flicker-head {
    font-size: 42px;
}

sub.td-mark-g.line-hgt00 {
    color: #ffffff;
    position: relative;
    right: 15px;
    font-size: 20px;
    font-weight: 300;
    top: 18px;
}

h3.disappear-message {
    color: #ffffff;
    font-weight: 400;
}

.flicker-para p {
    color: #B3B7C0;
    font-size: 17px;
}

.flicker-content-main {
    padding: 110px 71px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
    left: 68px;
}



/*
.moving-text {
    font-size: 3rem;
    padding: 0.5rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-align: center;
    overflow: hidden;
}

.color-text-third {
    font-weight: normal;
    color: #dd7732;
}

.cursor {
    display: inline-block;
    background-color: #ccc;
    margin-left: 0.1rem;
    width: 3px;
    animation: blink 1s infinite;
}

    .cursor.typing {
        animation: none;
    }

@keyframes blink {
    0% {
        background-color: #ccc;
    }

    49% {
        background-color: #ccc;
    }

    50% {
        background-color: transparent;
    }

    99% {
        background-color: transparent;
    }

    100% {
        background-color: #ccc;
    }
}










*/



/*DISTILLER SECTION */

.distiller-main-image img {
    width: 58%;
    margin-left: 134px;
}

.distiller-parent {
    padding: 70px 0px;
}

h2.distiller-head {
    font-size: 42px;
}

sub.td-mark-g.line-hgt000 {
    position: relative;
    right: 9px;
    top: 15px;
    color: #fff;
    font-weight: 200;
    font-size: 25px;
}

span.distiller-head-pink {
    color: #F7AAFF;
}

.distiller-content-main {
    position: relative;
    margin-left: 23px;
}

p.flicker-paragraph {
    color: white;
    font-size: 15px;
    opacity: 0.8;
    font-weight: 300;
    max-width: 513px;
}

/*ABSOLUTE SECTION */

span.absolute-head-purple {
    color: #8090F7;
}

h2.absolute-head {
    font-size: 42px;
}

p.absolute-paragraph {
    color: white;
    font-size: 15px;
    opacity: 0.8;
    font-weight: 300;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.absolute-content-main {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 50px;
    text-align: center;
}

.absolute-image {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.absoulte-main-image img {
    width: 27%;
}

.absoulte-main-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* MODE SECTION */
.light-mode-image img, .dark-mode-image img {
    width: 45%;
}

.light-mode-image, .dark-mode-image {
    display: flex;
    justify-content: center;
}

.light-mode-image,
.dark-mode-image {
    padding: 80px;
}

.col-lg-6.col-md-6.col-sm-12.col-12.light-mode {
    background-color: #ffffff;
}

.col-lg-6.col-md-6.col-sm-12.col-12.dark-mode {
    background-color: #000000;
}

h2.light-mode,
h2.dark-mode {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    top: 30px;
}

h2.dark-mode {
    color: #ffffff;
}

.light-mode-text,
.dark-mode-text {
    text-align: center;
}



/*AWARDS SECTION */
section.awards-section {
    background-color: #010010;
}

.awards-parent {
    padding: 75px 0px;
}

.awards-main {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0D0D1C;
    padding: 40px 0px;
    border-radius: 25px;
}

h2.award-heading {
    color: #ffffff;
    font-size: 42px;
}

p.award-para-head-one {
    color: #ffffff;
    font-size: 20px;
}

p.award-para-head-one, p.award-para-head-two {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
}

.casa-main, .dekra-main, .owasp-main {
    display: flex;
    align-items: center;
}

span.tick img {
    width: 65px;
}

.casa-para, .dekra-para, .owasp-para {
    font-size: 16px;
    color: #fff;
    font-weight: 200;
}

a.common-anchor-award {
    margin-right: 10px;
}

a.award-anchor {
    color: #ffffff;
    font-size: 11px;
    text-decoration: none;
    border: 1px solid #8090F7;
    padding: 3px 10px;
    border-radius: 50px;
    position: relative;
    top: -6px;
    margin-left: 60px;
}

a.award-anchor-two {
    color: #ffffff;
    font-size: 11px;
    text-decoration: none;
    border: 1px solid #8090F7;
    padding: 3px 10px;
    border-radius: 50px;
    /*margin-left: 15px;*/
    position: relative;
    top: -6px;
}

    a.award-anchor-two:hover {
        color: #ffffff;
        background-color: #8090F7;
        border: 1px solid #8090F7;
        transition: .5s ease-in-out;
    }

a.award-anchor:hover {
    color: #ffffff;
    background-color: #8090F7;
    border: 1px solid #8090F7;
    transition: .5s ease-in-out;
}

.owasp-anchor {
    position: relative;
    top: -20px;
}

.dekra-anchor-main {
    display: flex;
    align-items: center;
}

.award-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    right: -140px;
}

.approved-logo img {
    width: 16%;
}

.approved-logo img {
    position: absolute;
    top: 213px;
    left: 70px;
}

section.awards-section .col-12 {
    position: relative;
}

span.audited-purple {
    color: #8090F7;
}

span.tested-green {
    color: #16B3BD;
}
/*SPONSER SECTION */
.sponser-main {
    display: flex;
    align-items: center;
    margin-top: 35px;
    justify-content: center;
}

.sponser img {
    width: 60%;
}

.xpal-rights-reserved p {
    position: relative;
    left: -6px;
}

.xpal-rights-reserved p {
    margin-right: 7px;
}

/*CARD_PICS (AUDIO & VIDEO SECTION)*/

.card-pics-main-one img, .card-pics-main-two img {
    width: 55%;
}

.card-pics-main-one, .card-pics-main-two {
    display: flex;
    align-items: center;
}

.card-pics-main-one {
    margin-bottom: 12px;
}

.person-2, .person-4 {
    position: relative;
    right: 84px;
}

.inner3-3 img {
    margin-top: 115px;
    position: relative;
    right: 24px;
}

.card-pics-parent {
    text-align: center;
    position: relative;
    top: 53px;
    right: 25px;
}

.d-flex.justify-content-between.align-items-start.container.banner-container {
    padding-top: 25px;
}

sub.td-mark-g.line-hgt51 {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    left: -15px;
    top: 19px;
}

@keyframes zoomOutIn {
    0%, 20%, 100% {
        transform: scale(1);
    }

    25%, 30% {
        transform: scale(1.1);
    }

    35%, 100% {
        transform: scale(1);
    }
}

.person-one, .person-two, .person-three, .person-four {
    animation: zoomOutIn 7s infinite;
}

.person-one {
    animation-delay: 2s;
}

.person-two {
    animation-delay: 4s;
}

.person-three {
    animation-delay: 6s;
}

.person-four {
    animation-delay: 8s;
}


.home-banner-section .home-slider {
    border-radius: 20px;
    padding: 32px 30px 38px 50px;
    position: relative;
    background: linear-gradient(90deg, rgba(21, 14, 45, 1) 0%, rgba(40, 16, 76, 1) 21%, rgba(21, 14, 45, 1) 100%);
    overflow: hidden;
    max-height: 477.594px;
    min-height: 477.594px;
}

.img-container {
    position: relative;
    width: 100%;
    max-width: 400px; /* Set a maximum width to control scaling */
    margin: 0 auto;
}

    .img-container video, .img-container img {
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        top: 0;
        left: 94px;
    }



.home-banner-section .intro h2 {
    color: white;
    font-size: 2rem;
    height: 100px;
    line-height: 47px;
    position: relative;
    top: 0px;
}


span.say_hello {
    color: #fff !important;
    display: block;
    position: relative;
    top: -2px;
    font-size: 32px;
}

.home-banner-section .intro img.bubble-logo {
    width: 50px;
    position: relative;
    top: -10px;
}

#text22 {
    font-size: 2rem !important;
}


a#awards-6b {
    position: relative !important;
}

/*===========================MOBILE-SETTING=======================================*/

.border-bottom-custom,
.section-2a-web-mobileview p,
p.wipeout-para-one-mobileview,
section.awards-section-mobile,
p.absolute-paragraph-mobileview,
p.security-mobile-view,
p.group-chat-para-mobileview,
section.awards-section-tablet,
section.mode-mobile,
.flicker-mobile-image img, .distiller-para-mobile {
    display: none;
}
























@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .section-mode .light-mode-img .mode-web {
            width: 44% !important;
            margin-left: -74% !important;
        }
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1140px !important;
    }
}
/*
@media (max-width: 1280px) {
    .pic34 {
        height: 78px !important;
    }
}*/

@media (min-width: 1200px) and (max-width: 1399px) {

    /*    .video-auto {
        margin-bottom: -152%;
        margin-left: 23%;
        border-radius: 44px;
        height: 495px;
        position: relative;
        left: -49px;
        top: -128px;
    }*/

    /*    .col-md-5.reverse-video {
        position: relative;
        top: 45px;
    }
    .col-lg-5.reverse-video {
        position: relative;
        top: 45px;
    }*/
}


@media (min-width: 1200px) {
    .section-1 .title-container h1 {
        height: 120px;
    }
}



@media (min-width: 1050px) {
    .section-2-a .feature-2-content {
        width: 90%;
        margin: auto;
    }
}

@media (max-width: 1399px) {
    .main-heading p {
        font-size: 35px;
        line-height: 46px;
    }

    .sub-heading p {
        color: #8090F7;
        font-size: 23px;
        margin-top: 0.6rem;
        margin-bottom: 0.6rem;
    }
}

@media (max-width: 1200px) {
    .main-heading p {
        font-size: 33px;
        line-height: 43px;
    }

    .col-md-6.text-md-left.section-1 {
        padding: 0px 40px;
    }

    .absoulte-main-image img {
        width: 36%;
    }
}


@media (max-width: 992px) {
    .data_not_collected .d-md-flex {
        display: block !important;
    }

    .data_not_collected .col-md-6 {
        width: 100%;
    }
    /*      .pic21 {
            width: 294px;
            margin-top: -510px;
            margin-left: 53px;
        }

        .video-auto1 {
            margin-left: 10%;
            height: 476px;
            width: 331px;
            border-radius: 119px;
        }*/
    .section-above1 .container .align-items-center {
        display: flex;
        flex-direction: column;
    }

    .col-md-6.text-md-left.section-1 {
        padding: 40px 20px 0;
    }

    .main-heading p {
        font-size: 30px;
        line-height: 40px;
    }


    /*     .video-auto {
            margin-bottom: -166%;
            border-radius: 21px;
            height: 398px;
            position: relative;
            left: 44px;
        }*/
    .col-lg-5.text-md-left.section-1 {
        margin-top: 50px;
        padding-left: 0px;
    }
}

@media (max-width: 768px) {

    .section-2b .row {
        justify-content: center !important;
    }

        .section-2b .row .text-content {
            justify-content: center !important;
        }


    #cursor22 {
        height: 2.3rem !important;
    }

    .ani-above {
        font-size: 2.1rem !important;
    }

    .floating-sec-m {
        display: block;
        position: fixed;
        top: 70%;
        right: 0px;
        border: 0px solid #ccc;
        background-image: linear-gradient(to bottom, #FFF3C9, #DCBF5C);
        color: rgba(0,0,0,.75);
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        padding: 8px 13px 8px 17px;
        z-index: 2000;
        box-shadow: 0px 10px 13px rgba(151,114,123,0.4);
        font-size: 14px;
        line-height: 18px;
        font-family: 'Plus Jakarta Sans', sans-serif;
        letter-spacing: 0.2px;
    }

        .floating-sec-m a {
            font-size: 12px;
            color: #1E1800 !important;
            text-decoration: none;
            display: flex;
            align-items: center;
            font-weight: 600;
        }


        .floating-sec-m:hover {
            opacity: 0.9
        }

        .floating-sec-m a:hover {
            color: #795d00;
        }


    .floating-img-2 {
        width: 13px;
        margin-right: 9px;
    }

    .video-section {
        display: none !important;
    }

    .sponsor-imgs {
        align-items: center !important;
    }

    /*        .floating-sec {
            display: none;
        }*/

    .forweb {
        display: none;
    }

    a#ios-check {
        max-width: 100% !important;
    }

    .section-1 .title-container .store-icons a:nth-child(2) {
        max-width: 100% !important;
    }

    .anonymous-feature {
        text-align: center;
    }

    .row-revert {
        display: flex;
        flex-direction: column-reverse;
    }

    .top-h1 {
        height: 110px;
    }

    .features1 {
        flex-direction: column;
    }

    .features2 {
        flex-direction: column;
        margin-top: 0px !important;
    }

    .slider {
    }

    .f4 {
        margin-right: 0px !important;
    }

    .section-above1 {
        text-align: center;
    }

    .center-reverse {
        margin-left: 0px !important;
    }

    .white-shade {
        text-align: center;
        padding: 70px 0px 0px 0px;
    }

    .section-above2 h2 {
        font-size: 1.8rem !important;
        color: #fff;
    }

    /*       .video-auto {
            height: 640px !important;
            width: 60%;
            margin-bottom: -140% !important;
            margin-left: 2% !important;
            border-radius: 46px !important;
            position: relative;
            left: -27px;
            top: 7px;
        }*/
    .video-img {
        /*     width: 127% !important; 
         margin-bottom: -63px !important; */
        /*     position: relative;
        left: 23px;*/
    }

    .color-seprate {
        height: 2px;
        background-image: linear-gradient(45deg, transparent, #666666, transparent);
        margin-bottom: 1.5rem;
    }

    .shade-group {
        background-image: none;
    }

    .section-1 .title-container h1 {
        font-size: 2.3rem;
    }

    .sponsor-imgs {
        flex-direction: column;
        margin-top: 70px !important;
        margin-bottom: 0px !important;
    }

    .sponsor-imgs1 {
        flex-direction: column;
    }

    .sponsor-imgs .redact {
        width: 180px;
    }

    .sponsor-imgs .detectiveAgency {
        width: 165px;
    }

    .sponsor-imgs .spic1 {
        margin-top: 55px;
        width: 75% !important;
    }


    .sponsor-blog img {
        width: 75%;
    }

    .sponsor-sec3 img {
        width: 60%;
    }

    .img-group-left {
        margin-bottom: 10px;
        margin-left: 50px;
        width: 80%;
    }

    .feature-2-new {
        text-align: center;
    }

    .img-group-right {
        margin-bottom: 30px;
    }

    .group-p1 {
        font-size: 1rem !important;
        font-weight: 300;
    }

    .feature-2-new {
        padding-bottom: 50px !important;
    }

    .section-2-a .feature-2 .feature-2-content p {
        font-size: 1rem !important;
    }

    .section-2b .store-icons a:nth-child(2) {
        margin-left: 0px !important;
    }

    .section-2b .store-icons a {
        margin: 12px 0px;
        padding: 0px !important;
    }

    .section-2b .mobile-show h3 {
        font-size: 1.7rem;
    }

    .reverse-img {
        width: 38px !important;
        margin-bottom: 25px !important;
    }

    /*  .video-auto1 {
            margin-left: 0% !important;
            height: 437px !important;
            width: 245px !important;
            border-radius: 44px !important;
        }

        .pic21 {
            margin-left: -3px !important;
            width: 270px !important;
            height: 100% !important;
            margin-top: -472px !important;
            -webkit-transform: translate(0, 0) !important;
        }*/

    .mobile-image img {
        width: 100% !important;
        overflow: hidden;
    }

    .section-2a .text-container .icons {
        flex-direction: column !important;
    }

        .section-2a .text-container .icons p {
            margin: 0px;
        }

    .b-center {
        margin: 0 auto;
    }

    .pb-10 {
        padding: 5px;
    }



    .section-2b .mobile-show h2 {
        font-size: 1.7rem;
    }

    .section-2-a .feature-4 {
        margin-top: 60px;
    }

    .section-above2 img {
        padding-top: 2rem;
        width: 100%;
    }

    .mobile-image {
        text-align: center;
    }

    .centered-image {
        text-align: center;
    }

    .section-2-a .feature-4 .feature-4-img img {
        width: 85%;
        margin-left: 40px;
    }

    .section-2b .store-icons a:nth-child(1) img {
        width: 60%;
        border: 2px solid #1e1e20;
        border-radius: 10px;
    }

    .section-2b .store-icons a:nth-child(2) img {
        width: 55% !important;
        border: 2px solid #1e1e20;
        border-radius: 10px;
    }

    .section-2b .security-mobile1 {
        margin-top: 30px !important;
    }

    .sponsor h2 {
        font-size: 2rem;
    }

    .white-shade .container {
        width: 92%;
    }

    .security-web {
        display: none !important;
    }

    .security-mobile1 {
        display: flex !important;
    }

    .featureP-mobile {
        display: block;
        text-align: center;
        color: #cbcbcb;
        font-size: 1rem;
        font-weight: 300;
        margin-top: 15px;
    }

    .section-2b .centered-image {
        display: none;
    }

    .top-heading {
        font-size: 1.8rem;
    }

    .reverse-number {
        font-size: 5rem;
        margin-bottom: 25px;
    }

    .down-img {
        width: 28px;
        margin-bottom: 26px;
    }

    .reverse-text {
        font-size: 1.3rem;
    }

    .featureP {
        display: none;
    }

    .reverse-web {
        display: none;
    }

    .reverse-mobile {
        display: block;
    }

    .section-1 .title-container,
    .section-2a,
    .section-2b {
        padding: 30px 15px;
        text-align: center;
    }

    .section-1 .title-container {
        text-align: center;
    }

        .section-1 .title-container h2 {
            font-size: 16px;
            line-height: 1.2;
        }

    .section-2a h2 {
        font-size: 2rem;
        margin: 20px 0 0 0;
    }

    .section-2a h3,
    .section-2b h2,
    .section-2b h3 {
        font-size: 1.1rem;
    }

    .section-1 .title-container h1 {
        font-size: 2.5rem;
    }

    .section-2-banner p {
        line-height: 1 !important;
    }

    .section-2-banner {
        /* padding: 2rem !important;*/
        text-align: center;
    }

    .app-certified .app-certified-image {
        width: 60%;
    }

    .app-certified .app-certified-icon {
        width: 23%;
        height: fit-content;
    }

    .w-60vw {
        width: 100vw !important;
    }

        .w-60vw .col-md-4 {
            margin-top: 1.5rem;
        }

    .mobile-image {
        overflow: hidden;
        padding: 0;
        margin-right: -25px;
    }

    .video-section .video iframe {
        width: 100% !important;
        vertical-align: bottom;
        height: 265px;
        min-height: 265px !important;
    }

    .video-section .video-text .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .video-section .video-text .play-video {
        left: 42% !important;
    }

    .video-section .video-text svg {
        color: #e1211d;
        fill: #e1211d;
        opacity: 0.6;
        width: 60px !important;
        margin: 0 auto;
    }

    .video-section-col {
        padding: 0px !important;
    }

    .video-section .video-text {
        color: #fff !important;
        display: flex;
        justify-content: center;
        flex-flow: column;
    }

    .video-section .sepreator {
        margin-bottom: 5vh;
    }

    .section-2-banner p {
        font-size: 1.2rem !important;
    }

    .floating-div {
        display: none !important;
    }

    .mobile-show {
        display: block;
    }

    .mobile-hidden {
        display: none;
    }

    .mobile-show-flex {
        display: flex;
    }

    .mobile-hidden-flex {
        display: none;
    }

    .section-2 .mobile-column {
        display: flex !important;
        flex-direction: row;
    }

    .section-2 .slide-mockup img {
        float: none !important;
        margin: auto;
    }

    .section-2 .slide-container-mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

        .section-2 .slide-container .slide-item.active,
        .section-2 .slide-container-mobile .slide-item.active {
            border-right: 4px solid #fff;
            transition: ease-in;
        }

    .section-2 .slide-container,
    .section-2 .slide-container-mobile {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 42%;
    }

        .section-2 .slide-container .slide-item,
        .section-2 .slide-container-mobile .slide-item {
            display: flex;
            padding: 13px 0;
            border-right: 4px solid #242b30;
            cursor: pointer;
            width: 30px;
            margin-right: 10px;
            margin-top: 10px !important;
        }

    .section-2 .text-container {
        height: 175px;
        text-align: center;
    }

    .section-4a,
    .section-5a {
        width: 100%;
    }

    .section-2 .text-container h3 {
        font-size: 2.25rem;
        line-height: 40px;
        font-weight: 600;
    }

    .section-2 .slide-text .slide-text-1 {
        color: #0094e6;
        font-weight: 600;
        margin-bottom: 0;
    }

    .mobile-column {
        flex-direction: column;
    }

    section-2-a .feature-section {
        width: 94%;
    }

    .section-2-a .feature-container .feature-img img {
        width: 70%;
    }

    .feature-heading {
        padding: 0 42px;
    }

    .section-2-a .feature-container .feature-content h3 {
        font-size: 1.3rem;
    }

    .section-2-a .feature-2 .feature-2-content h2 {
        font-weight: 700;
        font-size: 1.3rem;
    }

    .feature-container-row {
        flex-direction: column-reverse;
    }

    .section-2-a .feature-2 .feature-2-content h3 {
        font-size: 1.7rem;
    }

    .control-access {
        display: flex;
        flex-flow: column-reverse;
    }

    .section-2 {
        background-position: 134% 5% !important;
        background-size: 84%;
    }

    .section-1 .title-container .store-icons a:nth-child(2) img {
        width: 55%;
        margin-left: 0px;
        border: 2px solid #1e1e20;
        border-radius: 10px;
    }

    .section-1 .title-container .store-icons a:nth-child(1) img {
        width: 60%;
        border: 2px solid #1e1e20;
        border-radius: 10px;
    }

    .feature-2-img-web {
        display: none;
    }

    .feature-2-img-mobile {
        display: block;
    }

    .section-2-a .feature-container .feature-content p {
        font-size: 14px;
    }

    .section-2-a .feature-3,
    .section-2-a .feature-4 {
        text-align: center;
    }

        .section-2-a .feature-3 .feature-3-content p:first-child,
        .feature-4 .feature-4-content p:first-child {
            font-weight: 700 !important;
            line-height: 25px !important;
            margin-bottom: 4px !important;
        }

        .section-2-a .feature-3 .feature-3-img img {
            width: 100%;
        }

        .section-2-a .feature-3 .feature-3-content h3,
        .feature-4 .feature-4-content h3 {
            font-size: 1.8rem !important;
            font-weight: 300;
        }

    .section-mode {
        display: none;
    }

    .section-mode-mobile {
        display: block !important;
    }

        .section-mode-mobile .mode-mobile {
            width: 40%;
        }

        .section-mode-mobile .dark {
            background-color: #000;
        }
}

@media (max-height: 740px) and (min-height: 725px) {
    .section-mode-mobile .dark,
    .section-mode-mobile .light {
        min-height: 40vh !important;
    }
}

.section-mode-mobile .dark,
.section-mode-mobile .light {
    min-height: 38vh;
}

.section-mode-mobile .light-mode-img {
    margin-top: -40%;
}

/* Mobile-only styles */
@media (max-width: 768px) {
    #nui2 {
        text-align: center;
        width: 80%;
        padding: 16px;
        font-size: 16px;
        color: #fff;
        opacity: 0.8;
    }

    #nui1 {
        text-align: center;
        width: 90%;
        font-size: 1.9rem;
    }
}

@media (max-height: 650px) {

    #text22 {
        font-size: 2.5rem !important;
    }

    .ani-above {
        font-size: 1.5rem !important;
    }
}
/*
    @media (max-width: 580px) {
        .video-auto {
            height: 30% !important;
            margin-bottom: -142% !important;
            margin-left: 2% !important;
            border-radius: 18px !important;
        }
    }*/

@media (max-width: 500px) {
    .floating-inner {
        display: flex;
    }

    .floating-sec {
        position: fixed;
        top: 70%;
        right: 0px;
        z-index: 2000;
        text-align: left;
        background-color: #4157eb;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        padding: 7px 7px 7px 9px;
        color: white;
        border: 1px solid rgba(255, 255, 255, 0.3);
        font-size: 12px;
        border-right: 0;
    }

        .floating-sec .apk-icon-container {
            background-color: white;
            border-radius: 50%;
            padding: 0px 0px;
            width: 20px;
            height: 20px;
            margin-right: 8px;
        }

        .floating-sec img {
            width: 100% !important;
            padding-left: 3px;
            padding-right: 2px;
            margin-top: 0px !important;
            margin-bottom: 0px !important;
        }

    #usm {
        font-size: 1.3rem;
    }

    .floating-sec {
        top: unset;
        bottom: 10%;
    }

    .section-2a img {
        width: 100%;
    }

    .section-2a .mobile-not-required-image {
        width: 120%;
        overflow: hidden;
        margin-left: -32px;
        padding-inline: 17px;
    }

    .section-2b .text-container .icons {
        margin-left: 15%;
    }

    .section-1 {
        background-position: center;
        background-attachment: unset;
    }

        .section-1 .title-container .welcome-text {
            font-size: 1.8rem !important;
        }

        .section-1 .title-container h3 {
            font-size: 2rem;
            line-height: 57px;
        }

        .section-1 .title-container p {
            font-size: 1rem;
        }

        .section-1 .title-container .dimension-text {
            font-size: 15px !important;
            padding: 0px 5px !important;
            width: 100% !important;
            line-height: 1 !important;
        }

        .section-1 .title-container .communicate {
            padding: 0px 55px !important;
            font-size: 1rem !important;
        }

        .section-1 .title-container .title-footer-text p {
            padding: 0px 50px;
        }

        .section-1 .title-container .store-icons {
            padding-bottom: 35px !important;
        }

        .section-1 .bottom-container .title-small {
            font-size: 1.275rem;
        }

        .section-1 .bottom-container .title-small {
            font-size: 1.275rem;
        }

        .section-1 .bottom-container h3 {
            font-size: 2.5rem;
        }

        .section-1 .bottom-container .text-description {
            font-size: 1.05rem;
            width: 85vw;
        }

        .section-1 .title-container .reg-sign {
            top: -2.2em;
        }

        .section-1 .title-container .separator-login {
            width: 40vw;
        }

    .mobile-column {
        flex-direction: column;
    }

    .section-2 {
        background-size: 100%;
    }

    .section-2-banner .container .row div p {
        font-size: 1rem !important;
    }

    .section-2-banner .container .row div h3 {
        font-size: 1.1rem !important;
    }

    .section-2 .slide-mockup {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .section-2 .slide-mockup img {
        }

    .section-2 .text-container {
        text-align: center;
    }

        .section-2 .text-container h3 {
            font-size: 2.25rem;
            line-height: 40px;
        }

    .section-2 .text-description {
        width: 94vw;
    }

    .mobile-reverse {
        flex-direction: column-reverse;
    }

    .section-3 .title-small {
        font-size: 1.15rem;
    }

    .section-3 h3 {
        font-size: 3.25rem;
    }

    .section-3 .section-container span {
        margin-bottom: 2.5rem;
    }

    .section-3 .features-container .feature-text {
        font-size: 1.175rem;
        width: 68vw;
    }

    .section-3 .features-container .feature-desc {
        font-size: 1.15rem;
        width: 82vw;
    }

    .section-3 .features-container {
        margin-bottom: 3rem;
    }

    .section-4 .text-content,
    .section-4a .text-content,
    .section-5 .text-content,
    .section-5a .text-content,
    .section-6 .text-content {
        display: flex;
        justify-content: flex-start;
    }

    .section-4 .text-container .title-small,
    .section-4a .text-container .title-small,
    .section-5 .text-container .title-small,
    .section-5a .text-container .title-small,
    .section-6 .text-container .title-small {
        font-size: 1.15rem;
    }

    .section-4 .text-container h3,
    .section-4a .text-container h3,
    .section-5 .text-container h3,
    .section-5a .text-container h3,
    .section-6 .text-container h3 {
        font-size: 2rem;
        line-height: 1;
        font-weight: 600;
    }

    .section-4 .text-container .text-description,
    .section-4a .text-container .text-description,
    .section-5 .text-container .text-description,
    .section-5a .text-container .text-description,
    .section-6 .text-container .text-description {
        font-size: 1rem;
    }

    .section-4 img {
        width: 90%;
        margin-top: 2rem;
    }

    .section-4 .centered-image .section-4a .centered-image {
        display: block !important;
        text-align: center;
        justify-content: unset !important;
    }

    .section-5 .width-76 {
        width: 88% !important;
    }

    .section-5 img,
    .section-4a img,
    .section-5a img {
        width: 100%;
        margin-top: 2rem;
    }

    .section-5 .mobile-show,
    .section-5a .mobile-show {
        display: block;
    }

    .section-5 .mobile-hidden,
    .section-5a .mobile-hidden {
        display: none;
    }

    .section-5 .centered-image,
    .section-5a .centered-image {
        display: block !important;
        text-align: center;
        justify-content: unset !important;
    }

    .section-6 img {
        width: 90%;
        margin-top: 2rem;
    }

    .section-6 .centered-image {
        display: block !important;
        text-align: center;
        justify-content: unset !important;
    }

    .section-7 img,
    .section-7a img {
        width: 100%;
    }

    .section-7 h3,
    .section-7a h3 {
        font-size: 1.8rem;
        top: 4%;
        left: 29%;
    }

    .section-8 img {
        width: 20%;
    }

    .section-9 .store-icons a {
        width: 45vw;
        padding: 15px 20px;
    }

        .section-9 .store-icons a p {
            font-size: 0.75rem;
        }

    .section-4,
    .section-4a,
    .section-5,
    .section-5a,
    .section-6 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .section-mode .light-mode-img .mode-web {
        margin-left: calc(-103% - 7%);
    }

    .section-2-a .feature-section {
        width: 90%;
    }

    .section-mode h2 {
        font-size: 1.1rem;
        font-weight: 600;
    }

    .section-mode .mode-mobile {
        display: block !important;
        width: 50%;
        margin: -57% auto !important;
    }

    .light-text {
        position: relative !important;
        padding-top: 45% !important;
    }

    .section-mode .dark h2 {
        display: flex;
        justify-content: center;
        margin-top: 66% !important;
        color: #000;
    }

    .section-2-a .feature-container .feature-img img {
        width: 80%;
    }

    .slider {
        background-image: none;
    }

    .carousel-inner > .carousel-item {
        height: 82vh !important;
    }

        .carousel-inner > .carousel-item > img,
        .carousel-inner > .carousel-item > a > img {
            width: 90% !important;
        }
}

@media (max-width: 450px) {
    .forweb {
        display: none;
    }

    .formobile {
        display: block;
    }

    .margin-top {
        margin-top: 1.5rem !important;
    }

    .section-2-a .feature-2 .feature-2-content h3 {
        font-size: 1.6rem;
    }

    .section-mode-mobile .mode-mobile {
        width: 60%;
    }

    .section-2 .text-description {
        padding: 0 15px;
    }

    .section-mode-mobile .light-mode-img {
        margin-top: -60%;
    }

    .section-2-a .feature-container .feature-content h3 {
        padding: 0 22px;
    }

    .slide-mockup-web {
        display: none !important;
    }

    .slide-mockup-mobile {
        display: flex;
    }

    .section-1 .title-container h2 {
        max-width: 100% !important;
    }

    .column-reverse {
        flex-direction: column-reverse !important;
    }
}

@media (max-width: 425px) {
    .video-section {
        display: none !important;
    }

    .section-mode-mobile .light-text-mobile {
        color: #000;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 110px;
    }

    .section-mode-mobile .dark-text {
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 110px;
    }

    @media (max-height: 730px) {
        .section-mode-mobile .dark,
        .section-mode-mobile .light {
            min-height: 45vh !important;
        }
    }

    .feature-2-new {
        padding-bottom: 0px !important;
        margin-top: 10px;
    }

    .section-2-a .feature-2 {
        margin-top: 10px !important;
    }

    .section-2-a .feature-3 .feature-3-content p {
        font-size: 1rem;
    }
}

@media (max-width: 350px) {
    .section-1 .title-container .welcome-text {
        font-size: 1.5rem !important;
    }

    .section-1 .title-container h3 {
        font-size: 1.8rem !important;
    }

        .section-1 .title-container h3 img {
            width: 50px;
            padding: 0px 5px;
            margin-top: -3px !important;
        }

    .section-1 .title-container .dimension-text {
        font-size: 12px !important;
    }
}

@media (min-width: 1301px) and (max-width: 1440px) {
    .section-1 .title-container h3 {
        font-size: 4.8rem;
    }

    .section-1 .bottom-container h3 {
        font-size: 3rem;
    }

    .section-2 .text-container h3 {
        font-size: 3.8rem;
    }

    .section-2 .slide-mockup img {
        width: 63%;
    }

    .section-2 .text-description {
        width: 29vw;
    }

    .section-3 h3 {
        font-size: 4rem;
    }

    .section-3 .section-container span {
        margin-bottom: 2.5rem;
    }

    .section-4 .text-container h3,
    .section-4a .text-container h3,
    .section-5 .text-container h3,
    .section-5a .text-container h3,
    .section-6 .text-container h3 {
        font-size: 2.8rem;
    }

    .section-4 img {
        width: 66%;
    }

    .section-5 img {
        width: 66%;
    }

    .section-6 img {
        width: 66%;
    }

    .section-9 .store-icons a {
        width: 15vw;
    }
}

@media (min-width: 1100px) and (max-width: 1340px) {
    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
        width: 40% !important;
    }
}

@media (min-width: 1000px) and (max-width: 1300px) {


    .section-1 .title-container h1 {
        font-size: 2.7rem;
    }

    #cursor22 {
        height: 2.8rem !important;
    }

    .section-1 .title-container h3 {
        font-size: 4.5rem;
    }

    .section-1 .bottom-container .title-small {
        font-size: 1.275rem;
    }

    .section-1 .bottom-container h3 {
        font-size: 2.8rem;
    }

    .section-1 .bottom-container .text-description {
        font-size: 1.175rem;
        width: 45vw;
    }

    .section-2 .text-container h3 {
        font-size: 2.5rem;
    }

    .section-2 .slide-mockup img {
        width: 22vw;
    }

    .section-2 .text-description {
        font-size: 1rem;
        width: 24vw;
    }

    .section-2 .slide-container .slide-item p,
    .section-2 .slide-container-mobile .slide-item {
        font-size: 1rem;
    }

    .section-3 .title-small {
        font-size: 1.15rem;
    }

    .section-3 h3 {
        font-size: 3.75rem;
    }

    .section-3 .section-container span {
        margin-bottom: 2.5rem;
    }

    .section-3 .features-container .feature-text {
        font-size: 1.175rem;
        width: 20vw;
    }

    .section-3 .features-container .feature-desc {
        font-size: 1.15rem;
        width: 23vw;
    }

    .section-4 .text-container h3,
    .section-4a .text-container h3,
    .section-5 .text-container h3,
    .section-5a .text-container h3,
    .section-6 .text-container h3 {
        font-size: 2.8rem;
    }

    .section-4 img {
        width: 66%;
    }

    .section-5 img {
        width: 66%;
    }

    .section-6 img {
        width: 66%;
    }

    .section-7 h3,
    .section-7a h3 {
        font-size: 2.25rem;
    }

    .section-9 .store-icons a {
        width: 18vw;
    }

    .section-10 .text-container {
        min-height: 21vh;
    }
}

/*@media (max-height: 881px) and (max-width: 500px) {
    .reverse-video {
        margin-left: 0px !important;
    }
}*/

@media (max-height: 780px) and (max-width: 500px) {
    .reverse-video {
        margin-left: 0px !important;
    }
}

@media (max-width: 768px) and (max-height: 850px) {
    .shade-group {
        margin-left: 0px;
        margin-right: 0px !important;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
        width: 55% !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {



    #cursor22 {
        width: 5px;
        height: 2rem;
    }

    .section-1 .title-container h1 {
        font-size: 2.1rem;
    }

    .featurePic img {
        width: 200px;
    }

    .section-2 .text-container h3 {
        font-size: 3.2rem;
    }

    .section-2 .slide-mockup img {
        width: 80%;
    }

    s.section-2a h2 {
        font-size: 1.6rem;
    }

    .section-2a h3 {
        font-size: 1.3rem;
    }

    .section-2a img {
        width: 100%;
    }

    .section-2-a .feature-section {
        width: 80%;
    }

    .section-2-a .feature-container .feature-content h3 {
        font-size: 1.6rem;
    }

    .section-2-a .feature-container .feature-content p {
        font-size: 14px;
    }

    .section-2-a .feature-3 .feature-3-content h3,
    .section-2-a .feature-4 .feature-4-content h3 {
        font-size: 1.8rem;
    }

    .pb-10 {
        margin-bottom: 10px;
    }
}

@media (min-width: 767px) and (max-width: 876px) {
    .section-1 .bottom-container h3 {
        font-size: 2.8rem;
    }

    .section-1 .bottom-container .text-description {
        width: 65vw;
    }

    .section-2 .text-container h3 {
        font-size: 2.25rem;
    }

    .section-2 .text-description {
    }

    .section-3 {
        min-height: 48vh;
    }

        .section-3 h3 {
            font-size: 3.875rem;
        }

        .section-3 .features-container .feature-text {
            font-size: 1.06rem;
            width: 26vw;
        }

        .section-3 .features-container .feature-desc {
            font-size: 1.1rem;
            width: 25vw;
        }




    .section-4 .text-container .title-small,
    .section-4a .text-container .title-small,
    .section-5 .text-container .title-small,
    .section-5a .text-container .title-small,
    .section-6 .text-container .title-small {
        font-size: 1.15rem;
    }

    .section-4 .text-container h3,
    .section-4a .text-container h3,
    .section-5 .text-container h3,
    .section-5a .text-container h3,
    .section-6 .text-container h3 {
        font-size: 2.2rem;
    }

    .section-4 .text-container .text-description,
    .section-4a .text-container .text-description,
    .section-5 .text-container .text-description,
    .section-5a .text-container .text-description,
    .section-6 .text-container .text-description {
        font-size: 1.05rem;
    }

    .section-7 .width-85,
    .section-7a .width-85 {
        width: 100% !important;
    }

    .section-7 h3,
    .section-7a h3 {
        top: 5%;
        left: 32%;
        font-size: 2rem;
    }

    .section-8 img {
        width: 10%;
    }

    .section-9 .store-icons a {
        width: 32vw;
    }

    .section-10 .text-container {
        min-height: 13vh;
    }
}

@media (min-width: 500px) and (max-width: 768px) {
    .slider {
        background-image: none;
    }

    .section-1 .title-container .store-icons {
        padding-bottom: 35px !important;
    }

    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
        width: 83% !important;
    }

    .section-1 .title-container h2 {
        max-width: 100% !important;
    }

    .margin-top {
        margin-top: 1.5rem !important;
    }
}

@media (min-width: 440px) and (max-width: 600px) {
    .section-mode-mobile .light-text-mobile {
        top: 16%;
    }

    .section-mode-mobile .dark,
    .section-mode-mobile .light {
        min-height: 34vh;
    }

    .section-mode-mobile .mode-mobile {
        width: 40%;
    }

    .section-mode-mobile .light-mode-img {
        margin-top: -48%;
    }

    .section-2-a .feature-2 .feature-2-content h3 {
        font-size: 1.8rem;
    }

    .section-2 .text-description {
        padding: 0 15px;
    }
}
/*
    @media(min-width: 992px) and (max-width: 1199px) {
        .video-auto {
            margin-bottom: -151% !important;
            margin-left: 24% !important;
            border-radius: 44px;
            height: 500px !important;
        }
    }*/

@media(min-width: 769px) and (max-width: 1199px) {
    /*   #text22 {
            font-size: 2.0rem !important;
        }*/

    .ani-above {
        font-size: 2.0rem !important;
    }

    #cursor22 {
        width: 5px;
        height: 2.5rem;
        background-color: #1493e6;
    }
}


/*@media(min-width: 770px) and (max-width: 991px) {
        .video-auto {
            margin-left: 4% !important;*/
/* margin-bottom: -154%; */
/*border-radius: 47px;
            height: 756px !important;
            position: relative;
            top: -293px;
        }
    }*/



@media(min-width: 775px) and (max-width: 1150px) {
    .section-2b-img img {
        width: 75% !important;
    }

    .section-2b .text-container .icons .security-web {
        width: 16px;
    }
}

@media(min-width: 1500px) {
    .sponsor-imgs .detectiveAgency {
        width: 180px;
    }

    img.wipeout-image {
        width: 405px;
        height: 732px;
    }

    video.wipeout-video-smoke {
        height: 660px;
        width: 406px;
    }

    img.img-fluid.terminate-image {
        width: 47%;
        margin-left: 85px;
    }

    .video-auto1 {
        height: 668px;
        width: 289px;
        border-radius: 58px;
        margin-top: 20px;
    }

    img.pic200 {
        width: 384px;
    }

    .chat img {
        width: 47%;
    }

    .flicker-main-image img {
        width: 70%;
    }

    .distiller-main-image img {
        width: 62%;
    }

    .absoulte-main-image img {
        width: 30%;
    }

    .customize-chat .preview-img {
        width: 28%;
    }

    section.feature-two {
        padding: 120px 0;
    }

    .Audio-and-video {
        padding-top: 120px;
    }

    .terminated-section {
        padding: 120px 0px !important;
    }

    .feature-2-new {
        margin-top: 60px;
    }

    .sliderSec .home-slider img {
        width: 285px !important;
    }

        .sliderSec .home-slider img.flicker-mode-img {
            width: 410px !important;
        }

        .sliderSec .home-slider img.distiller-img {
            width: 350px !important;
        }

        .sliderSec .home-slider img.abs-control-img {
            width: 285px !important;
        }
}

@media(min-width: 1201px) and (max-width: 1500px) {
    .sponsor h2 {
        font-size: 2.4rem;
    }

    .sponsor-imgs .redact {
        width: 210px;
    }

    .sponsor-imgs .detectiveAgency {
        width: 165px;
    }

    .sponsor-imgs .spic1 {
        width: 210px;
    }
}

@media(min-width: 993px) and (max-width: 1200px) {
    .sponsor h2 {
        font-size: 2.3rem;
    }

    .sponsor-imgs .redact {
        width: 200px;
    }

    .sponsor-imgs .detectiveAgency {
        width: 155px;
    }

    .sponsor-imgs .spic1 {
        width: 200px;
    }
}

@media(min-width: 769px) and (max-width: 991px) {

    /*    .col-lg-5.reverse-video {
            position: relative;
        }*/

    /*        .video-img {
            width: 45% !important;
            margin-bottom: -63px !important;
            -webkit-transform: translate(0, 0);
            position: relative !important;
            left: -167px !important;
            top: 0px !important;
        }

        .video-auto {
            height: 312px !important;
            margin-bottom: -140% !important;
            margin-left: 2% !important;
            border-radius: 21px !important;
            left: 215px !important;
            top: 38px !important;
            position: absolute !important;
        }*/

    .sponsor h2 {
        font-size: 2rem;
    }

    .sponsor-imgs .redact {
        width: 180px;
    }

    .sponsor-imgs .detectiveAgency {
        width: 135px;
    }

    .sponsor-imgs .spic1 {
        width: 180px;
    }
}

.Awards {
    background-color: #090e19;
    padding: 30px 30px;
    padding-right: 10px;
}

.AwardsTop {
    border-radius: 20px;
}

.Awards .imgDiv {
    text-align: left;
}

.Awards h5.practices {
    line-height: 25px;
}

.Awards h5.sub {
    font-size: 0.875rem;
    line-height: 20px;
    font-weight: 300;
}

.Awards h5 {
    color: white;
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 10px !important;
    line-height: 20px;
}

    .Awards h5 span {
        font-size: 1rem;
    }

.Awards .tick {
    width: 15px;
    margin-right: 18px;
}

.Awards p {
    font-size: 0.8rem;
    margin-bottom: 0.5px;
    opacity: 80%;
    color: rgb(255, 255, 255);
    font-weight: 200;
}

h5.mb-1.margin-bottom {
    margin-top: 14px;
}

.Awards a {
    font-size: 12px;
    color: #0489fe !important;
    text-decoration: none;
    font-weight: 400;
}

.col-md-3.imgDiv a img {
    width: 56%;
}

.Awards a.certificationLink {
    margin-left: 40px;
}

@media(max-width: 768px) {
    .Awards {
        background-color: #090e19;
        padding: 25px 0px;
    }

        .Awards .col-md-3 img {
            width: 30%;
        }

    .AwardsTop {
        margin-bottom: 2rem;
    }

    .webStamp {
        display: none !important;
    }

    .Awards .Inner {
        padding: 45px 20px;
        border-radius: 0px;
    }

    .Awards h5 {
        font-size: 0.7rem;
        line-height: 5px;
    }

        .Awards h5.sub {
            font-size: 0.7rem;
            line-height: 20px;
        }

        .Awards h5.practices {
            line-height: 17px;
        }

        .Awards h5 span {
            font-size: 0.7rem;
        }

    .Awards .col-md-9 {
        padding: 0 15px;
    }

    .Awards .col-md-3 a {
        text-align: center;
    }

    .Awards a {
        font-size: 12px;
        text-align: left;
        display: block;
    }

    .section-1 .title-container .text-panel p {
        text-align: left;
    }

    .Awards a:last-child {
        margin-bottom: 0rem;
        margin-left: 0px;
    }
}

@media (min-width: 786px) {

    .AwardsTop {
        max-width: 700px !important;
    }

    .mobileStamp {
        display: none !important
    }
}

.title-container .storeLinks img {
    width: 20.33%;
}

.section-1 .title-container .storeLinks a:nth-child(2) img {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
}

.section-1 .title-container .storeLinks a {
    color: #000 !important;
    text-decoration: none !important;
}

@media (max-width: 786px) {
    .col-inner.app-privacy-img {
        margin-top: -30px;
    }

    .title-container .storeLinks {
        display: grid;
    }

    .section-1 .title-container .storeLinks a:nth-child(2) img {
        margin-left: 0;
        margin-right: 0;
    }

    .title-container .storeLinks img {
        width: 45.33% !important;
    }

    .section-1 .title-container .storeLinks a {
        margin-top: 0.33rem;
        margin-bottom: 0.33rem;
    }

    .section-2-a .feature-3 .fdistller img {
        float: unset;
        width: 100%;
    }
}

.goldLink {
    color: #d7c478 !important;
}

.terminate-md {
    font-size: 1.0rem;
}

@media (max-width: 991px) {
    /*        .floating-sec {
            display: none;
        }*/
}

@media (min-width: 992px) {
    .goldLinkLi {
        display: none !important;
    }
}



/* Keyframes for zoomIn */
/*@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}*/

/* Keyframes for slideInLeft */
/*@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}*/

/* Keyframes for slideInRight */
/*@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}*/

/* General animation properties */
/*[data-animation] {
    opacity: 0;*/ /* Ensure elements start with opacity 0 */
/*transition: opacity 0.5s ease-out;*/ /* Add smooth transition for better effect */
/*}*/

/* Apply zoomIn animation */
/*.zoomIn {
    animation-name: zoomIn;
    animation-fill-mode: forwards;*/ /* Keep the final state of the animation */
/*}*/

/* Apply slideInLeft animation */
/*.slideInLeft {
    animation-name: slideInLeft;
    animation-fill-mode: forwards;
}*/

/* Apply slideInRight animation */
/*.slideInRight {
    animation-name: slideInRight;
    animation-fill-mode: forwards;
}*/



a#footer-about-mob {
    display: none;
}

/*modified.css*/
* {
    /*font-family: "Inter", sans-serif !important;*/
}

i.fa-solid.fa-caret-up {
    font-family: "Font Awesome 6 Free" !important;
}

.section-2a-web .mobile-reverse img {
    width: 65%;
}

.section-2a-web .line-hgt3 {
    line-height: 1.5;
}

.section-2a-web {
    padding-top: 70px;
    padding-bottom: 70px;
}

    .section-2a-web .heading {
        color: black;
        font-size: 2.7rem;
        font-weight: 400;
        line-height: 45px;
    }

    .section-2a-web .freeXID {
        color: #006FFF;
        font-weight: 400;
    }

    .section-2a-web .text-description {
        color: #565759;
        font-size: 1.26rem;
    }

    .section-2a-web .icons p {
        color: #565759;
        font-size: 1.25rem;
    }

    .section-2a-web .icons img {
        margin-right: 26px;
        margin-top: 4px;
    }

    .section-2a-web .icons img {
        margin-right: 26px;
        margin-top: 4px;
    }

    .section-2a-web .icons img {
        width: 9%;
    }

    .section-2a-web .infoButNowBtn {
        padding: 16px 45px;
        background-color: #006FFF;
        color: #F9FCFF;
        border-radius: 30px;
        text-decoration: none;
        font-size: 16px;
        font-weight: 300;
    }

.section-2a-mob {
    background-color: black;
}

    .section-2a-mob .centered-image {
        text-align: center;
    }

    .section-2a-mob h2 {
        font-size: 2rem;
        margin: 20px 0 0 0;
        color: #fff;
        text-align: center;
    }

    .section-2a-mob .textCenter {
        text-align: center;
    }

    .section-2a-mob h3 {
        color: #1493e6;
        font-size: 1.1rem;
        font-weight: 500;
        text-align: center;
    }

    .section-2a-mob .text-description {
        color: #a6a7aa;
        text-align: center;
        font-size: 1rem;
    }

    .section-2a-mob .icons img {
        width: 15%;
    }

    .section-2a-mob .icons p {
        color: #a6a7aa;
    }

    .section-2a-mob .infoButNowBtn {
        padding: 17px 50px;
        color: white;
        border: none;
        border-radius: 10px;
        font-size: 1.2rem;
        box-shadow: 0 5px 38px rgb(49 144 185 / 30%);
        background-color: #1492e6;
        text-decoration: none;
    }

    .section-2a-mob .line-hgt3 {
        line-height: 0.9;
    }

    .section-2a-mob .td-mark {
        line-height: 1.3;
    }


.terminated-section h2 {
    font-size: 2.8rem;
}

.terminated-section .bold-word {
    color: black;
}

.terminated-section a {
    color: #0489fe !important;
    font-size: 1rem;
    font-weight: 600;
}

.business-section {
    background-color: #FBF8EB;
    margin-left: -21vw;
    margin-right: -20.5vw;
    padding: 130px 0;
}

    .business-section img {
        width: 95%;
    }

    .business-section a {
        color: #0489fe !important;
        font-size: 1rem;
        font-weight: 600;
    }

    .business-section h2 {
        font-size: 2.9rem;
    }

    .business-section span {
        color: #D6BA34;
    }



@media (min-width: 1800px) and (max-width: 2600px) {
    .light-mode-image img, .dark-mode-image img {
        width: 50%;
    }

    h2.award-heading {
        color: #ffffff;
        font-size: 40px;
    }

    a#awards-7 {
        left: 80px;
    }

    a#awards-7n {
        left: 100px;
    }



    span.tick img {
        width: 57px;
    }

    .award-content {
        right: -80px;
    }
}

@media (max-width: 1800px) {
    .light-mode-image img, .dark-mode-image img {
        width: 50%;
    }
}

@media (max-width: 1700px) {
    .light-mode-image img, .dark-mode-image img {
        width: 45%;
    }
}

@media (max-width: 1600px) {
    .light-mode-image img, .dark-mode-image img {
        width: 55%;
    }
}


@media (max-width: 1500px) {
    .light-mode-image img, .dark-mode-image img {
        width: 60%;
    }
}

@media (min-width: 1400px) and (max-width: 1800px) {



    h2.award-heading {
        color: #ffffff;
        font-size: 40px;
    }

    a#awards-7 {
        left: 80px;
    }

    a#awards-7n {
        left: 100px;
    }


    span.tick img {
        width: 57px;
    }

    .award-content {
        right: -80px;
    }
}

/*=======================================MEDIA QUERY (1400px)======================================================================*/

@media (max-width: 1400px) {
    .light-mode-image img, .dark-mode-image img {
        width: 45%;
    }

    .section-2a-web .heading {
        font-size: 2.7rem;
    }

    .light-mode-image img, .dark-mode-image img {
        width: 60%;
    }

    .light-mode-image, .dark-mode-image {
        padding: 55px;
    }
}

/*=======================================MEDIA QUERY (1200px - 1399px)=============================================================*/

@media (min-width: 1200px) and (max-width: 1399px) {
    header .navbar .navbar-nav li a {
        font-size: 0.62rem;
        line-height: 28px;
        color: #fff;
        text-transform: uppercase;
    }

    #text22 {
        font-size: 2.2rem !important;
    }

    span.say_hello {
        color: #fff !important;
        display: block;
        position: relative;
        top: -2px;
        font-size: 2.2rem;
    }

    .col-md-6.section-data {
        padding: 0px 35px;
        display: flex;
        align-items: center;
    }

    .section-2a-web .heading {
        font-size: 2.2rem;
    }

    .business-section h2 {
        font-size: 2.5rem;
    }

    .pic21 {
        width: 258px;
        margin-top: -559px;
    }

    .video-auto1 {
        height: 507px;
        width: 204px;
        margin-top: -12px;
    }

    img.pic200 {
        width: 264px;
    }

    h2.distiller-head {
        font-size: 41px;
    }

    h2.award-heading {
        font-size: 34px;
    }

    h2.light-mode, h2.dark-mode {
        font-size: 38px;
    }

    .light-mode-image, .dark-mode-image {
        padding: 70px;
    }

        .light-mode-image img, .dark-mode-image img {
            width: 53%;
        }

    .home-banner-section .home-slider .img-container video {
        margin-bottom: -125%;
        border-radius: 36%;
        height: 326px;
        position: relative;
        top: 15px;
        left: 48px;
    }

    .img-container video, .img-container img {
        left: 85px;
    }

    .home-banner-section .home-slider {
        padding: 50px 30px 57px 50px;
        max-height: 455.375px;
        min-height: 455.375px;
        overflow: hidden;
    }

        .home-banner-section .home-slider img {
            width: 72%;
            top: 14px;
        }

    video.wipeout-video {
        height: 574px;
        position: relative;
        top: 54px;
        left: 160px;
        border-radius: 20px;
    }

    img.pic21.wipeout {
        width: 350px;
        height: 100%;
        position: relative;
        left: 117px;
        -webkit-transform: translate(0, 0);
    }

    .person-2, .person-4 {
        position: relative;
        right: 70px;
    }

    .home-banner-section .intro {
        padding: 20px 0px 0px 40px;
    }


    a#awards-10 {
        top: 6px;
    }

    a#awards-7 {
        left: 82px;
        top: 1px;
    }

    a#awards-7n {
        left: 102px;
        top: 1px;
    }

    .award-content {
        right: -84px;
        gap: 15px;
    }

    p.award-para-head-one, p.award-para-head-two {
        font-size: 18px;
    }

    span.tick img {
        width: 54px;
    }

    h2.distiller-head, h2.absolute-head {
        font-size: 38px;
    }

    h2.flicker-head, h2.group-message, .terminated-section h2 {
        font-size: 38px;
    }

    h3.disappear-message {
        font-size: 21px;
    }

    p.flicker-paragraph, p.group-chat-para, p.security-web, .terminate-para1 p, .terminate-para2 p, p.wipeout-para-one, p.absolute-paragraph, .casa-para, .dekra-para, .owasp-para {
        font-size: 14px;
    }

    .main-heading p {
        font-size: 25px;
        line-height: 44px;
    }

    p.award-para-head-one, p.award-para-head-two {
        font-size: 16px;
    }

    p.sub-para {
        font-size: 14px;
        line-height: 27px;
    }
}


/*=======================================MEDIA QUERY (992px - 1199px)=============================================================*/


@media (min-width: 992px) and (max-width: 1199px) {


    span.say_hello {
        color: #fff !important;
        display: block;
        position: relative;
        top: 4px;
        font-size: 2rem;
    }

    #text22 {
        font-size: 1.7rem !important;
    }

    .home-banner-section .intro h2 {
        color: white;
        font-size: 2.3rem;
        height: 100px;
        line-height: 47px;
        position: relative;
        top: 4px;
    }

    .home-banner-section .home-slider {
        padding: 85px 30px 85px 40px !important;
        max-height: 448.438px;
        min-height: 448.438px;
        overflow: hidden;
    }

    .person-2, .person-4 {
        position: relative;
        right: 56px;
    }

    .card-pics-parent {
        text-align: center;
        position: relative;
        top: 53px;
        right: -2px;
    }

    .light-mode-image img, .dark-mode-image img {
        width: 60%;
    }

    .light-mode-image, .dark-mode-image {
        padding: 60px;
    }

    h2.light-mode, h2.dark-mode {
        font-size: 33px;
    }

    .privacy-section {
        padding: 70px 0px;
    }

    span.ul-icon img {
        width: 30px;
    }

    p.app-privacy-para {
        font-size: 26px;
    }

    .col-md-6.section-data {
        padding: unset;
    }

    .section-2a-web .heading {
        font-size: 1.6rem;
    }

    .section-2a-web .freeXID {
        font-size: 19px !important;
    }

    .section-2a-web .icons p {
        font-size: 15px !important;
    }

    .section-2a-web .infoButNowBtn {
        padding: 15px 35px;
        background-color: #006FFF;
        color: #F9FCFF;
        border-radius: 30px;
        text-decoration: none;
        font-size: 15px;
    }

    .business-section h2 {
        padding-top: 2rem;
        font-size: 2rem;
    }

    .business-section {
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .total-wipeout-img img {
        position: unset;
    }

    .pic21 {
        width: 258px;
        margin-top: -559px;
    }

    .video-auto1 {
        height: 509px;
        width: 202px;
        border-radius: 65px;
        margin-top: -12px;
    }

    img.pic200 {
        width: 265px;
    }

    .pic11 {
        width: 100%;
    }

    .pic12 {
        width: 100%;
    }

    .card-pics img {
        width: 100%;
    }

    .pic35 {
        width: 100%;
    }

    .flicker-content-main {
        padding: 35px 15px;
    }

    h2.distiller-head {
        font-size: 33px;
    }

    .distiller-content-main {
        padding: 140px 0;
    }

    h2.award-heading {
        font-size: 30px;
    }

    p.award-para-head-one, p.award-para-head-two {
        font-size: 15px;
    }

    p.absolute-paragraph {
        display: none;
    }

    p.absolute-paragraph-mobileview {
        color: #9D999F;
        font-size: 17px;
        display: block;
    }

    .absolute-content-main {
        gap: 3px;
        padding: 50px 0px;
    }

    .reverse-pin-main {
        gap: 14px;
    }

    span.reverse-img img {
        width: 50%;
    }

    .home-banner-section .home-slider .img-container video {
        margin-bottom: -125%;
        border-radius: 20%;
        height: 264px;
        position: relative;
        top: 9px;
        left: 53px;
    }

    .img-container video, .img-container img {
        left: 86px;
    }

    video.wipeout-video {
        height: 572px;
        position: relative;
        top: 54px;
        left: 100px;
        border-radius: 20px;
    }

    img.pic21.wipeout {
        width: 350px;
        height: 100%;
        position: relative;
        left: 57px;
        -webkit-transform: translate(0, 0);
    }

    .distiller-main-image img {
        margin-left: 100px;
    }

    p.sub-para {
        font-size: 16px;
        line-height: 26px;
    }


    span.tick img {
        width: 50px;
    }

    a.award-anchor {
        margin-left: 50px;
    }

    a#awards-7 {
        left: 64px;
    }

    a#awards-7n {
        left: 74px;
    }

    .award-content {
        right: -96px;
    }

    .casa-para, .dekra-para, .owasp-para {
        font-size: 14px;
    }

    h2.award-heading {
        font-size: 25px;
    }

    p.absolute-paragraph-mobileview {
        font-size: 13px;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }

    h2.absolute-head {
        font-size: 30px;
    }

    p.flicker-paragraph {
        font-size: 13px;
    }

    h2.distiller-head {
        font-size: 30px;
    }

    h2.flicker-head {
        font-size: 30px;
    }

    sub.td-mark-g.line-hgt00 {
        right: 6px;
    }

    h3.disappear-message {
        font-size: 20px;
    }

    p.group-chat-para {
        font-size: 13px;
    }

    h2.group-message {
        font-size: 30px;
    }

    .terminate-para1 p, .terminate-para2 p {
        font-size: 13px;
    }

    span.terminate-head-red, span.mode {
        font-size: 30px;
    }

    sub.td-mark-g.line-hgt51 {
        top: 26px;
    }

    .terminate-lightening-img img {
        width: 38px;
        margin-bottom: 13px;
    }

    span.reverse-img img {
        width: 45%;
    }

    h2.pin {
        font-size: 50px;
    }

    p.suppose-pin {
        font-size: 13px;
    }

    .reverse-pin-main {
        gap: 3px;
    }

    p.wipeout-para-one {
        font-size: 14px;
    }

    span.total, span.wipeout {
        font-size: 30px !important;
    }

    a.read-more {
        font-size: 10px;
    }

    p.dek-font-p.opacity {
        font-size: 0.5rem !important;
    }

    .home-banner-section .awards-sec {
        border-radius: 20px;
        padding: 50px 30px 46px 40px !important;
        margin-top: 18px;
        background: linear-gradient(136deg, rgba(26, 14, 50, 1) 2%, rgba(24, 14, 49, 1) 55%, rgb(39 21 67) 84%);
    }
}


/*=======================================MEDIA QUERY MAX_WIDTH (768px)============================================================*/

@media (max-width: 768px ) {
    .total-wipeout-img img {
        position: unset !important;
    }

    img.img-fluid.terminate-image {
        width: 60%;
        margin-left: unset;
        display: flex;
        margin: 0 auto;
        margin-top: 15px;
    }

    h2.light-mode, h2.dark-mode {
        font-size: 36px;
    }

    .terminate-parent {
        max-width: unset;
    }

    .col-lg-5.terminate {
        margin: 0 auto;
        max-width: 600px;
    }

    sub.td-mark-g.line-hgt51 {
        left: -11px;
        top: 16px;
    }
}


/*=======================================MEDIA QUERY (768px - 991px)==============================================================*/

@media (min-width: 768px) and (max-width: 991px) {

    .col-inner.app-privacy-img img {
        left: unset;
    }

    span.say_hello {
        font-size: 2.5rem;
    }

    .home-banner-section .intro h2 {
        top: unset;
    }

    a.award-anchor-two {
        font-size: 9px;
        top: -10px;
    }

    .absolute-content-main {
        margin-left: unset;
    }

    .flicker-content-main {
        left: -15px;
    }

    p.flicker-paragraph {
        font-size: 15px;
    }

    .person-2, .person-4 {
        position: relative;
        right: 23px;
    }

    .card-pics-main-one img, .card-pics-main-two img {
        width: 70%;
    }

    .card-pics-parent {
        text-align: center;
        position: relative;
        top: 53px;
        right: 3px;
    }

    .inner3-3 img {
        margin-top: 75px;
        position: relative;
        right: 16px;
    }

    .light-mode-image img, .dark-mode-image img {
        width: 65%;
        padding: 35px;
        margin-top: 10px;
    }

    h2.light-mode, h2.dark-mode {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .light-mode-image, .dark-mode-image {
        padding: unset;
    }

    p.absolute-paragraph {
        display: none;
    }

    .absoulte-main-image img {
        width: 48%;
        margin-right: unset;
    }

    h2.absolute-head {
        font-size: 36px;
    }

    p.absolute-paragraph-mobileview {
        color: #9D999F;
        font-size: 16px;
        display: block;
    }

    .absolute-content-main {
        padding: 100px 0px;
    }

    .centered-image {
        text-align: center;
    }

    .section-2a-web .heading {
        text-align: center;
    }

    .section-2a-web .freeXID {
        text-align: center;
    }

    .section-2a-web .text-description {
        text-align: center;
    }

    .section-2a-web .icons {
        justify-content: center;
        flex-direction: column !important;
    }

        .section-2a-web .icons p {
            margin-bottom: 10px !important;
        }

    .section-2a-web .sBtn {
        text-align: center;
    }

    .redact {
        margin-bottom: 50px;
    }

    .business-section h2 {
        font-size: 2.3rem;
    }


    .privacy-section {
        padding: 80px 0px;
    }

    p.app-privacy-para {
        font-size: 27px;
    }

    span.ul-icon img {
        width: 25px;
    }

    ul.list-unstyled.ul-items-left li, ul.list-unstyled.ul-items-right li {
        font-size: 11px;
    }

    p.sub-para {
        font-size: 12px;
    }

    .total-wipeout-img img {
        position: relative;
        left: unset;
        top: 40px;
        display: flex;
        margin: 0 auto;
    }

    .total-wipeout-img img {
        width: 33%;
    }

    .terminated-section h2 {
        font-size: 2rem;
    }

    .terminate-lightening-img img {
        width: 30px;
        margin-bottom: 20px;
    }

    .terminate-para1 p, .terminate-para2 p {
        color: #B6B3B3;
        font-size: 12px;
    }

    img.img-fluid.terminate-image {
        width: 40%;
        margin: 0 auto;
        display: block;
    }

    .terminate-parent {
        max-width: 850px;
        margin-bottom: 50px;
    }

    sub.td-mark-g.line-hgt51 {
        left: -8px;
    }

    .video-auto1 {
        height: 529px;
        width: 184px;
        border-radius: 100px;
        margin-top: 20px;
        position: relative;
        top: -59px;
        overflow: hidden;
    }

    img.pic200 {
        width: 244px;
    }

    .pic21 {
        width: 255px;
        margin-top: -672px;
        -webkit-transform: translate(0, 0);
        position: relative;
        right: 21px;
        overflow: hidden;
    }

    .pic11 {
        width: 100%;
    }

    .pic12 {
        width: 100%;
    }

    .card-pics img {
        width: 100%;
    }

    .pic35 {
        width: 100%;
    }

    .chat img {
        width: 90%;
        position: unset;
    }

    .group-pics img {
        width: 64%;
    }

    h2.group-message {
        font-size: 35px;
    }

    p.group-chat-para-mobileview {
        color: #D9DBDC;
        font-size: 17px;
        display: block;
    }

    p.group-chat-para {
        display: none;
    }

    .group-messaging-head {
        margin-top: 35px;
    }

    .flicker-main-image img {
        width: 100%;
        margin-right: unset;
    }

    .flicker-content-main {
        padding: 8px 5px;
    }

    .flicker-content-parent {
        position: relative;
        top: 40px;
    }

    .distiller-main-image img {
        width: 90%;
        margin-left: unset;
    }

    .distiller-content-main {
        padding: 100px 0;
    }

    h2.distiller-head {
        font-size: 29px;
    }

    sub.td-mark-g.line-hgt000 {
        right: 9px;
        top: 14px;
        font-size: 21px;
    }

    h2.award-heading {
        font-size: 23px;
    }

    .award-content {
        right: -82px;
    }

    .approved-logo img {
        left: 38px;
    }

    p.award-para-head-one, p.award-para-head-two {
        font-size: 15px;
        max-width: 448px;
    }

    .casa-para, .dekra-para, .owasp-para {
        font-size: 12px;
    }

    a.award-anchor {
        font-size: 11px;
        margin-left: 43px;
    }

    a.award-anchor {
        font-size: 9px;
        margin-left: 62px;
        position: relative;
        top: -11px;
    }

    .owasp-anchor {
        position: relative;
        top: -20px;
    }

    .chat img {
        width: 70%;
        position: unset;
    }


    .home-banner-section .home-slider .img-container video {
        margin-bottom: unset;
        border-radius: 15px;
        height: 409px;
        position: relative;
        top: 0;
        left: 0px;
        height: 440px !important;
        width: unset !important;
        margin: 0 auto;
    }

    .align-items-center.homeSlides.fade_animation {
        padding: 20px;
    }

    .home-banner-section .home-slider img {
        width: 67%;
        -webkit-transform: translate(0, 0);
        position: absolute;
        bottom: 0;
        margin: 0 auto;
        text-align: center;
        left: 65px;
        top: -25px;
    }

    img.pic21.wipeout {
        width: 280px;
        height: 100%;
        position: relative;
        left: -19px;
        -webkit-transform: translate(0, 0);
        top: 140px;
    }

    video.wipeout-video {
        height: 461px;
        position: relative;
        top: 26px;
        left: 232px;
        border-radius: 20px;
    }

    span.tick img {
        width: 40px;
    }

    h2.award-heading {
        font-size: 19px !important;
    }

    p.award-para-head-one, p.award-para-head-two {
        font-size: 11px;
        max-width: 448px;
    }

    .casa-para, .dekra-para, .owasp-para {
        font-size: 9px;
    }

    a.award-anchor {
        font-size: 6px;
        margin-left: 39px;
        top: -7px;
    }

    a.award-anchor-two {
        font-size: 6px;
        top: -7px;
    }

    .award-content {
        right: -71px;
        gap: 18px;
    }
}


/*=======================================MEDIA QUERY(501px - 767px)===============================================================*/

@media (min-width: 501px) and (max-width: 767px) {

    span.say_hello {
        font-size: 2rem;
        position: relative;
        /*top: 11px;*/
        top: 0px;
    }

    .stamp-container a img {
        display: none;
    }

    #text22 {
        font-size: 2rem !important;
    }

    .card-pics-parent {
        display: none;
    }

    .flicker-content-main {
        position: unset;
        padding: unset;
        text-align: center;
    }

    .absolute-content-main {
        margin-left: unset;
        margin: 0 auto;
        text-align: center;
    }

    img.pic21.wipeout {
        width: 321px;
        height: 100%;
        position: relative;
        left: 95px;
        -webkit-transform: translate(0, 0);
        top: 39px;
    }

    video.wipeout-video {
        height: 525px;
        position: relative;
        top: 26px;
        left: 134px;
        border-radius: 20px;
    }

    .light-mode-image img, .dark-mode-image img {
        width: 60%;
        padding: 20px;
    }

    h2.light-mode, h2.dark-mode {
        font-size: 35px;
    }

    h2.pin {
        font-size: 65px;
    }

    .reverse-pin-main {
        padding: 26px 40px 10px 40px;
        gap: 2px;
    }

    p.app-privacy-para {
        font-size: 37px;
    }

    .col-md-6.section-data {
        padding: unset;
        display: flex;
        justify-content: center;
    }

    .col-inner.app-privacy-img img {
        position: unset;
    }

    .privacy-section {
        padding: 110px 0px 0px 0px;
    }

    .total-wipeout-img img {
        position: unset;
    }

    .terminate-parent {
        max-width: unset;
        padding: 0px 14px;
    }

    .terminate-lightening-img img {
        margin-left: 14px;
    }

    .pic11,
    .pic12,
    .card-pics img,
    .pic35 {
        display: none;
    }

    .video-auto1 {
        height: 492px;
        width: 302px;
        border-radius: 85px;
        margin-top: 20px;
        position: relative;
        right: unset;
    }

    img.pic200 {
        width: 294px;
    }

    .pic21 {
        width: 332px;
        position: relative;
        right: 85px;
    }

    .group-pics {
        margin-top: 40px;
    }

    .chat img {
        position: unset;
    }

    .group-pics {
        margin-top: 40px;
    }

    .flicker-main-image img {
        margin-right: unset;
        display: flex;
        margin: 0 auto;
        width: 80%;
    }

    .distiller-main-image img {
        width: 80%;
        margin-left: unset;
        display: flex;
        margin: 0 auto;
    }

    .distiller-content-main {
        padding: 70px 0;
        text-align: center;
    }

    .chat img {
        width: 60%;
    }

    /*AWARDS TABLET */
    section.awards-section-tablet {
        display: block !important;
    }

    section.awards-section {
        display: none;
        padding: 70px 0px;
    }

    .approved-logo-tablet img {
        width: 40%;
        margin: 0 auto;
        display: flex;
        margin-bottom: 25px;
    }

    .awards-main-tablet {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    span.audited-tablet {
        color: #8090F7;
    }

    span.tested-tablet {
        color: #16B3BD;
    }

    .awards-main-tablet {
        background: #02001D;
        padding: 15px 14px;
        border-radius: 30px;
    }

    section.awards-section-tablet {
        background: #010010;
        border-radius: 0px;
        padding: 60px 0px;
        display: block;
    }

    h2.award-heading-tablet {
        font-size: 22px;
        color: #ffffff;
    }

    p.award-para-head-one-tablet {
        font-size: 16px;
        color: #fff;
    }

    span.tick-tablet img {
        width: 60px;
    }

    .casa-main-tablet, .dekra-main-tablet, .owasp-main-tablet {
        display: flex;
        align-items: center;
    }

    a.award-anchor-tablet-casa {
        font-size: 10px;
        text-decoration: none;
        margin-left: 52px;
        position: relative;
        bottom: 15px;
        color: #ffffff;
        border: 1px solid #8090F7;
        padding: 3px 6px;
        border-radius: 50px;
    }

    a.award-anchor-mobile-dekra {
        font-size: 10px;
        text-decoration: none;
        position: relative;
        bottom: 15px;
        color: #ffffff;
        border: 1px solid #8090F7;
        padding: 3px 6px;
        border-radius: 50px;
    }

    .dekra-anchor-main-tablet {
        display: flex;
        align-items: center;
    }

    .dekra-anchor-one-tablet {
        margin-left: 0px;
    }

    .award-first-anchor {
        margin-left: 52px;
    }

    .dekra-anchor-main-tablet {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 20px;
    }

    a.award-anchor-tablet-dekra {
        font-size: 10px;
        text-decoration: none;
        position: relative;
        bottom: 15px;
        color: #ffffff;
        border: 1px solid #8090F7;
        padding: 3px 6px;
        border-radius: 50px;
    }

    .casa-para-tablet, .dekra-para-tablet, .owasp-para-tablet {
        color: #f0f8ffcf;
        font-size: 14px;
    }

    p.award-para-head-two-tablet {
        color: #fff;
    }

    .award-content-tablet {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .casa-anchor-tablet {
        margin-bottom: 20px;
    }

    a.award-anchor-tablet-owasp {
        font-size: 10px;
        text-decoration: none;
        margin-left: 59px;
        position: relative;
        bottom: 15px;
        color: #ffffff;
        border: 1px solid #8090F7;
        padding: 3px 6px;
        border-radius: 50px;
    }

    .award-content-two-tablet {
        position: relative;
        bottom: 20px;
    }

    .absoulte-main-image img {
        width: 73%;
        margin-right: unset;
        display: flex;
        margin: 0 auto;
    }

    .absolute-content-main {
        padding: 80px 0px;
    }
}

/*=======================================MEDIA QUERY (500px MOBILE_VIEW)==========================================================*/
@media (max-width: 500px) {
    .col-md-3.col-sm-12.one-col {
        z-index: 99;
    }

    .col-md-6.section-data.text-animation.aos-init.aos-animate {
        padding: 0px 33px;
    }

    a.read-more {
        padding: 2px 9px;
        font-size: 14px;
    }

    .apk-btn-home {
        position: relative;
        right: 50px;
    }

    .android-btn-home {
        position: relative;
        right: -2px;
    }

    .home-banner-section .intro .storeLinks img {
        width: 50%;
    }

    .flicker-mobile-image img {
        display: block;
    }

    p.flicker-paragraph-mobile {
        color: #9999A1;
    }

    .flicker-main-image {
        display: none;
    }

    .flicker-mobile-image {
        display: block;
    }

    .flicker-mobile-image {
        display: block;
        width: 52%;
        margin: 0 auto;
    }

    .business-section {
        padding-left: 35px;
        padding-right: 35px;
    }

    /*section one*/

    .section-2a-web-image img {
        display: none;
    }

    .stamp-container {
        display: none;
    }

    .mt-3.storeLinks.mt-4.d-flex.justify-content-start.align-items-center {
        display: flex;
        gap: 15px;
    }

    /*data-not-collected*/

    .col-lg-12.col-md-12.text-md-left.section-1 {
        padding: 0px 16px;
    }

    .main-heading p {
        font-size: 31px;
        font-weight: 500;
    }

    .sub-heading p {
        font-size: 18px;
    }

    .section-2a-web-para p {
        display: none;
    }

    .section-2a-web-mobileview p {
        color: #CFCED4;
        font-size: 16px;
        display: block;
    }

    section.data_not_collected {
        padding: 50px 0px 0px 0px !important;
    }

    .col-md-6.section-data {
        padding: 0px 16px;
        margin-top: 56px;
    }

    .border-bottom-custom {
        border: 1px solid;
        margin-top: 55px;
        display: block;
    }

    span.ul-icon img {
        margin-right: 10px;
    }

    .sub-para p {
        font-size: 16px;
    }

    .col-inner.app-privacy-img img {
        position: unset;
    }

    .store-icons-section2b {
        margin-top: 55px;
    }

    .reverse-pin-main {
        flex-direction: column;
        margin-left: unset;
        margin-right: unset;
    }

    sub.td-mark-g.line-hgt5 {
        right: 4px;
    }

    p.wipeout-para-one, p.flicker-paragraph.web {
        display: none;
    }

    .approved-logo-mobile img {
        width: 40%;
        display: flex;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .awards-main-mobile {
        background: #191431;
        padding: 30px 14px;
        border-radius: 30px;
        margin-left: 10px;
        margin-right: 10px;
    }

    section.awards-section-mobile {
        background: #02001D;
        border-radius: 0px;
        padding: 60px 0px 31px 0px;
        display: block;
    }

    section.awards-section {
        display: none;
    }

    h2.award-heading-mobile {
        font-size: 23px;
        color: #ffffff;
    }

    p.award-para-head-one-mobile {
        font-size: 18px;
        color: #fff;
    }

    span.tick-mobile img {
        width: 96px;
    }

    .casa-main-mobile, .dekra-main-mobile, .owasp-main-mobile {
        display: flex;
        align-items: center;
    }

    .dekra-anchor-main-mobile {
        display: flex;
        align-items: center;
    }



    .dekra-anchor-main-mobile {
        display: flex;
        align-items: center;
        gap: 9px;
        margin-bottom: 17px;
        flex-direction: column;
        position: relative;
    }

    a.award-anchor-mobile-dekra {
        color: #8090F7;
        font-size: 12px;
        text-decoration: none;
    }

    .casa-para-mobile, .dekra-para-mobile, .owasp-para-mobile {
        color: #f0f8ffcf;
        font-size: 16px;
    }

    .dekra-anchor-two-mobile {
        position: relative;
    }

    p.award-para-head-two-mobile {
        color: #fff;
    }

    .award-content-mobile {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .casa-anchor-mobile {
        margin-bottom: 20px;
        position: relative;
        left: 10px;
    }

    a.award-anchor-mobile-owasp {
        color: #8090F7;
        font-size: 12px;
        text-decoration: none;
        margin-left: 62px;
    }

    p.absolute-paragraph-mobileview {
        display: block;
        color: white;
        font-size: 12px !important;
        font-weight: 200;
        line-height: 17px;
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }

    .absoulte-main-image img {
        width: 75%;
        margin-right: unset;
        display: flex;
        margin: 0 auto;
    }

    p.absolute-paragraph {
        display: none;
    }

    section.absoulte-control {
        padding: 55px 0px !important;
    }

    .absolute-image img {
        width: 100%;
    }

    .absolute-content-main {
        display: flex;
        flex-direction: column;
        text-align: left;
        gap: unset;
        padding: 0px 0px 20px 0px;
        text-align: center;
        margin-left: unset;
    }

    section.feature-two {
        padding: 35px 0;
    }

    .flicker-content-main {
        padding: 30px 13px;
        display: flex;
        flex-direction: column;
        text-align: center;
        position: unset;
    }

    p.flicker-paragraph {
        color: white;
        font-size: 12px !important;
        font-weight: 200;
        line-height: 17px;
    }



    h2.distiller-head {
        font-size: 35px;
    }

    h2.flicker-head {
        font-size: 35px;
    }

    .distiller-content-main {
        margin-left: unset;
        padding: 20px 13px;
        text-align: center;
    }

    h2.group-message {
        font-size: 35px;
    }

    p.group-chat-para {
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
        font-weight: 200;
        font-size: 12px !important;
        color: white;
    }

    .chat img {
        width: 75%;
        margin-top: 20px;
        position: unset;
    }

    .group-pics img {
        width: 55%;
    }

    .card-pics {
        display: none;
    }

    .feature-1st {
        display: none;
    }

    h2.end-to-end {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .feature-2nd {
        position: relative;
    }

    .pic21 {
        margin-left: unset;
        width: 293px;
        margin-top: -582px;
    }

    img.pic35 {
        display: none;
    }

    h3.audio {
        font-size: 30px;
    }

    p.security-mobile-view {
        color: #f0f8ffe0;
        font-size: 16px;
        margin-bottom: 40px;
        display: block !important;
    }

    img.img-fluid.terminate-image {
        width: 75%;
        margin-left: unset;
        display: flex;
        margin: 0 auto;
        margin-top: 30px;
    }

    .terminate-parent {
        text-align: center;
        /*padding: 0px 20px;*/
    }

    .terminated-section h2 {
        font-size: 2.2rem;
        margin-top: 20px;
    }

    .terminate-lightening-img img {
        width: 65px;
        margin-bottom: 26px !important;
        display: flex;
        margin: 0 auto;
    }

    img.footer-xpal-bubble-logo {
        width: 11% !important;
    }


    .total-wipeout-img img {
        position: unset;
        width: 55%;
    }

    p.wipeout-para-two {
        margin-bottom: 40px;
    }

    h2.light-mode, h2.dark-mode {
        top: 34px;
    }

    .light-mode-image, .dark-mode-image {
        padding: 35px;
    }

    span.audited-mobile {
        color: #8090F7;
    }

    span.tested-mobile {
        color: #16B3BD;
    }

    a.award-anchor-mobile-casa {
        border: 1px solid #8090F7;
        padding: 2px 4px;
        border-radius: 50px;
        color: #ffffff;
        position: relative;
        top: -10px;
        text-decoration: none;
        font-size: 12px;
        margin-left: 47px;
    }

    a.award-anchor-mobile-dekra {
        border: 1px solid #8090F7;
        padding: 2px 4px;
        border-radius: 50px;
        color: #ffffff;
    }

    a.award-anchor-mobile-owasp {
        border: 1px solid #8090F7;
        padding: 2px 4px;
        border-radius: 50px;
        color: #ffffff;
        position: relative;
        top: -11px;
        left: -5px;
    }
    /*===============================================================*/

    img.pic21.wipeout {
        width: 290px;
        height: 100%;
        position: relative;
        left: unset;
        -webkit-transform: translate(0, 0);
        top: 76px;
    }

    video.wipeout-video {
        height: 477px;
        position: relative;
        top: 18px;
        left: unset;
        border-radius: 20px;
    }

    .awards-sec {
        display: none;
    }

    .awards-main-mobile.two {
        background: #1A1334 !important;
        padding: 37px 14px;
    }

    section.awards-section-mobile.two {
        background: unset;
    }

    .card-pics-parent {
        display: none;
    }

    .distiller-main-image img {
        width: 88%;
        /* margin-left: 94px; */
        margin: 0 auto;
        display: block;
    }

    section.mode {
        display: none;
    }

    section.mode-mobile {
        display: block;
    }

    .img-mode img {
        width: 100%;
    }

    section.mode-mobile .container-fluid {
        padding: 0;
    }

    .mode-text {
        display: flex;
    }

    .mode-main {
        position: relative;
    }

    section.mode-mobile {
        background: black;
    }

    .mode-text {
        position: absolute;
        bottom: 0;
    }

    .mode-text {
        position: absolute;
        top: 0;
    }

    .dark-text-mobile h2 {
        position: relative;
        font-size: 28px;
        color: #ffffff;
    }

    .light-text-mobile h2 {
        position: relative;
    }

    span.ul-icon img {
        width: 28px;
    }

    .store-icons-section2b {
        margin-top: unset;
    }

    sub.td-mark-g.line-hgt5 {
        right: 7px;
        top: 1px;
        font-size: 18px;
    }

    p.wipeout-para-one-mobileview {
        display: block;
        color: white;
        font-size: 12px;
        opacity: 0.9;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        font-weight: 300;
        margin-bottom: 0px;
    }

    .terminate-para1 p, .terminate-para2 p {
        color: white;
        font-size: 12px !important;
        font-weight: 300;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        line-height: 18px;
    }

    .distiller-para-mobile {
        display: block !important;
    }

    p.sub-para {
        line-height: 21px;
        font-weight: 300;
    }

    a#footer-about-mob {
        display: block;
    }

    a#footer-6 {
        display: none;
    }
}

@media (max-width: 320px) {
    .intro {
        margin: 0px 12px;
    }

    section.awards-section-mobile {
        padding: 20px 0px 10px 0px;
    }

    h2.award-heading-mobile {
        font-size: 17px !important;
    }

    .award-content-mobile {
        gap: 7px;
    }

    .casa-para-mobile, .dekra-para-mobile, .owasp-para-mobile {
        font-size: 12px;
    }

    span.tick-mobile img {
        width: 80px;
    }

    a.award-anchor-mobile-casa {
        padding: 2px 5px;
        top: -16px;
        font-size: 8px;
        margin-left: 26px;
    }

    .casa-anchor-mobile {
        margin-bottom: 10px;
        position: relative;
        left: 10px;
    }

    a.award-anchor-mobile-dekra {
        font-size: 8px;
        left: -46px;
    }

    .dekra-anchor-main-mobile {
        gap: 1px;
        margin-bottom: 17px;
        left: 16px;
        top: -1px;
    }

    a.award-anchor-mobile-owasp {
        top: -17px;
        left: -23px;
        font-size: 8px;
    }

    p.award-para-head-one-mobile {
        font-size: 14px;
        color: #fff;
    }

    p.award-para-head-two-mobile {
        font-size: 14px;
    }

    .home-banner-section .xave-sec {
        margin-top: 10px;
    }

        .home-banner-section .xave-sec h3 {
            font-size: 15px;
        }

    section.data_not_collected, section.wipeout, .terminated-section, .Audio-and-video, section.feature-two, section.absoulte-control {
        padding: 30px 0px 0px 0px !important;
    }

    .main-heading p {
        font-size: 15px;
        line-height: 29px;
    }

    p.sub-para {
        font-size: 12px !important;
        line-height: 21px;
    }

    .sub-heading p {
        font-size: 14px;
    }

    .section-2a-web-mobileview p {
        font-size: 12px;
    }

    .section-2a-web-btn a {
        padding: 5px 12px;
        font-size: 12px;
    }

    .border-bottom-custom {
        border: 0.5px solid #8f8c8c3d;
        margin: 50px 20px 0px 20px;
    }

    .border-bottom-custom {
        border: 0.5px solid #8f8c8c3d;
        margin: 50px 20px 0px 20px;
    }

    ul.list-unstyled.ul-items-left li, ul.list-unstyled.ul-items-right li {
        font-size: 12px;
    }

    span.ul-icon img {
        width: 20px;
    }

    .sub-para p, p.wipeout-para-one-mobileview {
        font-size: 12px;
    }

    img.apple, img.android {
        width: 14px;
        position: relative;
        top: -7px;
    }

    .andriod-icon a::after {
        width: 35px;
        height: 35px;
        right: -8px;
        z-index: -1;
        top: -14px;
    }

    span.total, span.wipeout, .terminated-section, span.terminate-head-red, span.mode, h2.group-message, span.flicker-head-yellow, span.distiller-head-pink, span.absolute-head-purple {
        font-size: 24px !important;
    }

    sub.td-mark-g.line-hgt5 {
        right: 7px;
        top: 4px;
        font-size: 15px;
    }

    .total-wipeout-heading {
        gap: 4px;
    }

    a.read-more {
        margin-top: 5px;
        font-size: 12px;
    }

    p.suppose-pin, h2.end-to-end {
        font-size: 14px;
    }

    h2.pin {
        font-size: 45px;
    }

    .reverse-pin-main {
        gap: 15px;
    }

    span.reverse-img img {
        width: 35%;
    }

    .parent-wipeout {
        gap: 25px;
    }

    h3.magic {
        font-size: 17px;
    }

    p.wipeout-para-two {
        font-size: 12px;
    }

    .terminate-lightening-img img {
        width: 35px;
        margin-bottom: 6px !important;
    }

    sub.td-mark-g.line-hgt51 {
        font-size: 15px;
        color: #ffffff;
        right: 10px;
        top: 23px;
    }

    .terminated-section h2 {
        margin-top: 0px;
    }

    .terminate-para1 p, .terminate-para2 p, p.security-mobile-view, p.group-chat-para {
        font-size: 12px;
    }

    img.img-fluid.terminate-image {
        margin-bottom: 30px;
    }

    h3.audio {
        font-size: 20px;
    }

    p.security-mobile-view, p.flicker-paragraph, p.flicker-paragraph-mobile, p.absolute-paragraph-mobileview {
        font-size: 12px;
    }

    sub.td-mark-g.line-hgt00 {
        right: 10px;
        font-size: 15px;
        top: 21px;
    }

    .flicker-content-main {
        gap: 3px;
    }

    h3.disappear-message {
        font-size: 18px;
    }

    .flicker-content-main {
        padding: 10px 10px 20px 10px;
    }

    .flicker-mobile-image {
        width: 80%;
    }

    sub.td-mark-g.line-hgt000 {
        right: 11px;
        top: 20px;
        font-size: 15px;
    }

    .distiller-main-image img {
        width: 90%;
    }

    .absoulte-main-image img {
        margin-bottom: 35px;
    }

    .light-text-mobile h2 {
        left: 10px;
        font-size: 22px;
        top: 18px;
    }

    .dark-text-mobile h2 {
        left: 37px;
        font-size: 22px;
        top: 17px;
    }

    .casa-anchor-mobile.footer {
        left: 16px;
    }

    .dekra-anchor-main-mobile.footer {
        left: 10px;
    }

    .owasp-anchor-mobile.footer {
        margin-left: 10px;
    }

    i.fa-brands.fa-x-twitter {
        font-size: 13px;
    }

    #text22 {
        font-size: 1rem !important;
    }

    h2.mt-2.moving-text {
        font-size: 1.5rem;
    }

    span.say_hello {
        font-size: 1rem;
    }

    #text22 {
        font-size: 1rem !important;
    }

    .home-banner-section .intro img.bubble-logo {
        width: 45px;
    }

    span.say_hello {
        top: 28px;
    }

    .home-banner-section .intro h2 {
        top: -30px;
    }

    .intro p {
        position: relative;
        /*bottom: 16px;*/
    }

    .casa-para, .dekra-para, .owasp-para {
        font-size: 12px;
        color: #f0f8ffcf;
        font-weight: 400;
    }

    h2.award-heading {
        font-size: 17px;
    }

    p.award-para-head-one, p.award-para-head-two {
        font-size: 14px;
        font-weight: 400;
    }

    a.award-anchor {
        font-size: 8px;
        padding: 2px 5px;
    }

    a.award-anchor-two {
        font-size: 8px;
        padding: 2px 5px;
    }

    a.award-anchor {
        margin-right: 88px;
    }

    .casa-anchor-mobile.footer {
        left: 48px;
        top: 5px;
    }

    .owasp-anchor-mobile.footer {
        margin-left: 44px;
        margin-top: 6px;
    }

    .section-2a-content .main-heading .main-heading p br {
        display: none;
    }
}


@media (min-width: 321px) and (max-width: 375px) {
    /* Styles for devices with width between 321px and 375px */

    span.say_hello {
        font-size: 1.3rem;
    }

    #text22 {
        font-size: 1rem !important;
    }

    .home-banner-section .intro img.bubble-logo {
        width: 45px;
    }

    span.say_hello {
        /*top: 20px;*/
        top: 0px;
    }

    .home-banner-section .intro h2 {
        top: -19px;
    }

    video.wipeout-video {
        height: 477px;
        position: relative;
        top: 18px;
        left: 57px;
        border-radius: 20px;
    }

    .home-banner-section .intro {
        padding: 30px 10px 15px 20px;
    }

    img.pic21.wipeout {
        width: 290px;
        height: 100%;
        position: relative;
        left: 107px;
        -webkit-transform: translate(0, 0);
        top: 55px;
    }

    .flicker-mobile-image {
        width: 70%;
    }

    h2.award-heading-mobile {
        font-size: 20px;
    }

    .chat img {
        width: 70%;
    }

    p.award-para-head-one-mobile, p.award-para-head-two-mobile {
        font-size: 15px;
    }

    .casa-para-mobile, .dekra-para-mobile, .owasp-para-mobile {
        font-size: 13px;
    }

    span.tick-mobile img {
        width: 70px;
    }

    a.award-anchor-mobile-casa {
        padding: 3px 6px;
        font-size: 8px;
        margin-left: 30px;
    }

    a.award-anchor-mobile-dekra {
        padding: 3px 6px;
        font-size: 8px;
    }

    a.award-anchor-mobile-owasp {
        padding: 3px 6px;
        left: -18px;
        font-size: 8px;
    }


    .main-heading h2 {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 10px;
    }

    .main-heading p {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 10px;
    }

    .sub-heading h3 {
        font-size: 18px;
        font-weight: 500;
    }

    .section-2a-web-mobileview p, p.wipeout-para-two, .terminate-para1 p, .terminate-para2 p, p.security-mobile-view,
    p.group-chat-para,
    p.flicker-paragraph,
    p.flicker-paragraph-mobile, p.absolute-paragraph-mobileview {
        font-size: 11px;
    }

    .section-2a-web-btn a {
        padding: 8px 25px;
        font-size: 14px;
    }

    ul.list-unstyled.ul-items-left li, ul.list-unstyled.ul-items-right li {
        font-size: 13px;
    }

    .sub-para p {
        font-size: 12px;
        line-height: 19px;
    }

    img.apple, img.android {
        width: 16px;
    }

    .apple-icon a::after {
        width: 40px;
        height: 40px;
        top: -8px;
        left: -12px;
    }

    section.wipeout {
        padding: 40px 0px !important;
    }

    span.total, span.wipeout, span.terminate-head-red, span.mode, span.flicker-head-yellow, span.distiller-head-pink, h2.group-message, span.absolute-head-purple {
        font-size: 28px !important;
    }

    .parent-wipeout {
        gap: 5px !important;
        margin: 0px 10px !important;
    }

    a.read-more {
        margin-top: 8px;
        margin-bottom: 20px;
    }

    .reverse-pin-main {
        padding: 10px 50px 10px 50px;
        gap: 15px;
    }

    p.suppose-pin {
        font-size: 13px;
    }

    h2.pin {
        font-size: 50px;
    }

    span.reverse-img img {
        width: 40%;
    }

    h3.magic {
        font-size: 20px;
        margin-top: 16px;
    }

    video.wipeout-video {
        left: 71px;
    }

    img.pic21.wipeout {
        left: 121px;
    }

    .intro {
        margin: 0px 12px;
    }

    section.awards-section-mobile {
        padding: 50px 0px 50px 0px;
    }

    .home-banner-section .xave-sec {
        padding: 20px 20px 20px 20px;
        margin: 25px 10px 0px 10px;
    }

    .home-banner-section {
        padding-bottom: 35px !important;
    }

    .col-lg-12.col-md-12.text-md-left.section-1 {
        padding: 0px 20px;
    }

    section.data_not_collected {
        padding: 35px 0px 0px 0px !important;
    }

    .border-bottom-custom {
        border: 0.5px solid #8f8c8c3d;
        margin: 50px 20px 0px 20px;
    }

    .total-wipeout-heading {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .reverse-pin-main {
        padding: 20px 50px 10px 50px;
        gap: 15px;
    }

    .col-md-6.section-data {
        padding: 0px 20px;
    }

    .terminate-lightening-img img {
        width: 40px;
        margin-bottom: 0px !important;
    }

    sub.td-mark-g.line-hgt5 {
        right: 7px;
        top: 4px;
        font-size: 18px;
    }

    .Audio-and-video {
        padding-top: 50px;
    }

    .terminated-section {
        padding: 35px 0px !important;
    }

    h3.audio {
        font-size: 26px;
    }

    h2.audio {
        font-size: 26px;
    }

    h2.end-to-end {
        font-size: 20px;
    }

    h3.end-to-end {
        font-size: 20px;
    }

    .terminate-parent {
        padding: 0px 10px;
    }

    p.security-mobile-view {
        margin-bottom: 20px;
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
        font-weight: 200;
        font-size: 12px;
        color: white;
    }

    sub.td-mark-g.line-hgt00 {
        right: 9px;
        font-size: 17px;
        top: 16px;
    }

    h3.disappear-message {
        font-size: 25px;
    }

    .flicker-content-main {
        gap: unset;
    }

    sub.td-mark-g.line-hgt000 {
        right: 10px;
        top: 16px;
        font-size: 16px;
    }

    p.flicker-paragraph-mobile {
        color: white;
        font-size: 12px !important;
        font-weight: 200;
        line-height: 17px;
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }

    .distiller-content-main {
        padding: 10px 13px 10px 13px;
        margin-top: 20px;
    }

    .flicker-content-main {
        padding: 30px 13px 10px 13px;
    }

    section.absoulte-control {
        padding: 35px 0px !important;
    }

    .dark-text-mobile h2 {
        left: 54px;
        top: 19px;
    }

    .light-text-mobile h2 {
        top: 20px;
        left: 11px;
    }

    .casa-anchor-mobile.footer {
        left: 21px;
    }

    .owasp-anchor-mobile.footer {
        margin-left: 6px;
    }

    .andriod-icon a::after {
        width: 40px;
        height: 40px;
        background: #101222;
        right: -9px;
        top: -9px;
    }

    .store-icons-section2b {
        display: unset;
    }

    .andriod-icon {
        margin-left: 10px;
    }

    .main-heading.app-privacy p {
        margin-bottom: 15px;
    }

    sub.td-mark-g.line-hgt51 {
        right: 11px;
        top: 21px;
        font-size: 16px;
        color: #ffffff;
        position: relative;
    }

    a#awards-4b {
        right: -32px;
        font-size: 9px;
        top: -11px;
        padding: 3px 9px;
    }


    a#awards-7b {
        font-size: 8px;
        padding: 3px 6px;
    }

    a#awards-4c {
        top: 3px;
        padding: 3px 9px;
        font-size: 9px;
        right: -25px;
    }

    a#awards-6c {
        font-size: 9px;
        padding: 3px 9px;
    }

    a#awards-7c {
        font-size: 9px;
        padding: 3px 9px;
        right: 4px;
    }

    a#awards-6c {
        font-size: 9px;
        padding: 3px 9px;
        right: 50px;
    }

    a#awards-10c {
        font-size: 9px;
        top: 4px;
        right: -36px;
        padding: 3px 9px;
    }

    h2#awards-1c {
        font-size: 22px;
    }

    p#awards-2c {
        font-size: 15px;
    }

    p#awards-8c {
        font-size: 15px;
    }

    .dekra-anchor-main-mobile {
        top: 13px;
    }

    div#awards-5b {
        font-size: 13px;
        color: #f0f8ffcf;
        font-weight: 400;
    }

    .casa-para, .dekra-para, .owasp-para {
        font-size: 13px;
        color: #f0f8ffcf;
        font-weight: 400;
    }

    a#awards-6b {
        left: -53px;
        top: -10px;
    }

    a#awards-7b {
        position: relative;
        top: -13px;
        left: -6px;
    }

    p.award-para-head-one, p.award-para-head-two {
        color: #ffffff;
        font-size: 15px;
        font-weight: 300;
    }

    a#awards-4c, a#awards-6c, a#awards-7c, a#awards-10c {
        padding: 3px 6px;
        font-size: 8px;
    }

    .dekra-anchor-main-mobile {
        gap: 5px;
    }

    .award-content-mobile {
        gap: 10px;
    }

    a#awards-10c {
        left: 48px;
    }

    .dekra-anchor-main-mobile.footer {
        left: -9px;
        top: -5px;
    }

    .dark-text-mobile h2 {
        font-size: 23px;
    }

    h2#light-mode-2 {
        font-size: 23px;
    }

    .section-2a-content .main-heading .main-heading p br {
        display: none;
    }
}



@media (min-width: 376px) and (max-width: 414px) {



    .home-banner-section .intro img.bubble-logo {
        width: 45px;
        top: -4px;
    }

    #text22 {
        font-size: 1rem !important;
    }

    span.say_hello {
        font-size: 1.3rem !important;
    }

    .dekra-anchor-main-mobile.footer {
        left: -6px;
    }

    .flicker-content-main {
        padding: 30px 0px;
    }

    .chat img {
        width: 66%;
    }

    .home-banner-section .intro {
        padding: 30px 10px 15px 20px;
    }

    .home-banner-section {
        padding-bottom: 40px !important;
    }

    .total-wipeout-heading {
        gap: 5px;
    }

    p.wipeout-para-one-mobileview {
        margin-bottom: 5px;
    }

    .andriod-icon {
        margin-left: -20px;
        margin-top: 14px;
    }

    a.read-more {
        color: #8090F7;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .flicker-mobile-image {
        width: 75%;
    }

    sub.td-mark-g.line-hgt000 {
        position: relative;
        right: 8px;
        top: 15px;
        color: #fff;
        font-weight: 200;
        font-size: 20px;
    }

    sub.td-mark-g.line-hgt51 {
        right: 11px;
        top: 21px;
        font-size: 18px;
        color: #ffffff;
        position: relative;
    }

    h2.award-heading-mobile {
        font-size: 23px;
    }

    .col-lg-12.col-md-12.text-md-left.section-1 {
        padding: 0px 20px;
    }

    section.awards-section-mobile {
        padding: 30px 0px 5px 0px;
    }

    .intro {
        margin: 0px 12px;
    }

    span.ul-icon img {
        width: 30px;
    }

    .apple-icon {
        margin-top: 14px;
    }

    .border-bottom-custom {
        border: 0.5px solid #8f8c8c3d;
        margin: 50px 20px 0px 20px;
    }

    .home-banner-section .xave-sec {
        padding: 20px 20px 20px 20px;
        margin: 25px 10px 0px 10px;
    }

    .owasp-anchor-mobile.footer {
        margin-left: 5px;
    }

    .casa-anchor-mobile.footer {
        left: 3px;
    }

    img.pic21.wipeout {
        width: 290px;
        height: 100%;
        position: relative;
        left: unset;
        -webkit-transform: translate(0, 0);
        top: 50px;
    }

    .home-banner-section .intro p {
        font-size: 15px;
    }

    p.award-para-head-one-mobile, p.award-para-head-two-mobile {
        font-size: 15px;
    }

    .casa-para-mobile,
    .dekra-para-mobile,
    .owasp-para-mobile,
    .section-2a-web-mobileview p,
    ul.list-unstyled.ul-items-left li, ul.list-unstyled.ul-items-right li, .terminate-para1 p, .terminate-para2 p, p.group-chat-para, p.flicker-paragraph, p.absolute-paragraph-mobileview, p.security-mobile-view, p.flicker-paragraph-mobile {
        font-size: 14px;
    }

    img.android {
        width: 18px;
        position: relative;
        top: -20px;
        right: 53px;
    }

    img.apple {
        width: 18px;
        position: relative;
        top: -20px;
        right: unset;
    }

    .andriod-icon a::after {
        width: 40px;
        height: 40px;
        right: 45px;
        top: -28px;
    }

    .apple-icon a::after {
        width: 40px;
        height: 40px;
        right: -16px;
        z-index: -1;
        top: -28px;
        left: -10px;
    }

    span.reverse-img img {
        width: 40%;
    }

    .reverse-pin-main {
        gap: 15px;
        padding: 28px 50px 20px 50px;
    }

    h2.pin {
        font-size: 50px;
    }

    .parent-wipeout {
        gap: 10px;
    }

    p.security-mobile-view {
        margin-bottom: 15px;
    }

    section.wipeout, .terminated-section, section.feature-two, .Audio-and-video {
        padding: 40px 20px !important;
    }

    section.absoulte-control {
        padding: 4px 20px 40px 20px !important;
    }

    .dekra-anchor-main-mobile.footer {
        left: -11px;
    }

    span.total, span.wipeout, span.terminate-head-red, span.mode, h2.group-message, span.flicker-head-yellow, span.distiller-head-pink, span.absolute-head-purple, span.group-color {
        font-size: 28px !important;
    }

    video.wipeout-video {
        height: 477px;
        position: relative;
        top: 15px;
        left: unset;
        border-radius: 20px;
    }

    .terminate-lightening-img img {
        width: 40px;
        margin-bottom: 10px !important;
    }

    .col-lg-5.reverse-video {
        display: flex;
        justify-content: center !important;
        margin: 0 auto;
        align-items: center !important;
        text-align: center !important;
    }

    .section-2a-web-btn a {
        padding: 8px 25px;
        font-size: 15px;
    }

    .main-heading p, h3.magic, h3.audio {
        font-size: 17px !important;
        line-height: 28px;
    }

    p.sub-para {
        font-size: 14px !important;
        line-height: 20px;
    }

    .sub-heading p, h2.end-to-end, h3.disappear-message {
        font-size: 16px;
    }

    img.pic200 {
        width: 296px;
        position: absolute;
        margin: 0 auto;
        left: 0;
        text-align: center;
        top: unset;
    }

    .sub-para p {
        font-size: 14px;
    }

    p.wipeout-para-two {
        font-size: 14px;
    }

    h2.mt-2.moving-text {
        position: relative;
        top: -16px;
        font-size: 1.5rem;
    }

    .casa-anchor-mobile {
        margin-bottom: 20px;
        position: relative;
        left: -5px;
    }

    .dekra-anchor-main-mobile {
        left: 2px;
        top: 3px;
    }

    a.award-anchor-mobile-owasp {
        left: -12px;
        font-size: 10px;
        padding: 3px 6px;
    }

    .home-banner-section .xave-sec a.learnmore {
        text-decoration: none;
        color: #7F8EF4;
        margin-left: unset !important;
        display: block;
    }

    span.say_hello {
        color: #fff !important;
        display: block;
        position: relative;
        /*top: 13px;*/
        top: 0px;
        font-size: 1.5rem !important;
    }

    sub.td-mark-g.line-hgt00 {
        right: 6px;
        top: 14px;
    }

    h2.distiller-head {
        font-size: 30px;
    }

    h2.flicker-head {
        font-size: 30px;
    }

    .distiller-main-image img {
        width: 95%;
        margin-left: unset;
        margin: 0 auto;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .terminated-section h2 {
        margin-top: 5px;
    }

    .video-auto1 {
        margin-left: unset;
        width: 222px;
        height: 505px;
        border-radius: 20px;
    }

    .distiller-content-main {
        padding: 20px 0px;
    }

    a.award-anchor-mobile-casa {
        font-size: 9px;
        margin-left: 55px;
        padding: 3px 6px;
    }

    a.award-anchor-mobile-dekra {
        font-size: 10px;
        text-decoration: none;
        padding: 3px 6px;
    }

    .light-text-mobile h2 {
        left: 13px;
        top: 25px;
    }

    .dark-text-mobile h2 {
        left: 44px;
        top: 25px;
    }

    a#awards-4b {
        right: -30px;
        font-size: 9px;
        padding: 3px 9px;
    }



    a#awards-7b {
        font-size: 9px;
        top: -9px;
        padding: 3px 9px;
    }

    h2#awards-1c {
        font-size: 25px;
    }

    p.award-para-head-one, p.award-para-head-two {
        font-size: 15px;
    }

    .casa-para, .dekra-para, .owasp-para {
        font-size: 13px;
    }

    a#awards-4c {
        font-size: 9px;
        padding: 3px 9px;
        top: 5px;
        left: 54px;
    }

    a#awards-6c {
        font-size: 9px;
        padding: 3px 9px;
        left: -46px;
        top: -3px;
    }

    a#awards-7c {
        font-size: 9px;
        padding: 3px 9px;
        top: -10px;
    }

    a#awards-10c {
        font-size: 9px;
        padding: 3px 9px;
        left: 49px;
        top: -1px;
    }

    a.award-anchor {
        left: 56px;
        top: -15px;
        font-size: 9px;
        padding: 3px 9px;
    }

    a#awards-7b {
        font-size: 9px;
        padding: 3px 9px;
    }

    a#awards-6b {
        font-size: 9px;
        padding: 3px 9px;
        position: relative;
        left: -46px;
        top: 6px;
    }

    span#awards-4b {
        font-size: 9px;
        padding: 3px 5px;
    }

    a#awards-6b {
        left: -45px;
    }

    .light-text-mobile h2 {
        left: 13px;
        font-size: 25px;
    }

    .dark-text-mobile h2 {
        left: 47px;
    }

    div#awards-5b {
        font-size: 14px;
        color: #f0f8ffcf;
        font-weight: 400;
    }

    .casa-para, .dekra-para, .owasp-para {
        font-size: 13px;
        color: #f0f8ffcf;
        font-weight: 400;
    }

    span.tick-mobile img {
        width: 75px;
    }

    .award-content-mobile {
        gap: 8px;
    }

    .dark-text-mobile h2 {
        left: 52px;
        font-size: 25px;
    }

    .section-2a-content .main-heading .main-heading p br {
        display: none;
    }
}


@media (min-width: 415px) and (max-width: 500px) {
    .home-banner-section .intro img.bubble-logo {
        width: 50px;
    }

    span#text22 {
        font-size: 1.1rem !important;
    }

    span.say_hello {
        font-size: 1.5rem;
        /*top: 16px;*/
        top: 0px;
    }

    video.wipeout-video {
        height: 477px;
        position: relative;
        top: 18px;
        left: 98px;
        border-radius: 20px;
    }

    .home-banner-section .intro {
        padding: 33px 13px 15px 20px;
    }

    .intro {
        margin: 0px 16px;
    }

    img.pic21.wipeout {
        width: 290px;
        height: 100%;
        position: relative;
        left: 148px;
        -webkit-transform: translate(0, 0);
        top: 55px;
    }

    .home-banner-section .intro {
        padding: 35px 15px 15px 18px;
    }

    sub.td-mark-g.line-hgt00 {
        color: #ffffff;
        position: relative;
        right: 10px;
        font-size: 20px;
        font-weight: 300;
        top: 16px;
    }

    .home-banner-section .xave-sec a.learnmore {
        margin-left: unset !important;
        display: block;
    }

    .video-auto1 {
        margin-left: unset;
        width: 224px;
        border-radius: 40px;
    }

    section.awards-section-mobile.two {
        padding: 30px 0px 15px 0px !important;
    }

    .xave-sec.d-flex.justify-content-start.align-items-start {
        margin: 20px 12px;
    }

    .home-banner-section {
        padding-bottom: 30px !important;
    }

    section.data_not_collected {
        padding: 35px 0px 0px 0px !important;
    }

    .awards-main-mobile.two {
        padding: 37px 15px;
    }

    h2.award-heading-mobile, .main-heading p {
        font-size: 21px !important;
        line-height: 34px;
    }

    .award-content-mobile {
        gap: 10px;
    }

    p.award-para-head-one-mobile {
        font-size: 17px;
    }

    .casa-para-mobile, .dekra-para-mobile, .owasp-para-mobile {
        font-size: 15px;
    }

    span.tick-mobile img {
        width: 85px;
    }

    a.award-anchor-mobile-casa {
        margin-left: 40px;
        font-size: 11px;
        padding: 2px 6px;
    }

    a.award-anchor-mobile-owasp {
        left: -9px;
    }

    a.award-anchor-mobile-dekra {
        padding: 2px 6px;
        font-size: 11px;
    }

    .casa-anchor-mobile {
        margin-bottom: 14px;
    }

    a.award-anchor-mobile-owasp {
        left: -9px;
        padding: 2px 6px;
        font-size: 11px;
    }

    .col-lg-12.col-md-12.text-md-left.section-1 {
        padding: 0px 20px;
    }

    .sub-heading p {
        font-size: 17px;
    }

    .section-2a-web-mobileview p {
        font-size: 15px;
    }

        .section-2a-web-mobileview p.small {
            font-size: 13px;
            margin-bottom: 5px;
        }

    .border-bottom-custom {
        border: 0.5px solid #8f8c8c4d;
        margin: 50px 20px 0px 20px;
    }

    .section-2a-web-btn a {
        padding: 6px 17px;
        font-size: 14px;
    }

    .sub-para p, p.wipeout-para-two, p.flicker-paragraph-mobile, p.absolute-paragraph-mobileview {
        font-size: 15px !important;
    }

    ul.list-unstyled.ul-items-left li, ul.list-unstyled.ul-items-right li {
        font-size: 14px;
    }

    span.ul-icon img {
        width: 25px;
    }

    span.total, span.wipeout, span.terminate-head-red, span.mode, span.group-color, h2.group-message, span.flicker-head-yellow, span.mode, span.distiller-head-pink, span.absolute-head-purple {
        font-size: 35px !important;
    }

    section.wipeout, .terminated-section {
        padding: 35px 0px !important;
    }

    section.absoulte-control {
        padding: 1px 0px 35px 0px !important;
    }

    .parent-wipeout {
        gap: 30px;
    }

    h2.pin {
        font-size: 55px;
    }

    .reverse-pin-main {
        gap: 22px;
    }

    sub.td-mark-g.line-hgt51 {
        position: relative;
        left: -10px;
        top: 18px;
        color: #ffffff;
        font-size: 18px;
    }

    .terminate-lightening-img img {
        width: 45px;
        margin-bottom: unset !important;
    }

    .terminate-para1 p, .terminate-para2 p {
        font-size: 16px;
    }

    .terminate-parent {
        padding: 0px 10px;
    }

    .chat img, img.img-fluid.terminate-image {
        width: 65%;
    }

    h2.end-to-end {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .feature-2-content.text-center {
        padding: 0px 15px;
    }

    h3.disappear-message {
        font-size: 25px;
    }

    .flicker-content-main {
        padding: 4px 15px;
    }

    p.flicker-paragraph {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .flicker-mobile-image {
        width: 70%;
    }

    p.flicker-paragraph-mobile {
        padding: 0px 10px;
    }

    sub.td-mark-g.line-hgt000 {
        font-size: 20px;
    }

    p.absolute-paragraph-mobileview {
        padding: 0px 10px;
    }

    .dekra-anchor-main-mobile.footer {
        left: -12px;
    }

    .owasp-anchor-mobile.footer {
        margin-left: 4px;
    }

    .light-text-mobile h2 {
        left: 16px;
        top: 30px;
    }

    .dark-text-mobile h2 {
        left: 58px;
        top: 30px;
    }

    a#awards-4b {
        right: 0px;
    }

    .dekra-anchor-main-mobile {
        top: 11px;
    }

    a#awards-6b {
        right: 46px;
    }

    a#awards-4c {
        top: 4px;
        right: -41px;
    }

    a#awards-6c {
        right: 47px;
    }

    a#awards-10c {
        top: 5px;
        right: -50px;
    }

    h2.award-heading {
        font-size: 27px;
    }

    a#awards-10b {
        right: -52px;
    }

    div#awards-5b {
        font-size: 15px;
        color: #f0f8ffcf;
        font-weight: 400;
    }

    p.award-para-head-one, p.award-para-head-two {
        color: #ffffff;
        font-size: 17px;
        font-weight: 400;
    }

    .casa-para, .dekra-para, .owasp-para {
        font-size: 15px;
        color: #f0f8ffcf;
        font-weight: 500;
    }

    p.sub-para {
        line-height: 21px;
    }

    .section-2a-content .main-heading .main-heading p br {
        display: none;
    }
}

/*home-banner.css*/
@media (min-width: 1400px) {
    .container {
        max-width: 1320px !important;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1420px !important;
    }
}

.section-2b {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    display: none;
}

section.wipeout {
    background-attachment: fixed;
    background-image: url(https://dz5tyoxl8h44g.cloudfront.net/nu-total-wipeout-bg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding: 70px 0px;
    background-color: #040A18;
}



.home-banner-section {
    background-attachment: fixed;
    background-image: url('https://dz5tyoxl8h44g.cloudfront.net/nu-landing-banner-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    background-color: #14042a;
}

section.data_not_collected {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 0px 0px 0px;
    background: linear-gradient(180deg, #120528, #11062A, #13052e, #11062a);
}

.terminated-section {
    background-attachment: fixed;
    background-image: url(https://dz5tyoxl8h44g.cloudfront.net/nu-terminate-bg.png);
    padding: 70px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #150000;
}

section.feature-one {
    background-attachment: fixed;
    background-image: url(https://dz5tyoxl8h44g.cloudfront.net/nu-calls-group-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000;
}

section.feature-two {
    background-attachment: fixed;
    background-image: url(https://dz5tyoxl8h44g.cloudfront.net/nu-flicker-distiller-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 90%;
    background-color: #040012;
}

section.absoulte-control {
    background-attachment: fixed;
    background-image: url(https://dz5tyoxl8h44g.cloudfront.net/nu-absolute-control-bg.png);
    background-repeat: no-repeat;
    padding: 75px 0px;
    background-color: #0B020F;
}

section.mode {
    background-color: #000000;
}

.certification-div {
    display: flex;
}

.home-banner-section .intro {
    border-radius: 20px;
    padding: 20px 0px 15px 40px;
    background: rgb(21, 14, 45);
    background: linear-gradient(90deg, rgba(40, 16, 76, 1) 0%, rgba(40, 16, 76, 1) 30%, rgba(21, 14, 45, 1) 100%);
}

    .home-banner-section .intro h2 span {
        color: #7F8EF4;
    }




    .home-banner-section .intro .storeLinks img {
        width: 16%;
    }

    .home-banner-section .intro .storeLinks a:nth-child(2) img {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
    }

    .home-banner-section .intro .storeLinks a {
        text-decoration: none !important;
        color: none !important;
    }


.home-banner-section .home-slider h2 {
    color: white;
    font-size: 2.1rem;
}

.home-banner-section .home-slider p {
    color: white;
    opacity: 0.8;
    max-width: 400px;
    font-size: 0.9rem;
}

.home-banner-section .home-slider a.learnmore {
    color: #8A8FF1 !important;
    font-size: 0.8rem;
    cursor: pointer;
    text-decoration: none;
    display: none;
}


.home-banner-section .homeSlides {
    justify-content: center;
    display: none;
}

.home-banner-section .prev, .home-banner-section .next {
    cursor: pointer;
    position: absolute;
    top: 93%;
    width: auto;
    padding: 4px 13PX;
    margin-top: -22px;
    font-size: 18px !important;
    transition: 0.6s ease;
    border-radius: 50% !important;
    user-select: none;
    text-decoration: none;
    color: white !important;
    background-color: #271C3D;
}

.home-banner-section .next {
    right: 79%;
}

.home-banner-section span.terminate {
    color: #FF4848;
}

.home-banner-section span.group-messaging {
    color: #02ADCC;
}

.home-banner-section span.flicker-mode {
    color: #FFE05D;
}

.home-banner-section span.distiller {
    color: #F7AAFF;
}

.home-banner-section span.control {
    color: #8090F7;
}

.home-banner-section .home-slider img.terminate-img {
    width: 64%;
    left: 105px;
    top: 4px;
}

.home-banner-section .home-slider img.group-messaging-img {
    width: 64%;
    left: 105px;
    top: 4px
}

.home-banner-section .home-slider img.flicker-mode-img {
    width: 95%;
    left: 15px;
    padding-bottom: 46px;
    top: 25px;
}

.home-banner-section .home-slider img.distiller-img {
    width: 84%;
    left: 40px;
    top: 6px;
}

.home-banner-section .home-slider img.abs-control-img {
    width: 71.5%;
    top: 4px;
    left: 75px;
}
/* Fading animation */
.home-banner-section .fade_animation {
    animation-name: fade;
    animation-duration: 3s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}


.home-banner-section .awards-sec {
    border-radius: 20px;
    padding: 10px 30px 7px 40px;
    margin-top: 18px;
    background: linear-gradient(136deg, rgba(26, 14, 50, 1) 2%, rgba(24, 14, 49, 1) 55%, rgb(39 21 67) 84%);
}

.dek-font-bg {
    font-size: 1.2rem;
    margin-bottom: 5px !important;
}

p.dek-font-bg-two {
    margin-bottom: 9px !important;
    font-size: 0.8rem;
}

.dek-font-sm {
    font-size: 1.1rem;
}

.dek-font-p {
    font-size: 0.7rem;
}


.txt-color {
    color: #7F8EF4
}

.home-banner-section .awards-sec p {
    color: #DCDAE0;
    margin-bottom: 0px;
    letter-spacing: 0.3px;
}

    .home-banner-section .awards-sec p a {
        font-size: 0.6rem;
        color: #8090F7;
        cursor: pointer;
        text-decoration: none;
    }

        .home-banner-section .awards-sec p a.cert {
            margin-left: 40px;
            text-decoration: none;
        }

.home-banner-section .awards-sec .ntick {
    width: 18px;
    margin-right: 0.9vw;
}

.home-banner-section .awards-sec .nstamp {
    width: 104px;
}

.home-banner-section .xave-sec {
    border-radius: 20px;
    padding: 38px 30px 28px 25px;
    margin-top: 19px;
    background-color: rgb(39 21 67);
}

p.dek-font-bg.award-web {
    color: #ffffff;
}

p.dek-font-bg-two.ward-web {
    color: #ffffff;
}

.home-banner-section .xave-sec .data-locker {
    width: 70px;
    margin-right: 1vw;
}

.home-banner-section .xave-sec p {
    margin-bottom: 0px;
    color: white;
    font-size: 0.95rem;
}

    .home-banner-section .xave-sec p.desc {
        font-size: 0.8rem;
    }

.home-banner-section .xave-sec h3 {
    color: #9E59F6;
    font-size: 1.1rem;
    margin-bottom: 1px;
    margin-top: 1px;
}

.home-banner-section .xave-sec .storeLinks img {
    width: 105px;
}

.home-banner-section .xave-sec .storeLinks a:nth-child(1) {
    cursor: pointer;
}

.home-banner-section .xave-sec .storeLinks a:nth-child(2) img {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
}

.home-banner-section .xave-sec a.learnmore {
    text-decoration: none;
    color: #7F8EF4;
    margin-left: 13px;
}
/*responsiveness*/
@media (min-width: 992px) {
    .home-banner-section .col-md-6 {
        flex: 0 0 auto;
        width: 49.2%;
    }
}



@media (min-width:1400px) and (max-width:1880px) {
    .home-banner-section .xave-sec {
        padding: 38px 30px 28px 25px;
        margin-top: 19px;
    }
}


@media (min-width: 1200px) and (max-width: 1399px) {


    /*  .home-banner-section .intro h2 {
        height: 70px;
    }*/

    /*   .home-banner-section .intro img.bubble-logo {
        width: 45px;
    }*/

    /*    .home-banner-section .intro h2 {
        font-size: 1.8rem;
    }*/

    .home-banner-section .intro p {
        max-width: 370px;
        font-size: 0.8rem;
        /*line-height: 21px;*/
    }
    /*
    .home-banner-section .home-slider .img-container video {
        height: 260px;
    }*/

    .home-banner-section .home-slider h2 {
        font-size: 1.4rem;
    }

    .home-banner-section .next {
        right: 70%;
    }

    .home-banner-section .xave-sec {
        margin-top: 33px;
    }

        .home-banner-section .xave-sec .data-locker {
            width: 40px;
        }

        .home-banner-section .xave-sec .storeLinks img {
            width: 90px;
        }

    .home-banner-section .home-slider {
        padding: 46px 30px 60px 40px;
    }


    .home-banner-section .awards-sec {
        padding: 10px 30px 7px 40px;
    }
    /*
    .home-banner-section .home-slider .img-container video {
        height: 320px;
    }*/

    .home-banner-section .prev, .home-banner-section .next {
        padding: 5px 12PX;
        font-size: 14px !important;
    }

    .home-banner-section .next {
        right: 74%;
    }

    /*    .home-banner-section .intro h2 {
        font-size: 2.2rem;
    }*/

    .home-banner-section .home-slider h2 {
        font-size: 1.8rem;
    }

    .home-banner-section .home-slider p {
        font-size: 0.8rem;
    }

    .home-banner-section .awards-sec p {
        font-size: 0.8rem;
    }

    .home-banner-section .intro {
        padding: 20px 0px 12px 33px;
    }

    .home-banner-section .xave-sec .storeLinks img {
        width: 100px;
    }

    .home-banner-section .xave-sec {
        padding: 30px 30px 38px 25px;
    }

    p.dek-font-p.opacity {
        font-size: 0.6rem !important;
    }

    .stamp-container a img {
        width: 109px;
        position: absolute;
        bottom: 0;
        left: 427px !important;
        top: -149px;
    }

    p.front-para1 {
        color: #B9B7C1;
        margin: 0;
        font-size: 0.7rem !important;
    }

    span.front-heading {
        color: #ffffff;
        font-size: 0.7rem;
        font-weight: 500;
    }

    .home-banner-section .awards-sec .nstamp {
        width: 100px;
    }

    .home-banner-section .intro .storeLinks a:nth-child(2) img {
        margin-left: unset;
        margin-right: unset;
    }

    .home-banner-section .xave-sec {
        margin-top: 18px;
        padding: 43px 30px 25px 25px;
    }
}


@media (max-width: 991px) {
    .home-banner-section .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .home-banner-section .intro {
        padding: 20px 0px 15px 40px;
    }

    .home-banner-section .home-slider .img-container {
        text-align: center;
    }
    /*
        .home-banner-section .home-slider .img-container video {
            margin-bottom: -32%;
            margin-right: -36%;
            border-radius: 12px;
            height: 414px;
        }*/

    /*    .home-banner-section .home-slider img {
        width: 84%;
    }*/
    .intro.col-md-7, .awards-sec.col-md-7 {
        width: 100%;
    }

    .home-banner-section .home-slider {
        padding: 20px 30px 20px 40px;
        margin-top: 30px;
        margin-bottom: 30px;
        max-height: 520px;
        min-height: 520px;
        overflow: hidden;
    }

    .home-banner-section .awards-sec {
        margin-top: 30px;
    }

    .home-banner-section .xave-sec {
        margin-top: 30px;
    }

    .home-slider.col-md-5, .xave-sec.col-md-5 {
        width: 100%;
    }

    .home-banner-section .banner-container {
        display: block !important;
    }


    .home-slider .col-md-5 {
        display: none;
    }

    .home-banner-section .prev {
        left: 5%;
    }

    .home-banner-section .prev, .home-banner-section .next {
        top: 50%;
    }

    .home-banner-section .next {
        right: 5%;
    }

    .home-banner-section .home-slider img.terminate-img, .home-banner-section .home-slider img.group-messaging-img, .home-banner-section .home-slider img.flicker-mode-img, .home-banner-section .home-slider img.distiller-img,
    .home-banner-section .home-slider img.abs-control-img {
        position: relative;
        left: 0px;
    }

    .home-banner-section .home-slider img.terminate-img, .home-banner-section .home-slider img.group-messaging-img {
        width: 58%;
        top: 2px;
    }

    .home-banner-section .home-slider img.distiller-img {
        width: 75%;
        top: 2px;
    }

    .home-banner-section .home-slider img.abs-control-img {
        width: 63%;
        top: 2%;
    }
}

/*@media (min-width: 200px) and (max-width: 1200px) {
    .home-banner-section .intro h2 {
        font-size: 1.5rem;
    }

    h2.mt-2.moving-text {
        position: relative;
        top: -25px;
        font-size: 2rem;
    }

    .intro img {
        position: relative;
        top: -10px;
    }
}*/

@media (min-width: 992px) and (max-wdith: 1199px) {
    .main-front {
        gap: 5px;
    }

    p.dek-font-p.opacity {
        font-size: 0.5rem !important;
    }

    .home-banner-section .xave-sec {
        padding: 53px 30px 47px 25px !important;
    }

    .stamp-container a img {
        width: 89px;
        position: absolute;
        bottom: 0;
        left: 365px !important;
        top: -130px;
    }

    .home-banner-section .xave-sec {
        margin-top: 25px !important;
    }

    .home-banner-section .awards-sec {
        border-radius: 20px;
        padding: 57px 30px 46px 40px !important;
        margin-top: 18px;
        background: linear-gradient(136deg, rgba(26, 14, 50, 1) 2%, rgba(24, 14, 49, 1) 55%, rgb(39 21 67) 84%);
    }
}



@media (max-width: 767px) {
    .section-2b {
        display: block;
    }


    .home-banner-section .home-slider {
        display: none;
    }


        .home-banner-section .home-slider .img-container {
            text-align: center;
        }

        .home-banner-section .home-slider img {
            width: 40%;
        }

    /*        .home-banner-section .home-slider .img-container video {
            height: 291px;
            margin-bottom: -32%;
            margin-right: -36%;
        }*/

    .home-banner-section .next {
        right: 24%;
    }

    .home-banner-section .home-slider {
        padding: 10px 30px 10px 40px;
    }

    .home-banner-section .awards-sec p a.cert {
        margin-left: 0px;
        display: block;
    }

    .certification-div {
        display: block !important;
    }

    .stamp-container {
        text-align: center;
    }
}

@media (max-width: 576px) {

    .home-banner-section .awards-sec p {
        font-size: 0.7rem;
    }

        .home-banner-section .awards-sec p a {
            font-size: 12px;
        }

    /*  .home-banner-section {
        padding-bottom: 60px;
    }*/

    .home-banner-section .intro {
        padding: 30px 10px 15px 20px;
    }

        /*            .home-banner-section .intro img.bubble-logo {
                width: 33px;
                padding-bottom: 10px;
            }*/

        .home-banner-section .intro .storeLinks img {
            width: 42%;
        }

    .home-banner-section .xave-sec .storeLinks img {
        width: 100px;
    }

    .home-banner-section .prev, .home-banner-section .next {
        top: 50%;
        margin-top: -22px;
    }

    .home-banner-section .next, .home-banner-section .prev {
        display: none;
    }

    .home-banner-section .awards-sec {
        margin-top: 25px;
        padding: 20px 20px 20px 20px;
    }

    .home-banner-section .xave-sec {
        display: block !important;
        padding: 20px 20px 20px 20px;
        margin-top: 25px;
    }

        .home-banner-section .xave-sec .data-locker {
            width: 65px;
            margin-bottom: 15px;
        }
}



span.front-heading {
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 500;
}

p.front-para1 {
    color: #B9B7C1;
    margin: 0;
    font-size: 0.8rem;
}

.main-front {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.stamp-container a img {
    width: 120px;
    position: absolute;
    bottom: 0;
    left: 497px;
    top: -149px;
}

.stamp-container {
    position: absolute;
}

.home-banner-section .awards-sec {
    border-radius: 20px;
    padding: 41px 30px 39px 40px;
    margin-top: 18px;
    background: linear-gradient(136deg, rgba(26, 14, 50, 1) 2%, rgba(24, 14, 49, 1) 55%, rgb(39 21 67) 84%);
}

/*dropup.css*/
i.fa-solid.fa-caret-up {
    margin-left: 4px;
    font-size: 14px;
    margin-right: 2px;
}

.dropup {
    position: relative;
}

.dropup-btn {
    display: flex;
    justify-content: space-between;
    background: #0F0F0F;
    border: 1px solid #cccbc799;
    cursor: pointer;
    padding: 2px 2px;
    text-align: left;
    align-items: center;
    color: #cccbc7;
}

    .dropup-btn:focus {
        outline: none;
    }

.dropup-content {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background-color: #252525;
    z-index: 1;
    border-radius: 6px;
    width: 590px;
    padding: 6px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    text-align: center;
}

span#selected-language-name {
    font-size: 0.8rem;
}

.dropup-content.show {
    display: block;
}

.language-options {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}

.language-item {
    flex-basis: calc(25% - 10px);
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    font-size: 12px;
    color: #ffffff;
}

    .language-item img {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }

    .language-item:hover {
        background-color: #313030;
    }

.flag-icon {
    margin-right: 5px;
    width: 19px;
}


@media (max-width: 500px) {
    .language-item {
        padding: 4px;
    }

    .dropup-content {
        width: 180px;
    }

    .language-options {
        display: unset;
    }

    .language-item {
        padding: 4px;
        border-bottom: 0.2px solid #cccccc87;
    }

        .language-item.bborder {
            border: unset;
        }
}

@media (max-width: 320px) {
    .dropup-content {
        width: 180px;
    }
}



@media (min-width: 321px) and (max-width: 375px) {
    .dropup-content {
        width: 178px;
    }
}




@media (min-width: 376px) and (max-width: 414px) {
}



@media (min-width: 415px) and (max-width: 500px) {
}

/*certified.css*/
.section-1 .store-icons-top.margin-top {
    margin-top: 1rem !important;
}


.approvedbadge img {
    width: 85%;
}

.approvedbadge a {
    display: block;
    color: #0489fe !important;
    font-size: 1rem;
}

.dekr-p {
    color: white !important;
    margin-bottom: 0 !important;
    font-size: 0.9rem !important;
    font-weight: bold !important;
}

@media(max-width: 768px) {
    .dekr-p {
        font-size: 0.9rem !important;
    }

    .approvedbadge {
        margin-bottom: 20px;
    }

        .approvedbadge a {
            width: 100%;
        }

        .approvedbadge a {
            margin-bottom: 0rem;
            margin-top: 0.1rem;
        }

    .readMore {
        margin-bottom: 1.5rem !important;
    }
}

@media(min-width: 500px) {
    .approvedbadge a {
        margin-top: 0.2rem;
    }
}

@media(min-width: 768px) {
    .approvedbadge {
        margin-top: 3rem !important;
    }
}

@media(max-width: 992px) {
    .approvedbadge img {
        width: 70%;
    }
}

@media(max-width: 500px) {
    .approvedbadge img {
        width: 50%;
        margin-bottom: 10px;
    }
}

.dekraSection {
    padding: 50px 0;
    background-color: #090e19;
}

    .dekraSection img {
        width: 45%;
        margin-bottom: 10px;
        margin-right: 18px;
    }

@media(min-width: 768px) {
    .dekraSection .imgcon {
        text-align: end;
    }
}

@media(max-width: 992px) {
    .dekraSection img {
        width: 70%;
    }
}

@media(max-width: 500px) {
    .dekraSection img {
        width: 50%;
        margin-bottom: 20px;
    }

    .approvedbadge {
        flex-direction: column;
        text-align: center;
    }

    .dekraSection .container {
        flex-direction: column;
        text-align: center;
    }

    .dekraSection .col-md-12 {
        max-width: 100% !important;
    }
}

.dekraSection a {
    color: #0489fe !important;
    font-size: 1rem;
    font-weight: 600;
}

.certificationText {
    color: white !important;
    font-weight: 500 !important;
    font-size: 19px !important;
    margin-bottom: 0px !important;
    margin-top: 0.5rem !important
}

.dekraSection p {
    color: white !important;
    font-weight: 500 !important;
    font-size: 22px !important;
    margin-block-end: 0px !important;
}



@media(max-width: 500px) {
    .dekraSection p {
        font-size: 20px !important;
    }
}

/*landing.css*/

header {
    position: relative;
    z-index: 1;
}

    header.sticky::after {
        content: unset;
    }

    header::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #ffffff14;
        position: absolute;
        bottom: 12px;
        left: 0;
    }

sup {
    font-size: 0.5rem;
    top: -2em;
}

.absolute-paragraph sup {
    top: -1.1em;
}

.welcome::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #ffffff14;
    top: 0;
    left: 100px;
}

.welcome::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #ffffff14;
    top: 0;
    right: 100px;
}

.welcome {
    background-image: url('https://dz5tyoxl8h44g.cloudfront.net/ndx-BG.jpg');
    background-position: unset;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    background-color: #14042a;
    color: white;
    position: relative;
}

    .welcome .bubble-logo {
        width: 115px;
        background-color: #00000042;
        padding: 15px 13px;
        border-radius: 25px;
    }

    .welcome h3 {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: 0.5px;
    }

    .welcome h1 {
        font-size: 4.8rem;
        font-weight: 300;
        line-height: 69px;
    }

    .welcome .ultra-secure-features {
        width: 66px;
        background: rgb(255 255 255 / 5%);
        border-radius: 50%;
        padding: 14px 20px;
    }

    .welcome .banner-features-div .col-md-4 {
        width: 32.1%;
        width: 32.1%;
        border: 1px solid rgb(255 255 255 / 7%);
        background: rgb(255 255 255 / 3%);
        border-radius: 24px;
        padding: 35px 30px 0px;
        min-height: 300px;
        max-height: 300px;
    }

    .welcome .banner-features-div h3 {
        margin-top: 15px;
        max-width: 290px;
        font-size: 1.4rem;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .welcome .banner-features-div p {
        font-size: 13px;
        font-weight: 200;
        max-width: 289px;
        line-height: 18px;
        opacity: 0.9;
    }

        .welcome .banner-features-div p.terminate-supporting {
            max-width: unset;
        }

    .welcome .storeLinks {
        margin-top: 60px !important;
    }

        .welcome .storeLinks img {
            width: 12%;
        }

        .welcome .storeLinks a {
            text-decoration: none;
        }

            .welcome .storeLinks a:nth-child(2) img {
                margin-left: 0.7rem;
                margin-right: 0.7rem;
            }

.sliderSec {
    padding-top: 100px;
    color: white;
}

    .sliderSec .col-md-6 {
        border: 1px solid #181718;
        border-radius: 25px;
        height: 770px;
        background: linear-gradient(180deg, #0C0A0D, #1A0C29, #1d0b40);
    }

    .sliderSec .home-slider {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .sliderSec .homeSlides {
        justify-content: center;
        display: none;
        flex-direction: column;
        margin-top: -15px;
    }

    .sliderSec .home-slider .img-container {
        text-align: right;
        position: relative;
        width: 100%;
        max-width: unset;
        margin: 0 auto;
    }

        .sliderSec .home-slider .img-container video {
            display: block;
            margin-bottom: -125%;
            height: 387px;
            position: relative;
            top: 13px;
            left: 48px;
            border-radius: 39%;
        }

    .sliderSec .home-slider img {
        width: 250px;
        -webkit-transform: translate(0, 0);
        position: relative;
        top: 13px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .sliderSec .home-slider h2 {
        color: white;
        font-size: 1.5rem;
        text-align: center;
        font-weight: 400;
    }

        .sliderSec .home-slider h2 span {
            font-size: unset !important;
        }

    .sliderSec .home-slider p {
        color: white;
        opacity: 0.8;
        max-width: 400px;
        font-size: 0.8rem;
        line-height: 19px;
        text-align: center;
    }

    .sliderSec .txt-color {
        color: #7F8EF4;
    }

    .sliderSec span.terminate {
        color: #FF4848;
    }

    .sliderSec span.group-messaging {
        color: #02ADCC;
    }

    .sliderSec span.flicker-mode {
        color: #FFE05D;
    }

    .sliderSec span.distiller {
        color: #F7AAFF;
    }

    .sliderSec span.control {
        color: #8090F7;
    }

    .sliderSec .prev, .sliderSec .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 4px 13PX;
        margin-top: -22px;
        font-size: 18px !important;
        transition: 0.6s ease;
        border-radius: 50% !important;
        user-select: none;
        text-decoration: none;
        color: white !important;
        background-color: #271C3D;
    }

    .sliderSec .prev {
        left: 30px;
    }

    .sliderSec .next {
        right: 30px;
    }

html[dir="rtl"] .sliderSec .prev {
    right: 10px;
    left: auto;
}

html[dir="rtl"] .sliderSec .next {
    left: 10px;
    right: auto;
}

.sliderSec .frame-container {
    position: relative;
    width: 315px;
    height: 630px;
    background: url('https://dz5tyoxl8h44g.cloudfront.net/nu_phone_x.png') no-repeat center/contain;
}

.sliderSec .video-overlay {
    position: absolute;
    top: 9%;
    left: 12%;
    width: 76%;
    height: 81%;
    border-radius: 26px;
}

.sliderSec video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sliderSec #terminate, .sliderSec #group, .sliderSec #flicker, .sliderSec #distlier, .sliderSec #control {
    margin-top: 3rem;
}

.sliderSec .col-md-6 {
    width: 53%;
}

.sliderSec .col-md-4 {
    width: 45%;
    height: 770px;
}

.sliderSec .awards-sec {
    border: 1px solid #181718;
    border-radius: 25px;
    background: linear-gradient(180deg, #080808, #1A0C29, #1e0a30);
    padding: 30px 30px;
    position: relative;
    height: calc((770px - 30px)* 0.54);
}

    .sliderSec .awards-sec .dek-font-bg {
        font-size: 1.5rem;
        margin-bottom: 5px !important;
        line-height: 33px;
        font-weight: 400;
    }


    .sliderSec .awards-sec .ntick {
        width: 18px;
        margin-right: 0.9vw;
    }

    .sliderSec .awards-sec p {
        color: white;
        margin-bottom: 0px;
        letter-spacing: 0.3px;
        font-weight: 300;
        opacity: 0.9;
        line-height: 19px;
        font-size: 0.85rem;
    }

html[dir="rtl"] .sliderSec .awards-sec p {
    margin-right: 15px;
}

.sliderSec .awards-sec p a {
    font-size: 0.7rem;
    font-weight: 400;
    color: #8090F7;
    cursor: pointer;
    text-decoration: none;
    line-height: 24px;
}

    .sliderSec .awards-sec p a.cert {
        margin-right: 20px;
        text-decoration: none;
    }

.sliderSec .awards-sec .banner-stamp-container img {
    width: 150px;
    position: absolute;
    bottom: 7px;
    right: 7px;
}

.sliderSec .awards-sec .mt-4 {
    margin-top: 2rem !important;
}

.sliderSec .awards-sec .mt-3 {
    margin-top: 1.8rem !important;
}

.sliderSec .xave-sec {
    margin-top: 30px;
    border: 1px solid #181718;
    border-radius: 25px;
    background: linear-gradient(90deg, #270A3C, #2E074B, #470077);
    padding: 30px 30px;
    height: calc((770px - 30px)* 0.46);
}

    .sliderSec .xave-sec .data-locker {
        width: 90px;
        margin-bottom: 12px;
    }

    .sliderSec .xave-sec p {
        margin-bottom: 0px;
        color: white;
        font-size: 0.8rem;
    }

    .sliderSec .xave-sec h3 {
        color: white;
        font-size: 1.3rem;
        margin-bottom: 1px;
        font-weight: 500;
        margin-top: 5px;
    }

    .sliderSec .xave-sec p.desc {
        font-size: 0.81rem;
        font-weight: 200;
    }

    .sliderSec .xave-sec a.learnmore {
        display: block;
        text-decoration: none;
        color: #7F8EF4;
        margin-left: 0px;
        font-size: 0.7rem;
        margin-top: 22px;
    }

.welcome .sliderSec .xave-sec .storeLinks {
    margin-top: 30px !important;
}

.sliderSec .xave-sec .storeLinks img {
    width: 105px;
}

.sliderSec .xave-sec .storeLinks a:nth-child(2) img {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
}


.privacy-security {
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(180deg, #0b0623, #060416, #020209);
    color: white;
}

    .privacy-security h2 {
        font-size: 2.5rem;
        max-width: 650px;
        text-align: center;
        margin-bottom: 70px;
    }

        .privacy-security h2 span.privacy-span {
            color: #8b86f2;
        }

        .privacy-security h2 span.security-span {
            color: #95d07f;
        }

    .privacy-security img {
        width: 80px;
    }

        .privacy-security img.offline-lock {
            width: 53px;
        }

        .privacy-security img.remote-wipeout {
            width: 42px;
        }

        .privacy-security img.self-destruct {
            width: 70px;
        }

    .privacy-security .col-md-4 {
        height: 380px;
        width: 32%;
        background: linear-gradient(180deg, #161229, #080a17, #04030e);
        padding: 0 15px;
        border-radius: 25px;
    }

        .privacy-security .col-md-4 h3 {
            margin-top: 40px;
            font-size: 1.4rem;
        }

        .privacy-security .col-md-4 p {
            text-align: center;
            font-weight: 200;
            line-height: 21px;
            max-width: 250px;
            font-size: 14px;
            opacity: 0.8;
        }

            .privacy-security .col-md-4 p sup {
                top: -9px;
            }

        .privacy-security .col-md-4 a {
            color: #8090F7;
            text-decoration: none;
            font-size: 14px;
        }

    .privacy-security .w-lg-100 {
        width: 100%;
    }



.customize-chat {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

    .customize-chat h2 {
        font-size: 2.8rem;
        font-weight: 600;
        letter-spacing: -1px;
    }

    .customize-chat p {
        max-width: 650px;
        margin: 0 auto;
        font-size: 18px;
        line-height: 23px;
        color: black;
    }

        .customize-chat p.supporting {
            opacity: 0.8;
            font-size: 14px;
        }

    .customize-chat .preview-img {
        width: 25%;
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 20px;
    }

    .customize-chat .custom-colors img {
        width: 30px;
        margin-bottom: 6px;
        border: 2px solid #EBEBEB;
        BORDER-RADIUS: 50%;
    }

        .customize-chat .custom-colors img:first-child {
            border: 2px solid black;
            padding: 2px;
        }

        .customize-chat .custom-colors img:last-child {
            margin-bottom: 0px;
        }

    .customize-chat .custom-colors {
        background-color: #FAFAFA;
        padding: 10px 5px;
        border: 2px solid #EBEBEB;
        border-radius: 25px;
    }

    .customize-chat .custom-bgs img {
        width: 55px;
        margin-bottom: 13px;
    }

        .customize-chat .custom-bgs img:first-child {
            border: 2px solid black;
            border-radius: 10px;
            padding: 1px;
        }

.bottom-main {
    color: white;
}

    .bottom-main h3 {
        font-family: "Modern Antiqua", serif !important;
        font-weight: 400;
        font-style: normal;
        color: #F8F3A2;
        font-size: 1.5rem;
    }

    .bottom-main p {
        margin-bottom: 0;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
        font-weight: 300;
        opacity: 0.9;
    }

.parent-wipeout a.read-more {
    border: unset;
}

.privacy-section .store-icons a {
    margin-right: 25px;
    background: rgb(60 30 75 / 41%);
    padding: 21px 18px;
    border-radius: 50%;
    text-decoration: none;
}

.privacy-section .store-icons img {
    width: 27px;
    margin-bottom: 5px;
}

.privacy-section a.footer-android::after, .privacy-section a.footer-ios::after {
    display: none;
}

.upgradeToGoldBtnContainer {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}

/*responsiveness*/
@media (max-width: 1500px) {
    .welcome .bubble-logo {
        width: 90px;
        margin-top: 1.5rem !important;
    }

    .sliderSec .awards-sec .mt-3 {
        margin-top: 1.2rem !important;
    }

    .sliderSec .awards-sec .mt-4 {
        margin-top: 1.5rem !important;
    }

    .welcome h3 {
        font-size: 1.6rem;
    }

    .welcome h1 {
        font-size: 3.5rem;
        line-height: 48px;
    }

    .welcome .ultra-secure-features {
        width: 60px;
    }

    .welcome .banner-features-div h3 {
        max-width: 340px;
        font-size: 1.2rem;
        line-height: 25px;
    }

    .welcome .banner-features-div p.terminate-supporting {
        max-width: 315px;
    }

        .welcome .banner-features-div p.terminate-supporting br {
            display: none;
        }

    .welcome .banner-features-div .col-md-4 {
        min-height: 285px;
        max-height: 285px;
    }

    .welcome .storeLinks img {
        width: 10%;
    }

    .sliderSec .frame-container {
        width: 250px;
        height: 500px;
    }

    .sliderSec .home-slider h2 {
        font-size: 1.2rem;
    }

    .sliderSec .home-slider p {
        max-width: 355px;
        font-size: 0.7rem;
        line-height: 17px;
    }

    .sliderSec .home-slider img {
        width: 220px;
    }

    .sliderSec .awards-sec .dek-font-bg {
        font-size: 1.2rem;
        line-height: 28px;
    }

    .sliderSec .awards-sec p {
        line-height: 17px;
        font-size: 0.75rem;
    }

        .sliderSec .awards-sec p a {
            font-size: 0.65rem;
        }

    .sliderSec .xave-sec .data-locker {
        width: 75px;
    }

    .sliderSec .xave-sec h3 {
        font-size: 1.2rem;
    }

    .sliderSec .xave-sec p.desc {
        font-size: 0.75rem;
    }

    .sliderSec .col-md-6 {
        height: 680px;
    }

    .sliderSec .awards-sec {
        height: calc((680px - 30px) / 2);
    }

    .sliderSec .xave-sec {
        height: calc((680px - 30px) / 2);
    }

    .privacy-security h2 {
        font-size: 2rem;
        max-width: 600px;
        margin-bottom: 50px;
    }

    .privacy-security .col-md-4 h3 {
        font-size: 1.2rem;
    }

    .privacy-security .col-md-4 p {
        line-height: 19px;
        max-width: 240px;
        font-size: 13px;
    }

    .privacy-security .col-md-4 a {
        font-size: 12px;
    }

    .customize-chat h2 {
        font-size: 2rem;
    }

    .customize-chat p {
        max-width: 570px;
        font-size: 16px;
        line-height: 23px;
    }

    .welcome::before {
        left: 30px;
    }

    .welcome::after {
        right: 30px;
    }

    .sliderSec .home-slider img.flicker-mode-img {
        width: 330px;
    }

    .sliderSec .home-slider img.distiller-img {
        width: 300px;
    }

    .sliderSec .home-slider img.abs-control-img {
        width: 240px;
    }

    .sliderSec .awards-sec .banner-stamp-container img {
        width: 120px;
    }
}

@media (max-width: 1400px) {
    .sliderSec .awards-sec {
        height: calc((680px - 25px) / 2);
    }

    .sliderSec .xave-sec {
        margin-top: 25px;
        height: calc((680px - 25px) / 2);
    }

    .welcome .banner-features-div .col-md-4 {
        padding: 35px 20px 0px;
    }

    .welcome .banner-features-div p.terminate-supporting {
        max-width: 100%;
    }

    .welcome .banner-features-div h3 {
        max-width: 240px;
    }

    .sliderSec .xave-sec {
        margin-top: 21px;
        height: calc((680px - 21px) / 2);
    }

    .sliderSec .awards-sec {
        height: calc((680px - 21px) / 2);
    }
}

@media (max-width: 1200px) {
    .welcome h1 {
        font-size: 3rem;
        line-height: 42px;
    }

    .customize-chat .preview-img {
        width: 35%;
    }

    .privacy-security .col-md-4 p {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .privacy-security .col-md-4 p {
        font-size: 13px;
    }

    .welcome .banner-features-div .col-md-4 {
        width: 60%;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .welcome .banner-features-div p.terminate-supporting {
        max-width: 350px;
    }

    .welcome .storeLinks img {
        width: 18%;
    }

    .sliderSec .col-md-6 {
        width: 100%;
        height: 550px;
    }

    .sliderSec .col-md-4 {
        width: 100%;
        height: unset;
        margin-top: 30px;
    }

    .sliderSec .frame-container {
        width: 200px;
        height: 400px;
    }

    .sliderSec .home-slider img {
        width: 180px;
    }

    .sliderSec {
        padding-top: 60px;
        padding-bottom: 0px;
    }

        .sliderSec .awards-sec {
            height: unset;
        }

        .sliderSec .xave-sec {
            margin-top: 30px;
            height: unset;
        }

    .welcome .storeLinks img {
        width: 20%;
    }

    .privacy-security .col-md-4 {
        margin-bottom: 20px;
    }

    .privacy-security .col-md-4 {
        background: linear-gradient(180deg, #19192b, #080a17, #04030e);
    }

        .privacy-security .col-md-4 h3 {
            font-size: 1.3rem;
        }

    .customize-chat .preview-img {
        width: 45%;
    }

    .sliderSec .home-slider img.flicker-mode-img {
        width: 275px;
    }

    .sliderSec .home-slider img.distiller-img {
        width: 240px;
    }

    .sliderSec .home-slider img.abs-control-img {
        width: 220px;
    }

    .total-wipeout-mockup {
        margin-right: 0px;
    }

    .col-lg-7.reverse-video {
        display: flex;
        justify-content: center;
    }

    video.wipeout-video-smoke {
        left: 0;
    }

    .privacy-security .col-md-4 {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }
}

@media (max-width: 767px) {
    .welcome {
        background-position: top;
    }

        .welcome .banner-features-div .col-md-4 {
            width: 100%;
        }

        .welcome h1 {
            font-size: 1.9rem;
            line-height: 30px;
            text-align: center;
        }

    .banner-features-div {
        margin-top: 2rem !important;
    }

    .sliderSec .col-md-6 {
        display: none;
    }

    .sliderSec .awards-sec .banner-stamp-container img {
        display: none;
    }

    .sliderSec .awards-sec .dek-font-bg br {
        display: none;
    }

    .welcome .sliderSec .xave-sec .storeLinks {
        justify-content: center !important;
    }

    .welcome h3 {
        font-size: 1.3rem;
        font-weight: 200;
    }

    .welcome .banner-features-div .col-md-4 {
        min-height: unset;
        max-height: unset;
        margin-bottom: 15px;
        padding: 20px 15px 20px;
        background: rgb(255 255 255 / 8%);
    }

    .welcome .banner-features-div h3 {
        max-width: 240px;
        font-weight: 500;
        line-height: 28px;
        font-size: 1.3rem;
    }

    .welcome .banner-features-div p {
        margin-bottom: 0;
    }

    .welcome .bubble-logo {
        width: 75px;
    }

    .welcome .storeLinks img {
        width: 40%;
    }

    .welcome .storeLinks.xpal-store-links img {
        width: 22%;
    }

    .sliderSec .awards-sec {
        background: linear-gradient(180deg, #1b182b, #050310, #2e0f49);
        border-radius: 20px;
        padding: 30px 20px;
    }

        .sliderSec .awards-sec p.secure-practices {
            font-size: 17px;
            font-weight: 400;
        }

        .sliderSec .awards-sec p br {
            display: none;
        }

        .sliderSec .awards-sec p a.cert {
            margin-left: 0px;
        }

        .sliderSec .awards-sec p a {
            display: block;
            padding: 0px 12px;
            border: 1px solid #8090F7;
            border-radius: 50px;
            margin-top: 10px;
            max-width: fit-content;
            color: white;
            line-height: 24px;
        }

        .sliderSec .awards-sec .ntick {
            width: 18px;
            margin-right: 3.5vw;
            margin-top: 1px;
        }

    .sliderSec .xave-sec a.learnmore {
        display: none;
    }

    .xave-sec .d-flex {
        flex-direction: row !important;
        align-items: start !important;
    }

    .sliderSec .xave-sec p {
        text-align: left;
    }

    .sliderSec .xave-sec h3 {
        font-size: 1.2rem;
        text-align: left;
    }

    .sliderSec .xave-sec {
        padding: 15px 15px;
    }

        .sliderSec .xave-sec .data-locker {
            width: 60px;
            margin-right: 15px;
        }

        .sliderSec .xave-sec h3 {
            font-size: 1rem;
            text-align: left;
            margin-top: 3px;
            font-weight: 500;
            color: #7F8EF4;
        }

    .privacy-security .col-md-4 {
        height: 380px;
    }

    .privacy-security h2 {
        font-size: 1.5rem;
        margin-bottom: 50px;
        max-width: 300px;
    }

    .customize-chat h2 {
        font-size: 1.6rem;
    }

    .customize-chat p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 30px;
    }

    .customize-chat .custom-colors {
        display: none !important;
    }

    .customize-chat .preview-img {
        width: 71%;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }

    .welcome::before {
        display: none;
    }

    .welcome::after {
        display: none;
    }

    .customize-chat {
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: center;
        position: relative;
    }

    .custom-bgs {
        position: absolute;
        right: 10px;
        bottom: 20%;
    }

    .customize-chat .custom-bgs img {
        width: 40px;
    }

    .privacy-security {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .casa-para-mobile p, .owasp-para-mobile p, .dekra-para-mobile p {
        margin-bottom: 0px;
    }

    .customize-chat .custom-color-mobile {
        display: flex !important;
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        padding: 9px 5px;
    }

    .customize-chat .custom-colors img {
        width: 35px;
        margin-bottom: 0px;
        margin-left: 3px;
        margin-right: 3px;
    }

    .welcome .sliderSec .xave-sec .storeLinks.xave-web-storeLinks {
        display: none !important
    }

    .welcome .sliderSec .xave-sec .storeLinks.xave-mobile-storeLinks {
        display: flex !important
    }

    .sliderSec .xave-sec {
        border-radius: 20px;
        margin-top: 15px;
    }

    .bottom-main h3 {
        margin-top: 2rem;
    }

    .bottom-main p {
        max-width: 270px;
        font-size: 12px;
    }

    h2.award-heading {
        font-size: 21px !important;
        line-height: 29px;
    }
}

@media (max-width: 500px) {
    .welcome .storeLinks.xpal-store-links img {
        width: 35%;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .floating-sec-1 {
        bottom: 16% !important;
        background-position: left;
        color: black;
        font-weight: 500;
        background: linear-gradient(to top, #B79656, #EBDEB6, #FFF7D7);
        border: unset !important;
        padding: 9px 7px 9px 9px !important;
    }

        .floating-sec-1 img {
            width: 64% !important;
            padding-left: 3px;
            padding-right: 2px;
            margin-top: 0px !important;
            margin-bottom: 0px !important;
        }
}

@media (max-width: 340px) {
    .welcome h1 {
        font-size: 1.6rem;
    }
}