body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background-color: #f9f9f9;
    color: #333;
}


h1,
h2,
p {
    margin: 10px;
    text-align: center;
}

.nav1 {
    list-style-type: none;
    margin: 0;
    padding: 0 20px;
    background-color: #8ce9dc;
    display: flex;
    align-items: center;
    position: sticky;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.nav1 li {
    margin: 0 10px;
}

.nav1 a {
    display: block;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 14px;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.nav1 a:hover {
    background-color: #63ccc0;
    color: #000;
}


.logo {
    height: 50px;
    width: auto;
}


.main {
    padding: 40px 20px;
    max-width: 1000px;
    margin: auto;
}


.school1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}

.school1 img {
    max-width: 100%;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.school1 img:hover {
    transform: scale(1.05);
}

.school1 div {
    flex: 1;
    min-width: 300px;
}

.aboutgy {
    font-size: 18px;
    color: #8ce9dc;
    font-weight: 600;

}

.ab {
    color: red;
}

.btab {
    background-color: #8ce9dc;
    color: #fff;
    border: none;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 6px;
}

.btab:hover {
    background-color: #2c9f92;
    color: #000;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100vh; 
  overflow: hidden;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  z-index: -1;
}

.video-overlay {
  position: relative;
  z-index: 1; 
  color: white;
  text-align: center;
  top: 40%;
  padding: 20px;
}

.video-overlay h1, 
.video-overlay p {
  background: transparent;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 8px;
}
.vdl{
    font-style: italic;
}