html {
	scroll-behavior: smooth;
}

* {
	outline: none;
	box-sizing: border-box;
}

body {
	font-family: "Montserrat", sans-serif;
}

/* Base */
.bg-custom {
	background-color: #06207e;
}

.bg-custom-2 {
	background-color: #dc0000;
}

.bg-flat {
	background-color: #f3f4f5;
}

.btn-custom {
	background-color: #06207e;
	color: white;
}

.btn-custom:hover {
	background-color: #dc0000;
	color: white;
}

.btn-custom-2 {
	background-color: #dc0000;
	color: white;
}

.btn-custom-2:hover {
	background-color: #06207e;
	color: white;
}

.text-custom {
	color: #06207e;
}

.text-custom-2 {
	color: #dc0000;
}

.btn-outline-custom {
	border-color: #06207e;
	color: #06207e;
	background-color: transparent;
}

.btn-outline-custom:hover {
	background-color: #06207e;
	color: white;
}

/*-------------------------------*/

.navbar {
	transition: 0.5s;
	height: 80px !important;
	z-index: 99;
}

.navbar .navbar-brand {
	color: #06207e;
}

.navbar .input-group {
	width: 750px;
}

/* .scrolling-active {
    background-color: black;
    height: 80px;
}

.scrolling-active .navbar-brand{
    color:  white;
}

.scrolling-active .btn-outline-custom {
	background-color: #06207e;
	color: white;
}

.scrolling-active .btn-custom {
	background-color: white;
	color: black;
} */

#header {
	margin-top: 100px;
}

#header .carousel-item img {
	height: 400px;
}

#header .image-header img {
	height: 200px;
}

#kategori .card img {
	width: 20%;
}

#produk .card {
	border-style: none;
	box-shadow: 1px 2px 4px 3px grey;
}

#produk .card img {
	height: 270px;
	max-height: 270px;
}

#search .card img {
	height: 260px;
}

#promo .carousel-item img {
	height: 300px;
}

.text-hidden {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.card .card-title {
	font-weight: bold;
}

#slider {
	position: relative;
}

#slider .card img {
	height: 250px;
	max-height: 250px;
	overflow: hidden;
}

#slider .owl-nav .owl-prev,
#slider .owl-nav .owl-next {
	position: absolute;
}

#slider .owl-nav .owl-prev,
#slider .owl-nav .owl-next {
	background-color: #06207e;
	color: white;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	height: 50px;
	width: 50px;
	cursor: pointer;
	z-index: 99;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	top: 40%;
}

.slide-show-kategori .owl-nav .owl-prev,
.slide-show-kategori .owl-nav .owl-next {
	top: 20%;
}

#slider .owl-nav .owl-prev {
	left: -30px;
}

#slider .owl-nav .owl-next {
	right: -30px;
}

.main-contact {
	background: #f3f4f5;
}

.main-contact .row .col {
	position: relative;
}

.main-contact .row i {
	font-size: 30px;
	color: black;
}

.main-contact .row i:after {
	content: "";
	border-right: 2px solid black;
	margin: 0 10px;
}

.main-contact .row a {
	font-size: 20px;
	text-decoration: none;
	color: black;
}

.footer {
	background-color: black;
}

.gobtn {
	position: fixed;
	bottom: 40px;
	right: 30px;
	text-decoration: none;
	font-size: 20px;
	height: 50px;
	width: 50px;
	background: #06207e;
	text-align: center;
	border-radius: 100%;
	display: none;
	transition: 0.5s;
	transition-property: transform, background;
	z-index: 99;
}

.gobtn:hover {
	transform: scale(1.3);
	background: black;
}

.gobtn i {
	color: white;
	margin: 15px auto;
}

/* CSS Page Profile */
.fileUpload {
	position: relative;
	overflow: hidden;
	margin: 10px;
}

.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

.card .btn-close-card {
	position: absolute;
	top: -15px;
	right: -15px;
	opacity: 1;
	z-index: 1;
	cursor: pointer;
}

/*End CSS Page Profile*/

/* Detail Thumbnail */
.thumb {
	height: 400px;
	max-height: 400px !important;
}

.thumbnail {
	margin: 0px 0px 0px 0px;
}

.img-thumb {
	width: 120px;
	height: 100px;
	max-height: 100px;
}

.img-thumb:hover {
	opacity: 0.5;
	cursor: pointer;
}
/* End Detail Thumbnail */

@media (max-width: 576px) {
	.card .card-subtitle {
		font-size: 18px;
	}

	.card .card-title {
		font-size: 20px;
	}

	#slider .card .card-subtitle {
		font-size: 15px;
	}

	#slider .card .card-title {
		font-size: 17px;
	}

	.thumb {
		height: 300px;
	}

	.img-thumb {
		width: 70px;
		height: 70px;
	}

	#search .card img {
		height: 300px !important;
	}
}

@media (max-width: 768px) {
	#header .carousel-item img {
		height: 300px;
	}

	#header .image-header img {
		height: 150px;
	}

	#kategori .card img {
		width: 40%;
	}

	#slider .card img {
		max-height: 160px;
	}

	.main-contact .row .spacing-contact-1,
	.main-contact .row .spacing-contact-2 {
		margin-top: 0 !important;
		margin-bottom: 10px;
	}
}

@media (max-width: 992px) {
	.navbar .input-group {
		width: 400px;
	}

	.main-contact .row i:after {
		border-right: none;
	}

	.main-contact .row .spacing-contact-2 {
		margin-top: 10px;
	}

	#search .card img {
		height: 180px;
	}
}

@media (max-width: 1199px) {
	.main-contact .row a {
		font-size: 15px;
		line-height: 30px;
	}
}
