header {
  background-color: yellow-400;
}

@import url(https://fonts.google.com/specimen/Bangers?query=bangers);

* {
  font-family: 'bangers', cursive;
}

.nav {
  position: sticky;
  top: 0px;
  z-index: 2;
}

body {
  background-image: url(images/try7.jpg);
  /* background-color: rgb(163, 179, 179); */
  background-repeat: none;
  background-size: 100% auto;
  background-position: top center;
  background-attachment: fixed;

}

.nav {}

.class-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s ease-in-out, padding 0.5s ease;
}

.class-header {
  background-color: #7d8899;
  color: black;
  font-weight: 786;
  border-radius: 5px;
  padding: 10px;
  border: 2px solid black;
  cursor: pointer;
  transition: 0.5s ease;
}

.class-header:hover {
  background-color: rgb(148, 243, 245);
  transform: scalex(1.2);
}

.heading-our-mission {
  color: rgb(250, 204, 21);
  font-weight: 700;
  font-size: xx-large;
}

.class-section:hover .class-content {
  max-height: 1500px;

}

.social media {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.instagram {
  display: flex;
  justify-content: center;
  color: black;
}

.instagram:hover {
  transform: scale(1.2);
}

.instagram .h3 {
  text-align: center;
  padding-top: 10px;

}

.youtube {
  display: flex;
  justify-content: center;
  color: black;
}

.youtube:hover {
  transform: scale(1.2);
}

.youtube .h3 {
  text-align: center;
  padding-top: 10px;
}

.heading_sm {
  font-weight: 900;
  font-size: 2.5rem;
  color: black;
  text-align: center;
}

.email {
  display: flex;
  justify-content: center;
  color: black;
}

.email:hover {
  transform: scale(1.2);
}

.email .h3 {
  text-align: center;
  padding-top: 10px;
}

.nav-btn:hover {
  transform: scale(1.2);
}

.ttt-t {
  display: flex;
  color: black;
  justify-content: center;
}

.t {

  color: black;
  font-weight: 700;
}

.t1 {
  color: black;
  font-weight: 500;
}

.our_mission1 {
  font-weight: 200;
  font-size: ;
}

.heading_welcome {
  font-weight: 900;
  font-size: 2.5rem;
}

.p_welcome {
  font-weight: 900;
  font-size: 1.2rem;
}

.heading_welcome {
  font-weight: 900;
  font-size: 2.5rem;
}

.p_welcome {
  font-weight: 900;
  font-size: 1.2rem;
}

.our_missiona {
  margin-top: 0px;
  font-weight: 900;
  font-size: 2.5rem;
}

.our_missionb {
  font-weight: 900;
  font-size: 1.2rem;
}

.our_teacher {
  display: flex;
  justify-content: center;
  font-weight: 900;
  font-size: 2.5rem;
}

.social-media {
  font-weight: 900;
  font-size: 2.5rem;
}

.destop_btn:hover {
  transform: translatey(5px);
  color: red;
}

.year {
  margin-top: 1rem;
  margin: 10px;
  margin-top: 10px;
  font-size: 20px;
}

.term:hover .class-header {
  max-height: 1500px;
  margin-top: 15vh;

}


/* .results_2024-2025{
  margin-top: 15vh;
  
} */

.term_class-header {
  background-color: #7d8899;
  color: black;
  font-weight: bolder;
  font-size: 1.5rem;
  padding: 10px;
  border: 2px solid black;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.5s ease;
}
.exam_btn{
  display: flex;
   background-color: #7d8899;
   border-radius: 5px;
  color: black;
  font-weight: bolder;
  font-size: 1.5rem;
  padding: 10px;
  border: 2px solid black;
  cursor: pointer;
  justify-content: center;
  
}
.exam_btn:hover{
  transform: scale(1.2);
  background-color: rgb(148, 243, 245);
  transition: 0.5s ease;
}
/* .footer{
  position: relative;
  
} */

.socialmedia_div{
  display: grid;
  grid-template-columns: 2(1fr);
  
}
.term_class-header:hover{
   transform: scale(1.2);
  background-color: rgb(148, 243, 245);
  transition: 0.5s ease;
}

.coming{
  margin-top: 2rem;
   font-weight: 900;
  font-size: 1.2 rem;
  color: black;
  text-align: center;
}