:root {
    --mainColor : #000000;
    --secondaryColor : #212224;
    --acsentColor : rgb(0, 225, 255);
}

body {
    background-color :var(--mainColor);
    min-height: 700px;
    font-family: 'poppins', sans-serif;
}

section h1 {
    color: #fff;
    font-size: 3rem;
}

/* navbar */

.nav-link.active {
    color: var(--acsentColor) !important;
    font-weight: 700;
}

.nav-dark {
    background-color: var(--secondaryColor) !important;
    z-index: 10;
    transition: 0.8s;
}

/* end navbar */

/* Hero */

.color-acsent {
    color: var(--acsentColor);
}

#hero {
    color: #fff;
    min-height: 100px;
    padding-top: 75px;
    padding-bottom: 50px;
}

#hero h1 {
    font-size: 2rem;
}

#hero h2 {
    font-weight: 200;
}

.hr-1 {
    width: 35%;
    height: 10px;
    color: var(--acsentColor);
    margin: 0;
    opacity: 100%;
}

#hero p {
    font-size: 1rem;
    font-weight: 200;
}

/* CTA */
.btn-custom1 {
    background-color: var(--acsentColor);
    text-align: center;
    color: #fff;
    min-width: 150px;
    height: 45px;
    font-weight: 700;
    font-size: 1.2rem;
}

.btn-custom1:hover {
    box-shadow: 0 0 10px rgba(255, 166, 0, 0.8);
}

.cv {
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
}

.social-icon svg {
    margin-right: 0.7em;
    margin-bottom: 10px;
}

.social-icon-bawah svg {
    margin-right: 0.7em;
    margin-bottom: 10px;
}


/* end hero */

/* skill */

#skill {
    min-height: 300px;
    width: 100%;
    color: #fff;
    background-color: var(--secondaryColor);
    padding-top: 80px;
    padding-bottom: 80px;
}

#skill .img-1 {
    width: 15%;
    margin: 10px;
}

.hr-2 {
    width: 35%;
    height: 10px;
    color: var(--acsentColor);
    margin: 0 auto;
    opacity: 100%;
}

#skill .card {
    background-color: #414558;
    height: 380px;
}

#skill .card:hover {
    background-color: var(--acsentColor);
}

#skill .img-2 {
    width: 50%;
}

.color-white {
    color: #fff;
}

.skill-konten {
    margin-top: 120px;
}
/* end skill */

/* Portofolio */

#portofolio {
    margin-top: -250px;
    padding-top: 270px;
    padding-bottom: 80px;
    background-image: url("../img/bg1.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    background-color: black;
}

.porto-1 {
    width: 100%;
}

#portofolio1 {
    margin-top: 0px;
    padding-top: 300px;
    padding-bottom: 80px;
    background-image: url("../img/bg3.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    background-color: #000000;
}

#portofolio2 {
    margin-top: 0px;
    padding-top: 270px;
    padding-bottom: 80px;
    background-image: url("../img/ng4.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    background-color: #000000;
}

/* End Portofolio */
