@import url('https://fonts.googleapis.com/css2?family=Fahkwang:wght@500&display=swap');
@import url("https://fonts.googleapis.com/css?family=Alex+Brush|Merienda");


:root {
  --var_biru: #1e90ff;
  --var_putihgading: #f4edc2;
  --var_hitam: #0d0628;
  --var_hitamgray:#4a4a4a;
  --var_hijaulime:#b2e92e;
  --var_hijaudark:#193d3d;
  --var_hijaugelap:#406b58;
}

.f_Merienda {
  font-family: Merienda;
  font-size: 0.8m;
  color: #fff;
  display: block;
}
.f_alex {
  font-family: "Alex Brush";
  color: #fff;
  font-size: 2.5em;
  text-shadow: 5px 4px 7px rgba(0, 0, 0, 0.4);
  display: block;
}

.font_hijaudark{
  color: #0d0628 !important;
}

:root {
  --index: calc(1vw + 1vh);
  --transition: 1.5s cubic-bezier(.05, .5, 0, 1);
}

@font-face {
  font-family: kamerik-3d;
  src: url(../fonts/kamerik205-heavy.woff2);
  font-weight: 900;
}
@font-face {
  font-family: merriweather-italic-3d;
  src: url(../fonts/merriweather-regular-italic.woff2);
}
a {
  text-decoration: none;
  color: #fff;
  transition: all 1s;
}
h2,h3,h4,h5{
  font-family: Fahkwang, sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: 200;
  font-family: Poppins, sans-serif;
}
body {
 background-color: #f5f5f5;
 color: #5c5c5c;
 font-family: kamerik-3d;
 overflow-x: hidden;
 width: 100vw;
 height: 100vh;
 display: flex;
 align-items: center;
 justify-content: center;
 font-weight: 700;
}
.Judul_page{
  color: #0d0628;
  font-family: Fahkwang, sans-serif;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 0.96;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
@media only screen and (min-width: 1920px) {
  .Judul_page{
    color: #0d0628;
    font-family: Fahkwang, sans-serif;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 0.96;
    font-weight: 700;
    font-size: 65px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
  }
}
.isi_page{
  color: #0d0628;
  margin-bottom: 4em;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 12px;
}
#link {
}

#custom-cursor {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s ease-in-out;
}
#little-cursor {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: white;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
}

.pembungkus_global{
/*  overflow: auto;*/
  height: 100vh;
  width: 100%;
  border-top: 1px solid #406b58;
}

header{
  z-index: 1 ;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  border-bottom: 1px solid #a7a7a766;
}
.sub{
  width: 80px;
  border-radius: 4px;
  margin-right: 10px;
  background: #3f6a57;
  border: white;
  color: white;
  font-size: 12px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  cursor: pointer;
}
header .menu_atas{
  z-index: 555;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0.8em 3em;
  display: flex;
  position: relative;
}
header .menu_atas .tengah{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--var_putihgading);
  letter-spacing: 4px;
  transition: 0.5s;
}
header .menu_atas .tengah:hover{
  color: #f5eec2;
  transform: scale(1.2);
}
header .menu_atas .tengah .text {
/*    opacity: .5;*/
font-family: kamerik-3d;
transition: opacity .3s;
color: var(--var_putihgading);
letter-spacing: 2px;
cursor: default;
font-size: .8em;
}
header .menu_atas .tengah .text:hover {
  opacity: 1;
}
header .menu_atas .tengah ion-icon {
  font-size: 25px;
}
header .menu_atas .tengah strong {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 15px;
  margin: 0px 6px;
}
header .menu_bawah{
 z-index: 10;
 width: 100%;
 max-width: 100vw;
/* background: var(--var_hijaugelap);*/
 border-top: 1px solid rgba(255,255,255,.3);
 justify-content: center;
 display: flex;
 position: relative;
/*     overflow: hidden;*/
}
header .menu_bawah ul{
  font-size: 10px;
  letter-spacing: 1px;
  list-style: none;
  display: flex;
}

header .menu_bawah ul li{
  padding: 10px;
  cursor: pointer;
  transition: 0.5s;
  display: block;
  float: left;
  padding: 0.5rem;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s ease-in-out;
}
header .menu_bawah ul li a{
  font-family: Poppins, sans-serif;
  font-weight: 400;
  z-index: 10;
  height: 4em;
  min-width: 6.5em;
  color: var(--var_putihgading);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;   
  align-items: center;
  padding: 0.5em 0em;
  font-size: 10px;
  display: flex;
  position: relative;
  transition: 0.5s;
  justify-content: center;

}
header .menu_bawah ul li a:hover{
  text-decoration-line: none;
  background-color: #bdbdbd54;
  border-bottom: 1px solid;
}

ul li ul.sub_menu{
  visibility: hidden;
  opacity: 0;
  min-width: 10rem;
  position: absolute;
  transition: all .2s ease-in-out;
  margin-top: 0.6rem;
  left: 0;
  display: none;
}

ul li:hover > ul.sub_menu,
ul li ul.sub_menu:hover {
  background: rgb(64 107 88 / 100%);
/*  background: rgb(178 233 46 / 60%);*/
  visibility: visible;
  opacity: 1;
  display: block;
}

ul li ul.sub_menu li {
  clear: both;
  width: 100%;
  padding: 0px;
  border-bottom: 1px solid #f5f5f538;
}
.left-bg-blur {
/*  background: rgb(64 107 88 / 50%);*/
/*  background: var(--var_hijaulime);*/
/*  background: var(--var_hijaugelap);*/
  /*background: linear-gradient(179deg, rgb(64 107 88) 0%, rgb(89 126 51) 100%);*/
  background: linear-gradient(179deg, rgb(0 155 76) 0%, rgb(51 126 74) 100%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.left-bg-blur {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.pencarian_ontop{
 background: #fff;
 border-radius: 6px;
 box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.2);
 width: 50%;
 display: flex;
 margin: 12px;
 font-family: Poppins, sans-serif;
 font-size: 12px;
 align-items: center;
 justify-content: space-around;
}
.btn_search{
  right: 10px;
  margin: 2px 10px;
  color: #fff;
  padding: 5px 21px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  border-radius: 4px;
  background: #193d3d;
  color: #f4edc2;
  /* box-shadow: 0 6px 0 0 rgb(11 34 24); */
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.btn_search:hover {
  background: #f4edc2;
  color: #193d3d;
  box-shadow: 0px 0px black;
}

.close_efk:hover, 
.close_efk:focus {
  box-shadow: inset -7.5em 0 0 0 var(--hover), inset 7.5em 0 0 0 var(--hover);
}

.close_efk {
  --color: #193e3e;
  --hover: #ffdc7f;
}
button.google_map {
  color: var(--color);
  transition: 0.25s;
}
button.google_map:hover, button.google_map:focus {
  border-color: var(--hover);
  color: #fff;
}

button.google_map {
  background: none;
  border-radius: 10px;
  border: 2px solid;
  font: inherit;
  line-height: 1;
  margin: 0.5em;
  padding: 1em 2em;
}
button.google_map a {
  color: #193e3e;
}

.search-input{
  width: 80%;
  display: flex;
  align-items: center;
  border-right: 1px solid #d7d7d7;
  margin: 8px;
  padding-right: 30px;
}
.search-input label{
  display: flex;
  position: absolute;
  margin-left: 10px;
}
.search-input label ion-icon{
  z-index: 111;
  font-size: 19px;
}
.search-input input {
  float: left;
  border: none;
  border-radius: 2px;
  width: 100%;
  height: 30px;
  padding-left: 40px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
}
.search-input input:focus{
  outline: none;
}
.layers {

  /* position: fixed;
   bottom: 0;
   background: rgba(0, 0, 0, 0.5);
   color: #f1f1f1;
   width: 100%;
   padding: 20px;*/

   perspective: 1000px;
   overflow: hidden;
 }
 .layers__pembungkus_katagori {
  height: 100vh;
  min-height: 500px;
  transform-style: preserve-3d;
  transform: rotateX(var(--move-y)) rotateY(var(--move-x));
  will-change: transform;
  transition: transform var(--transition);
}
.pembungkus_gambar {
  position: absolute;
  inset: -5vw;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  animation: animasi_efek 1s ease;
  -webkit-animation: animasi_efek 1s ease;
}
.layer-1 {
/*    transform: translateZ(-70px) scale(1.06);*/
/*    transform: translateZ(30px) scale(1.2);*/
}
.layer-2 {
  transform: translateZ(80px) scale(.88);
}
.layer-3 {
  transform: translateZ(180px) scale(.8);  
}
.layer-4 {
  transform: translateZ(190px) scale(.9);
}
.layer-5 {
  transform: translateZ(300px) scale(.9);
}
.layer-6 {
  transform: translateZ(380px);
}
@media only screen and (max-width: 600px) {
  .pembungkus_title {
    line-height: 1.1em;
  }
}
.pembungkus_title {
  color: #ffffff;
  font-size: calc(var(--index) * 1.5);
  text-align: center;
  /* text-transform: uppercase; */
  letter-spacing: calc(var(--index) * -.15);
  line-height: 1.7em;
  margin-top: calc(var(--index) * 0.5);
}


.bold_welcome{
  font-weight: bold;
  text-shadow: 0px 8px 15px #2a2a2a;
}
.pembungkus_title .text_welcome{
  display: flex;
}
.pembungkus_title span {
  display: block;
}
.label_title {
  text-transform: none;
  font-family: merriweather-italic-3d;
  font-size: calc(var(--index) * 0.70);
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 3px;
  padding-top: 15px;
  width: 80%;
  margin: auto;
  background: #1a1a1a80;
  padding: 10px;
}
.btn_cari {
  font-weight: 600;
  text-transform: uppercase;
  font-size: calc(var(--index) * .71);
  letter-spacing: -.02vw;
  padding: calc(var(--index) * .7) calc(var(--index) * 1.25);
  background-color: transparent;
  color: #fff;
  border-radius: 10em;
  border: rgb(255 255 255 / .4) 3px solid;
  outline: none;
  cursor: pointer;
  margin-top: calc(var(--index) * 2.5);
  transition: transform 2s;
}
.btn_cari:hover {
  transform: rotate(180deg);
}
.layer-4, .layer-5, .layer-6 {
  pointer-events: none;
}
@keyframes animasi_efek {
  from {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1;
  }
}
.h1,section.konten {
 width: 100%;
 display: grid;
 place-items: center;
 align-items: center;
 text-align: center;
 padding-top: 15px;
 padding-bottom: 20px;
 background-image: url(../images/bg-header.png);
}
.pembungkus_katagori {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.pembungkus_katagori .box {
  position: relative;
  width: 400px;
  height: 500px;
  background: #fff;
  transition: 0.5s;
  overflow: hidden;
}
.pembungkus_katagori .box h1{
  position: absolute;
  bottom: 100px;
  left: 10px;
  z-index: 5;
  color: white;
}
.pembungkus_katagori .box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0;
  object-fit: cover;
}
.pembungkus_katagori .box:before {
  content: "";

  position: absolute;
  top: -100%;
  left: 0;
  width: 50%;
  height: 100%;
  background: #406b58;
  z-index: 1;
  transition: 0.5s;
}
.pembungkus_katagori .box:after {
  content: "";
  opacity: 0.9;
  position: absolute;
  bottom: -100%;
  right: 0;
  width: 50%;
  height: 100%;
  background: #f5eec38f;
  z-index: 1;
  transition: 0.5s;
}
.pembungkus_katagori:hover .box:before {
  top: 0;
}
.pembungkus_katagori:hover .box:after {
  bottom: 0;
  transition-delay: 0.5s;
}
.pembungkus_katagori .box:hover:before {
  top: -100%;
}
.pembungkus_katagori .box:hover:after {
  bottom: -100%;
}


ul.list_kategori_index{
  padding: 0;
  margin: 0;
  display: flex;
  width: 75%;
  flex-wrap: wrap;
  justify-content: center;
}

ul.list_kategori_index li{
  list-style: none;
  width: 145px;
  height: 145px;
  margin: 10px 20px;
  background: #ffffff;
  border: 2px solid rgb(64 107 88);
  border-radius: 10%;
  transition: all 0.5s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.list_kategori_index li i{
  font-size: 12px;
  font-weight: bold;
  color: rgb(64 107 88);
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
ul.list_kategori_index li i ion-icon{
  font-size: 52px;
}
ul.list_kategori_index li:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(64 107 88);
  /*background-color: #8BC34A;*/
  border-radius: 10%;
  z-index: -1;
  transition: all 0.5s;
  opacity: 0;
}

ul.list_kategori_index li:hover:before{
  opacity: 1;
  transform: scale(1);
}

ul.list_kategori_index li:hover{
  cursor: pointer
}

ul.list_kategori_index li:hover i{
  color: rgb(56 56 56);
  /*color: rgb(64 107 88);*/
  /*color: rgb(255 255 255);*/
}

ul.list_kategori_index li:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.5s;
  opacity: 0;
  border: 2px dashed #2e86de;
  box-sizing: border-box;
}

@keyframes rotate {
  0% {
    transform: scale(0.92) rotate(0deg)
  }
  100% {
    transform: scale(0.92) rotate(360deg)
  }
}

li:hover:after{
  opacity: 1;
  animation: rotate 10s linear infinite;
}

/*

pembungkus_cari

*/
.pembungkus_cari{
  width: 100%;
}
.kotak {
  width: 100%;
  clear: both;
  float: left;
}

.r_lebar_4 {
  width: 24.5%;
  padding: 15px 10px;
  display: none;
  animation: fadeIn 1s forwards linear;
  display: inline-block;
}

.r_lebar_4>.kotak {
  height: 400px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% auto;
/*            background-position: center center;*/
cursor: pointer;
border: 1px solid #c2c2c2;
border-radius: 5px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: box-shadow 1s ease-in-out;
}

.r_lebar_4>.kotak:hover {
  border: none;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 20px 20px rgba(0,0,0,0.22);
}


.r_lebar_4>.kotak::before {
  content: attr(data_nama);
  top: 0;
  transform: translateY(-100%)
}

.r_lebar_4>.kotak::after {
  content: attr(data-brand);
  bottom: 0;
  transform: translateY(100%);
}

.r_lebar_4>.kotak:hover::before,
.r_lebar_4>.kotak:hover::after {
  transform: none;
}

.iconContainer {
  position: absolute;
  width: 30px;
  height: 69px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  /*            background-color: orange;*/
  z-index: 10;
}

.iconContainer>div {
  width: 100%;
  height: 30px;
  margin-bottom: 3px;
  background-color: #406b58;
  color: #f4edc2;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  transition: 500ms ease-in-out;
  transform: translateX(-100%);
}


.r_lebar_4>.kotak:hover .iconContainer>div {
  transform: none;
}

.pembungkus_cari input[type="radio"] {
  display: none;
}
@keyframes fadeIn{
  from{
    opacity:0;

  }
  to{
    opacity: 1;
  }
}
label.cari_katagori {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  margin: 10px 10px;
  background-color: var(--var_hijaulime);
  color: var(--var_hitam);
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 5px 5px 0 0 rgb(112 159 0);
  transition: 200ms ease-in-out;
}



input[id*=btn]:checked+label{
  box-shadow: 0 2px 0 0 #616161;
  transform: translateY(8px);
}
.kotak .data{
  color: #505050;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  background: white;
  position: absolute;
  bottom: 0px;
  padding: 10px;
}
.kotak .data .data_atas{

}
.kotak .data .data_atas .data_nama{
  display: flex;
  padding: 5px;
  text-align: center;
  border-bottom: 1px solid rgb(209 209 209 / 51%);
  justify-content: space-between;
}
.kotak .data .data_atas .data_nama strong{
  width: 240px;
}
.kotak .data .data_atas .data_nama .verified_badge{
  color: white;
  background: #2196F3;
  border-radius: 100px;
  padding: 1px;
}
.kotak .data .data_atas .data_lokasi{
  display: flex;
  align-items: center;
  font-size: 10px;
  line-height: 11px;
  padding: 10px 0px;
  border-bottom: 1px solid rgb(209 209 209 / 51%);
}
.kotak .data .data_atas .data_lokasi ion-icon{
  width: 50px;
  font-size: 20px;
}
.kotak .data .tengah{
  font-size: 12px;
  margin: 5px 0px;
}
.kotak .data .tengah .fasiltas{
  font-size: 12px;
  /*display: flex;*/
  /*align-items: center;*/
}
.kotak .data .tengah .fasiltas ion-icon{
  color: #F44336;
  font-size: 20px;
  margin-left: 10px;
}
.kotak .data .data_bawah{
  display: flex;
  justify-content: space-between;
  padding: 5px 0px;
  align-items: center;
  font-size: 12px;
  border-top: 1px solid rgb(209 209 209 / 51%);
}
.kotak .data .data_bawah .data_kategori{
  font-size: 12px;
  display: flex;
  justify-content: space-around;
  align-items: center;

}
.kotak .data .data_bawah .data_kategori ion-icon{
  font-size: 20px;
  margin-right: 10px;
}
.kotak .data .data_bawah .data_kontak{
  color: #505050;
  border-left: 1px solid #7a7a7a3d;
  padding: 5px;
  font-size: 15px;
  width: 60px;
  display: flex;
  justify-content: space-around;
}
ion-icon.wutama{
  color: rgb(64 107 88);
}

/*

akhir pembungkus_cari

*/

.detail_fasilitas .cari{
  display: flex;
  flex-wrap: wrap;
}



.footer:hover a {
  color: var(--var_putihgading);
  text-transform: uppercase;
}
.hidden {
  opacity: 0;
  filter: blur(5px);
  translate: -100% 0;
  transition: all 1s;
}

.show {
  opacity: 1;
  filter: blur(0);
  translate: 0 0;
}

.shadow {
  box-shadow: 0 30px 70px cyan;
  transition: box-shadow 700ms ease 500ms;
}








/* footer data  */

footer{
  font-family: Poppins, sans-serif;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 400;
  bottom: 0px;
/*background: #296161;*/
/*background: var(--var_hijaugelap);*/
  background: linear-gradient(179deg, rgb(64 107 88) 0%, rgb(168 235 18 / 38%) 100%);
  color: var(--var_putihgading);
  width: 100%;
  text-align: center;
}

.footer {
  position:relative;
  text-align:center;
/*background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%);*/
/*background: rgb(64 107 88);*/
/*  background: var(--var_hijaugelap);*/
  /*background: linear-gradient(179deg, rgb(64 107 88) 0%, rgb(168 235 18 / 38%) 100%);*/
  color:var(--var_putihgading);
  background: linear-gradient(179deg, rgb(0 155 76) 0%, rgb(51 126 74) 100%);
}

.footer .baris{
  display: flex;
  align-items: flex-start;
  /*height: 50vh;*/
  color: var(--var_putihgading);
}
.footer .baris .footer_kanan{
  width: 70%;
  display: flex;
  align-items: flex-start;
  text-align: left;
  padding: 35px;
  justify-content: space-around;
}
.footer_kanan .info{
  list-style-type: none;
}
.footer_kanan .info h2{

}
.footer_kanan ul.info li{
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid rgba(255,255,255,.3);
}
.footer_kanan .info .gambar{
  padding: 5px;
  width: 100px;
}
.footer_kanan .info .detail{
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 300px;
}
.footer .baris .footer_kiri{
  text-align: left;
  width: 40%;
/*background: #193e3e;*/
  /*background: linear-gradient(179deg, rgb(64 107 88) 0%, rgb(168 235 18 / 38%) 100%);*/
/*background: rgb(142 171 74);*/
  height: 63vh;
}
.footer .baris .footer_kiri:hover{
  width: 45%;
}

.footer .baris .footer_kiri .kontak{
  list-style-type: none;
}
.footer .baris .footer_kiri .kontak li{
  margin: 20px;
  display: flex;
  align-items: center;
}
.footer .baris .footer_kiri .kontak li ion-icon{
  font-size: 30px;
  margin: 10px;
}
.logo {
  width:50px;
  fill:white;
  padding-right:15px;
  display:inline-block;
  vertical-align: middle;
}

.inner-header {
  height:65vh;
  width:100%;
  margin: 0;
  padding: 0;
}

.flex { 
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; 
  min-height:100px;
  max-height:150px;
}

.content {
  position:relative;
  height:6vh;
  text-align:center;
/*  background-color: var(--var_hijaugelap);*/
  /*background: linear-gradient(179deg, rgb(64 107 88) 0%, rgb(89 126 51) 100%);*/
  background: linear-gradient(179deg, rgb(0 155 76) 0%, rgb(51 126 74) 100%);
/*  background-color: var(--var_hijaulime);*/
}


.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
 }
 100% { 
  transform: translate3d(85px,0,0);
}
}

@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:8vh;
  }
  h1 {
    font-size:24px !important;
  }
}

/*end footer data*/

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: #bfbfbf33;
}

::-webkit-scrollbar-thumb {
  background: #009688;
  border-radius: 12px;
}


::-webkit-scrollbar-track {
  background-color: transparent;
}

.lokasi{
  width: 350px;
}
#map {
  height: 35vh;
  margin: 10px 0px;
}

.leaflet-popup-content-wrapper {
  width: 100%;
}

.bg_texture{
  background-image: url(../images/bg-rexture.jpg);
}



.pembungkus_media_sosial{
  display: flex;
  flex-wrap: wrap;
}
.pembungkus_media_sosial .media_sosial ion-icon.instagram{
  font-size: 20px;
  color: pink;
}
.pembungkus_media_sosial .media_sosial ion-icon.facebook{
  font-size: 20px;
  color: blue;
}
.pembungkus_media_sosial .media_sosial ion-icon.youtube{
  font-size: 20px;
  color: red;
}
.pembungkus_media_sosial .media_sosial ion-icon.twitter{
  font-size: 20px;
  color: skyblue;
}
.pembungkus_media_sosial .media_sosial ion-icon.whatsapp{
  font-size: 20px;
  color: green;
}
.pembungkus_media_sosial .media_sosial ion-icon.website{
  font-size: 20px;
  color: #273cdb;
}