@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alumni+Sans:wght@400;500;600;700;800&family=Inter&display=swap");

body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-color: white;
	font-family: "inter", sans-serif;
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

ul {
	list-style-type: none;
}

.wrapper {
	background: #eef7f6;
	overflow-x: hidden;
}

/* -------------header------------- */
.header {
	background-color: white;
}
.topnav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	left: 0;
	top: 0;
	padding: 5px;
	width: 100%;
	z-index: 1;
}

.selectmenu {
	display: none;
}

.topnav .logo {
	margin-left: 5rem;
	/* font-weight: 500;
    font-family: "oswald",sans-serif; */
	/* font-size: 25px; */
}

.topnav .logo img {
	width: 250px;
	height: 100px;
	object-fit: cover;
}

.topnav ul {
	display: flex;
	gap: 2.4rem;
	margin-right: 2%;
}

.topnav ul li a {
	/* height: 40px; */
	/* margin-top: 10px; */
	padding: 1px 10px 1px 10px;
	display: flex;
	/* line-height: 43px; */
	font-size: 35px;
	color: #092d3e;
	font-weight: 700;
	font-family: "alumni sans", sans-serif;
}

.topnav ul li a.last {
	color: white;
	background: #092d3e;
	border-radius: 10px;
}

/* -------------header------------- */

/* -------------Footer-------------- */
footer {
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	max-width: 100%;
	background: white;
	/* padding-top: 20px; */
	box-shadow: 0 0.5rem 3rem rgba(23, 24, 31, 0.1);
	border-radius: 80px 80px 0px 0px;
	margin-top: 3%;
}

footer .footer-content {
	display: flex;
	justify-content: center;
	align-items: center;
	background: white;
	height: auto;
	/* gap: 5rem; */
	border-bottom: 3px solid black;
	width: 90%;
	margin: auto;
	padding: 10px;
	border-radius: 20px 20px 0px 0px;
}

footer .copyright {
	position: relative;
	margin-left: 72%;
	/* float: right; */
	padding: 25px;
	/* margin-right: 4.5rem; */
	color: black;
	background: white;
	width: 100%;
	font-size: 18px;
	font-family: "inter", sans-serif;
}

/* footer left */

footer .footer-content .left {
	padding: 20px;
	width: 30%;
}

footer .footer-content .left ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 480px;
	height: auto;
	margin-bottom: 70px;
}

footer .footer-content .left ul li {
	border-bottom: 2px dotted rgb(152, 203, 236);
	margin-left: 20px;
	line-height: 2;
	margin-right: 30px;
}

footer .footer-content .left ul li a {
	font-size: 28px;
	font-family: "alumni sans", sans-serif;
	font-weight: 800;
	color: #092d3e;
}

/* footer left */

/* footer middle */

footer .footer-content .middle {
	display: flex;
	justify-content: center;
}

footer .footer-content .middle .column {
	width: 80%;
	padding: 20px;
	margin-top: 15px;
}

footer .footer-content .middle .column h4 {
	margin: 0;
	margin-bottom: 21px;
	font-size: 28px;
	font-family: "alumni sans", sans-serif;
	font-weight: 800;
	color: #092d3e;
}

footer .footer-content .middle .column .midp {
}

footer .footer-content .middle .column hr {
	border-bottom: 2px dotted rgb(152, 203, 236);
	border-top: none;
	margin-top: 25px;
}

/* footer middle */

/* footer right */

footer .footer-content .right {
	display: flex;
	/* justify-content: space-between; */
	width: 30%;
	margin-right: 20px;
	/* padding: 20px; */
}

footer .footer-content .right .column {
	width: 100%;
	margin-right: 20px;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

.footer-content .right .column h4 {
	font-size: 28px;
	font-family: "alumni sans", sans-serif;
	font-weight: 800;
	line-height: 1.5;
	color: #092d3e;
	margin: 0;
}

.footer-content .right .column hr {
	border-bottom: 2px dotted rgb(152, 203, 236);
	border-top: none;
}

.footer-content .right .column .social-content {
	margin-left: 50px;
	margin-bottom: 20px;
}

.footer-content .right .column .social-content hr {
	width: 80%;
	margin-left: 1px;
	margin-top: 30px;
}

.footer-content .right .column .social-content .telp {
	display: flex;
	text-indent: 10px;
	padding-top: 10px;
}

.footer-content .right .column .social-content .telp img {
	width: 30px;
	height: 33px;
}

.footer-content .right .column .social-content .telp p {
	font-family: "inter", sans-serif;
	margin-top: 5px;
	font-weight: 400;
}

.footer-content .right .column .social-content .social {
	display: flex;
}

.footer-content .right .column .social-content .social h5 {
	margin-left: 15px;
	margin-top: 8px;
	font-size: 16px;
}

.footer-content .right .column .social-content .social a:nth-child(n + 2) {
	margin-left: 20px;
}

/* footer right */

/* -------------Footer-------------- */

/* -------------Content-------------- */

/* -------------Slider-------------- */
.slider .image-slider img {
	width: 100%;
	height: auto;
	max-height: 650px;
	object-fit: cover;
	/* object-position: 100% 50%; */
}

.slider .slider-content {
	color: white;
	position: absolute;
	float: right;
	top: 24%;
	right: 8%;
	text-align: right;
	width: 40%;
	/* left: 50%; */
}

.slider .slider-content h1 {
	font-size: 70px;
	font-family: "alumni sans", sans-serif;
	text-transform: uppercase;
}

.slider .slider-content p {
	font-size: 20px;
}
/* -------------Slider-------------- */

/* -------------Home/Index--------------- */

/* -------------Form Container------------- */
.formcontainer {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: -8%;

	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px;
	max-width: 1400px;
	height: auto;
	background: white;
	z-index: 5;
	border-radius: 20px 20px 80px 80px;
	box-shadow: 0 0.5rem 3rem rgb(132 139 200 / 50%);
}

.formcontainer .topcontainer {
	display: flex;
	justify-content: center;
	/* padding: 20px; */
	text-transform: uppercase;
	color: #092d3e;
}

.formcontainer .topcontainer h2 {
	font-family: "alumni sans", sans-serif;
	font-size: 50px;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.formcontainer .botcontainer {
	padding: 0px 40px 40px 40px;
	margin: auto;
}

.formcontainer .botcontainer .row {
	display: flex;
	/* flex-direction: column; */
	justify-content: center;
	margin: auto;
}

.formcontainer .botcontainer .row .column {
	padding: 0px 15px 0px 15px;
	width: 100%;
}

.formcontainer .botcontainer .row .column input {
	max-width: 44%;
	width: 42.2%;
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	color: #cccccc;
	margin-bottom: 10px;
}

.formcontainer .botcontainer .row .column input:last-child {
	max-width: 93.5%;
	width: 91.7%;
	padding: 20px;
}

.formcontainer .botcontainer .row .column select {
	max-width: 99.8%;
	width: 99.8%;
	height: 57px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	color: #777676;
	margin-bottom: 10px;
	padding-left: 10px;
}

.formcontainer .botcontainer .row .column select:nth-child(n + 3) {
	max-width: 49.6%;
	width: 49.6%;
}

.formcontainer .botcontainer input[type="submit"] {
	display: flex;
	font-family: "alumni sans", sans-serif;
	font-size: 35px;
	font-weight: bold;
	color: white;
	background-color: #092d3e;
	border-radius: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 5px 60px 5px 60px;
}
/* -------------Form Container------------- */

/* -------------Bawah Form Container------------- */
.bawahhomepage {
	position: relative;
	margin-top: 20%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
	width: 72%;
	display: flex;
}

.bawahhomepage .judul {
	padding-right: 35px;
}

.bawahhomepage .judul h2 {
	color: #092d3e;
	font-family: "alumni sans", sans-serif;
	font-weight: 600;
	font-size: 60px;
}

.bawahhomepage .judul h5 {
	color: #092d3e;
	font-family: "inter", sans-serif;
	font-weight: 400;
	font-size: 25px;
}

.bawahhomepage .judul input[type="submit"] {
	display: flex;
	font-family: "alumni sans", sans-serif;
	font-size: 34px;
	font-weight: bold;
	color: white;
	background-color: #092d3e;
	border-radius: 5px;
	text-align: center;
	margin-top: 20px;
	padding: 3px 15px 5px 15px;
	cursor: pointer;
}

.bawahhomepage .span6 img {
	width: 700px;
}

/* -------------Bawah Form Container------------- */

/* Form Harga */
.formharga {
	position: relative;
	margin: auto;
	height: auto;
	width: 80%;
	padding: 20px;
	padding-bottom: 40px;
	/* left: 235px;
    right: 0px;
    top: 2300px;
    bottom: 0px; */
	z-index: 10;
	background: #fff;
	border-radius: 20px 20px 80px 80px;
	box-shadow: 0 0.5rem 3rem rgba(23, 24, 31, 0.5);
}

.formharga .top {
	/* margin-top: 30px; */
	align-items: center;
	text-align: center;
}

.formharga .top h2 {
	padding-top: 20px;
	margin: 0;
	font-size: 60px;
	color: #092d3e;
	font-family: "alumni sans", sans-serif;
}

.formharga .bottom {
	width: 100%;
	margin: auto;
	/* padding: 20px; */
}

.formharga .bottom .row {
	/* margin-top: -30px; */
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.formharga .bottom .row .column {
	/* float: left; */
	width: 21%;
	height: auto;
	align-items: center;
	padding: 10px;
}

.formharga .bottom .row .column .number {
	position: relative;
	display: flex;
	justify-content: center;
}

.formharga .bottom .row .column .number img {
	width: 80px;
}

.formharga .bottom .row .column .number h2 {
	position: absolute;
	font-size: 50px;
	font-family: "alumni sans", sans-serif;
	font-weight: 800;
	color: white;
	margin-right: 12px;
	margin-top: 6px;
}

.formharga .bottom .row .column .card {
	display: flex;
	flex-direction: column;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	/* padding: 10px; */
	height: auto;
	min-height: 647px;
	text-align: center;
	background-color: #287c82;
	border-radius: 20px;
	margin-top: -5px;
}

.bottom .row .column .card img {
	width: 93%;
	padding-top: 10px;
	height: 200px;
	border-radius: 20px;
	object-fit: cover;
	margin-left: 10px;
}

.bottom .row .column .card h4 {
	max-height: 30px;
	padding: 10px;
	font-size: 22px;
	font-family: "inter", sans-serif;
	font-weight: 800;
	color: white;
	white-space: none;
}

.bottom .row .column .card .text {
	color: white;
	margin-top: 0px;
	padding: 20px;
	font-family: "inter", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: none;
}

.bottom .row .column .card .botcard {
	position: relative;
	margin-top: auto;
	/* margin-bottom: auto; */
	padding: 10px;
	width: auto;
	height: auto;
	background: linear-gradient(90deg, #eac866 15.12%, #c3842a 106.92%);
	border-radius: 0px 0px 20px 20px;
}

.bottom .row .column .card .botcard p {
	color: black;
	text-transform: uppercase;
	font-family: "inter", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: none;
}

.bottom .row .column .card .botcard p span.botprice {
	font-weight: 800;
	font-size: 30px;
	font-family: "alumni sans", sans-serif;
}

.bottom .foot {
	display: flex;
	justify-content: center;
}

.bottom .foot .row {
	gap: 1.3rem;
}

.bottom .foot .row .column {
	display: flex;
	padding: 10px;
	width: 42%;
	height: 160px;
	border-radius: 20px;
	border: 1px solid #244c5e;
	background-color: #b4d2d4;
}

.bottom .foot .row .column .left {
	padding: 15px;
	padding-right: 20px;
	margin-top: -50px;
}

.bottom .foot .row .column img {
	width: 90px;
	/* border-radius: 20px; */
}

.bottom .foot .row .column h3 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 35px;
	color: #092d3e;
	font-family: "alumni sans", sans-serif;
	font-weight: bold;
}

.bottom .foot .row .column p {
	margin: 0;
	margin-bottom: 20px;
	padding-right: 10px;
	color: black;
	font-weight: 400;
	font-size: 16px;
}

.bottom .foot .row .column input[type="submit"] {
	/* display: flex; */
	font-family: "alumni sans", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: white;
	background-color: #092d3e;
	border-radius: 5px;
	text-align: center;
	margin: auto;
	padding: 4px 40px 4px 40px;
}
/* Form Harga */

/* Promo & Event Terkini */
.bawahform {
	height: 1100px;
	padding: 0px 50px 0px 100px;
	margin-top: -8%;
	background-color: #287c82;
	border-radius: 73% / 8%;
	object-fit: cover;
	object-position: 50% 50%;
	overflow: none;
}

.bawahform h2 {
	text-align: center;
	color: white;
	/* margin-top: 10px; */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 15%;
	margin: 0;
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 60px;
	font-weight: bold;
	font-family: "alumni sans", sans-serif;
	/* bottom: 50rem; */
	/* position: absolute; */
	/* top: 50%; */
}

.bawahform .newsbox {
	position: relative;
	top: 14%;
	margin-left: auto;
	margin-right: auto;
	/* left: 20%; */
	display: flex;
	justify-content: center;
}

.bawahform .newsbox .arrow-left {
	padding-right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bawahform .newsbox .arrow-left img {
	transform: rotate(180deg);
	width: 60px;
}

.bawahform .newsbox .arrow-right {
	padding-left: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bawahform .newsbox .arrow-right img {
	width: 60px;
}

.bawahform .newsbox span {
	margin: auto;
	background: linear-gradient(
		90deg,
		rgb(219, 196, 102) 18%,
		rgb(197, 168, 52) 100%
	);
	text-align: center;
	border-radius: 50%;
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px;
	width: 32px;
	height: 34px;
}

.bawahform span {
	color: #0a303e;
	font-size: 36px;
	/* z-index: 5; */
}

.bawahform .newsbox .box img {
	width: 100%;
}

.bawahform .row {
	position: relative;
	top: 14%;
	display: flex;
	justify-content: center;
}

.bawahform .row .column {
	padding: 40px 30px 40px 30px;
	gap: 1rem;
}

.bawahform .row .column .card {
	min-height: 487px;
	background-color: #eef7f6;
	width: 400px;
	height: auto;
	border-radius: 20px;
}

.bawahform .column .card img {
	width: 100%;
	height: 250px;
	border-radius: 20px 20px 0 0;
	object-fit: cover;
}

.bawahform .card h5 {
	/* text-align: right; */
	display: flex;
	justify-content: space-between;
	padding: 0px 40px 0px 40px;
	/* margin: auto; */
	font-size: 20px;
	color: black;
	font-weight: 500;
}

.bawahform .card span {
	background: linear-gradient(
		90deg,
		rgb(219, 196, 102) 18%,
		rgb(197, 168, 52) 100%
	);
	font-size: 20px;
	color: #0a303e;
	padding: 2px;
	width: auto;
	height: 28px;
	text-align: center;
	/* padding: 10px; */
	font-weight: 800;
	border-radius: 20px;
}

.bawahform .card p {
	color: black;
	font-family: "inter", sans-serif;
	font-weight: 400;
	font-size: 18px;
	padding: 0px 40px 30px 40px;
	text-align: justify;
}
/* Promo & Event Terkini */

/* Form Berita */

.formberita {
	/* margin-bottom: 5%; */
}

.formberita h2 {
	position: relative;
	font-size: 60px;
	margin: 0;
	color: #092d3e;
	margin-top: 30px;
	margin-left: 18%;
	padding-top: 10px;
	font-weight: bold;
	font-family: "alumni sans", sans-serif;
}

.formberita .row {
	position: relative;
	/* top: 10%; */
	display: flex;
	justify-content: center;
}

.formberita .row .column {
	padding: 10px 30px 10px 40px;
}

.formberita .row .column .card {
	background: #e9f2f2;
	width: 400px;
	height: auto;
	min-height: 520px;
	border-radius: 20px;
	border: 1px solid black;
	box-shadow: 0 0.5rem 3rem rgba(23, 24, 31, 0.1);
}

.formberita .card .cardcontent {
	padding: 25px;
}

.formberita .cardcontent span {
	font-size: 22px;
	color: black;
}

.formberita .cardcontent p {
	color: #287c82;
	font-family: "inter", sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.formberita .cardcontent .extend {
	font-weight: 600;
	color: #287c82;
	font-size: 16px;
}

.formberita .row .column .text {
	/* padding-top: 30px; */
	width: 350px;
	height: 400px;
}

.formberita .column .text span {
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: 500;
	/* line-height: 1.8; */
}

.formberita .column .text p {
	/* line-height: 2; */
	padding-bottom: 15px;
	color: #287c82;
}

.formberita .column .text button {
	font-family: "alumni sans", sans-serif;
	padding: 10px 20px 10px 20px;
	text-align: left;
	background: #e9f2f2;
	color: black;
	font-size: 24px;
	border-radius: 7px;
	font-weight: bold;
	border: 1px solid black;
	margin-top: 20px;
}

.formberita .column .card img {
	width: 100%;
	height: 200px;
	border-radius: 20px 20px 0 0;
	object-fit: cover;
	object-position: 100% 0%;
}
/* Form Berita */

/* -------------Home/Index--------------- */

/* =============== LOCATION =============== */
.container1 {
	margin-top: 3%;
}
.container1 .row {
	/* padding: 40px; */
	width: 100%;
	height: 800px;
	margin: auto;
	display: flex;
	justify-content: center;
}

.container1 .row .span9 {
	width: 1600px;
	height: 700px;
	/* padding: 20px; */
	display: flex;
	justify-content: center;
	/* margin: auto; */
	/* margin-left: -10%; */
	background: linear-gradient(90deg, #eed68e 50%, #c88930 100%);
	border-radius: 20px;
	box-shadow: 0 0.5rem 3rem rgba(23, 24, 31, 0.4);
}

.container1 .row .span9 iframe {
	width: 1400px;
	max-width: 1400px;
	height: auto;
	border: none;
	border-radius: 20px 0px 0px 20px;
}

.row .span9 .text {
	width: 300px;
	display: inline;
	vertical-align: middle;
	margin: auto;
	/* margin-top: 20px; */
	padding: 0px 60px 60px 60px;
}

.row .span9 .text h4 {
	font-family: "alumni sans", sans-serif;
	font-weight: bolder;
	font-size: 40px;
	margin: 0;
	margin-bottom: 30px;
	margin-top: 40px;
	color: black;
}

.row .span9 .text span {
	font-family: "inter", sans-serif;
	color: black;
	font-size: 20px;
}

.row .span9 .text p {
	color: black;
}

.row .span9 .text hr {
	border: 1px dashed black;
	margin-top: 20px;
	margin-bottom: 20px;
}

.row .span9 .text button {
	font-family: "alumni sans", sans-serif;
	margin-top: 20px;
	padding: 5px 30px 5px 30px;
	font-size: 30px;
	font-weight: 800;
	color: white;
	background-color: #0a303e;
	border-radius: 6px;
	box-shadow: 0 0.5rem 3rem rgba(23, 24, 31, 0.3);
}

.lokasi {
	width: 80%;
	margin-left: 10%;
}

.lokasi .row {
	display: flex;
	margin-top: 5%;
}

.lokasi .title h1 {
	font-family: "alumni sans", sans-serif;
	font-size: 60px;
	color: #092d3e;
	font-weight: 800;
	margin: 0;
}

.lokasi .title h4 {
	font-weight: 400;
	font-size: 25px;
}

.lokasi .row .column {
	width: 50%;
}

.lokasi .row .column .card {
	width: 600px;
	display: flex;
	flex-direction: column;
	height: auto;
	background-color: #287c82;
	border-radius: 20px;
}

.lokasi .row .column .topcard {
	background: linear-gradient(90deg, #eed68e 50%, #c88930 100%);
	padding: 25px;
	border-radius: 20px;
}

.lokasi .row .column .topcard .topcardcont {
	margin-left: 20px;
	margin-top: 10px;
	color: #092d3e;
}

.lokasi .row .column .topcard .topcardcont h2 {
	font-family: "alumni sans", sans-serif;
	font-size: 45px;
	margin: 0;
	text-transform: uppercase;
}

.lokasi .row .column .topcard .topcardcont p {
	font-size: 20px;
	width: 50%;
	font-weight: 500;
}

.lokasi .row .column .topcard .topcardcont span {
	font-size: 23px;
	font-weight: 700;
	text-transform: uppercase;
}

.lokasi .row .column .botcard {
	width: 80%;
	margin: auto;
	margin-top: 30px;
}

.lokasi .row .column .botcard hr {
	border: 1px dashed black;
}

.lokasi .row .column .botcard .text {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.lokasi .row .column .botcard .text p {
	font-weight: 700;
	color: white;
	margin: 0;
}

.lokasi .row .column .botcard input {
	font-family: "alumni sans", sans-serif;
	margin-top: 8rem;
	margin-bottom: 3rem;
	padding: 2px 140px 2px 140px;
	font-size: 34px;
	font-weight: 800;
	color: white;
	background-color: #0a303e;
	border-radius: 6px;
	box-shadow: 0 0.5rem 3rem rgba(23, 24, 31, 0.3);
}

.lokasi .row .column .globe {
	margin: auto;
	margin-top: 30px;
}

.lokasi .row .column .globe iframe {
	width: 700px;
	height: 700px;
	border: none;
	border-radius: 50%;
	box-shadow: 0 0.5rem 3rem rgba(23, 24, 31, 0.3);
}

.booking2 {
	margin-top: 5%;
	margin-bottom: 5%;
	width: 100%;
}

.booking2 img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.booking2 .row {
	width: 50%;
	position: relative;
	display: flex;
	z-index: 9;
	left: 0;
	right: 0;
	margin-left: 12%;
	margin-top: -40%;
}

.booking2 .formbook {
	background-color: white;
	padding-bottom: 30px;
	margin: auto;
	border-radius: 30px;
	box-shadow: 0 0.5rem 3rem rgba(23, 24, 31, 0.5);
}

.booking2 .formbook .topbookcard {
	margin: 0;
	width: 80%;
	margin: auto;
	text-align: center;
	/* padding: 0px 20px 0px 20px; */
	font-size: 30px;
	font-family: "alumni sans", sans-serif;
	text-transform: uppercase;
}
.booking2 .formbook .topbookcard h4 {
	margin: 0;
	padding: 20px 0px 10px 0px;
}

.booking2 .formbook .bookcard {
	width: 450px;
	height: auto;
	display: block;
	margin: auto;
	padding: 10px 10px 10px 20px;
}

.booking2 .formbook .bookcard input {
	/* max-width: 44%; */
	width: 41%;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	color: #cccccc;
	margin-bottom: 10px;
}

.booking2 .formbook .bookcard input:nth-child(5) {
	/* max-width: 93.5%; */
	width: 90%;
	padding: 15px;
}

.booking2 .formbook .bookcard select {
	/* max-width: 99.8%; */
	width: 48.2%;
	height: 45px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	color: #777676;
	margin-bottom: 10px;
	padding-left: 10px;
}

.booking2 .formbook button {
	padding: 5px 15px 5px 15px;
	font-size: 18px;
	font-weight: 800;
	color: white;
	background-color: #0a303e;
	border-radius: 6px;
	cursor: pointer;
	margin: auto;
	/* box-shadow: 0 .5rem 3rem rgba(23, 24, 31, 0.3); */
}

.booking2 .formbook input[type="submit"] {
	display: flex;
	/* width: 91%; */
	font-family: "alumni sans", sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: white;
	background-color: #092d3e;
	border-radius: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	border-radius: 10px;
	padding: 5px 115px 5px 115px;
}

.booking2 .row .tellus {
	margin-left: 20px;
	font-size: 30px;
}

.booking2 .row .tellus h5 {
	font-weight: 400;
}

/* .row .span9 .sidemap{
	width: 1000px;
	height: auto;
	background: red;
  } */

/* =============== LOCATION =============== */

/* -------------Plans--------------- */
.plans {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	background: url("./asset2/02-plan/02-Opsi\ BG-06.png") no-repeat center center
		fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: -2.5%;
}

.plans .top {
	/* margin-top: 30px; */
	align-items: center;
	text-align: center;
}

.plans .top h2 {
	font-size: 50px;
	padding: 30px 30px 0px 30px;
	color: #092d3e;
	font-family: "alumni sans", sans-serif;
}

.plans .bottom {
	width: 100%;
	margin: auto;
	/* padding: 20px; */
}

.plans .bottom .row {
	/* margin-top: -30px; */
	display: flex;
	justify-content: center;
	/* align-items: center; */
	/* padding: 20px; */
	/* margin-left: 70px; */
}

.plans .bottom .row .column {
	/* float: left; */
	width: 20%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.plans .bottom .row .column .number {
	position: relative;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}

.plans .bottom .row .column .number h2 {
	position: absolute;
	font-family: "alumni sans", sans-serif;
	font-size: 40px;
	font-weight: 800;
	color: white;
	margin-right: 12px;
	margin-top: 10px;
}

.plans .bottom .row .column .card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	/* padding: 10px; */
	width: 320px;
	height: auto;
	max-height: 1200px;
	min-height: 960px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	background-color: #287c82;
	border-radius: 20px;
	margin-top: -5px;
}

.plans .bottom .row .column .card img {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	/* padding-top: 10px; */
	height: 200px;
	border-radius: 20px;
}

.plans .bottom .row .column .card h4 {
	/* max-height: 30px; */
	padding: 10px;
	font-size: 20px;
	font-family: "inter", sans-serif;
	font-weight: 500;
	color: white;
	white-space: none;
}

.plans .bottom .row .column .card .text {
	color: white;
	/* margin-top: 20px; */
	padding: 10px 20px 0px 20px;
	min-height: 100px;
	font-family: "inter", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: none;
}

.plans .bottom .row .column .card .contentcard {
	display: flex;
	text-align: left !important;
	margin-left: 20px;
	border-bottom: 2px dashed black;
	margin-bottom: 20px;
	/* line-height: 0.5; */
}

.plans .bottom .row .column .card .contentcard:nth-child(8) {
	/* border-bottom: none; */
}

.plans .bottom .row .column .card .contentcard:nth-child(n + 12) {
	margin-bottom: 40px;
}

.plans .bottom .row .column .card .contentcard img {
	width: 30px;
	height: 30px;
	margin-left: 0;
	margin-right: 0;
}

.plans .bottom .row .column .card .contentcard .form {
	color: white;
	font-size: 20px;
	display: flex;
	align-items: center;
	margin-top: 10px;
	margin-left: 20px;
}

.plans .bottom .row .column .card hr {
	border: 1px dashed black;
	/* line-height: 0.5; */
	margin-bottom: 2px;
}

.plans .bottom .row .column .card .botcard {
	/* position: relative; */
	margin-top: auto;
	/* margin-bottom: auto; */
	padding: 10px;
	padding-top: 20px;
	width: auto;
	height: auto;
	background: linear-gradient(
		90deg,
		rgb(240, 210, 92) 18%,
		rgb(216, 174, 5) 100%
	);
	border-radius: 0px 0px 20px 20px;
}

.plans .bottom .row .column .card .botcard p {
	color: black;
	font-family: "inter", sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: none;
}

.bawahplans {
	margin-top: 5%;
	height: auto;
}

.bawahplans .isi {
	margin-right: 8%;
	margin-left: 8%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.row:nth-child(odd) .column {
    grid-row: span 2; /* Menempati 2 baris */
}

.bawahplans .judul {
	text-align: center;
}

.bawahplans .judul h1 {
	margin: 0;
	font-family: "alumni sans", sans-serif;
	font-weight: 700;
	font-size: 50px;
}

.bawahplans .judul h2 {
	font-family: "inter", sans-serif;
	font-size: 30px;
	font-weight: 400;
}

.bawahplans .row {
	display: flex;
	justify-content: center;
}

.bawahplans .column{
	display: flex;
	flex-direction: column;
}

.bawahplans .card {
	background: linear-gradient(180deg, #eac866 10.01%, #c3842a 92.71%);
	max-width: 100%;
	max-height: 1000px;
	width: 750px;
	height: auto;
	min-height: 590px;
	display: flex;
	flex-direction: column;
	border-radius: 30px;
}

#bawahplans2 .card{
	min-height: 850px;
}

.bawahplans .card .topcard {
	display: flex;
	/* padding: 10px; */
}

.bawahplans .topcard .left {
	padding: 30px 10px 30px 30px;
	width: 50%;
}

.bawahplans .topcard .left img {
	width: 350px;
	height: 400px;
	border-radius: 30px;
	object-fit: fill;
}

.bawahplans .topcard .left .topcontentcard {
	padding: 0px 10px 10px 20px;
	width: 60%;
	margin-right: 0px;
}

.bawahplans .topcard .left .topcontentcard .judulcard {
	font-weight: 800;
	font-size: 25px;
}

.bawahplans .topcard .right {
	padding: 15px 40px 30px 20px;
	width: 100%;
}

.bawahplans .topcard .right .topcontentcard h3 {
	font-weight: 800;
	font-family: "inter", sans-serif;
	font-size: 30px;
	margin-bottom: 10px;
}

.bawahplans .topcard .right .topcontentcard span {
	font-family: "inter", sans-serif;
	/* margin-bottom: 20px; */
	font-size: 16px;
	color: black;
	margin-bottom: 20px;
}

.bawahplans .topcard .right .contentcard {
	display: flex;
	margin-top: 0px;
	border-bottom: 2px dashed black;
}

.bawahplans .topcard .right .contentcard:nth-child(2) {
	margin-top: 10px;
}

.bawahplans .topcard .right .contentcard:nth-child(7) {
	/* border-bottom: none; */
}

.bawahplans .topcard .right .contentcard img {
	margin-top: 20px;
	width: 30px;
	height: 30px;
}

.bawahplans .topcard .right .contentcard p {
	text-align: center;
	font-weight: 600;
	padding-top: 5px;
	margin-left: 20px;
	color: black;
	font-size: 18px;
}

.bawahplans .topcard .right .botcontentcard p {
	color: #3a3636;
}

.bawahplans .bottomcard {
	margin-top: auto;
	padding: 10px;
	background: linear-gradient(180deg, #287c82 10.01%, #103235 92.71%);
	display: flex;
	justify-content: space-around;
	border-radius: 0px 0px 30px 30px;
}
.bawahplans .bottomcard h5 {
	font-weight: 200;
	font-size: 18px;
	color: #eac866;
}

.bawahplans .bottomcard h4 {
	color: white;
	font-size: 20px;
	font-weight: 600;
	text-indent: 120px;
}

.eventplan {
	margin-top: 8%;
	margin-bottom: 5%;
}

.eventplanspace {
	display: flex;
	position: relative;
	/* left: 20%; */
	margin: auto;
	background-color: #a8ccd4;
	width: 1500px;
	height: 130px;
	padding: 20px 30px 20px 30px;
	border: 1px solid #092d3e;
	border-radius: 20px;
	box-shadow: 0 0.5rem 3rem rgba(23, 24, 31, 0.3);
	/* margin: auto; */
}

.eventplanspace img {
	width: 110px;
	height: 110px;
	padding: 10px;
	margin-left: 30px;
}

.eventplanspace .contentspace {
	/* padding-left: 30px; */
	margin: auto;
}

.eventplanspace .contentspace h2 {
	margin: 0;
	font-family: "alumni sans", sans-serif;
	font-weight: 700;
	font-size: 50px;
	color: #092d3e;
}

.eventplanspace .contentspace h5 {
	font-weight: 400;
	font-size: 20px;
	margin: 10px 0px 10px 0px;
}

.eventplanspace .buttonspace {
	display: flex;
	justify-content: center;
	margin: auto;
}

.eventplanspace .buttonspace button {
	padding: 5px 15px 5px 15px;
	font-size: 18px;
	font-weight: 800;
	color: white;
	background-color: #0a303e;
	border-radius: 6px;
	cursor: pointer;
	/* box-shadow: 0 .5rem 3rem rgba(23, 24, 31, 0.3); */
}

.booking {
	margin-bottom: 5%;
	width: 100%;
}

.booking img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.booking .row {
	width: 50%;
	position: relative;
	display: flex;
	z-index: 9;
	margin-left: 12%;
	right: 0;
	margin-top: -40%;
}

.booking .formbook {
	background-color: white;
	padding-bottom: 30px;
	margin: auto;
	border-radius: 20px;
	box-shadow: 0 0.5rem 3rem rgba(23, 24, 31, 0.5);
}

.booking .formbook .topbookcard {
	margin: 0;
	width: 80%;
	margin: auto;
	text-align: center;
	/* padding: 0px 20px 0px 20px; */
	font-size: 30px;
	font-family: "alumni sans", sans-serif;
	text-transform: uppercase;
}
.booking .formbook .topbookcard h4 {
	margin: 0;
	padding: 20px 0px 10px 0px;
}

.booking .formbook .bookcard {
	width: 450px;
	height: auto;
	display: block;
	margin: auto;
	padding: 10px 10px 10px 20px;
}

.booking .formbook .bookcard input {
	/* max-width: 44%; */
	width: 41%;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	color: #cccccc;
	margin-bottom: 10px;
}

.booking .formbook .bookcard input:nth-child(5) {
	/* max-width: 93.5%; */
	width: 90%;
	padding: 15px;
}

.booking .formbook .bookcard select {
	/* max-width: 99.8%; */
	width: 48.2%;
	height: 45px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	color: #777676;
	margin-bottom: 10px;
	padding-left: 10px;
}

.booking .formbook button {
	padding: 5px 15px 5px 15px;
	font-size: 18px;
	font-weight: 800;
	color: white;
	background-color: #0a303e;
	border-radius: 6px;
	cursor: pointer;
	margin: auto;
	/* box-shadow: 0 .5rem 3rem rgba(23, 24, 31, 0.3); */
}

.booking .formbook input[type="submit"] {
	display: flex;
	/* width: 91%; */
	font-family: "alumni sans", sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: white;
	background-color: #092d3e;
	border-radius: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	border-radius: 10px;
	padding: 5px 115px 5px 115px;
}

.booking .row .tellus {
	margin-left: 20px;
	font-size: 30px;
}

.booking .row .tellus h5 {
	font-weight: 400;
}

/* -------------Plans--------------- */

/* =============== EVENTS & NEWS =============== */

.container2 {
	margin-top: -2.2%;
	position: relative;
	width: 100%;
	height: 1261px;
	background: url("./asset2/03-events and news/02-event place.png") no-repeat
		center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: rgb(255, 255, 255, 0.9);
	background-blend-mode: lighten;
	height: 100%;
	/* border-radius: 20px; */
}

.container2 .events {
	/* padding: 100px 0px 50px 0px; */
	margin: auto;
	padding-top: 50px;
}

.container2 .events h1 {
	font-family: "alumni sans", sans-serif;
	font-weight: 800;
	margin-left: 16%;
	font-size: 55px;
	color: #092d3e;
}

.container2 .events .row {
	/* top: 20%; */
	height: auto;
	display: flex;
	justify-content: center;
	gap: 2rem;
}

.events .row .sidecolumn {
	/* width: 40%; */
	height: auto;
}

.events .row .sidecolumn .sidecard {
	width: 384px;
	height: auto;
	min-height: 1100px;
	display: flex;
	flex-direction: column;
	background-color: #287c82;
	border-radius: 10px;
	box-shadow: 0 0.5rem 3rem rgba(23, 24, 31, 0.3);
	text-align: center;
}

.row .sidecolumn .sidecard img {
	padding: 15px;
	width: 356px;
	height: 450px;
	/* border-radius: 10px; */
	object-fit: fill;
}

.row .sidecolumn .sidecard h4 {
	max-height: 30px;
	margin: 0;
	/* padding: 10px; */
	font-size: 20px;
	font-family: "inter", sans-serif;
	font-weight: 700;
	color: white;
	white-space: none;
}

.row .sidecolumn .sidecard .text {
	color: white;
	/* margin-top: 20px;
	padding: 20px; */
	max-width: 95%;
	padding-left: 10px;
	font-family: "inter", sans-serif;
	font-weight: 300;
	font-size: 16px;
}

.row .sidecolumn .sidecard .text2 {
	color: white;
	display: flex;
	text-align: left;
	margin-left: 20px;
	/* text-indent: 40px; */
	/* padding-top: 20px; */
}

.row .sidecolumn .sidecard .text2 hr:last-child{
	border: none;
}

.row .sidecolumn .sidecard .text2 p {
	color: white;
	display: flex;
	text-align: left;
	margin-top: auto;
	margin-bottom: auto;
	/* text-indent: 40px; */
	/* padding-top: 20px; */
}

.row .sidecolumn .sidecard .text2 img {
	width: 30px;
	height: 30px;
}

.row .sidecolumn .sidecard hr {
	border: 1px dashed #0a303e;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 2px;
}

.row .sidecolumn .sidecard .botcard {
	padding: 15px;
	margin-top: auto;
	width: auto;
	height: auto;
	background: linear-gradient(
		90deg,
		rgb(240, 210, 92) 18%,
		rgb(216, 174, 5) 100%
	);
	border-radius: 0px 0px 10px 10px;
}

.row .sidecolumn .sidecard .botcard p {
	color: black;
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
	font-family: "inter", sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: none;
}

.row .sidecolumn .sidecard .botcard p span {
	font-family: "alumni sans", sans-serif;
	font-size: 40px;
	font-weight: 700;
}

.events .row .column {
	height: auto;
	display: block;
}

.events .row .column .title {
	margin-top: -50px;
	margin-left: 15px;
	display: flex;
}

.events .row .column .title img {
	width: 50px;
	height: 40px;
	margin-left: 20px;
	margin-top: 67px;
}
.events .row .column .title h2 {
	font-family: "alumni sans", sans-serif;
	font-weight: 800;
	font-size: 55px;
	color: #092d3e;
	margin: 0;
	margin-bottom: 15px;
	margin-top: 45px;
	padding: 10px 10px 0px 10px;
}

.events .row .column .cardspace {
	display: flex;
}

.events .row .column .card {
	background: white;
	width: 400px;
	height: auto;
	/* float: left; */
	/* margin-top: 0;
    margin-right: 20px; */
	margin: 0px 20px 10px 20px;
	border: 1px solid rgba(73, 73, 73, 0.1);
	border-radius: 10px;
	box-shadow: 0 0.5rem 3rem rgba(23, 24, 31, 0.3);
}

.events .row .column .card img {
	width: 400px;
	max-width: 400px;
	height: auto;
	max-height: 225px;
	border-radius: 10px 10px 0px 0px;
	object-fit: cover;
}

.events .card h5 {
	/* text-align: right; */
	display: flex;
	justify-content: space-between;
	padding: 10px 30px 0px 30px;
	/* margin: auto; */
	font-size: 20px;
	color: black;
	font-weight: bold;
}

.events .card span {
	background: linear-gradient(
		90deg,
		rgb(219, 196, 102) 18%,
		rgb(197, 168, 52) 100%
	);
	font-size: 20px;
	color: #0a303e;
	padding: 2px;
	width: auto;
	height: 28px;
	text-align: center;
	/* padding: 10px; */
	font-weight: 800;
	border-radius: 20px;
}

.events .card p {
	color: black;
	font-family: "inter", sans-serif;
	font-weight: 450;
	padding: 0px 40px 20px 40px;
	text-align: justify;
}

.eventspace {
	display: flex;
	position: relative;
	/* left: 20%; */
	margin: auto;
	background-color: #a8ccd4;
	width: 1220px;
	height: 130px;
	padding: 20px 30px 20px 30px;
	border: 1px solid #092d3e;
	border-radius: 20px;
	box-shadow: 0 0.5rem 3rem rgba(23, 24, 31, 0.3);
	/* margin: auto; */
	margin-top: 5%;
}

.eventspace img {
	width: 120px;
	height: 120px;
	margin-left: 30px;
	margin-top: auto;
	margin-bottom: auto;
}

.eventspace .contentspace {
	/* padding-left: 0px; */
	/* margin: auto; */
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 50px;
}

.eventspace .contentspace h2 {
	font-family: "alumni sans", sans-serif;
	margin: 0;
	color: #092d3e;
	font-weight: 700;
	font-size: 55px;
}

.eventspace .contentspace h5 {
	font-weight: 400;
	font-size: 25px;
	margin: 0;
}

.eventspace .buttonspace {
	display: flex;
	justify-content: center;
	margin: auto;
}

.eventspace .buttonspace button {
	padding: 1px 20px 1px 20px;
	font-size: 30px;
	letter-spacing: 1px;
	font-weight: 800;
	color: white;
	background-color: #0a303e;
	border-radius: 6px;
	font-family: "alumni sans", sans-serif;
	/* box-shadow: 0 .5rem 3rem rgba(23, 24, 31, 0.3); */
}

.formberita2 h2 {
	margin: 0;
	margin-bottom: 30px;
	font-size: 60px;
	position: relative;
	margin-left: 18%;
	padding-top: 50px;
	font-weight: bold;
	font-family: "alumni sans", sans-serif;
}

.formberita2 h4 {
	margin-top: -20px;
	margin-left: 18%;
	font-size: 23px;
	font-weight: 400;
}

.formberita2 .row {
	position: relative;
	/* top: 10%; */
	display: flex;
	justify-content: center;
}

.formberita2 .row .column {
	padding: 10px 40px 10px 20px;
	/* width: 1000px; */
	height: auto;
}

.formberita2 .row .column .bigcard {
	background: white;
	border: 1px solid black;
	width: 800px;
	height: 540px;
	border-radius: 20px;
	box-shadow: 0 0.5rem 3rem rgba(23, 24, 31, 0.1);
}

.formberita2 .bigcard .cardcontent {
	padding: 30px;
}

.formberita2 .cardcontent span {
	font-size: 19px;
	color: black;
}

.formberita2 .cardcontent p {
	color: #287c82;
	font-family: "inter", sans-serif;
	font-weight: 400;
	font-size: 15px;
}

.formberita2 .cardcontent .extend {
	font-weight: 600;
	color: #287c82;
}

.formberita2 .row .column .text {
	padding-top: 0px;
	width: 350px;
	height: 400px;
}

.formberita2 .column .text span {
	font-size: 20px;
	margin-bottom: 20px;
	/* line-height: 1.8; */
}

.formberita2 .column .text p {
	/* line-height: 2; */
	padding-top: 5px;
	color: #287c82;
}

.formberita2 .column .text button {
	padding: 10px 30px 10px 30px;
	text-align: left;
	background: #e9f2f2;
	color: black;
	font-size: 24px;
	border-radius: 7px;
	font-weight: bold;
	margin-top: 25px;
}

.formberita2 .column .bigcard img {
	width: 100%;
	height: 250px;
	border-radius: 20px 20px 0 0;
	object-fit: fill;
}

.botnews {
	width: 100%;
	height: 1000px;
	background: #287c82;
	border-radius: 73%/9%;
	margin-top: 5%;
	margin-bottom: -7%;
}

.botnews .row {
	display: flex;
	justify-content: space-evenly;
}

.botnews .row .column .newstitle {
	display: flex;
}

.botnews .row .column .newstitle h1 {
	margin-top: 95px;
	font-size: 60px;
	font-family: "alumni sans", sans-serif;
	color: white;
	font-weight: 700;
}

.botnews .row .column .newstitle img {
	margin-top: 110px;
	margin-left: 20px;
	width: 50px;
	height: 45px;
}

.botnews .row .column .newsbox {
	background: white;
	width: 700px;
	height: 270px;
	margin-top: 20px;
	border-radius: 20px;
	display: flex;
}

.botnews .row .column .newsbox img {
	padding: 14px 10px 10px 10px;
	min-width: 310px;
	max-width: 310px;
}

.botnews .row .column .newsbox .text {
	/* margin-top: 30px; */
	width: 350px;
	padding: 10px;
	margin: auto;
}

.botnews .row .column .newsbox .text h5{
	font-size: 20px;
}

.botnews .row .column .newsbox .text p{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.botnews .row .column .newsbox .text span {
	font-size: 16px;
	color: rgb(132, 200, 223);
}

/* =============== EVENTS & NEWS =============== */

/* =============== ABOUT US =============== */
.nilai {
	padding: 40px;
	margin-bottom: 80px;
}

.nilai h1 {
	display: flex;
	justify-content: center;
	/* margin: auto; */
	color: #092d3e;
	font-size: 70px;
	margin-top: 50px;
	margin-bottom: 100px;
	font-family: "alumni sans", sans-serif;
	font-weight: 800;
}

.nilai .row {
	display: flex;
	justify-content: center;
	gap: 1.3rem;
}

.nilai .row .column {
	width: 250px;
	height: 300px;
	/* background-color: white; */
	/* border: 1px solid black; */
	border-radius: 20px;
	/* box-shadow: 0 .5rem 3rem rgba(23, 24, 31, 0.1); */
}

.nilai .row .column .grey-box {
	background-color: rgb(209, 206, 206);
	box-shadow: 0 0.5rem 3rem rgba(23, 24, 31, 0.1);
	border-radius: 10px;
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
	margin: auto;
}

.nilai .row .column .text {
	padding: 20px;
	text-align: center;
	font-size: 20px;
	color: black;
	font-family: "inter", sans-serif;
	font-weight: 500;
}

.vismis {
	margin-bottom: 100px;
	width: 100%;
	display: flex;
	justify-content: center;
	/* padding: 20px; */
}

.vismis .row {
	/* padding: 50px; */
	/* margin: auto; */
	display: flex;
	/* justify-content: center; */
}

.vismis .row .column {
	width: 50%;
}

.vismis .row .column img {
	width: 110%;
	border-radius: 0px 30px 30px 0px;
}

.vismis .row .column .text {
	padding: 0px 30px 0px 30px;
	margin-left: 80px;
	margin-top: 0px;
	color: #092d3e;
	/* padding-right: 15%; */
	display: flex;
}

.vismis .row .column .visimisi {
	width: 120px;
	height: 120px;
	padding: 30px;
	margin-top: 50px;
}

.vismis .row .column .text .isitext {
	margin-top: 40px;
}

.vismis .row .column .text .isitext h2 {
	font-family: "alumni sans", sans-serif;
	font-size: 65px;
	font-weight: 800;
	margin: 0;
}

.vismis .row .column .text .isitext p {
	font-family: "inter", sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	padding-right: 100px;
}

/* .vismis .row .column span{
    font-size: 36px;
  } */

.joinus {
	/* padding: 10px; */
	margin: auto;
	background-color: white;
	border-radius: 20px;
	/* border: 1px solid black; */
	width: 1300px;
	height: 600px;
	box-shadow: 0 0.5rem 3rem rgba(23, 24, 31, 0.1);
}

.joinus .row {
	display: flex;
}

.joinus .row .column {
	width: 50%;
	height: 100%;
	/* padding-left: 10px; */
}

.joinus .row .column img {
	width: 97%;
	height: 600px;
	object-fit: cover;
	object-position: 0% 100%;
	border: none;
	border-radius: 20px 50% 50% 20px;
	padding-left: 0px;
	margin: auto;
}

.joinus .row .column .text {
	padding: 50px;
	height: auto;
	text-align: right;
	vertical-align: middle;
}

.joinus .row .column .text h2 {
	font-family: "alumni sans", sans-serif;
	color: #092d3e;
	font-weight: 800;
	padding-top: 50px;
	padding-left: 100px;
	margin: 0;
	font-size: 60px;
}

.joinus .row .column .text p {
	font-family: "inter", sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: black;
	line-height: 1.5;
	text-align: right;
}

.joinus .row .column .text button {
	font-family: "alumni sans", sans-serif;
	margin-top: 20px;
	padding: 10px 50px 10px 50px;
	font-size: 18px;
	font-weight: 700;
	color: white;
	background-color: #0a303e;
	border-radius: 6px;
}

.faq {
	margin-top: 5%;
	display: flex;
	justify-content: center;
	border-radius: 20px;
}

.faq h1 {
	font-family: "alumni sans", sans-serif;
	font-weight: 700;
	font-size: 60px;
	color: #092d3e;
	margin: 0;
}

.qbox {
	vertical-align: middle;
	margin: auto;
	border: 1px solid #a8ccd4;
	background-color: #eef7f6;
	border-radius: 20px;
	width: 1300px;
	height: auto;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	margin-bottom: 20px;
	/* padding-top: 10px;
    padding-left: 30px; */
	align-items: center;
}

.qbox .text {
	max-width: 1200px;
	width: 100%;
	margin-left: 30px;
}

.qbox .simbol {
	width: 10%;
	display: flex;
	justify-content: end;
	margin-right: 20px;
}

.qbox:nth-child(even) {
	background: #c6dee0;
}

.qbox span {
	padding-bottom: 10px;
	margin-left: 180px;
	font-size: 24px;
}

.qbox p {
	font-size: 22px;
	color: #092d3e;
	font-weight: 700;
}

.qbox:last-child {
	height: auto;
	display: flex;
	flex-direction: column;
}

.qlast {
	display: flex;
	width: 100%;
}

.qlast .simbol {
	width: 42px;
	height: 38px;
	margin-bottom: auto;
	margin-top: auto;
}

.qbox .answer p {
	display: block;
	width: 80%;
	margin: 0;
	margin-bottom: 30px;
	margin-left: 30px;
	/* padding: 30px 70px 20px 0px; */
	font-weight: 400;
	font-family: "inter", sans-serif;
}

#faqabout {
	margin-bottom: 3%;
}
/* =============== ABOUT US =============== */

/* =============== LOGIN =============== */

.login {
	width: 100%;
	height: 800px;
	background: url("./asset2/02-plan/bglogin.png") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100% 100%;
	background-color: #287c82;
	background-blend-mode: multiply;
	opacity: 1;
	margin-top: 0%;
	margin-bottom: -3%;
}

.login .loginform {
	width: 800px;
	height: auto;
	position: relative;
	background-color: white;
	margin: auto;
	padding-bottom: 30px;
	top: 20%;
	border-radius: 20px 20px 80px 80px;
}

.login .loginform .title {
	text-align: center;
}
.login .loginform .title h1 {
	font-family: "alumni sans", sans-serif;
	font-size: 55px;
	text-transform: uppercase;
	color: #092d3e;
	padding: 20px;
	margin: 0;
}

.login .loginform .formlogin {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.login .loginform .formlogin input {
	width: 60%;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border-radius: 5px;
	border: 1px solid #bfc0c0;
}

.login .loginform .bawahlogin {
	display: flex;
	justify-content: space-around;
	/* margin-left: 18%; */
	margin-bottom: 20px;
}

.login .loginform .bawahlogin p {
	font-weight: 700;
	color: #092d3e;
}

.login .loginform .submitlogin {
	font-family: "alumni sans", sans-serif;
	cursor: pointer;
	display: flex;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px 120px 3px 120px;
	font-size: 38px;
	font-weight: 700;
	color: white;
	background-color: #0a303e;
	border-radius: 6px;
	box-shadow: 0 0.5rem 3rem rgba(23, 24, 31, 0.3);
}

/* =============== LOGIN =============== */

/* =============== Register =============== */

.register {
	width: 100%;
	height: 1000px;
	background: url("./asset2/03-events\ and\ news/02-event\ BG.png") no-repeat
		center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100% 100%;
	background-color: #287c82;
	background-blend-mode: multiply;
	opacity: 1;
	margin-top: 0%;
	margin-bottom: -3%;
}

.register .registerform {
	width: 800px;
	height: auto;
	position: relative;
	background-color: white;
	margin: auto;
	padding-bottom: 30px;
	top: 20%;
	border-radius: 20px 20px 80px 80px;
}

.register .registerform .title {
	text-align: center;
}
.register .registerform .title h1 {
	font-family: "alumni sans", sans-serif;
	font-size: 55px;
	text-transform: uppercase;
	color: #092d3e;
	padding: 20px;
	margin: 0;
}

.register .registerform .formregister {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.register .registerform .formregister input {
	width: 60%;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border-radius: 5px;
	border: 1px solid #bfc0c0;
}

.register .registerform .submitregister {
	font-family: "alumni sans", sans-serif;
	cursor: pointer;
	display: flex;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px 120px 3px 120px;
	font-size: 38px;
	font-weight: 700;
	color: white;
	background-color: #0a303e;
	border-radius: 6px;
	box-shadow: 0 0.5rem 3rem rgba(23, 24, 31, 0.3);
}

/* =============== Register =============== */

/* -------------Content-------------- */

/* ========================================= */
/* ============RESPONSIVE MEDIA============= */
/* ========================================= */

/* ======================= SCREEN MEDIA (1366X768)======================= */

@media screen and (min-width: 1280px) and (max-width: 1440px) {
	#wrapper {
		overflow-x: hidden;
	}

	/* ========== Header ========== */

	.topnav {
		padding: 5px;
	}

	.topnav .logo {
		margin-left: 4rem;
	}

	.topnav .logo img {
		width: 180px;
		height: 70px;
	}

	.topnav ul {
		gap: 1rem;
	}

	.topnav ul li a {
		font-size: 25px;
	}

	/* ========== Header ========== */

	/* ========== Slider ========== */

	.slider .slider-content {
		top: 18%;
	}

	.slider .slider-content h1 {
		font-size: 50px;
	}

	.slider .slider-content p {
		font-size: 15px;
	}

	/* ========== Slider ========== */

	/* ========== Footer ========== */


	footer .footer-content .left ul {
		width: 350px;
	}

	footer .footer-content .left ul li a {
		font-size: 22px;
	}

	footer .footer-content .middle .column h4 {
		font-size: 22px;
	}

	footer .footer-content .middle .column p {
		font-size: 14px;
	}

	/* footer .footer-content .middle .column .midp {
		width: 10%;
	} */

	footer .footer-content .right {
		width: 50%;
	}

	.footer-content .right .column h4 {
		font-size: 22px;
	}

	.footer-content .right .column .social-content .telp p {
		font-size: 14px;
		margin-top: 5px;
	}

	.footer-content .right .column .social-content .telp img {
		width: 25px;
		height: 28px;
	}

	.footer-content .right .column .social-content .social img {
		width: 25px;
		height: 28px;
	}

	.footer-content .right .column .social-content .social h5 {
		font-size: 11px;
		margin-bottom: 20px;
		font-weight: 800;
	}

	footer .copyright {
		position: relative;
		margin-left: 70%;
		padding: 15px;
		font-size: 12px;
		font-family: "inter", sans-serif;
	}

	/* ========== Footer ========== */

	/* ========== Index ========== */
	.formcontainer {
		max-width: 950px;
		margin-top: -13%;
	}

	.formcontainer .topcontainer h2 {
		font-family: "alumni sans", sans-serif;
		font-size: 35px;
		margin: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.formcontainer .botcontainer {
		padding: 0px 40px 30px 40px;
	}

	.formcontainer .botcontainer .row .column input {
		/* max-width: 44%; */
		width: 44%;
		padding: 10px;
		border-radius: 5px;
		border: 1px solid #cccccc;
		color: #cccccc;
		margin-bottom: 10px;
	}

	.formcontainer .botcontainer .row .column input:last-child {
		max-width: 95%;
		width: 95%;
		padding: 10px;
	}

	.formcontainer .botcontainer .row .column select {
		width: 95%;
		height: 37px;
	}

	.formcontainer .botcontainer .row .column select:nth-child(n + 3) {
		width: 47%;
		height: 37px;
	}

	.formcontainer .botcontainer input[type="submit"] {
		font-size: 20px;
	}

	.bawahhomepage .judul {
		padding-right: 35px;
	}

	.bawahhomepage .judul h2 {
		font-size: 40px;
		line-height: 1;
	}

	.bawahhomepage .judul h5 {
		font-size: 15px;
		line-height: 1.5;
		margin: 0;
	}

	.bawahhomepage .judul input[type="submit"] {
		font-size: 20px;
	}

	.bawahhomepage .span6 img {
		width: 450px;
		margin-top: 30px;
	}

	.formharga .top h2 {
		padding-top: 20px;
		margin: 0;
		font-size: 40px;
	}

	.formharga .bottom .row .column .number img {
		width: 50px;
	}

	.formharga .bottom .row .column .number h2 {
		font-size: 30px;
		margin-right: 6px;
	}

	.bottom .row .column .card img {
		height: 150px;
		margin-left: 0px;
	}

	.bottom .row .column .card h4 {
		font-size: 16px;
		margin-bottom: 10px;
		max-height: 0;
	}

	.formharga .bottom .row .column .card{
		min-height: 450px;
	}

	.bottom .row .column .card .text {
		font-size: 12px;
		margin-top: 20px;
	}

	.bottom .row .column .card .botcard{
		padding: 1px;
	}

	.bottom .row .column .card .botcard p {
		font-size: 15px;
		line-height: none;
	}

	.bottom .row .column .card .botcard p span.botprice {
		font-size: 23px;
	}

	.bottom .foot .row .column {
		height: 120px;
	}

	.bottom .foot .row .column img {
		width: 65px;
		margin-top: 20px;
	}

	.bottom .foot .row .column h3 {
		font-size: 25px;
		margin: 0;
	}

	.bottom .foot .row .column p {
		font-size: 12px;
		font-weight: 500;
		margin: 0;
		margin-top: 10px;
	}

	.bottom .foot .row .column input[type="submit"] {
		/* display: flex; */
		font-family: "alumni sans", sans-serif;
		font-size: 20px;
		padding: 1px 25px 1px 25px;
		margin-top: 10px;
	}

	.bawahform {
		height: 800px;
	}

	.bawahform h2 {
		text-align: center;
		color: white;
		/* margin-top: 10px; */
		position: relative;
		margin-right: 3%;
		top: 10%;
		/* margin: 0; */
		margin-top: 50px;
		margin-bottom: 0;
		font-size: 40px;
	}

	.bawahform .newsbox {
		margin-right: 5%;
	}

	.bawahform .newsbox .arrow-left img {
		width: 40px;
	}

	.bawahform .newsbox .box img {
		width: 100%;
		height: 150px;
	}

	.bawahform .newsbox .arrow-right img {
		width: 40px;
	}

	.bawahform .row {
		margin-right: 5%;
	}

	.bawahform .row .column .card {
		width: 280px;
		min-height: 360px;
	}
	.bawahform .column .card img {
		width: 100%;
		height: 180px;
	}

	.bawahform .card h5 {
		font-size: 14px;
		padding: 0px 30px 0px 30px;
	}

	.bawahform .card span {
		font-size: 16px;
		padding: 1px;
		width: 55px;
		height: 20px;
	}

	.bawahform .card p {
		font-size: 12px;
		padding: 0px 30px 20px 30px;
	}

	.formberita h2 {
		font-size: 40px;
	}

	.formberita .row {
		margin-left: 5%;
	}

	.formberita .row .column {
		padding: 10px 30px 10px 0px;
	}

	.formberita .row .column .card {
		width: 290px;
		height: auto;
		min-height: 390px;
		/* min-height: 391px; */
	}

	.formberita .card .cardcontent {
		padding: 15px;
	}

	.formberita .cardcontent span {
		font-size: 14px;
		color: black;
	}

	.formberita .cardcontent p {
		font-size: 10px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		/*width: 250px;*/
	}

	.formberita .row .column .text {
		width: 300px;
		height: 400px;
	}

	.formberita .column .text span {
		font-size: 16px;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.formberita .column .text p {
		padding-bottom: 15px;
		font-size: 12px;
		color: #287c82;
	}

	.formberita .column .text hr {
		margin-right: 60px;
	}

	.formberita .column .text button {
		padding: 3px 20px 3px 20px;
		text-align: left;
		background: #e9f2f2;
		color: black;
		font-size: 24px;
		margin-top: 17px;
	}

	/* ========== Index ========== */

	/* ========== Location ========== */

	.container1 .row {
		width: 95%;
		height: auto;
		margin-left: 40px;
	}

	.container1 .row .span9 {
		width: 1100px;
		height: 500px;
		margin: 20px;
	}

	.container1 .row .span9 .text {
		padding: 0px 30px 10px 30px;
		margin: 10px;
	}

	.container1 .row .span9 .text h4 {
		font-size: 30px;
		margin-bottom: 15px;
		margin-top: 5px;
	}

	.container1 .row .span9 .text span {
		font-size: 14px;
	}

	.row .span9 .text p {
		font-size: 10px;
	}

	.row .span9 .text button {
		padding: 5px 30px 5px 30px;
		font-size: 19px;
		border: none;
	}

	.lokasi {
		margin-top: 5%;
	}

	.lokasi .title h1 {
		font-size: 40px;
	}

	.lokasi .title h4 {
		font-size: 18px;
	}

	.lokasi .row .column .card {
		width: 450px;
	}

	.lokasi .row .column .topcard .topcardcont h2 {
		font-size: 35px;
	}

	.lokasi .row .column .topcard .topcardcont p {
		font-size: 15px;
		width: 70%;
	}

	.lokasi .row .column .topcard .topcardcont span {
		font-size: 15px;
	}

	.lokasi .row .column .botcard {
		margin-top: 0;
	}

	.lokasi .row .column .botcard .text p {
		font-size: 12px;
	}

	.lokasi .row .column .botcard input {
		padding: 2px 75px 2px 75px;
		margin-top: 2.5rem;
		margin-bottom: 1.5rem;
		border: none;
	}

	.lokasi .row .column .globe iframe {
		width: 500px;
		height: 500px;
	}

	.booking2 .row {
		margin-bottom: 5%;
	}

	.booking2 .formbook .topbookcard h4 {
		font-size: 26px;
	}

	.booking2 .formbook .bookcard {
		width: 330px;
	}

	.booking2 .formbook .bookcard input {
		width: 41%;
		padding: 10px;
	}

	.booking2 .formbook .bookcard input:nth-child(5) {
		padding: 10px;
	}

	.booking2 .formbook .bookcard select {
		width: 47.7%;
		height: 36px;
	}

	.booking2 .formbook input[type="submit"] {
		padding: 2px 80px 2px 80px;
	}

	.booking2 .row .tellus h5 {
		font-size: 18px;
	}

	/* ========== Location ========== */

	/* ========== Plan ========== */

	.plans .top h2 {
		font-size: 45px;
	}

	.plans .bottom .row .column .card {
		width: 90%;
		height: auto;
		min-height: 765px;
	}

	.plans .bottom .row .column .number h2 {
		position: absolute;
		font-family: "alumni sans", sans-serif;
		font-size: 40px;
		font-weight: 800;
		color: white;
		margin-right: 8px;
		margin-top: 4px;
	}

	.plans .bottom .row .column .number img {
		width: 60px;
	}

	.plans .bottom .row .column .card h4 {
		margin: 0;
		font-weight: 700;
		font-size: 16px;
		margin-top: 5px;
	}

	.plans .bottom .row .column .card .text {
		font-size: 14px;
		padding: 40px 10px 0px 10px;
		min-height: 85px;
	}

	.plans .bottom .row .column .card .contentcard {
		margin-bottom: 10px;
		width: 87%;
	}

	.plans .bottom .row .column .card .contentcard img {
		width: 25px;
		height: 25px;
	}

	.plans .bottom .row .column .card .contentcard .form {
		font-size: 14px;
	}

	.plans .bottom .row .column .card .botcard {
		padding-top: 0;
	}

	.plans .bottom .row .column .card .botcard p {
		font-size: 16px;
		font-weight: 500;
	}

	.bawahplans {
		margin-bottom: 0px;
	}

	.bawahplans .judul h1 {
		font-size: 45px;
	}

	.bawahplans .judul h2 {
		font-size: 20px;
	}

	.bawahplans .card {
		width: 480px;
		height: auto;
		min-height: 425px;
	}

	#bawahplans2 .card{
		min-height: 560px;
	}

	.bawahplans .card .topcard {
		padding: 10px;
	}

	.bawahplans .topcard .left {
		padding: 10px;
		width: 90%;
	}

	.bawahplans .topcard .right {
		padding: 10px 15px 10px 10px;
	}

	.bawahplans .topcard .left img {
		width: 230px;
		height: 280px;
		object-fit: fill;
	}
	.bawahplans .topcard .right .topcontentcard {
		padding: 0px;
	}

	.bawahplans .topcard .right .topcontentcard h3 {
		font-size: 15px;
		margin: 0;
		margin-top: 5px;
		margin-bottom: 0px;
	}
	.bawahplans .topcard .judulcard {
		margin-top: 3px;
		font-size: 22px;
		margin-bottom: 0px;
	}

	.bawahplans .topcard .right .topcontentcard span {
		font-size: 11px;
	}

	.bawahplans .topcard .right .contentcard img {
		width: 25px;
		height: 25px;
		margin-top: 10px;
	}

	.bawahplans .topcard .right .contentcard {
		margin-bottom: 10px;
	}

	.bawahplans .topcard .right .contentcard p {
		text-align: center;
		padding-top: 0px;
		margin-left: 20px;
		color: black;
		font-size: 12px;
	}

	/* .bawahplans .bottomcard{
	  margin-top: 20px;
	} */
	.bawahplans .bottomcard {
		padding: 0;
	}

	.bawahplans .bottomcard h5 {
		font-size: 13px;
	}

	.bawahplans .bottomcard h4 {
		font-family: "alumni sans", sans-serif;
		font-size: 22px;
		margin-top: 20px;
		text-indent: 100px;
	}
	
	.bawahplans .topcard .left .topcontentcard{
		width: 80%;
	}

	.bawahplans .topcard .left .topcontentcard .judulcard {
		font-size: 16px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.bawahplans .topcard .left .topcontentcard span {
		font-size: 12px;
	}


	.bawahplans .topcard .right {
		width: 70%;
		padding: 0px 15px 10px 10px;
	}

	.bawahplans .topcard .right .contentcard:nth-child(2) {
		margin-top: 0;
	}

	.bawahplans .topcard .right .contentcard {
		margin-top: 0;
		margin-bottom: 10px;
		overflow: hidden;
		white-space: nowrap;
	}

	.bawahplans .topcard .right .contentcard img {
		width: 20px;
		height: 20px;
	}

	.bawahplans .topcard .right .contentcard p {
		font-weight: 600;
	}

	.bawahplans .topcard .right .botcontentcard p {
		font-size: 12px;
	}

	.eventplan {
		margin-top: 5%;
	}

	.eventplanspace {
		width: 75%;
		height: 100px;
	}

	.eventplanspace img {
		width: 80px;
		height: 80px;
		margin-left: 5px;
	}

	.eventplanspace .contentspace {
		margin-left: 20px;
		width: 60%;
	}

	.eventplanspace .contentspace h2 {
		margin-bottom: 0px;
		font-size: 40px;
	}

	.eventplanspace .contentspace h5 {
		font-size: 16px;
	}

	.eventplanspace .buttonspace button {
		font-family: "alumni sans";
		font-size: 20px;
		padding: 1px 10px 1px 10px;
	}
	
	.booking{
		margin-bottom: 5%;
	}

	.booking .row {
		top: 490%;
	}

	.booking .formbook .topbookcard h4 {
		font-size: 27px;
	}

	.booking .formbook .bookcard {
		width: 330px;
	}

	.booking .formbook .bookcard input {
		width: 41%;
		padding: 10px;
	}

	.booking .formbook .bookcard input:nth-child(5) {
		padding: 10px;
	}

	.booking .formbook .bookcard select {
		width: 47.7%;
		height: 36px;
	}

	.booking .formbook input[type="submit"] {
		padding: 2px 80px 2px 80px;
	}

	.booking .row .tellus h5 {
		font-size: 18px;
	}

	/* ========== Plan ========== */

	/* ========== Event & news ========== */

	.container2 {
		width: 100%;
		margin: auto;
	}

	.container2 .events {
		margin-top: 20px;
		padding: 0px;
		/* margin-right: 50px; */
	}

	.container2 .events h1 {
		margin-left: 15%;
		font-size: 40px;
	}

	.container2 .events .row {
		margin-left: 25px;
		height: 900px;
	}

	.container2 .events .row .sidecolumn .sidecard {
		width: 280px;
		height: auto;
		min-height: 800px;
	}

	.row .sidecolumn .sidecard img {
		width: 260px;
		height: 300px;
		padding: 10px;
		border-radius: 20px;
	}

	.row .sidecolumn .sidecard h4 {
		padding: 5px;
		font-size: 16px;
	}

	.row .sidecolumn .sidecard .text {
		/* margin-top: 10px;
	  padding: 10px; */
		font-size: 12px;
	}

	.row .sidecolumn .sidecard .text2 {
		font-size: 12px;
		font-weight: 600;
		/* margin-top: 10px;
	  padding-top: 5px; */
	}

	.row .sidecolumn .sidecard .text2 img {
		width: 25px;
		height: 25px;
	}

	.row .sidecolumn .sidecard .botcard p {
		font-size: 12px;
	}

	.row .sidecolumn .sidecard .botcard p span {
		font-size: 30px;
	}

	.events .row .column .title {
		margin-top: -20px;
		margin-bottom: 10px;
		padding-top: 10px;
	}

	.events .row .column .title:last-child {
		margin-top: 10px;
	}

	.events .row .column .title img {
		width: 34px;
		height: 30px;
		margin-top: 18px;
	}

	.events .row .column .title h2 {
		font-size: 38px;
		margin-top: 0;
		margin: 0;
	}

	.events .row .column .card {
		width: 300px;
		height: 338px;
	}

	.events .row .column .card img {
		width: 300px;
		max-height: 170px;
	}

	.events .card h5 {
		font-size: 12px;
		padding: 0px 20px 0px 20px;
	}

	.events .card span {
		font-family: "alumni sans", sans-serif;
		font-size: 23px;
		padding: 0px;
		line-height: 1;
		width: 55px;
		height: 20px;
		text-align: center;
		/* padding: 10px; */
		font-weight: 800;
		border-radius: 20px;
	}

	.events .card p {
		font-size: 12px;
		padding: 0px 60px 0px 30px;
	}

	.eventspace {
		width: 950px;
		height: 80px;
		padding: 20px;
		margin-top: 0;
	}

	.eventspace img {
		width: 90px;
		height: 90px;
		margin-left: 20px;
		margin-top: -10px;
		margin-bottom: auto;
	}

	.eventspace .contentspace {
		margin-top: 0;
	}

	.eventspace .contentspace h2 {
		font-size: 40px;
	}

	.eventspace .contentspace h5 {
		font-size: 15px;
		font-weight: 500;
		border: #287c82;
	}

	.eventspace .buttonspace button {
		padding: 0px 15px 0px 15px;
		font-size: 22px;
		letter-spacing: 1px;
		margin-left: 30px;
	}

	.formberita2 h2 {
		margin-left: 14%;
		font-size: 45px;
		color: #092d3e;
	}

	.formberita2 h4 {
		margin-left: 14%;
		font-size: 18px;
	}

	.formberita2 hr {
		border: 1px solid black;
	}

	.formberita2 .row .column .bigcard {
		width: 600px;
		height: auto;
	}

	.formberita2 .cardcontent span {
		font-size: 16px;
		font-weight: 600;
		margin-top: -10px;
	}

	.formberita2 .cardcontent .extend{
		font-size: 12px;
		font-weight: 600;
	}

	.formberita2 .cardcontent p {
		font-size: 12px;
	}

	.formberita2 .column .text button {
		font-size: 20px;
		margin-top: 50px;
	}

	.formberita2 .row .column .text {
		width: 280px;
		padding-top: 0px;
	}

	.formberita2 .column .text span {
		font-size: 18px;
		margin-bottom: 20px;
		margin-top: 20px;
		color: black;
		/* line-height: 1.8; */
	}

	.formberita2 .column .text p {
		color: #287c82;
		font-size: smaller;
	}

	.formberita2 .column .text button {
		padding: 8px 10px 10px 10px;
		font-size: 15px;
		margin-top: 20px;
	}

	.botnews {
		margin-bottom: -23%;
	}

	.botnews .row {
		display: flex;
		width: auto;
	}

	.botnews #col2 {
		margin-left: -15%;
	}

	.botnews .row .column {
		width: 100%;
	}

	.botnews .row .column .newstitle h1 {
		font-size: 40px;
		margin-left: 15%;
	}

	.botnews .row .column .newstitle img {
		margin-top: 102px;
		width: 40px;
		height: 35px;
	}

	.botnews .row .column .newsbox {
		background: white;
		margin-left: 15%;
		width: 500px;
		height: auto;
		margin-top: 10px;
		border-radius: 20px;
		display: flex;
	}

	.botnews .row .column .newsbox img {
		width: 220px;
		height: 200px;
		min-width: 230px;
	}

	.botnews .row .column .newsbox .text {
		/* margin-top: 10px; */
		width: 235px;
	}

	.botnews .row .column .newsbox .text h5 {
		font-size: 18px;
		font-weight: 500;
		margin: 0;
		margin-top: 15px;
		margin-bottom: auto;
	}

	.botnews .row .column .newsbox .text h5 span{
		font-size: 12px !important;
	}

	.botnews .row .column .newsbox .text p {
		font-family: "inter", sans-serif;
		font-size: 12px;
		font-weight: 400;
	}

	/* ========== Event & news ========== */

	/* ========== About Us ========== */

	.nilai h1 {
		font-size: 40px;
		margin-top: 10px;
		margin-bottom: 50px;
	}

	.nilai .row .column {
		height: 200px;
	}

	.nilai .row .column .grey-box {
		/* width: 125px;
		height: 125px; */
		/* border-radius: 0px; */
		box-shadow: 0 0.5rem 3rem rgba(23, 24, 31, 0.2);
		background-color: rgb(192, 188, 188);
	}

	.nilai .row .column .text {
		font-size: 15px;
		color: black;
		font-family: "inter", sans-serif;
		font-weight: 500;
	}

	.vismis .row .column .text {
		margin-left: 0px;
		margin-top: 20px;
	}

	.vismis .row .column .visimisi {
		width: 100px;
		height: 100px;
		padding: 25px;
		margin-top: 0;
	}

	.vismis .row .column img {
		width: 100%;
		border-radius: 0px 30px 30px 0px;
	}

	.vismis .row .column .text .isitext {
		margin-top: 15px;
	}

	.vismis .row .column .text .isitext h2 {
		font-size: 43px;
	}

	.vismis .row .column .text .isitext p {
		font-size: 15px;
		padding-right: 100px;
	}

	.joinus {
		width: 1050px;
	}

	.joinus .row .column .text h2 {
		font-size: 40px;
		padding-top: 90px;
	}

	.joinus .row .column .text p {
		font-size: 17px;
	}

	.joinus .row .column .text button {
		margin-top: 20px;
		padding: 1px 40px 1px 40px;
		font-size: 30px;
	}

	.joinus .row .column img {
		border-radius: 20px 45% 45% 20px;
	}

	.faq {
		margin-top: 50px;
	}

	.faq h1 {
		font-size: 40px;
		margin-bottom: 10px;
	}

	.qbox {
		width: 1000px;
		height: auto;
	}

	.qbox span {
		padding-bottom: 10px;
		margin-left: 165px;
		font-size: 20px;
	}

	.qbox .simbol img {
		width: 30px;
		height: 26px;
	}

	.qbox p {
		font-size: 18px;
	}

	/* ========== About Us ========== */

	/* ========== Register ========== */

	.register {
		height: 700px;
	}

	.register .registerform {
		width: 500px;
		top: 10%;
	}

	.register .registerform .title h1 {
		font-size: 40px;
		padding: 10px;
		padding-top: 20px;
	}

	.register .registerform .formregister input {
		width: 60%;
		padding: 10px;
	}

	.register .registerform .submitregister {
		padding: 3px 80px 3px 80px;
		margin-bottom: 20px;
		font-size: 20px;
	}

	/* ========== Register ========== */

	/* ========== Login ========== */

	.login {
		height: 600px;
	}

	.login .loginform {
		width: 550px;
		padding-bottom: 30px;
		top: 20%;
	}

	.login .loginform .title h1 {
		font-family: "alumni sans", sans-serif;
		font-size: 40px;
		text-transform: uppercase;
		color: #092d3e;
		padding: 10px;
		padding-top: 20px;
		margin: 0;
	}

	.login .loginform .formlogin input {
		width: 60%;
		padding: 10px;
	}

	.login .loginform .bawahlogin p {
		font-size: 12px;
	}

	.login .loginform .submitlogin {
		padding: 3px 80px 3px 80px;
		margin-bottom: 20px;
		font-size: 20px;
	}

	/* ========== Login ========== */
}

/* ============================================================ */
/* ============================================================ */
/* ============================================================ */
/* ======================= TABLET MEDIA ======================= */
/* ============================================================ */
/* ============================================================ */
/* ============================================================ */

@media screen and (max-width: 767px) {
	body {
		padding-right: 0;
		padding-left: 0;
	}
	#wrapper {
		width: 100%;
		/* margin: 0 auto; */
	}

	.header{
		height: 120px;
	}

	.topnav{
		height: 60px;
	}

	.topnav ul {
		display: none;
	}

	.topnav .logo{
		margin-bottom: 0;
		height: 80px;
		margin-left: auto;
		margin-right: auto;
	}

	.topnav .logo img {
		width: 200px;
		height: 90px;
		/* margin-left: 25px; */
		margin-bottom: 0px;
	}

	.selectmenu {
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		padding: 7px;
		margin-left: auto;
		margin-right: auto;
		max-width: 300px;
		width: 100%;
		border-radius: 5px;
		border: 1px solid rgb(154, 151, 151);
	}

	

	footer {
		border-radius: 30px;
		margin: auto;
	}

	footer .footer-content {
		display: flex;
		flex-direction: column;
	}
	footer .footer-content .left {
		width: 100%;
	}

	footer .footer-content .left ul {
		max-width: 320px;
		margin-bottom: 0;
	}

	footer .footer-content .left ul li {
		margin-left: 0;
	}

	footer .footer-content .middle .column {
		margin-top: 0;
	}

	footer .footer-content .right {
		width: 100%;
	}

	footer .footer-content .right .column {
		margin-top: 0;
	}

	.footer-content .right .column .social-content .social h5 {
		font-size: 12px;
	}

	footer .copyright{
		margin: auto;
	}

	footer .copyright p {
		font-size: 12px !important;
	}

	footer h5 {
		font-size: 18px;
	}

	footer hr {
		border: 1px solid black;
	}

	footer .container {
		width: 75%;
		border-radius: 10px;
	}

	/* ================= SLIDER ================== */
	#home-slider {
		/* top: 24%; */
		margin-top: -40%;
		position: relative;
	}

	.slider .slider-content {
		/* top: 24%; */
		margin-top: -25%;
		position: relative;
	}

	.slider .slider-content h1 {
		font-size: 30px;
	}

	.slider .slider-content p {
		display: none;
	}
	/* ================= SLIDER ================== */

	/* ================= INDEX ================== */

	.formcontainer {
		border-radius: 20px 20px 20px 20px;
		margin-top: -1%;
	}

	.formcontainer .botcontainer {
		padding: 0px 0px 40px 0px;
	}

	.formcontainer .topcontainer h2 {
		text-align: center;
		font-size: 35px;
	}

	.formcontainer .botcontainer .row {
		display: flex;
		flex-direction: column;
	}

	.formcontainer .botcontainer .row .column {
		padding: 0px;
	}

	.formcontainer .botcontainer .row .column input {
		max-width: 39.6%;
		padding: 15px;
	}

	.formcontainer .botcontainer .row .column input:last-child {
		width: 90.2%;
		padding: 15px;
	}

	.formcontainer .botcontainer .row .column select {
		height: 47px;
	}

	.formcontainer .botcontainer .row .column select:nth-child(n + 3) {
		width: 49.2%;
	}

	.formcontainer .botcontainer input[type="submit"] {
		padding: 0px 60px 0px 60px;
	}

	.formbanner {
		display: block;
		border-radius: 20px;
		margin-top: 630px;
	}

	.formbanner .topbanner h1 {
		font-size: 30px !important;
	}

	.formbanner .botbanner .row {
		display: block;
		padding: 10px;
		/* margin-left: auto; */
		/* margin-right: auto; */
	}

	.formbanner .botbanner {
		padding: 20px;
	}

	.formbanner .botbanner .row .column {
		padding: 0px;
	}

	.formbanner .botbanner .row .column input {
		width: 85%;
	}

	.formbanner .botbanner .row .column input:nth-child(5) {
		width: 85%;
	}

	.formbanner .botbanner .row .column select {
		width: 92%;
	}

	.formbanner .botbanner .row .column select:nth-child(n + 3) {
		width: 92%;
	}

	.bawahhomepage {
		display: flex;
		flex-direction: column;
		margin-top: 600px;
		justify-content: center;
	}

	.bawahhomepage .judul{
		padding: 0;
	}

	.bawahhomepage .judul h2 {
		font-size: 30px;
	}

	.bawahhomepage .judul h5 {
		font-size: 16px;
	}

	.bawahhomepage .judul input[type="submit"] {
		font-size: 25px;
	}

	.bawahhomepage .bingkai {
		height: auto;
	}

	.bawahhomepage .bingkai img {
		/* margin-left: 10px; */
		width: 100%;
	}

	.bawahhomepage .span6 img {
		margin-top: 20px;
		width: 300px;
	}

	.formharga {
		display: block;
		border-radius: 10px !important;
	}

	.formharga .top .text {
		padding: 10px;
	}

	.formharga .top h2 {
		font-size: 40px;
	}

	.formharga .bottom .row {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.formharga .bottom .row .column {
		width: 100% !important;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0px;
		margin-bottom: 10px;
	}

	.formharga .bottom .row .column .number h2 {
		margin-right: 10px;
		margin-top: 15px;
		font-size: 45px;
	}

	.formharga .text {
		font-size: 30px;
	}

	.formharga .bottom {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.formharga .bottom .foot {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.formharga .bottom .row .column .number {
		display: flex;
		justify-content: center;
		align-items: center;
		/* margin-right: 20px; */
	}

	.formharga .bottom .row .column .number img {
		width: 75%;
	}

	.formharga .bottom .row .column .card {
		width: 250px;
		min-height: 585px;
		/* margin-left: 25px; */
	}

	.formharga .bottom .foot .row {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-left: 20px;
	}

	.formharga .bottom .foot .column {
		height: auto !important;
		max-width: 90%;
		margin-left: 5px;
		text-align: center;
		padding-bottom: 10px;
	}

	.formharga .bottom .foot .column .left {
		display: none;
	}

	.bawahform {
		display: block;
		height: auto;
		padding: 20px;
		padding-bottom: 10px;
		border-radius: 30px;
	}

	.bawahform h2 {
		margin-top: 20px !important;
	}

	.bawahform .row {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.bawahform .row .column {
		padding: 0 !important;
		margin: auto;
		margin-top: 10px;
	}

	.bawahform .row .column .card {
		width: 300px !important;
	}

	.bawahform .newsbox {
		display: none !important;
	}

	.formberita {
		display: block;
	}

	.formberita .row {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.formberita .row .column {
		padding: 10px !important;
		margin: auto;
	}

	.formberita .row .column .card {
		width: 330px !important;
	}

	.formberita .row .column .text {
		display: none;
	}

	.bottom .foot .row .column p {
		padding-right: 15px;
		padding-left: 15px;
	}

	/* .formberita .row .column .text {
    display: none;
  } */

	/* ================= INDEX ================== */

	/* ================= LOCATION ================== */

	.container1 {
		display: block;
	}

	.container1 .row {
		height: auto;
	}

	.container1 .row .span9 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		max-width: 300px;
		height: auto;
		margin-bottom: 20px;
	}

	.container1 .row .span9 iframe {
		width: auto;
		height: 300px;
		border-radius: 20px;
	}

	.container1 .row .span9 .text {
		padding: 20px;
		width: auto;
		margin: 0px;
	}

	.container1 .row .span9 .text h4 {
		font-size: 20px;
	}

	.container1 .row .span9 .text span,
	p,
	hr {
		font-size: 14px !important;
	}

	.lokasi .row {
		display: flex;
		flex-direction: column;
	}

	.lokasi .title h1 {
		font-size: 50px;
	}

	.lokasi .title h4 {
		font-size: 20px;
	}

	.lokasi .row .column .card {
		width: 310px;
	}

	.lokasi .row .column .topcard {
		padding: 10px;
	}

	.lokasi .row .column .topcard .topcardcont h2 {
		font-size: 35px;
	}

	.lokasi .row .column .topcard .topcardcont p {
		font-size: 14px;
		width: 80%;
	}

	.lokasi .row .column .topcard .topcardcont span {
		font-size: 16px;
	}

	.lokasi .row .column .botcard input {
		margin-top: 2rem;
		margin-bottom: 2rem;
		padding: 2px 35px 2px 35px;
		font-size: 30px;
	}

	.lokasi .row .column .globe iframe {
		width: 330px;
		height: 330px;
	}

	#globe2 {
		display: none;
	}

	.booking2{
		margin-bottom: 10%;
	}

	.booking2 .row {
		position: relative;
		/* top: 430%; */
		width: 100%;
		display: flex;
		justify-content: center;
		left: 0;
		right: 0;
		margin-left: 0;
		margin-top: -130%;
	}

	.booking2 .formbook .bookcard input {
		padding: 10px;
	}

	.booking2 .formbook .bookcard input:nth-child(5) {
		padding: 10px;
	}

	.booking2 .formbook .bookcard select {
		width: 47.5%;
		height: 37px;
	}

	.booking2 .formbook input[type="submit"] {
		padding: 5px 60px 5px 60px;
		border-radius: 5px;
	}

	.booking2 .row .tellus {
		display: none;
	}

	.booking2 img {
		height: 600px;
		object-fit: cover;
		object-position: 75% 20%;
	}

	.booking2 .formbook .bookcard {
		width: 330px;
	}

	/* ================= LOCATION ================== */

	/* ================= PLAN ================== */

	.plans {
		margin-top: -10%;
	}

	.plans .top h2{
		font-size: 45px;
	}

	.plans .bottom .row {
		display: block;
	}

	.plans .bottom .row .column {
		width: 100%;
	}

	.plans .bottom .row .column .number {
		margin-right: 40%;
	}

	.plans .bottom .row .column .card {
		margin-right: 20px;
		min-height: 930px;
	}

	.plans .bottom .row .column .card h4{
		font-weight: 700;
		padding: 0;
		margin: 0;
		margin-top: 20px;
	}

	.plans .bottom .row .column .number img{
		width: 80px;
	}

	.plans .bottom .row .column .number h2{
		font-size: 45px;
	}
	
	.bawahplans {
		display: flex;
		flex-direction: column;
		min-width: none;
		width: auto;
		margin-bottom: 150%;
		height: 550px;
	}

	#bawahplans2 .judul{
		margin-top: 70px;
	}

	.bawahplans .judul h1 {
		font-size: 35px;
	}
	.bawahplans .judul h2 {
		font-size: 20px;
	}

	.bawahplans .isi {
		display: flex;
		flex-direction: column;
	}
	.bawahplans .isi .row{
        display: block;
        margin-bottom: 20px;
	}
	
	.sectionvirtual{
	    padding-top: 850px;
	}
	.bawahplans .isi .card {
		max-width: 300px;
		max-height: 1500px;
		height: auto;
	}

	.bawahplans .isi .card .topcard {
		display: block;
	}

	.bawahplans .isi .card .topcard .left {
		padding: 10px;
		width: 100%;
	}

	.bawahplans .isi .card .topcard .right {
		width: 90%;
		padding: 10px;
	}

	.bawahplans .isi .card .topcard .right .topcontentcard{
		text-align: center;
		width: 100%;
		margin-left: 10px;
	}

	.bawahplans .isi .card .bottomcard {
		display: block;
		text-align: center;
	}
	.bawahplans .isi .card .bottomcard h5 {
		font-size: 20px;
	}
	.bawahplans .isi .card .bottomcard h4 {
		font-size: 20px;
		text-indent: 0px;
	}

	.bawahplans .topcard .left .topcontentcard{
		width: 80%;
		text-align: center;
	}

	#plan1,
	#plan2 {
		display: none;
	}

	/* .eventplan {
		padding-top: 60%;
	}

	.eventplan .eventspace {
		display: block;
		max-width: 300px;
		height: auto;
		text-align: center;
	} */

	.eventspace {
		display: block;
		max-width: 300px;
		height: auto;
		text-align: center;
		margin-top: 20px;
	}

	.eventspace .contentspace {
		margin-left: 0;
		margin-bottom: 20px;
	}

	.eventspace .contentspace h2 {
		font-size: 45px;
	}

	.eventspace .contentspace h5 {
		font-size: 21px;
	}

	.eventspace img {
		margin-left: 0;
		width: 100px;
		height: 100px;
	}

	/* ================= PLAN ================== */

	/* ================= EVENT & NEWS ================== */

	.container2 .events {
		padding: 10px;
	}

	.container2 .events h1 {
		font-size: 45px;
		margin-left: 38%;
	}

	.container2 .events .row {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: auto;
	}

	.events .row .column .title h2 {
		text-align: center;
		font-size: 35px;
		margin-top: 55px;
	}

	.events .row .column .title {
		/* margin-left: 65px; */
	}

	.events .row .column .title img {
		width: 40px;
		height: 35px;
		margin-top: 70px;
	}

	.events .row .sidecolumn .sidecard {
		width: 350px;
		min-height: 1000px;
	}

	.events .row .column .card img {
		width: 300px;
	}

	.row .sidecolumn .sidecard img {
		width: 320px;
		height: 400px;
	}

	.row .sidecolumn .sidecard .text2 p {
		font-size: 15px;
	}

	.container2 .events .row .sidecolumn {
		margin: auto;
	}

	.container2 .events .row .column {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: auto;
	}

	.container2 .events .row .column .cardspace {
		display: block;
	}

	.container2 .events .row .column .cardspace .card {
		max-width: 300px;
		/* margin-left: 50px; */
	}

	.bawahplans .topcard .left img {
		width: 281px;
		height: 320px;
	}
	.eventplan{
		margin-top: 550%;
	}

	.eventplanspace {
		display: block;
		max-width: 300px;
		height: auto;
		text-align: center;
		margin-top: 20px;
	}

	.eventplanspace img {
		margin-left: 0;
	}

	.formberita2 h2 {
		font-size: 40px;
		margin-left: 40px;
	}

	.formberita2 h4 {
		font-size: 18px;
		margin-left: 40px;
		width: 85%;
	}

	.formberita2 {
		margin-bottom: 20%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
	}

	.formberita2 .row {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: auto;
	}

	.formberita2 .row .column {
		padding: 0px;
		/* margin-left: 20px; */
	}

	.formberita2 .row .column .bigcard {
		max-width: 350px;
		/* margin-left: 17px; */
		height: auto;
	}

	.formberita2 .cardcontent p {
		font-size: 12px;
	}

	.formberita2 .column .text button {
		font-size: 20px;
		/* margin-top: 50px; */
	}

	.formberita2 .row .column .text {
		text-align: center;
		margin-left: 20px;
		width: 300px;
		padding-top: 20px;
	}

	.formberita2 .row .column .text hr {
		border: 1px solid black;
	}

	.botnews {
		margin-bottom: 1%;
		padding-bottom: 10px;
		height: 1400px;
		border-radius: 10px;
		margin-top: 35%;
	}

	.botnews .row {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
	}

	.botnews .row .column{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.botnews .newstitle {
		margin-left: 20px;
		display: flex;
		justify-content: center;
	}

	.botnews .newstitle img {
		margin-top: 28px !important;
		width: 40px !important;
		height: 35px !important;
	}

	.botnews .newstitle h1 {
		font-size: 40px !important;
		margin-top: 20px !important;
	}

	.botnews .newsbox {
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px !important;
		padding: 10px;
		display: flex;
		flex-direction: column;
		width: 325px !important;
		height: auto !important;
	}

	.botnews .newsbox img {
		width: 300px;
	}

	.botnews .newsbox .text {
		margin-top: 0px !important;
	}

	#col1 .newsbox:nth-child(2){
		display: none;
	}

	#col2 .newsbox:nth-child(2){
		display: none;
	}

	#event1 {
		display: none;
	}

	.booking{
		margin-bottom: 10%;
	}

	.booking .row {
		position: relative;
		z-index: 9;
		margin-top: -130%;
		width: 50%;
		display: flex;
		justify-content: center;
		/* margin: auto; */
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}

	.booking .formbook .bookcard input {
		padding: 10px;
	}

	.booking .formbook .bookcard input:nth-child(5) {
		padding: 10px;
	}

	.booking .formbook .bookcard select {
		width: 47.5%;
		height: 37px;
	}

	.booking .formbook input[type="submit"] {
		padding: 5px 60px 5px 60px;
		border-radius: 5px;
	}

	.booking .row .tellus {
		display: none;
	}

	.booking img {
		height: 600px;
		object-fit: cover;
		object-position: 75% 20%;
	}

	.booking .formbook .bookcard {
		width: 330px;
	}

	/* ================= EVENT & NEWS ================== */

	/* ================= ABOUT US ================== */

	.nilai {
		margin-bottom: 0px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.nilai h1 {
		margin-top: 10px;
		font-size: 35px;
	}

	.nilai .row {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: auto;
		/* margin-left: 50px; */
	}

	.nilai .row .column {
		height: 250px;
	}

	.vismis .row {
		display: block;
	}

	.vismis .row .column {
		width: 100%;
		padding-bottom: 20px;
	}

	.vismis .row .column img {
		border-radius: 0px;
		width: 100%;
	}

	.vismis .row .column .text {
		margin: auto;
		padding: 0px;
	}

	.vismis .row .column .text img {
		width: 70px;
		height: 70px;
	}

	.vismis .row .column .text .isitext h2 {
		font-size: 55px;
	}

	.vismis .row .column .text .isitext p {
		font-size: 20px !important;
		padding-right: 20px;
	}

	.joinus {
		width: 100%;
		height: auto;
		background-color: #eef7f6;
		border-radius: 1px;
		box-shadow: none;
	}

	.joinus .row {
		display: inline-block;
	}

	.joinus .row .column {
		width: 100%;
		border-radius: 0px;
		background-color: #eef7f6;
	}

	.joinus .row .column img {
		border-radius: 50%;
		width: 100%;
		object-fit: cover;
		object-position: 0% 0;
		height: 400px;
		/* height: auto; */
	}
	.joinus .row .column .text {
		height: auto;
		padding: 0px 10px 0px 10px;
		text-align: center;
	}

	.joinus .row .column .text h2 {
		padding-top: 0px;
		font-size: 40px;
		padding-left: 0;
	}

	.joinus .row .column .text p {
		text-align: center;
		font-size: 18px;
	}

	.joinus .row .column .text button {
		margin-top: 10px;
	}

	.faq {
		margin-top: 5%;
	}

	.faq h1 {
		font-size: 30px;
	}

	.qbox {
		width: 90%;
		height: auto;
	}

	.qboxlast {
		display: flex;
	}

	.qbox:last-child {
		display: block;
		height: auto;
	}

	.qbox .simbol{
		margin-right: 10px;
	}

	.qbox .simbol img{
		width: 25px;
		height: 25px;
	}

	.qbox p {
		font-size: 12px;
		width: 100%;
	}

	.qbox span {
		margin-left: 30px;
		/* padding: 10px; */
	}

	.qbox .answer {
		padding: 0px;
		height: auto;
		width: 90%;
	}


	.qbox:last-child span {
		margin-left: 30px;
		margin-top: 10px;
	}

	/* ================= ABOUT US ================== */

	/* ================= REGISTER/LOGIN ================== */

	.login {
		height: 800px;
	}

	.login .loginform {
		width: 400px;
		border-radius: 20px;
		padding-bottom: 10px;
	}

	.login .loginform .title h1 {
		font-size: 45px;
		padding: 0;
		padding-top: 10px;
	}

	.login .loginform .submitlogin {
		padding: 3px 85px 3px 85px;
		font-size: 30px;
	}

	.register {
		height: 800px;
	}

	.register .registerform {
		width: 400px;
		border-radius: 20px;
		padding-bottom: 10px;
	}

	.register .registerform .title h1 {
		font-size: 45px;
		padding: 0;
		padding-top: 10px;
	}

	.register .registerform .submitregister {
		padding: 3px 85px 3px 85px;
		font-size: 30px;
	}

	/* ================= REGISTER/LOGIN ================== */
}

/* ======================= TABLET MEDIA ======================= */
