@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');
@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@900&family=VT323&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@600&display=swap');
body{
	width: 100%;
	height: auto;
}
.headerheight{
	height: 80px;
}
/* hamberger-menu */
.menu-toggle{
	display: none;
	flex-direction: column;
	justify-content: space-between;
	height: 20px;
	position: relative;
	left: 90%;
	bottom: 60px;
}
.menu-toggle span{
	display: block;
	width: 28px;
	height: 3px;
	background: rgb(255, 174, 0);
	border-radius: 3px;
	transition: all 0.5s;
	position: relative;

}
.menu-toggle input{
	display: block;
	position: absolute;
	background-color: black;
	width: 40px;
	height: 28px;
	left: -5px;
	top: -5px;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
}
.menu-toggle span:nth-child(2){
	transform-origin: 0 0;
}
.menu-toggle span:nth-child(4){
	transform-origin: 0 100%;
}
.menu-toggle input:checked ~ span:nth-child(2){
	background-color: rgb(255, 174, 0);
	transform: rotate(45deg) translate(-1px, -1px);
}
.menu-toggle input:checked ~ span:nth-child(4){
	background-color: rgb(9, 0, 134);
	transform: rotate(-45deg) translate(-1px, 0);
}
.menu-toggle input:checked ~ span:nth-child(3){
	opacity: 0;
	transform: scale(0);
}

.bg{
	background:rgba(12, 12, 12, 0.658) url('../Image/bg1.jpg');
	width: 102.6%;
	height: 650px;
	background-size: cover;
	background-blend-mode: darken;
	position: relative;
	right: 20px;
}
.bgwhite{
	background-color: hsl(0, 0%, 100%); 
	width: 40%; 
	left: 90px; 
	height: 370px; 
	bottom:175px; 
	position: relative;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@font-face{
	font-family: Poppins;
	src: url('../Fonts/Poppins/Poppins-Regular.ttf');
}
.logoimg{
	height: 90px; 
	width: 90px; 
	position: relative;  
	right: 20px;
}
.header{
	height: 80px;
	background:rgba(248, 247, 234, 0.952) !important;
	position: relative;
	z-index: 100;
	width: 100%;
	left: 0px;
	transition: 0.5s;
	
}

.header1{
	padding-left: 10px;
	height: 80px;
	background:rgba(248, 247, 234, 0.952) !important;
	position: relative;
	z-index: 100;
	width: 100%;	
	transition: 0.5s;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.header2{
	position: fixed; 
	z-index: 100;
	padding-left: 10px; 
	width: 100%;
	height: 80px; 
	background-color: rgba(0, 0, 0, 0.322); 
	left: 0;
}
.a1{
	font-family: 'Jost', sans-serif;
}
.a2{
	font-family: 'Jost', sans-serif;
}
.top-menu{
	text-align: right;

}
.top-menu ul{
	float: right;
}
.top-menu ul.nav li a.active{
	color: rgba(255, 255, 255, 0.959);
	padding-top: 30px;
	font-size: 18px;
}
.top-menu ul.nav li a.active:hover{
	background-color:#ffbb0098 ;
	font-weight: bold;
}
.garis{
	border-top: 1px rgb(32, 32, 32) solid;
	height: 0px;
	width: 100%;
	display: inline-block;
	padding-left: 5px;
	margin-bottom: 25px;
}
.garis1{
	border-top: 2px rgba(87, 87, 87, 0.774) solid;
	height: 0px;
	width: 80%;
	margin-left: 10%;
	display: inline-block;
	padding-left: 5px;
	margin-bottom: 25px;
}
.imgindex{
	height: 300px; 
	width: 500px;  
	margin-left: 100px; 
	border-radius: 5px;
}
.imgindex:hover{
		transform: scaleX(-1);
}
.garis2{
	border-top: 3px rgb(1, 23, 223) solid;
	height: 0px;
	width: 27%;
	border-radius: 5px;
	margin-left: 12px;
}
.garis3{
	border-top: 1px rgba(179, 172, 172, 0.774) solid;
	height: 0px;
	width: 100%;
	display: inline-block;
	padding-left: 5px;
	margin-top: 4%;
}
.p1{
	font-family: 'Jost', sans-serif;
	margin-left: 60px;
	color: rgb(255, 174, 0);
	font-size: 15px;
	position: relative; 
	top: 35%;
}
.p2{
	margin-top: 230px;
	font-family: 'Jost', sans-serif;
	margin-left: 60px;
	font-size: 45px;
	color: white;
}
.p3{
	margin-top: 5px;
	font-family: 'PT Sans', sans-serif;
	margin-left: 60px;
	font-size: 15px;
	color: white;
}
.p4{
	margin-top: 15px;
	font-family: 'Jost', sans-serif;
	margin-left: 60px;
	font-size: 15px;
	color: white;
}
.p4:hover {
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  }
.h42{
	font-size: 40px; 
	color: rgb(255, 255, 255) !important;
	font-family: 'Jost', sans-serif;
	text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}
.h41{
	font-family: 'Jost', sans-serif;
}
.h42{
	font-family: 'Rubik',sans-serif;
	margin-top: 40px; 
	color: rgb(255, 174, 0); 
	font-size: 40px;
}
.bg2{
	background:rgba(22, 19, 19, 0.733) url('../Image/bg1.jpg');
	width: 70%;
	height: 500px;
	background-size: cover;
	background-blend-mode: darken;
	margin-left: 29%;
	position: relative; 
	top: 260px;
}
.bg3{
	background:rgba(22, 19, 19, 0.733) url('../Image/bg1.jpg');
	width: 100%;
	height: 350px;
	background-size: cover;
	background-blend-mode: darken;
	position: relative;
	bottom: 40px;
}
.bg2p{
	font-family: 'Jost', sans-serif;
}
.imgindexfont{
	margin-top: 90px; 
	color: rgb(255, 174, 0); 
	font-size: 40px;
	font-family: 'Rubik',sans-serif;
	margin-top: 40px; 
	font-size: 40px;
}
.card{
	overflow: hidden;
	position: relative;
	display: flex;
	left: 15px;
}

.imgkontak{
	background:rgba(37, 37, 37, 0.404) url('../Image/bg1.jpg');
	background-size: cover;
	background-blend-mode: darken;
	width: 102.9%;
	height: 400px;
	position: relative;
	right: 0.1px;
}
.gambar1{
	background:rgba(0, 0, 0, 0.308) url('../Image/kitchen.jpg');
	background-size: cover;
	background-blend-mode: darken;
	width: 300px;
	height: 490px;
	display: flex;
	flex-wrap: wrap;

}
.gambar2{
	background:rgba(0, 0, 0, 0.308) url('../Image/ambalan.webp');
	background-blend-mode: darken;
	width: 300px;
	height: 490px;
	display: flex;
	flex-wrap: wrap;

}.gambar3{
	background:rgba(0, 0, 0, 0.308) url('../Image/table.jpg');
	background-size: cover;
	background-blend-mode: darken;
	width: 300px;
	height: 490px;
	display: flex;
	flex-wrap: wrap;

}.gambar4{
	background:rgba(0, 0, 0, 0.308) url('../Image/16.1.jpg');
	background-size: cover;
	background-blend-mode: darken;
	width: 250px;
	height: 490px;
	display: flex;
	flex-wrap: wrap;
}
.kitchen{
	margin-left: 100px;
}
.fonttestimoni{
	position: relative; 
	top: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; left: 10px; 
	color: black;
}
.imgtestimoni{
	height: 300px;
	width: 570px; 
	padding: 3px; 
	border-radius: 5px;
}
.fontawesome{
	width: 60px; 
	height: 60px; 
	margin-left: 43%;
}
.footer{
	background-color: rgb(31, 29, 29);
	width: 102.2%;
	height: 400px;
	margin-top: 2%;
}

.logofooter{
	width: 150px;
	height: 150px;
	 top: 17%;
	left: 20%;
	position: relative;
}
.fontfooter{
	font-size: 20px;
	font-family: 'PT Sans', sans-serif;
	color: white;
	margin-top: 10.8%;
}
.fontfooter0{
	font-size: 15px;
	font-family: 'PT Sans', sans-serif;
	color: white;
}
.fontfooter1{
	font-size: 20px;
	font-family: 'PT Sans', sans-serif;
	color: white;
	margin-top: 17%;
	margin-left:20%;
	position: relative;
}
.fontfooter2{
	margin-left:20%;
	position: relative;
	font-size: 15px;
	font-family: 'PT Sans', sans-serif;
	color: white;
}
.fontfooter3{
	font-size: 20px;
	font-family: 'PT Sans', sans-serif;
	color: white;
	margin-top: 17%;
	margin-left:20%;
}
.fontfooter4{
	margin-left:20%;
	font-size: 15px;
	font-family: 'PT Sans', sans-serif;
	color: white;
}
.fontfooter5{
	font-size: 20px;
	font-family: 'PT Sans', sans-serif;
	color: white;
	margin-top: 17%;
}
.fontfooter6{
	font-size: 15px;
	font-family: 'PT Sans', sans-serif;
	color: white;
}
.footerfont{
	font-family: 'PT Sans', sans-serif;
	top:7px;
	position: relative;
	font-size: 12px;
	color: rgba(255, 174, 0, 0.507);
	position: relative; 
	bottom: 20px;
}
.img-title{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 500px;
	transition: all .5s ease-in;
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.753)10%,rgba(0, 0, 0, 0)90%);
}
.img-title p{
	line-height: 2px;
	text-shadow: rgba(5, 5, 5, .5);
	top: 350px;
	text-align: center;
	position: relative;
	font-family: 'Rubik',sans-serif;

}

.card:hover .img-title{
	top:0;
	transition: all .3s ease-out;
}
.card .gambar1{
	transform: scale(1);
	transition: all .3s ease-out;
}
.card:hover .gambar1{
	transform: scale(1.1);
	transition: all .3s ease-in;
}
.card .gambar2{
	transform: scale(1);
	transition: all .3s ease-out;
}
.card:hover .gambar2{
	transform: scale(1.1);
	transition: all .3s ease-in;
}.card .gambar3{
	transform: scale(1);
	transition: all .3s ease-out;
}
.card:hover .gambar3{
	transform: scale(1.1);
	transition: all .3s ease-in;
}.card .gambar4{
	transform: scale(1);
	transition: all .3s ease-out;
}
.card:hover .gambar4{
	transform: scale(1.1);
	transition: all .3s ease-in;
}
.overlay1{
	position: fixed;
	left: 0;
	top: 0;
	height: 700px;
	background-color: rgba(0, 0, 0, 0.856);
	z-index: 100;
	text-align: center;
	padding: 130px 0;
	width: 0;
	overflow: hidden;
	transition: all .8s ease-out;
}
.overlay1 img{
	width: 20%;
	height: 140%;
	position: relative;
	bottom: 80px;
}
.overlay1:target{
	bottom: 0;
	right: 0;
	width: auto;
	height: auto;
	background-color: rgba(0, 0, 0, 0.856);
	transition: all .8s ease-in;

}
.overlay{
	position: fixed;
	left: 0;
	top: 0;
	height: 700px;
	background-color: rgba(0, 0, 0, 0.856);
	z-index: 100;
	text-align: center;
	padding: 130px 0;
	width: 0;
	overflow: hidden;
	transition: all .8s ease-out;
}
.overlay img{
	width: 65%;
	height: 140%;
	position: relative;
	bottom: 80px;
}
.overlay:target{
	bottom: 0;
	right: 0;
	width: auto;
	height: auto;
	background-color: rgba(0, 0, 0, 0.856);
	transition: all .8s ease-in;

}

@font-face{
	font-family: Poppins;
	src: url('../Fonts/Poppins/Poppins-Regular.ttf');
}
.bawah-garis2{
	color: rgba(48, 49, 49, 0.685); 
	font-size: 20;
}
.kontak{
	position: relative;
	margin-top: 150px;
}
.search{
	background-color: hsla(0, 3%, 75%, 0.781); 
	width: 85%; 
	left: 115px; 
	height: 600px; 
	bottom:100px; 
	flex-direction: column; 
	position: relative;  
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
.kontakgudang{
	position: relative;
}
.tampilan2{
	position: relative; 
	top: 130px; 
	align-items: center; 
	display: flex;
}
.font2kontak{
	font-family: 'Jost', sans-serif; 
	color: #252525; 
	font-size: 18px; 
	bottom: 50px; 
	margin-left: 14px;
}
.kontakkami{	
	margin-left: 20px;
	margin-top: 50px;
}
.col{
	color: rgba(0, 0, 0, 0.801) !important;
}
/* hotpromotion */
.fonthot{
	color: rgba(58, 51, 51, 0.87); 
	font-family: 'Jost', sans-serif; 
	margin-top: 2px; 
	font-size: 12px;
}
.fonthot1{
	color: rgba(37, 33, 33, 0.87); 
	font-family: 'Jost', sans-serif; 
	font-size: 18px; 
	position: relative; 
	bottom: 15px;
}
.imghot{
	width: 350px; 
	height: 400px;
}
.overlay1{
	position: fixed;
	left: 0;
	top: 0;
	height: 700px;
	background-color: rgba(0, 0, 0, 0.856);
	z-index: 100;
	text-align: center;
	padding: 130px 0;
	width: 0;
	overflow: hidden;
	transition: all .8s ease-out;
}
.overlay1 img{
	margin: auto 0;
}
.overlay1:target{
	bottom: 0;
	right: 0;
	width: auto;
	height: auto;
	background-color: rgba(0, 0, 0, 0.856);
	transition: all .8s ease-in;

}


