@charset "UTF-8";

.sticky-top {
	background-color:#1B208C;
	font-family: coolvetica,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.4em;
	padding: 5px 100px;
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.nav-link {
	color:#F2F2F0;
	margin: 0 16px;
  	display: inline-block;
  	vertical-align: middle;
  	-webkit-transform: perspective(1px) translateZ(0);
  	transform: perspective(1px) translateZ(0);
  	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.nav-link:hover, .nav-link:focus, .nav-link:active {
	color:#F2BC79;
  	-webkit-animation-name: hvr-bob-float, hvr-bob;
  	animation-name: hvr-bob-float, hvr-bob;
  	-webkit-animation-duration: .3s, 1.5s;
  	animation-duration: .3s, 1.5s;
  	-webkit-animation-delay: 0s, .3s;
  	animation-delay: 0s, .3s;
  	-webkit-animation-timing-function: ease-out, ease-in-out;
  	animation-timing-function: ease-out, ease-in-out;
  	-webkit-animation-iteration-count: 1, infinite;
  	animation-iteration-count: 1, infinite;
  	-webkit-animation-fill-mode: forwards;
  	animation-fill-mode: forwards;
  	-webkit-animation-direction: normal, alternate;
  	animation-direction: normal, alternate;
}

.tombol svg {
	margin-left: 7px;
}

/* Shrink */
.navic {
  	display: inline-block;
  	vertical-align: middle;
  	-webkit-transform: perspective(1px) translateZ(0);
  	transform: perspective(1px) translateZ(0);
  	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
  	-webkit-transition-property: transform;
  	transition-property: transform;
}
.navic:hover, .navic:focus, .navic:active {
	fill:#F2BC79;
  	-webkit-transform: scale(0.9);
  	transform: scale(0.9);
}

.navic .cls-1:hover {
	fill:#F2BC79;
}

.openBtn {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	shadow: none;
}

.openBtn:hover, .openBtn:focus {
	outline: none;
}

.openBtn:visited {
	border: none;
	box-shadow: none;
	shadow: none;
}

*:focus {
    outline: 0 !important;
}

/* The overlay effect */
.overlay {
	font-family: coolvetica,sans-serif;
	font-weight: 300;
	font-style: normal;
	height: 65%;
	width: 100%;
	display: none;
	position: fixed;
 	z-index: 1;
	top: 0;
	left: 0;
	margin-right: 150px;
	background-color: #F2BC79;
	opacity: 100%;
	overflow-x: hidden; /* Disable horizontal scroll */
  	transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* The content */
.overlay-content {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	top: 46%;
	width: 80%;
	text-align: center;
	margin-top: 30px;
	margin: auto;
}

form {
	margin-top: 125px;
	display: flex;
	flex-direction: row;
}

/* Close button */
.overlay .closebtn {
	position: absolute;
	top: 50px;
	right: 150px;
	cursor: pointer;
}

/* Style the search field */
.overlay input[type=text] {
	padding: 15px;
	font-family: coolvetica,sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.1em;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	border-bottom-color: #282140;
	float: left;
	width: 500px;
	background-color: transparent;
}

/* Style the submit button */
.overlay button {
  	float: left;
  	width: 5%;
  	background-color: transparent;
  	font-size: 17px;
	border: none;
  	cursor: pointer;
}

.icons svg {
	margin-right: 10px;
}

.panah {
	display: flex;
	justify-content: space-between;
}

svg:hover {
  color: #F2BC79;
}

.tombol {
	align-items: center;
}

.socmed .cls-1:hover {
	fill: #F2F2F0;
}

.custom-caption {
  left: -58%;
  top: 70%;
}

.carousel-btn {
	font-size: 1.5em;
	font-family: coolvetica,sans-serif;
	font-weight: 500;
	font-style: normal;
	border:1px solid transparent;
	border-radius: 100px;
	padding: 5px 20px;
	background-color: #1B208C;
	color: #D1D2E8;
  	position: relative;
  	cursor:pointer;
  	user-select:none;
  	text-align: center;
  	text-decoration: none;
  	transition-duration: 0.7s;
  	-webkit-transition-duration: 0.7s;
}

.carousel-btn:hover {
	background-color: #464AA6;
  	transition-duration: 0.7s;
}

.carousel-btn:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 4em;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  box-shadow: 0 0 10px 40px white;
}

.carousel-btn:active:after {
  box-shadow: 0 0 0 0 white;
  position: absolute;
  border-radius: 4em;
  left: 0;
  top:0;
  opacity: 1;
  transition: 0.7s;
}

.carousel-btn:active {
  top: 1px;
}

.carousel .carousel-control-prev-icon {
  background-image: url('data:image/svg+xml,<svg class="carobut" width="24px" height="24px" fill="%23fff" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd"><path d="M20 .755l-14.374 11.245 14.374 11.219-.619.781-15.381-12 15.391-12 .609.755z"/></svg>');
}

.carousel .carousel-control-next-icon {
  background-image: url('data:image/svg+xml,<svg class="carobut" width="24px" height="24px" fill="%23fff"  xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd"><path d="M4 .755l14.374 11.245-14.374 11.219.619.781 15.381-12-15.391-12-.609.755z"/></svg>'); 
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 2rem;
    height: 3rem;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

a:hover {
	color: #F2F2F0;
	text-decoration: none;
}

.card {
	background-color: transparent;
	border: 0px solid black;
}

.card-img-top {
	border-radius: 5px;
}

.card-link h5 {
	color: #282140;
	text-align: center;
}

.card-link h5:link {
	text-decoration: none;
}

.card-link:hover  h5 {
	color: #464AA6;
	text-decoration: none !important;
}

.card-body {
	background-color: transparent;
	padding-left: 5px;
}

h1 {
	text-align: center;
	margin-bottom: 50px;
	font-family: coolvetica,sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #282140;
}

.artists {
	background-color: #F2F2F0;
	padding-top: 5%;
}

.kamar {
	padding-bottom: 3%;
}

.kamar svg {
	fill: #282140;
}

.col-4 {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.overly {
	position:absolute;
	border-radius: 5px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	width: 300px;
	transition: .5s ease;
	background-color: #464AA6;
}

.pick:hover .overly{
	opacity: 85%;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
}

.text {
	color: #F2BC79;
	font-family: coolvetica,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2em;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.card {
	background-color: transparent;
	border: 0px solid black;
}

.card-img-top {
	border-radius: 5px;
}

.card-img-top:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.card-body {
	padding-left: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 30px;
}

.card-body h5 {
	font-family: coolvetica,sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #282140;
}

.card-body h5:link {
	text-decoration: none;
}

.card:hover h5 {
	color: #1B208C;
	text-decoration: none !important;
}

.product {
	background-color: #F2BC79;
	padding-top: 5%;
}

.product h5 {
	text-align: left;
	font-family: coolvetica,sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.1em;
	margin-left: 0;
}

.cxard {
	background-color: transparent;
	border: 0px solid black;
}

.cxard:hover {
	font-weight: 500;
	text-decoration: none;
}

.card-img-top {
	border-radius: 5px;
	width: 300px;
}

.card-bdy {
	padding-left: 10px;
	padding-top: 15px;
	padding-right: 10px;
	color: #282140;
}

.card-bdy h5 {
	font-family: coolvetica,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.1em;
	opacity: 70%;
	color: #282140;
}

.card-bdy p {
	font-family: coolvetica,sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.1em;
	margin-left: 0;
	color: #282140;

}

.card-bdy:link {
	text-decoration: none;
}

.cxard:hover {
	color: #464AA6;
	text-decoration: none !important;
}

.cxard:hover p {
	color: #464AA6;
	font-weight: 400;
}

.cxard:hover h5 {
	color: #464AA6;
	font-weight: 400;
	text-decoration: none !important;
}

a:hover {
	color: #464AA6;
}

.diskon {
	text-decoration: line-through;
}

footer {
	color: #D1D2E8;
	background-color:#464AA6;
}

footer h2 {
	font-family: mighty-slab,serif;
	font-weight: 400;
	font-style: normal;
}

footer p {
	font-family: coolvetica,sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.1em;
}

footer h5 {
	font-family: coolvetica,sans-serif;
	font-weight: 500;
	font-style: normal;
	padding-bottom: 15px;
	font-size: 1.1em;
}

.navi {
	color: #D1D2E8;
	list-style: none;
	display: flex;
	justify-content:space-between;
	padding: 0;
	font-size: 1.2em;
}

.navi a {
	color: #D1D2E8;
}

.navi a:link {
	color: #D1D2E8 !important;
	text-decoration: none;
	font-family: coolvetica,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.1em;
}

.navi a:hover {
	color: #F2BC79;
}

.panah {
	justify-content: end;
	align-items: center;
	color: #464AA6;
	font-family: coolvetica,sans-serif;
	font-weight: 300;
	font-style: normal;
}

.panah:hover {
	color:#282140;
	text-decoration: underline;
}

.panah:hover .cls-2{
	fill: #282140;
}

.fcontents {
	display: flex;
	flex-direction: column;
	text-align: left;
	padding: 30px 100px;
}

.navbar-toggler{
	border: none;
}	

@media only screen and (max-width: 1024px) {
	.navbar {
		padding: 8px 25px;
	}
	
	.overlay {
		height: 120px;
		display: flex;
		flex-direction:row;
		align-content: center;
	}
	
	.openBtn {	
		margin: 0;
		padding: 0;
	}
	
		form {
		margin-top: 20px;
	}

	.overlay .closebtn {
		position:absolute;
		top: 35px;
		right: 30px;
		cursor: pointer;
	}

	/* Style the search field */
	.overlay input[type=text] {
		font-size: 1em;
		width: 70%;
		background-color: transparent;
	}

	/* Style the submit button */
	.overlay button {
		float: left;
		width: 5%;
		cursor: pointer;
	}

	.kamar {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.navi {
		flex-direction: column;
	}
	
	.carousel-btn {
		font-size: 0.9em;
	}

	.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 1.5rem;
    height: 3rem;
	}
	
	.card-img-top:hover {
		box-shadow: none;
	}
	
	.artists, .product {
		padding-top: 2.5em;
		padding-bottom: 2em;
	}
	
	.ats {
		margin-bottom: 20px;
	}
	
	.panah {
		justify-content: center;
	}

	.tombol {
		margin-bottom: 0.5em;
	}

	.tombol svg {
		margin-left: 0;
		margin-right: 0.5em;
	}

	.nav-link {
		margin: 0;
	}

	.fcontents {
		padding: 16px 25px;
	}

	.navi {
		font-size: 0.9em;
	}

	footer p {
		font-size: 0.9em;
	}
	
	footer h5 {
		font-size: 0.9em;
	}
}