::-webkit-scrollbar {
  	display: none!important;
}
/* Hide scrollbar for IE, Edge and Firefox */
body {
  	-ms-overflow-style: none!important;  /* IE and Edge */
  	scrollbar-width: none!important;  /* Firefox */
}

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	padding: 0;
	margin: 0;
}
body.versi {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 1366px;
	/* background-size: 100%!important; */
}
body.versi.mobile {
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
}
.overlay_body_home {
	width: 100%;
	height: 100%;
}
body.versi.plaza-1.home {
	background-image: url(img/pc/plaza-1-2000px-webp.webp);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 13565px;
}
body.versi.plaza-2.home {
	background-image: url(img/pc/plaza-2-2000px-webp.webp);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 12127px;
}
body.versi.plaza-3.home {
	background-image: url(img/pc/plaza-3-2000px-webp.webp);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 12127px;
}
body.versi.resto_3_pc.home {
	background: url(img/pc/resto_3_pc.png) top center no-repeat;
	height: 5928px;
}

body.versi.mobile.resto_1_hp.home {
	background: url(img/hp/resto_1_hp.png) top center no-repeat;
	height: 9531px;
}
body.versi.mobile.resto_2_hp.home {
	background: url(img/hp/resto_2_hp.png) top center no-repeat;
	height: 11938px;
}

a {
	color: #596367;
	text-decoration: none;
}
h1 {
	margin-left: 20px;
	margin-bottom: 0;
}
h1 a {color: black;}
p {
	margin-top: 0;
}
.by {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	margin-left: 20px;
}

ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;               /* pusatkan setiap baris */
  gap: 20px;                              /* alternatif margin pada li */
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: calc(3 * 273px + 2 * 20px);  /* batasi 3 kolom */
}
li {
  width: 273px;   /* lebar tetap satu thumbnail */
  /* margin tak lagi perlu kalau pakai `gap` di container */
}

ul#mini_preview {
  max-width: calc(3 * 411px + 2 * 20px);  /* batasi 3 kolom */
}
ul#mini_preview > li {
  width: 30.3333%;   /* lebar tetap satu thumbnail */
  /* margin tak lagi perlu kalau pakai `gap` di container */
}

.mobile_mockup li {
    width: 207px;
}
hr {
    margin: 10px 0 30px;
    border-top: 1px solid #f1f1f1;
}
.nama_versi {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 21px;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
}
.thumb {
	width: 100%;	
	margin-bottom: 10px;
}
.thumb img {
	width: 100%;
	box-shadow: 0 0 32px rgba(0,0,0,0.3);
}
.mobile_mockup .thumb img {
	box-shadow: none;
}
.title {
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}
.mobile_mockup .title {
	margin-top: 0;
}
a .title {
	text-decoration: none;
}
.center_text {
	text-align: center;
}

/* Animasi Button */
@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
  }
}

.btn_back_animation {
    position: fixed;
    left: 2px;
    bottom: 38px;
    width: 70px;
    height: 70px;
    font: 13px/70px 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    background: #d0017d;
    border-radius: 50%;
    animation: shadow-pulse 1s infinite;
}

@media (max-width: 768px) {
	.nama_versi {
		margin-top: 80px;
		margin-bottom: 45px;
	}
	.nama_versi, li {
		float: none;
		width: 100%;
		display: block;
		padding: 0;
	}
	li {
		max-width: 273px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 60px;
	}
}
@media (max-width: 480px) {
	li {
		width: 70%;
		max-width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
}