body {
	font-family: 'Poppins', sans-serif;
	position: relative;
}

h1 {
	color: #F5D62D;
}

.btn-top {
	position: fixed;
	bottom: 10px;
	right: 20px;
	width: 50px;
	height: 50px;
	opacity: 0.3;
	background-color: white;
	border-radius: 50%;
	z-index: 10;
}

.btn-top i {
	padding-top: 10px;
	padding-left: 10px;
	font-size: 30px;
}

.bg-maroon {
	background-color: #600B12;
	position: absolute;
	top: 0;
	opacity: 0.5;
	width: 100%;
	height: 657px;
	z-index: -1;
}

.bg-maroon2 {
	background-color: #600B12;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
	width: 100%;
	height: 350px;
	z-index: 2;
}

.bg-kontak {
	background-image: url(../img/bg-kontak.png);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 350px;
	z-index: 1;
}


#navbarNav .nav-link {
	color: white;	
	font-weight: bold;
}

#navbarNav .nav-link:hover {
	color: #F5D62D;	
}

#navbarNav .nav-item {
	margin-right: 50px;
}

.navbar-toggler {
	background-color: #F5D62D;
}

.slogan {
	margin-top: 200px;
	color: #F5D62D;
}

.slogan h1 {
	font-weight: bold;
	font-size: 60px;
	transform: translate(0, -50px) rotate(15deg);
	transition: 1s;
	opacity: 0;
}

.slogan h3 {
	color: white;
	font-family: 'Rouge Script', cursive;
	font-size: 44px;
	transform: translate(0, 50px);
	transition: 1s;
	opacity: 0;
}

.slogan h1.tMuncul, .slogan h3.tMuncul {
	opacity: 1;
	transform: translate(0,0);
}

.button-aw {
	margin-top: 150px;
	transform: translate(0,-50px);
	opacity: 0;	
}

.button-aw.bMuncul {
	opacity: 1;
	transform: translate(0,0);
}

.button-aw i {
	background-color: white; 
	opacity: 0.3;	
	width: 50px;
	height: 50px;
	font-size: 30px;
	font-weight: bold;
	border-radius: 50%;
	padding-top: 10px;
}

.bg-jumbotron {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

.bg-jumbotron img {
	height: 100vh;
}

.about-us {
	background-color: #600B12;
	margin-top: 40px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url('../img/bg-belakang-3.png');
	color: white;
}

.about-us h1 {
	font-weight: bold;
	padding-top: 150px; 
}

.promotion {
	background-color: #600B12;
	width: 100%;
	height: auto;
	box-shadow: 0 0 20px;	
	padding-bottom: 10px;
}

.promotion .container-fluid {
	padding-left: 30px;
	padding-right: 30px;
}

.promotion h1 {
	padding-top: 40px;
	font-weight: bold;	
}

.promotion .bgn-2 h1 {
	color: white;
	margin-top: -40px;
}

.promotion .bgn-3 {	
	padding-top: 20px;	
}

.promotion .thumbnail {
	opacity: 0;
	transform: translate(0, -40px);
	transition: .5s;
}

.promotion .thumbnail.muncul {
	opacity: 1;
	transform: translate(0,0);
}

.promotion .bgn-3 .bg-promo {
	position: absolute; 
	top: 0;
	left: 0;
	width: 100%;
}

.promotion .bgn-3 .card-title {
	font-size: 28px;
}

.promotion .bgn-3 .card-text {
	margin: -5px 0 -5px 0;
}

.promotion .bgn-3 strong {
	font-size: 34px;
	text-decoration: line-through;
}

.promotion .bgn-3 .pr-now strong {
	color:  #F5D62D;
	font-size: 64px;
	text-decoration: none;
}

.promotion .card {
	background-color: #600B12;
	border-style: none;
}

.promotion img {
	height: 600px;	
	border-radius: 20px;
	margin-bottom: 50px;
}

.promotion .card-img-overlay {
	padding-top: 420px;
}

.about-it {
	height: 550px;
	background-image: url(../img/bg-belakang-3.png);
	background-color: #600B12;
	box-shadow: 0 0 20px;	
}

.about-it .at-1 img {
	width: 600px;

}

.about-it .at-1 .card {
	background-color: rgba(66, 6, 9, 0.01);
	border-style: none;

}

.about-it .at-1 .bg-pln {
	width: 300px;
	position: absolute;
	top: 330px;
	right: 150px;
}

.about-it .at-2 {
	padding-top: 50px;
}

.about-it .at-2 h6 {
	color: #EB5757;
	font-size: 18px;
}

.about-it .at-2 h1 {
	font-weight: bold;
	font-size: 45px;
}

.about-it .at-2 p {
	color: white;
	font-size: 20px;
}

.about-it .at-2 .card {
	padding-top: 10px;
	background-color: rgba(66, 6, 9, 0.01);
	border-style: none;
}

.about-it .at-2 img {
	width: 75px;
	/* border-radius: 50%; */
}

.about-it .card-body {
	margin-top: -10px;
	margin-left: -75px;
}

.about-it .at-2 .card-title {
	color: #F5D62D;
}

.about-it .at-2 .card-body p {
	color: white;
	font-size: 16px;
}

.about-it .at-2 .bintang {
	padding-top: 20px;
	width: 200px;
}

.activity {  
	width: 100%;  
    height: auto;
    background: #000;
    background-repeat: no-repeat;
    background-size: cover;
	padding-top: 2rem;
	padding-bottom: 1.5rem;
}

.activity-card {
    display: grid;
    grid-template-columns: 100%;
    margin-bottom: 1rem;
}

.activity-img {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    color: #600B12;
    padding: 1.5rem;
}

.activity-img img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    /* border: 4px solid #fff; */
}

.activity-desc {
    padding: .5rem 1.5rem;
}

.activity-desc h2 {
    display: inline-block;
    color: #F5D62D;
    font-size: 2rem;
	font-weight: bold;
    /* border-bottom: 4px solid var(--sec-color); */
    margin-bottom: .5rem;
}

.activity-desc p, 
.activity-desc ul {
    color: #fff;
}

.activity-desc ul {
    padding-left: 1rem;
}

.contact {
	position: relative;
	padding-top: 30px;
	width: 100%;
	height: 350px;		
}

.contact .container-fluid {
	position: absolute;
	padding-top: 30px;
	top: 0;
	left: 0;
	z-index: 3;
}

.contact h1 {
	font-weight: bold;
	font-size: 34px;
}

.contact p {
	color: white;
	font-size: 18px;
}

.contact .ct-2 {
	margin-top: 50px;
	padding-left: 300px;
}

.contact .ct-3 {
	margin-top: 50px;
}

.bg-headmenu {
	position: absolute;
	top: 0;
	background-image: url('../img/bg-headmenu.png');
	background-color: #600B12;
	width: 100%;
	height: 600px;
	z-index: -3;
} 

.hitmenu {
	padding-left: 30px;
	padding-right: 30px;
}

.hitmenu .hm-col {
	position: relative;
}

.hitmenu h1 {
	font-weight: bold;
}

.hitmenu .card {
	width: 100%;
	height: 250px;
	margin-top: 120px;
	padding-top: 75px;
	background-color: #F5D62D;
	color: #600B12;
	border-radius: 30px;
	background-image: url(../img/bg-belakang-4.png);
	background-position: -50px;
	background-repeat: no-repeat;
}

.hitmenu img {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 0;	
	left: 68px;
	z-index: 4;
}

.hitmenu .card-title {
	font-weight: bold;
}

.hitmenu .card-text {
	color: white;
}

.pro-menu {
	margin-top: 30px;
	padding-bottom: 10px;
	height: auto;
}

.pro-menu .card-menu {
	padding-top: 250px;
}

.pro-menu .bgn-3 strong {
	font-size: 24px;
	text-decoration: line-through;
}

.pro-menu .bgn-3 .pr-now strong {
	color:  #F5D62D;
	font-size: 34px;
	text-decoration: none;
}

.pro-menu img {
	height: 450px;	
	border-radius: 20px;
	margin-bottom: 20px;
}

.menu {
	width: 100%;
	height: 100%;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 50px;
	background-image: url('../img/bg-headmenu.png');
	background-color: #600B12;
	box-shadow: 0 0 20px;	
	/* overflow: hidden; */
}

.menu .btn-custom {
	width: 100%;
	height: 50px;
	background-color: #F5D62D;
	color: #600B12;
	border-style: solid 1px;
}

.menu .btn-custom:hover {
	background-color: black;
	color: #F5D62D;
}

.menu .btn-custom:focus {
	background-color: black;
	color: #F5D62D;
	box-shadow: none;
}

.menu .bk-menu  {
	position: relative;
	height: auto;
}

.menu .bk-menu .card {
	background-color: #600B12;
	border-style: none;
	color: white;
}

.menu img {
	width: 150px;
	height: 150px;
}

.menu .bk-menu .card-title {
	font-size: 12px;
	font-weight: bold;
}

.menu .bk-menu .card-text {
	font-size: 10px;
}

footer {
	padding: 15px 0 5px 0;
	background-color: #600B12;
	color: white;	
}

footer h6 {
	font-size: 12px;
}

footer a {
	color: white;
	text-decoration: none;
}

footer a:hover {
	color: #F5D62D;
}


/* responsive */
@media (max-width: 950px) {
	.bg-maroon {
		height: 860px;
	}	

	.bg-jumbotron img {
		height: 860px;
	}	

	.about-us h1 {
		padding-top: 220px; 		
	}

	.promotion {
		position: relative;
	}

	.promotion .bgn-3 .card-title {
		font-size: 20px;
	}

	.promotion .bgn-3 .card-text {
		margin: -5px 0 -5px 0;
		font-size: 10px;
	}

	.promotion .bgn-3 strong {
		font-size: 16px;
		text-decoration: line-through;
	}

	.promotion .bgn-3 .pr-now strong {
		color:  #F5D62D;
		font-size: 28px;
		text-decoration: none;
	}

	.promotion .card {
		background-color: #600B12;
		border-style: none;
	}

	.promotion img {
		height: 400px;	
		border-radius: 20px;
		margin-bottom: 50px;
	}

	.promotion .card-img-overlay {
		padding-top: 270px;
	}

	.about-it {
		height: 400px;			
	}

	.about-it .at-1 img {
		width: 400px;
	}

	.about-it .at-1 .bg-pln {
		width: 150px;
		position: absolute;
		top: 230px;
		right: 170px;
	}

	.about-it .at-2 {
		padding-left: 30px;	
	}

	.about-it .at-2 h6 {
		font-size: 14px;
	}

	.about-it .at-2 h1 {
		font-size: 28px;
	}

	.about-it .at-2 p {
		font-size: 12px;
	}

	.about-it .card-body {
		margin-top: -10px;
		margin-left: -50px;
	}

	.about-it .at-2 .bintang {
		padding-top: 10px;
		width: 150px;
	}

	.contact p {
		color: white;
		font-size: 18px;
	}

	.contact .ct-2 {
		padding-left: 120px;
	}

	.contact .ct-3 {
		margin-top: 20px;
	}

	.hitmenu .card {
		background-position: -170px;	
	}

	.hitmenu .card-title {
		font-weight: bold;
		font-size: 14px;

	}

	.hitmenu .card-text {
		color: white;
		font-size: 12px;
	}

	.hitmenu img {
		width: 150px;
		height: 150px;
		top: 40px;	
		left: 16%;
	}

	.pro-menu .bgn-3 .card-title {
		font-size: 20px;
	}

	.pro-menu .bgn-3 .card-text {
		margin: -5px 0 -5px 0;
		font-size: 12px;
	}

	.pro-menu .bgn-3 strong {
		font-size: 24px;
	}

	.pro-menu .bgn-3 .pr-now strong {
		font-size: 26px;
	}

	.pro-menu img {
		height: 300px;
		margin-bottom: 20px;	
	}

	.pro-menu .card-img-overlay {
		padding-top: 150px;
	}

	.menu .btn-custom {
		width: 70%;
		height: 40px;
		margin-bottom: 10px;
		font-size: 9px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.menu img {
		width: 100px;
		height: 100px;
	}

	.menu .bk-menu .card-title {
		font-size: 10px;
		font-weight: bold;
	}

	.menu .bk-menu .card-text {
		font-size: 8px;
	}
}

@media (max-width: 765px) {
	body {
		background-color: #600B12;
	}

	.bg-maroon {
		height: 400px;
	}	

	.slogan {
		margin-top: 100px;
		color: #F5D62D;
	}

	.slogan h1 {
		font-size: 35px;
	}

	.slogan h3 {
		font-size: 24px;
	}

	.button-aw {
		margin-top: 70px;
	}

	.bg-jumbotron img {
		height: 400px;
	}

	.about-us h1 {
		padding-top: 20px; 
	}

	.promotion {
		position: relative;
	}

	.promotion .bgn-3 .card-title {
		font-size: 28px;
	}

	.promotion .bgn-3 .card-text {
		margin: -5px 0 -5px 0;
		font-size: 14px;
	}

	.promotion .bgn-3 strong {
		font-size: 34px;
		text-decoration: line-through;
	}

	.promotion .bgn-3 .pr-now strong {
		color:  #F5D62D;
		font-size: 40px;
		text-decoration: none;
	}

	.promotion .card {
		background-color: #600B12;
		border-style: none;
	}

	.promotion img {
		height: 600px;	
		border-radius: 20px;
		margin-bottom: 50px;
	}

	.promotion .card-img-overlay {
		padding-top: 420px;
	}

	.about-it {
		height: 800px;			
	}

	.about-it .at-1 img {
		width: 400px;
	}

	.about-it .at-1 .bg-pln {
		width: 150px;
		position: absolute;
		top: 230px;
		right: 170px;
	}

	.about-it .at-2 {
		padding-left: 30px;	
	}

	.about-it .at-2 h6 {
		font-size: 18px;
	}

	.about-it .at-2 h1 {
		font-size: 34px;
	}

	.about-it .at-2 p {
		font-size: 14px;
	}

	.about-it .card-body {
		margin-top: -80px;
		margin-left: 70px;
	}

	.about-it .at-2 .card-title {
		color: #F5D62D;
	}

	.about-it .at-2 .card-body p {
		color: white;
		font-size: 16px;
	}

	.about-it .at-2 .bintang {
		padding-top: 10px;
		width: 200px;
	}

	.activity-img {
        grid-template-columns: 100%;
        grid-gap: 1rem;
        padding: 1.5rem;
    }

    .activity-img img {
        height: 400px;
        /* border: 4px solid #fff; */
    }

	.contact p {
		color: white;
		font-size: 14px;
	}

	.contact .ct-2 {
		padding-left: 30px;
	}

	.contact .ct-3 {
		margin-top: 20px;
	}

	footer h6 {
		font-size: 10px;
	}

	.hitmenu img {
		width: 200px;
		height: 200px;
		position: absolute;
		top: 0;	
		left: 120px;
		z-index: 4;
	}

	.pro-menu img {
		height: 600px;
		margin-bottom: 50px;	
	}	

	.menu .btn-custom {
		width: 100%;
		height: 50px;
		margin-bottom: 10px;
	}

	.pro-menu img {
		margin-bottom: 5px;
	}

	.menu {
		width: 100%;
		height: 100%;		
	}

	.menu .bk-menu {
		text-align: center;
	}

	.menu img {
		width: 150px;
		height: 150px;
	}

	.menu .bk-menu .card-title {
		font-size: 12px;
		font-weight: bold;
	}

	.menu .bk-menu .card-text {
		font-size: 10px;
	}
}

