* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Bahnschrift SemiBold;}
    
    body {
    background-color:#860405;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('Home Media/W2.png');
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;}
  
  .logo { 
  width: 65px;
  cursor: pointer;
  margin: 100 30px 0px 70px;
  background: transparent;
  filter:drop-shadow(0px 0px 6px
  rgba(255, 213, 2, 5));
  transition: filter 0.3s ease, transform 0.3s ease;
  }
  
  .logo:hover {
  transform: scale(1.1);
  }
  
  .bar {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background: linear-gradient(rgba(66, 12, 12, 1), rgba(176, 81, 81, 0.5));
  z-index: 2; /* Ensures the nav bar is above the video */
  position: relative;}
  
  .cover {
  display: none;}
  
  .bar ul li a {
  background-color: #FFFFFF; 
  padding: 8px;
  border-radius: 10px;
  font-family: Bahnschrift SemiBold;
  font-size: 17px;
  background: linear-gradient(rgba(173, 2, 2, 1), rgba(264, 2, 2, 0.5));
  filter:drop-shadow(0px 0px 3px
  rgba(255, 213, 2, 5));}
  
  .bar ul li a:hover {
  transition: 0.3s;
  border-radius: 40% 40% 0% 0%;}
  
  .dropdown-content {
  display: none;
  position: absolute;
  min-width: 100px;
  box-shadow: rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 10px;
  font-family: Bahnschrift SemiBold;
  background: linear-gradient(rgba(150, 10, 10, 1), rgba(200, 0, 0, 0.5));
  box-shadow: 0 0 10px rgba(255, 213, 2, 1);}
  
  nav ul li a {
  text-decoration: underline;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  display: block;
  padding: 8px;
  border-radius: 5px;}
  
  .dropdown:hover 
  .dropdown-content {
  display: block;}
  
  .bar ul li {
  font-family: Bahnschrift SemiBold;
  display: inline-block;
  margin: 15px;
  position: relative;}
  
  .line::after {
  content: "";
  position: absolute;
  background-color: White ;
  height: 3px;
  width: 0;
  left: 0;
  bottom: -10px;
  transition: 0.3s;}
  
  .line:hover::after {
  width: 100%;
  transition: 0.3s;}
  
  .bar ul li a {
  text-decoration: none; 
  color: Yellow;}

  .highlight1 {
    position: relative;
    top: 100%;
    height: 100%;
    width: 100%;
    background-size: cover;}
  
  .Pee2 {
  color: white;
  text-shadow: 3px 3px #023988;
  font-size: 17px;
  margin: auto;
  padding: 14px;
  text-align: center;
  display:flex;
  flex-direction: row;}
  
  ul {
  background: transparent;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;}
  
  ul li {
  background: transparent;
  margin: 0 15px;
  position: relative;}

  .container {
    display: flex;
    justify-content: center;}

.dropbtn {
    background-color: #ffd67f;
    color: rgb(0, 0, 0);
    padding: 16px;
    font-size: 16px;
    border: none;
    font-family: 'oswald';
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 500px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'oswald';
    font-size: large;
}

.dropdown-content1 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    font-family: 'oswald';
}

#selectedText {
    margin-top: 20px;
    text-align: left;
    font-family: 'oswald';
    margin-left: 10%;
    margin-right: 10%;
}

.dropbtn:hover {
    background-color: #ffae00;
    color: rgb(0, 0, 0);
    padding: 20px;
    font-size: 20px;
    border: none;
    font-family: 'oswald';
    transition: 0.3s;
    cursor: pointer;
}

.h11 {
    font-size: 50px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    font-family: Mongolian Baiti;}
    
    .h111 {
    font-size: 30px;
    text-align: left;
    margin: 0px;
    font-family: Mongolian Baiti;}
    
    .main-footer1 {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;}
    
    .main-footer {
    background-color: #3f1311;
    color: white;
    padding: 10px 10px;
    align-items: center;}
    
    .upper-footer {
    width: 90%;
    padding-top: 20px;
    background: transparent;
    align-items: center;}
    
    .upper-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    background: transparent;}
    
    .model-pic {
    width: 300px;
    height: auto;
    margin: auto;
    border-radius: 8px;
    background: transparent;}
    
    .help-text {
    max-width: 60%;
    text-align: left;
    background: transparent;}
    
    .help-text h3, .help-text p {
    font-size: 1.5rem;
    text-shadow: 2px 2px 4px blue;
    background: transparent;}
    
    .buttons-container {
    display: flex;
    gap: 15px;
    background: transparent;}
    
    .footer-btn {
    background-color: blue;
    color: white;
    padding: 12px 24px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;}
    
    .footer-btn:hover {
    transform: scale(1.1);
    background-color: #0056b3;}
    
    .footer-btn:active {
    box-shadow: 0 0 8px #ffeb3b;}
    
    .lower-footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: transparent;}
    
    .social-media-links {
    width: 100%;
    max-width: 100px;
    display: flex;
    flex-direction: row;
    bottom: -15px;
    left: 30px;
    background: transparent;
    position: absolute;}
    
    .center {
    align-items: center;}
    
    .social-icon {
    filter: grayscale(100%);
    transition: filter 0.3s ease, transform 0.3s ease;
    object-fit: contain;
    width: 50px;
    height: 50px;
    border-radius: 15px;
    background-color: white;
    border: 0.3rem solid transparent;}
    
    .branch-info {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    right: 10px;
    background: transparent; 
    margin-top: 20px;}
    
    .branch-info .branch {
    background: transparent;}
    
    .branch-info .school-address {
    font-size: 1rem;
    justify-content: flex-sart;
    background: transparent;}
    
    
    .social-icon:hover {
    filter: grayscale(0);
    transform: scale(1.1);}
    
    .school-address {
    border-top: 4px dashed #ffeb3b;
    padding-top: 10px;
    background: transparent;}
    
    .school-info {
    justify-content: flex-start; 
    }
    
    .text-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; 
    text-align: justify;
    width: 100%;
    background: transparent;}
    
    .left-text {
    margin-top: 30px;
    margin-left: 50px;
    background: transparent;}
    
    .right-texts {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: transparent;}
    
    h3 {
    background: transparent;}
    
    .left-text .school-name {
    font-size: 40px;
    margin-top: -15px;
    margin-bottom: -20px;
    text-shadow: 2px 2px 1px #420C0C;
    background: transparent;}
    
    .logo1 { 
    width: 65px;
    margin-top: 15px;
    margin-right: -375px;
    margin-left: 20px;
    background: transparent;
    filter:drop-shadow(0px 0px 6px
    rgba(255, 213, 2, 5));}
    
    .bn4 {
    background-color: #ffffff;
    border: none;
    color: Yellow;
    padding: 0.7em 1.2em;
    margin-bottom: 15px;
    text-align: center;
    font-size: 15px;
    transition: 0.3s;
    text-decoration: none;
    cursor: pointer;
    transition: filter 0.3s ease, transform 0.3s ease;
    border-radius: 15px;
    background-color: Transparent;
    border: 0.3rem solid White;}
    
    .bn4:hover {
    opacity: 1;
    transform: scale(1.1);
    color: rgba(63, 19, 17, 1);
    background-color: Yellow;
    }