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

.wise-air-container * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

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

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

.wise-air-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: -6%;
    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);
}

/* 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: 5%;
    grid-template-columns: repeat(2, 1fr);
}

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

#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: 51px;
    object-fit: contain;
}

#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: 0 0 2% 5%;
    background-color: #FFFFFF;
    flex-direction: column;
}

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

#card-4 .div-image {
    align-self: flex-end;
}

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

#card-4 .content {
    align-self: flex-end;
    margin: 2rem 0;
    padding-right: 5%;
}

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

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

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

#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: 700;
    font-family: "Inter", sans-serif !important;
    color: #6A6DCD;
}

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

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

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

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

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

#card-6 .div-image {
    align-self: flex-end;
}

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

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

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

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

/* Layer 7 */
#card-7 {
    position: relative;
    width: 100%;
    aspect-ratio: 8 / 3;
}

#card-7-mobile {
    padding: 5%;
    background-color: #F1F1F1;
    display: flex;
}

#card-7 .content-desktop {
    width: 100%;
    z-index: 1;
    display: none;
}

#card-7 .text-container {
    width: 50%;
    margin-bottom: auto;
    padding: 10% 0 0 5%;
}

#card-7 .text-container h2,
#card-7-mobile .content-mobile .text-container h2 {
    font-weight: 700;
    font-family: "Inter", sans-serif !important;
    font-size: 25px;
    color: #6A6DCD;
}

#card-7 .text-container p,
#card-7-mobile .content-mobile .text-container p {
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
    font-size: 16px;
    color: #929292;
}

#card-7 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    transition: opacity 0.3s ease;
}

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

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

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

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

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

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

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

/* Layer 9 */
#card-9 .content {
    width: 100%;
    padding: 0 5%;
    margin: 4rem 0;
    display: grid;
    column-gap: 2%;
    row-gap: 2%;
    grid-template-columns: 1fr;
}

#card-9 .content .title-div {
    height: 100px;
    align-content: center;
}

#card-9 .content .img-div {
    text-align: center;
}

#card-9 .content > div {
    padding: 13% 7%;
    background-color: #6A6DCD;
    transition: all 0.3s;
}

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

#card-9 .content .title {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

#card-9 img {
    object-fit: contain;
}

#card-9 .content > div:hover {
    background-color: #051C2C;
}

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

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

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

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

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

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

#card-10 img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: fit-content;
    align-self: anchor-center;
    transition: opacity 0.3s ease;
}

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

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

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

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

/* Layer 11 */
#card-11 {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 1;
}

#card-11-mobile {
    padding: 5%;
    background-color: #F1F1F1;
    display: flex;
}

#card-11 .content-desktop {
    width: 100%;
    z-index: 1;
    display: none;
}

#card-11 .text-container {
    margin-left: auto;
    width: 50%;
    margin-bottom: auto;
    padding: 2% 5% 0 0;
}

#card-11 .text-container h2,
#card-11-mobile .content-mobile .text-container h2 {
    font-weight: 700;
    font-family: "Inter", sans-serif !important;
    font-size: 25px;
    color: #6A6DCD;
}

#card-11 .text-container p,
#card-11-mobile .content-mobile .text-container p {
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
    font-size: 16px;
    color: #929292;
}

#card-11 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    transition: opacity 0.3s ease;
}

#card-11:hover .img-1 {
    opacity: 0;
}

#card-11:hover .img-2 {
    opacity: 1;
}

#card-11 .img-2 {
    opacity: 0;
}

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

#card-12-desktop .content {
    flex-basis: 60%;
}

#card-12-desktop .div-image {
    flex-basis: 40%;
}

#card-12-desktop .box1,
#card-12-desktop .box2 {
    padding: 0 8.5%;
    max-height: 50%;
    height: 100%;
    background-color: #FFFFFF;
    align-content: center;
}

#card-12-desktop .box2 {
    background-color: #F1F1F1;
}

#card-12-desktop .box1 > div, 
#card-12-desktop .box2 > div {
    width: fit-content;
}

#card-12-desktop .box1 h2,
#card-12-desktop .box2 h2 {
    font-size: 25px;
    font-weight: 700;
    font-family: "Inter", sans-serif !important;
    color: #6A6DCD;
}

#card-12-desktop .box1 p,
#card-12-desktop .box2 p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
    color: #929292;
}

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

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

#card-12-mobile .box1, 
#card-12-mobile .box2 {
    padding: 5%;
}

#card-12-mobile .box2 {
    background-color: #F1F1F1;
}

#card-12-mobile .box1 h2,
#card-12-mobile .box2 h2 {
    font-size: 25px;
    font-weight: 700;
    font-family: "Inter", sans-serif !important;
    color: #6A6DCD;
}

#card-12-mobile .box1 p,
#card-12-mobile .box2 p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
    color: #929292;
}

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

/* Layer 13 */
#card-13 .content {
    width: 100%;
    text-align: center;
    padding: 0 5%;
    margin: 4rem 0;
}

#card-13 .content h2 {
    margin-top: 20px;
    font-size: 30px;
    font-weight: 700;
    font-family: "Inter", sans-serif !important;
    color: #6A6DCD;
}

#card-13 .content .description {
    font-size: 16px;
    margin-top: 2rem;
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    color: #929292;
}

#card-13 .br-display {
    display: none;
}

#card-13 .content .images {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 30px;
}

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

/* Layer 14 */
#card-14 {
    padding: 5%;
    background-color: #6A6DCD;
    flex-direction: column-reverse;
}

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

#card-14 .div-image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    gap: 20px;
}

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

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

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

#card-14 img {
    width: 100%;
    height: fit-content;
    transition: all 0.3s;
}

#card-14 img:hover {
    transform: translateY(-20px);
}

#card-14 .colors {
    margin: 2rem 0 0 3rem;
}

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

#card-14 .colors span {
    font-size: 16px;
    font-weight: 400;
}

#card-14 #rectangle {
    width: 40px;
    height: 40px;
    margin-right: 2rem;
}

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

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

#card-15 .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 3 */
    #card-3 .content {
        margin: 4rem 0 5rem 0;
        row-gap: 55px;
    }

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

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

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

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

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

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

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

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

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

    #card-12-mobile .box1 h2,
    #card-12-mobile .box2 h2 {
        font-size: 30px;
    }

    #card-12-mobile .box1 p,
    #card-12-mobile .box2 p {
        font-size: 20px;
    }

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

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

    #card-14 .colors span {
        font-size: 22px;
    }
}

@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 4 */
    #card-4 {
        flex-direction: row-reverse;
    }

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

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

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

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

    /* Layer 7 */
    #card-7-mobile {
        display: none;
    }

    #card-7 .content-desktop {
        display: flex;
    }

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

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

    #card-9 .content p {
        font-size: 14px;
    }

    #card-9 .content .title {
        font-size: 15px;
    }
    
    /* layer 10 */
    #card-10 {
        flex-direction: row-reverse;
    }

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

    /* Layer 11 */
    #card-11-mobile {
        display: none;
    }

    #card-11 .content-desktop {
        display: flex;
    }

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

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

    /* Layer 13 */
    #card-13 .br-display {
       display: block;
    }
}

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

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

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

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

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

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

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

    /* Layer 6 */
    #card-6 h2 {
        font-size: 35px;
    }

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

    /* Layer 8 */
    #card-8 h2 {
        font-size: 35px;
    }

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

    /* Layer 9 */
    #card-9 .content .title {
        font-size: 16px;
    }

    /* Layer 10 */
    #card-10 h2 {
        font-size: 35px;
    }

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

    /* Layer 11 */
    #card-11 .text-container {
        padding: 5% 5% 0 0;
    }

    /* Layer 12 */
    #card-12-desktop .box1 h2,
    #card-12-desktop .box2 h2 {
        font-size: 30px;
    }

    #card-12-desktop .box1 p,
    #card-12-desktop .box2 p {
        font-size: 18px;
    }

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

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

    #card-14 h2 {
        font-size: 35px;
    }

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

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

    #card-14 .div-image {
        padding-right: 1.5rem;
    }
}

@media (min-width:1120px) {
    /* Layer 7 */
    #card-7 .text-container h2 {
        font-size: 35px;
    }

    #card-7 .text-container p {
        font-size: 22px;
    }

    /* Layer 9 */
    #card-9 .content p {
        font-size: 17px;
    }

    #card-9 .content .title {
        font-size: 20px;
    }

    /* Layer 11 */
    #card-11 .text-container h2 {
        font-size: 35px;
    }

    #card-11 .text-container p {
        font-size: 22px;
    }

    /* Layer 12 */
    #card-12-desktop .box1 h2,
    #card-12-desktop .box2 h2 {
        font-size: 35px;
    }

    #card-12-desktop .box1 p,
    #card-12-desktop .box2 p {
        font-size: 22px;
    }
}