.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #fff;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }

  * {
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
html {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", serif;
    min-height: 100vh;
    background-image: url(gallery/u.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapper {
    width: 90%;
    max-width: 1100px;
    margin:auto;
    position: relative;
}

  
/* NAVBAR */
.logo img{
    width: 50px;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.menu {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}

.menu-icon {
    font-size: 28px;
    display: none;
    margin-left: auto;
}



nav{
    width: 100%;
    height: auto;
    display: flex;
    line-height: 50px;
    position: sticky;
    top: 0;
    background: white;
    z-index: 1;
    border-bottom: 1px solid #49B66E;
    align-items: center;
    justify-content: space-between; 
}

nav ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 10px;
    margin-right: 30px;
}

nav ul li {
    float: left;
}

nav ul li a {
    color: black;
    font-weight: 600;
    text-align: center;
    padding: 0 20px;
    text-decoration: none;
    transition: all 300ms;
}

nav ul li a:hover {
    text-decoration: none;
    color: #49B66E;
}

a.signup {
    background: #F3F3F3;
    border-radius: 50px;
    padding: 10px 20px 10px 20px;
    color: #49B66E;
    cursor: pointer;
    font-weight: bold;
    border: #49B66E 1px solid;
}

a.signup:hover {
    background: #49B66E;
    text-decoration: none;
    color: white;
}


/* Corousel */
#corouselMangrove{
    margin-top: 58px;
    width: 101%;
}

#corouselMangrove img{
    filter: brightness(0.5);
    height: 600px;
    object-fit: cover;

}

#corouselButton{
    border-color: #1be4bc ;
    color: white ;
    border-radius: 10px;
}

#corouselButton:hover{
    border-color: #1be4bc ;
    color: black ;
    border-radius: 10px;
    background-color: #1BE4BC;
}


/* Product */

#frameProduk{
    background-image: linear-gradient(#65bc82, #b3eaec);
    height: fit-content;
}

#imageProduct img{
    border-radius: 10px;
}

#cardProduct{
    box-shadow: 2px 2px 5px rgb(118, 118, 118);
}




/* Footer */
footer {
    position: fixed;
    bottom: 0;
}

.footer {
    background-color: #504B48;
    box-sizing: border-box;
    width:  100%;
    text-align: left;
    font: bold 16px;
    padding: 50px 50px 60px 50px;
    margin-top: 80px;
}

.footer .footer-left,
.footer .footer-center,
.footer .footer-right {
    display: inline-grid;
    vertical-align: top;
}


.footer .footer-left{
    width: 30%;
}

.footer p {
    color: white;
    margin: 0px;
    padding-bottom: 20px;
}

.footer .footer-left img{
    width: 50%;
    vertical-align: middle;
}

.footer .footer-left .kartu-logo{
    width: 100%;
}

.footer .footer-copyright {
    color: #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding-top: 10%;
}


.footer .footer-center {
    width: 35%;
}

#marker {
    display: flex;
    align-items: center;
}

.footer .footer-center i {
    background-color: #49B66E;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer .footer-center p {
    display: inline-block;
    color: #ffffff;
    margin: 0px;
}

.footer .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer .footer-center p a {
    color: white;
    text-decoration: none;
}

.footer .footer-right {
    gap: 30px;
    width: 20%;
}



.footer .footer-right i {
    background-color: #49B66E;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer .footer-right i.fa-instagram {
    font-size: 17px;
    line-height: 38px;
}

.footer .footer-right i.fa-twitter {
    font-size: 17px;
    line-height: 38px;
}

.footer .footer-right i.fa-facebook {
    font-size: 17px;
    line-height: 38px;
}

.footer .footer-right p {
    display: inline-block;
    color: #ffffff;
    
    margin: 0px;
}

.footer .footer-right p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer .footer-right p a {
    color: white;
    text-decoration: none;
}

.footer-right i:hover {
    background-color: rgb(0, 122, 82);
}

@media only screen and (max-width: 768px) {
    nav {
        flex-wrap: wrap;
        position: fixed;
        width: 100%;
        top: 0;
      }
    
      nav ul {
        flex-direction: column;
        width: 100%;
        transform: translateY(-10px); /* Efek animasi muncul dari atas */
        transition: all 0.3s ease; 
      }
    
      nav ul li:last-of-type {
        padding-bottom: 8px;
      }
    
      nav ul.hidden {
        display: none;
        
      }
    
      .menu-icon {
        display: flex;
        align-items: center;
      }

    nav ul li a {
        font-size: 14px;
    }

    section{
        width: 100%;
    }
    

    #produk {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0;
        margin: 0 auto;
    }

    .produk-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .kartu-produk {
        width: 90%; /* Sesuaikan dengan lebar layar kecil */
        border-width: 1px; /* Perkecil ketebalan border */
        padding: 10px; /* Tambahkan padding untuk kenyamanan */
        margin-bottom: 20px;
    }

    .kartu-produk img {
        width: 80px; /* Ukuran gambar lebih kecil */
        height: 80px;
    }

    .kartu-produk h2 {
        font-size: 1.2rem; /* Ukuran font lebih kecil */
    }

    .kartu-produk p {
        font-size: 0.9rem; /* Ukuran font lebih kecil untuk teks */
    }

    .footer .footer-left,
    .footer .footer-center,
    .footer .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: left;
        justify-content: start;
        font-size: smaller;
    }

    .footer .footer-center .footer-right i {
        margin-left: 0px;
    }

    .footer .footer-center{
        margin-bottom: 0;
    }

    .footer {
        padding: 20px 10px 20px 10px;
    }

}

@media (max-height:1200px) {
    footer{
        position: static;
    }
}

@media (max-width: 500px) {
    * {
        margin: 0;
        padding: 0;
    }

    h2 {
        font-size: 28px;
        line-height: 1.5rem;
    }

    .kolom {
        justify-items: center;
    }

    .logo img{
        margin-left: 10px;
    }

    .kolom .deskripsi{
        font-size: 0.8rem;
    }

    #home {
        display: grid;
        justify-content: center;
    }

    #home .kolom h2 {
        font-size: 1.2rem;
        margin-bottom: 0;
    }

    .gambar1{
        grid-row: 1;
        max-width: 100%;
        margin-top: 50px;
    }

    .kolom {
        line-height: 1rem;
    }

    nav ul li a {
        font-size: 12px;
        padding: 0 10px;
    }

    #aboutus {
        display: grid;
        justify-content: center;
        align-content: center;
        margin: 0 !important;
        padding: 0 !important;
        gap: 0;
    }

    #aboutus img{
        width: 100%;
        max-width: 400px;
        height: auto;
        grid-row: 2;
    }

    #aboutus .kolom{
        grid-row: -1;
        margin:0;
        padding: 0;
    }

    section#goals {
        display: grid;
        justify-content: center;
        align-content: center;
        margin: 0 !important;
        padding: 0 !important;
        gap: 0;
    }

    #goals img {
        width: 100%;
        max-width: 400px;
        height: auto;
    }

    #mision {
        margin-bottom: 50px;
        padding-bottom: 100px;
    }

    .mision-list{
        display: grid;
        justify-content: center;
        align-items: center;
    }

    .kartu-mision{
        width: 100%;
        margin-top: 30px;
    }

    #mision .kolom .deskripsi{
        font-size: 0.8rem;
    }

    .mison{
        line-height: 3rem;
    }


    #achievement .kolom {
        margin-top: 0;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        padding-top: 20px;
    }

    .kartu-achievement {
        width: 100%;
        max-width: 160px;
        border: 1px solid #49B66E;
        background-color: white;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        height: auto;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    
    .kartu-achievement img {
        width: 100%;
        max-width: 139px;
        height: 134px;
        border-radius: 15px;
        
    }

    .achievement-list p {
        font-size: 0.7rem;
    }

    #produk {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0; /* Hilangkan margin tambahan */
        padding: 0px;
    }

    .produk-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px; /* Jarak antar elemen */
        width: 100%;
    }

    #produk .tengah {
        margin: 0;
    }

    .kartu-produk {
        width: 90%; /* Sesuaikan dengan lebar layar */
        max-width: 250px; /* Batasi lebar maksimum */
        margin: 10px auto;
    }

    .kartu-produk img {
        width: 50px; /* Ukuran gambar lebih kecil */
        height: 50px;
        border-radius: 5px;
        margin: 5px;
    }

    #produk .kartu-produk h2 {
        font-size: 1.5rem; /* Ukuran font lebih kecil */
    }

    .kartu-produk p {
        font-size: 0.7rem; /* Ukuran font lebih kecil untuk teks */
    }

    .footer {
        font-size: 14px;
    }
}

/* Barang */


#KembaliModal{
    border-color: rgb(182, 185, 183);
    color: rgb(151, 158, 153);
    background-color: rgb(255, 255, 255);
    
}

#KembaliModal:hover{
    background-color: rgb(224, 227, 230);
    color: #757575;
}

html {
    scroll-padding-top: 250px; /* Sesuaikan dengan tinggi navbar */
  }
  

/* COROUSEL */

.corouselText {
    font-size: 50px; /* Ukuran font default */
}

@media (max-width: 566px) {
    .corouselText {
        font-size: 30px; /* Ukuran font lebih kecil untuk layar di bawah 566px */
    }
}

