:root {
  --HB-primary: #eca799;
  --HB-secondary: #5D4841;
  --HB-cream: #F8F3E2;
  --HB-peach: #F9C1CB;
}

.navbar-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20
}

.bi-chevron-left,
.bi-chevron-right {
	top: 248px;
	font-family: revicons;
	font-size: 15px;
	color: #fff;
	display: block;
	line-height: 110px;
	text-align: center
}

.navbar-wrapper>.container {
	padding-right: 0;
	padding-left: 0
}

.carousel-control {
	width: 0
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	display: none
}

.carousel-control.left,
.carousel-control.right {
	background: 0 0
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	background: 0 0;
	margin-right: 0
}

.navbar-wrapper .navbar {
	padding-right: 15px;
	padding-left: 15px
}

.navbar-wrapper .navbar .container {
	width: auto
}

.carousel {
	height: 688px;
	background: var(--HB-cream);
}

.bi-chevron-left,
.bi-chevron-right,
.glyphicon {
	background: rgba(0, 0, 0, .5);
	width: 30px;
	height: 110px;
	position: absolute
}

.bi-chevron-left {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	transition: .3s;
	-webkit-transition: .3s
}

.bi-chevron-right {
	right: 0;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	transition: .3s;
	-webkit-transition: .3s
}

.carousel-indicators {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px
}

.carousel-indicators li {
	width: 15px;
	height: 15px;
	-webkit-background-color: background-color 0.3s ease, -webkit-transform 0.3s ease;
	transition: background-color .3s, transform .3s;
	top: 0;
	outline: 0;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .3);
	text-indent: -999em;
	cursor: pointer;
	border: none
}

.carousel-indicators li.active,
.carousel-indicators li:hover {
	box-shadow: 0 0 0 2px #fff;
	border: 3px solid #696969;
	border-radius: 50%;
	background: #fff;
	transform: scale(1.2)
}

.carousel-caption {
	z-index: 10
}

.carousel .item {
	height: 688px;
	background-color: var(--HB-cream);
}

.warna {
	border-color: #3cb371
}

.tebal {
	border-width: thick
}

.rad {
	border-radius: 13px
}

.top {
	border-top: 10px tomato
}

.marketing .col-lg-4 {
	margin-bottom: 20px;
	text-align: center
}

.marketing h2 {
	font-weight: 400
}

.marketing .col-lg-4 p {
	margin-right: 10px;
	margin-left: 10px
}

.featurette-divider {
	margin: 80px 0
}

.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px
}

.glyphicon {
	cursor: pointer;
	display: block;
	z-index: 100
}

.glyphicon-chevron-left {
	margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	margin-left: 0;
	width: 0;
	height: 0
}

/*.carousel .item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	top: 0;
	left: 0;
	opacity: .11
}*/

.hero-banner-row {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.hero-slider-content {
    width: 40%;
	padding: 0 100px;
}
.desktop-banner-img{
	width: 60%;
	height: 100%;
}
.desktop-banner-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-slider-content h2{
	font-size: 100px;
	line-height: 110px;
	color: var(--HB-primary);
	margin: 0px;
}
.hero-slider-content h2 span{
	width: 100%;
	font-weight: 900;
	display: inline-block;
	font-family: Nunito Sans;
	color: var(--HB-secondary);
}


@media (min-width:768px) {
	.navbar-wrapper {
		margin-top: 20px
	}

	.navbar-wrapper .container {
		padding-right: 15px;
		padding-left: 15px
	}

	.navbar-wrapper .navbar {
		padding-right: 0;
		padding-left: 0;
		border-radius: 4px
	}

	.carousel-caption p {
		margin-bottom: 20px;
		font-size: 21px;
		line-height: 1.4
	}

	.carousel-caption h1,
	.carousel-caption h2 {
		text-align: center;
		color: #fff;
		font-weight: 700;
		line-height: 90px;
		text-shadow: 0 0 12px rgb(0 0 0/56%);
		text-transform: uppercase
	}

	.carousel-caption h1 {
		font-size: 75px;
		margin-top: -270px
	}

	.carousel-caption h2 {
		font-size: 72px;
		margin-top: -200px
	}

	.featurette-heading {
		font-size: 50px
	}
}

@media (min-width:992px) {
	.featurette-heading {
		margin-top: 120px
	}
}

@media (max-width:500px) {
	.carousel {
		height: auto;
	}

	.bi-chevron-left,
	.bi-chevron-right {
		position: absolute;
		top: 175px;
		font-family: revicons;
		font-size: 15px;
		color: #fff;
		display: block;
		line-height: 110px;
		text-align: center;
		background: rgba(0, 0, 0, .5);
		width: 30px;
		height: 110px
	}

	.carousel .item {
		height: 400px;
	}

	.carousel-inner>.item>img {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		height: 450px
	}

	.carousel-caption h1 {
		text-align: center;
		color: #fff;
		font-weight: 700;
		font-size: 26px;
		line-height: 90px;
		text-shadow: 0 0 12px rgb(0 0 0/56%);
		margin-top: -200px;
		text-transform: uppercase
	}

	.bi-chevron-left {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		transition: .3s;
		-webkit-transition: .3s
	}

	.bi-chevron-right {
		right: 0;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		transition: .3s;
		-webkit-transition: .3s
	}
}

@media(max-width:575px) {

	.bi-chevron-left,
	.bi-chevron-right {
		top: 50%;
		transform: translateY(-50%)
	}
}
