* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
body {
  background: #fff;
  color: #333;
  line-height: 1.6;
}
header {
  background: url("img/HL2.jpg") center/cover no-repeat;
  color: wheat;
  text-align: center;
  padding: 80px 20px;
}
header h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
header button {
  background-color: #008060;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 5px;
}
.content {
  padding: 60px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1400px;
  margin: auto;
}
.section {
  background: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 30%;
  min-width: 300px;
}
.section img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.section-text {
  padding: 20px;
}
.section-text h2 {
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: #008060;
}
.more-info {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}
.more-info h2 {
  font-size: 2rem;
  color: #004d40;
  margin-bottom: 20px;
}
.more-info p {
  font-size: 1.1rem;
  color: #555;
}
.contact {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
}
.contact h2 {
  font-size: 1.8rem;
  color: #008060;
  margin-bottom: 10px;
  text-align: center;
}
.contact p {
  text-align: center;
  color: #555;
}
*body {
  background-color: rgb(232, 224, 210);
}
.testimonials,
.events,
.gallery,
.newsletter {
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}

.testimonials h2,
.events h2,
.gallery h2,
.newsletter h2 {
  font-size: 2rem;
  color: #004d40;
  margin-bottom: 20px;
}

.testimonial-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.testimonial {
  background: #d5f4ff;
  padding: 20px;
  border-radius: 10px;
  font-style: italic;
  color: #444;
}

.testimonial strong {
  display: block;
  margin-top: 10px;
  font-style: normal;
  color: #008060;
}

.events ul {
  list-style: none;
  padding: 0;
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.1rem;
  color: #555;
}
.events li {
  margin-bottom: 10px;
}

.gallery-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}
.gallery-images img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.newsletter p {
  color: #555;
  margin-bottom: 15px;
}
.newsletter form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.newsletter input[type="email"] {
  padding: 10px;
  width: 300px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.newsletter button {
  padding: 10px 20px;
  background-color: #008060;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.newsletter button:hover {
  background-color: #006b50;
}
.event-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 30px;
}

.event {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

.event img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
}

.event-info {
  flex: 1;
  text-align: left;
}

.event-info h3 {
  color: #008060;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.event-info p {
  margin-bottom: 8px;
  color: #444;
}
.footer {
  background-color: #24262b;
  padding: 70px 0;
}
.footer-col {
  width: 25%;
  padding: 0 15px;
}
.footer-col h4 {
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}
.footer-col h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #e91e63;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}
.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-col ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
}
.footer-col ul li a:hover {
  color: #ffffff;
  padding-left: 8px;
}
.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}
.footer-col .social-links a:hover {
  color: #24262b;
  background-color: #ffffff;
}
/*responsive*/
@media (max-width: 767px) {
  .footer-col {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 574px) {
  .footer-col {
    width: 100%;
  }
}
.footer-container {
  margin-top: 5rem;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.container {
  min-height: 30vh;
  background: #08071d;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("bg.png") no-repeat center center/cover;
}

.contact-container form {
  width: 670px;
  height: 400px;
  display: flex;
  justify-content: center;
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  flex-wrap: wrap;
}

.contact-container form h1 {
  color: #fff;
  font-weight: 500;
  margin-top: 20px;
  width: 500px;
  text-align: center;
}

.contact-container form input {
  width: 290px;
  height: 40px;
  padding-left: 10px;
  outline: none;
  border: none;
  font-size: 15px;
  margin-bottom: 10px;
  background: none;
  border-bottom: 2px solid #fff;
}

.contact-container form input::placeholder {
  color: #ddd;
}

.contact-container form #lastName,
.contact-container form #mobile {
  margin-left: 20px;
}

.contact-container form h4 {
  color: #fff;
  font-weight: 300;
  width: 600px;
  margin-top: 20px;
}

.contact-container form textarea {
  background: none;
  border: none;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-weight: 200;
  font-size: 15px;
  padding: 10px;
  outline: none;
  min-width: 600px;
  max-width: 600px;
  min-height: 80px;
  max-height: 80px;
}

textarea::-webkit-scrollbar {
  width: 1em;
}

textarea::-webkit-scrollbar-thumb {
  background-color: rgba(194, 194, 194, 0.713);
}

.contact-container form #button {
  border: none;
  background: #fff;
  border-radius: 5px;
  margin-top: 20px;
  font-weight: 600;
  font-size: 20px;
  color: #333;
  width: 100px;
  padding: 0;
  margin-right: 500px;
  margin-bottom: 30px;
  transition: 0.3s;
}

.contact-container form #button:hover {
  opacity: 0.7;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
body {
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.contact-container {
  max-width: 1170px;
  margin: auto;
  margin-top: 5rem;
  margin-left: 26rem;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
ul {
  list-style: none;
}
.contact-box {
  max-width: 500px;
  margin: 60px auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.contact-box h2 {
  color: #007f5f;
  font-size: 26px;
  margin-bottom: 20px;
}

.contact-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-box li {
  margin: 12px 0;
  font-size: 16px;
  color: #333;
}

.contact-box a {
  color: #0077cc;
  text-decoration: none;
  transition: color 0.3s;
}

.contact-box a:hover {
  color: #005fa3;
  text-decoration: underline;
}
button:hover {
  background-color: rgb(225, 79, 128);
}
.form-container {
  margin: auto;
  background: linear-gradient(135deg, #a100ff, #007bff);
  padding: 30px 25px;
  border-radius: 20px;
  width: 320px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: center;
}

.form-container img {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -30px;
  left: -30px;
  border-radius: 50%;
  border: 4px solid white;
  background: white;
}

.form-container h2 {
  color: white;
  margin-bottom: 20px;
}

.form-container input,
.form-container textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: none;
  font-size: 14px;
  outline: none;
}

.form-container textarea {
  resize: none;
}

.form-container button {
  width: 100%;
  background: #00aaff;
  color: white;
  padding: 12px;
  font-size: 16px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.form-container button:hover {
  background: #007acc;
}

.success-message {
  margin-top: 15px;
  color: #d4fcd7;
  background: #28a745;
  padding: 10px;
  border-radius: 5px;
  display: none;
}
.event h3:hover{
  color: #e91e63;
}
.event img:hover{
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.gallery img:hover{
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.section h2:hover{
  color: #e91e63;
}
.section img:hover{
  transform: scale(1.05);
  transition: transform 0.4s ease;
}