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; /* THIS removes weird inline gap */
    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*/

.Filosofi {
    margin: 50px auto 40px auto;
    padding: 30px 20px 20px;
    max-width: 1000px;
    background: #526f4b;
    color: white;
    border-radius: 15px;
    font-family: 'Red Hat Text';
    border: 5px solid;
    border-color:#ffff;
    transition: all 0.3s ease;
}

.Filosofi:hover {
    transform: translateY(-5px) scale(1.03);
    background: #526f4b; /* slightly lighter */
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}



.Filosofi h4 {
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    font-size: 50px;
    font-family: 'Gochi Hand';
    margin-top: -10px;

}

.Filosofi .filosofi {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    flex-wrap: wrap;
}


/* text right */
.Filosofi .filosofi p {
    flex: 1;
    margin: 0;
}
.mascot {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    align-items: center;
    margin-top: -100px;
    margin-bottom: -100px;
}


.mascot img{
    max-width: 350px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}





h2 {
    text-align: center;
    margin-bottom: 20px;
    background-color: #304712;
    color: #ffffff;
    max-width: 200px;
    margin: 20px auto;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-family: 'Red Hat Text';
}

h2:hover {
    transform: translateY(-5px) scale(1.03);
    background: #304712;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}


h7 {
    text-align: center;
    margin-bottom: 20px;
    color: #172816;
    max-width: 400px;
    margin: 20px auto;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 40px;
    text-align: center;
    margin-left: 200px;
    margin-right: auto;
    font-family: 'Lexend Deca';
}



h6 {
    text-align: center;
    margin-bottom: 20px;
    color: #f2e6cd;
    margin: 20px auto;
    padding: 10px;
    font-size: 40px;
    background-color: #304712;
    max-width: 300px;
    border-radius: 20px;

}

h9 {
    text-align: center;
    color: #f2e6cd;
    margin: auto;
    padding: 5px;
    font-size: 15px;
    background-color: #829e81;
    max-width: 300px;
    border-radius: 10px;
    align-items: center;
    margin-left: 549px;
    font-family: 'Red Hat Text'
}

/*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;
    margin-top: 20px;
}

.social-menu ul li{
    list-style: none;
    margin: 0 15px;
}

.social-menu ul li .fab{
    font-size: 30px;
    line-height: 60px;
    transition: .3s;
    color: #434e44;
}

.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: #cad399;
    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: #729e83 ;
}
.social-menu ul li:nth-child(2) a:hover{
    background-color: #729e83;
}
.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: 10px;
    padding-left: 20px;
    max-width: 1000px;
    background: #4e654f;
    color: white;
    border-radius: 15px;
    transition: all 0.3s ease;

}

.catalog  {
    transition: all 0.3s ease;
}

.catalog:hover {
    transform: translateY(-5px) scale(1.03);
    background: #5a6e55;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}




}

/* 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 p {
    flex: 1;
    margin: 0;
    font-family: 'Red Hat Text'
}

h5 {
    text-align: center;
    margin-bottom: 20px;
    background-color: #5f7a67;
    color: #EFE4D2;
    max-width: 600px;
    margin: 20px auto;
    padding: 10px;
    border-radius: 10px;
    margin-top: 100px;
    font-size: 50px;
    transition: all 0.3s ease;
    font-family: 'Lexend Deca';
}

h5:hover {
    transform: translateY(-5px) scale(1.03);
    background: #5a6e55;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

.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: hwb(122 36% 49%);
    color: white;
    border-radius: 15px;
    margin-left: 600px;
    margin-top: -400px;
    font-family: 'Red Hat Text'
}

.penjelasanmedsos,
.penjelasanmedsos2,
.penjelasanmedsos3 {
    transition: all 0.3s ease;
}

.penjelasanmedsos:hover,
.penjelasanmedsos2:hover,
.penjelasanmedsos3:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}




.medsos2 img{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 200px;
    max-width: 400px;
    height: auto;
    margin-left: 150px;
}

.penjelasanmedsos2 {
    padding: 30px 20px 20px;
    max-width: 500px;
    background: #668a6e;
    color: white;
    border-radius: 15px;
    margin-left: 600px;
    margin-top: -300px;
    font-family: 'Red Hat Text'
}

.medsos3 img{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    max-width: 400px;
    height: auto;
    margin-left: 150px;
}

.penjelasanmedsos3 {
    padding: 30px 20px 20px;
    max-width: 500px;
    background: #648a69;
    color: white;
    border-radius: 15px;
    margin-left: 600px;
    margin-top: -200px;
    font-family: 'Red Hat Text'
}


.medsos img,
.medsos2 img,
.medsos3 img {
    transition: all 0.3s ease;
}

.medsos img:hover,
.medsos2 img:hover,
.medsos3 img:hover {
    filter: grayscale(100%) brightness(70%);
    transform: scale(1.03);
}

/*BUAT IMAGE KALATOK*/

.catalogproduk {
    display: block;
    max-width: 1400px;
    height: auto;
    overflow: hidden;
    height: 1000px;
}

.container{
  width:100%;
  height:750px;
  display:flex;
  justify-content:center;
  align-items:center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider {
  height: 1050px;
  width:100%;
  display: flex;
  perspective: 1000px;
  position: relative;
  align-items:center;
}
.box1{
background:url('1.png');
  background-size:cover;
  background-position:center center;}
.box2{
background:url('2.png');
  background-size:cover;
  background-position:center center;}
.box3{
background:url('3.png');
  background-size:cover;
  background-position:center center;}
.box4{
background:url('4.png');
  background-size:cover;
  background-position:center center;}
.box5{
background:url('5.png');
  background-size:cover;
  background-position:center center;}
.box6{
background:url('6.png');
  background-size:cover;
  background-position:center center;}
.box7{
background:url('7.png');
  background-size:cover;
  background-position:center center;}

.slider [class*="box"] {
/*   float: left; */
  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: 450px;
  height: 450px;
  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: 450px;
  height: 450px;
  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: 450px;
  height: 450px;
  transform: scale(0.6) translate(-50%,-50%);
  top: 30%;
  z-index:3;
}
.slider [class*="box"]:nth-child(4),
.slider [class*="box"]:nth-child(14) {
  width: 450px;
  height: 450px;
  border-color: #c92026;
  color: #fff;
  transform: scale(1) translate(-50%,-50%);
  top: 50%;
  z-index:4;
}

.slider [class*="box"]:nth-child(8),
.slider [class*="box"]:nth-child(10) {
  width: 450px;
  height: 450px;
  border-color: #c92026;
  color: #fff;
  transform: scale(1) translate(-50%,-50%);
  top: 60%;
  z-index:4;
}

.slider [class*="box"]:nth-child(9),
.slider [class*="box"]:nth-child(11) {
  width: 450px;
  height: 450px;
  border-color: #c92026;
  color: #fff;
  transform: scale(1) translate(-50%,-50%);
  top: 70%;
  z-index:4;
}

.slider [class*="box"]:nth-child(12),
.slider [class*="box"]:nth-child(14) {
  width: 450px;
  height: 450px;
  border-color: #c92026;
  color: #fff;
  transform: scale(1) translate(-50%,-50%);
  top: 80%;
  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;
}
/*Animation for buyers landing page slider*/
@-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: #708b70;
    color: #EFE4D2;
    max-width: 600px;
    margin: 20px auto;
    padding: 10px;
    border-radius: 10px;
    margin-top: 0px;
    font-size: 50px;
    transition: all 0.3s ease;
    font-family: 'Lexend Deca';
}

h1:hover {
    transform: translateY(-5px) scale(1.03);
    background: #5a6e55;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}


.Whatsapp {
    margin: 10px auto 10px auto;
    padding: 30px 20px 20px;
    max-width: 1000px;
    background: #7aa07e;
    color: white;
    border-radius: 15px;
    margin-top: 10px;
}

.Whatsapppenjelasan {
     margin: 50px auto 40px auto;
    padding: 30px 20px 20px;
    max-width: 1000px;
    background: #7aa07e;
    color: white;
    border-radius: 15px;
}


.Whatsapp img {
    display: block;
    max-width: 500px;
    height: auto;
    margin: 20px auto;
    margin-left: 50px;
}


.caption {
    margin: 50px auto 40px auto;
    padding: 30px 20px 20px;
    max-width: 1000px;
    background: #5f7b64;
    color: white;
    border-radius: 15px;
}


.pjok {
    margin: 50px auto 40px auto;
    padding: 30px 20px 20px;
    max-width: 1000px;
    background: #597e64;
    color: white;
    border-radius: 15px;
}


.pjok img {
    display: block;
    max-width: 500px;
    height: auto;
    margin: 20px auto;
    margin-left: 50px;
}

