@media only screen and (min-width: 600px) {
	body{
		width: 360px;
		box-shadow: 0px 0px 5px #cccccc;
	}

}

@media only screen and (min-width: 600px) {
	.karosel{
		width: 310px; 
	}

}

/*font*/
.playfair{
	font-family: 'Playfair Display', serif;
}
.regular{
	font-weight: 400 !important;
}
.medium{
	font-weight: 600 !important;
}
.bold{
	font-weight: 700 !important;
}
.nunito{
	font-family: 'Nunito Sans', sans-serif;
}
.grad-font-1{
	background: -webkit-linear-gradient(45deg, #BE965D, #976F40, #FFCB85, #976F40);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.font-grey{
	color: #999999;
}

.line150{
	line-height: 150% !important;
}
/*font*/


/*tombol*/
.tombol{
	width: 70%; 
	font-family: 'Nunito Sans', sans-serif;
	
	font-size: 18px !important;
	font-weight: bold !important;
	
	border-radius: 20px !important; 
	border-width: 0px !important;
	border-image-width: 0px !important;
}
/*tombol*/

.gradient{
	background-image: linear-gradient(#fe4ea8, #ef1c81);
}

.gradient2{
	background-image: linear-gradient(#FFE900, #FECE00);
}

.bg{
	margin-bottom: -300px;
}

.bg-black{
	background-color: #000000;
}

.bg-gray{
	background-color: #eeeeee;
}

.bg-red{
	background-color: #FF004C;
}

.bg-pink-dark{
	background-color: #EF1C81;
}

.bg-pink{
	background-color: #FE4EA8;
}

.harga{
	background: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}

.transparan{
	opacity: 0.5;
}

.transparan2{
	opacity: 0.8;
}

.rounded-10{
	border-radius: 10px;
}

.rounded-20{
	border-radius: 20px;
}

.video{
	margin-top: -235px;	
}

.lingkar{
	margin-top: -115px;
}

.lingkaran-1{
	margin-top: 250px;
}


.tiny{
	margin-top: -585px;
}

.lingkaran-2{
	margin-top: 295px;
}

.middly{
	margin-top: -685px;
}

.karosel-kontrol {
    height: 100px;
    width: 100px;
    background-color: #111111 !important;
    background-size: 100%, 100%;
    border-radius: 100%;
}

.exclusive{
	width: 60%;
	margin-top: 200px;
}

.mumpung{
	padding-bottom: 100px;
	border-radius: 20px 20px 20px 20px;
}

.twin-bella{
	margin-top: -130px;
}

.isi-paket{
	background-image: linear-gradient(#fe4ea8, #ef1c81);
	border-radius: 20px 0 20px 0;
}

.spesifikasi{
	 margin-top: -30px;
	 border-radius: 20px 20px 0 0 ;

}

.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 100px;
    width: 100px;
    background-color: #cccccc !important;
   /* background-color: rgba(0, 0, 0, 0.3);*/
    background-size: 100%, 100%;
    border-radius: 50%;

}

.rounded-bawah{
	border-radius: 0 0 10px 10px;
}

.rounded-atas{
	border-radius: 10px 10px 0 0 ;
}

.mb-100{
	margin-bottom: 100px;
}

.mt-n100{
	margin-top: -100px;
}

.mb-200{
	margin-bottom: 200px;
}

.mt-n200{
	margin-top: -200px;
}


.border-grey{
  border-style: solid;
    border-width: 1px;
    border-color: #ECECEC;
    border-radius: 5px;
}
