body{
  background-image: url('b image.webp'); 
  background-size: cover;       
  background-position: center;  
  background-repeat: no-repeat; 
	color:#000000;
	font-size: 20px;
	font-family: arial; 
}
img{
	height: 205px;
	width: 205px;
	text-align:center;
}
p{
	margin-bottom: 20px;
}
a{
	text-decoration:none;
	color:#000000 ;
  padding: 20px;
}
a:hover{
	color:#0bf4d2;
	cursor: pointer;

}
button{
  background-color:#07f85a ;
}
button:hover{
  color:#0edef1;
  cursor: pointer;
}
nav {
	 display: flex;
    justify-content: space-between;
	background-color:#07f85a;
	color:#000000 ;
	padding:1em;
	text-align: center;
	box-shadow: #df2c20; 
}
nav tr{
	list-style: none;
	margin:0px;
	padding:40px;
}
h1,h2,h3{
	color::#ffffff ;
	margin-top: 10px;
}


div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}


.box {
  background-color: :#10efd3;
  border: 2px solid #ddd;
  border-radius: 10px;
  color: #000000;
  padding: 15px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}


.box:hover {
  transform: scale(1.03);
  border-color: #333;
}


.box img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}


.box img:hover {
  transform: scale(1.1);
  opacity: 0.85;
}
.video-container {
  max-width: 600px;
  margin: 30px auto;
  border: 4px solid #8B4513;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
  overflow: hidden;
}

.video-container iframe {
  width: 100%;
  height: 315px;
  display: block;
}


table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

th {
  background-color:#FFD700;  
  padding: 10px;
  border: 1px solid #8B4513;
}

td {
  background-color: #FFDB58;
  padding: 10px;
  border: 1px solid #8B4513;
}

tr:nth-child(even) td {
  background-color: #FFC0CB; 
}

.td {
  background-color: #FF0000;
}


.contact-section {
  max-width: 600px;
  margin: auto;
  background-color: #fff;
  padding: 25px;
  border-radius: 8px;
}

.contact-section h2 {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}

.contact-form label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
  color: #444;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 15px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  max-width: 600px;


}


.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #1ecbe1;
  box-shadow: 0.2 0.2 5px rgba(30, 203, 225, 0.5);
  outline: none;
}

.contact-form input:hover,
.contact-form select:hover,
.contact-form textarea:hover {
  border-color: #1ecbe1;
}


.contact-form button {
  margin-top: 20px;
  background-color: #1ecbe1;
  color: white;
  border: none;
  padding: 15px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 3.3s ease;
  max-width: 600px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  text-align: center;

}

.contact-form button:hover {
  background-color: #17b0c5;

}


@media (max-width: 600px) {
  .contact-section {
    padding: 15px;
  }

  .contact-form button {
    width: 100%;
  }
}

.section:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}
.section a {
  display: inline-block;
  margin-top: 10px;
  color: #8b5e3c;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.3s ease;
  max-width: 600px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  text-align: center;

}
.section a:hover {
  border-bottom: 3px solid #8b5e3c;
}
#box {
  background-color: :#10efd3;
  border: 2px solid #ddd;
  border-radius: 80px;
  color: #000000;
  padding: 15px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.box {
  background-color: :#10efd3;
  border: 2px solid #ddd;
  border-radius: 80px;
  color: #000000;
  padding: 15px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}
.h2{
  text-align:center;
  background-color: #ec131f;
}
.box {
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  padding: 20px;
  transition: transform 0.3s ease;
}

.box:hover {
  transform: scale(1.05);
}
.bod-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.instrument-section {
  padding: 40px;
  text-align: center;

.instrument-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0 20px;
}

.instrument-card {
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  padding: 20px;
  transition: transform 0.3s ease;
}

.instrument-card:hover {
  transform: scale(1.05);
}

footer {
  background-color: #4B2E2E; 
  color: #fff;
  text-align: center;
  padding: 20px;
  font-family: 'Segoe UI', sans-serif;
  font-size: 14px;
  margin-top: 40px;
}

.highlight-box {
  border: 3px solid #4B2E2E; 
  background-color: #F5E9E0;
  padding: 20px;
  margin: 20px auto;
  width: 90%;
  max-width: 800px;
  border-radius: 10px;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}