@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: #696DD1;
    --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: 50px;
    color: var(--cor-roxa);
    font-weight: 300;
}

body h4 {
    font-family: var(--inter);
    font-size: 25px;
    color: white;
    font-weight: 300;
}


/* ------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: 46%;
    padding: 5%;
}

#card-1 .titulo h1 {
    font-family: var(--urbanist);
    color: #FFFFFF;
    font-size: 100px;
    font-weight: 800;
}

#card-1 .titulo h2 {
    font-family: var(--urbanist);
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 100;
}

#card-1 .headerbackground img {
    width: 100%;
}

#card-1 .card1background {
    max-height: 710px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background: url(../img/card-1\ background.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 710px;
}


#card-1 .card1keyboard {
    position: absolute;
    top: 58.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

#card-1 .icones {
    background-color: var(--cor-azul-escuro);
    padding: 3%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    row-gap: 7%;
}

#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;

}

#card-1 .espacamento {
    margin-top: 10%;
    /* width: 80%; */
    align-self: center;
}



.icone:hover h3 {
    color: #6A6DCD !important;
}

.icone:hover img {
    filter: invert(47%) sepia(10%) saturate(3039%) hue-rotate(200deg) brightness(94%) contrast(85%);
}


/* ------ CARD 2 ------ */
#card-2 {
    position: relative;
}

#card-2 .card2background img {
    width: 100%;
}

#card-2 .desc2 h1 {
    font-family: var(--urbanist);
    font-size: 40px;
    font-weight: 200;
    text-align: center;
    color: #FFFFFF;

}

#card-2 .desc2 {
    position: absolute;
    top: 15.5%;
    left: 52%;
    transform: translate(-50%, -50%);
    width: 70%;
}

#card-2 .desc2-mobile {
    display: none;
}

/* ------ CARD 3 ------ */

#card-3 {
    display: flex;
    padding: 2%;
    align-items: center;
    justify-content: center;
}

#card-3 h1 {
    font-family: var(--urbanist);
    font-size: 50px;
    font-weight: 200;
    text-align: center;
    color: var(--cor-roxa);
    width: 75%;

}

/* ------ CARD 4 ------ */

#card-4 .switch {
    align-items: center;
    display: flex;
    background: url(../img/card4-switchs.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 921px;
    padding: 10%;
}

#card-4 .switch h3 {
    color: white
}

#card-4 .switch h4 {
    margin-top: 8%;
}

#card-4 .desc4 {
    width: 32%;
}

#card-4 .competitive h3 {
    width: 95%;
    font-weight: 400;
}

#card-4 .competitive h4 {
    color: #828282;
    width: 77%;
    margin-top: 3%;
    font-weight: 400;
}

#card-4 .competitive h1 {
    color: #828282;
    font-size: 30px;
    font-family: var(--inter);
    font-weight: 800;
    margin-top: 7%;
}

#card-4 .card2keyboard {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 8%;
}

#card-4 .competitive {
    width: 80%;
}

#card-4 .removable {
    margin-top: 10%;
    align-items: center;
    display: flex;
    background: url(../img/card4-removable.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 846px;
    padding: 5%;
}

#card-4 .removable h3 {
    color: white;
    margin-bottom: 5%;
}

#card-4 .removable h4 {
    margin-top: 1%;
}

#card-4 .yourgame {
    width: 40%;
}

/* ------ CARD 5 ------ */

#card-5 h1 {
    color: #828282;
    font-size: 30px;
    font-family: var(--inter);
    font-weight: 400;
    margin-top: 7%;
    text-align: center;
}

.img5responsive {
    display: none;
}

#card-5 .desc5 {
    width: 69%;
}

#card-5 {
    margin-top: 5%;
    position: relative;
}

#card-5 .content5 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10%;
}

#card-5 .eight {
    z-index: -1;
    position: absolute;
    top: 12.5%;
    left: 53%;
    transform: translate(-50%, -50%);
    width: 90%;
}

/* ------ CARD 6 ------ */

#card-6 h1 {
    color: white;
    font-size: 30px;
    font-family: var(--inter);
    font-weight: 400;
    margin-top: 5%;
    width: 79%;
}

#card-6 {
    position: relative;
    background-color: #696DD1;
    z-index: -2;
}

#card-6 .ora {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 3%;
    height: 850px;
}

#card-6 .forgamers h3 {
    color: white;
    width: 80%;
}



#card-6 .forgamers {
    width: 80%;
}

#card-6 .paint {
    z-index: -1;
    position: absolute;
    top: 50.5%;
    left: 45%;
    transform: translate(-50%, -50%);
    width: 90%;
}

/* ------ CARD 7 ------ */
#card-7 {
    position: relative;
    overflow: hidden;

}

#card-7 .formatation7 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#card-7 .division h1 {
    color: #001628;
    font-size: 30px;
    font-family: var(--inter);
    font-weight: 400;
}

#card-7 .division {
    padding: 5%;
}

#card-7 .background7 {
    align-items: self-end;
    display: flex;
    background: url(../img/card7-background.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 786px;
    width: 100%;
    padding: 10%;
}

#card-7 .strap {
    width: 37%;
    margin-left: 5%;
}

#card-7 .background7 h3 {
    color: white;
}

#card-7 h4 {
    color: #828282;
    margin-top: 3%;
}

#card-7 .focus {
    text-align: center;
    margin-top: 20%;
    width: 73%;
}

#card-7 .keyboard8 {
    position: absolute;
    top: 45%;
    left: 27.5%;
    transform: translate(-50%, -50%);
    width: 34%;
    height: auto;
    display: block;
}

/* ------ CARD 8 ------ */
#card-8 {
    position: relative;
    margin-top: 7%;
}

#card-8 .video video {
    width: 100%;
}

#card-8 .content8 {
    position: absolute;
    top: 49%;
    left: 23%;
    transform: translate(-50%, -50%);
    width: 34%;
}

#card-8 .content8 h4 {
    color: #828282;

}

/* ------ CARD 9 ------ */

#card-9 .background9 {
    margin-top: 10%;

    display: flex;
    background: url(../img/card9-background.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 787px;
    padding: 8%;
    text-align: center;
    justify-content: center;
}

#card-9 .desc9 {
    width: 66%;
}

#card-9 .desc9-mobile {
    display: none;
}

#card-9 .desc9 h3 {
    color: white;
}

#card-9 .desc9 h4 {
    margin-top: 3%;
}

/* ------ CARD 10 ------ */
#card-10 {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#card-10 h4 {
    color: #828282;
    font-size: 30px;
    text-align: center;
    margin-top: 12%;
}

#card-10 .img10 {
    margin-top: 7%;

}

#card-10 h1 {
    color: var(--cor-roxa);
    font-family: var(--inter);
    font-weight: bold;
    font-size: 20px;
}

#card-10 .medida1,
.medida2,
.medida3 {
    position: absolute;
}

#card-10 .medida1 {
    top: 49%;
    left: 9.5%;
    transform: translate(-50%, -50%);
}

#card-10 .medida2 {
    top: 60%;
    left: 48.5%;
    transform: translate(-50%, -50%);
}

#card-10 .medida3 {
    top: 35%;
    left: 84%;
    transform: translate(-50%, -50%);
}

#card-10 .desc102 {
    width: 62%;
}

/* ------ CARD 11 ------ */

#card-11 {
    margin-top: 5%;
    background-color: #001628;
    padding: 7%;
}

#card-11 .shortcuts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#card-11 .shortcut {
    width: 70%;
    margin-top: 1%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #FFFFFF;

    padding-bottom: 8px;

}

#card-11 .shortcut h1 {
    text-align: left;
    font-family: var(--urbanist);
    font-size: 25px;
    font-weight: 200;
    color: #FFFFFF;
}

#card-11 .shortcut h2 {
    text-align: center;
    font-family: var(--urbanist);
    font-size: 25px;
    font-weight: 200;
    color: #FFFFFF;
}

#card-11 .shortcut2 {
    margin-right: 5%;
}

.shortcut>div:first-child {
    width: 40%;
    margin-left: 5%;
}

.shortcut>div:last-child {
    width: 60%;

}

#card-11 .txt11 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10%;
}

#card-11 .txt11 h3 {
    color: #FFFFFF;

}

.shortcut:hover h1,
.shortcut:hover h2 {
    color: var(--cor-roxa) !important;
    cursor: pointer;
}

.shortcut h1,
.shortcut h2 {
    transition: color 0.3s ease;
}

@media (max-width: 1310px) {
    #card-1 .header {
        gap: 38%;
    }

    #card-10 .medida3 {
        left: 87%;
    }

    #card-10 .medida1 {
        left: 7.5%;
    }

}

@media (max-width: 1261px) {
    #card-5 .eight img {
        width: 100%;
    }

    #card-5 .fast img {
        width: 100%;
    }

}

@media (max-width: 1200px) {
    #card-1 .card1pro img {
        width: 80%;
    }

    #card-7 .keyboard8 img {
        width: 263%;

    }

    #card-10 .medida3 {
        left: 90%;
    }

    #card-10 .medida1 {
        left: 4.5%;

    }

    #card-5 .desc5 {
        width: 100%;
    }

    #card-5 .eight {
        left: 48%;
    }

    #card-6 .forgamers {
        width: 100%;
        padding: 5%;
    }

    #card-6 .forgamers h3 {
        width: 100%;
    }

    #card-6 .forgamers h1 {
        width: 100%;
    }

    #card-8 .content8 {
        width: 44%;
    }

    #card-9 .desc9 {
        width: 100%;
    }

    #card-10 .desc102 {
        width: 83%;
    }
}

@media (max-width: 1100px) {
    #card-9 .background9 {
        height: 650px;
    }

    #card-10 .medida3 {
        display: none;
    }

    #card-10 .medida2 {
        display: none;
    }

    #card-10 .medida1 {
        display: none;
    }
}

@media (max-width: 1000px) {
    #card-1 .header {
        gap: 25%;
    }

    #card-1 .icones h3 {
        font-size: 10px;
    }

    #card-1 .icones {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    #card-4 .card2keyboard {
        align-items: normal;
        margin-top: 5%;
    }

    #card-4 .desc4 {
        width: 59%;
    }

    #card-4 .card2keyboard {
        flex-direction: column-reverse;
    }

    #card-4 .competitive {
        width: 100%;
        text-align: center;
    }

    #card-4 .competitive h4 {
        width: 100%;
    }

    #card-4 .img4 img {
        width: 55%;
    }

    #card-4 .competitive h3 {
        width: 100%;
    }

    #card-4 .yourgame {
        width: 43%;
    }

    #card-11 .shortcut {
        width: 80%;
    }
}

@media (max-width: 1000px) {
    #card-6 .ora {
        flex-direction: column-reverse;
        height: 1130px;
    }

    #card-6 .forgamers {
        text-align: center;
    }

    .img5responsive {
        display: flex;
        width: 100%;
    }

    .img5responsive img {
        width: 100%;
    }

    .img5 {
        display: none;
    }

    #card-10 .img10 img {
        width: 100%;
    }
}

@media (max-width: 900px) {
    body br {
        display: none;
    }

    #card-2 .desc2 {
        left: 0%;
        transform: translate(0%, 0%);
        top: 6.5%;

    }

    #card-2 .desc2 h1 {
        font-size: 35px;
    }

    #card-1 .header {
        display: flex;
        flex-direction: column;
    }

    .logofortrek img {
        width: 100%;
    }

    .logofortrek {
        width: 60%;
    }

    #card-1 .titulo {
        text-align: center;
    }

    #card-1 .card1keyboard {
        width: 100%;
        top: 59.5%;
    }

    #card-1 .card1background {
        height: 560px;
    }

    #card-2 .desc2 {
        width: 100%;
    }

    #card-4 .switch {
        padding: 5%;
        height: 765px;
    }

    #card-4 .img4 img {
        width: 65%;
    }

    #card-7 .keyboard8 {
        top: 45%;
        left: 17.5%;
        width: 39%;
    }

    #card-7 .strap {
        width: 55%;
        margin-left: 0%;
    }

    #card-8 .content8 {
        display: flex;
        position: static;
        transform: translate(0%, 0%);
        width: 100%;
        text-align: center;
    }

    #card-8 {
        display: flex;
        flex-direction: column-reverse;
    }

    #card-7 .focus {
        width: 100%;
    }

    #card-9 .background9 {
        height: 450px;
    }

}

@media (max-width: 700px) {
    #card-6 .ora {
        flex-direction: column-reverse;
        height: 900px;
    }

    #card-1 .card1background {
        height: 430px;
    }

    #card-1 .card1keyboard {
        width: 100%;
        top: 62%;
    }

    #card-2 .desc2 h1 {
        font-size: 30px;
    }

    body h3 {
        font-size: 45px;
    }

    #card-5 h1 {
        font-size: 26px;
    }

    #card-6 h1 {
        font-size: 25px;
    }

    body h4 {
        font-size: 22px;
    }

    #card-10 h4 {
        font-size: 18px;
    }

    #card-11 .shortcut {
        width: 90%;
    }

    #card-11 .shortcut h2,
    #card-11 .shortcut h1 {
        font-size: 19px;
    }

}

@media (max-width: 650px) {
    #card-6 .ora {
        flex-direction: column-reverse;
        height: 670px;
    }

    #card-6 .paint img {
        width: 90%;
    }

    #card-5 .fast {
        margin-top: 7%;
    }

    #card-4 .yourgame {
        width: 100%;
    }

    #card-4 .removable {
        align-items: baseline;
        height: 540px;
    }

    .desc101 {
        text-align: center;
    }

    #card-4 .switch {
        padding: 5%;
        height: 500px;
    }
}

@media (max-width: 600px) {
    #card-7 .background7 {
        height: 570px;
    }

    #card-7 .keyboard8 {
        top: 35%;
    }

    #card-5 h1 {
        font-size: 21px;
    }

    #card-3 h1 {
        width: 100%;
    }

    #card-9 .desc9-mobile {
        display: flex;
        padding: 3%;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }

    #card-9 .desc9-mobile h3,
    #card-9 .desc9-mobile h4 {
        color: #828282;
        margin-bottom: 3%;
    }

    #card-9 .background9 {
        height: 270px;
    }

    #card-9 .desc9 {
        display: none;
    }

}

@media (max-width: 550px) {
    body h3 {
        font-size: 41px;
    }

    body h4 {
        font-size: 18px;
    }

    #card-1 .card1background {
        height: 360px;
    }

    #card-1 .card1keyboard {
        width: 95%;
        top: 55%;
    }

    #card-1 .card1pro img {
        width: 55%;
    }

    #card-2 .desc2-mobile {
        display: flex;
        background-color: #001628;
        padding: 3%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    #card-2 .desc2 {
        display: none;
    }

    #card-7 .keyboard8 {
        top: 39%;
        left: 23.5%;
    }

    #card-7 .keyboard8 img {
        width: 250%;
    }

    #card-7 .strap {
        width: 50%;
        margin-left: 0%;
    }
}

@media (max-width: 450px) {
    body h3 {
        font-size: 47px;
    }
}

@media (max-width: 400px) {
    body h3 {
        font-size: 47px;
    }

    #card-1 .icones {
        gap: 6%;
        padding: 7%;
    }

    body h3 {
        font-size: 39px;
    }

    body h4 {
        font-size: 18px;
    }

}