@import "main.css";
/* big sliders */

.am-lotd-slide2 {
    height: 100%;
    width: 200vw;
    background-color: white;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.am-k95-slide2 {
    height: 100%;
    width: 160vw;
    background-color: white;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.am-fl-slide2 {
    height: 100%;
    width: 120vw;
    background-color: white;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.am-fl-slide3 {
    height: 100%;
    width: 160vw;
    background-color: var(--main-color);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

/* imtro slide */
.am-mid-txt-add {
    width: 35vw;
    margin-top: 15vh;
    margin-right: 5vw;
}

.am-mid-body-add {
    width: 100%;
}

.am-side-fig {
    height: 100%;
    width: auto;
}

.am-fl-txt-wrap {
    width: 30vw;
    height: 100vh;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 3vw;
    margin-left: 5vw;
    padding-top: 20vh;
}

.am-acc {
    color: var(--accent-color);
}

.am-fl-head {
    font-weight: 500;
    width: 90%;
    font-size: 4em;
    padding-bottom: 5vh;
    line-height: 2ch;
}

.am-fl-txt {
    font-size: 1.2em;
    width: 90%;
    height: 20%;
    line-height: 2.5ch;
    text-align: justify;
    font-weight: 300;
}

.am-fl-side-fig {
    height: 80%;
    width: auto;
}

@media (max-width: 600px) and (orientation: portrait) {

    .am-lotd-slide2 {
        height: calc(1.4*var(--fix-mob-height));
        width: 100vw;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .am-k95-slide2 {
        height: calc(1.7*var(--fix-mob-height));
        width: 100vw;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .am-fl-slide2 {
        height: calc(1.1*var(--fix-mob-height));
        width: 100vw;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .am-fl-slide3 {
        height: calc(1.9*var(--fix-mob-height));
        width: 100vw;
        overflow-x: hidden;
        flex-direction: column;
        justify-content: space-evenly;
    }
    
    /* imtro slide */
    .am-mid-txt-add {
        width: 35vw;
        margin-top: 0vw;
        margin-right: 0vw;
    }
    
    .am-mid-body-add {
        width: 95%;
    }
    
    .am-side-fig {
        height: auto;
        width: 100vw;
    }
    
    .am-fl-txt-wrap {
        width: 100vw;
        height: auto;
        margin-right: 0vw;
        margin-left: 0vw;
        padding-top: 5vh;
    }
    .am-fl-head {
        font-size: 3.5em;
        padding-bottom: 2vh;
    }
    
    .am-fl-txt {
        font-size: 1.1em;
        height: auto;
    }
    
    .am-fl-side-fig {
        height: auto;
        width: 210vw;
    }


}