@import "main.css";

.alc-slide-grid {
    height: 100vh;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alc-main-pic-wrap{
    width: 100vw;
    height:100vh;
    background-image: url("../images/branding_project/Background.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #efe0ce;
}

.alc-main-pic-logo {
    width: 30vw;
}

.alc-all-pic {
    height: 100%;
    width: auto;
}

.alc-all-pic2 {
    height: 100%;
    width: auto;
}

.alc-brand-txt-wrap {
    width: 50vw;
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.alc-upper-panel {
    width: 100%;
    height: 15vh;
    background-color: #efe0ce;
}

.alc-lower-panel {
    width:100%;
    height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.alc-head {
    width: 80%;
    font-size: 2.5em;
    text-align: left;
    padding:30px 0 30px 0;
}

.alc-txt {
    width:80%;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 2ch;
    text-align: left;
}

.alc-logo-wrap {
    background-color: #4f3b29;
    width: 50vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.alc-white-logo-1 {
    height: 15vh;
    margin-bottom: 10vh;
}

.alc-white-logo-2 {
    height: 20vh;
}

.alc-logo-top-txt {
    color: white;
    font-size: 1.1em;
    margin-bottom: 10px;
    font-weight: 300;
}

.alc-icon-set-wrap {
    width: 50vw;
    height:100%;
    background-color: #4f3b29;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alc-icon-set {
    height: 50%;
}

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

    .alc-slide-grid {
        height: max-content;
        width: 100vw;
        overflow-x: hidden;
        flex-direction: column;
        justify-content: space-evenly;
    }
    
    .alc-main-pic-wrap{
        background-size: cover;
    }
    
    .alc-main-pic-logo {
        width: 50vw;
    }
    
    .alc-all-pic {
        height: 50vh;
        width: auto;
    }

    .alc-all-pic2 {
        height: auto;
        width: 100vw;
    }
    
    .alc-brand-txt-wrap {
        width: 100vw;
        height:100%;
    }
    
    .alc-upper-panel {
        width: 100%;
        height: calc(0.2*var(--fix-mob-height));
        background-color: #efe0ce;
    }
    
    .alc-lower-panel {
        width:100%;
        height: calc(1.1*var(--fix-mob-height));
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .alc-head {
        width: 85%;
        padding: 10px 0 10px 0;
    }
    
    .alc-txt {
        width: 85%;
        font-size: 1.1em;
    }
    
    .alc-logo-wrap {
        width: 100vw;
        height: 100vh;
    }
    
    .alc-white-logo-1 {
        height: auto;
        margin-bottom: 10vh;
        width: 60%;
    }
    
    .alc-logo-top-txt {
        margin-top: 10vh;
    }
    
    .alc-icon-set-wrap {
        width: 100vw;
        height: 100vh;
    }
    
    .alc-icon-set {
        height: auto;
        width: 60%;
    }


}