/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1764216224
Updated: 2025-11-27 07:03:44

*/

.nn-never-ever-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 110px 0;
    max-width: 820px;
    margin: 0 auto;
}

.nn-start-screen h1 {
    margin: 0 0 24px;
    font-family: "Inter", Sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #fff;
}

.nn-start-screen-text {
    font-size: 18px;
    line-height: 1.42;
    color: #cdd7f1;
    margin-bottom: 44px;
}

.nn-btn.nn-start {
    height: 78px;
    display: flex;
    align-items: center;
    gap: 30px;
    background: #330019;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid #cd1d68;
    margin: 0 auto;
    border-radius: 20px;
    font-weight: 900;
    font-size: 28px;
    line-height: 1.56;
    text-transform: uppercase;
    color: #ff006a;
    overflow: hidden;
    padding: 0 18px;
}

.nn-btn.nn-start img {
    transform-origin: center center;
    transform: rotate(-15deg);
    width: 78px;
    box-shadow: 0 4px 40px 0 rgba(193, 49, 102, 0.76);
    border-radius: 20px;
}

.nn-cats {
    display: flex;
    justify-content: center;
    gap: 38px;
    margin-bottom: 40px;
}

.nn-cat {
    outline: 1px solid rgba(205, 29, 104, 0.5);
    background: rgba(51, 0, 25, 0.5);
    padding: 4px 12px;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.75;
    color: #ff006a;
    border: none;
}

.nn-cat.adult {
    outline: 1px solid rgba(102, 59, 206, 0.5);
    background: rgba(37, 23, 66, 0.5);
    color: #663bce;
}

.nn-cat img {
    width: 58px;
}

.nn-cat.active {
    outline: 3px solid #cd1d68 !important;
    box-shadow: 0 4px 20px 0 rgba(205, 29, 104, 0.5);
}

.nn-cat.adult.active {
    box-shadow: 0 4px 20px 0 rgba(37, 23, 66, 0.5);
    outline: 3px solid #663bce !important;
}


.nn-card {
    border-radius: 12px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    text-align: center;
    display: flex;
    flex-direction: column;
}

.nn-card-wrapper {
    position: relative;
    min-height: 326px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nn-card-wrapper::after {
    position: absolute;
    inset: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    filter: blur(100px);
    background: rgba(37, 23, 66, 0.3);
    z-index: -1;
}

.nn-cat-title {
    font-size: 32px;
    font-weight: 600;
    color: #d9c9ff;
    line-height: 1.3;
}

.nn-question {
    font-size: 32px;
    font-weight: 600;
    color: #d9c9ff;
    line-height: 1.3;
}

.nn-controls {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
    margin-top: auto;
}

.nn-btn {
    background: #5e72e4;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.95rem;
}

.nn-btn.nn-next {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    line-height: 1.33;
    text-transform: uppercase;
    box-shadow: 0 0 15px 0 rgba(102, 99, 246, 0.4);
    background: #6663f6;
    border-radius: 30px;
    width: 195px;
}

.nn-info {
    color: #666;
    font-size: 0.9rem;
    margin-top: 8px;
}

.fixed-bar {
    position: fixed;
    bottom: clamp(10px, 2vw, 15px);
    left: 50%;
    transform: translateX(-50%);
    background: #101220;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: clamp(20px, 3vw, 37.5px);
    display: flex;
    align-items: center;
    gap: clamp(12px, 1.8vw, 18px);
    padding: clamp(12px, 1.8vw, 18px) clamp(16px, 2vw, 24px);
    width: max-content;
    z-index: 9999;
    color: transparent;
}

.fixed-bar:hover{
    color: transparent;
}

.fixed-bar__logo img {
    width: clamp(50px, 6vw, 67.5px);
    border-radius: clamp(10px, 1.5vw, 15px);
    box-shadow: 0 2px 40px rgba(193, 49, 102, 0.3);
}

.fixed-bar_content {
    display: flex;
    flex-direction: column;
    gap: clamp(4px, 0.6vw, 6px);
    padding-right: clamp(40px, 5vw, 67.5px);
}

.fixed-bar__top {
    font-weight: 700;
    font-size: clamp(18px, 2vw, 27px);
    color: #d9c9ff;
    line-height: 1;
}

.fixed-bar__bottom {
    display: flex;
    gap: clamp(4px, 0.6vw, 6px);
    font-weight: 300;
    font-size: clamp(16px, 2vw, 27px);
    color: #635a7b;
    align-items: center;
    white-space: nowrap;
    line-height: 1;
}

.fixed-bar__bottom img {
    width: clamp(80px, 11vw, 126px);
}

.fixed-bar__button {
    background: #6663f6;
    border: none;
    color: white;
    border-radius: clamp(12px, 2vw, 22.5px);
    font-size: clamp(14px, 1.4vw, 18px);
    padding: clamp(10px, 1.2vw, 13.5px);
    width: clamp(120px, 16vw, 192.75px);
    box-shadow: 0 0 15px rgba(102, 99, 246, 0.4);
    cursor: pointer;
}


.nn-download-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.nn-modal-content {
    background: #6663F6;
    padding: 50px;
    border-radius: 38px;
    text-align: center;
    max-width: 810px;
    width: 90%;
    color: #fff;
    line-height: 1.3;
}

.nn-modal-content h2{
    font-size: 32px;
    margin-bottom: 8px;
    font-weight: 700;
}
.nn-modal-content p{
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 42px;
}
.nn-modal__list{
    width: fit-content;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 50px;
}

.nn-modal__list ul{
    padding-left: 25px;
}

.nn-modal__list span{
    font-size: 32px;
    font-weight: 700;
    background: linear-gradient(135deg, rgba(140, 103, 226, 1) 0%, rgba(148, 109, 240, 1) 9%, rgba(232, 125, 179) 54%, rgba(242, 171, 127) 91%, rgba(255, 200, 153, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nn-modal__item{
     font-size: 21px;
     color: #fff;
     line-height: 1.5;
}
.nn-modal__buttons{
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
}
#nn-close-modal{
    box-shadow: 0 0 15px 0 rgba(102, 99, 246, 0.4);
    border: 1px solid #fff;
    border-radius: 23px;
    font-size: 18px;
    line-height: 1.33;
    font-weight: 300;
    padding: 15px 21px;
    outline: none !important;
    color: #fff;
}
.nn-modal__button-download{
    position: relative;
}
.nn-modal__button-download a{
    font-weight: 700;
    font-size: 18px;
    border-radius: 23px;
    line-height: 1.33;
    color: #fff;
    width: 225px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 15px 0 rgba(102, 99, 246, 0.4);
    background: linear-gradient(129deg, #8c67e2 0.74%, #7f52ea 0.75%, #d25e99 53.65%, #ea9866 91.44%, #e99e5e 100%), radial-gradient(100% 100% at 262.63% 0%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    text-decoration: none;
}

.nn-modal__button-download span{
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translate(-50%, 0);
    text-wrap: nowrap;
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    color: #c5c5c5;
}
@media(max-width: 1024px) {
    .nn-modal-content{
        padding: 32px 16px;
    }
}

@media(max-width: 767px) {
    .nn-never-ever-wrapper {
        padding: 80px 0;
    }

    .nn-start-screen h1 {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .nn-start-screen-text {
        font-size: 18px;
    }

    .nn-btn.nn-start {
        height: 76px;
        gap: 20px;
        font-size: 24px;

    }

    .nn-btn.nn-start img {
        width: 76px;
    }

    .nn-cats {
        margin-bottom: 32px;
        gap: 20px;
        flex-wrap: wrap;
    }

    .nn-cat {
        font-size: 24px;
        gap: 12px;
    }

    .nn-cat img {
        width: 52px;
    }

    .nn-card-wrapper {
        min-height: 300px;
    }

    .nn-question,
    .nn-cat-title {
        font-size: 28px;
    }

    .nn-btn.nn-next {
        font-size: 18px;
    }
}

@media(max-width: 480px) {
    .nn-card-wrapper {
        min-height: 250px;
    }

    .nn-question,
    .nn-cat-title {
        font-size: 20px;
    }

    .fixed-bar_content {
        padding-right: 0;
    }

    .fixed-bar__bottom img {
        width: 60px;
    }

    .fixed-bar__button {
        width: 100px;
    }
    .nn-modal-content h2{
        font-size: 24px;
    }
    .nn-modal-content p{
        font-size: 18px;
        margin-bottom: 32px;
    }
    .nn-modal__list{
        margin-bottom: 32px;
    }
    .nn-modal__list span{
        font-size: 24px;
    }
    .nn-modal__item{
        font-size: 18px;
    }
    .nn-modal__buttons{
        flex-direction: column;
        width: 80%;
        margin: 0 auto;
    }
    #nn-close-modal,
    .nn-modal__button-download,
    .nn-modal__button-download a{
        width: 100%;
    }

}