@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;
}

.nav-link {
	color:#F2F2F0;
	margin: 0 16px;
}

.nav-link:hover {
	color:#F2BC79;
}

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

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.carousel-caption h3 {
	font-size: 2em;
	font-family: coolvetica,sans-serif;
	font-weight: 400;
	font-style: normal;
}

.carousel-caption {
	font-size: 1.2em;
	font-family: coolvetica,sans-serif;
	font-weight: 300;
	font-style: normal;
}

.caro-127 {
	color: #282140;
}

.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%;
}

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

.products {
	background-color: #F2F2F0;
}

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

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

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

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

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

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

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

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

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

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

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

.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;
	text-decoration: underline;
}

.panah a:hover{
	text-decoration: underline;
}

.beatbox {
	color: #282140;
}

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;
}

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

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

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


@media only screen and (max-width: 1024px) {
	.navbar {
		padding: 8px 25px;
	}

	.navi {
		flex-direction: column;
	}
	
	.carousel-btn {
		font-size: 0.9em;
	}
	
	.carousel-caption h3 {
	font-size: 1.5em;
	font-family: coolvetica,sans-serif;
	font-weight: 400;
	font-style: normal;
	}
	
	.carousel-caption {
	font-size: 1em;
	font-family: coolvetica,sans-serif;
	font-weight: 300;
	font-style: normal;
	}

	.caro-127 {
	color:	#32a852;
	}
	
	.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 1.5rem;
    height: 3rem;
	}
	
	.card-body h5 {
		font-size: 1em;
	}
	
	.card-body p {
		font-size: 1em;
	}
	
	.py-5 .products {
		padding-top: 36px;
	}
	
	.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;
	}
}