
:root{
    --max-width: 1200px;
    --primary-color: white;
    --hover-color: #59b300;
    --play-bold: "Play", sans-serif;
    --play-semi-bold: "Play", sans-serif;
    --figtree-bold: "Figtree", sans-serif;
    --Alexandria-regular: "Alexandria", sans-serif;
    --lora-regular: "Inter", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
 }

 .container{
    max-width: var(--max-width);
    margin: auto;
    padding: 1rem 1rem;   
 }

 .talk {
  text-decoration: none;
   padding: 0.75rem 1.5rem;
   outline: none;
   border: none;
   font-size: 1rem;
   color: #2B7503;
   background: white;
   font-family: var(--lora-regular);
   font-size: 24px;
   border-radius: 15px;
   transition: 0.3s;
   cursor: pointer;
 }

 .talk:hover {
  text-decoration: none;
   background: #2B7503;
   border: #ffffff;
   color: white;
   border-radius: 15px;
 }

 .collapse{
    justify-content: right;
    align-items: right;
 }

 .navbar-brand{
    max-width: 60px;
    margin: -5px 0px;
 }

.nav-link{
    color: #8C8C8C;
    position: relative;
}

.nav-link:hover, .nav-link.active{
    color: #000000;
}

.nav-link::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    visibility: hidden;
    background-color: #2B7503;
    transition: 0.3s ease-in-out;
}

.nav-link:hover::before{
    visibility: visible;
    width: 100%;
    transform: translateX(-50%);
}

.navbar-nav{
    gap: 15px;
    margin-right: 4rem;
}

.container-fluid{
    position: fixed; /* Membuat navbar tetap terlihat saat scroll */
    top: 0; /* Menempel di bagian atas halaman */
    z-index: 1000; /* Memastikan navbar berada di atas elemen lainnya */
    background-color: #ffffff; /* Warna latar belakang navbar */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Menambahkan bayangan untuk efek */
}

 .title{
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    font-family: var(--play-bold);
   }

    .hero{
        background: linear-gradient(to left, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.38)), 
        url(pic/bg.png) bottom/cover no-repeat;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    

    .hero h1{
        font-size: 80px;
        font-weight: 600;
        font-family: var(--play-bold);
        color: #2B7503;
    }

    .hero h2{
        font-size: 40px;
        font-weight: 600;
        font-family: var(--play-bold);
        color: #000000;
    }

    .hero p{
        font-size: 20px;
        font-weight: 400;
        font-family: var(--lora-regular);
        color: #000000;
    }

    .hero_img{
        max-width: 100%;
        width: 300px;
    }

    .logo_hero{
        max-width: 100%;
        width: 100px;
        margin-bottom: 2rem;
    }

    .hero_row{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 30px;
        text-align: left;
        align-items: center;
        justify-content: center;
        padding: 20px 0px;
    }

    .hero_col{
        display: flex;
        flex-direction: column;
        align-items: left;
        text-align: left;
        gap: 10px;
        justify-content: flex-start;
        flex: 1;
        position: relative;
    }

    .why{
        background: #2D2D2D;
        padding: 50px 20px;
        text-align: left;
        color: white;
    }

    .why_col{
        display: flex;
        flex-direction: column;
        align-items: left;
        text-align: left;
        justify-content: center;
        gap: 10px;
        justify-content: flex-start;
        flex: 1;
        position: relative;
        padding: 1rem;
        margin: 1rem;
    }

    .why_row{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
        align-items: center;
    }

    .why_img{
        max-width: 100%;
        width: 200px;
    }

    .line_col{
        display: flex;
        flex-direction: column;
        align-items: left;
        text-align: left;
        justify-content: center;
        justify-content: flex-start;
        flex: 1;
        position: relative;
        gap: 5px;
        padding: 1rem;
    }

    .why h3{
        font-family: var(--figtree-bold);
        font-size: 28px;
        margin-bottom: 1rem;
        font-weight: 600;
    }

    .why p{
        font-size: 20px;
        font-family: var(--Alexandria-regular);
        font-weight: 200;
    }

    .how{
        background: #8C8C8C;
        padding: 50px 20px;
        text-align: left;
        color: rgb(0, 0, 0);
    }

    .how img{
        max-width: 100%;
        max-width: 400px;
        margin-bottom: 10px;
    }

    .how .title{
        padding-bottom: 2rem;
    }

    .how_row{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 100px;
        text-align: center;
        align-items: left;
        justify-content: center;
    }

    .how_col{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        justify-content: center;
        gap: 10px;
        justify-content: flex-start;
        flex: 1;
        position: relative;
        padding: 1rem;
        margin: 1rem;
    }

    .how h3{
        font-family: var(--figtree-bold);
        font-size: 28px;
        font-weight: 600;
    }

    .how p{
        font-size: 20px;
        font-family: var(--Alexandria-regular);
        max-width: 500px;
        font-weight: 300;
    }

    .key{
        background: #2D2D2D;
        padding: 50px 20px;
        text-align: left;
        color: white;
    }

    .key_row{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 30px;
        text-align: left;
        align-items: center;
        justify-content: center;
    }

    .key_col{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        justify-content: center;
        gap: 10px;
        justify-content: flex-start;
        flex: 1;
        order: 0;
        position: relative;
        padding: 1rem;
        margin: 1rem;
    }

    .key_line{
        display: flex;
        flex-direction: column;
        align-items: left;
        text-align: left;
        justify-content: center;
        justify-content: flex-start;
        flex: 1;
        position: relative;
        padding: 1rem;
        margin: 1rem;
    }

    .key img{
        max-width: 100%;
        max-width: 400px;
        margin-bottom: 1rem;
        order: 1;
    }

    .key h3{
        font-family: var(--figtree-bold);
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .key p{
        font-size: 20px;
        font-family: var(--Alexandria-regular);
        font-weight: 300;
        max-width: 600px;
    }

    .cta{
        background: url(pic/bg_cta.png) bottom/cover no-repeat;
        padding: 50px 20px;
        text-align: left;
        color: #2B7503;
        font-family: var(--play-semi-bold);
    }

    .cta_col{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        justify-content: center;
        gap: 10px;
        justify-content: flex-start;
        flex: 1;
        position: relative;
        padding: 1rem;
        margin: 1rem;
    }

    .footer{
        background: #D9D9D9;
        padding: 50px 20px;
        text-align: left;
        color: rgb(0, 0, 0);
    }

    .footer_col{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        justify-content: center;
        gap: 10px;
        justify-content: flex-start;
        flex: 1;
        position: relative;
        padding: 1rem;
        margin: 1rem;
    }

    .footer_row{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

    .row_line{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        align-items: center;
    }

    .footer h3{
        font-family: var(--figtree-bold);
        font-size: 28px;
        margin-bottom: 1rem;
    }
    
    .footer p{
        font-size: 20px;
        font-weight: 300;
        font-family: var(--Alexandria-regular);
        max-width: 300px;
    }

    .logo_footer{
        max-width: 100%;
        width: 150px;
        margin-bottom: 2rem;
    }

    .icon_footer{
        max-width: 100%;
        max-width: 60px;
    }

    .copyright p{
        font-size: 14px;
        font-family: var(--Alexandria-regular);
        color: #000000;
        text-align: center;
        margin-top: 5rem;
    }

    @media (max-width: 1024px) {
        .hero{
            padding: 20px 0px;
        }
        .hero_img{
            width: 250px;
        }
        .hero_row{
            gap: 20px;
        }
        .how_row{
            gap: 10px;
        }
        .how img{
            max-width: 350px;
            margin-left: 0;
        }
        .container{
            padding: 1rem 0.5rem;
        }
    }

    @media (max-width: 820px){
        .key_col{
            order: 1;
        }
        .key img{
            order: 0;
        }
        .how h3 {
            text-align: center;
        }
        .how p{
            text-align: center;
        }
        .key h3 {
            text-align: center;
        }
        .key p{
            text-align: center;
        }
    }

    @media (max-width: 768px) {
        .hero h1{
            font-size: 48px;
        }
        .hero h2{
            font-size: 24px;
        }   
        .hero p{
            font-size: 16px;
        }
        .logo_hero{
            width: 80px;
        }
        .why_row{
            flex-direction: column;
        }
        .why .line_col{
            text-align: center;
        }
        .why_img{
            max-width: 200px;
        }
        .why h3{
            font-size: 24px;
        }
        .why p{
            font-size: 19px;
        }
        .how{
            text-align: center;
        }
        .how_row{
            gap: 50px;
        }
        .how img{
            max-width: 300px;
        }
        .how .title{
            font-size: 30px;
        }
        .how h3{
            font-size: 24px;
        }
        .how p{
            font-size: 16px;
        }
        .key{
            text-align: center;
        }
        .key_col{
            order: 1;
        }
        .key img{
            order: 0;
        }
        .key_line{
            text-align: center;
        }
        .key h3{
            font-size: 24px;
        }
        .key p{
            font-size: 16px;
        }
        .key .container{
            padding: 1rem 0.5rem;
            justify-content: center;
            align-items: center;
        }
        .cta .title{
            font-size: 30px;
        }
        .footer .line_col{
            justify-content: left;
            align-items: center;
            width: 150px;
        }
        .footer h3{
            font-size: 24px;
        }
        .footer p{
            font-size: 16px;
        }
        .container{
            padding: 1rem 0.5rem;
        }
    }

    @media (max-width: 650px) {
        .hero_row{
            flex-direction: column;
        }
        .container{
            padding: 1rem 0.5rem;
        }
    }

    @media (max-width: 468px) {
        .hero h1{
            font-size: 36px;
        }
        .hero h2{
            font-size: 18px;
        }  
        .hero p{
            font-size: 12px;
        }
        .hero_img{
            max-width: 190px;
        }
        .logo_hero{
            width: 60px;
        }
        .why_img{
            max-width: 150px;
        }
        .why h3{
            font-size: 18px;
        }
        .why p{
            font-size: 12px;
        }
        .why{
            justify-content: center;
        }
        .why .title{
            font-size: 24px;
        }
        .how img{
            max-width: 200px;
        }
        .key_row{
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .key img{
            max-width: 200px;
        }
        .cta .title{
            font-size: 20px;
        }
        .btn{
            font-size: 16px;
        }
        .footer h3{
            font-size: 20px;
        }
        .footer p{
            font-size: 12px;
        }
        .row_line{
            flex-direction: row;
            justify-content: left;
            align-items: left;
        }
        .container{
            padding: 1rem 0rem;
        }
    }