@font-face {
    font-family: 'Montserrat SemiBold';
    src: url('fonts/Montserrat-SemiBold.eot');
    src: url('fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('fonts/Montserrat-SemiBold.woff') format('woff'),
        url('fonts/Montserrat-SemiBold.ttf') format('truetype'),
        url('fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('fonts/Montserrat-Bold.eot');
    src: url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff'),
        url('fonts/Montserrat-Bold.ttf') format('truetype'),
        url('fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Regular';
    src: url('fonts/Montserrat-Regular.eot');
    src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff'),
        url('fonts/Montserrat-Regular.ttf') format('truetype'),
        url('fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro Regular';
    src: url('fonts/MyriadPro-Regular.eot');
    src: url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('fonts/MyriadPro-Regular.woff') format('woff'),
        url('fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face{
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
		url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
		url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
		url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
		url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style:normal;
}

html, body{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-position: 100% 100%;
	background-attachment: fixed;
}
.body-landing{
	overflow: hidden;
}

button,
input,
textarea{
	outline: none;
}

.err{
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	color: rgb(251, 255, 0);
	display: none;
	font-family: 'Helvetica';
	font-size: 14px;
	margin-top:5px;
}
.err1{
	color: red;
}

.swal-sm {
	width: 350px !important;
	font-size: 14px;
}

.swal-sm .swal2-popup {
  padding-top: 2.5em !important;
}

.swal-sm .swal2-title {
  	font-size: 16px !important;
}

.swal-sm .swal2-html-container {
  	font-size: 14px !important;
}

.swal-sm .swal2-confirm,
.swal-sm .swal2-cancel {
	padding: 4px 12px !important;
	font-size: 14px !important;
	border-radius: 4px !important;
}

/* Ukuran ikon swal2 (success, error, warning, dll) */
.swal-sm .swal2-icon {
	width: 50px !important;
	height: 50px !important;
	margin-top: 30px !important;
	margin-bottom: 10px !important;
}

/* Success icon (centang) penyesuaian */
.swal-sm .swal2-icon.swal2-success .swal2-success-line-tip,
.swal-sm .swal2-icon.swal2-success .swal2-success-line-long {
	height: 3px !important;
	background-color: #4ba319;
}

.swal-sm .swal2-icon.swal2-success .swal2-success-line-tip {
	top: 26px !important;
	left: 8px !important;
	width: 18px !important;
	transform: rotate(45deg);
}

.swal-sm .swal2-icon.swal2-success .swal2-success-line-long {
	top: 22px !important;
	right: 3px !important;
	width: 30px !important;
	transform: rotate(-45deg);
}

/* Lingkaran icon success */
.swal-sm .swal2-icon.swal2-success .swal2-success-ring {
	width: 50px !important;
	height: 50px !important;
	border-width: 4px !important;
}

/* Error icon (X) penyesuaian */
.swal-sm .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
	top: 23px !important;
	width: 30px !important;
	height: 3px !important;
	background-color: #e93c3c;
}

.swal-sm .swal2-icon.swal2-error .swal2-x-mark-line-left {
	left: 10px !important;
	transform: rotate(45deg);
}

.swal-sm .swal2-icon.swal2-error .swal2-x-mark-line-right {
	right: 10px !important;
	transform: rotate(-45deg);
}

body, html {
	margin: 0px;
	padding: 0px;
}

	.cover-logo {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
		max-width: 1000px;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 9999;
	}
	.cover-logo img {
		display: block;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.body{
		position: relative;
		display: block;
		width: 100%;
		min-height: 100%;
		background-image: url('../../images/bg-mobile.png');
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center top;
	}

		.header{
			position: relative;
			display: block;
			width: 100%;
		}
			.logo{
				position: relative;
				display: block;
				width: 100%;
				text-align: center;
				margin: 0px auto;
				padding: 30px 10px;
			}
				.logo img{
					width: 80%;
					height: auto;
				}
			/* === CONTAINER === */
			.tab-container {
				display: flex;
				justify-content: center;
				align-items: center;
				padding: 10px;
				width: 100%;
				max-width: 800px;
				position: relative;
				overflow: hidden;
				left: 50%;
				transform: translateX(-50%);
			}
			/* === TAB ITEM === */
			.tab-item {
				flex: 1;
				text-align: center;
				font-size: 13px;
				font-weight: bold;
				transition: all 0.3s ease;
				cursor: pointer;
				border-right: 2px solid transparent;
				position: relative;
			}
				.tab-item img{
					width: 100%;
					height: auto;
				}

		.content{
			position: relative;
			display: block;
			width: 90%;
			left: 50%;
			transform: translateX(-50%);
			padding-top: 30px;
		}
			.box-info-web{
				position: relative;
				display: block;
				width: 100%;
				padding: 0px 10px;
				margin-bottom: 30px;
			}
				.welcome{
					position: relative;
					display: block;
					width: 100%;
					padding: 0px 10px;
					background-color: #fff;
					color: #0599c8;
					font-family: 'Montserrat SemiBold';
					font-size: 14px;
					text-align: justify;
					padding: 20px;
					border-radius: 20px;
					box-shadow: inset 0px -8px 16px -8px rgba(0,0,0,0.5);
				}
				.box-info-web img{
					width: 100%;
					height: auto;
				}
			.box-jadwal{
				position: relative;
				display: block;
				width: 100%;
				padding: 0px 10px;
				margin-bottom: 50px;
			}
				.box-jadwal img{
					width: 100%;
					height: auto;
				}
			.box-rundown{
				position: relative;
				display: block;
				width: 100%;
				padding: 0px 10px;
				padding-bottom: 50px;
			}
				.judul-segment{
					position: relative;
					display: block;
					width: 100%;
					text-align: center;
					font-family: 'Montserrat Bold';
					font-size: 32px;
					line-height: 36px;
					color: #fff;
					margin-bottom: 20px;
				}
				.box-rundown img{
					width: 100%;
					height: auto;
				}
			.box-dresscode{
				position: relative;
				display: block;
				width: 100%;
				padding: 0px 10px;
				padding-bottom: 50px;
				text-align: center;
			}
				.box-dresscode img{
					width: 90%;
					height: auto;
				}
			.box-map{
				position: relative;
				display: block;
				width: 100%;
				padding: 0px 10px;
				padding-bottom: 50px;
			}
				.frame-map{
					position: relative;
					display: block;
					width: 100%;
					height: auto;
					background-color: #fff;
					padding: 20px;
					margin-top: 20px;
					border-radius: 10px;
				}
					.icon-map{
						position: absolute;
						display: block;
						width: 50px;
						height: 50px;
						top: -20px;
						left: -20px;
					}
					.frame-map iframe{
						width: 100%;
						height: 300px;
						border: none;
					}
					.alamat-map{
						position: relative;
						display: block;
						width: 100%;
						text-align: center;
						font-family: 'Helvetica';
						font-size: 14px;
						color: #165674;
						padding-top: 10px;
					}
			.box-daftar{
				position: relative;
				display: block;
				width: 100%;
				padding: 0px 20px;
				padding-bottom: 80px;
				text-align: center;
			}
				.btn-daftar {
					display: inline-block;
					width: 80%;
					max-width: 300px;
					padding: 15px 10px;
					border: none;
					cursor: pointer;
				}
				.btn-daftar-disabled {
					filter: grayscale(100%);
					cursor: default !important;
				}

			.box-login{
				position: relative;
				display: block;
				width: 100%;
				padding: 0px 20px;
				margin-top: 20px;
			}
				.isi-login{
					position: relative;
					display: block;
					width: 100%;
					text-align: center;
					font-family: 'Montserrat Regular';
					font-size: 14px;
					margin-top: 50px;
				}
					.isi-login label{
						position: relative;
						display: block;
						width: 100%;
						text-align: center;
						color: #fff;
						font-family: 'Montserrat SemiBold';
						font-size: 16px;
						margin-bottom: 5px;
					}
					.input-form{
						position: relative;
						display: block;
						width: 100%;
						padding: 10px 20px;
						font-family: 'Montserrat Regular';
						font-size: 14px;
						border: none;
						box-shadow: 0px 0px 10px rgba(88, 88, 88, 0.5);
						border-radius: 5px;
						margin-bottom: 10px;
						border-radius: 30px;
					}
						.sub-label{
							position: relative;
							display: block;
							width: 100%;
							text-align: center;
							color: #fff;
							font-family: 'Montserrat Regular';
							font-size: 12px;
							line-height: 14px;
							margin-bottom: 10px;
						}

			.pernyataan{
				position: relative;
				display: none;
				width: 100%;
				margin-top: 60px;
				margin-bottom: 100px;
			}
				.isi-pernyataan{
					position: relative;
					display: block;
					width: 95%;
					left: 50%;
					transform: translateX(-50%);
					text-align: justify;
					font-family: 'Montserrat Regular';
					font-size: 14px;
					background-color: #fff;
					color: #26af98;
					padding: 25px;
					border-radius: 25px;
					box-shadow: inset 0px -8px 16px -8px rgba(0,0,0,0.5);
					margin-bottom: 30px;
				}
					.isi-pernyataan .row .col-5,
					.isi-pernyataan .row .col-7{
						font-family: 'Montserrat SemiBold';
						color: #9d367b;
					}
						.isi-pernyataan .row .col-5 input,
						.isi-pernyataan .row .col-7 input{
							margin-right: 5px;
						}
			
			.workshop{
				position: relative;
				display: none;
				width: 100%;
				margin-top: 100px;
			}
				.isi-workshop{
					position: relative;
					display: block;
					width: 95%;
					left: 50%;
					transform: translateX(-50%);
					text-align: center;
					font-family: 'Montserrat SemiBold';
					font-size: 18px;
					line-height: 22px;
					background-color: #fff;
					color: #9d367b;
					padding: 35px 25px;
					padding-top: 80px;
					border-radius: 25px;
					box-shadow: inset 0px -8px 16px -8px rgba(0,0,0,0.5);
					margin-bottom: 30px;
				}
					.img-workshop{
						position: absolute;
						display: block;
						width: 30%;
						left: 50%;
						transform: translateX(-50%);
						top: -50px;
						height: auto;
						margin: 0px auto;
					}
					.judul-workshop{
						font-family: 'Montserrat Bold';
						font-size: 38px;
						margin-bottom: 30px;
						color: #26af98;
					}
					.pilihan-workshop{
						position: relative;
						display: block;
						margin-top: 50px;
						color: #000;
						text-align: left;
						font-family: 'Montserrat Regular';
						font-size: 16px;
					}
						.pilihan-workshop input{
							margin-right: 10px;
						}
						.penuh{
							filter: grayscale(100%);
						}

			.privacy{
				position: relative;
				display: block;
				width: 100%;
				margin-top: 50px;
				text-align: center;
				font-family: 'Montserrat Regular';
				font-size: 14px;
				color: #fff;
			}

				.box-thanks{
					position: relative;
					display: block;
					width: 100%;
					padding: 0px 10px;
					background-color: #fff;
					color: #26af98;
					font-family: 'Montserrat SemiBold';
					font-size: 14px;
					text-align: justify;
					padding: 20px;
					border-radius: 20px;
					box-shadow: inset 0px -8px 16px -8px rgba(0,0,0,0.5);
				}

			

		/* ================= FOOTER (Mobile First) ================= */
		.footer {
			position: relative;
			display: block;
			width: 100%;
			padding: 30px 50px;
			padding-bottom: 150px;
		}
			.footer-img {
				position: absolute;
				height: auto;
				margin-bottom: 150px;
			}
			/* Logo tengah (gambar 2) di atas & center */
			.footer-img-2 {
				top: 0;
				left: 50%;
				transform: translateX(-50%);
				width: 80%;
			}
			/* Logo kiri bawah */
			.footer-img-1 {
				bottom: -80px;
				left: 10px;
				height: 52px;
			}
			/* Logo kanan bawah */
			.footer-img-3 {
				bottom: -80px;
				right: 10px;
				height: 52px;
			}


/*Tablet / iPad / Laptop Portraid*/
@media only screen
and (min-width: 601px) {
		.header {
			background-image: url('../../images/bg-desktop.jpg');
			background-position: top center;
			background-size: 100% auto;
			background-repeat: no-repeat;
			position: fixed;
			display: flex;
			justify-content: space-between;
			align-items: center;
			top: 0;
			width: 100%;
			z-index: 9999;
			font-size: 0px;
			box-shadow: 0 4px 16px rgba(0,0,0,0.08), 0 1.5px 0 rgba(0,151,208,0.08);
			padding: 10px;
		}
			.logo {
				position: relative;
				display: flex;
				align-items: center;
				justify-content: flex-start;
				width: 200px;
				text-align: left;
				margin: 0;
				padding: 0 20px;
				border: none;
			}
				.logo img {
					width: 100%;
					height: auto;
				}
		.tab-container {
			position: relative;
			display: flex;
			justify-content: flex-end;
			align-items: center;
			width: auto;
			flex: 1;
			border: none;
			box-shadow: none;
			left: 0;
			transform: none;
			border-radius: 0;
			background: transparent;
			filter: none;
		}
			.tab-item {
				flex: 0 0 auto;
				text-align: center;
				cursor: pointer;
				position: relative;
				width: 30%;
				max-width: 250px;
				margin-left: 30px;
			}

		.content{
			width: 70%;
			padding-top: 150px;
		}
			.box-info-web{
				margin-bottom: 80px;
			}
				.welcome{
					padding: 30px;
					border-radius: 20px;
				}
			.box-jadwal{
				padding: 0px 30px;
				margin-bottom: 80px;
			}
			.box-rundown{
				padding: 0px 30px;
				padding-bottom: 80px;
				text-align: center;
			}
				.judul-segment{
					font-size: 36px;
					line-height: 40px;
					margin-bottom: 30px;
				}
				.box-rundown img{
					width: 90%;
				}
			.box-dresscode{
				padding: 0px 30px;
				padding-bottom: 80px;
				text-align: center;
			}
				.box-dresscode img{
					width: 80%;
					height: auto;
				}
			.box-daftar{
				position: relative;
				display: block;
				width: 100%;
				padding: 0px 20px;
				padding-bottom: 80px;
				text-align: center;
			}
				.btn-daftar {
					display: inline-block;
					width: 80%;
					max-width: 300px;
					padding: 15px 10px;
					border: none;
					cursor: pointer;
				}

			.box-login{
				padding: 0px 80px;
				padding-bottom: 80px;
				margin-top: 20px;
			}
				.isi-workshop{
					font-size: 18px;
					line-height: 22px;
					padding: 35px 25px;
					padding-top: 80px;
					margin-bottom: 30px;
				}
					.img-workshop{
						width: 20%;
						top: -50px;
					}
					.judul-workshop{
						font-size: 38px;
						margin-bottom: 30px;
					}

	/* Footer: tablet ke atas -> baris horizontal */
	.footer { 
		display: flex;
		justify-content: center; 
		align-items: center; 
		gap: 50px; 
		padding: 0;
		height: auto; 
	}
		.footer-img { 
			position: static; 
			transform: none; 
			width: auto; 
			max-width: 160px; 
			margin-bottom: 50px;
		}
		.footer-img-2 { max-width: 210px; }
}


/*Tablet / iPad / Laptop Landscape*/
@media only screen
and (min-width: 1024px) {
	.body{
		background-image: url('../../images/bg-desktop.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
		background-attachment: fixed;
	}

		.content{
			width: 70%;
			max-width: 650px;
			padding-top: 150px;
		}
}


/*Laptop / Desktop*/
@media only screen
and (min-width: 1280px) {
		.header {
			padding: 20px 50px;
		}
			.logo {
				width: 250px;
			}
}


/*Desktop 1366*/
@media only screen
and (min-width: 1366px) {
	
}


/*Desktop MAC*/
@media only screen
and (min-width: 1440px) {
		.header {
			padding: 20px 100px;
		}
}


/*Desktop Full HD MAC*/
@media only screen
and (min-width: 1680px) {
	
}


/*Desktop Full HD*/
@media only screen
and (min-width: 1920px) {
		
}