@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

:root{
    --green: #27ae60;
    --black: #192a56;
    --light-color: #666;
    --dark-bg: #666;
    --box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.1);
    --main-radius: 5px;
    --main-padding: 5px;
}
*{
    font-family: 'Sans', sans-serif;
    margin:0; padding:0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none; border:none;
    text-transform:capitalize;
    transition: all .2s linear;
}

.main{
  margin-top: 97px;
}



.wrapper{
  padding:10px;
}

nav{
    display: flex;
    width: 100%;
    background: white;
    justify-content: space-between;
    text-align: center;
    padding: 15px 30px;
    position: fixed;
    z-index:999;
    top: 0;
    box-shadow: var(--box-shadow);
}

nav .icon{
    font-size: 35px;
    font-weight: 800;
    color: #fff;
    cursor: pointer;
}

nav ol{
    display: flex;
    list-style:none;
    margin: auto 0;
}

nav ol li{
    margin: 0;
}

nav ol li a{
    color: #004d40;
    font-size: 12px;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 0;
}


nav .search_box{
    border: 1px solid#004d40;
    display: flex;
    margin: auto 0;
    height: 35px;
    line-height: 35px;
}

nav .search_box input{
    outline: #004d40;
    background: #fff;
    height: 100%;
    padding: 0 10px;
    font-size: 12px;
    width: 350px;
}

nav .search_box span{
    color: #19451c;
    font-size: 15px;
    background: #fff;
    height: 100%;
    padding: 8px;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

nav .search_box span:hover{
    color:white;
}

nav .search_box span::after{
    height: 100%;
    width: 0%;
    content: '';
    background: #004d40;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transition: 0.3s;
}

nav .search_box span:hover::after{
    width: 100%;
}



nav .bar{
    position: relative;
    margin: auto;
    display: none;
}

nav .bar span{
    position: absolute;
    color: #004d40;
    font-size: 20px;
}

nav .scart{
    position: relative;
    margin: auto;
    display: none;
}

nav .scart span{
    position: absolute;
    color: #004d40;
    font-size: 20px;
}

.dropdown {
  float: center;
  overflow: hidden;
  color: white;
}

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 15px;  
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  margin-left: 10px;
  margin-right: 10px;
  width: 95%;
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 5px 8px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.show {
  display: block;
}

.katalognav{
  font-size: 13px;
  color:#004d40;
  font-weight: 800;
}

input[type="checkbox"]{
    -webkit-appearance: none;
    display: none;
}

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}

.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #717171;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}



.container {
	display: grid;
	grid-template-columns: [col1] 50% [col2] 50% 

[col3] 23%;
  grid-template-rows: [row1] 47% [row2] 47%;
	grid-gap: 10px;
	text-align: center;
	color: #FFF;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
}


.grid-cell-2 {
	/*background-color: #898989; */
	grid-column: 2 ;
	grid-row: 1 / 2;
	border-radius: 6px;
}

.grid-cell-4 {
	/*background-color: #898989; */
	grid-column: 1 ;
	grid-row: 1 / 2;
	border-radius: 6px;
}

.marker{
    position: relative;
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
}

.marker .mark{
    font-size: 18px;
    font-weight: 1000;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #004d40;
    text-align: center;
}

.marker .desc{
    font-size: 10px;
    margin: 5px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #004d40;
    text-align: center;
}

/* SLIDERRRRRR */

.slide-container{
  max-width: 100%;
  position: relative;
  margin: auto;
}

.slide-content{
  margin: 0 80px;
  border-radius: 25px;
  width: 250px;
}

.slide-contentt{
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}
.card{
  border-radius: 25px;
  background-color: rgb(220, 231, 238);
}

.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 10px;
}
.image-content{
  position: relative;
  row-gap: 5px;
}


.name{
  font-size: 13px;
  font-weight: 1000;
  color: #333;
}
.description{
  font-size: 10px;
  color: #707070;
  text-align: center;
}
.button{
  border: none;
  font-size: 8px;
  color: #FFF;
  padding: 8px 10px;
  background-color: #004d40;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: #26f27b;
}

.swiper-navBtn{
  color: #6E93f7;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #4070F4;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 12px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  background-color: #6E93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #4070F4;
}

.viewmore{
    position: relative;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.imgthx{
    position: relative;
    /* width: 90%; */
    align-items: center;
    /* margin: 10px; */
}

.maps{
    position: relative;
    width: 100%;
    margin: 0;
    align-items: center;
}

.cberanda{
    position: relative;
    width: 100%;
    align-items: center;
}

input[type=text] {
  border: 1px solid #004d40;
  height: 30px;
  padding: 15px;
  width: 250px;
  margin-bottom: 10px;
  border-radius: 8px;
}

textarea {
  padding: 15px;
  width: 250px;
  height: 100px;
  box-sizing: border-box;
  border: 1px solid #004d40;
  border-radius: 8px;
  background-color: #f8f8f8;
  resize: none;
}

.cbutton{
  border: none;
  font-size: 12px;
  color: #FFF;
  padding: 8px 10px;
  background-color: #004d40;
  border-radius: 12px;
  margin: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.footer{
    position: absolute;
    background: #004d40;
    width: 100%;
    height: 300px;
}

.fkami{
    position: relative;
    width: 100%;
    align-items: center;
    margin-top: 30px;
    /* padding-right:20px;
    padding-left:20px; */
    font-size: 12px;
}

.footer-social-icon a {
  color: rgb(2, 2, 2);
  font-size: 12px;
  margin-right: 13px;
}
.footer-social-icon i {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}
.facebook-bg{
  height: 30px;
  width: 30px;
  background: #FFFFFF;
  /* background: #3B5998; */
}
.twitter-bg{
  height: 30px;
  width: 30px;
  /* background: #55ACEE; */
  background: #FFFFFF;
}
.youtube-bg{
  height: 30px;
  width: 30px;
  /* background: #d61900; */
  background: #FFFFFF;
}
.instagram-bg{
  height: 30px;
  width: 30px;
  /* background: #d43da2; */
  background: #FFFFFF;
}

.about-container {
  position: relative;
  text-align: center;
  color: white;
}

.centered {
  position: relative;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 

rgba(0, 0, 0, 0.19);
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: -70px;
  background-color: #fff;
  transform: translate(0, -40%);
  backdrop-filter: blur(14px);
}

.cardabout{
  border-radius: 20px;
  margin-top: 10px;
  margin-left: 50px;
  margin-right: 50px;
  background-color: #FFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 

rgba(0, 0, 0, 0.19);
}

.cardhalo{
  border-radius: 20px;
  margin-top: 10px;
  margin-left: 50px;
  margin-right: 50px;
  background-color: #FFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 
rgba(0, 0, 0, 0.19);
}

.aboutdetail{
  position: relative;
  margin-bottom: 30px;
}

.inf-container{
  position:relative;
  margin-top: 20px;
  align-items: center;
  width: 100%;
}

.inftitle{
  position: relative;
  width: 100%;
  color: #004d40;
  font-size: 18px;
  text-align: center;
}

.wrcontent{
  position:relative;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  width: 320px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  padding: 10px;
  text-align: left;
  outline: none;
  font-size: 10px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  width: 320px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: none;
  overflow: hidden;
  font-size: 10px;
  background-color: #f1f1f1;
}

.content-galeri{
  margin: 10px;
}

.foto-galeri{
  display: grid;
  grid-template-columns: auto auto;
}

.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255,255,255,.5);
  font-size: 30px;
  margin: 5px;
  text-align: center;
}

.link-video{
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.testtitle{
  position: relative;
  width: 100%;
  color: #004d40;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

.testi-slide {
  max-width: 100%;
  position: relative;
  margin: auto;
}

.contactus{
  position: relative;
  margin: 10px;
}

.markcontactus{
  position: relative;
  margin: 20px;
}

.markcontactus .mark{
    font-size: 18px;
    font-weight: 1000;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #004d40;
    text-align: center;
}

.groupmenu-content{
  display: grid;
  grid-template-columns: auto auto;
}

.card-menu{
  border-radius: 25px;
  background-color: rgb(220, 231, 238);
  margin: 5px;
}
.image-content-menu,
.card-content-menu{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 10px;
}
.image-content-menu{
  position: relative;
  row-gap: 5px;
}


.name{
  font-size: 13px;
  font-weight: 1000;
  color: #333;
}
.description{
  margin-top: 8px;
  font-size: 10px;
  color: #707070;
  text-align: center;
}
.button{
  border: none;
  font-size: 8px;
  color: #FFF;
  padding: 8px 10px;
  background-color: #004d40;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: #26f27b;
}

.singlemenu-cont{
  margin: 10px;
}

.short-detail{
  font-size: 10px;
  color: #8d9090;
  text-transform: none;
}

.detdesc{
  font-size: 12px;
  color: #262626;
  text-transform: none;
}

.judul-single{
  text-align: center;
  font-size: 11px;
  margin-top: 20px;
}

.description-menu{
  margin-top: 20px;
}

.titlegroup{
	font-size:12px;
	text-align:center;
}

.price-menu{
  margin-top: 10px;
  align-items: center;
}

.menuwrite{
  text-align: center;
  font-size: 18px;
  color: #071d0d;
  font-weight: 800;
}

.buttonsingle{
  text-align: center;
}

.pricegroup{
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  color: #071d0d;
  font-weight: 700;
}

.sbutton{
  border: none;
  font-size: 12px;
  color: #FFF;
  padding: 8px 10px;
  background-color: #004d40;
  border-radius: 12px;
  margin: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.prmenu{
  margin-top: 8px;
  text-align: center;
  font-size: 12px;
  color: #071d0d;
  font-weight: 800;
}

.groupempty{
  margin-top:20px;
  margin-left:20px;
  margin-right:20px;
  margin-bottom: 150px;
  font-size:15px;
}

.cari{
  margin-bottom:30px;
}

hr {
  border: 1px solid #004d40;
  margin-bottom: 10px;
}

.cartbody{
  margin-top: 155px;
}

.imgcart{
    position: relative;
    align-items: center;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    width:100%;  
}

.ui-menu-item{
  font-style:italic;
  font-size: 12px;
  color:rgb(20, 20, 20);
  font-weight: normal;
  text-align: left;
  padding: 3px
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

@media screen and (max-width: 800px) {
    .prev, .next,.text {font-size: 14px}

    nav{
        display: block;
        padding: 0;
    }

    nav .icon{
        display: inline-block;
        padding: 10px 30px;
        font-size: 10px;
        size: 10px;
    }

    nav .search_box{
        width: 100%;
        display: inline-flex;
        justify-content: center;
    }

    nav .search_box input{
        width: 90%;
    }

    nav ol{
        display: flex;
        flex-direction: column;
        background: #004d40;
        height: 0;
        visibility: hidden;
    }

    nav ol li{
        text-align: center;
        height: 0;
        margin-top: 10px;
    }

    nav ol li a{
        color: #fff;
        font-size: 15px;
        display: block;
    }

    nav .bar{
    position: absolute;
    display: block;
    top: 20px;
    left: 20px;
    size: 10px;
    cursor: pointer;
    }

    nav .scart{
    position: absolute;
    display: block;
    top: 20px;
    right: 40px;
    size: 10px;
    cursor: pointer;
    }

    nav .bar #times{
        display: none;
    }
    #check:checked ~ nav .bar #times{
        display: block;
    }
    #check:checked ~ nav .bar #bars{
        display: none;
    }
    #check:checked ~ nav ol{
        visibility: visible;
        height: 200px;
    }
    #check:checked ~ nav ol li{
        visibility: visible;
        height: 200px;
    }

    .viewmore{
        position: relative;
        width: 100%;
        align-items: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }

   
}