@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

html,
body {
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	overflow-x: hidden;
}

html {
	font-size: 85%;
	overflow-x: hidden;
	scroll-behavior: smooth;
	scroll-padding-top: 9rem;
}

html::-webkit-scrollbar {
	width: .25rem;
}

html::-webkit-scrollbar-track {
	background: #111;
}

html::-webkit-scrollbar-thumb {
	background: #29d9d5;
}

section {
	margin: 0 !important;
}

a {
	text-decoration: none;
}

.home {
	position: fixed;
	padding: 10px;
	color: #fff;
	z-index: 99;
	right: 20px;
	bottom: 20vh;
	background: #9401d9;
	border-radius: 50%;
	cursor: pointer;
}

.login {
	position: fixed;
	padding: 10px;
	color: #fff;
	z-index: 99;
	right: 20px;
	bottom: 10vh;
	background: #ffa901;
	border-radius: 50%;
	cursor: pointer;
}

.cekporsi {
	position: fixed;
	padding: 10px;
	color: #fff;
	font-size: 75%;
	z-index: 99;
	left: 20px;
	top: 15vh;
	background: #0d6efd;
	border-radius: 20px;
	cursor: pointer;
}

.home:hover {
	font-size: 120%;
	transition: all .5s ease-in-out;
}

.tc-orange {
	color: #ffa901;
}

.inner-hero {
	width: 100vw;
	min-height: 100vh;
	background-image: url('../img/img_depan/kota makkah.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: row-reverse;
	position: relative;
	z-index: 1;
}

.inner-hero::after {
	z-index: 1;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.5;
	background-image: linear-gradient(to top,
			rgb(252, 185, 0),
			rgb(255, 255, 255));
}

.inner-hero .hero-content {
	position: relative;
	z-index: 5;
}

/* .hero-content .endrose-slide {
	margin-top: 1.5rem;
} */

.icon-wrapper {
	width: fit-content;
	position: absolute;
	left: -15rem;
	padding: 5px 0;
	/* z-index: 99; */
	cursor: pointer;
}

.book-seat {
	margin-bottom: 25px !important;
}

.icon-wrapper .icon {
	position: absolute;
	width: auto;
	padding: 20px 10px;
	position: relative;
	background-color: white;
	border-radius: 50px;
	/*margin-top: -100px;*/
	/*left: -35px;*/
	opacity: 0.75;
	/* z-index: 99; */
}

.gb-sni6 {
	max-width: 250px;
	position: absolute;
	margin-left: 35%;
	bottom: 125px;
	border-radius: 15px;
}

/* left content */
.left-wrapper {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.title-left {
	width: 100%;
	font-family: "Bad Script", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	line-height: 2;
	/* margin-left: 25px; */
	padding: 10px;
}

.heading-left {
	display: block;
	font-size: 32px;
	font-weight: 500;
}

.heading-left span {
	display: inline-block;
}

.tombol-religi {
	border: 2px solid #ffa901f7;
}


.box-wave {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: -1px;
	width: 100%;
	/* height: 100%; */
	overflow: hidden;
	border: none;
	outline: none;
	transform: rotate(180deg);
	line-height: 0;
	direction: ltr;
	box-sizing: border-box;
	display: block;
}

.top-wave {
	margin: 0;
	position: relative;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	border: none;
	outline: none;
	transform: rotate(180deg);
	line-height: 0;
	direction: ltr;
	box-sizing: border-box;
	display: block;
	margin-bottom: -5px;
}

.box-wave .elementor-shape-fill {
	fill: #fff;
	transform-origin: center;
	transform: rotateY(0deg);
}

/* testimoni */
#testimoni {
	margin: 0 !important;
	/* min-height: 100vh !important; */
	width: 100%;
	z-index: 2;
}

.container-testimoni {
	height: 75%;
	display: flex;
	align-items: center;
}

.testimoni-item {
	border: 5px solid #ffa901f7;
	border-radius: 5px;
	/* min-height: 90%; */
	height: 100% !important;
}

h2.title-testimoni {
	font-size: 23px;
	line-height: 48px;
}

.testi-text {
	font-family: "Roboto", sans-serif;
	color: rgb(175, 173, 173);
	font-size: 1.5rem;
	margin: 0 0 30px 0 !important;
}

.testimoni-name {
	color: #9401d9;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5;
}

.testimoni-job {
	font-size: 17px;
}

.separator {
	width: 30%;
	height: 5px;
	background: #4f6592;
	position: relative;
	padding: 0;
}

.separator::after {
	content: "";
	/* margin-left: -.95%; */
	position: absolute;
	width: 50%;
	height: 5px;
	background: #207eff;
}

/* kendala */
#kendala {
	width: 100% !important;
	min-height: 100vh;
	background-image: linear-gradient(to top, #838282, #000);
	left: 0;
}

h3.title {
	font-size: 23px;
	line-height: 48px;
}

.kendala-content {
	font-size: 14px;
	line-height: 2;
	padding: 10px;
	border-radius: 5px;
	background-color: #ffa901f7;
	font-weight: 800;
}

/* about */
.inner-about {
	min-height: 100vh !important;
	/* height: 100% !important; */
	/* height: fit-content; */
	width: 100%;
	position: relative;
	background-image: url("../img/img_depan/nabawi3-e1675357798698.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.inner-about::after {
	content: "";
	margin-top: 0;
	margin-left: 0;
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	background-color: #000;
	opacity: 0.5;
	z-index: 2;
}

.about-wrapper {
	z-index: 3;
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/* .about-wrapper .about-sni {
	min-height: 35vh;
} */
h2.title-about {
	text-align: center;
	width: 100%;
	font-size: 1em;
}

.title-about,
.video-tentang {
	color: #ffa901;
}

.about-text {
	font-size: 1rem;
	color: #fff;
}

.about-tag {
	background: #ffa901;
	padding: 10px;
	border-radius: 25px;
	width: auto;
}

.video-tentang {
	width: 100%;
	text-align: left !important;
}

.vid-tentang {
	opacity: 0;
}

.vid-play {
	opacity: 1;
	z-index: 4;
}

.img-tentang {
	position: relative;
	border-radius: 15px;
	z-index: 1;
}

.video-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	background-image: url('../img/img_depan/kota makkah.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px;
	z-index: 1;
}

.video-play {
	height: 100%;
	width: 100%;
	position: relative;
}

.video-wrapper::before {
	content: "►";
	color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	z-index: 1;
}

.wrapper-about-us-text {
	display: flex;
	justify-content: center;
}

.left,
.right {
	/* position: absolute; */
	z-index: 4;
}

.right-about-title {
	font-size: 24px;
	font-weight: 700;
	color: #ffa901;
}

.right img {
	border-radius: 15px;
}

.about-wave {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: -3px;
	width: 100%;
	overflow: hidden;
	border: none;
	outline: none;
	transform: rotate(180deg);
	line-height: 0;
	direction: ltr;
	box-sizing: border-box;
	display: block;
}

.about-wave .elementor-shape-fill {
	fill: #7b7b7b;
}

.about-bottom {
	position: relative;
	height: 25vh;
	width: 100%;
	background: #000;
	z-index: 1;
	outline: none;
	border: none;
	box-sizing: border-box;
}

.about-bottom::after {
	position: absolute;
	content: "";
	background: #7b7b7b;
	width: 100%;
	height: 100%;
	opacity: 0.49;
	z-index: 2;
	outline: none;
	border: none;
	box-sizing: border-box;
}

/* unggulan */
.unggulan {
	position: relative;
	width: 100%;
	margin-bottom: 25px;
}

.wrapper-unggulan {
	position: relative;
	margin-top: -130px;
	z-index: 4;
}

.box-unggulan {
	background: white;
	border-radius: 15px;
}

.unggulan-item {
	min-height: 200px;
	height: 100%;
	background: linear-gradient(to top, #ffa901f7, #ffd788f7);
	border-radius: 15px;
	padding: 5px 10px;
}

.unggulan-tittle {
	font-size: 23px;
}

.img-unggulan {
	margin-top: 5px;
	border-radius: 25px;
}

.unggulan-description {
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	padding: 5px 6%;
}

/* sni pasti */
.sni-pasti-content {
	background-color: #ffa901;
	color: #fff;
}

.title-sni-pasti {
	color: #9401d9;
}

.icon-sni-pasti {
	font-size: 50px;
}

.sni-pasti-desc {
	font-size: 14px;
}

.divider-line {
	height: 2px;
	min-width: 50px;
	width: 80%;
	background: #7b7b7b;
}

.harga {
	display: inline-block;
	position: relative;
}

.harga svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	transform: translate(-50%, -50%);
}

.harga path {
	stroke: #ffa901;
	stroke-width: 9;
	fill: none;
}

.paket-wrapper {
	background: #ffa901;
	padding: 0 15px 20px 15px;
	border-radius: 25px;
}

.paket-wrapper .border-img {
	border: 5px solid white;
	border-radius: 15px;
	padding: 5px;
}

.paket-wrapper img {
	border-radius: 10px !important;
	border: 5px solid white;
}


.slider .checklist {
	width: auto;
}

.slider .text {
	max-width: 80%;
}

.slider .fasilitas {
	border-bottom: 1px solid gray;
	margin-bottom: 5px;
	line-height: 2;
	color: #fff;
}

.divider-paket {
	width: 100%;
	height: 30px;
	margin-top: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.harga-coret {
	text-decoration: line-through;
	text-align: center;
	font-size: 42px;
}

.harga-benar {
	color: #fff;
	text-align: center;
	font-size: 42px;
	margin-bottom: 25px;
}

.tombol-beli {
	background: #9401d9 !important;
	outline: none;
	border: none;
	color: #fff;
}

/* booking */
#booking {
	min-height: 50vh;
	width: 100%;
	background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0.5));
	margin-bottom: 25px;
	position: relative;
}

.bagikan {
	margin-bottom: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bagikan .bagi {
	font-size: 0.8rem !important;
	color: #fff;
}

.icon-bagi {
	width: calc(1.5rem + 10px);
	height: calc(1.5rem + 10px);
	margin: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 1.5rem;
}

.fb-icon {
	background: #b899fa;
}

.whatsapp-icon {
	background: #ceffc8 !important;
	color: #11a700;
}

.tw-icon {
	background: #d1e7ff !important;
	color: #0079f8;
}

.li-icon {
	background: #dcdcdc !important;
	color: #222222;
}



/* #booking .harga {
	display: inline-block;
	position: relative;
}
#booking svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	transform: translate(-50%, -50%);
} */
.img-book img {
	max-width: 300px;
}

#booking h3.title {
	text-align: center;
	font-size: 24px;
	color: #ffa901;
}

#booking ol {
	list-style-type: decimal;
}

#booking ol li {
	display: list-item;
	color: #fff;
}

#booking ol li::marker {
	unicode-bidi: isolate;
	font-variant-numeric: tabular-nums;
	text-transform: none;
	text-indent: 0px !important;
	text-align: start !important;
	text-align-last: start !important;
}

.text-panggilan {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 12px;
	margin-bottom: 25px;
}

.wave-booking {
	height: 30px;
	width: 100%;
	position: absolute;
	left: 0;
	margin-top: auto;
	bottom: 0;
	overflow-y: hidden;
}

.call-wrapper {

	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.call-atas {
	/* position: relative; */
	width: 100%;
	min-height: 100px !important;
}

.isi-call-atas {
	background: linear-gradient(to top, #b899fa, #793cfc);
	min-height: 100px !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 15px;
}

h2.call-title {
	font-size: 23px;
	color: #fff;
}

.isi-call-atas p {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	color: #fff;
}

a.link-wa-promo {
	border-radius: 50px;
	border-bottom-right-radius: 0;
	background: #fff !important;
	width: fit-content;
	position: relative;
}

span.wa-text {
	font-size: 10px;
	color: #000;
}

a.link-wa-promo:hover .wa-text {
	color: #fff;
}

.link-wa-promo::before {
	border-radius: 50px;
	border-bottom-right-radius: 0;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #207eff;
	transition: transform 1s;
	transform-origin: 0;
	transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
	transform: scaleX(0);
	z-index: 1;
}

a.link-wa-promo:hover::before {
	transform: scaleX(1);
}

.wa-text,
.wa-icon {
	z-index: 3;
}

.isi-call-atas .divider-line {
	background-color: #ffa901f7;
}

.hubungi {
	color: #ffa901f7 !important;
}

.call-bawah {
	width: 100vw;
	margin-top: 2px !important;
	background: linear-gradient(to bottom, #b899fa, #793cfc);
	margin: 0;
	padding: 0;
}

.isi-call-bawah {
	padding: 10px !important;
	left: 0;
	right: 0;
	width: 100% !important;
}

.call-btn {
	margin: 5px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: green;
	padding: 10px 20px;
	height: fit-content;
	border-bottom-left-radius: 25px;
	border-top-right-radius: 25px;
}


.wa-icon-bawah {
	margin-right: 5px;
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	font-size: 18px !important;
}

.call-btn-text {
	color: #fff;
	font-size: 12px;
}

/* css slider paket start */
.slider-paket {
	width: 50vw;
	position: relative;
}

.slides {
	display: flex;
}

.slide {
	min-width: 100%;
}

.slide img {
	width: 100%;
	height: 100%;
}

.slide-control {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#next-btn,
#prev-btn {
	cursor: pointer;
	background: transparent;
	font-size: 2rem;
	border: none;
	padding: .8rem;
	color: white;
}

#next-btn:focus,
#prev-btn:focus {
	outline: none;
}

/* css slider paket end */

@media (max-width: 767px) {
	.sni-pasti p {
		font-size: 90%;
	}

	h3.slider-title {
		font-size: 1rem;
	}

	.slider p {
		font-size: 85%;
	}

	.tombol-beli {
		font-size: 1.15rem !important;
	}

	.inner-hero {
		justify-content: center;
		margin: 0 auto;
		flex-direction: column;
	}

	.about-text {
		font-size: 0.8rem;
		font-weight: 400;
		line-height: 3;
		text-align: center;
	}

	#aboutus .about-text {
		font-size: 85%;
		line-height: 1.5;
	}

	.about-tag {
		width: 90%;
		display: flex;
		justify-content: center;
		font-size: 80%;
	}

	.right-about-title {
		font-size: 90%;
	}

	.about-bottom {
		position: relative;
		height: 5vh;
		width: 100%;
		background: #000;
		z-index: 1;
		outline: none;
		border: none;
		box-sizing: border-box;
	}

	.about-bottom::after {
		position: absolute;
		content: "";
		background: #7b7b7b;
		width: 100%;
		height: 100%;
		opacity: 0.49;
		z-index: 2;
		outline: none;
		border: none;
		box-sizing: border-box;
	}

	/* .inner-hero img{
		top: 10%;
        margin: 0 auto;
        width: 18%;
    } */
	.icon-wrapper {
		left: 0;
		right: 20px;
	}

	.icon-wrapper .icon {
		display: flex;
		align-items: center;
		width: fit-content;
		left: 10px;
		/*margin-top: -45px;*/
		padding: 10px;
	}

	/* .icon-wrapper .icon .loc-icon {
		font-size: 32px !important;
	} */

	.icon-wrapper .icon span {
		font-size: 14px !important;
		text-align: center;
		text-wrap: nowrap;
	}

	.gb-sni6 {
		right: 20px;
		max-width: 125px;
		bottom: 75px;
	}

	.hero-content .left-wrapper {
		margin-top: 35px;
	}

	.heading-left {
		display: block;
		font-size: 24px;
		font-weight: 500;
	}

	.about-us-text {
		font-size: .8rem;
	}

	#play {
		align-self: center;
	}

	/* .about-wrapper #play, */
	.right img {
		width: 50%;
	}

	.wrapper-about-us-text {
		flex-direction: column;
		align-items: center;
	}

	.wrapper-unggulan {
		margin-top: 10px;
	}

	.unggulan-tittle {
		font-size: 16px;
	}

	.harga-coret,
	.harga-benar {
		font-size: 1.7rem;
	}

	.unggulan-description {
		font-size: 12px;
	}

	.icon-sni-pasti {
		font-size: 36px;
	}

	.book-seat {
		font-size: 1.2rem !important;
		margin-bottom: 25px !important;
	}

	/* .call-btn {
		margin: 2% 0;
		display: flex;
		align-items: center;
		justify-content: center;
		background: green;
		padding: 5%;
		height: fit-content;
		border-bottom-left-radius: 25px;
		border-top-right-radius: 25px;
	} */
	.video-wrapper::before {
		height: auto;
		width: auto;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		font-family: "fontawesome";
		content: fa-content(fa fa-play);
		font-size: 3rem;
	}

	h2.title-about {
		font-size: 85%;
	}

	.wa-icon-bawah {
		margin-right: 5px;
		border-radius: 50%;
		color: #fff;
		font-weight: bold;
		font-size: 75% !important;
	}

	.call-btn-text {
		width: auto;
		color: #fff;
		font-size: 0.5rem !important;
	}

	.fasilitas .text {
		font-size: 75%;
	}

	.kendala-content {
		font-size: 75%;
		font-weight: 400;
	}

	.testimoni-name,
	.testimoni-job,
	.testi-text {
		font-size: 1.1rem !important;
	}
	.menyesal {
		font-size: 1rem !important;
	}
}

@media (max-width: 550px) {
	html {
		font-size: 85%;
	}

	.testimoni-name,
	.testimoni-job,
	.testi-text {
		font-size: 85% !important;
	}

	.heading-left {
		font-size: 20px;
	}

	#aboutus .about-text {
		font-size: .75rem;
	}

	.icon-bagi {
		width: calc(90% *(1.5rem+5px));
		height: calc(90% *(1.5rem+5px));
		margin: 3px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		font-size: 1.2rem;
	}

	.icon-wrapper .icon span {
		font-size: 12px !important;
		text-align: center;
		text-wrap: nowrap;
	}
}

@media (max-width: 300px) {
	.gb-sni6 {
		max-width: 30vw !important;
		bottom: 50px;
		margin: auto;
		right: auto;
		left: auto;
	}

	.unggulan-tittle {
		font-size: 14px;
	}

	.unggulan-description {
		font-size: 10px;
	}

	.icon-sni-pasti {
		font-size: 24px;
	}

	.sni-pasti-desc {
		font-size: 12px;
	}

	.icon-wrapper .icon span {
		font-size: 10px !important;
		text-align: center;
		text-wrap: nowrap;
	}
}