/* Ektrakurikuler */

/* Pramuka Paskibra */
.banner-pramuka {
  width: 100%;
  margin-top: 120px;
  display: flex;
  justify-content: center;
}

.pramuka-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;   
  gap: 20px;   
  margin-bottom: 30px;     
}

.pramuka-img img {
  width: 350px;       
  height: auto;
  object-fit: cover;
  border-radius: 8px;

}

.pramuka {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Arial, sans-serif;
	line-height: 1.6;
	margin: 10px 60px;
	margin-bottom: 60px;
}

.container-pramuka {
	max-width: 800px;

	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
}
.container-pramuka h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}
.container-pramuka p {
	color: #555;
	text-align: justify;
	margin-bottom: 15px;
}
.container-pramuka ul {
	margin-left: 20px;
	color: #555;
}
.container-pramuka li {
	margin-bottom: 8px;
}

/* Silat */

.banner-silat {
	width: 100%;
	margin-top: 120px;
	display: flex;
	justify-content: center;
}

.silat-img {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;   
	gap: 20px;   
	margin-bottom: 40px;    
}

.silat-img img {
	width: 350px;       
	height: auto;
	object-fit: cover;
	border-radius: 8px;
}

.silat {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Arial, sans-serif;
	line-height: 1.6;
	margin: 10px 60px;
	margin-bottom: 60px;
}

.container-silat {
	max-width: 800px;

	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
}
.container-silat h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}
.container-silat p {
	color: #555;
	text-align: justify;
	margin-bottom: 15px;
}
.container-silat ul {
	margin-left: 20px;
	color: #555;
}
.container-silat li {
	margin-bottom: 8px;
}

/* Teater dan music */

.banner-teater {
	width: 100%;
	margin-top: 120px;
	display: flex;
	justify-content: center;
}

.teater-img {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;   
	gap: 20px;   
	margin-bottom: 40px;    
}

.teater-img img {
	width: 350px;       
	height: auto;
	object-fit: cover;
	border-radius: 8px;
}

.teater {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Arial, sans-serif;
	line-height: 1.9;
	margin: 10px 60px;
	margin-bottom: 60px;
}

.container-teater {
	max-width: 800px;

	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
}
.container-teater h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}
.container-teater p {
	color: #555;
	text-align: justify;
	margin-bottom: 15px;
}
.container-teater ul {
	margin-left: 20px;
	color: #555;
}
.container-teater li {
	margin-bottom: 8px;
}

/* Komputer Multimedia */
.banner-multimedia {
	width: 100%;
	margin-top: 120px;
	display: flex;
	justify-content: center;
}

.multimedia-img {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;   
	gap: 20px;   
	margin-bottom: 40px;    
}

.multimedia-img img {
	width: 350px;       
	height: auto;
	object-fit: cover;
	border-radius: 8px;
}

.multimedia {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Arial, sans-serif;
	line-height: 1.9;
	margin: 10px 60px;
	margin-bottom: 60px;
}

.container-multimedia {
	max-width: 800px;

	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
}
.container-multimedia h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}
.container-multimedia p {
	color: #555;
	text-align: justify;
	margin-bottom: 15px;
}
.container-multimedia ul {
	margin-left: 20px;
	color: #555;
}
.container-multimedia li {
	margin-bottom: 8px;
}

/* Rohis */
.banner-rohis {
	width: 100%;
	margin-top: 120px;
	display: flex;
	justify-content: center;
}

.rohis-img {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;   
	gap: 20px;   
	margin-bottom: 40px;    
}

.rohis-img img {
	width: 350px;       
	height: auto;
	object-fit: cover;
	border-radius: 8px;
}

.rohis {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Arial, sans-serif;
	line-height: 1.9;
	margin: 10px 60px;
	margin-bottom: 60px;
}

.container-rohis {
	max-width: 800px;

	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
}
.container-rohis h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}
.container-rohis p {
	color: #555;
	text-align: justify;
	margin-bottom: 15px;
}
.container-rohis ul {
	margin-left: 20px;
	color: #555;
}
.container-rohis li {
	margin-bottom: 8px;
}

/* Futsal */
.banner-futsal {
	width: 100%;
	margin-top: 120px;
	display: flex;
	justify-content: center;
}

.futsal-img {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;   
	gap: 20px;   
	margin-bottom: 40px;    
}

.futsal-img img {
	width: 420px;       
	height: auto;
	object-fit: cover;
	border-radius: 8px;
}

.futsal {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Arial, sans-serif;
	line-height: 1.9;
	margin: 10px 60px;
	margin-bottom: 60px;
}

.container-futsal {
	max-width: 800px;

	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
}
.container-futsal h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}
.container-futsal p {
	color: #555;
	text-align: justify;
	margin-bottom: 15px;
}
.container-futsal ul {
	margin-left: 20px;
	color: #555;
}
.container-futsal li {
	margin-bottom: 8px;
}

/* Tablet */
@media (max-width: 768px){
 .pramuka-img img {
    width: 230px;
    height: 310px;
  }

 .silat-img img {
    width: 230px;
    height: 310px;
  }

 .teater-img img {
    width: 230px;
    height: 310px;
  }

 .multimedia-img img {
    width: 230px;
    height: 310px;
  }

 .futsal-img img {
    width: 290px;
    height: 410px;
  }

 .rohis-img img {
    width: 230px;
    height: 310px;
  }

}

/* Mobile */
@media (max-width: 480px) {
  .pramuka-img {
    flex-direction: column;
    align-items: center;
  }

  .pramuka-img img {
    width: 90%;
    height: auto; 
  }

  .pramuka {
		margin: 10px 15px; 
	}
  .container-pramuka {
		padding: 15px; 
		margin-bottom: 30px;
	}
  .container-pramuka h2 {
		font-size: 16px;
		text-align: center; 
	}
  .container-pramuka p,
  .container-pramuka ul {
		font-size: 14px;
	}

  .silat-img {
    flex-direction: column;
    align-items: center;
  }

  .silat-img img {
    width: 90%;
    height: auto; 
  }

  .silat {
		margin: 10px 15px; 
	}
  .container-silat {
		padding: 15px; 
		margin-bottom: 30px;
	}
  .container-silat h2 {
		font-size: 16px;
		text-align: center; 
	}
  .container-silat p,
  .container-silat ul {
		font-size: 14px;
	}

  .teater-img {
    flex-direction: column;
    align-items: center;
  }

  .teater-img img {
    width: 90%;
    height: auto; 
  }

  .teater {
		margin: 10px 15px; 
	}
  .container-teater {
		padding: 15px; 
		margin-bottom: 30px;
	}
  .container-teater h2 {
		font-size: 16px;
		text-align: center; 
	}
  .container-teater p,
  .container-teater ul {
		font-size: 14px;
	}

  .multimedia-img {
    flex-direction: column;
    align-items: center;
  }

  .multimedia-img img {
    width: 90%;
    height: auto; 
  }

  .multimedia {
		margin: 10px 15px; 
	}
  .container-multimedia {
		padding: 15px; 
		margin-bottom: 30px;
	}
  .container-multimedia h2 {
		font-size: 16px;
		text-align: center; 
	}
  .container-multimedia p,
  .container-multimedia ul {
		font-size: 14px;
	}

  .futsal-img {
    flex-direction: column;
    align-items: center;
  }

  .futsal-img img {
    width: 90%;
    height: auto; 
  }

  .futsal {
		margin: 10px 15px; 
	}
  .container-futsal {
		padding: 15px; 
		margin-bottom: 30px;
	}
  .container-futsal h2 {
		font-size: 16px;
		text-align: center; 
	}
  .container-futsal p,
  .container-futsal ul {
		font-size: 14px;
	}

	.rohis-img {
    flex-direction: column;
    align-items: center;
  }

  .rohis-img img {
    width: 90%;
    height: auto; 
  }

  .rohis {
		margin: 10px 15px; 
	}
  .container-rohis {
		padding: 15px; 
		margin-bottom: 30px;
	}
  .container-rohis h2 {
		font-size: 16px;
		text-align: center; 
	}
  .container-rohis p,
  .container-rohis ul {
		font-size: 14px;
	}
}
