@import url('https://fonts.googleapis.com/css?family=Figtree');
@import url('scrollbar.css'); /* scroll pada mobile*/
@import url('animated.css'); /* animasi */

html {
	scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Figtree';
    text-decoration: none;
} 
body {
	border:none;
	outline:none;
	font-size: 100%;
	line-height: inherit;
	line-height:1.6em;
	font-weight:400;
	background: #110621;
}
::-webkit-scrollbar {
    display: none;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	z-index: 9;
	overflow: hidden;
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

/* Posisi navbar kanan dan kiri */

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

/* Preloader */

.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:999999; 
	background-color:rgba(0,0,0,0); 
} 

.preloader .icon{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:1; 
	background-color:rgba(0,0,0,0); 
	background-position:center center; 
	background-repeat:no-repeat; 
	background-image:url(../img/icon/gear\ full\ 9.svg);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	animation: 2s gearAnimation linear infinite;
} 

.preloader .other-icon{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:2; 
	background-color:rgba(0,0,0,0); 
	background-position:center center; 
	background-repeat:no-repeat; 
	background-image:url(../img/icon/rebuild\ tanpa\ gear.svg);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	margin-left: 8px;
} 

.page-loaded .preloader .icon,
.page-loaded .preloader .other-icon{
	opacity:0; 
}

.preloader:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#ffffff;
	z-index:0; 
	-webkit-transform:translateX(0%);
	-ms-transform:translateX(0%);
	transform:translateX(0%);
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}

.page-loaded .preloader:before{
	-webkit-transform:translateX(-101%);
	-ms-transform:translateX(-101%);
	transform:translateX(-101%);
}

.preloader:after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#252742;
	z-index:2; 
	-webkit-transform:translateX(101%);
	-ms-transform:translateX(101%);
	transform:translateX(101%);
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}

.page-loaded .preloader:after{
	-webkit-transform:translateX(-101%);
	-ms-transform:translateX(-101%);
	transform:translateX(-101%);
}

/* Main Header */

.main-header{
	position: fixed;
	display: block;
	width: 100%;
	z-index: 99999;
	background-color:#252742;
}

/*=== Header Upper ===*/
.header-upper{
	position: relative;
	top: 0;
	background-color:#252742;
	height: 87px;
	left: 0;
    right: 0;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 1); /* Shadow di bawah header */
    transition: top 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.header-upper.sticky {
    top: 0;  /* Header akan berada di atas */
}

.main-header .nav-outer .logo-outer{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 12px;
	left: 50%;
	z-index:2;
	transform: translateX(-50%);
}

.main-header .nav-outer{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
	position: sticky;
	float: right;
	width:100%;
	z-index:1;
	margin-top: 5px;
}

.main-header .nav-outer .logo-header{
	display: inline-block;
	max-width: 71px;
	position: relative;
}

.main-header .nav-outer .logo-header img{
	position: relative;
	display: inline-block;
	width: 71px;
	height: 71px;
}

.main-header .nav-outer .logo-outer h1{
	margin: 0;
    color: white;
    font-size: 28px;
    font-family: "Figtree";
    font-weight: 600;
}

/* Main Menu */

.main-menu{
	position:relative;
	float:left;
	width:100%;
}

.main-menu .navbar-collapse{
	padding:0px;
	display:block !important;
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	z-index:2;
	padding:25px 0px;
	margin-right: 65px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.main-menu .navigation > li > a{
	font-family: "Figtree";
	position:relative;
	display:block;
	text-align:center;
	font-size:18px;
	line-height:28px;
	font-weight:500;
	opacity:1;
	color:white;
	padding: 0px;
	z-index:1;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	color: #ffffff;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:230px;
	z-index:100;
	display:none;
	opacity: 0;
    visibility: hidden;
	padding: 0px 0px;
	background-color: #ffffff;
	border-top: 2px solid #1C1E32;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
    transform: translateY(30px);
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	border-radius: 8px;
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:0%;
	height:100%;
	display:block;
	background:#252742;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover:before{
	width:100%;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 20px;
	line-height:24px;
	font-weight:500;
	font-size:15px;
	font-family: "Figtree";
	text-transform:capitalize;
	color:#252525;
	text-align: left;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;
}

.arrow {
    font-size: 10px;
    margin-left: 6px;
    transition: transform 0.3s ease;
	opacity: 0.5;
}

.main-menu .dropdown:hover .arrow {
    transform: rotate(180deg); /* Rotates arrow on hover */
	opacity: 1;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: "Figtree";
	content: "\f105";
	position:absolute;
	right:20px;
	top:12px;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:800;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:-2px;
	width:230px;
	z-index:100;
	display:none;
    padding: 0px 0px;
	background-color: #ffffff;
	border-top: 2px solid #3786ff;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
    transform: translateY(30px);
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > ul > li:hover:before{
	width:100%;	
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 20px;
	line-height:24px;
	font-weight:500;
	font-size:15px;
	font-family: "Figtree";
	text-transform:capitalize;
	color:#252525;
	text-align: left;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#ffffff;
}

.main-menu .navigation .dropdown {
    position: relative;
    display: inline-block;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
    transform: translateY(0);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.dropdown-toggle::after{
	display: none;
}

/* Mobile Menu */

.nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	color: white;
	display: none;
}

.mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .navbar-collapse{
	display:block !important;	
}

.mobile-menu .nav-logo{
	position:relative;
	padding:30px 25px;
	text-align:left;	
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #252742;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 0.70;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #252742;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn{
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
	transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
	color: black;
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
	filter: drop-shadow(0px 0px 1px white);
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	width: 100%;
	float: none;
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
	border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 15px;
	font-weight: 500;
	font-family: "Figtree";
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.mobile-menu .navigation li ul li > a{
	font-size: 16px;
	font-family: "Figtree";
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li > a:hover{
	color:white;	
}

.mobile-menu .navigation li.current > a:before{
	height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:6px;
	top:6px;
	width:32px;
	height:32px;
	text-align:center;
	font-size:16px;
	line-height:32px;
	color:#ffffff;
	background:rgba(255,255,255,0.10);
	cursor:pointer;
	border-radius:2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
	z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
	background:#7A25AE;	
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);	
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

.mobile-menu .social-links{
	position:relative;
	text-align:center;
	padding:30px 25px;
}

.mobile-menu .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
	position:relative;
	line-height:32px;
	font-size:16px;
	color:#ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
	padding: 10px;
	font-size: 20px;
}

.mobile-menu .social-links li a:hover{
	color: #7A25AE;	
}

/* Middle Section */
.main-section{
	box-sizing: border-box;
	background-color: #110621;
}
.section1 {
	font-family: "Plus Jakarta Sans", sans-serif;
	margin-top: 80px;
	position: relative;
	text-align: center;
	padding: 2rem;
	padding-bottom: 100px;
	background-color: #110621;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	
}
.background-image {
	position: absolute;
	width: 100%;
	opacity: 0.1;
	border-radius: 10px;
	transform: translate(-50%, -50%);
	top: 50%; 
    left: 50%;
	z-index: 1;
}

.shield-image {
    width: 100%;
	margin-top: 3rem;
    max-width: 1200px;
    height: auto;
    display: block; 
	object-fit: cover;
	z-index: 2;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    text-align: center;
    width: 80%; 
    max-width: 600px;
	z-index: 2;
}
.content h1 {
	margin: 0px auto 60px;
	font-size: 6vw;
	font-weight: bold;
	color: #12DEDB;
}
p {
	font-weight: bold;
	font-size: 1.5vw;
	color: white;
	margin-top: 10px;
}
.btn {	
	margin: 0px auto 60px;
	font-size: 1vw; 
	padding: 0.5vw 2vw; 
	background-color: #272A4D;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	transition: background 0.3s ease;
}
.btn:hover {
	background-color: #fff;
}
.btn a {
	color: #fff;
}
.btn:hover a {
	color: #252742;
}
.btn i {
    transition: transform 0.3s ease-in-out;
    transform-origin: center; 
}
.btn:hover i {
    transform: rotate(30deg); 
}


.section2 {
	background-color: #110621;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 100px;
	text-align: center;
	position: relative;
	z-index: 0;
}

.section2 .content-2 h1{
	font-family: "Plus Jakarta Sans", sans-serif;
	line-height: 1.5;
}
.left-hand {
	position: absolute;
	left: -300px;
	width: 115vh;
}
.right-hand {
	position: absolute;
	right: -140px;
	width: 70vh;
}
.content-2 h1 {
	font-size: 8vh;
	font-weight: bold;
	color: #fff;
}
.highlight {
    background: linear-gradient(to right, #5E21A3 , #9e43b4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.section3 {
	font-family: "Plus Jakarta Sans", sans-serif;
	padding: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card-visi {
	font-family: "Plus Jakarta Sans", sans-serif;
	position: relative;
	background: linear-gradient(to bottom, #252742, #1B1732, #000000);
	border-radius: 60px;
	padding: 40px;
	width: 900px;
    height: 330px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
}
.logovisi {
	width: 22%;
	margin-bottom: 20px;
}
h1 {
	color: #12DEDB;
	font-size: 55px;
	font-weight: bold;
}
.button-container {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.hover-button {
	background: none;
	border: none;
	color: white;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}
.hover-button i {
    transition: color 0.3s ease, transform 0.3s ease;
}
.hover-button:hover i {
	transform: translateX(5px);
}

/* VISI Card default */
#visiCard {
    transition: background-color 0.6s ease, padding 0.6s ease;
}
#visiText {
    overflow: hidden;
    transition: height 0.6s ease, opacity 0.3s ease 0.3s;
    height: 0;
    opacity: 0;
    font-size: 1.3rem;
    font-weight: 400;
	line-height: 1.3;
    color: white;
}
#visiCard.expanded h1 {
    color: #ffffff;
    font-size: 36px;
    transform: translateX(80px) translateY(-250px);
    transition: transform 0.6s ease, color 0.6s ease;
}
#visiCard.expanded img.logovisi {
    transform: scale(0.4) translateX(-50px) translateY(-280px);
    transition: transform 0.6s ease;
}
#visiCard.expanded #visiText {
    opacity: 1;
	max-width: 700px;
	max-height: 800px;
    color: #ffffff;
    margin-top: -200px;
}

.section4 {
	font-family: "Plus Jakarta Sans", sans-serif;
	margin-bottom: -20rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.card-misi {
	font-family: "Plus Jakarta Sans", sans-serif;
	position: relative;
	background: linear-gradient(to bottom, #252742, #1B1732, #000000);
	border-radius: 60px;
	padding: 40px;
	width: 900px;
    height: 750px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 1;
	cursor: pointer;
}
.logomisi {
	width: 22%;
	margin-bottom: 20px;
}
h1 {
	color: #12DEDB;
	font-size: 55px;
	font-weight: bold;
}
.button-container {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.hover-button {
	background: none;
	border: none;
	color: white;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}
.hover-button i {
    transition: color 0.3s ease, transform 0.3s ease;
}
.hover-button:hover i {
	transform: translateX(5px);
}

/* VISI Card default */
#misiCard {
    transition: background-color 0.6s ease, padding 0.6s ease;
}
#misiText {
    overflow: hidden;
    transition: height 0.6s ease, opacity 0.3s ease 0.3s;
    height: 0;
    opacity: 0;
    font-size: 1.3rem;
    font-weight: 400;
	line-height: 1.3;
    margin-top: 20px;
    color: white;
	text-align: left;
}
#misiCard.expanded h1 {
    color: #ffffff;
    font-size: 36px;
    transform: translateX(70px) translateY(-220px);
    transition: transform 0.6s ease, color 0.6s ease;
}
#misiCard.expanded img.logomisi {
    transform: scale(0.4) translateX(-60px) translateY(-250px) !important;
    transition: transform 0.6s ease;
}
#misiCard.expanded #misiText {
    opacity: 1;
	max-width: 900px;
	max-height: 900px;
    color: #ffffff;
    margin-top: -200px;

}

.section4 .blob2 {
	position: relative;
	left: -200px;
	bottom: 300px;
	width: 40%;
	opacity: 0.3;
}


.section5 {
	background-color: #110621;
	color: #fff;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-family: "Plus Jakarta Sans", sans-serif;
	height: 15rem;
	position: relative;
	margin-bottom: 7rem;
}
.section5 .content {
	max-width: 900px;
}
.section5 h1 {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
}
.section5 h1 span {
	background: linear-gradient(#5E21A3, #BF00FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.section5 p {
	font-weight: normal;
	font-size: 24px;
}
.section5 .emoji-container {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.section5 .jempol {
	position: relative;
	right: -370px;
	width: 50%;
}

.section6 {
	font-family: "Plus Jakarta Sans", sans-serif;
	background-color: #110621;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	position: relative;
	max-width: 800px;
	min-height: 50vh;
	color: white;
	font-family: Arial, sans-serif;
	text-align: left;
	margin-bottom: 10rem;
}

.section6 .stat {
	display: flex;
	align-items: center;
	padding: 20px 30px; 
	margin-bottom: 40px;
}
.section6 .number {
	line-height: 1; 
	font-size: 96px;
    font-weight: bold;
    color: #5F21A4;
    flex-shrink: 0;
    margin-right: 15px;
    white-space: nowrap;
}
.section6  p {
	margin-bottom: 10px;
	display: flex;
	line-height: normal;
	font-size: 32px;
}

/* =============== section Footer ================ */
footer {
	background-color: #252742;
	color: white;
  
  }
  
  .footer-container {
	display: flex;
	position: relative;
	justify-content: space-around;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 1200px;
	margin: 0 auto;
  }
  
  .footer-text{
	display: flex;
	position: relative;
	flex-wrap: wrap;
	gap: 140px;
	padding: 20px 20px 0 250px;
  }
  
  .footer-section h4 {
	font-size: 1.3em;
	margin-bottom: 10px;
	font-family: "Figtree";
  }
  
  .footer-section ul li {
	list-style: none;
	margin: 15px 0;
  }
  
  .footer-section ul li a {
	color: white;
	text-decoration: none;
	transition: color 0.3s ease;
	font-size: 1.0em;
	font-family: "Figtree";
  }
  
  .footer-section ul li a:hover {
	color: #222;
  }
  
  .logo-section {
	text-align: center;
	max-width: 170px;
	margin-left: 40px;
	padding-top: 40px;
  }

  .logo-section h3{
	margin: 0;
    color: white;
    font-size: 1.3em;
    font-family: "Figtree";
    font-weight: 600;
	line-height: 44px;
	letter-spacing: 1px;
  }
  
  .logo-footer {
	width: 150px;
	height: 150px;
	justify-content: center;
	
  }
  
  .footer-bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 20px;
	background-color: #252742;
  }
  
  .footer-line {
	width: 100%;
	height: 5px;
	background-color: rgb(255, 255, 255);
	margin-bottom: 10px;
  }
  
  .footer-bottom p {
	margin: 5px 0;
	color: white;
	font-size: 18px;
	text-align: center;
	font-family: "Figtree";
  }
  
  .footer-logo-container {
	display: flex;
	align-items: center;
  }
  
  .footer-logo {
	max-width: 50px;
	margin: 10px 10px 10px 0;
  }
  
  .footer-logo-container p {
	margin: 0;
	color: white;
	font-size: 18px;
	font-family: "Figtree";
  }
  
  .social-icons {
	display: flex;
	justify-content: center;
	margin-top: 5px;
  }
  
  .social-icons a {
	position:relative;
	line-height:32px;
	font-size:16px;
	color:#ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
	margin: 0 5px;
	font-size: 20px;
	transition: color 0.3s ease;
	border-radius: 50%;
	padding: 5px;
  }  
  .social-icons a:hover {
	color: #ffffffc2;
	background-color: #000000b0;
  }