
/* Header */
.landingpage {
    width: 100vw;
    height: 90vh;
    min-height: 90vh;
    overflow: hidden;
    position: relative;
}

.bg-img {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.bg-img .item {
    width: 100%;
    height: 100%;
}

.bg-img .item img {
    width: 100%;
    height: 90%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Judul */
.home-content {
    position: absolute;
    left: 0;
    bottom: 5%;
    right: 0;
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 7em;
}

.lineone {
    padding: 0 2px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #e0ae48;
    font-family: 'Quicksand', sans-serif !important;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 600;
}

.linetwo {
    color: #fff;
    font-size: 23px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0 3px;
}

.linethree {
    color: #ddd;
    font-size: 23px;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0 3px;
}

/* Icon */
.landingpage .feature {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center;
    background: rgba(41, 41, 41, 0.3);
    padding-top: 15px;
    margin: 0;
}

.landingpage .feature .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
}

.landingpage .feature .icon {
    margin: 0 10px 15px;
}

.icon a {
    color: #fff;
}

.sejajar {
    display: flex;
    flex-direction: row;
}

.slidecontainer {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.icons {
    width: 100%;
}

.slide {
    margin: 0 23px;
}

.slide img {
    width: 60px;
    height: 60px;
    margin-bottom: 7px;
}

@media (max-width: 767px) {
    .slide {
        margin: 0 10px;
        width: calc(20vw - 20px);
    }

    .slide img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .slide {
        margin: 0 5px;
    }
}
