@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');

.cruiser-container * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.full-container {
    width: 100%;
    height: 100%;
}

.cruiser-container {
    margin: 0 auto;
    max-width: 1330px;
    position: relative;
    padding: 0 15px;
}

/* Layer 1 */
#card-1 {
    display: flex;
    justify-content: center;
    padding: 60px;
    background-color: #6A6DCD;
}

#card-1 .header-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: space-between;
    align-items: center;
}

#card-1 .header-container p {
    font-weight: 300;
    font-size: 33px;
    font-family: "Urbanist", sans-serif !important;
    color: #FFFFFF;
}

#card-1 .header-container h1 {
    font-weight: 900;
    font-size: 90px;
    font-family: "Urbanist", sans-serif !important;
    color: #FFFFFF;
}

#card-1 img {
    width: 100%;
    max-width: 286px;
    height: auto;
    display: block;
}

/* Layer 2 */
#card-2 {
    background: url("../img/background1-layer2.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

#card-2 div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#card-2 p {
    position: absolute;
    bottom: 70px;
    left: 70px;
    width: fit-content;
    font-family: "Urbanist", sans-serif !important;
    font-weight: 300;
    font-size: 35px;
    color: #FFFFFF;
}

#card-2 img {
    position: relative;
    top: -160px;
    align-self: center;
    width: 100%;
    max-width: 395px;
    height: auto;
    display: block;
    padding: 0 10px;
}

/* Layer 3 */
#card-3 {
    background-color: #6A6DCD;
}

#card-3 .content {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    row-gap: 55px;
    padding: 1%;
    text-align: center;
}

#card-3 .content>div {
    flex: 1;
    flex-basis: calc(100%/5);
    padding: 0 .5%;
    align-self: flex-start;
}

#card-3 .content .center {
    align-self: center;
}

#card-3 .content div div {
    height: 122px;
    align-content: center;
}

#card-3 .content p {
    color: #FFFFFF;
    font-weight: 400;
    font-family: "Urbanist", sans-serif !important;
    font-size: 16px;
}

#card-3 .content p span {
    font-weight: 900;
}

#card-3 img {
    max-height: 122px;
}

/* Layer 4 */
#card-4 .img-container {
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 952px;
    margin: 0 auto;
}

#card-4 img {
    display: block;
    width: 100%;
    max-width: 952px;
    height: auto;
    transition: opacity .5s ease-in-out;
}

#card-4 .img2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

#card-4 .img-container:hover .img2 {
    opacity: 1;
}

#card-4 .img-container:hover .img1 {
    opacity: 0;
}

/* Layer 5 */
#card-5 {
    display: flex;
    flex-direction: row;
    background-color: #FFFFFF;
    padding: 5%;
    gap: 4rem;
}

#card-5 h2 {
    font-size: 35px;
    font-weight: 900;
    font-family: "Urbanist", sans-serif !important;
    color: #061D2C;
}

#card-5 .content {
    margin: 0;
    padding: 0;
    flex: 1;
}

#card-5 .bar {
    width: 3px;
    background-color: #061D2C;
    border-radius: 1.5px;
}

#card-5 .content .description {
    font-weight: 400;
    font-size: 22px;
    color: #929292;
    font-family: "Inter", sans-serif !important;
}

/* Layer 6 */
#card-6 {
    background: url("../img/background1-layer6.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#card-6 .container-img {
    display: flex;
    justify-content: center;
    padding: 8%;
}

#card-6 .container-img img {
    display: block;
    width: 100%;
    max-width: 919px;
    height: auto;
}

/* Layer 7 */
#card-7 {
    display: flex;
    flex-direction: row;
    background-color: #FFFFFF;
    padding: 5% 5% 1% 5%;
    gap: 4rem;
}

#card-7 h2 {
    font-size: 35px;
    font-weight: 900;
    font-family: "Urbanist", sans-serif !important;
    color: #061D2C;
}

#card-7 .content {
    margin: 0;
    padding: 0;
    flex: 1;
}

#card-7 .bar {
    width: 3px;
    height: 320px;
    background-color: #061D2C;
    border-radius: 1.5px;
}

#card-7 .content .description {
    font-weight: 400;
    font-size: 22px;
    color: #929292;
    font-family: "Inter", sans-serif !important;
}

/* Layer 8 */
#card-8 {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-bottom: 15%;
    padding: 5% 5% 5% 0;
    gap: 4rem;
    background: linear-gradient(to right, #ffffff 25%, #061D2C 25%);
}

#card-8 div {
    flex: 1;
}

#card-8 .text-container {
    display: flex;
    justify-content: flex-end;
    padding-right: 14%;
}

#card-8 .text-container h2 {
    font-size: 35px;
    font-weight: 900;
    font-family: "Urbanist", sans-serif !important;
    color: #FFFFFF;
    max-width: fit-content;
}

#card-8 img {
    display: block;
    width: 100%;
    max-width: 606px;
    height: auto;
    position: absolute;
    top: -50px;
}

/* Layer 9 */
#card-9 {
    background: url("../img/background1-layer9.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#card-9 .screens-container {
    display: flex;
    justify-content: center;
}

#card-9 .screens-container img {
    display: block;
    width: 100%;
    max-width: 1270px;
    height: auto;
}

#card-9 .text-container {
    padding: 0 15%;
    margin-bottom: 4rem;
}

#card-9 .text-container h2 {
    font-size: 35px;
    font-weight: 400;
    font-family: "Urbanist", sans-serif !important;
    color: #FFFFFF;
}

#card-9 .text-container h2 span {
    font-weight: 900;
}

#card-9 .text-container p {
    font-size: 22px;
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
    color: #FFFFFF;
}

#card-9 .mouse-container {
    display: flex;
    justify-content: flex-end;
}

#card-9 .mouse-container img {
    display: block;
    width: 100%;
    max-width: 997px;
    height: auto;
}

/* Layer 10 */
#card-10 {
    background-color: #696DD1;
    padding: 4rem 0;
}

#card-10 .content {
    width: 100%;
    text-align: center;
}

#card-10 .content p,
#card-10 .content strong {
    font-size: 40px;
    font-family: "Urbanist", sans-serif !important;
    color: #FFFFFF;
}

#card-10 .content p {
    font-weight: 300;
}

#card-10 .content strong {
    font-weight: 900;
}

/* Media */
@media (max-width:1200px) {

    /* Layer 8 */
    #card-8 .text-container {
        padding-right: 0;
    }
}

@media (max-width:1080px) {
    #card-2 img {
        top: -60px;
    }

    /* Layer 8 */
    #card-8 {
        background: none;
        background-color: #061D2C;
    }

    #card-8 .text-container {
        justify-content: flex-start;
        align-items: center;
    }

    #card-8 .text-container h2 {
        max-width: max-content;
    }

    #card-8 img {
        position: initial;
        top: 0;
    }
}

@media (max-width:967px) {

    /* Layer 1 */
    #card-1 .header-container p {
        font-size: 18px;
    }

    #card-1 .header-container h1 {
        font-size: 50px;
    }

    /* Layer 3 */
    #card-3 .content {
        padding: 5%;
    }

    #card-3 .content>div {
        flex-basis: calc(100%/3);
    }

    /* Layer 5 */
    #card-5 h2 {
        font-size: 25px;
    }

    #card-5 .content .description {
        font-size: 18px;
    }

    /* Layer 7 */
    #card-7 h2 {
        font-size: 25px;
    }

    #card-7 .content .description {
        font-size: 18px;
    }
}

@media (max-width:768px) {

    /* Layer 1 */
    #card-1 .header-container {
        text-align: center;
        flex-direction: column;
    }

    /* Layer 5 */
    #card-5 {
        flex-direction: column-reverse;
        gap: 2rem;
    }

    #card-5 .bar {
        width: 100%;
        height: 3px;
    }

    /* Layer 7 */
    #card-7 {
        flex-direction: column-reverse;
        gap: 2rem;
        padding: 5%;
    }

    #card-7 .bar {
        width: 100%;
        height: 3px;
    }

    /* Layer 8 */
    #card-8 {
        flex-direction: column-reverse;
    }

    #card-8 .text-container {
        padding-left: 5%;
    }

    /* layer 10 */
    #card-10 .content p,
    #card-10 .content strong {
        font-size: 40px;
    }
}

@media (max-width:620px) {

    /* Layer 2 */
    #card-2 p {
        position: relative;
        bottom: 30px;
        left: 30px;
    }

    /* Layer 3 */
    #card-3 .content>div {
        flex-basis: 50%;
    }

    /* Layer 9 */
    #card-9 .text-container {
        padding: 0 10%;
    }

    #card-9 .text-container h2 {
        font-size: 25px;
        color: #061D2C;
    }

    #card-9 .text-container p {
        font-size: 18px;
        color: #061D2C;
    }
}

@media (max-width:480px) {

    /* Layer 1 */
    #card-1 {
        padding: 30px;
    }

    #card-1 .header-container p {
        font-size: 16px;
    }

    #card-1 .header-container h1 {
        font-size: 30px;
    }

    /* Layer 2 */
    #card-2 img {
        top: 0;
    }

    #card-2 p {
        bottom: 0;
        left: 0;
        margin: 2rem 0;
        text-align: center;
        width: 100%;
    }

    #card-2 p br {
        display: none;
    }

    /* Layer 5 */
    #card-5 .content .description {
        font-size: 16px;
    }

    /* Layer 7 */
    #card-7 .content .description {
        font-size: 16px;
    }

    /* Layer 8 */
    #card-8 .text-container h2 {
        font-size: 25px;
    }

    /* layer 10 */
    #card-10 .content p,
    #card-10 .content strong {
        font-size: 25px;
    }
}