@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Quando&family=Quantico:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    padding: 0;
    margin: 0;
}
nav {
    background-color: #E9C33F;
    padding: 0.5rem;
    position: fixed;
    width: 100%;
    z-index: 1;
}
nav .menu {
    margin-left: 15vw;
    font-family: 'Roboto', sans-serif;
}
nav .menu ul {
    display: flex!important;
    list-style-type: none;
}
nav .menu ul li {
    padding: 0 2rem;
}
nav .menu ul li a {
    text-decoration: none;
    color: black;
}
nav .menu ul li a.active::after {
    width: 1rem;
    height: 0.5rem;
    background-color: black;
    border-radius: 0.3rem;
}
@media only screen and (max-width: 992px) {
    nav .menu ul li {
        padding: 0 2rem;
        width: fit-content;
    }
}

.hero {
    min-height: 100vh;
    background: radial-gradient(at 0px 0px,
      #C8C4BA -90%, #191919 60%);
}
.hero .container {
    height: 100%!important;
    color: white;
}
.hero .kiri {
    margin-top: 13rem;
    /* margin-left: 3rem; */
}
.hero .kiri .judul {
    font-family: 'Quando', serif;
    font-size: 4rem;
}
.hero .kiri .subjudul {
    font-family: 'Inter', sans-serif;
}
.hero .hero-button-about {
    background-color: #DDB63C;
}
.hero .hero-button-contact {
    border: 1px solid #DDB63C;
}

.hero .kanan img {
    position: relative;
    top: 100px;
    z-index: 0;
}
@media only screen and (max-width: 1400px) {
    .hero {
        display: flex!important;
        align-items: center;
        justify-content: center;
    }
    .hero .kiri {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0!important;
    }
    .hero .kanan {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
}
@media only screen and (max-width: 1200px) {
    .hero .kiri .judul {
        font-family: 'Quando', serif;
        font-size: 3.2rem;
    }
    .hero .kanan img {
        top: 50px
    };
}

@media only screen and (max-width: 992px) {
    .hero .kanan img {
        width: 100%;
    }
    .hero .kiri {
        margin-top: 9rem;
    }
}
@media only screen and (max-width: 768px) {
    .hero .kanan {
        display: none!important;
    }
    .hero .kanan img {
        display: none;
    }
    .hero .kiri {
        width: 100%;
        text-align: center;
    }
}

.about {
    background-color: #FEFCF7;
    min-height: 50vh;
    display: flex;
    align-items: center;
}
.about .judul {
    font-family: 'Quando', serif;
    text-align: center;
    font-size: 24px;
}
.about .horizontal-line {
    width: 3rem;
    height: 4px;
    background-color: #DDB63C;
    border-radius: 6px;
}
.about .deskripsi {
    text-align: center;
    font-family: 'Inter', sans-serif;
}


.visi-misi {
    background-color: #DDB63C;
    padding: 0;
}
.visi-misi .kiri,
.visi-misi .kanan {
    padding: 0;
    margin: 0;
}
.visi-misi .tengah {
    display: flex;
    align-items: center;
    width: auto;
    min-height: 100%;
}

.visi-misi .visi-misi-judul {
    font-family: 'Quando', serif;
    font-size: 1.7rem;
}
.visi-misi .horizontal-line {
    width: 1rem;
    height: 4px;
    background-color: black;
    border-radius: 6px;
}
@media only screen and (max-width: 992px) {
    .visi-misi .kiri,
    .visi-misi .kanan {
        display: none;
    }
    .visi-misi .tengah {
        padding: 2rem;
    }
}

.product {
    margin-top: 4rem;
    text-align: center;
}
.product .judul-product {
    font-family: 'Quando', serif;
    font-size: 1.7rem;
}
.product .subjudul-product {
    color: #939292;
    font-family: 'Inter', sans-serif;
}
.product .list-product .col {
    padding: 1.5rem;
}
.product .list-product .box {
    background-color: #F6F6F6;
    width: 100%;
    height: auto;
}
.product .list-product .box img {
    height: 280px;
}
.product .button {
    margin-top: 2rem;
}
.product .button a {
    background-color: #DDB63C;
}

.service {
    margin-top: 4rem;
    text-align: center;
}
.service .judul-service {
    font-family: 'Quando', serif;
    font-size: 1.7rem;
}
.service .box .deskripsi-item {
    font-family: 'Quando', serif;
    font-size: 1.2rem;
    margin: 1rem 0;
}
.service .box a.mybtn {
    background-color: #DDB63C;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 1rem;
}
.service .box img {
    height: 80%;
    width: auto;
}
@media only screen and (max-width: 1200px) {
    .service .box img {
        width: 100%;
        height: auto;
    }
}
@media only screen and (max-width: 768px) {
    .service .box {
        margin-bottom: 4rem;
    }
    .service .box img {
        width: 70%;
    }
}

.footer {
    background-color: #DDB63C;
    padding: 4rem 0;
    color: white;
}
.footer .judul-footer {
    font-family: 'Quantico', sans-serif;
    font-size: 1.7rem;
}
.footer .subjudul-footer {
    font-family: 'Quando', serif;
    font-size: 1rem;
}
.footer .kanan .col {
    font-family: 'Quando', serif;
    font-size: 1rem;
}
@media only screen and (max-width: 992px) {
    .footer .kiri {
        width: 300px;
    }
    .footer .kanan .col {
        padding: 0!important;
    }
}
@media only screen and (max-width: 768px) {
    .footer .kiri {
        width: 400px;
    }
}
@media only screen and (max-width: 576px) {
    .footer .kiri {
        width: 100%;
        text-align: center;
    }
    .footer .kanan {
        width: 100%;
        text-align: center;
        margin-top: 4rem;
    }
    .footer {
        padding-bottom: 2rem!important;
    }
}


.mybtn {
    text-decoration: none;
    color: white;
    padding: 0.3rem 1.7rem;
    border-radius: 6px;
}