@import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
	font-family: 'Poppins', sans-serif;
	color: #919aa1 !important;
	padding-top: 80px;
	font-size: 20px !important;
}

@media (min-width: 992px) {
	body {
		padding-top: 104px;
	}
}

a {
	text-decoration: none !important;
	color: #6c757d !important;
}

.text-primary {
	color: #F2B541 !important;
}

.text-light {
	color: #e6e1e1 !important;
}

.opacity {
	opacity: .4;
}

.bg-dark {
	background-color: #080808 !important;
}

.bg-dark-light {
	background-color: #161616 !important;
}

.bg-light {
	background-color: #f4f4f4 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: bold !important;
}

.display-asd {
	font-size: 120px !important;
}

@media (min-width: 992px) {
	.display-lg-1 {
		font-size: 70px !important;
	}

}

.fonts {
	font-family: "Cookie", cursive;
	font-weight: normal !important;
}

.logo img {
	height: 40px;
}

.top-menu a {
	padding: 10px 15px !important;
	display: block;
	border-right: 1px solid #d8d8d8;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgb(44, 44, 44) !important;
}

.top-menu a i {
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white !important;
	border-radius: 5px;
	font-size: 14px;
}

header nav a.nav-link {
	color: white !important;
}

.nav-link {
	margin-right: 20px;
}

.nav-link.active {
	color: black !important;
	font-weight: 500;
}

.nav-link:last-child {
	margin-right: 0px;
}

.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.07) !important;
}






.post .post-img>img {
	width: 100%;
	border-radius: 5px;
}

.post:hover img {
	opacity: .8;
	transition: .4s;
}

.post .post-meta {
	margin-top: 15px;
	margin-bottom: 15px;
}

.post-meta .post-category {
	font-size: 13px;
	text-transform: uppercase;
	padding: 3px 10px;
	font-weight: 600;
	border-radius: 2px;
	margin-right: 15px;
	color: white !important;
	background-color: #FF2759;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

.post-meta .post-category:hover,
.post-meta .post-category:focus {
	text-decoration: none;
	opacity: 0.9;
}

.post-meta .post-category.cat-2 {
	background-color: #e91d1d;
	color: white !important;
}

.post-category.cat-2 {
	background-color: #e91d1d !important;
	color: white !important;
}

.post-meta .post-date {
	font-size: 13px;
	font-weight: 600;
}

.post .post-title {
	font-size: 18px;
	margin-bottom: 0px;
}

.post .post-img {
	display: block;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

.post.post-thumb {
	position: relative;
}

.post.post-thumb .post-img:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border-radius: 5px;
	background: linear-gradient(to top, rgba(33, 38, 49, 0.4) 0%, transparent 100%);
}

.hero .post:hover img {
	opacity: 1;
}

.post.post-thumb .post-body {
	position: absolute;
	bottom: 0px;
	padding: 20px 15px;
}

.post.post-thumb .post-meta .post-date {
	color: #eceef2;
}

.post.post-thumb .post-title {
	font-size: 22px;
}

.post.post-thumb .post-title>a {
	color: #FFF !important;
}

.top-news {
	margin-top: -60px;
}

.post-category {
	font-size: 13px;
	text-transform: uppercase;
	padding: 3px 10px;
	font-weight: 600;
	border-radius: 2px;
	color: #FFF !important;
	background-color: rgb(39, 39, 39);
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
	text-align: center;
}

.tags-widget ul li {
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 5px;
}

.tags-widget ul li a {
	display: block;
	color: #fff;
	background-color: #212631;
	padding: 3px 10px;
	font-weight: 600;
	border-radius: 2px;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

.tags-widget ul li a:hover,
.tags-widget ul li a:focus {
	opacity: 0.9;
	color: #fff;
	text-decoration: none;
}

.post-category.cat-2 {
	background-color: #F2B541;
}

.banner2 {
	aspect-ratio: 1.48/1;
	object-fit: cover;
}

.banner {
	aspect-ratio: 1.5/1;
	object-fit: cover;
}

.icon-head {
	height: 38px;
	width: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 90px;
	background-color: #007DC3;
	color: white;
	margin-right: 10px;
}

.testi {
	display: flex;
	align-items: center;
}

.testi img {
	width: 45px;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 90px;
	margin-left: -12px;
	border: 2px solid #fff;
}

.testi img:first-child {
	margin-left: 0px !important;
}

.number {
	height: 45px;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 90px;
	background-color: #FF2759;
	border: 2px solid #fff;
	margin-left: -12px;
}

#myVideo {
	height: 700px;
	width: 100%;
	object-fit: cover;
	position: absolute;
}

.jumbotron::after {
	content: '';
	position: absolute;
	height: 700px;
	width: 100%;
	display: block;
	z-index: 9;
	top: 149px;
	left: 0;
	background-color: #2126315e;
}

.jumbotron {
	display: flex;
	align-items: center;
	height: 700px;
	margin-bottom: 190px;
}

.jumbotron .container {
	position: relative;
	z-index: 90;
	color: #eeeeee;
}

.jumbotron-2::after {
	content: '';
	position: absolute;
	height: 180px;
	width: 100%;
	display: block;
	z-index: 9;
	top: 149px;
	left: 0;
	background-color: #2126315e;
}

.jumbotron-2 {
	display: flex;
	align-items: center;
	height: 180px;
	background-image: url(../assets/img/body-rafting.jpg);
	background-position: center;
}

.jumbotron-2 .container {
	position: relative;
	z-index: 90;
	color: #eeeeee;
}

/* header{
	border-bottom: 1px solid #d8d8d8 !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .07) !important
} */

header .sosmed {
	display: flex;
}

header .sosmed a {
	height: 38px;
	width: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 90px;
}

label {
	margin-bottom: 10px;
}

.card-offer {
	position: relative;
	z-index: 99;
	margin-bottom: -190px;
}

/* .form-reservasi input[type="date"]::-webkit-inner-spin-button,
.form-reservasi input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
} */





.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.swiper-pagination {
	position: relative;
	margin-top: 10px
}

.swiper-pagination-bullet {
	width: 10px;
	height: 4px;
	background-color: #c5c5c5;
	border: 0;
	opacity: 1;
	margin-right: 10px;
	border-radius: 5px
}

.swiper-pagination-bullet-active {
	background: #FF2759;
	width: 18px
}

.swiper-button-next,
.swiper-button-prev {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: .4s;
}

.swiper.mySwiper:hover .swiper-button-next,
.swiper.mySwiper:hover .swiper-button-prev {
	opacity: 1;
	transition: .4s;
}

@media (max-width:992px) {

	.swiper.mySwiper .swiper-button-next,
	.swiper.mySwiper .swiper-button-prev {
		opacity: 1;
	}

}

.swiper.mySwiper .swiper-button-next.swiper-button-disabled,
.swiper.mySwiper .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	background-color: #FFF;
	border: 3px solid #009B4C;
	border-radius: 5px;
	color: black;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.font-left {
	border-left: 4px solid #FF2759;
	padding-left: 10px;
	border-radius: 3px;
}

.bulat {
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

.bulat2 {
	object-fit: cover;
	aspect-ratio: 1 / 1.025;
}


.banner-detail {
	aspect-ratio: 1.7/1;
	object-fit: cover;
}

.banner {
	aspect-ratio: 1.6/1;
	object-fit: cover;
}

.banner2 {
	aspect-ratio: 1.2/1;
	object-fit: cover;
}

.banner-lg {
	aspect-ratio: 2/1;
	object-fit: cover;
}

@media (max-width:992px) {

	.banner-lg {
		aspect-ratio: 1/1;
		object-fit: cover;
	}

}

@media (min-width:992px) {

	.panjang-lg {
		aspect-ratio: 1/1.58;
		object-fit: cover;
	}

	.bulat-lg {
		aspect-ratio: 1.5/1;
		object-fit: cover;
	}

}





.rate i {
	color: #F2B541;
}

.rate-1 i {
	color: #a8aeb3;
}

.rate-1 i:nth-child(1) {
	color: #F2B541;
}

.rate-2 i:nth-child(3) {
	color: #a8aeb3;
}

.rate-2 i:nth-child(4) {
	color: #a8aeb3;
}

.rate-2 i:nth-child(5) {
	color: #a8aeb3;
}

.rate-3 i:nth-child(4) {
	color: #a8aeb3;
}

.rate-3 i:nth-child(5) {
	color: #a8aeb3;
}

.rate-4 i:last-child {
	color: #a8aeb3;
}

.text-blue {
	color: #FF2759 !important;
}

.btn {
	padding: 10px 20px !important;
	border-radius: 0px !important;
}

.btn-primary {
	color: white !important;
}

.btn-dark {
	color: white !important;
}

.btn-outline-dark {
	color: #080808 !important;
}

.btn-outline-dark:hover {
	color: #fff !important;
}

.btn-bulat {
	height: 38px;
	width: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.btn-link {
	text-decoration: underline !important;
}



.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05) !important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .07) !important
}


.hero {
	background-image: url(../assets/img/campaign-creators-gMsnXqILjp4-unsplash.jpg);
	background-position: center;
	background-size: cover;
	height: 200px;
	display: flex;
	align-items: center;
}

.hero .container {
	position: relative;
	z-index: 99;
}

.hero::after {
	content: '';
	background: rgba(255, 0, 132, 0);
	background: -moz-linear-gradient(top, rgba(255, 0, 132, 0) 0%, rgba(3, 111, 189) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 0, 132, 0)), color-stop(100%, rgba(3, 111, 189)));
	background: -webkit-linear-gradient(top, rgba(255, 0, 132, 0) 0%, rgba(3, 111, 189) 100%);
	background: -o-linear-gradient(top, rgba(255, 0, 132, 0) 0%, rgba(3, 111, 189) 100%);
	background: -ms-linear-gradient(top, rgba(255, 0, 132, 0) 0%, rgba(3, 111, 189) 100%);
	background: linear-gradient(to bottom, rgba(255, 0, 132, 0) 0%, rgba(3, 111, 189) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0084', endColorstr='#036fbd', GradientType=0);
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 200px;
}



.icon-divisi {
	font-size: 25px;
	width: 50px !important;
	height: 50px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	background-color: #F7C107;
	color: white;
}



.hero-visimisi {
	background-color: whitesmoke !important;
	background-image: url(../assets/img/bg-visimisi.png);
	background-position: center;
	background-size: cover;
}

.hero-divisi {
	background-image: url(../assets/img/bg-divisi.png);
	background-position: center;
	background-size: cover;
}



@media (max-width: 992px) {

	.about .wizard-steps {
		list-style: none;
		width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
	}

	.about .wizard-steps li {
		width: 100%;
	}

	.about .wizard-steps li .step {
		border: 5px solid #F7C107;
		color: #546474;
		font-size: 15px;
		border-radius: 100%;
		background-color: #036FBD;
		position: relative;
		z-index: 2;
		display: inline-block;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	.about .wizard-steps li:first-child:before {
		display: none;
		content: "";
	}

	.about .wizard-steps:before {
		display: block;
		content: "";
		width: 1px;
		height: 80%;
		margin-left: 13px;
		font-size: 0;
		border-left: 4px solid #F7C107;
		position: absolute;
		z-index: 1;
	}

	.about .wizard-steps li:last-child:before {
		max-width: 50%;
		width: 50%
	}

	.about .wizard-steps li:first-child:before {
		max-width: 51%;
		left: 50%
	}

	.about .wizard-steps li .title {
		display: block;
		margin-left: 40px;
		position: relative;
		top: -34px;
	}

	.about .step-content {
		position: relative;
	}

}

@media (min-width: 992px) {

	.about .wizard-steps {
		list-style: none;
		display: table;
		width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
	}

	.about .wizard-steps li {
		display: table-cell;
		text-align: center;
		width: 1%
	}

	.about .wizard-steps li .step {
		border: 5px solid #F7C107;
		color: #546474;
		font-size: 15px;
		border-radius: 100%;
		background-color: #036FBD;
		position: relative;
		z-index: 2;
		display: inline-block;
		width: 40px;
		height: 40px;
		line-height: 30px;
		text-align: center;
	}

	.about .wizard-steps li:before {
		display: block;
		content: "";
		width: 100%;
		height: 1px;
		font-size: 0;
		overflow: hidden;
		border-top: 4px solid #CED1D6;
		position: relative;
		top: 21px;
		z-index: 1;
	}

	.about .wizard-steps li:last-child:before {
		max-width: 50%;
		width: 50%
	}

	.about .wizard-steps li:first-child:before {
		max-width: 51%;
		left: 50%
	}

	.about .wizard-steps li.complete .step {
		cursor: default;
		color: #FFF;
		-webkit-transition: transform ease .1s;
		-o-transition: transform ease .1s;
		transition: transform ease .1s;
	}

	.about .wizard-steps li.complete .step:before {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		line-height: 30px;
		text-align: center;
		border-radius: 100%;
		content: "\f00c";
		background-color: #FFF;
		z-index: 3;
		font-family: FontAwesome;
		font-size: 17px;
	}

	.about .wizard-steps li.complete:hover .step {
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		border-color: #80afd4;
	}

	.about .wizard-steps li.complete:hover:before {
		border-color: #80afd4;
	}

	.about .wizard-steps li .title {
		display: block;
		margin-top: 4px;
		max-width: 100%;
		color: #949ea7;
		z-index: 104;
		text-align: center;
		table-layout: fixed;
		word-wrap: break-word;
	}

	.about .step-content {
		position: relative;
	}

	.about .step-content .step-pane {
		display: none;
		min-height: 200px;
		padding: 4px 8px 12px;
	}

	.about .step-content .step-pane.active {
		display: block;
	}

	.about .wizard-actions {
		text-align: right;
	}

	.about .step-content .step-pane.active .form-inline .form-group {
		vertical-align: top !important;
	}
}



footer .sosmed i {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: whitesmoke;
	color: #16365E;
	font-size: 20px;
	border-radius: 10px;
}

footer a.facebook:hover i {
	background-color: #1877f2 !important;
	transition: .4s;
}

footer a.instagram:hover i {
	background-color: #405de6 !important;
	transition: .4s;
}

footer a.youtube:hover i {
	background-color: red !important;
	transition: .4s;
}

footer a.twitter:hover i {
	background-color: #1da1f2 !important;
	transition: .4s;
}

footer a:hover i {
	color: white !important;
	transition: .4s;
}







.tour .wizard-steps {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}

.tour .wizard-steps li {
	width: 100%;
}

.tour .wizard-steps li .step {
	border: 5px solid #F7C107;
	color: #546474;
	font-size: 15px;
	border-radius: 100%;
	background-color: #036FBD;
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.tour .wizard-steps li:first-child:before {
	display: none;
	content: "";
}

.tour .wizard-steps:before {
	display: block;
	content: "";
	width: 1px;
	height: 80%;
	margin-left: 13px;
	font-size: 0;
	border-left: 4px solid #F7C107;
	position: absolute;
	z-index: 1;
}

.tour .wizard-steps li:last-child:before {
	max-width: 50%;
	width: 50%
}

.tour .wizard-steps li:first-child:before {
	max-width: 51%;
	left: 50%
}

.tour .wizard-steps li .title {
	display: block;
	margin-left: 40px;
	position: relative;
	top: -34px;
}

.tour .step-content {
	position: relative;
}

.pricing {
	background-color: whitesmoke !important;
}

.pricing .col-lg-4:nth-child(1) .card-price {
	background-color: #f8fcff !important;
	color: #FF2759 !important;
	border: 0px !important;
}

.pricing .col-lg-4:nth-child(2) .card-price {
	background-color: #fffdef !important;
	color: #F7C107 !important;
	border: 0px !important;
}

.pricing .col-lg-4:nth-child(3) .card-price {
	background-color: #f8fff8 !important;
	color: #5CB85C !important;
	border: 0px !important;
}


/* Animasi bergerak dari atas ke bawah */
@keyframes moveDown {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(100%);
	}
}

/* Pengaturan gaya untuk elemen dengan kelas text-move */
.text-move {
	height: 400px;
	/* Menentukan tinggi kontainer */
	overflow: hidden;
	/* Memotong teks yang melebihi ukuran div */
	position: relative;
	/* Membuat konten di dalamnya tetap dalam posisi relatif */
}

/* Animasi untuk elemen h1 di dalam text-move */
.text-move h1 {
	animation: moveDown 10s linear infinite;
	/* Animasi bergerak terus menerus dan loop */
	margin: 0;
	/* Menghapus margin default */
	padding-top: 1rem;
	/* Jarak antar teks untuk kejelasan */
}

footer .text-dark{
	background-color: #161616 !important;
	color: #cdd7df !important;
}


/* .owl-dot span {
	border-radius: 2px !important;
	margin-right: 5px !important;
	margin-left: 5px !important;
}

.owl-dot.active span {
	width: 30px !important;
	background: #1A62A3 !important;
} */