@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');

.mouse-rogue-container * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.full-container {
    width: 100%;
    height: 100%;
}

.mouse-rogue-container {
    margin: 0 auto;
    max-width: 1330px;
    position: relative;
    padding: 0 15px;
}

.mouse-rogue-container .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* Layer 1 */
#card-1 {
    padding: 40px 60px;
    flex-direction: column;
    background-color: #6A6DCD;   
}

#card-1 p, h2 {
    font-family: "Urbanist", sans-serif !important;
}

#card-1 > div {
    width: 100%;
}

#card-1 > div:first-child {
    align-content: center;
    text-align: -webkit-center;
}

#card-1 h2 {
    max-width: 100%;
    font-size: 45px;
    font-weight: 700;
}

#card-1 .content {
    padding: 25px 0;
    font-size: 21px;
    align-self: center;
    text-align: center;
    color: #FFFFFF;
}

#card-1 .content .description {
    font-weight: 300;
}

#card-1 img {
    width: 100%;
    max-width: 348px;
    height: auto;
    display: block;
}

/* Layer 2 */
#card-2 .container-content {
    position: relative;
    width: 100%;
    height: auto;
}

#card-2 .container-content .bg {
    width: 100%;
    height: auto;
    display: block;
}

#card-2 .container-content .img-item {
    position: absolute;
    top: -14%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
    transition: all 0.3s;
}

#card-2 .container-content .img-item:hover {
    transform: scale(1.1);
}

#card-2 .edition{
    position: absolute;
    bottom: 12%;
    left: 10%;
    color: #FFFFFF;
    font-family: "Urbanist", sans-serif !important;
    font-weight: 400;
    font-size: 15px;
}

/* Layer 3 */
#card-3 {
    background-color: #051C2C;
}

#card-3 .content {
    width: 100%;
    text-align: center;
    padding: 0 5%;
    margin: 4rem 0;
    display: grid;
    column-gap: 3%;
    row-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}

#card-3 .content div div {
    height: 46px;
}

#card-3 .content p {
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #FFFFFF;
    font-weight: 700;
    font-family: "Urbanist", sans-serif !important;
    font-size: 14px;
}

#card-3 img {
    max-height: 46px;
    object-fit: contain;
    transition: all 0.3s;
}

#card-3 .content div:hover img,
#card-3 .content div:hover p {
    filter: invert(47%) sepia(10%) saturate(3039%) hue-rotate(200deg) brightness(94%) contrast(85%);
}

/* Layer 4 */
#card-4 {
    padding: 5% 0 5% 5%;
    background-color: #FFFFFF;
    flex-direction: column-reverse;
}

#card-4 > div {
    flex: 1 1 50%;
}

#card-4 .div-image {
    text-align: center;
    align-self: center;
}

#card-4 h2 {
    font-size: 25px;
    font-weight: 800;
    font-family: "Urbanist", sans-serif !important;
    color: #6A6DCD;
}

#card-4 .content {
    align-self: center;
    margin-bottom: 2rem;
    padding-right: 5%;
}

#card-4 .content .description {
    font-weight: 400;
    font-size: 16px;
    font-family: "Inter", sans-serif !important;
    color: #939393;
}

#card-4 img {
    width: 100%;
    height: fit-content;
}

/* Layer 5 */
#card-5 {
    padding: 5% 5% 5% 0;
    background-color: #FFFFFF;
    flex-direction: column-reverse;
}

#card-5 > div {
    flex: 1 1 50%;
}

#card-5 .div-image {
    text-align: center;
    align-self: center;
}

#card-5 h2 {
    font-size: 25px;
    font-weight: 800;
    font-family: "Urbanist", sans-serif !important;
    color: #6A6DCD;
}

#card-5 .content {
    align-self: center;
    margin-bottom: 2rem;
    padding-left: 5%;
}

#card-5 p, 
#card-5 ul {
    font-weight: 400;
    font-size: 16px;
    font-family: "Inter", sans-serif !important;
    color: #939393;
}

#card-5 ul {
    list-style-position: inside;
}

#card-5 img {
    width: 100%;
    height: fit-content;
}

/* Layer 6 */
#card-6 {
    overflow: hidden;
}

#card-6 .container-content {
    position: relative;
    width: 100%;
    height: auto;
}

#card-6 .container-content .bg {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.3s;
}

#card-6:hover .container-content .bg {
    transform: scale(1.1);
}

/* Layer 7 */
#card-7 {
    padding: 5%;
    background-color: #FFFFFF;
    flex-direction: column;
}

#card-7 > div {
    flex-grow: 1;
    width: 100%;
}

#card-7 h2 {
    max-width: 100%;
    font-size: 25px;
    font-weight: 700;
    font-family: "Inter", sans-serif !important;
    color: #6A6DCD;
}

#card-7 .content {
    align-self: center;
    margin-bottom: 4rem;
}

#card-7 .content:first-child {
    border-right: none;
    padding-right: 0;
}

#card-7 .content:nth-child(2) {
    padding-left: 0;
}

#card-7 .content .description {
    font-weight: 400;
    font-size: 16px;
    color: #939393;
    font-family: "Inter", sans-serif !important;
}

#card-7 .specs {
    max-width: 330px;
    margin-top: 3rem;
}

#card-7 .line{
    width: 100%;
    border-bottom: 2px solid #6A6DCD;
    margin: 1rem 0;
}

/* Layer 8 */
#card-8 {
    padding: 5%;
    background-color: #051C2C;
    flex-direction: column-reverse;
}

#card-8 > div {
    flex-grow: 1;
    width: 100%;
}

#card-8 .div-image {
    text-align: center;
    position: relative;
    min-height: 300px;
}

#card-8 h2 {
    max-width: 100%;
    font-size: 25px;
    font-weight: 800;
    font-family: "Urbanist", sans-serif !important;
}

#card-8 .content {
    align-self: center;
    margin-bottom: 4rem;
    color: #FFFFFF;
}

#card-8 .content .description {
    font-weight: 400;
    font-size: 16px;
    font-family: "Inter", sans-serif !important;
}

#card-8 .div-button {
    margin-top: 3rem;
    text-align: center;
}

#card-8 .div-button button {
    padding: .75rem 3rem;
    background-color: #051C2C;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 800;
    font-family: "Urbanist", sans-serif !important;
    transition: all 0.5s;
}

#card-8 img {
    width: 90%;
    position: absolute;
    top: 0;
    left: 25px;
    height: fit-content;
    align-self: anchor-center;
    transition: opacity 0.5s ease;
}

#card-8:hover .base-img {
    opacity: 0;
}

#card-8:hover .specs-img {
    opacity: 1;
}

#card-8:hover button {
    background-color: #6A6DCD;
    border: 2px solid #6A6DCD;
}

#card-8 .specs-img {
    opacity: 0;
}

/* Layer 9 */
#card-9 {
    padding: 5%;
    background-color: #051C2C;
    flex-direction: column-reverse;
    overflow: hidden;
}

.box {
    flex-basis: 100%;
    align-self: center;
    padding: 2%;
}

#card-9 .div-image {
    text-align: center;
    position: relative;
}

#card-9 h2 {
    font-size: 25px;
    font-weight: 800;
    font-family: "Urbanist", sans-serif !important;
    color: #FFFFFF;
}

#card-9 .content {
    margin-bottom: 2rem;
    padding: 2%;
}

#card-9 p {
    font-weight: 400;
    font-size: 16px;
    font-family: "Inter", sans-serif !important;
    color: #FFFFFF;
}

#card-9 img {
    width: 100%;
    height: fit-content;
}

/* Layer 10 */
#card-10 .content {
    width: 100%;
    text-align: center;
    padding: 5rem 0;
    background-color: #051C2C;
}

#card-10 .content h2 {
    color: #6A6DCD;
    font-size: 30px;
    font-family: "Urbanist", sans-serif !important;
    font-weight: 800;
    margin-bottom: 4rem;
}

#card-10 .content .images {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    gap: 30px;
    padding: 0 10%;
}

#card-10 .content p {
    color: #FFFFFF;
    font-size: 15px;
    font-family: "Urbanist", sans-serif !important;
    font-weight: 400;
    margin-top: 2rem;
}

#card-10 .content .images img {
    transition: all 0.3s;
}

#card-10 .content .images div:hover img,
#card-10 .content .images div:hover p {
    filter: invert(47%) sepia(10%) saturate(3039%) hue-rotate(200deg) brightness(94%) contrast(85%);
}

/* Layer 11 Desktop */
#card-11-desktop {
    flex-direction: row;
    display: none;
}

#card-11-desktop .content {
    flex-basis: 40%;
}

#card-11-desktop .div-image {
    flex-basis: 60%;
}

#card-11-desktop .box1 {
    max-height: 40%;
    height: 100%;
    background-color: #051C2C;
    align-content: end;
    text-align: -webkit-center;
}

#card-11-desktop .box1 > div {
    width: fit-content;
}

#card-11-desktop .box1 h2 {
    font-size: 30px;
    font-weight: 800;
    font-family: "Urbanist", sans-serif !important;
    color: #FFFFFF;
    margin-bottom: 5rem;
    text-align: left;
}

#card-11-desktop .box2 {
    padding-left: 5%;
    max-height: 60%;
    height: 100%;
    background-color: #FFFFFF;
    align-content: center;
    text-align: -webkit-center;
}

#card-11-desktop .box2 > div {
    width: fit-content;
}

#card-11-desktop .box2 h2 {
    font-family: "Urbanist", sans-serif !important;
    color: #6A6DCD;
    text-align: center;
    text-align: left;
}

#card-11-desktop .box2 .title1 {
    font-weight: 400;
    font-size: 25px;
}

#card-11-desktop .box2 .title2 {
    font-weight: 800;
    font-size: 30px;
}

#card-11-desktop .colors {
    margin: 2rem 0;
    text-align: left;
}

#card-11-desktop .colors > div {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

#card-11-desktop .colors span {
    font-size: 16px;
    font-weight: 400;
    color: #939393;
}

#card-11-desktop #rectangle {
    width: 40px;
    height: 40px;
    margin-right: 2rem;
    border: 1px solid #000000;
}

#card-11-desktop img {
    width: 100%;
    height: fit-content;
}

/* Layer 11 Mobile */
#card-11-mobile {
    flex-direction: column;
    display: flex;
}

#card-11-mobile .box1 {
    background-color: #051C2C;
}

#card-11-mobile .box1 h2 {
    font-size: 30px;
    font-weight: 800;
    font-family: "Urbanist", sans-serif !important;
    color: #FFFFFF;
    text-align: center;
    padding: 5%;
}

#card-11-mobile .box2 {
    background-color: #FFFFFF;
}

#card-11-mobile .box2 p,
#card-11-mobile .box2 span {
    font-family: "Urbanist", sans-serif !important;
    color: #6A6DCD;
    text-align: center;
}

#card-11-mobile .box2 .title1 {
    font-weight: 400;
    font-size: 25px;
}

#card-11-mobile .box2 .title2 {
    font-weight: 800;
    font-size: 30px;
}

#card-11-mobile .colors {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
}

#card-11-mobile .colors > div {
    display: inline-block;
    margin-bottom: 1rem;
}

#card-11-mobile .colors p {
    font-size: 16px;
    font-weight: 400;
    color: #939393;
}

#card-11-mobile #rectangle {
    width: 40px;
    height: 40px;
    margin: 0 2rem;
    border: 1px solid #000000;
}

#card-11-mobile img {
    width: 100%;
    height: fit-content;
}

/* Layer 12 */
#card-12 .content {
    width: 100%;
    text-align: center;
    margin: 3% 0;
}

#card-12 .content p,
#card-12 .content strong {
    font-size: 30px;
    font-family: "Urbanist", sans-serif !important;
    color: #6A6DCD;
}

#card-12 .content p {
    font-weight: 300;
}

/* MEDIA */
@media (min-width:480px) {
    /* Layer 1 */
    #card-1 h2 {
        font-size: 60px;
    }

    #card-1 .content {
        font-size: 26px;
    }

    /* Layer 2 */
    #card-2 .edition{
        font-size: 25px;
    }

    /* Layer 4 */
    #card-4 h2 {
        font-size: 30px;
    }

    /* Layer 5 */
    #card-5 h2 {
        font-size: 30px;
    }

    /* Layer 8 */
    #card-8 .div-image {
        min-height: 400px;
    }

    #card-8 .div-button button {
        font-size: 20px;
    }

    /* Layer 9 */
    #card-9 h2 {
        font-size: 30px;
    }

    /* Layer 10 */
    #card-10 .content h2 {
        font-size: 40px;
    }

    #card-10 .content p {
        font-size: 28px;
    }
}

@media (min-width:620px) {
    /* Layer 1 */
    #card-1 {
        padding: 60px 60px 25px 60px;
    }

    #card-1 h2 {
        font-size: 101px;
    }

    #card-1 .content {
        font-size: 38px;
    }

    /* Layer 7 */
    #card-7 h2 {
        font-size: 40px;
    }

    #card-7 .content .description {
        font-size: 20px;
    }

    /* Layer 8 */
    #card-8 .div-image {
        min-height: 480px;
    }
}

@media (min-width:768px) {
    /* Layer 1 */
    #card-1 {
        flex-direction: row-reverse;
    }

    #card-1 h2 {
        font-size: 60px;
    }

    #card-1 .content {
        font-size: 25px;
        text-align: left;
    }

    #card-1 > div {
        width: calc(100% / 2);
    }

    #card-1 > div:first-child {
        text-align: -webkit-right;
    }

    /* Layer 3 */
    #card-3 .content {
        grid-template-columns: repeat(4, 1fr);
    }

    /* layer 4 */
    #card-4 {
        flex-direction: row-reverse;
    }

    /* layer 5 */
    #card-5 {
        flex-direction: row;
    }

    /* Layer 8 */
    #card-8 {
        flex-direction: row-reverse;
    }

    #card-8 h2 {
        font-size: 30px;
    }

    #card-8 > div {
        width:calc(100% / 2);
    }

    #card-8 img {
        left: 55px;
    }

    #card-8 .content {
        margin: 0;
        padding: 0 1.5rem;
    }

    #card-8 .content .description {
        font-size: 18px;
    }

    /* layer 9 */
    #card-9 {
        flex-direction: row;
    }

    #card-9 .div-image {
        flex-basis: 65%;
    }

    #card-9 .content {
        flex-basis: 35%;
    }

    #card-9 img {
        position: absolute;
        top: 0;
        left: 0;
        transition: transform 0.3s ease;
        transform: translate(-50%, -50%);
    }

    #card-9 img:hover {
        transform: translate(0%, -50%);
    }

    /* Layer 11 */
    #card-11-desktop {
        display: flex;
    }

    #card-11-mobile {
        display: none;
    }
}

@media (min-width:967px) {
    /* Layer 1 */
    #card-1 h2 {
        font-size: 101px;
    }

    #card-1 .content {
        font-size: 38px;
    }

    /* Layer 4 */
    #card-4 h2 {
        font-size: 40px;
    }

    #card-4 .content .description {
        font-size: 22px;
    }

    /* Layer 5 */
    #card-5 h2 {
        font-size: 40px;
    }

    #card-5 p, 
    #card-5 ul {
        font-size: 22px;
    }

    /* Layer 7 */
    #card-7 {
        flex-direction: row;
    }

    #card-7 > div {
        width:calc(100% / 2);
    }

    #card-7 h2 {
        font-size: 40px;
    }

    #card-7 .content {
        margin: 0;
        padding-left: 1.5rem;
    }

    #card-7 .content:first-child {
        border-right: 2px solid #6A6DCD;
        padding-right: 5rem;
    }

    #card-7 .content:nth-child(2) {
        padding-left: 5rem;
    }

    #card-7 .content .description {
        font-size: 22px;
    }

    /* Layer 8 */
    #card-8 .div-image {
        padding-right: 1.5rem;
        min-height: 430px;
    }

    #card-8 h2 {
        font-size: 40px;
    }

    #card-8 .content .description {
        font-size: 22px;
    }

    /* Layer 9 */
    #card-9 h2 {
        font-size: 40px;
    }

    #card-9 p {
        font-size: 22px;
    }

    /* Layer 11 */
    #card-11-desktop .box1 h2 {
        font-size: 40px;
    }

    #card-11-desktop .box2 .title1 {
        font-size: 30px;
    }

    #card-11-desktop .box2 .title2 {
        font-size: 40px;
    }
}

@media (min-width:1020px) {
    /* Layer 3 */
    #card-3 .content {
        grid-template-columns: repeat(8, 1fr);
    }
}