﻿/* - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* -- Montserrat Font */
@font-face {
	font-family: "Montserrat-Light";
	src: url("../fonts/Montserrat-Light.otf");
}

@font-face {
	font-family: "Montserrat-Regular";
	src: url("../fonts/Montserrat-Regular.otf");
}

@font-face {
	font-family: "Montserrat-SemiBold";
	src: url("../fonts/Montserrat-SemiBold.otf");
}

@font-face {
	font-family: "Montserrat-Medium";
	src: url("../fonts/Montserrat-Medium.otf");
}

/* -- Source Sans Pro Font */

@font-face {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/Roboto-Regular.ttf");
}

/* -- Lobster Font */

@font-face {
	font-family: "Lobster";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/Lobster 1.4.otf");
}

/* -- Pacifico Font */

@font-face {
	font-family: "Pacifico";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/Pacifico.ttf");
}

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


/* -- Important Style */

*,
::after,
::before {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	font-family: "Montserrat-Regular";
	font-weight: normal;
}

@media (max-width: 480px) {
	body {
		font-size: 14px;
	}
}

@media (max-width: 780px) {
	body {
		font-size: 14px;
	}
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
	font-family: 'Baloo 2', cursive;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

a {
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
	color: #f25601;
	-webkit-text-decoration-skip: objects;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
		padding: 0;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

.container-fluid {
	width: 85vw;
	margin: 0 auto;
	overflow: hidden;
}

.clearfix {
	overflow: auto;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.checked {
	color: orange;
}

.big {
	font-size: 23px;
}

.right {
	float: right;
}

.text-center {
	text-align: center;
}

hr {
	color: #eeeeee;
}

/* -- Button -- */

.btn {
	padding: 12px 32px;
	border: 1px solid transparent;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	font-size: 1rem;
	line-height: 1.5;
	box-shadow: 1px 6px 15px rgba(36, 37, 38, 0.5);
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
}

@media (max-width: 480px) {
	.btn {
		padding: 8px 28px;
		font-size: 14px;
		margin: 10px 0;
	}
}

.btn-md {
	padding: 10px 16px;
	font-size: 14px;
}

.btn-ticket {
	padding: 10px 42px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 8px;
}

.btn:hover {
	box-shadow: 1px 6px 15px rgba(36, 37, 38, 0.7);
}

.btn-round {
	border-radius: 30px;
}

.btn-bullet {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	border: none;
	cursor: pointer;
}

.btn-orange {
	background: #f25601;
	color: white;
}

.btn-orange:hover {
	background: #e9330c;
}

.btn-yellow {
	background: #FFBB00;
	color: white;
}

.btn-yellow:hover {
	background: #e9330c;
	color: white;
}

.btn-red {
	background: #e9330c;
	color: white;
}

.btn-red:hover {
	background: #FFBB00;
	color: white;
}

/* -- Form Handler -- */

.form-control {
	border: 1px solid #c9c4c4;
	padding: 10px 14px;
	width: 100%;
	background: white;
}

/* Texture Handler */

.texture-handler-top {
	width: 100%;
	height: 24px;
	background: url("../img/texture-top.png");
	position: absolute;
}

.texture-handler-bottom {
	width: 100%;
	height: 17px;
	background: url("../img/texture-bottom.png");
	bottom: 0;
	position: absolute;
}

/* -- Section -- */

.section {
	width: 100%;
	padding: 60px 0 0 0;
	overflow: hidden;
}

.section-title {
	text-transform: uppercase;
	font-family: "Montserrat-Regular";
	text-align: center;
	font-size: 32px;
}

.section-subtitle {
	font-family: "Montserrat-Regular";
	text-align: center;
	color: #574E3A;
	font-size: 14px;
}

.section-line {
	/* background: #F9690E; */
	background: #EA4436;
	width: 80px;
	height: 5px;
	margin: 0 auto;
	margin-bottom: 20px;
}

/* Navigation Bar */
.navbar {
	padding: 20px 10px 20px 0px;
	/* background-color: #28a7e9; */
	background-color: #FEBB00;
	transition: all ease 0.4s;
}

.navbar-brand {
	font-size: 22px;
	color: white !important;
}

.navbar .navbar-nav li a {
	font-size: 16px;
	color: white;
}

/* Animation */
.animate {
	padding: 10px 10px 10px 10px;
	transition: all ease 0.4s;
}

.navbar-title {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.50rem;
	line-height: inherit;
	white-space: nowrap;
	color: #fff;
	font-family: 'Righteous', cursive;
	font-size: 22px;
	text-align: center;
}

.btn-login {
	border: 2px solid #fff;
	color: #fff;
	background: transparent;
	cursor: pointer;
	padding: 10px 32px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
	border-radius: 50px;
	-webkit-transition: .4s ease-in;
	-moz-transition: .4s ease-in;
	-ms-transition: .4s ease-in;
	-o-transition: .4s ease-in;
	transition: .4s ease-in;
}

.btn-login:hover {
	background: #e9330c;
	color: #FFF;
	border: 2px solid #e9330c;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.close {
	padding: 15px;
	text-align: right;
	font-size: 24px;
}

/* -- Login Form -- */

.login-overlay {
	display: none;
	position: fixed;
	z-index: 9995;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: rgba(0, 0, 0, 0.8);
}

.login-form {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: fixed;
	z-index: 9999;
	margin: auto;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s ease-in-out;
}

.login-form h3 {
	font-family: "Lobster";
	color: #F7B100;
	font-size: 30px;
}

.login-form .login-top {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 20px;
}

.login-form .login {
	width: 26%;
	border-radius: 8px;
	padding: 50px 30px;
	background: white;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

@media (max-width: 1024px) {
	.login-form .login {
		width: 40%;
	}
}

@media (max-width: 420px) {
	.login-form .login {
		width: 90%;
	}
}

.login-form .login .form-input {
	margin-bottom: 20px;
	width: 100%;
}

.login-form .login .form-input input {
	margin-top: 15px;
}

.login-form .close {
	float: right;
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
	-o-transition: .5s ease-in;
}

.login-form .close:hover {
	transform: rotate(50deg);
}

.login-form .login .form-input button {
	border-radius: 30px;
	opacity: 1;
	color: #FFF;
	background: #f5593d;
	border-color: #f5593d;
	width: 100%;
	padding: 0.5rem 18px;
	box-shadow: none;
}

.login-form .login a {
	font-size: 14px;
}

/* -- Header -- */

.section-header {
	width: 100%;
	overflow: hidden;
	max-height: 100%;
}

.section-header-image {
	position: absolute;
	overflow: hidden;
	width: 100%;
	max-height: 100%;
}

.section-header-title-xs {
	display: none;
}

@media (max-width: 420px) {
	.section-header-title-xs {
		display: block;
	}

	.section-header-title {
		display: none;
	}
}

.section-header-image img {
	width: 100%;
	display: block;
	height: 110vh;
	object-fit: cover;
	object-position: left;
}

@media (max-width: 420px) {
	.section-header-image img {
		object-position: right;
	}
}

.section-header-inner {
	position: relative;
	margin: 120px 230px;
}

@media (max-width: 420px) {
	.section-header-inner {
		margin: 120px auto;
		padding: 10px;
		color: white !important;
		text-align: center;
	}
}

.section-header-inner .title {
	font-size: 40px;
	font-family: "Montserrat-Medium";
}

.section-head {
	text-align: center;
}

/* -- Header Single -- */

.section-header-single {
	width: 100%;
	height: 70vh;
	overflow: hidden;
	position: relative;
}

.section-header-single img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	display: block;
	position: absolute;
}

.section-header-single .overlay {
	background: rgba(52, 50, 56, 0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.section-header-single .overlay .header-title,
.section-header-single .overlay .header-desc {
	color: white;
	width: 100%;
	text-align: center;
	height: auto;
	clear: both;
}

.section-header-single .overlay .header-title h3 {
	color: white;
	font-size: 37px;
	font-family: "Montserrat-Regular";
}

.section-header-single .overlay .header-desc p {
	color: white;
}

/* -- Section About -- */

.section-about {
	/* background: url("../img/bg-1.jpg"); */
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	position: relative;
	display: block;
}

.section-testimonial {
	/* background: url("../img/bg-1.jpg"); */
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	position: relative;
	display: block;

}

.about-head {
	margin: 50px auto 20px auto;
	width: 65%;
	text-align: center;
}

@media (max-width: 1024px) {
	.about-head {
		margin: 10px auto 10px auto;
	}
}

@media (max-width: 420px) {
	.about-head {
		width: 85%;
	}
}

.about-head h3 {
	font-family: "Montserrat-Regular";
	text-align: center;
	color: #F7B100;
	font-size: 55px;
	font-weight: bold;
}

.about-body {
	margin-top: 50px;
}

@media (max-width: 420px) {
	.about-body {
		margin-top: 20px;
	}
}

.about-body .row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.about-body .row .col {
	width: calc(100% / 3);
	max-height: 100%;
	text-align: center;
	padding: 8px 30px;
}

@media (max-width: 420px) {
	.about-body .row .col {
		width: 100%;
	}
}

.about-body .row .col img {
	width: 40%;
	display: block;
	height: 150px;
	margin: 0 auto;
	padding: 25px;
}

@media (max-width: 1024px) {
	.about-body .row .col img {
		width: 55%;
	}
}

@media (max-width: 420px) {
	.about-body .row .col img {
		width: 48%;
	}
}

.about-body .row .col h2 {
	font-family: "Montserrat-Regular";
	color: #1b042c;
}

/* -- Section Explore -- */

.section-explore {
	margin-top: 90px;
	background: url("../img/sea2.jpeg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	height: 122vh;
	position: relative;
}

.section-explore .overlay {
	background: rgba(0, 161, 241, 0.6);
	;
	/* background: rgba(0, 0, 0, 0.6); */
	width: 100%;
	height: 100%;
	color: #FFF;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-explore .overlay .caption {
	width: 100%;
}

.section-explore .overlay .caption h2 {
	text-transform: uppercase;
	font-family: "Montserrat-Medium";
}

.section-explore .overlay .caption img {
	width: 65%;
}

@media (max-width: 420px) {
	.section-explore {
		height: 60vh;
	}

	.section-explore .overlay .caption img {
		width: 90%;
	}
}

@media (min-width: 600px) and (max-width:780px) {

	.section-explore {
		height: 80vh;
	}

	.section-explore .overlay .caption img {
		width: 90%;
	}

}

/* -- Section Explore -- */

.section-explore2 {
	border-radius: 55px 50px 0px 0px;
	margin-top: 0vh;
	background: url("../img/header7.png");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	height: 72vh;
	position: relative;
}

.section-explore2 .overlay {
	border-radius: 55px 50px 0px 0px;
	/* background: rgba(, 0, 0, 0.6); */
	background: rgba(0, 161, 241, 0.6);
	width: 100%;
	height: 100%;
	color: #FFF;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: center;

}

.section-explore2 .overlay .caption {
	width: 100%;
}

.section-explore2 .overlay .caption h2 {
	text-transform: uppercase;
	font-family: "Montserrat-Medium";
}

.section-explore2 .overlay .caption img {
	width: 65%;
}

@media (max-width: 768px) {
	.section-explore2 {
		height: 192vh;

	}

	.section-explore2 .overlay .caption img {
		width: 90%;
	}
}

@media (max-width: 420px) {
	.section-explore2 {
		height: 92vh;

	}
}

.swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
	width: 65%;
}

@media (max-width: 420px) {
	.swipe {
		width: 100%;
	}
}

.swipe-wrap {
	overflow: hidden;
	position: relative;
}

.swipe-wrap>div {
	float: left;
	width: 20%;
	position: relative;
}

.overlay-btn {
	width: 100%;
}

/* -- Footer -- */

.section-footer {
	background: #7CBB00;
	padding-bottom: 0;
	color: white;
}

.footer-title {

	color: #fff;
	font-family: 'Righteous', cursive;
	font-size: 32px;
	text-align: center;
}

.section-footer .row {
	width: 80%;
	padding-top: 30px;
	padding-bottom: 20px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}

.section-footer .row .col-left {
	width: 45%;
}

.section-footer .row .col-right {
	width: 18%;
}

@media (max-width: 420px) {
	.section-footer .row .col-left {
		width: 90%;
	}

	.section-footer .row .col-right {
		padding-top: 20px;
		width: 50%;
	}
}

.icon-social {
	padding: 10px 30px 10px 0;
	font-size: 30px;
	width: 70px;
	color: white;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
}

.icon-social:hover {
	color: #6BCB84;
	transform: scale(1.5);
}

.section-footer .row .col-right ul {
	padding-left: 0;
	font-size: 15px;
}

.footer-bottom {
	width: 73%;
	margin: auto;
	margin-top: 14px;
	position: relative;
	bottom: 0;
	display: flex;
	justify-content: center;
	padding: 15px;
	border-top: 2px solid #9A926D;
	font-size: 15px;
	color: white;
}

.section-footer .row .col-right ul li {
	list-style: none;
	margin-bottom: 3px;
}

.section-footer .row .col-right ul li a {
	color: #fff;
	font-size: 13px;
}

.red {
	color: red;
}



.btn-search {
	border: none;
	padding: 10px 16px;
	background: #ff3E30;
	/* background: #f25601; */
	color: white;
	border-radius: 5px;
	margin-left: 10px;
}


.content-single-footer .terkait {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.content-single-footer .terkait .col {
	width: calc(100% / 3);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px;
	max-height: 100%;
}

@media (max-width: 420px) {
	.content-single-footer .terkait .col {
		width: 100%;
	}
}

.content-single-footer .terkait .col a {
	color: black;
}

.content-single-footer .terkait .col img {
	border-radius: 5px;
	width: 100%;
	display: block;
	height: 200px;
	object-position: center;
	object-fit: cover;
	margin-bottom: 15px;
}



.floatwa2 {
	position: fixed;
	bottom: 15%;
	margin-right: 5%;
	right: 0px;
	width: 100%;
	z-index: 1000;
	padding: 2px;
	text-align: right;
	float: none;

}

.tombolwa2 {

	position: fixed;
	width: 100%;
	padding: 4px;
	bottom: 15%;
	margin-right: 5%;
	text-align: right;
	margin: 0;
	border-radius: 5px;
	margin: auto;
	float: none;
}

.bg-images {
	background: white url(../img/bg.png);
	background-repeat: repeat;
}

#scrolltop {
	display: none;
	position: fixed;
	bottom: 20px;
	left: 30px;
	z-index: 10000;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: red;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}

/* 
#scrolltop:hover {
	background-color: #7CBB00;
} */
