*{
    margin: 0 ;
    padding: 0;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}

body{
    background-color: #112834;
    background-image: url(Assets/Fundo.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    width: 100vw;
    top: 0;
    overflow-x: hidden;
}

.buttonSourceLanguage {
    z-index: 1000;
    display: flex;
    flex-direction: column;
    position: absolute;
    align-items: center;
    width: 50px;
    height: 40px;
    top: 10px;
    right: 10px;
    border-radius: 10px;
    background-color: #565656;
    transition: .2s ease-in-out;
    cursor: pointer;
}
.imgLanguage {
    width: 40px;
}

.brazilButton {
    opacity: 0;
    pointer-events: none;
    width: 0px;
    height: 0px;
    position: absolute;
    transition: all 0.3s;
}

.buttonSourceLanguage.active .brazilButton {
    position: static;
    width: 40px;
    height: auto;
    display: block;
    opacity: 1;
    pointer-events: all;
    margin: 5px 0 0 0;
    transition: all 0.3s;
}

.buttonSourceLanguage.active {
    width: 50px;
    height: auto;
    min-height: 40px;
    box-shadow: 0 0px 50px 5px #00000044;
    transition: .5s ease-in-out;
    padding-bottom: 10px;
}
.active {
    width: 70px;
    height: 150px;
    box-shadow: 0 0px 500px 50px #000000;
    transition: .5s ease-in-out;
}
.scrollsubtitlepage2 {
    display: none;
}
@keyframes touch {
    from {
        transform: translateX(10px);
        
    }
    to {
        transform: translateX(-10px);
        transform: rotate(-10deg);
    }
    
}
body, html {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hide-element {
    display: none !important;
}

.container {
    display: flex;
    justify-content: center;
    margin: auto;
}
.page {
    height: 100vh;
    width: 100%;
    display: flex;
    position: absolute;
    transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    justify-content: center;
    opacity: 0;
    transform: scale(0.98);
    z-index: 0;
}
.page.active {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}
.page.prev,
.page.hidden {
    opacity: 0;
    transform: scale(0.98);
    z-index: 0;
}
.nav-buttons {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    transition: 0.3s ease;
    z-index: 100;
}
button {
    display: flex;
    width: 50px;
    height: 50px;
    scale: .8;
    font-size: 16px;
    cursor: pointer;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #04e39a;
    font-size: 26px;
    transition: 0.3s ease;
    justify-content: center;
    align-items: center;
    
}

@keyframes pulse {
    from {
        box-shadow:  none;
    }
    to {
        box-shadow: 0px 0px 5px 5px #04e39a;
    }
}
button:hover {
    background-color: #177354;
    scale: .85;
    
}
button:active {
    scale: .8;
}

.imgNavButtons {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    padding: 10px;
}
.animation {
    animation: pulse .9s ease-in-out infinite alternate;
}

.buttonSourceLanguage.loginButtonCustom {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 90px;
    height: 40px;
    padding: 0 18px;
    font-size: 1.1rem;
    color: #fff;
    background-color: #565656;
    border: none;
    border-radius: 10px;
    margin-right: 70px;
    margin-top: 10px;
    margin-left: 0;
    box-shadow: 0 0px 20px 2px #00000022;
    cursor: pointer;
    transition: .2s ease-in-out;
    font-weight: 600;
}

.loginButtonCustom {
    display: flex;
    align-items: center;
    width: auto;
    height: 40px;
    padding: 0 18px;
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
    background-color: #565656;
    border-radius: 10px;
    margin-right: 70px;
    margin-top: 10px;
    margin-left: 0;
    box-shadow: 0 0px 20px 2px #00000022;
    cursor: pointer;
    transition: .2s ease-in-out;
    font-weight: 600;
}
.buttonSourceLanguage.loginButtonCustom:hover {
    background-color: #177354;
    color: #04e39a;
}

/* Novo container para agrupar os botões no topo direito */
.topRightButtonsContainer {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    z-index: 1000;
    width: auto;
}


/* --------------------------- Primeira página------------------------------------ */

.container_page_1_elements {
    max-width: 1200px;
    width: 100vw;
    display: flex;
    flex-direction: column;
    height: 100vh;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    margin: 0 auto;
    padding: 2rem 1rem 4.5rem 1rem;
    box-sizing: border-box;
}
.logo_pokercontrol_central,
.logo_pokercontrol_central_page5 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
    margin-bottom: 4%;
    width: 25vw;
    max-width: 300px;
    min-width: 120px;
    height: auto;
    animation-delay: .1s;
}

.title_page_1_central {
    font-size: 350%;
    color: #04e39a;
    margin-bottom: 2%;
    animation-delay: .2s;
}
.subtitle_page_1_central {
    max-width: 90vw;
    text-align: center;
    font-size: 250%;
    color: #d6fefe;
    margin-bottom: 5%;
    animation-delay: .3s;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}
.button_inicial_experience {
    display: flex;
    background-color: #124640;
    width: 240px;
    border-radius: 999px;
    padding: 10px;
    border: 1px solid transparent;
    background-image: linear-gradient(#124640, #124640), linear-gradient(45deg, #04e39a, #124640, #124640, #04e39a);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    color: #04e39a;
    font-weight: 600;
    font-size: 26px;
    transition: 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
    justify-content: center;
    margin-bottom: 10%;
    scale: 1.2;
}


.button_inicial_experience:hover {
    background-color: #08866b;
    border-color: #04e39a;
    scale: 1.23;
}

.button_inicial_experience:active {
    background-color: #048a6f;
    border-color: #04e39a;
    scale: 1.2;
}


/* ------------------------------ Segunda página ------------------------------------------ */

.card_2_title_styles {
    color: #04e39a;
    z-index: 100;
    font-size: 2.8rem;
    padding-right: 20px;
    height: 60px;
    background: linear-gradient(to right, transparent, transparent, #05564d);
    border: 1px;
    margin-bottom: 5%;
    margin-top: 4%;
    border-radius: 999px;
}

.cards_3_collunms {
    display: flex;
    gap: 40px;
    
}

.articleStyles {
    max-width: 280px;
    max-height: 28rem;
    width: 27vw;
    height: 60vh;
    background-color: #05564d;
    border-radius: 10px;
    border: 1px solid #d6fefe;
    display: flex;
    flex-direction: column;
    display: flex;
    flex-direction: column;
    margin-bottom: 7%;
}

.card_img {
    background-color: #d6fefe;
    padding: 2% 2%;
    border-radius: 10px;
    width: 25%;
    margin: 10% 12% 7% 12%;
}

.titleCard {
    color: #04e39a;
    width: 80%;
    font-size: 1.6rem;
    margin: 3% 7%;
    font-weight: 600;
}
.textCard {
    color: #d6fefe;
    font-size: 100%;
    margin: 3% 7%;
    font-weight: 300;
    text-shadow: #112834;
}
/* ----------------------------------- Terceira página ---------------------------------------- */
.backgroung3Page {
    background-image: url(Assets/img/brilho_3_pagina.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    width: 100vw;
}

.priceTitle {
    z-index: 100;
    color: #fee39a;
    font-size: 2.8rem;
    padding: 1px 20px;
    height: 60px;
    background: linear-gradient(to right, transparent, transparent, #193528);
    border: 1px;
    border-radius: 999px;
    margin-bottom: 5rem;
    margin-top: 4%;
}

.containerPriceElements {
    max-width: 1200px;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    margin: 0 auto;
    padding: 2rem 1rem 4.5rem 1rem;
    box-sizing: border-box;
}

.priceDivValue {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 60px;
    background: radial-gradient(circle at center, #0d4034 0%, transparent 100%);
    border-radius: 12px;
    text-align: center;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
    color: #fefefe;
    font-family: 'Georgia', serif;
    overflow: hidden;
    margin: auto 0;
    
}
.divValuePrice {
    display: flex;
}
.titleApenas {
    font-style: italic;
    font-size: 3rem;
    color:#04e39a;
    font-weight: 500;
    z-index: 100;
    font-family: 'Georgia', serif;
}
.priceRSValue {
    color:#d6fefe;
    font-size: 3.5rem;
    font-weight: 500;
    margin-top: 25px;
    z-index: 100;
    font-family: 'Georgia', serif;
    
}
.priceMainNumber {
    color: #fee39a;
    font-size: 6.5rem;
    font-weight: 500;
    z-index: 100;
    font-family: 'Georgia', serif;
}
.priceCentsLitleNumber {
    color:#fee39a;
    font-size: 3.5rem;
    font-weight: 500;
    margin-top: 15px;
    z-index: 100;
    font-family: 'Georgia', serif;
}

.titleOrInferiorPage {
    color:#fee39a;
    font-size: 2.5rem;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 8%;
    z-index: 100;
    font-family: 'Georgia', serif;
}

/* ------------------------------- Página 4 --------------------------------------- */

.containerSpecialPrice {
    max-width: 1200px;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    margin: 0 auto;
    padding: 2rem 1rem 4.5rem 1rem;
    box-sizing: border-box;
}
.titleSpecialPrice {
    color: #04e39a;
    z-index: 100;
    font-size: 2.8rem;
    padding-right: 20px;
    height: 60px;
    background: linear-gradient(to right, transparent, transparent, #05564d);
    border: 1px;
    margin-bottom: 2%;
    margin-top: 4%;
    border-radius: 999px;
}
.cardsSpecialPrice {
    display: flex;
    width: 700px;
    height: 500px;
    margin-bottom: 5%;
    grid-template-columns: 1fr 1fr;
}
.colunmCard {
    max-width: 50%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 7px;
}
.textCards {
    padding: 0 20px;
    margin: auto 0;
    color: #d6fefe;
    font-weight: 400;
    font-size: 1.5rem;
}
.cardLeft1 {
    display: flex;
    flex-direction: column;
    background-color: #05564d;
    width: 100%;
    height: 165px;
    border-radius: 15px;
    border: 1px solid #fefefe;
}
.cardLeft2 {
    display: flex;
    flex-direction: column;
    background-color: #05564d;
    width: 100%;
    height: 225px;
    border-radius: 15px;
    border: 1px solid #fefefe;
}
.specialPrice1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 50%;
    height: 100%;
}
.specialPrice2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 50%;
    height: 100%;
}
.cardRight {
    display: flex;
    flex-direction: column;
    background-color: #05564d;
    width: 100%;
    height: 400px;
    border-radius: 15px;
    border: 1px solid #fefefe;
}

.ritghCardValue {
    color: #04e39a;
    z-index: 100;
    font-size: 2.8rem; 
    font-weight: 700;
}

.lineLeftValue {
    width: 65%;
    left: 0;
    height: .5px;
    background-color: #fefefe;

}
.divValueFlexDrection {
    display: flex;
}

.lineRightValue {
    width: 65%;
    height: .5px;
    background-color: #fefefe;
    margin: 0 0px 15% auto;
}


/* --------------------------------------- Página 5 --------------------------------- */

.title_page_5_central {
    font-size: 2rem;
    color: #04e39a;
}
.subtitle_page_5_central {
    max-width: 60%;
    text-align: center;
    font-size: 2rem;
    color: #d6fefe;
    margin-bottom: 1%;
    animation-delay: .3s;
}

.imgQrCodeLink {
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: center;
    text-decoration: none;
}
.imgQrCodeInt {
    width: 15vw;
}
.whatsImgNumber {
    width: 1.2rem;
    padding-right: 10px;
}
.numberClickEvent {
    font-size: 1.5rem;
    color: #04e39a;
    margin-top: 5%;
    margin-bottom: 20%;
    
}

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



@media (orientation: portrait) {

    * {
        overflow: hidden;
    }

    body{
        background-color: #112834;
        background-image: url(Assets/Fundo.png);
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100%;
    }
    html {
        overflow-x: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .container_page_1_elements,
    .containerPriceElements,
    .containerSpecialPrice {
        width: 100vw;
        min-height: 100vh;
        height: auto;
        padding: 1.5rem 0.5rem 5.5rem 0.5rem;
        gap: 2rem;
        justify-content: center;
        box-sizing: border-box;
        overflow: visible;
    }
    .logo_pokercontrol_central,
    .logo_pokercontrol_central_page5 {
        width: 70vw;
        max-width: 350px;
        min-width: 100px;
        margin-top: 15%;
        margin-bottom: 10%;
    }
    .title_page_1_central {
        font-size: 300%;
        color: #04e39a;
        margin-bottom: 10%;
        animation-delay: .2s;
    }
    .subtitle_page_1_central {
        max-width: 95vw;
        font-size: 1.3rem;
        overflow-wrap: break-word;
        word-break: break-word;
        white-space: normal;
    }
    .button_inicial_experience {
        display: flex;
        background-color: #124640;
        width: 240px;
        border-radius: 999px;
        padding: 10px;
        border: 1px solid transparent;
        background-image: linear-gradient(#124640, #124640), linear-gradient(45deg, #04e39a, #124640, #124640, #04e39a);
        background-origin: border-box;
        background-clip: padding-box, border-box;
        color: #04e39a;
        font-weight: 600;
        font-size: 26px;
        transition: 0.3s ease, border-color 0.3s ease;
        cursor: pointer;
        justify-content: center;
        scale: 1.2;
    }
    .button_inicial_experience:hover {
        background-color: #08866b;
        border-color: #04e39a;
        scale: 1.2;
    }
    button {
        width: auto;
        height: 10%;
    }
    .imgNavButtons {
        width: 50px;
        height: 50px;
        border-radius: 999px;
        padding: 10px;
    }
    @keyframes pulse {
        from {
            box-shadow:  none;
        }
        to {
            box-shadow: 0px 0px 5px 5px #04e39a;
        }
    }
    /* ----------------------- Página 2--------------------- */
    .card_2_title_styles {
        color: #04e39a;
        z-index: 100;
        font-size: 2.8rem;
        padding-right: 20px;
        width: 60%;
        text-align: center;
        height: 60px;
        background: linear-gradient(to right, transparent, transparent, #05564d);
        border: 1px;
        top: 4%;
        border-radius: 999px;
    }
    .cards_3_collunms {
        display: flex;
        width: 70%;
        height: auto;
        align-items: flex-start !important;
        justify-content: flex-start;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch;
    
        padding-left: 75%; /* Dá espaço antes do primeiro item */
        padding-right: 75%; /* Dá espaço após o último item */
        gap: 7vw;
    
        mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
        -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    }
    .cards_3_collunms > * {
        scroll-snap-align: center;
        flex-shrink: 0;
    }
    .articleStyles {
        width: 70vw;
        height: 50vh;
        background-color: #05564d;
        border-radius: 10px;
        border: 1px solid #d6fefe;
        display: flex;
        flex-direction: column;
        display: flex;
        margin: 10% auto;
        flex-direction: column;
    }
    .scrollsubtitlepage2 {
        bottom: 25%;
        margin: 0 auto;
        width: 60px;
        animation: touch 1s infinite alternate .8s;
        display: block;
    }
/* --------------------- Página 3 ------------------------ */
.priceTitle {
    z-index: 100;
    color: #fee39a;
    font-size: 130%;
    justify-content: center;
    padding: 8px 15px;
    width: 58vw;
    height: auto;
    background: linear-gradient(to right, transparent, transparent, #193528);
    border: 1px;
    border-radius: 999px;
    margin-bottom: 0;
}
.containerPriceElements {
    gap: 10%;
}
.priceDivValue {
    margin-top: 10%;
}
.titleOrInferiorPage {
    margin-bottom: 50%;
}
.containerPriceElements {
    max-width: 1200px;
    width: 100vw;
    height: 20vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    margin: 0 auto;
    padding: 2rem 1rem 4.5rem 1rem;
    box-sizing: border-box;
}
/* ------------------------- Página 4 ------------------------ */

.titleSpecialPrice {
    color: #04e39a;
    z-index: 100;
    margin-top: 3%;
    font-size: 2.5rem;
    height: 60px;
    background: linear-gradient(to right, transparent, transparent, #05564d);
    border: 1px;
    border-radius: 999px;
}

.cardsSpecialPrice {
    display: flex;
    width: 100%;
    height: auto;
    grid-template-columns: 1fr 1fr;
}

.textCards {
    padding: 0 20px;
    margin: auto 0;
    color: #d6fefe;
    font-weight: 400;
    font-size: 1rem;
}

.cardLeft1 {
    display: flex;
    flex-direction: column;
    background-color: #05564d;
    width: 99%;
    height: 165px;
    border-radius: 15px;
    border: 1px solid #fefefe;
}
.cardLeft2 {
    display: flex;
    flex-direction: column;
    background-color: #05564d;
    width: 99%;
    height: 225px;
    border-radius: 15px;
    border: 1px solid #fefefe;
}

.cardRight {
    display: flex;
    flex-direction: column;
    background-color: #05564d;
    width: 99%;
    height: 400px;
    border-radius: 15px;
    border: 1px solid #fefefe;
}

.ritghCardValue {
    color: #04e39a;
    z-index: 100;
    font-size: 150%; 
    font-weight: 700;
    padding-left: 10px;
}

.lineLeftValue {
    width: 65%;
    left: 0;
    height: .5px;
    background-color: #fefefe;

}
.divValueFlexDrection {
    display: flex;
    justify-content: center;
    height: 80px;
    scale: 1.4;

}

.rsValuePricePage4 {
    font-size: 1rem;
    top: 0;
    padding-top: 5px;
}

.value600 {
    font-size: 2.3rem;
    top: 0;
    padding-top: 20px;
}

.priceCentsPage4 {
    font-size: 1rem;
    top: 0;
    padding-top: 10px;
}

.lineRightValue {
    width: 65%;
    height: .5px;
    background-color: #fefefe;
    margin: 0 0px 15% auto;
    margin-bottom: 40%;
}

/* ----------------- página 5 -------------------- */

.title_page_5_central {
    font-size: 1.5rem;
    color: #04e39a;
    padding-bottom: 1%;
}
.subtitle_page_5_central {
    max-width: 70%;
    text-align: center;
    font-size: 1.2rem;
    color: #d6fefe;
    margin-bottom: 10%;
    animation-delay: .3s;
    padding-bottom: 1%;
}

.imgQrCodeLink {
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: center;
    text-decoration: none;
}
.imgQrCodeInt {
    width: 200px;
    height: 200px;
}
.whatsImgNumber {
    width: 1.2rem;
    padding-right: 10px;
}
.numberClickEvent {
    font-size: 1.5rem;
    color: #04e39a;
    margin-top: 10%;
    margin-bottom: 20%;
    
}

/* Ajustando os efeitos de fade para elementos dentro das páginas */
.container_page_1_elements > *,
.containerPriceElements > *,
.containerSpecialPrice > * {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.page:not(.active) .container_page_1_elements > *,
.page:not(.active) .containerPriceElements > *,
.page:not(.active) .containerSpecialPrice > * {
    opacity: 0;
    transform: translateY(20px);
}

/* Ajustando delays para criar efeito cascata */
.page.active .container_page_1_elements > *:nth-child(1) { transition-delay: 0.1s; }
.page.active .container_page_1_elements > *:nth-child(2) { transition-delay: 0.2s; }
.page.active .container_page_1_elements > *:nth-child(3) { transition-delay: 0.3s; }
.page.active .container_page_1_elements > *:nth-child(4) { transition-delay: 0.4s; }

/* Melhorando a experiência de scroll no mobile */
.cards_3_collunms {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.cards_3_collunms::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

/* Adicionando indicador de scroll */
.cards_3_collunms::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background: rgba(4, 227, 154, 0.3);
    border-radius: 2px;
}

/* Melhorando feedback visual dos cards */
.articleStyles {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.articleStyles:active {
    transform: scale(0.98);
}

#page5 .container_page_1_elements {
    padding-bottom: 4.5rem;
}

@media (orientation: portrait) {
    #page5 .container_page_1_elements {
        padding-bottom: 7rem;
    }
}

}

