#hero2{
  background: url('../img/random.JPG'),rgba(0,0,0,0.7);
  background-blend-mode: multiply;
  background-size: cover;
  background-attachment: center;
  
}
.master-class {
  background: #efefef;
  padding: 30px;
  border-radius: 12px;
  max-width: 80%;
  margin: 30px auto auto auto;
  /*box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}
#master-box{
  display: flex;
  gap: 20px;
}
#master-img{
  width:300px;
  object-fit: contain;
}

header h2 {
  color: #6c35a6;
  font-size: 1.8em;
  margin-bottom: 5px;
  text-align: center
}

.tagline {
  font-style: italic;
  font-color: red;
  margin-bottom: 20px;
}

.class-details ul {
  list-style: none;
  padding: 0;
}

.class-details li {
  margin: 10px 0;
  font-size: 1.1em;
}

.class-details i {
  color: orange;
  margin-right: 10px;
}

.required {
  color: #c0392b;
  font-weight: bold;
}

.optional {
  color: #2980b9;
  font-weight: bold;
}

.fee {
  margin-top: 15px;
  font-size: 1.1em;
  color: #2c3e50;
}

.action{
  text-decoration: none
}
.action button{
  display: block;
  position:relative;
  margin: 30px auto;
  width:150px;
  color:white;
  background: blueviolet;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
}

/* children project*/

#children-project {
  background: linear-gradient(to right, #fff, #f0f0f0);
  padding: 40px 20px;
  font-family: Arial, sans-serif;
  color: #333;
}

.container {
  max-width: 800px;
  margin: auto;
  text-align: center;
}

.school-name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

#children-project h1 {
  color: #6c35a6;
  font-size: 32px;
  margin: 10px 0;
}

.tagline {
  font-style: italic;
  color: #888;
  margin-bottom: 30px;
  color:orange;
}
#project-container{
  display: flex;
  gap: 20px;
  width:fit-content;
  margin: 0 auto;
}
#project-container li{
  margin: 10px
}
#project-container img{
  width:300px;
}
.fa-ul {
  text-align: left;
 /* margin: 0 auto 20px;*/
  display: inline-block;
  gap: 15px
}

.fa-li {
  color: purple;
  margin-bottom: 10px;
  
}

.note {
  color: red;
  font-weight: bold;
  margin-top: 10px;
}

.highlight {
  margin: 20px auto;
  font-weight: bold;
color: #000;
}

.verse {
  font-style: italic;
  color: #444;
  margin: 10px 0;
}


/***/
#bookings2024 {
  background: linear-gradient(to right, #f9f4f6, #e8dcf5);
  padding: 40px 20px;
  font-family: Arial, sans-serif;
  color: #222;
}

#bookings2024 h1 {
  font-size: 36px;
  color: #a96e00;
  text-align: center;
}

#bookings2024 h1 span {
  display: block;
  font-size: 20px;
  color: #a96e00;
  font-weight: normal;
}

#bookings2024 h2 {
  margin-top: 30px;
  font-size: 22px;
  text-align: center;
}

.subjects {
  columns: 2;
  max-width: 700px;
  margin: 20px auto;
  padding-left: 0;
  list-style: none;
}

.fa-li {
  color: #7b3fa0;
}

.mission {
  margin: 30px auto;
  max-width: 750px;
  color: #a96e00;
  font-weight: bold;
  text-align: center;
}

.tagline {
  font-style: italic;
  text-align: center;
  margin-bottom: 20px;
  color: #5b5b5b;
}

.contact-info {
  text-align: center;
  margin-bottom: 20px;
font-size: 15px;
}

.contact-info a {
  color: #5b1f84;
  text-decoration: none;
}

.socials {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  color: #3b5998;
}
/* Piano*/
#piano-course {
  background: #f5f8fa;
  padding: 40px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #003344;
  text-align: center;
}

#piano-course h1 {
  font-size: 36px;
  font-weight: 800;
  color: #014c62;
  line-height: 1.2;
  margin-bottom: 20px;
}

#piano-course h2 {
  font-size: 24px;
  font-style: italic;
  color: #000;
  margin-bottom: 10px;
}

#piano-course .intro {
  font-size: 16px;
  max-width: 600px;
  margin: auto;
  margin-bottom: 10px;
}

.cross {
  color: red;
  font-weight: bold;
}

.hashtag {
  font-size: 16px;
  color: #008080;
  font-weight: 600;
  margin-bottom: 30px;
}

.hashtag .note {
  font-size: 14px;
  color: #666;
  font-weight: normal;
}

.levels h3 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}
.keys {
  font-size: 16px;
  color: #222;
  margin-bottom: 10px;
}

.text-green { color: green; }
.text-orange { color: #c76c00; }
.text-purple { color: #6a1b9a; }

.note-bold {
  margin-top: 20px;
  font-size: 16px;
  color: #2c2c2c;
}
#piano-img{
  width:500px;
}
section{
  width:80%;
  margin: auto
}
@media(max-width:780px){
  .master-class{
    max-width:100%;
  }
  #master-box{
  display: block;
    width:fit-content;
    margin: auto;
  }
  #master-img{
    margin-bottom: 20px;
  }
  #project-container{
  display: block;
  }
  section{
  width:100%;
  margin: auto
  }
  #piano-img{
  width:300px;
}
  #project-container img{
  margin-top: 20px;
}
}
  