/*
Imminent - Coming Soon Template by Themewagon
Version: 1.0
Author: ThemeWagon
Author URI: http://www.themewagon.com
*/


/* =Common Styles
-------------------------------------------------------------- */

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

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

body {
	background: #ffffff;
	color: #0f172a;
	font-family: 'Inter', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

section {
	overflow: hidden;
}

::selection {
	background: #2563eb;
	color: #fff;
}

/* =Typography
-------------------------------------------------------------- */
h1 {
	font-size: 64px;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: #0f172a;
	margin-bottom: 24px;
	background: linear-gradient(135deg, #0f172a 0%, #2563eb 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

h2 {
	font-size: 13px;
	font-weight: 800;
	line-height: 1em;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	color: #2563eb;
	margin-bottom: 30px;
	opacity: 0.8;
}

.sub-title {
	font-size: 19px;
	font-weight: 300;
	line-height: 1.8;
	color: #64748b;
	margin-top: 25px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.01em;
}


/* =Layout Content
-------------------------------------------------------------- */
.wrapper {
	text-align: center;
	position: absolute;
	overflow: hidden;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

#scene {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

.layer {
	width: 100%;
	height: 100%;
}

/* Background Building Overlay */
.background {
	background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../images/bg-bapenda.jpg) no-repeat 50% 50%;
	bottom: -20px;
	background-size: cover;
	position: absolute;
	width: 110%;
	height: 110%;
	left: -5%;
	top: -5%;
	filter: saturate(1.1);
	opacity: 0.45;
}

/* Hero & Positioning */
.title {
	display: block;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 100;
	top: 15%;
	left: 0;
}

.hero {
	display: block;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 5;
	top: 55%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* Cinematic Animations */
.title h2 {
	animation: fadeInUp 1s cubic-bezier(0.2, 0.8, 0.2, 1) 0.5s forwards;
	opacity: 0;
}

.title .line {
	animation: scaleWidth 1s cubic-bezier(0.2, 0.8, 0.2, 1) 0.7s forwards;
	width: 0 !important;
	opacity: 0;
}

.hero #countdown {
	animation: fadeInUp 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) 0.8s forwards;
	opacity: 0;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	cursor: default;
}

.hero #countdown:hover {
	transform: scale(1.02);
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 50px 120px -20px rgba(37, 99, 235, 0.15);
	border-color: rgba(37, 99, 235, 0.3);
}

.hero .sub-title {
	animation: fadeInUp 1s cubic-bezier(0.2, 0.8, 0.2, 1) 1s forwards;
	opacity: 0;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes scaleWidth {
	from {
		width: 0;
		opacity: 0;
	}

	to {
		width: 50px;
		opacity: 1;
	}
}


/* Logo Hierarchy */
.logos-header {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	margin-bottom: 40px;
	background: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	padding: 20px 40px;
	border-radius: 100px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.05);
	display: inline-flex;
}

.logo-header-item {
	height: 55px;
	width: auto;
	filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.05));
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.logo-header-item:hover {
	transform: translateY(-8px) scale(1.05);
}

.logo-baubau {
	height: 100px;
	margin-right: 20px;
}

.logo-mpad {
	height: 75px;
}

.logo-bapenda {
	mix-blend-mode: multiply;
}

.bapenda-logo {
	mix-blend-mode: multiply;
}

@keyframes shimmer {
	from {
		transform: translateX(-150%) rotate(30deg);
	}

	to {
		transform: translateX(150%) rotate(30deg);
	}
}


@keyframes float {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-20px);
	}

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

/* Countdown Card */
#countdown {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.65);
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	border: 1px solid rgba(255, 255, 255, 1);
	padding: 5vh 5vw;
	border-radius: 40px;
	box-shadow: 0 40px 100px -20px rgba(0, 0, 0, 0.1);
	margin: 20px auto;
	width: 95vw;
	max-width: 1400px;
}

#countdown div {
	margin: 0 2vw;
	text-align: center;
}

#countdown div strong {
	font-size: 15vw;
	font-weight: 900;
	color: #0f172a;
	line-height: 1;
	display: block;
	letter-spacing: -0.04em;
	-webkit-text-fill-color: #0f172a;
}

#countdown div span {
	font-size: 2.5vw;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #94a3b8;
	margin-top: 15px;
	display: block;
}

.line {
	display: block;
	margin: 25px auto;
	width: 50px;
	height: 5px;
	background: linear-gradient(90deg, #2563eb, #7dd3fc);
	border-radius: 10px;
}

.contact {
	display: block;
	width: 100%;
	position: absolute;
	z-index: 2;
	text-align: center;
	bottom: 5%;
	color: #94a3b8;
	font-size: 13px;
	letter-spacing: 0.02em;
}

.contact a {
	color: #475569;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.3s ease;
}

.contact a:hover {
	color: #2563eb;
}

.contact .icons {
	margin-bottom: 25px;
}

.contact .icons li a {
	font-size: 20px;
	color: #cbd5e1;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.contact .icons li a:hover {
	color: #2563eb;
	transform: scale(1.2) translateY(-5px);
}



/* Flakes Sizing */
.depth-5 img,
.depth-4 img,
.depth-3 img,
.depth-2 img,
.depth-1 img {
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6, 0.6);
	transform: scale(0.6);
}

/* Flakes Positioning */
.depth-5 {
	position: absolute;
	right: -100%;
	top: -24%;
}

.depth-4 {
	position: absolute;
	left: -10%;
	top: 37%;
}

.depth-3.flake1 {
	display: none;
}

.depth-3.flake2 {
	position: absolute;
	right: 16%;
	bottom: 20%;
}

.depth-3.flake3 {
	position: absolute;
	left: 10%;
	bottom: 16%;
}

.depth-3.flake4 {
	display: none;
}

.depth-2.flake1 {
	display: none;
}

.depth-2.flake2 {
	display: none;
}

.depth-1.flake1 {
	display: none;
}

.depth-1.flake2 {
	position: absolute;
	right: 40%;
	top: 50%;
}

.depth-1.flake3 {
	display: none;
}

.depth-1.flake4 {
	position: absolute;
	right: 0;
	top: 0;
}


/* =Responsive Styles
-------------------------------------------------------------- */
@media (max-width: 1024px) {
	h1 {
		font-size: 48px;
	}

	#countdown div strong {
		font-size: 18vw;
	}

	#countdown div span {
		font-size: 3vw;
	}

	#countdown div {
		margin: 0 15px;
	}

	.mpad-hero-logo {
		height: 80px;
	}

	.logos-container {
		gap: 20px;
		padding: 10px 25px;
	}

	.logo-item {
		height: 32px;
	}
}

@media (max-width: 768px) {
	h1 {
		font-size: 36px;
	}

	#countdown div strong {
		font-size: 20vw;
	}

	#countdown div span {
		font-size: 4vw;
	}

	#countdown div {
		margin: 10px;
	}

	.sub-title {
		font-size: 16px;
		padding: 0 20px;
	}

	.title {
		top: 10%;
	}

	.hero {
		top: 52%;
	}
}

@media (max-width: 480px) {
	h1 {
		font-size: 28px;
	}

	#countdown div strong {
		font-size: 22vw;
	}

	#countdown div span {
		font-size: 5vw;
	}

	.mpad-hero-logo {
		height: 60px;
	}

	.logos-container {
		gap: 15px;
	}

	.logo-item {
		height: 24px;
	}

	.contact {
		font-size: 11px;
		bottom: 2%;
	}
}

/* =Animation
-------------------------------------------------------------- */
@keyframes wave {
	0% {
		transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
	}

	100% {
		transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
	}
}

.depth-5 {
	animation: wave 9s 0.1s infinite linear;
}

.depth-4 {
	animation: wave 7s 0.1s infinite linear;
}

.depth-3 {
	animation: wave 6s 0.1s infinite linear;
}

.depth-2 {
	animation: wave 5s 0.1s infinite linear;
}

.depth-1 {
	animation: wave 4s 0.1s infinite linear;
}



/* =404
-------------------------------------------------------------- */

.snap {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/404-background.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
}

.snap .line {
	margin-bottom: 70px;
}

.button {
	display: inline-block;
	margin-top: 80px;
	text-decoration: none;
	font-size: 9px;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #161a1b;
	background: transparent;
	border: 1px solid rgb(23, 26, 28);
	border: 1px solid rgba(23, 26, 28, .3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 4px;
	padding: 15px 25px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.button:hover {
	background: rgb(23, 26, 28);
	color: #fff;
	border: 1px solid rgb(23, 26, 28);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


@media all and (min-width: 700px) {
	.button {
		font-size: 12px;
		border-radius: 10px;
		padding: 25px 45px;
	}
}

/* =Fullscreen Toggle
-------------------------------------------------------------- */
.fullscreen-toggle {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 9999;
	box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	color: #2563eb;
	font-size: 20px;
}

.fullscreen-toggle:hover {
	transform: scale(1.1);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 15px 40px -5px rgba(37, 99, 235, 0.2);
}

.fullscreen-toggle i {
	transition: transform 0.3s ease;
}

@media (max-width: 768px) {
	.fullscreen-toggle {
		top: 15px;
		right: 15px;
		width: 40px;
		height: 40px;
		font-size: 16px;
	}
}