.chonburi-regular{
    font-family: "Chonburi", serif;
}

.raleway-thin{
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.raleway-medium{
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.link-nav{
    color: black;
    text-decoration: none;
    line-height: 2.5;
    margin-left: 5%;
}
.navbar{
    justify-content: center;
}

.main_navbar{
    top: 0; 
    background: white; 
    z-index: 1000; 
    padding: 10px; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.btn-black-border{
    background-color: black;
    color: white;
    border: none;
    padding: 11px 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s ease;
    font-size: 12px;
}
.btn-black-border:hover{
    background-color: white;
    color: black;
    border: 1px solid black;
}
.hr{
    border-bottom: 1px solid gray;
    margin: 0;
    opacity: 0.5;
}
.section-1{
    width: 100%;
    height: 100vh; 
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-us{
    text-align: center;
    font-weight: bold;
}
.text-about-us{
    font-size: 80px;
    font-family: "Chonburi", serif;
    margin: auto;
}
.sub-text{
    font-size: 20px;
    font-family: "Raleway", sans-serif;
    font-weight: 200;
    font-optical-sizing: auto;
    font-style: normal;
    margin: auto;
}
.section-2{
    min-height: 100vh;
    display: flex;
    align-items: center;         
    padding: 0 5%;
    box-sizing: border-box;
}
.section-2 .row{
    width: 100%;
    align-items: center;
}
.text-creator{
    font-family: "Chonburi", serif;
    font-size: 60px;
    justify-content: center;
    margin-left: 5%;
    line-height: 1;
}
.npm{
    font-size: 20px;
    font-family: "Chonburi", serif;
    font-weight: 100;
}
.nama{
    font-size: 30px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 250;
    font-style: normal;
}
.text-want{
    text-align: center;
    font-size: 80px;
    font-family: "Chonburi", serif;
    margin: auto;
    line-height: 1;
}
.button-product{
    text-align: center;
    margin-top: 80px;
}
input::placeholder {
    font-family: "Raleway", sans-serif;
    color: #888;
} 
.list-footer a{
    text-decoration: none;
  }