/* ========== root custom ============= */
*{
 font-family: 'Poppins', sans-serif;
 padding: 0;
 margin: 0;
}

html,
body {
 position: relative;
 height: 100%;
}

body {
 background: #ffffffd6;
 font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
 color: #000;
 margin: 0;
 padding: 0;
}

main {
    padding-top: 0!important;
    overflow-x: hidden;
}

/* main */

:root {
 font-size: 18px!important;
}
@media (max-width: 900px) {
    :root {
        font-size: 15px!important;
    }
}
@media (max-width: 400px) {
    :root {
        font-size: 12px!important;;
    }
}

/* width */
::-webkit-scrollbar {
width: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
/* background: rgb(193, 193, 193);  */
border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
 box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

/* Design System Componenet Useable */

/* ========== card component custom ============= */
.card-1 .card_img{
 background-position: center;
 background-repeat: no-repeat;
 background-size: 100%;
 width: 100%;
 height: 250px;
 transition: 0.25s;
}
.card-1:hover .card_img{
 background-size: 110%;
}
.card-1 {
 cursor: pointer;
 box-shadow: rgba(17, 12, 46, 0.15) 0px 2px 10px 0px;
 border-radius: 20px;
 padding: 10px 10px;
 transition: 0.25s;
 background-color: white;
}
.card-1:hover {
 box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.card-1 a {
 border-radius: 100px;
}
.card-1 h5 {
 font-size: 1.2rem;
 margin-bottom: 0px;
 margin-top: 10px;
}
.card-1 p {
 font-size: 1rem;
}
.card-1 .card_desc {
 margin: 10px;
}
.card-1 .btn {
 box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.card-1 .btn:hover {
 box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.card-1 img {
    width: 100%;
    border-radius: 10px;
}

/* ========== button component custom ============= */
.btn {
    border-radius: 100px;
    letter-spacing: 2px;
    padding: 10px 30px;
    transition: 0.25s;
    border: 1px solid black;
}

.button1 {
    display: flex;
    justify-content: center;
    max-width: 200px;
    margin: auto;
}

/* ========== icon component custom ============= */
/* icon whatsapp button */
.icon-wa {
    border-radius: 100px;
    padding: 10px 20px;
    background-image: linear-gradient(45deg, #4FCE5D 50%,#15aa26 50%);
    background-size: 300%;
    background-position: left;
    color: white;
    font-weight: 600;
    text-decoration: none;
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 250px;
    transition: 0.5s;
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.icon-wa:hover {
    color: white
}
.icon-wa:hover {
    background-position:right;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
/* icon file button */
.icon-file {
    border-radius: 100px;
    padding: 10px 20px;
    background-image: linear-gradient(45deg, #ffffff 50%,#0b0b0b 50%);
    color: black;
    background-size: 300%;
    background-position: left;
    font-weight: 600;
    text-decoration: none;
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 250px;
    transition: 0.5s;
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.icon-file:hover {
    background-position:right;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
/* icon facebook button */
.icon-facebook {
    border-radius: 100px;
    padding: 10px 20px;
    background-image: linear-gradient(45deg, #ffffff 50%,#3b5998 50%);
    color: black;
    background-size: 300%;
    background-position: left;
    font-weight: 600;
    text-decoration: none;
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    width: 100%;
    transition: 0.5s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.icon-facebook:hover {
    background-position:right;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

/* ========== navbar component ============= */
.hamburger_menu  {
 display: none;
}
nav {
 position: fixed;
 width: 100%;
 z-index: 99;
 padding: 20px 0;
 transition: 0.2s;
 background-color: rgba(255, 255, 255, 0);
}
nav.true {
 background-position: right;
 background-color: rgb(255, 255, 255);
 box-shadow: 0px 1px  40px rgba(7, 7, 7, 0.212);
}
nav.true {
 padding: 10px;
}
nav.true a,
nav.true p {
 font-size: 0.8rem!important;
}
.nav_main {
 display: flex;
 justify-content: space-between;
}
nav p {
 font-size: 1.5rem;
 font-weight: bold;
 margin: 0;
}
nav a {
 margin: 0 auto;
 text-decoration: none;
 color: black;
 letter-spacing: 1px;
 margin: 0 auto;
 transition: 0.2s;
 padding: 4px 10px;
 border-radius: 20px;
 text-align: center;
 display: flex;
 flex-direction: column;
}
nav .menu {
 display: flex;
 gap: 20px;
 justify-content: center;
 align-items: center;
}
nav a .border-nav{
 width: 100%;
 height: 2px;
 background-image: linear-gradient(90deg,black 50%, rgba(255, 255, 255, 0) 50%);
 transition: 0.5s;
 background-size: 200% 200%;
 background-position: right;
}
nav a:hover .border-nav {
 width: 100%;
 height: 2px;
 background-size: 200% 200%;
}
nav a:hover {
 color: black;
}
nav a.active .border-nav,
nav a:hover .border-nav  {
 background-position: left;
}

@media (max-width: 900px) {
    .nav_main {
        flex-direction: column;
        padding: 2px;
        background-image: linear-gradient(white,rgba(255, 255, 255, 0.818));
        min-height: 100vh;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }
    nav .menu {
        display: flex;
        flex-direction: column;

    }
    nav a {
        max-width:200px;
    }
    .hamburger_menu {
        display: block;
        position: fixed;
        z-index: 999;
        top: 20px;
        left: 20px;
        cursor: pointer;
    }
    .hidden {
        transform: translateX(-100%);
    }
    nav{
        width: 50vw;
        min-width: 200px;
    }
}

/* ========== footer component custom ============= */
footer {
 padding: 50px 10px;
 display: flex;
 justify-content: space-between;
}
footer h6 {
 font-weight: bold;
 letter-spacing: 1.5px;
}
.footer_menu a{
 text-decoration: none;
 color: black;
 letter-spacing: 1px;
 margin: 0 10px;
 transition: 0.2s;
 padding: 4px 15px;
 border-radius: 20px;
 text-align: center;
}
.footer_menu a:hover {
 color: #b3b3b3;
}
.footer_sosmed {
 display: flex;
 gap: 40px;
}
.footer_sosmed div {
 padding: 0 30px;
}
.footer_right {
 display: flex;
 justify-content: end;
 align-items: flex-end;
 flex-direction: column;
 gap: 20px;
}
.footer_menu {
 display: flex;
 gap: 20px;
}
.footer_left p {
 font-size: 0.8rem;
}

@media (max-width: 600px) {
 .footer_sosmed {
     gap: 20px;
     margin: auto;
 }
 .footer_left {
     text-align: center;
 }
 .footer_menu {
     flex-direction: column;
 }
 .footer_right {
     justify-content: start;
     align-items: center;
 }
}

/* ========== beranda page custom ============= */

/* banner section*/

.beranda .swiper .swiper-wrapper {
    height: auto!important;
}

.beranda .banner {
 min-height: 100vh;
 justify-content: center;
 align-items: center;
}
.beranda .banner_img {
 position: relative;
}
.beranda .banner_img img{
 width: 100%;
 max-width: 600px;
 margin: auto;
 display: flex;
}
.beranda .banner_img svg {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
 position: absolute;
 top: 0;
 left: 0;
 z-index: -9;
 opacity: 0.4;
}
.beranda .banner_desc {
 z-index: 2;
}
.beranda .banner h1 {
 font-size: 2rem;
 font-weight: 600;
 letter-spacing: 2px;
}
.beranda .banner p {
 max-width: 500px;
 font-size: 1rem;
 text-align: justify;
 font-weight: 400;
}
.beranda .banner .btn {
 box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.beranda .banner .btn:hover {
 box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

@media (max-width: 960px) {
    .beranda .banner_desc {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

/* categories section */
.beranda .categories {
 margin: 100px 0;
}
.beranda .categories .card-2 {
 display: flex;
 gap: 20px;
 border-radius: 20px;
margin-bottom: 10px;
 cursor: pointer;
 padding: 20px;
 background-color: white;
 margin: 20px 10px;
 justify-content: center;
 transition: 0.5s;
 box-shadow: rgba(100, 100, 111, 0.2) 0px 2px 10px 0px;
}
.beranda .categories .card-2:hover {
 background-position: right;
 box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.beranda .categories .img {
 width: 700px;
 height: 200px;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}
.swiper-button-next, .swiper-button-prev {
 color: black!important;
}
.beranda .categories .desc {
 text-align: start;
 display: flex;
 flex-direction: column;
 justify-content: center;
}
.beranda .categories .swiper-wrapper {
 margin: 10px;
}
.beranda .categories .desc h2 {
 color: #000;
 font-size: 1.2rem;
 font-weight: 600;
}
.beranda .categories  .desc p {
 color: #000;
 font-size: 0.9rem;
 text-align: justify;
 margin: 0;
}
.beranda .categories .desc .category{
 font-style: italic;
 margin-top: -10px;
 letter-spacing: 1.2px;
}
.beranda .categories .img {
 max-width: 150px;
}

@media (max-width : 900px) {
    .beranda .card-2 {
        padding: 0px;
        margin: 0px;
        margin-bottom: 10px;
        gap: 2px;
    }
    .beranda .img {
        border-radius: 10px 0 0 10px;
    }
}

/* beranda-2 section */
.beranda .banner-2 {
 display: flex;
 justify-content: center;
 align-items: center;
 margin: 150px 0;
 background-image: linear-gradient(45deg, #f2f2f282 50%, #d7d7d7 2%, #f2f2f242 );
 background-size: 300% 300%;
 background-position: left;    position: relative;
 height: 100vh;
 max-height: 300px;
 overflow: hidden;
 border-radius: 20px;
 box-shadow: rgba(0, 0, 0, 0.091) 0px 1px 30px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
 transition: 0.75s;
}
.beranda .banner-2:hover {
 background-position: right;
 box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.beranda .banner-2 img {
 height: 200%;
 margin-top: -60px;
}
.beranda .banner-2 p {
 font-size: 0.9rem;
 font-weight: 600;
 letter-spacing: 1.1px;
 margin:0;
 margin-top: 20px;
}
.beranda .banner-2 h2 {
 font-size: 1.3rem;
 letter-spacing: 1px;
 font-weight: 600;
 text-align: justify;
 margin: 0;
}
.beranda .banner-2 h3 {
 margin: 0;
 font-size: 0.9rem;
 letter-spacing: 2px;
}
.beranda .banner-2 .left {
 position: absolute;
 height: 100%;
 left: 0;
 z-index: -2;
}
.beranda .banner-2 .right {
 position: absolute;
 height: 100%;
 right: 0;
 z-index: -2;
}
.beranda .banner-2 .center {
 max-width: 400px;
}

@media (max-width: 720px) {
    .beranda .banner-2 .left {
        left: -100px;
    }
    .beranda .banner-2 .right {
        right: -100px;
    }
    .beranda .banner-2 {
        max-height:200px!important;
    }
}

/* galleries section */
.beranda .galleries a,
.beranda .galleries img{
    width: 100%;
}

/* content5 */
.beranda .content5 {
 margin: 150px 0;
}
.beranda .content5_main {
 display: flex;
 justify-content: center;
 align-items: flex-end;
 margin: 40px 0;
}
.beranda .content5_desc {
 text-align: center;
 max-width: 400px;
 margin: 0 auto;
 padding: 30px;
}
.beranda .content5_desc .user{
 font-size: 0.9rem;
 font-weight: 600;
 font-style: italic;
 letter-spacing: 1.2px;
}
.beranda .content5_desc .title {
 margin-top: 20px;
 margin-bottom: 10px;
}
.beranda .content5_desc h2 {
 font-weight: 600;
 font-size: 2rem;
}
.beranda .content5_cards {
 padding: 50px 0;
}
.beranda .content5_card {
 border-radius: 20px;
 display: flex;
 flex-direction: column;
 box-shadow: rgba(0, 0, 0, 0.091) 0px 1px 20px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
 transition: 0.5s;
 cursor: pointer;
}
.beranda .content5_card:hover {
 box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.1) 0px 0px 0px 1px;
}

/*  aboutus section */
.beranda .aboutus {
 padding: 100px 0;
}
.beranda .aboutus .row {
 justify-content: center;
 align-items: center;
}
.beranda .aboutus img {
 width: 100%;
 max-width: 600px;
 display: flex;
}
.beranda .aboutus .left {
 position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
}
.beranda .aboutus .left svg {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
 position: absolute;
 top: 0;
 z-index: -2;
 opacity: 0.4;
}
.beranda .aboutus .right h6 {
 margin: 0;
 font-size: 1.5rem;
 margin-bottom: 20px;
}
.beranda .aboutus .left_2 {
 display: flex;
 justify-content: center;
 width: 100%;
}
.beranda .aboutus p {
 margin: 20px 0;
 display: flex;
 gap: 20px;
 align-items: center;
}

/* ========== list product page custom ============= */

/* main */
.list-product .main h1 {
 font-size: 1.5rem
}
.list-product .main p {
 font-size: 1rem;
 text-align: center;
 max-width: 600px;
}
.list-product .main {
 min-height: 40vh;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items:center;
}
.list-product .main .search {
 display: flex;
 gap: 10px;
 align-items: center;
 background-color: white;
 max-width: 400px;
 width: 100%;
 margin-top:10px ;
 padding: 10px 20px;
 border-radius: 20px;
 box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
 transition: 0.25s;
}
.list-product .main .search input {
 border: none;
}
.list-product .main .search input:focus {
 outline: none;
}
.list-product .main .search:hover {
 box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
/* sidebar */
.list-product .list {
 padding-bottom: 50px;
}
.list-product .list .sidebar h6 {
 font-size: 1rem;
 letter-spacing: 2px;
 margin-bottom: 10px;
}
.list-product .list .sidebar {
 z-index: 999;
 flex-direction: row;
 position: absolute;
 display: flex;
 flex-direction: column;
 min-width: 200px;
 top: 100px;
 justify-content: start;
 align-items: start;
 transform: translateX(0%);
 transition: 0.5s;
}
.list-product .list .sidebar.hidden3 {
 transform: translateX(-100%);
 justify-content: end;
 align-items: end;
}
.list-product .list .sidebar_main {
 transition: 0.5s;
 max-height: 60vh;
 display: flex;
 flex-direction: column;
 background-color: white;
 padding: 20px 20px 40px 20px;
 left: 50px;
 max-width: 400px;
 width: 100%;
 border-radius: 10px;
 overflow: auto;
 box-shadow: 0px 2px 20px  rgba(120, 120, 120, 0.219);
}
.list-product .list .sidebar .hidden2 {
 transform:  translateX(-100%);
 opacity: 0;
}
.list-product .list .sidebar .icon {
 display: flex;
 justify-content: center;
 align-items: center;
 cursor: pointer;
 background-color: #ffd508;
 padding: 10px;
 max-width: 60px;
 box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
 border-radius: 10px;
 transition: 0.5s;
 transform: translateX(0%);
}
.list-product .list .sidebar.hidden3 .icon {
 transform: translateX(100%);
}
.list-product .list .sidebar .icon:hover{
 box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.list-product .list .sidebar .icon svg {
 width: 30px;
}
.list-product .list .sidebar_main a {
 color: black;
 text-decoration: none;
 transition: 0.2s;
}
.list-product .list .sidebar_menu {
 margin-bottom: 10px;
}
.list-product .list .sidebar_menu:hover a{
 font-style: italic;
 font-weight: bold;
}
.list-product .list .sidebar_line {
 width: 0%;
 height: 2px;
 background-color: black;
 border-radius: 20px;
 transition: 0.2s;
}
.list-product .list .sidebar_menu:hover .sidebar_line {
 width: 100%;
}

.list-product .list .cards {
    justify-content: center;
    align-items: center;
}

@media (max-width:768px) {
 .list-product .list .sidebar {
     max-width: 100%;
     right: 0;
     top: 10px;
     justify-content: end;
     align-items: end;
 }
 .list-product .list .sidebar.hidden3 {
     transform: translateX(80%);
     justify-content: start;
     align-items: start;
 }
 .list-product .list .sidebar.hidden3 .icon {
     transform: translateX(0);
 }
 .list-product .list .sidebar .hidden2 {
     transform: translateX(100%);
 }
}

/* ========== detail product custom ============= */

.detail .main {
    padding: 100px 0;
}
/* swiper */
.detail .swiper {
 width: 100%;
 height: 100%;
}
.detail .mySwiper.swiper {
 width: 100%;
 height: 115px;
 margin-left: auto;
 margin-right: auto;
}

.detail .swiper-slide {
 background-size: cover;
 background-position: center;
}

.detail .mySwiper2 {
 width: 100%;
 height: 450px;
}

.detail .mySwiper {
 height: 20%;
 box-sizing: border-box;
 padding: 10px 0;
}

.detail .mySwiper .swiper-slide {
 width: 25%;
 opacity: 0.4;
 transform: scale(0.9);
 transition: 0.25s;
 border-radius: 20px;
 box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
}

.detail .mySwiper .swiper-slide-thumb-active {
 opacity: 1;
 transform: scale(1);
 border-radius: 0;
}

.detail .swiper-slide img {
 display: block;
 width: 100%;
 object-fit: cover;
 margin: auto;
 border-radius: 10px;
}
.detail .swiper-button-next {
 color: black;
}
.detail .swiper-button-prev {
 color: black;
}

/* swiper3 */
.detail .swiper.mySwiper3 {
 width: 100%;
 padding: 20px;
}
.detail .mySwiper2 .swiper {
 min-height: 450px;
}

/* more */
.more_card .card_img{
 background-position: center;
 background-repeat: no-repeat;
 background-size: 100%;
 width: 100%;
 height: 250px;
 transition: 0.25s;
}
.more_card:hover .card_img{
 background-size: 110%;
}
.more_card {
 cursor: pointer;
 box-shadow: rgba(17, 12, 46, 0.15) 0px 10px 30px 0px;
 border-radius: 20px;
 padding: 10px 10px;
 margin: 5px;
 transition: 0.25s;
 background-color: white;
}
.more_card:hover {
 box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.more .btn {
 margin: 20px auto;
 display: flex;
 max-width: 200px;
 justify-content: center;
}
.more h5 {
 font-size: 1.2rem;
 margin-bottom: 0px;
}
.more p {
 font-size: 0.9rem;
 margin-bottom: 0px;
}
.more .mySwiper3 .swiper-slide{
 padding: 50px 0;
}
/* ========== contact page custom ============= */

/* main */
.aboutus .main h1 {
font-size: 1.5rem
}
.aboutus .main p {
font-size: 1rem;
text-align: center;
max-width: 600px;
}
.aboutus .main {
min-height: 40vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items:center;
}
.aboutus .maps {
    position: relative;
    display: flex;
    justify-content: center;
}
.aboutus .maps h2 {
    font-size: 1.3rem;
}
.aboutus .maps p {
    font-size: 0.9rem;
}
.aboutus .contact {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    margin: 20px;
}
.aboutus .contact .form {
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
    padding: 20px;
}
@media (max-width:768px) {
    .aboutus .main {
        min-height: auto;
        padding: 40px 0 20px 0;
    }
    .aboutus .contact {
        position: relative;
        top: auto;
        right: auto;
        padding: 20px;
        width: 100%;
    }
}
