@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
/* Reset beberapa style default */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: white;
}

.container {
    max-width: 1120px;
    padding-left: 50px;
    padding-right: 50px;
}


body {
    font-family: "Inter", serif;
    background-color: #f4f4f4;
}

header {
    background-color: #333;
    color: white;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo h1 {
    font-size: 24px;
}

header nav ul {
    list-style: none;
    display: flex;
}

header nav ul li {
    margin-left: 20px;
}

header nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.hero-bg {
    background: #0000003d;
}

.hero {
    background-image: url('assets/img/header1.png');
    height: 100vh; 
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    text-align: center;
    align-content: center;
}

.hero h2 {
    font-size: 70px;
    margin-bottom: 8px;
    color: white;
    font-family: "Sora", serif;
    font-weight: 700;
}

.hero p {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 400;
    color: white;
}

button {
    background-color: #009d2e;
    border-radius: 1000px !important;
    color: white;
    border: none;
    padding: 10px 26px;
    font-size: 16px;
    cursor: pointer;
}

button a {
    color: white;
    text-decoration: none;
}

button:hover {
    background-color: #008643;
}

.grass{
    background-image: url('assets/img/grass.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    z-index: 1;
    webkit-mask-repeat: repeat-x;
    -ms-mask-repeat: repeat-x;
    -o-mask-repeat: repeat-x;
    height: 23px;
    top: -22px;
}

.produk-img {
    background-image: url(assets/img/rumah.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-size: 38vw auto;
    right: -17%;
    bottom: 50px;
}

.produk-title h2 {
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}

.produk {
    padding: 40px;
    background-color: #166c30;
    text-align: center;
    margin-bottom: -20px;
}


.produk-item {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 8px;
    color: #ffffff;
    animation-name: 2s;
}

.produk-item img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    margin-bottom: 10px;
}

.produk-item h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #b9ffad;
}

.produk-item p {
    font-size: 16px;
}


.why {
    max-width: 1000px;
    width: 100%;
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin-right: auto;
    margin-left: auto;
    align-content: center;
}

.why img{
width: 100%;
height: auto;
border-radius: 20px;
}

.why h2 {
    font-size: 45px;
    margin-bottom: 30px;
    color: #1f4e2c;
    font-weight: 700;
}

.why p {
color: #616161;
}

.badge-why {
    display: block;
    justify-content: space-between;
}

.badge-why p {
    color:  #008643;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}


footer {
    background-color: #008643;
    color: white;
    text-align: center;
    padding: 20px;
}

@media screen and (max-width: 991px) {
    .hero h2 {
        font-size: 50px;
        margin-bottom: 8px;
        color: white;
        font-family: "Sora", serif;
        font-weight: 700;
    }

    .hero p {
        font-size: 18px;
        margin-bottom: 30px;
        font-weight: 400;
        color: white;
    }

    .produk-item {
        margin-bottom: 5px !important;
    }

    .produk-img {
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        background-size: 88vw auto;
        right: -17%;
        bottom: 10px;
    }

    .why img{
        margin-bottom: 32px !important;
    }

    .why h2 {
        font-size: 32px;
    }
    
    
}
