@import url('./all.css');

.landing {
    width: 100%;
    height: calc(100vh - 180px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    /* background-image: url('../images/bg-landing.jpg'); */
}

.landing_left {
    width: 100%;
}

.landing_left h1 {
    color: var(--black);
    font-weight: 600;
    font-size: 55px;
    line-height: 70px;
}

.landing_left p {
    color: var(--black);
    font-weight: 400;
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.landing_right {
    width: 100%;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.landing_right img {
    width: 95%;
}

.back_toko_online {
    width: 100%;
    background-color: var(--semi-brown);
    margin-top: 80px;
}

.toko_online {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.toko_online_left {
    width: 100%;
}

.toko_online_left h1 {
    font-size: 40px;
    font-weight: 500;
    color: var(--black);
    line-height: 55px;
}

.menu_toko_online_left {
    width: 80%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 30px;
    margin-bottom: 60px;
}

.isi_menu_toko_online_left {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-items: center;
}

.isi_menu_toko_online_left i {
    width: 50px;
    font-size: 25px;
    color: var(--blue);
}

.isi_menu_toko_online_left div h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
}

.isi_menu_toko_online_left div {
    flex: 1;
    /* background-color: red; */
}

.isi_menu_toko_online_left div p {
    font-size: 14px;
    font-weight: 400;
    color: var(--semi-black);
    margin-top: 5px;
}

.toko_online_right {
    width: 100%;
    display: flex;
}

.toko_online_right img {
    width: 100%;
}

.web_custom {
    width: 100%;
    padding: 130px 0;
    background-color: var(--white);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.web_custom_left {
    width: 100%;
    display: flex;
    align-items: center;
}

.box_img_web_custom_left {
    width: 85%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.box_img_web_custom_left img {
    width: 100%;
    border-radius: 5px;
}

.web_custom_right {
    width: 100%;
}

.web_custom_right h1 {
    font-size: 40px;
    font-weight: 500;
    color: var(--black);
    line-height: 55px;
}

.web_custom_right p {
    font-size: 17px;
    font-weight: 400;
    color: var(--black);
    margin-top: 30px;
    margin-bottom: 50px;
}

.drag_drop {
    width: 100%;
    padding: 100px 0;
    background-color: var(--blue);
}

.dd_icon {
    font-size: 80px;
    color: var(--white);
}

.dd_title {
    width: 80%;
    font-size: 40px;
    font-weight: 500;
    color: var(--white);
    line-height: 55px;
    text-align: center;
    margin-top: 30px;
}

.dd_desc {
    width: 70%;
    font-size: 17px;
    font-weight: 400;
    color: var(--white);
    margin-top: 25px;
    margin-bottom: 50px;
}

.for_you {
    width: 100%;
    padding: 100px 0;
}

.for_you h1 {
    font-size: 40px;
    font-weight: 500;
    color: var(--black);
}

.for_you p {
    font-size: 17px;
    font-weight: 400;
    color: var(--black);
    margin-top: 10px;
    margin-bottom: 50px;
}

.box_for_you {
    width: 100%;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.isi_box_for_you {
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(230, 230, 230, 1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(230, 230, 230, 1);
    box-shadow: 0px 0px 4px 0px rgba(230, 230, 230, 1);
}

.isi_box_for_you i {
    font-size: 35px;
    color: var(--blue);
}

.isi_box_for_you h1 {
    font-size: 16px;
    color: var(--black);
    font-weight: 500;
    margin-top: 10px;
}

.brand {
    width: 100%;
    margin: 0 0 100px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    gap: 70px;
}

.brand img {
    width: 100%;
}

@media only screen and (max-width: 900px) {
    .landing {
        width: 100%;
        height: calc(100vh - 80px);
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    .landing_left {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .landing_left h1 {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
    }

    .landing_left p {
        font-size: 15px;
        margin-top: 20px;
        margin-bottom: 40px;
        text-align: center;
    }

    .landing_right {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* display: none; */

    }

    .landing_right img {
        width: 200px;
        align-items: center;
    }

    .back_toko_online {
        width: 100%;
        background-color: var(--semi-brown);
        margin-top: 20px;
    }

    .toko_online {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .toko_online_left {
        width: 100%;
        padding-bottom: 40px;
    }

    .toko_online_left h1 {
        font-size: 28px;
        font-weight: 500;
        color: var(--black);
        line-height: 38px;
    }

    .menu_toko_online_left {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .web_custom {
        width: 100%;
        padding: 80px 0;
        background-color: var(--white);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
    }

    .box_img_web_custom_left {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .web_custom_right h1 {
        font-size: 28px;
        font-weight: 500;
        color: var(--black);
        line-height: 38px;
    }

    .web_custom_right p {
        font-size: 15px;
        font-weight: 400;
        color: var(--black);
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .drag_drop {
        padding: 80px 0;
    }
    
    .dd_icon {
        font-size: 50px;
    }
    
    .dd_title {
        width: 100%;
        font-size: 28px;
        line-height: 38px;
        margin-top: 20px;
    }
    
    .dd_desc {
        width: 100%;
        font-size: 15px;
        font-weight: 400;
        color: var(--white);
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .for_you {
        padding: 80px 0;
    }
    
    .for_you h1 {
        font-size: 28px;
    }
    
    .for_you p {
        font-size: 15px;
        margin-top: 5px;
        margin-bottom: 40px;
    }

    .box_for_you {
        width: 100%;
        margin-top: 0px;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    
    .isi_box_for_you i {
        font-size: 25px;
        color: var(--blue);
    }
    
    .isi_box_for_you h1 {
        font-size: 14px;
        color: var(--black);
        font-weight: 500;
        margin-top: 8px;
    }
    
    .brand {
        margin: 0 0 80px 0;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 50px;
    }
}