* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #333;
  line-height: 1.6;
}

.latest-news {
  background-color: #020101;

}

.latest-news marquee {
  padding-top: 7px;
}

.latest-news a {
  text-decoration: none;
  background-color: #fff;
  color: red;
  text-align: center;
  padding: 3px;
}

.s1 {
  display: flex;
  justify-content: space-evenly;
  padding: 20px 40px;
  font-size: 1.5em;
  gap: 20px;
  margin-top: 30px;
}

.s1 .about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: none;
  width: 50%;
  gap: 20px;

  text-align: justify;
}

.s1 .about h3 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  color: rgb(111, 4, 160);

}

.s1 .about p {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0.7em;
  color: rgb(24, 21, 25);
}

.s1 button {
  width: 20%;
  padding: 5px 7px;
  background-color: rgb(134, 8, 134);
  border: none;
  border-radius: 5px;
}

.s1 button a {
  text-decoration: none;
  color: #fff;
}

.s1 button:hover {
  background-color: rgb(182, 125, 236);
}

.s1 .pic img {
  margin-top: 50px;
  width: 100%;
  height: 350px;
  padding-right: 10px;
  margin-right: 50px;
}

.s2 {
  margin: 0px;
  padding: 3px 0px 0px 6px;
  background-color: rgb(250, 238, 253);
}

.s2 {
  display: flex;
  justify-content: space-evenly;
  padding: 70px 50px;
  gap: 100px;
  width: 100%;
  height: 500px;
  margin-top: 60px;
}

.s2 .events {
  display: flex;
  flex-direction: column;
  border: none;
  box-shadow: 5px 10px 30px 1px #ccc;
  border-radius: 10px;
  width: 50%;
  padding: 10px;
  text-align: justify;
  background-color: #fff;
}

.s2 h3 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: bold;
  font-size: 2em;
  color: rgb(111, 4, 160);
}

.s2 b {
  color: rgb(193, 51, 241)
}

.s2 p {
  color: rgb(69, 19, 92);
}

.s2 .news {
  display: flex;
  flex-direction: column;
  border: none;
  box-shadow: 5px 10px 30px 1px #ccc;
  border-radius: 10px;
  width: 50%;
  padding: 10px;
  text-align: justify;
  background-color: #fff;
}

.s3 {
  display: flex;
  justify-content: space-around;
  padding: 20px 40px;
  font-size: 1.5em;
  gap: 20px;
  margin-top: 70px;
}

.s3 .message {
  display: flex;
  flex-direction: column;
  border: none;
  text-align: justify;
  padding: 5px;
  width: 60%;
}

.s3 .message h3 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  color: rgb(111, 4, 160);
}

.s3 .message p {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0.7em;
  color: rgb(24, 21, 25);
}

.s3 .principal img {
  width: 100%;
  height: 350px;
  float: right;
  padding-right: 10px;
  margin-left: 6px;
}

.s3 .right-align {
  text-align: right;
}

.s4 {
  margin: 10px 0px 0px 10px;
  padding: 3px 0px 0px 6px;
  background-color: rgb(250, 238, 253);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  padding: 0px 20px 40px 20px;
  margin: 0px 20px 20px 20px;
}

.gallery img {
  width: 100%;
  height: 300px;
  padding: 10px;
  border-radius: 15px;
}

#h3g {
  padding: 10px;
  text-align: center;
  font-size: 2.5em;
  color: rgb(111, 4, 160);
  margin-top: 10px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: bold;
}

.gallery img:hover {
  transform: scale(1.15);
  transition: transform 0.3s ease;
}

.gallery p {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: large;
  color: #d57515;
  margin-top: 10px;
  margin-left: 5px;
}

.s5 {
  margin-bottom: 60px;
  display: flex;
  width: 100%;
}

.s5-left {
  width: 50%;
  margin-left: 30px;
}

.s5-right {
  align-self: center;
  width: 50%;
}

.s5 h3 {
  padding: 10px 10px 0px 10px;
  text-align: left;
  font-size: xx-large;
  color: rgb(111, 4, 160);
  margin-top: 40px;
  margin-left: 20px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: bold;
  margin-bottom: 0px;
  border-bottom: #9900cc;
}

form {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: left;
  max-width: 800px;
  margin: 20px 40px;
}

form label {
  display: block;
  font-weight: bold;
  margin-top: 15px;
  align-items: flex-start;
  justify-self: left;
}

form input[type="text"],
form input[type="email"],
form textarea {
  width: 50%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

form textarea {
  resize: vertical;
  min-height: 100px;
}

form input[type="submit"] {
  margin-top: 20px;
  background-color: #9900cc;
  color: white;
  padding: 10px 25px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

form input[type="submit"]:hover {
  background-color: #7300a0;
}

.s5 button {
  width: 40%;
  margin: 14px 15px 16px 38px;
  padding: 10px 15px;
  background-color: #9900cc;
  color: #f8f6f6;
  border: 1px solid rgb(220, 215, 215);
  border-radius: 5px;
}

.s5 button:hover {
  background-color: #d27cf4;
}

@media screen and (max-width: 600px) {
  .s1 {
    flex-direction: column;
    width: 100%;
  }

  .s1 .about {
    width: 100%;
  }

  .s2 {
    flex-direction: column;
  }

  .s2 .news,
  .events {
    height: 300px;
  }

  .s3 {
    flex-direction: column;
  }

  .s4 {
    grid-template-columns: repeat(2, 1fr);
  }



}