*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
}

body{
    background:
    radial-gradient(circle at top left,#ff74c81f 0%,transparent 35%),
    radial-gradient(circle at right,#8f4cff14 0%,transparent 25%),
    linear-gradient(90deg,#ffb2dc 0%,#ffd9ef 40%,#fff7fb 100%);
    overflow-x:hidden;
    position:relative;
}

/* BACKGROUND */

.bg-circle{
    position:absolute;
    border-radius:50%;
    filter:blur(90px);
    z-index:-1;
}

.circle-1{
    width:350px;
    height:350px;
    background:#ff2d8d6e;
    top:0;
    left:-100px;
}

.circle-2{
    width:400px;
    height:400px;
    background:#4c00ff2f;
    top:300px;
    right:-120px;
}

.circle-3{
    width:250px;
    height:250px;
    background:#d9f43b4f;
    bottom:150px;
    left:30%;
}

/* CONTAINER */

.container-custom{
    width:94%;
    max-width:1650px;
    margin:auto;
    
}

/* NAVBAR */

.custom-navbar{
    width:100%;
    padding:28px 0;
    position:relative;
    z-index:100;
}


.nav-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
    height: 94px;
}

.logo{
    font-size:4rem;
    font-weight:900;
    color:#29004b;
    text-decoration:none;
    line-height:1;
    height: 125px;
}

#video{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}


.menu{
    display:flex;
    gap:36px;
    
}

.menu a{
    text-decoration:none;
    color:#2E0F4F;
    font-size:20px;
    font-weight:500;
    position:relative;
}

.menu a.active::after{
    content:'';
    width:100%;
    height:3px;
    background:#d9f43b;
    position:absolute;
    left:0;
    bottom:-8px;
    border-radius:50px;
}

.btn-nav{
    background:#d9f43b;
    color:#2E0F4F;
    text-decoration:none;
    padding:18px 34px;
    border-radius:50px;
    font-weight:700;
    display:flex;
    align-items:center;
    gap:12px;
}

.nav-buttons{
    display:flex;
    align-items:center;
    gap:14px;
}

.btn-login{
    background:#4510D0;
    color:#fff;
    text-decoration:none;
    padding:18px 34px;
    border-radius:50px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
}



/* HERO */

.hero{
    padding-top:40px;
    padding-bottom:100px;
    position:relative;
    z-index:20;
    min-height:100vh;

    padding:120px 40px 80px;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;

    position:relative;

    overflow:hidden;

    background-image: url('../imagens/cabecario1.png');
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-grid{
    display:grid;
    grid-template-columns:42% 58%;
    align-items:center;
    gap:10px;
}

.hero-left{ 
    width: 800px;
    position:relative;
    z-index:50;
    text-align:left;
    
}

/* HERO TITLE */

.hero-title{
    display:flex;
    flex-direction:column;
    margin-bottom:28px;
}

.hero-title .line{
    display:block;
    line-height:.82;
}

.hero-title span{
    font-size:7.2rem;
    font-weight:900;
    letter-spacing:-4px;
}

.title-dark{
    color:#2a0080;
}

.title-white{
    color:#fff;
}

.title-green{
    color:#d9f43b;
}

.hero-left p{
    max-width:520px;
    font-size:1.13rem;
    line-height:1.8;
    color:#352749;
    margin-bottom:35px;
}

.hero-buttons{
    display:flex;
    gap:18px;
    position:relative;
    z-index:999;
}

.btn-primary-custom{
    background:#4510D0;
    color:#fff;
    padding:18px 34px;
    border-radius:60px;
    text-decoration:none;
    font-weight:700;
    display:flex;
    align-items:center;
    gap:12px;
    width:max-content;
    box-shadow:0 15px 30px rgba(69,16,208,.3);
}

.btn-secondary-custom{
    border:2px solid #4510D0;
    color:#4510D0;
    padding:18px 34px;
    border-radius:60px;
    text-decoration:none;
    font-weight:700;
    background:rgba(255,255,255,.3);
}

.hero-right{
    position:relative;
    min-height:780px;
}

.shape{
    position:absolute;
}

.shape-star{
    width:180px;
    height:180px;
    background:#d9f43b;
    clip-path:polygon(50% 0%,61% 35%,100% 50%,61% 65%,50% 100%,39% 65%,0% 50%,39% 35%);
    top:60px;
    left:20px;
}

.shape-ball{
    width:170px;
    height:170px;
    border-radius:50%;
    background:linear-gradient(180deg,#2B67FF,#55B5FF);
    bottom:120px;
    left:60px;
}

.shape-ball-2{
    width:120px;
    height:120px;
    border-radius:50%;
    background:linear-gradient(180deg,#ff2d8d,#ff8fc7);
    top:40px;
    right:10px;
}

.shape-wave{
    width:260px;
    height:260px;
    background:linear-gradient(180deg,#8c42ff,#2B67FF);
    border-radius:50%;
    top:0;
    right:140px;
    filter:blur(20px);
    opacity:.45;
}

.hero-image{
    width:100%;
    max-width:880px;
    object-fit:cover;
    position:absolute;
    right:0;
    top:0;
    z-index:2;
}

.floating-badge{
    position:absolute;
    right:100px;
    bottom:180px;
    background:#000;
    color:#fff;
    padding:24px 30px;
    border-radius:18px;
    transform:rotate(-6deg);
    z-index:5;
}

.floating-badge p{
    font-size:2rem;
    line-height:1.1;
    font-weight:700;
}

.floating-badge span{
    color:#d9f43b;
}

.circle-stamp{
    position:absolute;
    right:20px;
    bottom:140px;
    width:150px;
    height:150px;
    border-radius:50%;
    background:#d9f43b;
    z-index:5;
    display:flex;
    justify-content:center;
    align-items:center;
}

.stamp-inner{
    width:120px;
    height:120px;
    border:2px solid #29004b;
    border-radius:50%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:10px;
}

.stamp-inner p{
    font-size:.68rem;
    font-weight:700;
    color:#29004b;
    line-height:1.4;
}

.stamp-icon{
    font-size:2rem;
    margin-bottom:6px;
}

/* CARDS */

.cards-section{
    padding-bottom:90px;
    margin-top:-70px;
    position:relative;
    z-index:30;
}

.cards-grid{
    display:grid;
    grid-template-columns:repeat(5,minmax(250px,1fr));
    gap:20px;
}

.info-card{
    min-height:210px;
    border-radius:28px;
    padding:26px 24px;
    position:relative;
    overflow:hidden;
    box-shadow:0 15px 35px rgba(0,0,0,.14);
    display:flex;
    align-items:flex-start;
    gap:18px;
    transition:.3s;
}

.info-card:hover{
    transform:translateY(-6px);
}

.card-content{
    display:flex;
    flex-direction:column;
    width:100%;
}

.icon-box{
    font-size:3.5rem;
    line-height:1;
    flex-shrink:0;
    margin-top:-4px;
}

.flower{
    color:#ffb6dc;
}

.flower-two{
    color:#d9f43b;
}

.info-card h3{
    font-size:1.35rem;
    font-weight:700;
    margin-bottom:10px;
    line-height:1.2;
    white-space:nowrap;
}

.info-card p{
    font-size:.95rem;
    line-height:1.6;
    padding-right:4px;
}

.card-lime{
    background:#d9f43b;
    color:#29004b;
}

.card-purple{
    background:linear-gradient(135deg,#4B11D9,#2c0074);
    color:#fff;
}

.card-pink{
    background:linear-gradient(135deg,#ff2d8d,#ff63b5);
    color:#fff;
}

.card-blue{
    background:linear-gradient(135deg,#2B67FF,#4da8ff);
    color:#fff;
}

.card-soft{
    background:#f7cde6;
    color:#29004b;
}

/*  Y */

.gallery-section{
    padding:50px 0 90px;
}

.gallery-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:60px;
}

.text-block{
    width:600x;
    margin-left:auto;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.gallery-images{
    display:flex;
    gap:16px;
    flex-shrink:0;
}

.gallery-card{
    height:280px;
    border-radius:24px;
    overflow:hidden;
    width: 200px;
}

.gallery-card.tall{
    height:360px;
}

.gallery-card img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.text-block h2{
    font-size:4.2rem;
    line-height:1;
    font-weight:900;
    color:#29004b;
    margin-bottom:22px;
}

.text-block h2 span{
    color:#ff2d8d;
}

.text-block p{
    font-size:1.1rem;
    line-height:1.9;
    color:#352749;
    margin-bottom:30px;
        
}



/* DEPOIMENTOS */

.testimonials-section{
    padding:40px 0 90px;
    position:relative;
}

.testimonials-header{
    text-align:center;
    margin-bottom:50px;
}

.testimonials-header h2{
    font-size:4rem;
    font-weight:900;
    color:#29004b;
    margin-bottom:14px;
}

.testimonials-header p{
    max-width:760px;
    margin:auto;
    font-size:1.1rem;
    color:#4d3a63;
    line-height:1.8;
}

.testimonial-slider{
    width:100%;
    overflow:hidden;
    position:relative;
}

.testimonial-track{
    display:flex;
    gap:24px;
    width:max-content;
    animation:testimonialsLoop 60s linear infinite;
}

.testimonial-slider:hover .testimonial-track{
    animation-play-state:paused;
}

.testimonial-card{
    width:420px;
    min-height:260px;
    padding:34px 30px;
    border-radius:32px;
    position:relative;
    overflow:hidden;
    background:linear-gradient(135deg,#4B11D9 0%,#ff2d8d 100%);
    color:#fff;
    box-shadow:0 20px 40px rgba(67,0,122,.18);
    flex-shrink:0;
}

.quote-icon{
    font-size:4rem;
    line-height:1;
    margin-bottom:18px;
    opacity:.35;
    font-weight:900;
}

.testimonial-card p{
    font-size:1rem;
    line-height:1.9;
    margin-bottom:26px;
    font-weight:500;
}

.testimonial-card h4{
    font-size:1rem;
    font-weight:700;
}

@keyframes testimonialsLoop{

    0%{
        transform:translateX(0);
    }

    100%{
        transform:translateX(calc(-444px * 5));
    }

}



/* FOOTER */
 
.kok-footer-artimola{
    font-family:'Poppins',sans-serif;
    color:#fff;
}
 
/* PRIMEIRA CAMADA */
 
.kok-footer-top{
    background:linear-gradient(
        135deg,
        #6A00FF,
        #9B00FF,
        #FF008A
    );
    padding:70px 0;
}
 
.kok-footer-top .kok-container{
    width:90%;
    max-width:1300px;
    margin:auto;
 
    display:grid;
    grid-template-columns:
    2fr 1fr 1fr 1fr;
 
    gap:50px;
}
 
.kok-footer-logo img{
    max-width:220px;
    margin-bottom:20px;
}
 
.kok-footer-col p{
    line-height:1.8;
    color:rgba(255,255,255,.85);
    margin-bottom:25px;
}
 
.kok-footer-col h4{
    margin-bottom:25px;
    font-size:1.2rem;
    font-weight:700;
}
 
.kok-footer-col ul{
    list-style:none;
}
 
.kok-footer-col ul li{
    margin-bottom:12px;
}
 
.kok-footer-col ul li a{
    text-decoration:none;
    color:rgba(255,255,255,.85);
    transition:.3s;
}
 
.kok-footer-col ul li a:hover{
    color:#fff;
    padding-left:5px;
}
 
/* REDES */
 
.kok-social-links{
    display:flex;
    gap:15px;
}
 
.kok-social-links a{
    width:45px;
    height:45px;
 
    display:flex;
    align-items:center;
    justify-content:center;
 
    border-radius:50%;
    background:rgba(255,255,255,.15);
 
    color:#fff;
    text-decoration:none;
    transition:.3s;
}
 
.kok-social-links a:hover{
    background:#fff;
    color:#7d00ff;
    transform:translateY(-4px);
}
 
/* SEGUNDA CAMADA */
 
.kok-footer-bottom{
    background:#490188;
    padding:25px 0;
}
 
.kok-footer-bottom-content{
    width:90%;
    max-width:1300px;
    margin:auto;
 
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}
 
.kok-copyright{
    color:rgba(255,255,255,.75);
    font-size:.95rem;
}
 
.kok-footer-logos{
    display:flex;
    gap:25px;
    flex-wrap:wrap;
}
 
.kok-footer-logos a{
    display:flex;
    align-items:center;
}
 
.kok-footer-logos img{
    height:38px;
    opacity:.8;
    transition:.3s;
}
 
.kok-footer-logos img:hover{
    opacity:1;
    transform:scale(1.05);
}

/* RESPONSIVO */

@media(max-width:1400px){

    .hero-grid{
        grid-template-columns:1fr;
    }

    .cards-grid{
        grid-template-columns:repeat(3,1fr);
    }

    .gallery-wrapper{
        grid-template-columns:1fr;
    }

}

@media(max-width:900px){

    .cards-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:768px){

    .menu{
        display:none;
    }

    .hero-title span{
        font-size:4rem;
        letter-spacing:-2px;
    }

    .cards-grid{
        grid-template-columns:1fr;
    }

    .gallery-images{
        grid-template-columns:repeat(2,1fr);
    }

    .testimonial-card{
        width:320px;
    }

    .nav-buttons{
        gap:10px;
    }

    .btn-nav,
    .btn-login{
        padding:14px 22px;
        font-size:.9rem;
    }

}