@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --cor-roxa: #6A6DCD;
    --cor-azul-escuro: #001628;
    --urbanist: "Urbanist", sans-serif;
    --inter: "Inter", sans-serif;
}

img {
    height: auto;
}

.container * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    text-align: left;

}

.full-container {
    width: 100%;
    height: 100%;
}

.container {
    margin: 0 auto;
    max-width: 1330px;
    position: relative;
    padding: 0 15px;
}

.container {
    width: 100% !important;
    max-width: 1330px;
}

body h3 {
    font-family: var(--urbanist);
    font-size: 31px;
    color: var(--cor-roxa);
    font-weight: 800;
}

body h4 {
    font-family: var(--inter);
    font-size: 25px;
    color: #828282;
    font-weight: 400;
}

.specs li {
    list-style-position: inside;
}

/* ------CARD 1 ------ */
#card-1 {
    position: relative;
}

#card-1 .header {
    background-color: var(--cor-roxa);
    font-family: var(--urbanist);
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 50%;
    padding: 2%;
}

#card-1 .titulo h1 {
    font-family: var(--urbanist);
    color: #FFFFFF;
    font-size: 75px;
    font-weight: 800;
}

#card-1 .titulo h2 {
    font-family: var(--urbanist);
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 100;
}

#card-1 .titulo {
    line-height: 0.9;
}

#card-1 .headerbackground img {
    width: 100%;
}

#card-1 .headerbackground {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background: url(../img/card1-background.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 754px;
    width: 100%;
}

#card-1 .icones {
    background-color: var(--cor-azul-escuro);
    padding: 3%;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    gap: 3%;
}

#card-1 .icone img {
    max-width: 45px;
}

#card-1 .iconigm {
    display: flex;
    align-items: center;
    justify-content: center;
}


#card-1 .headerbackground img {
    height: 100%;
}

#card-1 .icones h3 {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 300;
}

#card-1 .icone {
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}

#card-1 .espacamento {
    width: 100%;
    align-self: center;
    margin-top: 10px;
}

.icone:hover h3 {
    color: #6A6DCD !important;
}

.icone:hover img {
    filter: invert(47%) sepia(10%) saturate(3039%) hue-rotate(200deg) brightness(94%) contrast(85%);
}

#card-4 h1 {
    white-space: nowrap;
}

/* ------ SWITCH ------ */
#switch {
    display: flex;
    flex-direction: row;
    padding: 12%;
    gap: 10%;
}

#switch .desc2 {
    width: 73%;
}

/* ------ CARD 2 ------ */

#card-2 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#card-2 .imersion {
    width: 83%;
    text-align: center;
    background-color: #F0F0F0;
    padding: 6%;
}

.specs-mobile {
    display: none !important;
    display: inline-block;
    text-align: left;
    margin-top: 20px;
    font-family: var(--inter);
    font-size: 25px;
    color: #828282;
    font-weight: 400;
    margin-bottom: 5%;
}

#card-2 .imersion h1 {
    font-family: var(--inter);
    font-size: 25px;
    color: #828282;
    font-weight: 400;
    text-align: left;
    margin-left: 3%;
    margin-top: 3%;
}

#card-2 .imersion h4 {
    margin-top: 2%;
}

#card-2 .img2 {
    background: url(../img/card-2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 732px;
    width: 83%;
}

#card-2 .specs2 {
    margin-left: 8%;
}

.specs,
.specs2 {
    display: inline-block;
    text-align: left;
    margin-top: 20px;
    font-family: var(--inter);
    font-size: 25px;
    color: #828282;
    font-weight: 400;
    margin-bottom: 5%;
}

/* ------ CARD 3 ------ */
#card-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}


#card-3 .desc31 {
    text-align: center;
    margin-top: 0%;
    padding: 12%;
    width: 86%;
}

#card-3 .desc31 h4 {
    margin-top: 4%;
}

#card-3 .card3-hover img {
    width: 100%;
}


#card-3 .foryou {
    display: flex;
    flex-direction: row;
    padding: 9%;
    gap: 11%;
}

#card-3 .desc3 {
    width: 61%;
}

#card-3 .card3-hover {
    position: absolute;
    top: 56%;
    left: 49%;
    transform: translate(-50%, -50%);
    width: 33%;
}

#card-3 .topics {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    column-gap: 190px;
    row-gap: 10px;
    margin-left: 4%;
}

#card-3 .image3 {
    display: flex;
    gap: 40px;
    flex-direction: column;
}

#card-3 .background3 img {
    width: 100%;
}

/* ------ CARD 4 ------ */
.content4 {
    display: flex;
    flex-direction: row;
    padding: 9%;
    gap: 11%;
    align-items: center;
}

.desc4 {
    width: 60%;
}

.desc4 h4 {
    margin-top: 4%;
    margin-bottom: 4%;
}

.specs3,
.specs4 {
    display: inline-block;
    text-align: left;
    margin-top: 20px;
    font-family: var(--inter);
    font-size: 25px;
    color: #828282;
    font-weight: 400;
    margin-bottom: 5%;
    margin-left: 5%;
}

.specs4 {
    margin-left: 25%;
}

/* ------ CARD 5 ------ */
#card-5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #E68699;
    padding: 10%;
}

#card-5 .card5-hover img {
    width: 100%;
}

#card-5 .card5-hover {
    position: absolute;
    top: 36%;
    left: 49%;
    transform: translate(-50%, -50%);
    width: 46%;
}

#card-5 .image5 {
    display: flex;
    gap: 40px;
    flex-direction: column;
}

#card-5 .background5 img {
    width: 100%;
}

#card-5 .desc5 {
    margin-top: 10%;
    text-align: center;
    width: 90%;
}

#card-5 .desc5 h3,
#card-5 .desc5 h4 {
    color: white;
}

#card-5 .desc5 h4 {
    margin-top: 3%;

}

/* ------ CARD 6 ------ */
#card-6 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 6%;
}

#card-6 .content61 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10%;
    margin-top: 6%;
}

#card-6 .content62 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 20%;
    margin-top: 15%;
    margin-left: 5%;
}

#card-6 .desc62 h4,
#card-6 .desc61 h4 {
    margin-top: 4%;
}

#card-6 .desc61 {
    width: 56%;
}

#card-6 .desc62 {
    width: 40%;
}

/* ------ CARD 7 ------ */
#card-7 {
    height: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.desc7 h3 {
    font-size: 32px;
    color: #6c6fcf;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.keyboard-wrapper {
    position: relative;
    max-width: 90%;
}


.keyboard {
    width: 100%;
    display: block;
    transition: transform 0.7s ease;
    position: relative;
    z-index: 1;
}


.dimensions {
    position: absolute;
    top: -2%;
    right: 0%;
    width: 100%;

    opacity: 0;
    pointer-events: none;

    transition: opacity 0.2s ease;
    z-index: 2;
}

.keyboard-wrapper:hover .keyboard {
    transform: translateX(-80px);
}

.keyboard-wrapper:hover .dimensions {
    opacity: 1;
    transition: opacity 1s ease 0.1s;
}

/* ------ CARD 8 ------ */
#card-8 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #6A6DCD;
    gap: 5%;
}

#card-8 .content8 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5%;
}

#card-8 .line {
    background-color: white;
    width: 7px;
    height: 94px;
}

#card-8 .desc8 h3 {
    color: white;
    width: 80%;
}

.img8 img {
    width: 100%;
}

/* ------ CARD 9 ------ */
#card-9 {
    position: relative;
    margin-top: 8%;
}

#card-9 .content9 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 5%;
}

#card-9 .specs9 {
    display: inline-block;
    text-align: left;
    margin-top: 20px;
    font-family: var(--inter);
    font-size: 25px;
    color: #828282;
    font-weight: 400;
    margin-bottom: 5%;
    margin-left: 5%;
}

#card-9 .square {
    width: 443px;
    height: 386px;
    background-color: #6A6DCD;
    position: absolute;
    top: 46%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}

#card-9 .img9 {
    z-index: 10;
}

/* ------ now ------ */
#now {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
}

#now .buynow {
    background-color: var(--cor-roxa);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2% 12% 2% 12%;

}

.buynow h3 {
    color: white;
}

/* ------ CARD 10 ------ */
#card-10 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4%;
    background-color: #6A6DCD;
    margin-top: 10%;
}

/* ------ Zoom image background ------ */
.headerbackground {
    overflow: hidden;
    position: relative;
}

.headerbackground::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/card1-background.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    transition: transform 0.4s ease;
}

.headerbackground:hover::before {
    transform: scale(1.25);
}

#card-2 .img2,
#card-4 .img4 {
    position: relative;
    overflow: hidden;
    height: 732px;
    width: 83%;
}

#card-2 .img2::before {
    content: "";
    position: absolute;
    inset: 0;

    background: url(../img/card-2.webp) center/cover no-repeat;

    transition: transform 0.4s ease;
    transform-origin: top right;
}

#card-4 .img4::before {
    content: "";
    position: absolute;
    inset: 0;

    background: url(../img/card4.webp) center/cover no-repeat;

    transition: transform 0.4s ease;
    transform-origin: top right;
}

#card-2 .img2:hover::before,
#card-4 .img4:hover::before {
    transform: scale(1.2);
}


/* ------ Zoom imagem normal ------ */

#card-3 .card3-hover,
#card-5 .card5-hover {
    display: inline-block;
}

#card-3 .card3-hover img,
#card-5 .card5-hover img {
    transition: transform 0.3s ease;
}

#card-3 .card3-hover img:hover,
#card-5 .card5-hover img:hover {
    transform: scale(1.5);
}

/* ------ Responsivo ------ */
@media (max-width: 1240px) {
    #card-8 .desc8 h3 {
        color: white;
        width: 90%;
    }

    .specs,
    .specs2 {
        font-size: 21px;
    }

    #card-2 .specs2 {
        margin-left: 5%;
    }
}

@media (max-width: 1218px) {
    #card-1 .header {
        gap: 45%;
    }

    .specs4 {
        margin-left: 9%;
    }

}

@media (max-width: 1100px) {
    #card-1 .header {
        gap: 40%;
    }

    .keyboard-wrapper {
        position: relative;
        max-width: 80%;
    }

}

@media (max-width: 1050px) {
    .specs-mobile {
        display: flex !important;
        flex-direction: column;
        margin-left: 20%;
    }

    #card-8 .desc8 h3 {
        width: 100%;
    }

    .specs,
    .specs2 {
        display: none;
    }

    #card-2 .img2,
    #card-4 .img4 {
        height: 555px;
    }
}

@media (max-width: 1100px) {
    #card-1 .headerbackground {
        height: 680px;
    }

    #card-1 .header {
        gap: 30%;
    }

    #card-1 .icones {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 9%;
    }

    #card-3 .card3-hover {
        position: absolute;
        top: 57%;
        left: 49%;
        transform: translate(-50%, -50%);
        width: 42%;
    }

    #card-3 .card3-hover img:hover,
    #card-5 .card5-hover img:hover {
        transform: scale(1.4);
    }

    #card-8 {
        gap: 0%;
    }

    #card-9 .img9 img {
        width: 100%;
    }

    #card-9 .square {
        width: 37%;
        height: 68%;
        position: absolute;
        top: 49%;
    }

    #card-5 .desc5 {
        margin-top: 10%;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 900px) {
    #card-3 .card3-hover {
        top: 50%;
    }

    #card-3 .desc31 {
        text-align: center;
        margin-top: 0%;
        padding: 12%;
        width: 100%;
    }

    #card-3 .card3-hover {
        top: 61%;
    }

    #card-2 .img2,
    #card-4 .img4 {
        height: 420px;
    }

    #card-1 .header {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0%;
        padding: 2%;
        text-align: center;
    }

    .desc2 h3 {
        margin-bottom: 4%;

    }

    #card-1 .titulo {
        margin-bottom: 3%;
    }

    #card-1 .headerbackground {
        height: 525px;
    }

    .content4 {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .desc4 {
        width: 100%;
        margin-top: 5%;
    }

    #card-5 .card5-hover {
        top: 29%;
        width: 55%;
    }


    #card-6 .content61 {
        flex-direction: column-reverse;
        text-align: center;
    }

    #card-6 .content62 {
        flex-direction: column;
        text-align: center;
        margin-left: 0%;
    }

    #card-6 .desc62,
    #card-6 .desc61 {
        width: 100%;
        margin-top: 5%;
    }

    #card-9 .specs9 {
        font-size: 20px;
    }

    body h3 {
        font-size: 28px;
    }

    #switch {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }

    #card-3 .desc3,
    #switch .desc2 {
        width: 100%;
        margin-top: 5%;
    }

    #card-3 .foryou {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }

    .desc3 h4 {
        margin-top: 3%;
    }

}

@media (max-width: 700px) {
    #card-1 .icones {
        grid-template-columns: repeat(2, 1fr);
        padding: 7%;
        gap: 7%;
    }
}


@media (max-width: 700px) {
    .content4 {
        padding: 3%;
    }

    #card-3 .card3-hover {
        top: 50%;
    }

    #card-5 .card5-hover {
        top: 25%;
    }

    .keyboard-wrapper {
        position: relative;
        max-width: 70%;
    }

    .dimensions {
        position: absolute;
        top: 7%;
        right: 10%;
        width: 83%;
    }

    #card-9 .content9 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 5%;
    }

    #card-9 .square {
        width: 100%;
        height: 46%;
        position: absolute;
        top: 70%;
    }

    #card-9 .desc9 {
        text-align: center;
    }

    #card-7 {
        height: 400px;
    }

    #card-2 .imersion,
    #card-2 .img2 {
        width: 100%;
    }

}

@media (max-width: 640px) {
    #card-9 .desc9 {
        text-align: center;
        margin-bottom: 10%;
    }

    #card-9 .square {
        width: 100%;
        height: 42%;
        position: absolute;
        top: 74%;
    }
}

@media (max-width: 600px) {
    #card-3 .card3-hover {
        top: 57%;
    }

    .specs-mobile {
        margin-left: 9%;
        font-size: 22px;
    }

    #card-3 .card3-hover {
        top: 55%;
        width: 53%;
    }

    #switch {
        padding: 5%;
    }

    #card-3 .desc31 {
        text-align: center;
        margin-top: 0%;
        padding: 5%
    }

    #card-3 .card3-hover {
        top: 53%;
    }

    #card-3 .foryou {
        padding: 5%;
    }
}

@media (max-width: 550px) {
    #card-1 .icones {
        height: 368px;
    }

    #card-5 .card5-hover {
        top: 21%;
    }

    #card-1 .headerbackground {
        height: 350px;
    }

    #card-9 .square {
        width: 100%;
        height: 37%;
        position: absolute;
        top: 77%;
    }

    body h4 {
        font-size: 21px;
    }

    .specs-mobile,
    .specs3,
    .specs4 {
        font-size: 21px;
    }
}

@media (max-width: 450px) {
    #card-1 .headerbackground {
        height: 300px;
    }

    #card-1 .icones {
        height: 400px;
    }

    #card-2 .img2 {
        height: 300px;
    }

    #card-5 .card5-hover {
        top: 15%;
    }

    .keyboard-wrapper {
        position: relative;
        max-width: 60%;
    }

    .keyboard-wrapper:hover .keyboard {
        transform: translateX(-40px);
    }

    #card-8 {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        background-color: #6A6DCD;
        gap: 5%;
    }

    #card-8 .content8 {
        padding: 6%;
    }

    .line {
        display: none;
    }

    #card-3 .card3-hover {
        top: 56%;
    }

    #card-9 .square {
        width: 100%;
        height: 29%;
        position: absolute;
        top: 81%;
    }


}

@media (max-width: 400px) {
    #card-3 .card3-hover {
        top: 54%;
    }
}