@import url('https://fonts.googleapis.com/css2?family=Paytone+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

:root {

    /* Fontes */
    --font-title: 'Paytone One', sans-serif;
    --font-subtitle: 'Inter', sans-serif;

    /* Fundo com gradiente */
    --background-gradient: linear-gradient(180deg, #FEB907 0%, #FFA01F 100%);

    /* Cores principais */
    --primary-color: rgba(167, 120, 224, 1);

    /* Cores secundárias */
    --secondary-color: rgba(255, 143, 45, 1);
    --secondary-light: rgba(254, 184, 7, 1);

    /* Texto */
    --text-primary-dark: #34446E;
    /* mesmo que primary-dark */
    --text-secondary-dark: rgba(111, 132, 184, 1);

    /* Status */
    --success-color: rgba(210, 255, 45, 1);
    --error-color: rgba(255, 94, 45, 1);
}


body {
    background: var(--background-gradient);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
}

.white{
    color:white
}

.form-control:focus, .ac-button:focus {
    border-color: var(--text-primary-dark);
    box-shadow: 0 0 0 .25rem rgba(167, 120, 224, 0.337);
}

body.no-scroll,
body.no-scroll #__next {
  overflow: hidden !important;
  height: 100%;
}


.w-stroke {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--text-primary-dark)
}

.w-stroke-thin {
    -webkit-text-stroke-width: 0.7px;
    -webkit-text-stroke-color: var(--text-primary-dark)
}

.w-shadow {
    box-shadow: 0 4px 0 0 var(--text-primary-dark);
}

.bordered {
    border: 1px solid var(--text-primary-dark);
}

.roudeed-sidebar {
    border-radius: 22px 22px 0 0;
}

.roundeed {
    border-radius: 22px;
}

.roundeed-thin {
    border-radius: 16px;
}

.roundeed-btn {
    border-radius: 16px;
}

.roundeed-thin-btn {
    border-radius: 14px;
}

/* Aplicação das fontes */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--font-title);
    margin-bottom: 0px !important;
}



.h2,
h2 {
    font-size: 2.8rem !important;
}

.h3,
h3 {
    font-size: 2.3rem !important;
    line-height: 100%;
}

.h4 {
    font-size: 1.25rem !important;
}



.subtitle {
    font-family: var(--font-subtitle);
    font-weight: 500;
    /* Inter Bold */
}


/* --------------- */


.menu-top {
    padding: 12px;
    padding-bottom: 30px;
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100%;
    position: fixed;
    top: 0;
    /* <- Isso é obrigatório */
    background: linear-gradient(0deg, #feb50a00 0%, #FEB40A 100%);
    z-index: 101;
}

.menu-toggle {
    min-width: 40px;
    min-height: 40px;
    max-height: 40px;
    background-color: var(--primary-color);
    background-image: url(/x.svg);
    background-position: center;
    background-repeat: no-repeat;
    transition-duration: .2s;
}

.mtn:not(.active) {
    background-image: url(/menu.svg);

}


.navbar-container {
    background-color: white;
    width: 100%;
    display: flex;
    padding: 10px;
    justify-content: space-between;
    background-image: url(/img-pelucias.png);
    background-size: cover;
    background-position-x: 160px;
    background-position-y: center;
    background-repeat: no-repeat;
}

.desktop-links {
    display: flex;
    gap: 20px;
    padding: 0px 20px;
    align-items: center;
}


.desktop-links>a,
.sidebar-content>a {
    text-decoration: none;
    color: var(--primary-color);
    transition-duration: .2s;
}

.sidebar-content>a:hover {

    color: var(--secondary-light);

}

.desktop-links>a:hover {
    color: var(--secondary-light);
}

.btn-primary {
    min-width: 230px;
    height: auto;
    padding: 6px;
    background: white;
    transition-duration: .2s;
}


.btn-primary>button {
    min-width: 100%;
    height: 45px;
    background: var(--primary-color);
    color: white;
    transition-duration: .2s;
}

.btn-primary>button:hover {
    background: var(--secondary-color);
    transform: scale(1);
}

.sidebar {
    background-color: white;
    height: calc(100vh - 85px);
    width: 100%;
    padding: 20px;
    background-image: url(/img-pelucias.png);
    background-size: 500px;
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
    transition: left 0.3s ease;
    z-index: 999;
    top: 86px;
    position: fixed;
    left: -100%;
}

.sidebar.show {
    left: 0;
}

.sidebar-content {
    display: flex;
    flex-direction: column;
    gap: 10px
}





/* hero section */

.hero-section>.title>img {
    width: 100%
}

.first-box-1s {
    background-color: var(--primary-color);
    padding: 6px;
}

.second-box-1s {
    background-color: var(--secondary-color);
    padding: 6px
}

.third-box-1s {
    background-color: white;
    padding: 6px;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    height: 250px;
    background-image: url(/img-pelucias.png);
    background-size: calc(100% + 20px);
    background-position-x: center;
    background-position-y: 120px;
    background-repeat: no-repeat;

}

.third-box-1s>.svg-title {
    width: 98%;
    z-index: 100;
}

.title-absolute {
    position: relative;
    color: white;
    width: 100%;
    height: 1px;

}

.title-absolute>h2 {
    position: absolute;
    z-index: 100;
    top: -24px;
    left: calc(50% - 40.5px);
}

.title-absolute>.svg-garra {
    position: absolute;
    z-index: 1;
}

.buttons-machine {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 10px
}

.buttons-machine>.button-1 {
    width: 40px;
    height: 40px;
    background-color: var(--secondary-color);
    position: relative;
}

.retangle {
    display: block;
    position: absolute;
    left: calc(50% - 5px);
    width: 10px;
    height: 20px;
    border-radius: 0 0 6px 6px;
    margin-top: 5px;
    background-color: var(--text-primary-dark);
    z-index: 98;
}

.ball {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 9px;
    top: -5px;
    border-radius: 10px;
    background-color: var(--secondary-color);
    z-index: 99;
}

.button-3 {
    min-width: 40px;
    min-height: 40px;
    background-color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white
}

.hero-section>div>.subtitle {
    color: white;
    font-size: 16px;
}


/* ----------- */

.first-box-2s {
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 500px 500px 0 0;

}

.second-box-2s {
    background-color: var(--secondary-color);
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 500px 500px 0 0;

}

.third-box-2s {
    background-color: var(--primary-color);
    padding: 10px;
    border-radius: 500px 500px 0 0;

}

.third-box-2s>.container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.third-box-2s>.container>h3 {
    color: white;
    line-height: 100%;
}

.row-content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}


.first-box-tt {
    max-width: 400px;
    background-color: var(--secondary-color);
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.second-box-tt {
    background-color: var(--primary-color);
    padding: 6px;

}

.third-box-tt {
    background-color: white;
    color: var(--text-primary-dark);
    padding: 10px;

}

.third-box-tt>h6>span {
    color: var(--primary-color);

}


/* --------------- */

.smile-img {
    width: 100%;
    display: flex;
    justify-content: center;

}

.frequent-questions>h3 {
    color: white;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.ac-button {
    color: white;
    background-color: var(--secondary-color);
}

.accordion-item {
    border: none;
    background-color: transparent;
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: var(--secondary-color);
    box-shadow: none;
}

.accordion-button::after {
    flex-shrink: 0;
    min-width: 40px;
    min-height: 40px;
    background-color: var(--secondary-color);
    display: flex;
    border: 1px solid var(--text-primary-dark);
    box-shadow: 0 4px 0 0 var(--text-primary-dark);
    border-radius: 22px;
    background-image: url(/+.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    transition-delay: .2s;
}

.accordion-button::after:hover {
    background-color: var(--secondary-light);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(/-.svg);
    transform: none
}

.accordion-item:last-of-type>.accordion-collapse {
    border-radius: 22px;
}

/* ------------ */

.logo-container {
    justify-content: space-between;
    display: flex;
}

.btn-footer {
    min-width: 40px;
    min-height: 40px;
    max-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    transition-duration: .2s;
}

.btn-footer:hover {
    background-color: var(--secondary-color);
}

.second-box-tt>a {
    color: white;
    text-decoration: none;
    transition-duration: .2s;
}

.second-box-tt>a:hover {
    color: var(--secondary-light);
}

.second-box-tt-f {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
    display: flex;
}


/* ----------- */

.btn-primary-bottom {
    position: fixed;
    width: 100%;
    padding: 10px;
    padding-top: 30px;
    bottom: 0px;
    z-index: 100;
    background: linear-gradient(180deg, #feb50a00 0%, #FEB40A 100%);
        left: 0px;

}

.btn-primary-bottom-winner {
    position: fixed;
    padding: 10px;
    bottom: 0px;
    z-index: 100;
    max-width: 618px;

}

.btn-primary-bottom-winner > .btn-primary {
    width: 100%;

}

.poweredby {
    color: white;
    font-size: 12px;
}

.accordion-body > p > a{
    color:white
}

/* ------------- */

#howToParticipate,
#questions,
#regulament,
#terms {
    scroll-margin-top: 100px;
    /* ajuste conforme altura da sua navbar */
}

.hero-section {
    margin-top: 130px;
 }


    
.footer{
    padding-bottom:50px;
}

/* desktop */

@media (min-width:991px) {

    .hero-section {

        display: flex;
        flex-wrap: wrap;
        margin-top: 130px;
        margin-bottom: 100px;

    }

    .hero-section>.title {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding-right: 20px;
    }

    .menu-toggle {
        display: none
    }



    .navbar-container {
        background-image: url(/img-pelucias.png);
        background-size: 500px;
        background-position-x: right;
        background-position-y: center;
        background-repeat: no-repeat;
    }

}

@media (min-width: 576px) and (max-width: 991px) {

    .container,
    .container-sm {
        max-width: 100% !important;
    }

    .sidebar {
        top: 100px;

    }
}

/* mobile */

@media (max-width:990px) {
    .desktop-links {
        display: none;
    }

    .sidebar {
        background-size: contain;
    }

    
    .footer{
    padding-bottom: 100px;
    }

    .btn-title-desktop {
        display: none;
    }

    .second-box-tt-f {
        flex-direction: column;
        gap: 20px;
        justify-content: left;
        display: flex;
    }


}

@media (min-width:576px) {

    .btn-primary-bottom {
        display: none;
    }

    .logo-container>img {
        width: 200px
    }

    .first-box-2s,
    .second-box-2s,
    .third-box-2s {
        border-radius: 0px;
    }

}

@media (max-width:575px) {

    .navbar-container>.btn-primary {
        display: none;
    }
    .hero-section {
        margin-top: 90px;

    }

    .logo-container>img {
        width: 160px
    }

    .sidebar {
        background-size: 500px;
    }

    .third-box-2s>.container>h3 {
        width: 200px;
    }

}











/* ------------ */



.winner-section>.third-box-2s {
    border-radius: 0px 0px 1000px 1000px;
    display: flex;
    justify-content: center;
    height: 28vh;
}

.winner-section>.third-box-2s>img {
    width: 100%;

}

.b-vh {
    height: 100vh;
}

.winner-sec-2 {
    width: 100%;
}

.winner-sec-2>.third-box-2s {
    width: 100%;
    bottom: 0px;
    height: 70vh;
    border-radius: 1000px 1000px 0px 0px;
    background-image: url(/img-pelucias.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 0px;
    padding-top: 40px;
}

.winner-title {
    color: var(--primary-color);
    font-size: 2rem;
}

.winner-title>span {
    color: var(--primary-color);
    font-size: 3.6rem;
}

.sbt-winner {
    color: white;
}

.star-box {
    position: relative;
    width: 100%;
    height: 1px;
    z-index: 99;

}

@keyframes girar {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.star{
    position: absolute;
    top: -80px;
    left: calc(50% - 82px);
    animation: girar 3s linear infinite;
    /* duração, tipo de transição, infinito */

}

.star-rotate {
    animation: girar 3s linear infinite;
    /* duração, tipo de transição, infinito */

}


@media (min-width:900px) {

    .winner-section>.third-box-2s>img {
        width: 70%;
    }

    .fbw {
        max-width: none;
    }

    .winner-title>span {
        font-size: 8rem !important;
    }

    .winner-title {
        font-size: 4rem;
    }

    .winner-section>.third-box-2s {
        background-color: transparent;
        border: none
    }


}


@media (min-width:500px) {
    .winner-section>.third-box-2s {
        border-radius: 0px 0px 500px 500px;
        display: flex;
        justify-content: center;
        height: 40vh;
    }


    .winner-sec-2>.third-box-2s {
        display: flex;
        justify-content: center;
        height: 58.7vh;
        padding-top: 50px;
        background-size: contain;
        background-position-x: center;
        background-position-y: 400px;
    }

    .winner-title>span {
        color: var(--primary-color);
        font-size: 3.6rem;
    }

    .third-box-2s>.container {
        display: flex;
        align-items: center;
        justify-content: start;
        flex-direction: column;
    }
}



@media (max-width:400px) {
    .winner-title>span {
        font-size: 2.6rem;
    }
}

@media (max-width:340px) {
    .winner-title>span {
        font-size: 2.2rem;
    }


}

@media (max-height:830px) {
    .winner-sec-2>.third-box-2s {
        background-size: contain;
        background-position-x: center;
        background-position-y: 400px;

    }
}








/* --------------- */

.modal.show{
    backdrop-filter: blur(1px);
}

.modal-nav {
    background-color: var(--secondary-light);
    width: 100%;
    display: flex;
    padding: 10px;
    justify-content: space-between;
    background-image: url(/img-pelucias.png);
    background-size: cover;
    background-position-x: 160px;
    background-position-y: center;
    background-repeat: no-repeat;

}

.modal-nav>h4 {
    color: white;
    width: 100px
}

.modal-header,
.modal-footer {
    gap: 10px;
    border: none;
}

.btn-back {
    background-color: var(--secondary-light);
    background-image: url(/left.svg);
    background-repeat: no-repeat;
    background-position: center;
       min-width: 40px;
    min-height: 40px;
    max-height: 40px;
    transition-duration: .2s;
}

.btn-back:hover {
    background-color: var(--secondary-color);
}

.modal-footer>.btn-primary {
    width: 100%;
}

.modal-body>h4, .numbers-win {
    color: var(--primary-color)
}

.modal-body>p {
    color: var(--text-secondary-dark)
}


input::placeholder {
    color: var(--text-secondary-dark) !important;
    font-family: var(--font-subtitle) !important;
    font-size: 16px;

}

input {
    color: var(--text-secondary-dark);
    font-family: var(--font-subtitle);
    height: 54px;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select:auto;

}


.input-with-icon {
  position: relative;
}

.input-with-icon input {
  padding-right: 2.5rem; /* espaço para o ícone */
}

.input-icon-ok {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  pointer-events: none; /* ícone não captura clique */
  font-size: 1.25rem;
background-color: var(--success-color);  
display: none; /* inicia escondido */
    background-image: url(/ok.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.input-icon-wrong {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  pointer-events: none; /* ícone não captura clique */
  font-size: 1.25rem;
background-color: var(--error-color);  
display: none; /* inicia escondido */
    background-image: url(/x.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.nbk{
    background-image: none;
    height: fit-content;
}

.numbers-win{
    display: flex;
    justify-content: space-around;
    width:100%
}

.text-primary, .spinner-border{
    color:var(--primary-color) !important;
}


.star-loading{
width:100%;
height:100vh;
display: flex;
justify-content: center;
align-items: center;

}

.h-100{
    display: flex;
    align-items: center;
    justify-content: center;
}


@keyframes girar {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.star-loading>img {
    animation: girar 3s linear infinite;

}

.numbers-win {
  display: inline-flex;
  gap: .2em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}

.digit {
  position: relative;
  display: inline-block;
  height: 1em;       /* janelinha visível */
  overflow: hidden;
  min-width: 0.6em;
  text-align: center;
}
.digit-stack {
  display: flex;
  flex-direction: column;
  will-change: transform;
}
.digit-line {
  height: 1em;
  line-height: 1em;
  margin: 0; padding: 0; font-size: inherit;
}
.disabled { opacity: .6; pointer-events: none; }

a{
    color: var(--primary-color);
}
