@font-face{
	font-family:"Audiowide";
	src:url("../res/new/Audiowide.ttf");
	}
@font-face{
	font-family:"Spacemono";
	src:url("../res/new/SpaceMono-Regular.ttf");
	}

html {
	scroll-behavior: smooth;
}

* {
    margin: 0 auto;
	font-family:"Audiowide";
	font-size: 18px;
}
#cont {
	padding-top: 10vh;
	width: 100%;
	height: 90vh;
	text-align: center;
	background-color: rgba(9,24,61,1);
}
#qr {
	margin-top: 2vh;
	width: 12%;
	color: #038772;
	background-color: #038772;
	border: 0;
	box-shadow: inset 0 0 0 rgba(10,10,10,.1);
	padding: 0;
}
#cont table {
	margin-top: 5vh;
	margin-bottom: 4vh;
}
#tbl-data {
	
	display: none;
}
#cont table td {
	color: #ffffff;
	padding: 3px 30px 3px 15px;
	font-size: 10px;
	border: 1px solid rgba(255,255,255,.1);
}
input[type=button]#qrdone {
	width: 130px;
	background-color: #00ff00;;
	border: 0;
	cursor: pointer;
	padding: 7px;
	border-radius: 10px;
	display: none;
}
#cont p {
	color: #ffffff;
}
#cont #photo {
	margin: 3vh 0 2vh 0;
	width: 160px;
}
#loader_con {
	z-index:99999;
	width:100%;
	height:100%;
	position:fixed;
	background-color:rgba(0,0,0,.4);
	display:none;
	}

#loader { 
	border: 12px solid #f3f3f3; 
	border-radius: 50%; 
	border-top: 12px solid #444444; 
	width: 70px; 
	height: 70px; 
	animation: spin 1s linear infinite;
	
	} 
          
@keyframes spin { 
	100% { 
		transform: rotate(360deg); 
		} 
	} 
          
.center { 
	position: absolute; 
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	margin: auto; 
	} 
#menubar2 {
	display: none;
	width: 100%;
    background-color: rgba(9,24,61,1);
	position: fixed;
}
#main-container, #content-cont {
    width: 100%;
	overflow: hidden;
}
#mob-menu {
	display: none;
}
#menubar {
    width: 100%;
    background-color: rgba(9,24,61,1);
	position: fixed;
	z-index: 5; 
}
#tb-menubar {
	width: 73%;
	padding: 15px 1% 10px 1%;
	border-bottom: 1.5px solid rgba(255,255,255,1.00);
	 z-index: 5; 

}
#tb-menu2 {
	padding: 20px 0 20px 0;
	  z-index: 5; 

}
#tb-menu2 td {
	padding: 0 15px 0 15px;
	  z-index: 5; 

}
#menubar a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
#menubar a:hover {
	
}

/* Animasi background gradasi */
@keyframes rainbowShift {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
	
#menubar a#regis, #form-regis a#regis {
	color: rgba(9,24,61,1);
	background-color: #00ff00;
	padding: 5px 13px 5px 13px;
	font-size: 16px;
	text-decoration: none;
		z-index: 99;
}
#menubar a#regis:hover {
  background: linear-gradient(45deg, #0000ff, #ff00ff);
  color: #ffffff;
  transition: background 0.5s ease, color 0.5s ease;
}

/* Animasi background gradasi */
@keyframes rainbowShift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
#headlogo {
	width: 130px;
}
.white {
	color: rgba(255,255,255,1.00);
}
.inline {
	display: inline-block;
}
.bg-image-container {
  background-image: url("../res/new/home-bg2.jpg"); /* Ganti sesuai lokasi file */
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 200px;       /* Atur ruang di dalam */
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin: 50px 0 0 -15vw;
  background-color: black;
  padding: 150px 0 150px 0;
}
.bg-image-container::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Overlay gelap agar teks lebih jelas */
  z-index: 1;
}
.bg-image-container > * {
  position: relative;
  z-index: 2;
}
.bg-image-container2 {
  background-image: url("../res/new/bg4.jpg"); /* Ganti sesuai lokasi file */
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 200px;       /* Atur ruang di dalam */
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin: 50px 0 0 -15vw;
  background-color: rgba(255, 255, 255, 0);
  padding: 150px 0 150px 0;
}
.bg-image-container2::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Overlay gelap agar teks lebih jelas */
  z-index: 1;
}
.bg-image-container2 > * {
  position: relative;
  z-index: 2;
}
.countdown-grid {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
  text-align: center;
}


.bg-image-container-mobile2 {
  background-image: url("../res/new/bg4.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0);

  width: 100vw;
  height: auto;
  margin: 0;
  padding: 80px 20px; /* Lebih kecil dari desktop */
  text-align: center;
  color: white;

  position: relative;
  overflow: hidden;
  z-index: 1;
}

.bg-image-container-mobile2::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.bg-image-container-mobile2 > * {
  position: relative;
  z-index: 1;
}


.countdown-mobile {
  font-size: 1.2rem;
  margin-top: 5px;
  color: white;
}

.countdown-grid-mobile {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 10px;
  text-align: center;
}


.count-item {
  font-size: 1.2rem;
}
.count-item span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
.countdown {
  font-size: 2rem;
  margin-top: 5px;
}
.sizechart-center {
	
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.align-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Jika table tidak otomatis menyesuaikan */
.align-center table {
  margin: 0 auto;
}

.width50 {
	width: 49%;
}
.pl20 {
	padding-left: 25px;
}
.pointer {
	cursor: pointer;
}
.mission-icon {
	width: 180px;
	padding: 0px 0px 0px 0px;
}
.mission-icon2 {
	width: 300px;
	padding: 0px 0px 0px 0px;
	margin-left: -10px;
}
.mission-icon3 {
	width: 500px;
	padding: 0px 0px 0px 0px;
}
.mission-icon4 {
	width: 350px;
	padding: 0px 0px 0px 0px;
	margin-left: -10px;
}
#home {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
#home {
  position: relative;
  z-index: 0; /* pastikan kontainer tidak di atas */
  overflow: hidden;
}

/* Navbar dan PNG kamu harus ada di atas */
#home-blur,
#home-content,
#home-content * {
  position: relative;
  z-index: 2; /* ini kunci agar di atas video */
}

/* Video background */
#home video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; /* PALING BELAKANG */
  pointer-events: none;
}


#home-blur {
	background-color: rgba(0,0,0,.5);
}
#home p {
	color: rgba(255,255,255,1.00);
}
#home #p1 {
	padding-bottom: 8px;
}
#home #p2 {
	padding-bottom: 30px;
	font-weight: bold;
}
#home #p3 {
	padding-bottom: 3px;
	font-weight: bold;
}
#home #p4 {
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 50px;
	font-style: italic;
	color: rgba(0,248,196,1.00)
}
#home #p5 {
	padding-bottom: 20px;
	font-weight: bold;
	font-style: italic;
}
table#dashtable td {
	font-size: 10px;
	text-align: center;
	padding: 5px 15px 5px 15px;
	border: 1px solid #29f969;
}
table#dashtable th {
	font-size: 20px;
	padding: 5px 15px 5px 15px;
	border: 1px solid #29f969;
	background-color: #29f969;
}
#home a#regis {
	color: rgba(9,24,61,1);
	background-color: #00ff00;
	  background-size: 300% 100%;
	padding: 8px 13px 8px 13px;
	font-size: 16px;
	text-decoration: none;
		z-index: 4;
}
#home a#regis:hover {
  background: linear-gradient(45deg, #0000ff, #ff00ff);
  color: #ffffff;
  transition: background 0.5s ease, color 0.5s ease;
}

#home-img {
	width: 400px;
	z-index: 99;
}
#home-content {
	padding-bottom: 170px;
	padding-top: 280px;
	width: 75%;
}
#mission {
	padding-bottom: 0px;
		padding-bottom: 100px;
	color: rgba(255,255,255,1.00);
	background-image: url("../res/new/bg.png"); 
	background-size: 100%; 
}
#mission-img {
	width: 400px;
}
.h-title {
	font-size: 38px;
	font-weight: bold;
	padding: 80px 0 30px 0;
	color: black;
}
.h-title4 {
	font-size: 38px;
	font-weight: bold;
	padding: 80px 0 30px 0;
	color: white;
}
.h-title5 {
	font-size: 25px;
	font-weight: bold;
	color: white;
}
.h-title2 {
	font-size: 38px;
	font-weight: bold;
	padding: 80px 0 30px 0;
	color: #00ff00;
}
.h-title3 {
	font-size: 30px;
	font-weight: bold;
	padding: 80px 0 30px 0;
	color: #00ff00;
}
.fbold {
	font-weight: bold;
}
.fbig {
	font-weight: bold;
	font-size: 35px;
	padding-bottom: 5px;
}
.f25 {
	font-size: 25px;
	padding-bottom: 5px;
}
#mission-content {
	width: 70%;
}
#mission p#wording {
	text-align: justify;
	padding-left: 15px;
	font-family:"Spacemono";
}
.sizechart-title2 {
	font-family:"Spacemono";
	margin-top: -30;
	color: #fff;
}
.sizechart-title3 {
	font-family:"Spacemono";
	font-size: 0.5rem;
	margin-top: -30;
}
.sizechart-title4 {
  font-size: 1rem;
	margin-top: -30;
}

#star-img {
	width: 200px;
	height: 250px;
}
#schedule {
	padding-bottom: 100px;
	color: rgba(255,255,255,1.00);
	background-image: url("../res/new/bgbg.png"); 
	background-size: 100%; 
}
#schedule2 {
	padding-bottom: 100px;
	color: rgba(255,255,255,1.00);
	background-image: url("../res/new/bgbg.png"); 
	background-size: 170%; 
}
#activity {
	padding-bottom: 100px;
	color: rgba(255,255,255,1.00);
	background-image: url("../res/new/bg.png");
	background-size: 100%; 
	margin-top: -100px;
}
#schedule-icon {
	width: 100px;
	height: 100px;
}
#schedule-img {
	width: 600px;
}
.schedule-img2 {
	width: 390px;
	margin-bottom: 15px;
}
.schedule-img3 {
	width: 390px;
	margin-bottom: 15px;
}
#route {
	padding-bottom: 70px;
		background-image: url("../res/new/bg.png");
	background-size: 100%; 
}
#route-img {
	width: 70%;
}
a.map-detail {
	color: rgba(9,24,61,1);
	background-color: #00ff00;
	padding: 5px 13px 5px 13px;
	font-size: 16px;
	text-decoration: none;
		z-index: 99;
}
a.map-detail:hover {
  background: linear-gradient(45deg, #0000ff, #ff00ff);
  color: #ffffff;
  transition: background 0.5s ease, color 0.5s ease;
}
#jersey-img{
	width: 100%;
}
#jersey {
	background-color: rgb(255, 255, 255);
	color: rgb(255, 255, 255);
}
#dorprize-img {
	width: 100%;
}
.img-regis {
	width: 65%;
	margin-top: 25px;
	border-radius: 45px;
}
#dorprize {
	padding-bottom: 100px;
}
#register {
	padding-bottom: 10px;
	z-index: 4;
}
#register a#regis {
	color: rgba(9,24,61,1);
	background-color: #00ff00;
	  background-size: 300% 100%;
	padding: 8px 13px 8px 13px;
	font-size: 16px;
	text-decoration: none;
	z-index: 4;
}
#register a#regis:hover {
	background-color: #ffffff;
  color: #000000;
  transition: background 0.5s ease, color 0.5s ease;
}

#total {
	padding: 50px 0 50px 0;
	color: rgba(255,255,255,1.00);
	background-color: rgba(0,0,0,1.00);
}
#total-img {
	width: 300px;
	height: 350px;
}
#gallery-img {
	width: 100%;
	height: 400px;
}

#mission2 {
	display: none;
		background-image: url("../res/new/bg.png");
	background-size: 100%; 
}
#route2 {
	display: none;
		background-image: url("../res/new/bg.png");
	background-size: 120%; 
}
#jersey2 {
	display: none;
}
#total2 {
	display: none;
}
#close-icon {
	display: none;
}
#mob-menu {
	display: none;
	top: -130%;

}
#form-regis {
	text-align: center;
	width: 410px;
}
#form-regis-content {
	margin-top: 210px;
	margin-bottom: 150px;
	color: #363636;
	border: 1px solid #b5b5b5;
	box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
	border-radius: 5px;
	padding: 30px;
	
}
.h-title-s {
	font-weight: bold;
	font-size: 27px;
	padding-bottom: 35px;
}
#form-regis-content table {
	width: 100%;
}
#form-regis-content table td {
	padding: 5px;
	color: #363636;
}
input[type=text], input[type=email], input[type=date], select, input[type=password] {
	width: 100%;
	padding: 10px 10px 10px 10px;
	color: #363636;
	border: 1px solid #b5b5b5;
	box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
	border-radius: 5px;
}
input[type=submit] {
	width: 100%;
	padding: 10px;
	background-color: #29f969;
	border-radius: 5px;
	border: 2px solid #29f969;
	margin-top: 25px;
}
input[type=file] {
	width: 100%;
	border: 1px solid #b5b5b5;
	border-radius: 5px;
	padding: 5px;
}
input[type=text]:hover, input[type=email]:hover, input[type=date]:hover, select:hover, input[type=password]:hover {
	border: 1px solid #777777;
}
input[type=submit]:hover {
	border: 2px solid rgba(0,248,196,1.00);
	
}
#footer, #footer2 {
	text-align: center;
	background-color: rgba(9,24,61,1);
	color: rgba(255,255,255,1.00);
	padding: 30px 0 30px 0;
}
#login_form table{
	width: 280px;
}
#login_form {
	margin-top: 27vh;
	text-align: center;
}
#content div {
	color: #363636;
	font-family:Spacemono, !important;
}
#sidebar {
	position: fixed;
	background-color: rgba(9,24,61,1);
	top: 0;
	left: 0;
	width: 250px;
	height: 100vh;
	padding: 7vh 0 0 0;
	text-align: center;
	border-right: 3px solid rgba(255,122,255,1);
	z-index: 102;
}
#sidebar img {
	width: 150px;
	margin-bottom: 80px;
}

.sidemenu {
	text-align: left;
	color: rgba(255,255,255,1.00) !important;
	padding: 15px 0 15px 25px;
	font-size: 14px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	cursor: pointer;
}
.sidemenu:hover {
	background-color: rgba(255,255,255,.1);
}
.sidemenu-s {
	color: rgba(9,24,61,1) !important;
	background-color: #29f969;
}
.sidemenu-s:hover {
	background-color: #29f969;
}
#content-header {
	margin : 0 0 0 250px;
	padding : 20px 0 20px 40px;
	background-color: rgba(200,200,200,1.00);
	border-left: 20px solid rgba(255,122,255,1);
}
#content-header p {
	font-family:Spacemono, !important;
	font-size: 20px;
}
#content-fill {
	margin : 0 0 0 250px;
	padding: 40px 30px 20px 30px;
	font-size: 16px;
	overflow: auto;
}
#content-fill td, th{
	font-size: 14px;
	font-family:Spacemono, !important;
}
#popup {
	display: none;
	text-align: center;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 105;
	background-color: rgba(9,24,61,.5);
}
#popup #table-pop {
	width: 80%;
}
#popup #table-pop td {
	border: 1px solid #aaaaaa;
	border-spacing: 0;
	font-family:Spacemono, !important;
	font-size: 14px;
	padding: 5px;
}
#popup #popup-content {
	width: 70%;
	height: 80vh;
	background-color: rgba(255,255,255,1);
	padding: 20px;
	margin-top: 5vh;
	border-radius: 10px;
	overflow: auto;
}
#popup #close-icon-pop {
	width: 100%;
	text-align: right;
	margin-bottom: 20px;
}
#payment-img {
	max-width: 100%;
	height: 60%;
	border: 1px solid #aaaaaa;
}
#pop-valid {
	padding: 10px;
	width: 100px;
	background-color: rgba(55,192,147,1.00);
	cursor: pointer;
	border-radius: 10px;
	border: 0px solid #aaaaaa;
	color: rgba(255,255,255,1.00);
}
#pop-valid:hover {
	background-color: rgba(98,210,173,1.00);
}
#pop-invalid:hover {
	background-color: rgba(224,114,114,1.00);
}
#pop-invalid {
	margin-left: 20px;
	border: 0px solid #aaaaaa;
	padding: 10px;
	width: 100px;
	background-color: rgba(213,63,63,1.00);
	cursor: pointer;
	border-radius: 10px;
	color: rgba(255,255,255,1.00);
}
.dashcard {
	margin: 10px;
	width: 30%;
	border: 1px solid #b5b5b5;
	box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
	display: inline-block;
	text-align: center;
	padding: 40px 5px 40px 5px;
}
.dashcard2 {
	margin: 10px;
	width: 95%;
	border: 1px solid #b5b5b5;
	box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
	display: inline-block;
	text-align: center;
	padding: 40px 5px 40px 5px;
}
.pcard1 {
	font-size: 20px;
	margin-bottom: 10px;
}
.pcard3 {
	font-size: 35px;
	margin-top: 20px;
}
.pcard2 {
	font-size: 45px;
	font-weight: bold;
	text-decoration: none;
	color: rgba(255,122,255,1);
}
#pop-up-img {
	height: 95%;
}
#proudmember {
	width: 250px;
}
#footer2 {
	display: none;
}
.doc-btn {
	color: rgba(9,24,61,1);
	cursor: pointer;
	background-color: #00ff00;
	padding: 12px 13px 12px 13px;
	border-radius: 4px;
	margin-bottom: 10px;
	font-size: 21px;
}
.doc-btn:hover {
  background: linear-gradient(45deg, #0000ff, #ff00ff);
  color: #ffffff;
  transition: background 0.5s ease, color 0.5s ease;
}
@media only screen and (max-width: 980px) and (orientation: portrait) {

	#proudmember {
	width: 200px;
}
	#footer {
		display: none;
	}
	#footer2 {
		display: block;
	}
#menubar{
	display: none;
	
}
#menubar2 {
	display: block;
	z-index: 101;

}
#tb-menubar2 {
	width: 90%;
	padding: 15px 10px 10px 1%;
	  z-index: 5; 

}
#headlogo2 {
	width: 120px;
}
	#popup-content {
	width: 90% !important;
		padding: 21vh 0 0 0 !important;
	}
#pop-up-img {
	width: 100%;
	height: auto;
}
#home-content {
	padding-top: 200px;
	width: 85%;
	text-align: center;
}
#home-img {
	width: 300px;
	margin-left: -25px; 
}
	#mission {
		display: none;
	}
	#mission2 {
		display: block;
	}
	#mission2 #mission-content {
		width: 85%;
		
	}
	#mission2 #mission-content #wording{
		text-align: justify;
		font-family:"Spacemono";
	}
	#mission2 #mission-img {
		width: 100%;
		margin-bottom: 20px;
	}
	#mission2 table {
		width: 100%;
	}
	#mission2 #star-img {
		width: 100%;
		height: 200px;
		padding-top: 15px;
	}
	.mission-icon2 {
	width: 200px;
	padding: 1px;
	}
	#schedule {
		display: none;
	}
	.schedule-img2 {
		width: 90%;
	}
	#schedule3 {
		display: block;
		color: rgba(255,255,255,1.00);
		padding-bottom: 50px;
		background-image: url("../res/new/bg.png");
		background-size: 100%; 
	}
		#activity2 {
		display: block;
		color: rgba(255,255,255,1.00);
		padding-bottom: 50px;
		background-image: url("../res/new/bg.png");
		background-size: 100%; 
	}
	.h-title {
		padding: 50px 0 30px 0;
	}
	#route {
		display:  none;
	}
	#route2 {
		display: block;
	}
	#route2 #route-content{
		width: 100%;
	}
	#jersey {
		display: none;
	}
	#route2 #route-img {
		padding: 0;
		width: 100%;
	}
	#jersey2 {
		display: block;
		background-color: rgb(255, 255, 255);
		color: rgba(255,255,255,1.00);
	}
	#jersey2 #jersey-content {
	}
	#dorprize-img {
		width: 80%;
		border-radius: 30px;
	}
	#jersey2 #jersey-img{
		width: 100%;
		height: 100%;
	}
	#total {
		display: none;
	}
	#total2 {
		display: block;
		color: rgba(255,255,255,1.00);
		background-color: rgba(0,0,0,1.00);
		padding: 30px 0 50px 0;
	}
	#total2 #total-img {
		margin-top: 20px; 
		width: 85%;
		height: 300px;
	}
	#mob-menu {
		display: block;
		text-align: center;
		background-color: rgba(9,24,61,1);
		height: 100%;
		width: 100%;
		position: fixed;
		z-index: 100;
		padding-top: 27vh;
		transition: ease 0.5s;

	}
	#mob-menu table{
		text-align: center;
		width: 70%;

	}
	#mob-menu table td{
		padding : 10px;

	}
	#mob-menu a{
		text-decoration: none;
		color: rgba(255,255,255,1.00);
		font-size: 22px;
		background-color: rgba(0,0,0,0);
		padding: 6px 30px 6px 30px;

	}
	#mob-menu a#regis {
		color: rgba(9,24,61,1);
		background-color: #00ff00;
		  background-size: 300% 100%;
		padding: 8px 20px 8px 20px;
		font-size: 20px;
		text-decoration: none;
	}
	#mob-menu a#regis:hover {
  background: linear-gradient(45deg, #0000ff, #ff00ff);
  color: #ffffff;
  transition: background 0.5s ease, color 0.5s ease;
	}


	}
	#form-regis {
		width: 95%;
	}
	#form-regis-content {
		margin-top: 180px;
		padding: 30px 15px 30px 15px;

	}
	.img-regis {
	width: 90%;
	margin-top: 10px;
	border-radius: 20px;
}

.corner-section{
  position:relative;      /* Wajib → acuan posisi .corner */
  padding:60px 20px;
  text-align:center;
  overflow:hidden;        /* potong jika dekor keluar bingkai */
}
.corner {
  position: absolute;
  width: 80%;           /* atur ukuran sesuai kebutuhan */
  height: auto;
  z-index: 2;
  pointer-events: none;   /* biar tidak ganggu klik */
  object-fit: contain;
}

/* Posisi masing-masing */
.corner-tl { top: -300; left: 0; }
.corner-tl2 { top: 700; left: 0; }
.corner-tl3 { top: 2700; left: -50; }
.corner-tl4 { top: 2800; left: -50; }
.corner-tl5 { top: 3150; left: -50; }
.corner-br { bottom: -150; right: 0; }
.corner-br2 { bottom: -1000; right: 0; }
.corner-br3 { bottom: -1250; right: 0; }

.pricing-section {
  padding: 60px 20px;
  text-align: center;
}



.pricing-title {
  font-size: 32px;
  font-weight: bold;
  color: #002366;
  margin-bottom: 0;
}

.pricing-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}

.pricing-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  
}

.pricing-card {
  background: linear-gradient(45deg, #0000ff, #ff00ff);
  border: 0px solid #0000ff;
  padding: 30px 25px;
  width: 300px;
  text-align: left;
  transition: 0.3s ease-in-out;
  border-radius: 20px 0px 20px 0px;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.category {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 5px;
}

.label {
  font-size: 14px;
  font-family: "Spacemono";
  color: #c9fed8;
  margin-bottom: 10px;
}

.price {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}

.price span.per {
  font-size: 14px;
  color: #c9fed8;
  font-family: "Spacemono";
  font-weight: normal;
}

.benefits {
  margin-top: 20px;
  padding-left: 0;
  list-style: none;
  font-family: "Spacemono";
}

.benefits li {
  margin: 8px 0;
  font-size: 14px;
  color: #c9fed8;
  font-family: "Spacemono";
}

.btn-register {
  display: inline-block;
  margin-top: 40px;
  padding: 12px 30px;
  background: #00a1e4;
  color: #fff;
  border-radius: 25px;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s ease;
  	z-index: 4;
}

.btn-register:hover {
  background: #008acc;
}

.gold-text {
  font-size: 1.5em;
  background: linear-gradient(90deg, #ffd700, #ffcc00, #ff9900);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 5px rgba(255, 204, 0, 0.5);
  letter-spacing: 1px;
  font-family: "Audiowide";
}
.gold-text-mobile {
  font-size: 1em;
  background: linear-gradient(90deg, #ffd700, #ffcc00, #ff9900);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 5px rgba(255, 204, 0, 0.5);
  letter-spacing: 1px;
  font-family: "Audiowide";
}

.countdown-grid-stylish {
  display: flex;
  justify-content: center;
  gap: 1px;
  flex-wrap: wrap;
  margin-top: 20px;
  z-index: 2;
  position: relative;
}

.time-box{
  background:#ffffff1f;
  border:2px solid rgba(255,255,255,.35);
  border-radius:12px;
  padding:20px 20px;
  min-width:90px;
  backdrop-filter:blur(6px);
  box-shadow:0 4px 12px rgba(0,0,0,.35);
  text-align:center;
}
.time-box .num{
  font-size:3.6rem;
  font-weight:700;
  color:#ffd700;   
  line-height:1;
}
.time-box .label{
  font-size:.9rem;
  letter-spacing:.5px;
  text-transform:uppercase;
  color:#fff;
}

.bg-image-container-mobile {
  background-image: url("../res/new/home-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 15px;
  overflow: hidden;
}

.bg-image-container-mobile::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 1;
}

.bg-image-container-mobile > * {
  position: relative;
  z-index: 2;
}

.h-title-mobile {
  font-size: 2rem;
  font-weight: bold;
  padding: 30px 0 20px 0;
  color: white;
}
.h-title-mobile2 {
  font-size: 2rem;
  font-weight: bold;
  padding: 30px 0 20px 0;
  color: #00ff00;
}
.h-title-mobile3 {
  font-size: 1rem;
  font-weight: bold;
  padding: 30px 0 20px 0;
  color: white;
}

/* Dua baris countdown */
.countdown-row-mobile {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 12px;
}

.time-box-mobile {
  background: #ffffff1f;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 10px 12px;
  min-width: 70px;
  backdrop-filter: blur(6px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.num-mobile {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffd700;
  line-height: 1;
}

.label-mobile {
  font-size: 0.7rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: white;
}


@media only screen and (max-width:980px){
  /* hilangkan padding berlebih */
  .pricing-section{padding:40px 10px}

  /* gambar hero lebih kecil */
  #home-img{width:260px;margin:0 auto}

  /* kurangi font judul */
  .h-title,.h-title2{font-size:28px}
  
  #activity {display: none;}
  
}
/* Tampilkan hanya di mobile */
@media only screen and (max-width: 980px) {
  #activity2 {
    display: block !important;
  }
}

#activity2 {
  display: none;
}

/* SEMBUNYIKAN DI DESKTOP */
.bg-image-container-mobile2 {
  display: none;
}
.schedule2 {
  display: none;
}

/* TAMPILKAN DI MOBILE (≤980px) */
@media only screen and (max-width: 980px) {
  .bg-image-container-mobile2 {
    display: block !important;
  }
}

.reason-section {
  text-align: center;
  padding: 60px 20px;
  color: #000;
}

.reason-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}

.reason-item {
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reason-item img {
  max-width: 200%;
  height: auto;
  margin-bottom: 10px;
}

.reason-item p {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-left: 40px;
}


/* Sembunyikan di desktop (default) */
#schedule2 {
  display: none;
}

/* Tampilkan hanya di mobile */
@media only screen and (max-width: 980px) {
  #schedule2 {
    display: block !important;
  }
}

.sponsor-section {
  text-align: center;
  padding: 30px 20px;
  color: #000;
  margin-top: -100px;
}
.media-section {
  text-align: center;
  padding: 30px 20px;
  color: #000;
}

.medic-section {
  text-align: center;
  padding: 30px 20px;
  color: #000;
}

.sponsor-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;

}
.new-sponsor-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 500px;
  margin-top: 30px;
}

.new-sponsor-grid p{
font-size: 20px;
}

.sponsor-item {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.new-sponsor-item {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sponsor-item2 {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.media-item {
  width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.sponsor-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
}


.new-sponsor-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
}

.sponsor-item2 img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
}

.media-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
}


.sponsor-icon {
  width: 200px; /* bisa disesuaikan agar gambar sponsor seragam */
  padding: 0;
}
.sponsor-icon-main {
  width: 480px !important;
}



.modal {
  display: none; 
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  overflow: auto; /* scroll jika terlalu tinggi */
  padding: 20px;
}

.modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.modal-img {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 10px #fff;
}

.close {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 32px;
  font-weight: bold;
  color: white;
  cursor: pointer;
}

/* Pop-up overlay */
.modal {
  display: none; /* default hidden */
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8); /* dark background */
}

/* Gambar popup */
.modal-content {
  margin: 5% auto;
  display: block;
  max-width: 90vw;
  max-height: 80vh;
  border-radius: 10px;
  box-shadow: 0 0 10px #00000061;
  width: auto;
  height: auto;
}

/* Tombol close */
.close {
  position: absolute;
  top: 20px;
  right: 75px;
  color: white;
  font-size: 36px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1000;
}

/* Tambahkan media query */
@media only screen and (max-width: 480px) {
  .modal-content {
    max-width: 95vw;
    max-height: 70vh;
  }

  .new-sponsor-item img{
  width: 100%;
}

  .new-sponsor-grid {
	gap: 20px;
  }

    .new-sponsor-grid p{
	font-size: 15px;
	}
  .close {
    font-size: 28px;
    top: 10px;
    right: 15px;
  }
  .sponsor-icon-main {
  width: 280px !important;
}

  .media-icon-main {
  width: 280px !important;
}

  .sponsor-item {
    flex: 1 1 calc(33.33% - 10px); /* 3 logo per baris */
    max-width: calc(33.33% - 10px);
  }
.sponsor-section {
	margin-top: 10;
}

}

.sponsor-thankyou {
  font-size: 0.9rem;
  color: #555;
  margin-top: -20px;
  margin-bottom: 40px;
}
.sizechart-title {
  font-size: 1.6rem;
  color: #ffffff;
  margin-top: -20px;
  margin-bottom: 40px;
}

.news-section {
  padding: 60px 20px;
  text-align: center;
  background-color: #f9f9f9;
  font-family: 'Arial', sans-serif;
}

.news-subtitle {
  font-size: 1rem;
  color: #555;
  margin-bottom: 30px;
}

.news-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.news-item {
  width: 280px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.3s ease;
  text-align: left;
}

.news-item:hover {
  transform: translateY(-5px);
}

.news-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.news-title {
  font-size: 1rem;
  font-weight: bold;
  color: #222;
  margin: 15px 15px 5px 15px;
}

.news-source {
  font-size: 0.9rem;
  color: #888;
  margin: 0 15px 15px 15px;
}

.news-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}
