
.banner-section {
    width: 100%;
    height: 800px;
    background: url(../imagens/nossos-jogos/bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    margin-top: -120px;
    overflow: hidden;
    background-attachment: fixed;
}

.banner-section .img-container {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-60%);
    width: 800px;
}

.banner-section .img-container img{
    transition: all 1s ease;
    pointer-events: none;
}

.info-section {
    /* background: url(../imagens/home/bg.png);
    background-size: contain;
    background-position: top; */
    width: 100%;
    min-height: 900px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: -50px;
    padding: 110px 0px;
    padding-bottom: 50px;
    z-index: 5;
}

.info-section::before{
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../imagens/peixes-final.png);
    background-size: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.info-section .top {
    width: 100%;
    height: 180px;
    background-color: #fff;
    mask-image: url(../imagens/top.png);
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../imagens/top.png);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    overflow: visible;
    -webkit-mask-repeat: no-repeat;
    position: absolute;
    top: 0;
    background-image: url(../imagens/peixes-final.png);
    background-size: auto;
    z-index: -1;
}

.container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255, 0.5);
}

.container .video-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 80%;
    margin: 0 auto;
}
.container .title-info-container h2,
.container .video-container h2{
    font-size: clamp(38px, 3.5vw, 50px);
    width: fit-content;
    color: var(--color-primary);
}
.container .title-info-container p{
    font-size: clamp(24px, 1.6vw, 32px);
}

.container .video-container{
    width: 100%;
}
.container .video-container iframe{
    width: 100%;
    height: 450px;
}

.info-section .title-info-container{
    margin-bottom: 30px;
}

.title-info-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
    margin: 100px 0;
    text-align: center;
}

.texto-img-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 30px;
    margin: 100px 0;
}
.texto-img-container .item-txt-img{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.texto-img-container .item-txt-img .img-container{
    width: 300px;
}
.texto-img-container .item-txt-img p{
    width: 50%;
    font-size: 30px;
    word-wrap: break-word;
}
.texto-img-container .item-txt-img .img-container img{
    width: 100%;
    object-fit: contain;
}
.texto-img-container .item-txt-img:nth-child(odd) p{
    order: 1;
}
.texto-img-container .item-txt-img:nth-child(odd) .img-container{
    order: 2;
}

.texto-img-container .item-txt-img:nth-child(even) p{
    order: 2;
}
.texto-img-container .item-txt-img:nth-child(even) .img-container{
    order: 1;
}


.newsletter{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #fff;
    outline: 5px solid var(--color-primary);
    border-radius: 15px;
    padding: 100px 20px;
    gap: 20px;
}
.newsletter > .top-span{
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--color-primary);
    background-color: #fff;
    padding: 0px 20px;
    font-size: clamp(30px, 3vw, 42px);
    font-family: 'Crenix';
    text-transform: uppercase;
}

.newsletter .input-container{
    width: 100%;
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
}

.newsletter input{
    width: 100%;
    outline: 4px solid var(--color-primary);
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    color: var(--color-secondary);
    font-size: 32px;
}
.newsletter input:focus-within,
.newsletter input:hover,
.newsletter:focus-within{
    outline: 4px solid var(--color-secondary);
}


.newsletter a{
    border-radius: 10px;
    padding: 16px 80px;
    align-self: flex-end;
    color: var(--text-color-secondary);
    background-color: var(--color-primary);
    border: none;
    font-size: 32px;
    transition: background .3s ease-in-out;
    text-transform: uppercase;
}

.newsletter a:hover{
    background-color: var(--color-primary-light);
}

.newsletter span{
    font-size: clamp(24px, 2vw, 40px);
    font-weight: 500;
    text-align: center;
}

.games-section {
    /* background: url(../imagens/home/bg.png);
    background-size: contain;
    background-position: bottom; */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 600px;
    position: relative;
    margin-top: -50px;
    z-index: 5;
    padding-top: 0;
    padding-bottom: 250px;
}

.games-section::before{
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../imagens/peixes-final.png);
    background-size: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.games-section .bottom {
    width: 100%;
    height: 180px;
    background-color: #fff;
    mask-image: url(../imagens/bottom.png);
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../imagens/bottom.png);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    overflow: visible;
    -webkit-mask-repeat: no-repeat;
    position: absolute;
    bottom: 0%;
    background-image: url(../imagens/peixes-final.png);
    background-size: auto;
    z-index: -1;
}


.games-section .container .buttons-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    width: 100%;
    margin-top: 30px;
}

.games-section .container .buttons-container a{
    width: 180px;
    overflow: hidden;
    transition: transform .3s ease-in-out, filter .3s ease-in-out;
}
.games-section .container .buttons-container a.small-btn{
    width: auto;
}



.games-section .container .buttons-container a img{
    width: 100%;
    object-fit: cover;
}
.games-section .container > .text-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 80%;
    margin: 0 auto;
}
.games-section .container .text-container h2{
    font-size: clamp(38px, 3.5vw, 50px);
    width: fit-content;
    color: var(--color-primary);
}
.games-section .container .cards-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
    gap: 30px;
}

.games-section .container .cards-container .card-game{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex: 1;
    border-radius: 20px;
    overflow: hidden;
}
.games-section .container .cards-container .card-game .img-container{
    height: 300px;
    width: 100%;
    overflow: hidden;
}
.games-section .container .cards-container .card-game .img-container img{
    height: 100%;
    transition: transform .4s ease-in-out;
}

.games-section .container .cards-container .card-game .text-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.games-section .container .cards-container .card-game .text-container > span{
    font-size: 20px;
    width: 100%;
}
.games-section .container .cards-container .card-game .text-container .icones{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
}

.games-section .container .cards-container .card-game .text-container .icones a{
    width: 30px;
    height: 30px;
}
.games-section .container .cards-container .card-game .text-container .icones a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: filter .2s ease-in-out;
}

.games-section .container .cards-container .card-game .text-container .icones a:hover img{
    filter: invert(1);
}

.games-section .container .cards-container .card-game:hover .img-container img{
    transform: scale(1.05);
}
.games-section .container > a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    color: var(--text-color-secondary);
    background-color: var(--color-primary);
    transition: background .3s ease-in-out;
    width: fit-content;
    border-radius: 10px;
    margin: 50px auto;
    font-size: 24px;
}
.games-section .container > a:hover{
    background-color: var(--color-primary-light);
}

.img-section {
    width: 100%;
    min-height: 800px;
    background: url(../imagens/nossos-jogos/bg-bottom-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 4;
    position: relative;
    margin-top: -50px;
    background-attachment: fixed;
}

.awards-section{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.awards-section h2{
    font-size: clamp(30px, 3.5vw, 50px);
    width: fit-content;
    color: var(--color-primary);
    text-align: center;
}

.awards-container{
    width: 100%;
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(300px, 1fr) );
    gap: 50px;
    margin: 50px 0px 150px 0px;
    place-items: center;
}
.award-container{
    width: clamp(300px, 100%, 200px);
}

.award-container img{
    width: 100%;
    object-fit: cover;
}


/* MEDIA DESKTOP */
@media screen and (max-width: 1600px){

}

@media screen and (max-width: 1440px){

}

@media screen and (max-width: 1366px){

}

@media screen and (max-width: 1280px){

}

@media screen and (max-width: 1100px){

}

/* MOBILE */
@media screen and (max-width: 1000px){
    .games-section .container .cards-container {
        grid-template-columns: 1fr;
    }
    .banner-section{
        height: 700px;
    }
    .banner-section .img-container {
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-60%);
        width: 690px;
    }
    .info-section .container .text-container p{
        text-align: center;
    }
    .texto-img-container{
        gap: 50px;
    }
    .texto-img-container .item-txt-img {
        gap: 20px;
        flex-direction: column;
    }

    .texto-img-container .item-txt-img:nth-child(odd) p,
    .texto-img-container .item-txt-img:nth-child(odd) .img-container{
        order: unset;
    }
    .texto-img-container .item-txt-img:nth-child(even) p,
    .texto-img-container .item-txt-img:nth-child(even) .img-container{
        order: unset;
    }

    .texto-img-container .item-txt-img p {
        width: 100%;
        text-align: center;
        order: 2;
        font-size: 26px;
    }
    .texto-img-container .item-txt-img .img-container {
        width: 50%;
        order: 1;
    }
    .title-info-container{
        margin: 50px 0;
    }
}

@media screen and (max-width: 800px){
    .texto-img-container .item-txt-img .img-container {
        width: 60%;
    }
    .newsletter .input-container {
        flex-direction: column;
    }
    .newsletter a {
        align-self: center;
    }
}

@media screen and (max-width: 700px){
    .texto-img-container .item-txt-img .img-container {
        width: 70%;
    }
}

@media screen and (max-width: 600px){
    .banner-section .img-container {
        width: 600px;
    }
    .texto-img-container .item-txt-img .img-container {
        width: 80%;
    }
    .games-section{
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 500px){
    .banner-section .img-container {
        transform: translateX(-55%);
        width: 500px;
    }
    .slick-dots {
        bottom: -30% !important;
    }
}

@media screen and (max-width: 375px){
    .banner-section .img-container {
        transform: translateX(-60%);
        width: 450px;
    }
}