.bg-orange{
	background: #ffa500;
	color: #fff;
}

.cl-orange{
	color: #ffa500;
}

.text-shadow{
	font-weight: 500;
	text-shadow: 1px 1px 1px #000;
}

.card{
	max-width: 18rem;
}

a{
	text-decoration: none;
}

.no-hover:hover{
	background: transparent;
	color: #ffa500;
}

.nav-link{
	color: #ffa500 !important;
}

.utilities{
	display: flex;
}

.utilities .phone,
.utilities .email{
	padding: .3rem;
	color: #ffa500;
}

/* edit dropdown bootstrap */
.dropdown-menu.show{
	display: flex;
	max-width: 100%;
}

.dropdown-menu.show li{
	flex: 1;
}

.dropdown-menu[data-bs-popper]{
	left: -23rem;
}

.box-drop-item{
	display: flex;
	align-items: center;
	margin: 0 1rem;
	height: 4rem;
	border-left-width: 2px;
	border-left-color: #ffa500;
	border-left-style: solid;
}

.box-drop-item .box-item{
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 1rem;
}

.box-drop-item .box-item a{
	color: #ffa500;
}

.carousel-dark .carousel-indicators [data-bs-target]{
	background-color: #ffa500;
}


.footer{
	background-color: #ffa500;
}

.footer .box{
	padding: 2rem 0;
	color: #fff;
}

.footer .box .heading{
	margin-bottom: 1rem;
}

.footer .box .content .address,
.footer .box .content .phone,
.footer .box .content .email{
	display: flex;
	align-items: center;
	height: 100%;
	margin-bottom: 1rem;
}

.footer .box .content .address i,
.footer .box .content .phone i,
.footer .box .content .email i{
	margin-right: 1rem;
}

.footer .box .content a{
	text-decoration: none;
	color: #fff;
}

.footer .cr{
	background-color: #ffa900;
	text-align: center;
	color: #fff;
	font-size: .95rem;
	border-top: 1px solid #fff;
	padding: 1rem 0;
}


/* About Us */
.header-banner{
	background-image: url("https://setarabioscience.com/assets/img/about1.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	font-weight: 600;
	height: 600px;
	text-shadow: 2px 1px 1px #ffa500;
	position: relative;
}

.header-banner::after{
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	top: 0;
	left: 0;
	position: absolute;
}

.header-banner h1{
	z-index: 1;
}

.about-part{
	padding: 1rem 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 2rem;
}

.about-part h1{
	color: #ffa500;
}

.about-part h3,
.about-part i{
	color: #aaa;
}

.about-part img{
	margin-bottom: 1rem;
}

.about-part:last-child{
	border-bottom: none;
}

/* product  */
.card{
	transform-style: preserve-3d;
	transform: translate3D(0,0,100px);
}

.card:hover .card-header{
	transform: translate3d(0, 0, 100px);
	background-color: transparent;
	border-bottom: none;
}

/* Contact */
.header-contact{
	border-bottom: 1px solid #ffa500;
	padding: 1rem 0;
	margin-bottom: 2rem;
}

.contact-input{
	background-image: url("https://setarabioscience.com/assets/img/parallax.jpeg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	margin-top: 2rem;
	padding: 1rem 0;
}

.contact-input form label{
	color: #ffa500;
	text-shadow: 1px 1px 1px #000;
}

/* spesial_promo  */
.boxes-promotion{
	background-color: #fff;
	box-shadow: 1px 1px 3px;
	width: 100%;
	padding: 2rem 0;
	margin-bottom: 2rem;
	border-radius: 20px;
}

.boxes-promotion img{
	width: 150px;
	height: 300px;
}

.box-diskon{
	position: relative;
}

.diskon{
	background-color: #ffa500;
	height: 70px;
	width: 150px;
	position: absolute;
	box-shadow: 2px 2px 15px;
	left:  4.5rem;
	top: -15rem;
	transform: rotate(-30deg);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px 10px 30px 10px;
}



/* Media Query */


@media (max-width: 576px) {
  .dropdown-menu.show{
		display: block;
		max-width: 100%;
	}

	.navbar-brand{
		width: 65% !important;
	}

	.card{
		max-width: 100%;
	}
}

@media (min-width: 576px) {
  .dropdown-menu.show{
		display: block;
		max-width: 100%;
	}
	.navbar-brand{
		width: 50% !important;
	}
}

@media (min-width: 768px) {
	.dropdown-menu.show{
		display: block;
		max-width: 100%;
	}

	.dropdown-menu[data-bs-popper]{
		left: -23rem;
	}
}
@media (min-width: 992px) {
  .dropdown-menu.show{
		display: flex;
		min-width: 65rem;
	}

	.navbar-brand{
		width: 20% !important;
	}

	.dropdown-menu[data-bs-popper]{
		left: -25rem;
	}
}
@media (min-width: 1200px) {
	.dropdown-menu[data-bs-popper]{
		left: -33rem;
	}
	.dropdown-menu.show{
		min-width: 75rem;
	}

	.navbar-brand{
		width: 20%;
	}
}
@media (min-width: 1400px) {

}