@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

#bgisi {
    font-size: 30px;
    font-weight: 500;
}

#bgp {
    max-width: 650px;
}

#namaLogo {
    color: white;
    padding: 0;
    margin: 0;
    margin-right: 2em;
    font-weight: 700;

    span {
        color: orangered;
        font-weight: 1000;
        margin-left: 2px;
        /* font-size: 20px; */
    }
}

#isicontentkiri {
    p {
        margin: 0;
        padding: 0;
        font-weight: bold;
        /* display: none; */
    }
}

#isicontentkanan {
    p {
        margin: 0;
        padding: 0;
        font-weight: bold;
        /* display: none; */
    }
}

#parallax {
    /* background: green; */
    padding-top: 100px;
    padding-bottom: 100px;
    color: white;
    background-image: url("../assets/pic4.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

#parallaxpc {
    /* background: green; */
    padding-top: 100px;
    padding-bottom: 100px;
    color: white;
    background-image: url("../assets/pic4.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

#footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #212529;
    color: white;
}

#footer ul li {
    list-style: none;

}

#footer ul {
    padding-left: 0;
}

#footer ul li a {
    float: left;
    margin-right: 20px;
    font-size: 35px;
    color: #ff4a17;
    transition: 250ms;
}

#footer ul li a:hover {
    color: #ad310f;
    transition: 250ms;
}

#footer .phone {
    text-decoration: none;
    color: #ff4a17;
    transition: 250ms;
}

#footer .phone:hover {
    color: #ad310f;
    transition: 250ms;
    text-decoration: underline;
}

#footer .domain {
    text-decoration: none;
    color: white;
    transition: 250ms;
}

#footer .domain:hover {
    color: #ad310f;
    transition: 250ms;
}

.gotop {
    color: #ff4a17;
    text-decoration: none;
}

#page {
    height: 90vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/testimonials-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 3em;
    padding-bottom: 3em;

    /* position: relative; */
}

.swiper {
    width: 100%;
    height: 100%;

}

.swiper-slide {
    padding-top: 2em;
    margin-bottom: 5em;
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-direction: column; */
    margin: 0 auto;
    color: white;

    p {
        width: 20em;
        margin-left: auto;
        margin-right: auto;
    }

    .fp1 {
        margin-left: auto;
        margin-right: auto;
        /* display: none; */
        border-radius: 100%;
        width: 7em;
        height: 7em;


    }
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-link {
    position: relative;
}

.nav-link:after {
    content: "";
    position: absolute;

    background-color: #ad310f;
    height: 3px;
    width: 0;
    left: 0;
    bottom: -1px;
    transition: 0.3s;
}

.nav-link:hover:after {
    width: 100%;
}

#contentpcporto {
    display: none;
}

#contentpclayanan {
    display: none;
}

#parallaxpc {
    display: none;
}

#Peoplepc {
    display: none;
}

@media only screen and (min-width: 768px) {
    #contenthpporto {
        display: none;
    }

    #contentpcporto {
        display: block;
    }

    #contenthplayanan {
        display: none;
    }

    #contentpclayanan {
        display: block;
    }

    #parallaxpc {
        display: block;
    }

    #parallax {
        display: none;
    }

    #Peoplepc {
        display: block;
    }

    #Peoplehp {
        display: none;
    }

}

/* .navbar {
    transition: all 0.5s;
}

.navbar-scrolled {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    color: black;
    background-color: black;
} */