*{
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body{
    overflow-x: hidden;
    height: 100%;
    margin: 0;
    background-color: #2C3E50;
}

header{
    height: 85px;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    background: #ffffff;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
  }

  .logo{
    max-width: 100%;
    width: 120px;
    height: 120px;
    margin-left: 20px;
    margin-top: -12px;
  }
  
  .nav-links {
    display: flex;
    text-decoration: none;
  }

  .nav-link {
    text-decoration: none;
    margin-right: -10px;
    color: #333; /* Set link color */
    transition: transform 0.3s ease, color 0.3s ease; /* Add smoother transition effect with ease timing function */
  } 

  .nav-link:active {
    transform: scale(0.95); /* Apply a slight scale-down effect */
}

  .nav-link:hover {
    color: #2C3E50; /* Change text color on hover */
    text-decoration: underline; /* Add underline on hover */
    transform: scale(1.1); /* Apply a scale-up effect on hover */
}

  .nav-link p {
    color: #333;
    margin-right: 50px;
    font-weight: bold;
  }
  main{
    height: 700px;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .about {
    padding: 20px 50px;
    display: flex;
    background: rgba(255, 255, 255, 0.487);
    color: #333;
    width: 80%;
    margin: 40px auto;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.text1 p {
    color: #333;
    letter-spacing: 0.5px;
    line-height: 24px;
    font-size: 18px;
    margin: 10px 0;
    text-align: justify;
}
.text1 h1 {
    font-size: 28px;
    color: #444;
    margin-bottom: 15px;
    text-align: center;
}
.me {
    width: 350px;
    height: 200px;
    border-radius: 20px;
    margin: 10px;
}
.me2 {
    width: 300px;
    height: 150px;
    border-radius: 20px;
    margin: 10px;
}
  .me3{
    width: 500px;
    border-radius: 50px;
    height: 300px;
  }
  .me4{
    width: 300px;
    border-radius: 50px;
    height: 300px;
    margin-left: 36px;
    margin-top: 24px;
  }
  .me5{
    width: 500px;
    border-radius: 50px;
    height: 310px;
    margin-left: 36px;
    margin-top: 24px;
  }
  .me6{
    width: 500px;
    border-radius: 50px;
    height: 250px;
    margin-left: 36px;
    margin-top: 24px;
  }
  .me7{
    width: 450px;
    border-radius: 50px;
    height: 400px;
  }
  .me8{
    width: 350px;
    border-radius: 50px;
    height: 450px;
    margin-top: -450px;
  }
  .me9{
    width: 300px;
    border-radius: 50px;
    height: 450px;
    margin-left: 24px;
  }
  .me10{
    width: 500px;
    border-radius: 50px;
    height: 600px;
  }
  .me11{
    width: 550px;
    border-radius: 50px;
    height: 350px;
    margin-top: 16px;
    margin-left: 350px;
  }
  .me12{
    width: 500px;
    border-radius: 50px;
    height: 300px;
  }
  .me13{
    width: 350px;
    border-radius: 50px;
    height: 450px;
  }
  .me14{
    width: 500px;
    border-radius: 50px;
    height: 350px;
    margin-bottom: 48px;
  }
  .me15{
    width: 250px;
    border-radius: 50px;
    height: 350px;
    margin-left: 24px;
  }
  .me16{
    width: 750px;
    border-radius: 50px;
    height: 350px;
    margin-top: 16px;
    margin-left: 250px;
  }
  .me17{
    width: 700px;
    border-radius: 50px;
    height: 350px;
    margin-top: 16px;
    margin-left: 80px;
  }
  .me18{
    width: 750px;
    border-radius: 50px;
    height: 500px;
    margin-top: 16px;
    margin-left: 80px;
  }
  .me19{
    width: 750px;
    border-radius: 50px;
    height: 500px;
    margin-top: 16px;
    margin-left: 240px;
  }
  iframe{
    width: 88%; /* Decrease width */
    height: 500px; /* Adjust height */
    border: #333 solid;
    margin: 0 auto; /* Center the iframe */
    display: block;
  }
  video{
    margin-left: 30%;
  }
  h6{
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
    margin-top: 50px;
    font-size: 32px;
  }
  h5{
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
    margin-top: 50px;
    font-size: 32px;
  }
  h4{
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
    margin-top: 50px;
    font-size: 32px;
  }
  h3{
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
    margin-top: 50px;
    font-size: 32px;
  }
  h2{
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
    margin-top: 50px;
    font-size: 32px;
  }
  .styled-link {
    color: #444; 
    text-decoration: none; /* Removes underline for a cleaner look */
    font-weight: bold; /* Emphasizes the link */
    border-bottom: 2px solid transparent; /* Adds an underline effect */
    transition: color 0.3s ease, border-bottom 0.3s ease;
}

.styled-link:hover {
    color: #ffffff; 
}

.styled-link:focus {
    outline: none; /* Removes default outline */
    border-bottom: 2px solid #ffffff; /* Adds a white underline when focused */
}
  /* Button Styles */
.button-link {
  background-color: #2C3E50; /* Button background color */
  border: none; /* Remove button border */
  padding: 12px 24px; /* Add padding to the button */
  cursor: pointer; /* Change cursor to pointer on hover */
  transition: background-color 0.3s; /* Add transition effect for background color */
  border-radius: 5px; /* Add border-radius for rounded corners */
}
.button-text{
  color: #ffffff; /* Button text color */
  text-align: center; /* Center-align button text */
  text-decoration: none; /* Remove underline from button text */
  display: inline-block; /* Display buttons inline */
  font-size: 16px; /* Button text font size */
  transition: background-color 0.3s; /* Add transition effect for background color */
}
/* Button Hover Effect */
.button-link:hover {
  background-color: #34495E; /* Change background color on hover */
}
span{
  color: #ffffff;
}
/* Modal styles */
.modal {
  display: none; 
  position: fixed; 
  z-index: 1000; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9); /* Black background with opacity */
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  margin-top: 5%;
}

.modal-content {
  animation: zoom 0.6s;
}

@keyframes zoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}