/* CSS Goes Here */
.card-container {
	width: calc(50% - 1em);
	background: #2d2d2d2d;
}

.img-card {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.nama-promo {
	font-size: 2em;
	font-weight: 800;
}

.btn-lanjut {
	margin: 1em auto;
	background: linear-gradient(-10deg, #ffe654, #f8b60b 40%, #fbd931)
			padding-box,
		linear-gradient(to bottom, #f1c46c, #cc7610) border-box;
	width: auto;
	height: 2em;
	border-radius: 1em;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 1.2em;
	color: #000000;
	border: 1px solid transparent;
	box-shadow: inset 0px 1px 4px 0px #ffffff;
	font-weight: 700;
}

.btn-lanjut-mobile {
	margin: 1em auto;
	background: linear-gradient(-10deg, #ffe654, #f8b60b 40%, #fbd931)
			padding-box,
		linear-gradient(to bottom, #f1c46c, #cc7610) border-box;
	width: auto;
	height: 2em;
	border-radius: 1em;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 1.2em;
	color: #000000;
	border: 1px solid transparent;
	box-shadow: inset 0px 1px 4px 0px #ffffff;
	font-weight: 700;
}

.content-promo {
	display: none;
	margin: 0.5em 0 0.5em;
	overflow: hidden;
}

.content-promo h3,
.content-promo p {
	color: white;
	font-weight: 700;
}

.content-promo p {
	padding: 0.5em 2em;
	margin: 0;
}

.content-promo i {
	color: #8c00d2;
	font-size: 1.2em;
	margin: 0.5em 0 0;
	width: 100%;
	text-align: center;
}

.modal-header {
	display: block;
	padding: 0;
	background-color: none;
}

.modal-header button {
	position: absolute;
	top: 15px;
	right: 15px;
	height: 35px;
	width: 35px;
}

.modal-header-image {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.modal-body {
    font-weight: 700;
}

.nama-promo-modal {
	color: white;
	font-size: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
}

.modal-body>h3 {
    font-weight: 700;
}

.modal-body>p {
    margin-bottom: 0;
}

/* Large Tablets */
@media screen and (max-width: 992px) {
}

/* Medium Tablets */
@media screen and (max-width: 768px) {
	.card-container {
		width: 100%;
		background: #2d2d2d2d;
	}
}

/* Mobile Phones */
@media screen and (max-width: 480px) {
	.nama-promo {
		font-size: 1.3em;
	}

	.btn-lanjut-mobile {
		font-size: 1em;
	}

	.content-promo h3 {
		font-size: 1.5em;
	}

	.content-promo p {
		font-size: 0.8em;
	}
}

/* Extra Small Mobile Phones */
@media screen and (max-width: 400px) {
}
