@font-face {
	font-family: "Gotham Black";
	src: url(/font/GOTHAM-BLACK.OTF);
}

@font-face {
	font-family: "Gotham Medium";
	src: url(/font/GOTHAM-MEDIUM.OTF);
}

@font-face {
	font-family: "Gotham THIN";
	src: url(/font/GOTHAM-THIN.OTF);
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
}

/* Title Section */
.title {
	background-color: #ec0024;
	background-image: url(/images/pic5graphic.png);
}

.title__container {
	background-size: cover;
	display: flex;
	align-items: flex-end;
	justify-self: center;
	height: 250px;
	z-index: 1;
	width: 100%;
	max-width: 1500px;
	justify-content: center;
}

.title__container h1 {
	font-family: "Gotham Black";
	font-size: 65px;
	background-color: #fff;
	background-size: 100%;
	margin: 50px;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
}



/* Menu Paket Section */

.menu__satuan {
	position: relative; 
	display: flex;
	flex-direction: column;
	margin: 0;
}

.menu__satuan::before {
	content: "";  
	position: absolute;
	inset: 0; 
	z-index: -1;
	background-image: url("/images/pic5graphic.png");
	background-size:inherit;
	
	opacity: 0.3;
}

.menu__satuan--container {
	margin: 50px 20px 50px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row;
}

.menu__satuan_bg {
	opacity: 100px;
	display: flex;
	/* position: absolute;
	z-index: -1; */
}

.menu__satuan--card {
	background: #fff;
	margin: 20px;
	height: 270px;
	width: 704px;
	border-radius: 15px;
    border-width: 5px;
	position: relative;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.26);
	display: flex;
	flex-direction: row;
	align-items: center;
}

.menu__satuan--card:hover {
	transform: scale(1.08);
	transition: 0.2s ease-in-out;
	cursor: pointer;
}

.menu__satuan--card__1 {
	align-items: center;
	display: flex;
}

.menu__satuan--card__2 {
/*	transform: scale(0.8); */
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.menu__card--img__satuan {
	height: fit-content;
	width: 90%;
}

.menu__satuan--card__img--container {
	display: flex;
	margin: 0 10px;
	height: 280px;
	width: 40%;
	align-items: center;
    justify-content: center;
}

.menu__satuan--card__info {
	margin: 0;
	display: flex;
	flex-direction: column;
	width: 60%;
}

.menu__satuan--card__title h1 {
	margin: 0;
	color: #EC0024;
	font-size: 50px;
	font-family: "Gotham Black";
}

.menu__satuan--card__details{
	display: flex;
	flex-direction: row;
	margin-top: 10px;
}

.menu__satuan--card__price {
	margin: 0;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: center;
	align-items: center;
	background-color: #046839;
	border-radius: 18px;
	height: 70px;
	width: auto;
	/* width: 193px; */
}

.menu__satuan--card__price div {
	margin: 0;
	color: #fff;
	font-size: 50px;
	font-family: "Gotham Black";
}

.menu__satuan--card__price span {
	margin: 0;
	color: #fff;
	font-size: 25px;
	font-family: "Gotham Black";
}

.menu__satuan--card__pic {
	margin: 10px 10px;
	width: 20px;
}

.menu__satuan--card__price--container {
	margin: 0;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: center;
	align-items: center;
	background-color: #046839;
	border-radius: 18px;
	height: 75px;
	width: auto;
}

.menu__satuan--card__price {
	margin: 0 10px 0  20px;
	color: #fff;
	font-size: 50px;
	font-family: "Gotham Black";
	display: flex;
}

.menu__satuan--card__price--unit__container {
	margin: 0 20px 0 0;
	width: 70px;
	display: flex;
	flex-direction: column;
	color: #fff;
	font-size: 25px;
	font-family: "Gotham Black";
}

.menu__satuan--card__price--currency {
	height: 50%;
	display: flex;
}

.menu__satuan--card__price--unit {

	height: 50%;
	display: flex;
	justify-content: flex-end;
}




/* Satuan 3 */
.menu__satuan--card__3--container {
	background: #fff;
	margin: 40px;
	height: 515px;
	width: 345px;
	border-radius: 15px;
    border-width: 5px;
	position: relative;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.26);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.menu__satuan--card__3 {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

.menu__satuan--card__3--container:hover {
	transform: scale(1.08);
	transition: 0.2s ease-in-out;
	cursor: pointer;
}

.menu__satuan--card__img--3__container {
	display: flex;
	justify-content: center;
	margin: 0 0px;
	height: 50%;
	width: 345px;
	align-items: center;
}

.menu__satuan--card__info--3 {
	margin: 0 0 0 45px;
	display: flex;
	flex-direction: column;
	height: 50%;
}

.menu__satuan--card__title--3 {
	display: flex;
	height: 115px;
	
}

.menu__satuan--card__title--3 h1 {
	margin: 0;
	color: #EC0024;
	font-size: 50px;
	font-family: "Gotham Black";
}

.menu__satuan--card__details--3{
	display: flex;
	flex-direction: row;
	margin-top: 10px;
}

.menu__satuan--card__price--3 {
	margin: 0;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: center;
	align-items: center;
	background-color: #046839;
	border-radius: 18px;
	height: 70px;
	width: 220px;
	/* width: 193px; */
}



/* Title Section */
.paket {
	background-color: #ec0024;
	background-image: url(/images/pic5graphic.png);
}

.paket__container {
	background-size: cover;
	display: flex;
	align-items: flex-end;
	justify-self: center;
	z-index: 1;
	width: 100%;
	max-width: 1500px;
	justify-content: center;
}

.paket__container h1 {
	font-family: "Gotham Black";
	font-size: 65px;
	background-color: #fff;
	background-size: 100%;
	margin: 50px;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
}


/* Menu Paket Section */

.menu__paket {
	position: relative; 
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.menu__paket::before {
	content: "";  
	position: absolute;
	inset: 0; 
	z-index: -1;
	background-image: url("/images/pic5graphic.png");
	background-size:inherit;
	
	opacity: 0.3;
}

.menu__paket_bg {
	opacity: 100px;
	display: flex;
	/* position: absolute;
	z-index: -1; */
}

.menu__paket--card {
	background: #fff;
	margin: 30px;
	height: 230px;
	width: 650px;
	border-radius: 15px;
    border-width: 5px;
	position: relative;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.26);
	display: flex;
	flex-direction: row;
	align-items: center;
	/* justify-content: flex-end; */
}

.menu__paket--card:hover {
	transform: scale(1.08);
	transition: 0.2s ease-in-out;
	cursor: pointer;
}

.menu__paket--container {
	margin: 50px 20px 50px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.menu__card--img__paket {
	height: fit-content;
	width: 85%;
}

.menu__paket--card__img--container {
	display: flex;
	width: 40%;
	justify-content: center;
}

.menu__paket--card__info {
	margin: 0;
	width: 60%;
	display: flex;
	flex-direction: column;
}

.menu__paket--card__title h1 {
	margin: 0 15px 12px 0;
	color: #EC0024;
	font-size: 50px;
	font-family: "Gotham Black";
	display: flex;
	align-items: center;
}

.menu__paket--card__details{
	display: flex;
	flex-direction: row;
}

.menu__paket--card__details__container {
	margin: 0;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: center;
	align-items: center;
	background-color: #046839;
	border-radius: 9px;
	height: 68px;
	width: auto;
}

.menu__paket--card__price {
	margin: 0 15px 0 20px;
	color: #fff;
	font-size: 50px;
	font-family: "Gotham Black";
}

.menu__paket--card__currency {
	margin: 18px 20px 0 0;
	color: #fff;
	font-size: 25px;
	font-family: "Gotham Black";
	display: flex;
}

.menu__paket--card__isi {
	margin: 0 10px;
	margin-right: 20px;
	display: flex;
	flex-direction: column;
	width: 60%;
}

.menu__paket--card__isi p {
	margin: 0;
	color: #000;
	font-size: 13px;
	font-family: "Gotham Medium";
}


.menu__satuan--card__thumb--container {
	margin: 0;
	display: flex;
}







/* Footer CSS */
.footer__container {
	background-color: #fff3d1;
	padding: 150px 0 10px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.26);
}

/* Sosial Icons */
.social__icons--links {
	color: #000;
	font-size: 50px;
}

.social__media {
	width: 100%;
}

.social__media--wrap {
	font-family: "Gotham Medium";
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 50px 20px 50px;
}

.social__icons {
	color: #000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 250px;
}

.social__icons a,
.social__icons a:visited {
	color: inherit;
}

.social__icons a:hover {
	transform: scale(1.5);
	transition: 0.2s ease-in;
	cursor: pointer;
}

.website__rights {
	color: #000;
}