body {
    background-image: url(20260411_192329_0000.png) ;
    margin: auto;
    padding: 0%;
    font-family: 'Gochi Hand', cursive, Playfair Display, serif, 'Lexend Deca';
    background-color: #efddc0;
    background-repeat:repeat ;
    background-size: contain;
    max-width: 100%;
    overflow-x: visible;
}

html{
    scroll-behavior: smooth;
}

.banner {
    margin: 0;
    padding: 0;
}

.banner img {
    display: block; 
    max-width: 100%;
    height: auto;
    max-height: 800px;
    margin: 0;
}

header {
    margin-bottom: 0;
}




/*INI BUAT LOADER ->> JANGAN LUPA TAMBAHIN IMAGE DIBELAKANG LOADER YUP*/

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000; 
    background-image: url(Untitled\ design.png); /* ganti dengan gambar buat loader  */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}



.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex; align-items: center; justify-content: center;
}


/*INI BUAT NAVBAR*/

nav {
    position: sticky;
    top: 0;
    z-index: 9999;

    background: rgba(112, 128, 47, 0.9);
    display: flex;
    justify-content: center; 
    padding: 20px 0;
    margin: 0;
    border-top: 4.36px solid #304712;
    border-bottom: 4.36px solid #304712;
    font-family: 'Lexend Deca';
}



nav ul {
    list-style: none;
    margin: -10px;
    padding: 0;
    display: flex;
    align-items: center;
}

nav li {
    position: relative;
    margin: 0 10px; }

nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EFE4D2 ; /* warna text sebelum hover */
    text-decoration: none;
    transition: all 0.3s ease;
    height: 35px;
    padding: 0 25px;
    border-radius: 25px; ;
}

nav a:hover {
    background-color: #EFE4D2; /* warna background text pas hover */
    color: #70802f; /* warna text untuk hover */
}


.dropdown-content {

    display: none;
    position: absolute;
    background-color: #EFE4D2; /* warna background dropdown */
    min-width: 150px;
    box-shadow: 0px 10px 16px rgba(0,0,0,0.3);
    border-radius: 15px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    border-radius: 0; 
    height: auto;
    padding: 12px 16px;
    color: #304712; /* warna text sebelum hover */
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.dropdown-content a:hover { /* warna background dropdown pas hover */
    background-color: #304712; 
    color: #EFE4D2; 
}

.content-container {
    padding: 20px; /*Shimi shimi shimishimishimiyea 5'9 brown eyers and she innit shimishimishimishimiyea*/
    max-width: 800px;
    margin: auto;
}

.sub-section {
    height: 800px; 
    padding-top: 80px; 
}

.link-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 10px;
}

.link-btn {
  padding: 10px;
  font-size: 14px;
  text-align: center;
  background-color: #492323; /* warna background tombol */

  border-radius: 10px;
  text-decoration: none;
  transition: 0.25s;
}

.link-btn:hover {
  transform: translateY(-2px);
}


/*INI ISINYA*/

h2{
    text-align: center;
    margin-bottom: 20px;
    background-color: #304712;
    color: #EFE4D2;
    max-width: 200px;
    margin: 20px auto;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.3s ease; 
    font-family: 'Lexend Deca';

}

h2:hover{
    transform: translateY(-5px) scale(1.03);
    background: #304712; 
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}


h6 {
    text-align: center;
    margin-bottom: 20px;
    color: #0d0b07;
    max-width: 1000px;
    margin: 20px auto;
    padding: 10px;
    font-size: 40px;

}

/*buat link button sosmed*/


.social-menu ul{
    position: relative;
    top: 30px;
    left: 50%;
    padding: 0;
    margin: 0;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
}

.social-menu ul li{
    list-style: none;
    margin: 0 15px;
}

.social-menu ul li .fab{
    font-size: 30px;
    line-height: 60px;
    transition: .3s;
    color: #000;
}

.social-menu ul li .fab:hover{
    color: #fff;
}

.social-menu ul li a{
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    transition: .6s;
    box-shadow: 0 5px 4px rgba(0,0,0,.5);
}

.social-menu ul li a:hover{
    transform: translate(0, -10%);
}

.social-menu ul li:nth-child(1) a:hover{
    background-color: rgba(0, 0, 0, 0.829);
}
.social-menu ul li:nth-child(2) a:hover{
    background-color: #E4405F;
}
.social-menu ul li:nth-child(3) a:hover{
    background-color: #0077b5;
}
.social-menu ul li:nth-child(4) a:hover{
    background-color: #000;
}


.catalog img {
    display: block;
    max-width: 500px;
    height: auto;
    margin: 20px auto;
    margin-left: 50px;
}


.catalog {
    margin: 50px auto 40px auto;
    padding: 30px 20px 20px;
    max-width: 1000px;
    background: #98842a;
    color: white;
    border-radius: 15px;
}

/* title on top */
.catalog h2 {
    text-align: center;
    margin-bottom: 20px;
}

/* wrapper for image + text */
.catalog .catalog {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    flex-wrap: wrap;
}

/* image left */
.catalog .catalog img {
    max-width: 180px;
    width: 100%;
    height: auto;
}

/* text right */
.catalog .catalog p {
    flex: 1;
    margin: 0;
}

h5 {
    text-align: center;
    margin-bottom: 20px;
    background-color: #304712;
    color: #EFE4D2;
    max-width: 600px;
    margin: 20px auto;
    padding: 10px;
    border-radius: 10px;
    margin-top: 50px;
    font-size: 50px;
}

.medsos img{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    max-width: 400px;
    height: auto;
    margin-left: 150px;
}

.penjelasanmedsos {
    padding: 30px 20px 20px;
    max-width: 500px;
    background: #98842a;
    color: white;
    border-radius: 15px;
    margin-left: 600px;
    margin-top: -400px;
}

/*BUAT IMAGE KALATOK*/

.catalogproduk {
    display: block;
    max-width: 1400px;
    height: auto;
    overflow: hidden;
}

.container{
  width:100%;
  height:80vh;
  display:flex;
  justify-content:center;
  align-items:center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider {
  height: 750px;
  width:100%;
  display: flex;
  perspective: 1000px;
  position: relative;
  align-items:center;
}
.box1{      background:url('https://images.pexels.com/photos/842711/pexels-photo-842711.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
  background-size:cover;
  background-position:center center;}
.box2{
background:url('https://images.pexels.com/photos/2559941/pexels-photo-2559941.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
  background-size:cover;
  background-position:center center;}
.box3{
background:url('https://images.pexels.com/photos/2356059/pexels-photo-2356059.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
  background-size:cover;
  background-position:center center;}
.box4{
background:url('https://images.pexels.com/photos/3274903/pexels-photo-3274903.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
  background-size:cover;
  background-position:center center;}
.box5{
background:url('https://images.pexels.com/photos/3618162/pexels-photo-3618162.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
  background-size:cover;
  background-position:center center;}
.box6{
background:url('https://images.pexels.com/photos/4256852/pexels-photo-4256852.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
  background-size:cover;
  background-position:center center;}
.box7{
background:url('https://images.pexels.com/photos/1891234/pexels-photo-1891234.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
  background-size:cover;
  background-position:center center;}

.slider [class*="box"] {

  overflow: hidden;
  border-radius:20px;
  transition: all 1s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    position:absolute;
}
.slider [class*="box"]:nth-child(7),
.slider [class*="box"]:nth-child(1) {
  width: 100vh;
  height: 60vh;
  transform: scale(0.2) translate(-50%,-50%);
  top: 10%;
  z-index:1;
}
.slider [class*="box"]:nth-child(2),
.slider [class*="box"]:nth-child(6) {
  width: 100vh;
  height: 60vh;
  transform: scale(0.4) translate(-50%,-50%);
  top: 20%;
  z-index:2;
}
.slider [class*="box"]:nth-child(3),
.slider [class*="box"]:nth-child(5) {
  width: 100vh;
  height: 60vh;
  transform: scale(0.6) translate(-50%,-50%);
  top: 30%;
  z-index:3;
}
.slider [class*="box"]:nth-child(4) {
  width: 60vw;
  height: 60vh;
  border-color: #c92026;
  color: #fff;
  transform: scale(1) translate(-50%,-50%);
  top: 50%;
  z-index:4;
}
.slider [class*="box"]:nth-child(1){
  left:-13%;}
.slider [class*="box"]:nth-child(2){
  left:-5%;}
.slider [class*="box"]:nth-child(3){
  left:10%;}
.slider [class*="box"]:nth-child(4){
  left:50%;}
.slider [class*="box"]:nth-child(5){
  left:71%;}
.slider [class*="box"]:nth-child(6){
  left:85%;}
.slider [class*="box"]:nth-child(7){
  left:100%;}
.slider .firstSlide {
    -webkit-animation:  firstChild 1s;
    animation:  firstChild 1s;
}

@-webkit-keyframes firstChild {
    0% {left:100%; transform: scale(0.2) translate(-50%,-50%);}
    100% {left: -13%; transform: scale(0.2) translate(-50%,-50%);}
}
@keyframes firstChild {
   0% {left:100%; transform: scale(0.2) translate(-50%,-50%);}
    100% {left: -13%; transform: scale(0.2) translate(-50%,-50%);}
}

.controls {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.controls button {
  padding: 10px 20px;
  font-size: 20px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

h1 {
    text-align: center;
    background-color: #304712;
    color: #e6dbc9;
    max-width: 600px;
    margin: 20px auto;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 50px;
    transition: all 0.3s ease; 
    font-family: 'Lexend Deca';
}

h1:hover{
    transform: translateY(-5px) scale(1.03);
    background: #304712; 
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}


iframe {
    width: 100%;
    height: 500px;
    max-width: 1000px;
    margin-top: 20px;
    border-radius: 10px;
    align-items: center;
}

.sheets {
    display: flex;
    justify-content: center;
    align-items: center;
}


.Produksi {
    margin: 40px auto;
    padding: 40px;
    max-width: 900px;

    background: #EFE4D2; 
    color: #222;
 margin-top: 100px;
      margin-bottom: 100px;
    border-radius: 10px;
    text-align: left; 
      transition: all 0.3s ease;
     
}

.Produksi:hover{
    transform: translateY(-5px) scale(1.03);
    background: #efe4d2; 
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

/* TEXT STYLE */
.Produksi p {
    font-family: 'Times New Roman', serif;
    font-size: 18px;
    line-height: 1.8;
    text-align: justify; 
    white-space: pre-line;
    margin-bottom: 16px;
}





.statistikjualan img{
    max-width: 1000px;
    max-height: 2000px;
    background-color: #4c844d;
    border-radius: 15px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.card {
    background: #ffffff;
    border-radius: 15px;
    padding: 15px;
    text-align: center;

    transition: all 0.3s ease;
}

.card h3 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #304712;
}

.card img {
    width: 100%;
    border-radius: 10px;
}


.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.pdf-viewer {
    max-width: 1000px;
    margin: 40px auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 15px;
    text-align: center;
}

.pdf-viewer h3 {
    margin-bottom: 15px;
    color: #304712;
    font-family: 'Lexend Deca';
}

.pdf-viewer iframe {
    width: 100%;
    height: 600px;
    border-radius: 10px;
    border: none;
}



.statistikjualan {
    max-width: 1100px;
    margin: 40px auto;
    padding: 30px;
    width: calc(100% - 100px);

    background-color: #4c844d;
    border-radius: 20px;

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.card {
    background: #ffffff;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    transition: 0.3s;
}

.card h3 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #304712;
    font-family: 'Lexend Deca';
}

.card img {
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}


/* MODAL */
.modal {
    display: none;
    position: fixed;
    z-index: 100000;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
}

.modal-content {
    display: block;
    margin: auto;
    max-width: 80%;
    max-height: 80%;
    border-radius: 10px;
}

.close {
    position: absolute;
    top: 20px;
    right: 40px;
    color: white;
    font-size: 40px;
    cursor: pointer;
}

h5{
    margin-bottom: 10px;
    font-size: 16px;
    color: #e6dbc9;
    background-color: #304712;
    max-width: 400px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 15px;
    transition: all 0.3s ease;
    font-family: 'Lexend Deca';
}

h5:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}