@import url('https://fonts.googleapis.com/css2?family=Merienda+One&family=Nunito:wght@200;300;400;500;600&display=swap');

:root{
   --main-color:#be9c79;
   --black:#333;
   --white:#4e9f3d;
   --putih:#ffffff;
   --light-color:#666;
   --green:#1E5128;
   --border:.2rem solid var(--black);
   --box-shadow:0 .5rem 1rem rgba(0,0,0,.1);
   --text-color-1:#444 ;
   --text-color-2:#666 ;
   --bg-color-1:#fff ;
   --bg-color-2:#eee ;
   --box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);

}
*{
    font-family: 'Nunito', sans-serif;
    margin: 0; padding: 0;
    box-sizing: border-box;
    outline: none; border: none;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .2s linear;
    transition: width none;
}
body{
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .2s linear;
    transition: width none;
}
html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 5rem;
    scroll-behavior: smooth;
}
html::-webkit-scrollbar{
    width: 1rem;

}
html::-webkit-scrollbar-track{
    background: transparent;

}
html::-webkit-scrollbar-thumb{
    background: var(--white);
    border-radius: 5rem;

}

.header .logo img {
    height: 4.5rem;
 }
.header .header-1{
    background:var(--green);
    padding: 1.5rem 9%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.header .header-1 .logo{
    font-weight: bolder;
    font-size: 2.5rem;
    color: var(--text-color-1);
}
.header .header-1 .logo i{
    color: var(--white);
}
.header .header-1 .search-form{
    height: 5rem;
    width: 50rem;
    border: var(--putih);
    border-radius: .5rem;
    display: flex;
    overflow: hidden;
    align-items: center;

}
.header .header-1 .search-form input[type="text"]{
    height: 100%;
    width: 100%;
    text-transform: none;
    font-size: 1.5rem;
    color: var(--black);
    padding: 1rem;
}
.header .header-1 .search-form label{
    font-size: 2rem;
    color: var(--black);
    background: var(--white);
    padding: 1.5rem;


}
.header .header-1 .search-form label:hover{
    color: var(--putih);
}
.header .header-1 .icon div {
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    font-size: 2rem;
    border-radius: .5rem;
    margin-left: .5rem;
    background: var(--bg-color-2);
    color: var(--text-color-1);
    cursor: pointer;
    text-align: center;
}
.header .header-1 .icon div:hover {
    color: #fff;
    background: var(--white);
}
.header .heeader-1 .icon a {
    font-size: 2rem;
    border-radius: .5rem;
    margin-left: .5rem;
    color: var(--green);
    cursor: pointer;
}
.icon .fas {
    font-size: 2.5rem;
    color: #fff;
}


.header .header-1 .icon div:hover,
.header .header-1 .icon a:hover {
    color: #fff;
    background: var(--white);
}
#search-btn{
    display: none;
}
.header  .menu{
    top: 0; right: 2rem;
    padding: 1rem;
    top: 15%;
    border-radius: .5rem;
    box-shadow: var(--box-shadow);
    width: 30rem;
    background: var(--putih);
    position: absolute;
    display: inline-block;
    visibility: hidden;
    z-index: 2;
}
.header  .menu .box{
    display: flex;
    align-items: center;

    gap: 2rem;
    position: relative;
    margin: 1rem 0;
    padding: 10px;
    border: 1px solid #eee;
}
.header .menu.active {
    visibility: visible;
    right: 2rem;
    transition: .4s linear;
}
.header  .menu .box i{
    margin-right: 10px;
}


.header .header-2{
    background:var(--white);
}
.header .header-2 .navbar{
    position: absolute;
    top: 115%; right: 7%;
    background: var(--bg-color-1);
    border-radius: .5rem;
    box-shadow: var(--box-shadow);
    width: 25rem;
    transform: scale(0);
    transform-origin: top right;
}
.header .header-2 .active{
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;

}
.header .header-2 .navbar a{
    display: block ;
    margin: 1rem;
    padding: 1rem;
    font-size: 1.5rem;
    color: var(--text-color-1);
    border-radius: .5rem;

}
.header .header-2 .navbar.show-text a {
    display: inline-block;
}
.header .header-2 .navbar a:hover{
    color: var(--orange);
    background: var(--bg-color-2);
    padding-left: 2rem;
}

.bottom-navbar{
    text-align: center;
    background: #1E5128;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 1000;
    display: none;
}
.bottom-navbar a{
    font-size: 2.5rem;
    padding: 2rem;
    color: #fff;
}
.bottom-navbar a:hover{
    background: var(--text-color-1);
}

*{
   font-family: 'Nunito', sans-serif;
   margin:0; padding:0;
   box-sizing: border-box;
   outline: none; border:none;
   text-decoration: none;
   text-transform: capitalize;
}

*::selection{
   background-color: var(--main-color);
   color:var(--white);
}



section{
   padding:3rem 2rem;
   max-width: 1200px;
   margin:0 auto;
}

.heading{
   text-align: center;
   margin-bottom: 3rem;
}

.heading img{
   height: 4rem;
   margin-bottom: 1rem;
}

.heading h1{
   font-size:4rem;
   color:var(--black);
   font-family: 'Nunito', sans-serif;
}

.btn{
   display: inline-block;
   margin-top: 1rem;
   background-color: var(--main-color);
   cursor: pointer;
   color:var(--white);
   font-size: 1.8rem;
   padding:1rem 3rem;
}

.btn:hover{
   background-color: var(--black);
}


body.active{
    --text-color-1:#fff ;
    --text-color-2:#eee ;
    --bg-color-1:#333 ;
    --bg-color-2:#222 ;
    --box-shadow:0 .5rem 1.5rem rgba(0,0,0,.4);
}









/* SWIPPER */
/* CSS untuk bagian hero */
.hero {
    position: relative;
    overflow: hidden;
    background-color: #1E5128;
    color: black;
    text-align: center;
    height: 400px;
    padding: 3rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* CSS untuk gambar slide */
.img-slide{
    position: absolute;
    width: 100%;
    clip-path: circle(0% at 0 50%);
  }

  .img-slide.active{
    clip-path: circle(150% at 0 50%);
    transition: 2s ease;
    transition-property: clip-path;
  }


/* CSS untuk kontainer di dalam hero */
.container {
    position: relative;
    z-index: 2;
}

/* CSS untuk judul hero */
.hero-title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    animation: moveright 1s linear 1;
    animation-delay: 4s;
    visibility: hidden;
    animation-fill-mode: forwards;
}

@keyframes moveright{
    0%{
      transform: translateX(-100px);
      visibility: visible;
    }
    100%{
      transform: translateX(0);
      visibility: visible;
}
}



/* CSS untuk tombol "Book Now" */
.btn-group {
    margin-top: 1rem;
}

.btn {
    background-color: #4e9f3d;
    color: #fff;
    font-size: 1.8rem;
    padding: 1rem 3rem;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
}

.btn:hover {
    background-color: #333;
}

/* CSS untuk navigasi slider */
.slider-navigation {
    z-index: 888;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(8px);

}

.slider-navigation .nav-btn{
    width: 12px;
    height: 12px;
    background:var(--putih);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
    transition: 0.3s ease;
  }

  .slider-navigation .nav-btn.active{
    background:var(--white);
  }

  .slider-navigation .nav-btn:not(:last-child){
    margin-right: 20px;
  }

  .slider-navigation .nav-btn:hover{
    transform: scale(1.2);
  }




 /* END SWIPPER */

/* plan */
.plan__container .subheader {
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 600;
    font-size: 2.3rem;
    color: var(--text-dark);
    letter-spacing: 5px;
}

.plan__container .section__header {
    text-align: center;
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 1rem;
}

.plan__container .description {
    text-align: center;
    color: var(--text-light);
    font-size: 1.5rem;
}

.plan__grid {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.plan__content .number {
    display: inline-block;
    padding: 6px 16px;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 3.2rem;
    color: var(--putih);
    background-color: var(--white);
    border-radius: 2rem;
}

.plan__content .number:nth-child(4) {
    background-color: #e98b6d;
}

.plan__content .number:nth-child(7) {
    background-color: #ffcca3;
}

.plan__content h4 {
    font-size: 3.0rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.plan__content p {
    color: var(--text-light);
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

.plan__image {
    position: relative;
}

.plan__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 10rem;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

.plan__image img:nth-child(1) {
    max-width: 250px;
    transform: translate(calc(-50% - 9rem), calc(-50% + 5rem));
    z-index: 3;
}

.plan__image img:nth-child(2) {
    max-width: 260px;
    transform: translate(-50%, calc(-50% - 5rem));
    z-index: 2;
}

.plan__image img:nth-child(3) {
    max-width: 230px;
    transform: translate(calc(-50% + 9rem), calc(-50% + 5rem));
}
/* MEMORIES */
.memories {
    background-color: var(--extra-light);
  }

  .memories__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    font-size: 3.5rem;
  }

  .memories__header .section__header {
    max-width: 600px;
  }


  .memories__grid {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
  }

  .memories__card {
    padding: 3rem 2rem;
    text-align: center;
    border-radius: 5rem;
    background-color: var(--putih);
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.05);
  }

  .memories__card span {
    display: inline-block;
    padding: 20px 32px;
    margin-bottom: 2rem;
    font-size: 4rem;
    color: var(--putih);
    background-color: var(--green);
    border-radius: 100%;
  }

  .memories__card:nth-child(2) span {
    background-color: #e98b6d;
  }

  .memories__card:nth-child(3) span {
    background-color: #ffcca3;
  }

  .memories__card h4 {
    margin-bottom: 1rem;
    font-size: 3.2rem;
    font-weight: 600;
    color: var(--text-dark);
  }

  .memories__card p {
    color: var(--text-light);
    line-height: 1.75rem;
    font-size: 1.5rem;
  }
/* END MEMORIES */

/* FACILITY */
.facility {
    background: #eee;
  }
  .h1{
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 10px;

  }

  .facility .box-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(32rem, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
    gap: 1.5rem;
  }

  .facility .box-container .box {
    text-align: center;
    background: #fff;
    border: 0.2rem solid #10221b;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: .5rem;
  }

  .facility .box-container .box:hover {
    background: #10221b;
  }
  .facility .heading{
    font-size: 2.5rem;
    color:var(--black);
    font-family: 'Nunito', sans-serif;
    padding-bottom: 1rem;

  }

  .facility .box-container .box:hover .content > * {
    color: #fff;
  }

  .facility .box-container .box:hover .btn {
    border-color: #fff;
  }

  .facility .box-container .box:hover .btn:hover {
    background: #fff;
    color: #10221b;
  }

  .facility .box-container .box .image {
    height: 25rem;
    overflow: hidden;
    padding: 2rem;
    padding-bottom: 0;
    border-radius: .5rem;
  }

  .facility .box-container .box .image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: .5rem;
  }

  .facility .box-container .box .content {
    padding: 2rem;
  }

  .facility .box-container .box .content h3 {
    font-size: 2rem;
    color: #10221b;
  }

  .facility .box-container .box .content p {
    font-size: 1.5rem;
    color: #10221b;
    padding: 1rem 0;
    line-height: 2;
  }

  .facility .box-container .box .content .price {
    font-size: 2rem;
    color: #219150;
  }
/* END facility */


/* ABOUT */

 .about{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap:4rem;
    background: #eee;

 }

 .about .image{
    flex:1 1 40rem;
 }

 .about .image img{
    width: 100%;
 }

 .about .content{
    flex:1 1 40rem;
 }

 .about .content h3{
    font-size: 4.5rem;
    color:var(--black);
    font-family: 'Nunito', sans-serif;
    padding-bottom: 1rem;
 }

 .about .content p{
    padding:1rem 0;
    line-height: 2;
    color:var(--light-color);
    font-size: 1.5rem;
 }
 /* END ABOUT */

/* fitur pertanyaan */
 .fitur {
    margin: 0px auto;
    padding-right: 5px;
    padding-left: 5px;
    max-width: 1140px;
}

.konten {
    margin: 0;
    padding-right: 5px;
    padding-left: 5px;
    max-width: 1140px;
    overflow: hidden;
}

.konten:after {
    content: "";
    display: table;
    clear: both;
}





.ico-fitur {
    width: 45px;
    height: 45px;
    float: left;
    padding-right: 20px;
    padding-left: 5px;
}
.kol-12 {
    width: 100%;
    float: none;
    clear: both;
}

.tebal, .bold, .strong {
    font-weight: bold;
    font-size: 18px;
}
.kecil{
    font-size: 15px;
}
.teks-fitur.pertanyaan .fa-chevron-down {
    margin-left: 10px;
}

.kecil.jawaban {
    display: none;
}

.ico-fitur img {
    width: 100%;
    height: auto;
}

h2 {
    font-size: 35px;
    line-height: 1.2em;
    padding: 5px 0;
    font-family: 'Rubik', sans-serif;
    letter-spacing: auto;
}

p {
    margin: 0 0 10px;
    font-weight: bold;
    /* font-size: 1.5rem; */
}


 /* FOOTER */
 .footer .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(27rem, 1fr));
    gap:1.5rem;
    align-items: flex-start;
 }

 .footer .box-container .box{
    text-align: center;
 }

 .footer .box-container .box i{
    font-size: 2.5rem;
    line-height: 6rem;
    height: 6rem;
    width: 6rem;
    border-radius: 50%;
    background-color: var(--main-color);
    color:var(--white);
    margin-bottom: 1rem;
 }

 .footer .box-container .box h3{
    margin:1rem 0;
    font-size: 2rem;
    color:var(--black);
 }

 .footer .box-container .box p{
    line-height: 2;
    font-size: 1.6rem;
    color:var(--light-color);
 }

 .footer .credit{
    text-align: center;
    margin-top: 3rem;
    padding-top: 2.5rem;
    border-top: var(--border);
    font-size: 2rem;
    color:var(--black);
    /* padding-bottom: 7rem; */
 }

 .footer .credit span{
    color:var(--white);
 }

 .socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }

  .socials span {
    font-size: 4.2rem;
    color: var(--extra-light);
  }













 /* media queries  */


 @media (max-width:991px){

    html{
       font-size: 55%;
    }
    .header .header-1{
        padding:  2rem;
    }
    .plan__grid {
        grid-template-columns: repeat(1, 1fr);
      }

      .plan__image {
        min-height: 600px;
        grid-area: 1/1/2/2;
      }
      .hero .container { max-width: 740px;
        z-index: 888;
        color: #fff;
      }

 }

 @media (max-width:768px){


    .memories__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
      }

    .header .flex .navbar{
       position: absolute;
       top:99%; left:0; right:0;
       background-color: var(--white);
       border-top: var(--border);
       border-bottom: var(--border);
       clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
       transition: .2s linear;
    }

    .header .flex .navbar.active{
       clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

    .header .flex .navbar a{
       display: block;
       margin:2rem;
    }

    .about .content h3{
       font-size: 3rem;
    }
    .hero .container.active{
        display: block;
      }

 }

 @media (max-width:450px){

    html{
       font-size: 50%;
    }

    .heading img{
       height: 3rem;
    }

    .heading h3{
       font-size: 3rem;
    }
    .hero {
        max-width: 100%;
        height: auto;
      }

      .hero-text{
          z-index: 10;
          color: #fff;
       }
       .hero-text {
        text-align: center;
        z-index: 888;
        color: #fff;

      }
 }
 @media (width <600px) {

    .memories__header {
        flex-direction: column;
      }
    .memories__grid {
        grid-template-columns: repeat(1, 1fr);
      }
    }



@media(max-width:768px){
    html{
        scroll-padding-top: 0;
    }
    body{
        padding-bottom: 6rem;
    }
    .header .header-2{
        display: none;
    }
    .bottom-navbar{
        display: block;
    }
    #search-btn{
        display: inline-block;
    }
    .header .header-1{
        box-shadow: #444;
        position: relative;
    }

    .header .header-1 .search-form{
        position: absolute;
        top: 115%; right: 2rem;
        background: var(--bg-color-1);
        border-radius: .5rem;
        width: 90%;
        box-shadow: var(--box-shadow);
        transform: scale(0);
        transform-origin: top right;

    }
    .header .header-1 .search-form.active{
        top: 115%;
        transform: scale(1);

}
}

