﻿@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(../image/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('../image/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(../image/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(../image/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(../image/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(../image/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%);
}