body
{
    margin: 0;
    padding: 0;
    line-height: 1.6;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.header
{
    min-height: 250vh;
    background-color: #ff6666;
    background-image: url("IMAGES/SchoolBanner.jfif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.header h1
{
    margin-top: -30px;;
}
nav
{
    display: flex;
}
.nav-link ul
{
list-style: none;
}
.nav-link ul li
{
    align-items: center;
    justify-content: space-between;
    display: inline-block;
    padding: 15px;
}
.nav-link ul li a
{
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: bold;
}
.text-box
{
    width: 50%;
    position: absolute;
    top: 50%;
    left: 25%;
    text-align: center;
}
.text-box p
{
    color: #80ff00;
    text-align: justify;
}
.text-box h1
{
    color: #80ff00;
}
.blockquote 
{
 color: #ffbf00;
 font-size: 20px;
 font-weight: bold;
 position: absolute;
 top: 80%;
 left: 30%;
 width: 50%;
 text-align: center;
}
.btnexplore
{
    position: relative;
    top: 300px;
    left: 40px;
    font-size: 20px;
    font-weight: bold;
}
.About-Section
{
    background-color: #8000ff;
    min-height:  250vh;
    
}
.carsoul-img img
{
    width: 100%;
    height: 500px;
}
/* .container p
{
    padding-inline-start: 100px;
    position: relative;
    left: 200px;
    text-align: justify;
    font-size: 20px; */
    
/* } */
.column1
{
    width: 350x;
    height: 350px;
    border: 2px solid green;
    background-color: bisque;
    color: #8000ff;
    font-size: 20px;
    font-weight: bold;
    
}
.column1 h3
{
    color: #00bfff;
    font-size: 30px;
    font-weight: bold;
}
.column1 p
{
    color: #00bfff;
    text-align: justify;
}
.column2 img
{
    height: 350px;
    width: 100%;
 }
 /* .Mission p
 {
   position: relative;
   left: -10px;
   text-align: justify;
   font-size: 20px;
   font-weight: bold;
   
 } */
 .Mission
 {
    color: white;
 }
 /* .Vision P
 {
    position: relative;
   left: -10px;
   text-align: justify;
   font-size: 20px;
   font-weight: bold; */
 /* } */
 .classes p,
.card-text p,
.Mission p,
.Vision p {
    text-align: justify;
    font-size: 20px;
}

 .Vision
 {
    color: white;
 }
 .principal-Message p
 {
 position: relative;
 left: -5px;
 text-align: center;
 }
 .principal-message
 {
    height: 50vh;
 }
 .school-class-section
 {
    background-color: #770481;
    min-height: 200vh;
    
 }
 .classes p
 {
  color:#fffdff;
  font-size: 20px;
  font-weight: bold;
  }
  .classes
  {
    width: 100%;
  }
  .columncard
  {
    margin-top: 40px;
  }
  .card img
  {
    width: 200px;
    height: 200px;
  }
  .card:hover
  {
   
    box-shadow: 5px 10px 5px 10px red
  }
  .horizantal
  {
    width: 120px;
    height: 15px;
    margin: 10px auto;
    background-color: rgb(252, 250, 250);
    border: none;
    opacity: 1;
    
  }
  .card-text
  {
    border: 2px solid green;
    padding: 10px;
    background-color: rgb(252, 5, 231);
    color: rgb(248, 247, 248);
  }
  .card-text p
  {
    font-size: 20px;
    font-weight: bold;
    text-align: justify;
  }
 .subject-item .col
 {
    
    font-size: 17px;
    font-weight: 600;
    color: white;
    min-height: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
 }
 .subject-item i
 {
    margin-right: 8px;
    font-size: 18px;
 }
 .para-aboutschool
 {
    position: relative;
    left: 100px;
 }
 .teacher-banner-section
 {
    background: linear-gradient(rgba(0,0,0, 0.6), rgba(0,0,0, 0.6));
    background: url(IMAGES/SchoolTeacherBanner.png);
    background-position: center;
    object-fit: cover;
    min-height: 150vh;
    padding: 80px 20px;

 }
 .extra-bold-line
 {
    width: 160px;
    height: 10px;
    background: #ffbf00;
    border: 4px solid orange;
    margin: 15px auto;
    border-radius: 15px;
    opacity: 1;
    
 }
 .card-teacher
 {
    border: none;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
 }
 .card-teacher:hover
 {
    transform:  translateY(-8px);
 }
 .admission-banner
 {
    min-height: 150vh;
    background: url(IMAGES/Admission.jpg);
    background-position: center;
    background-size: cover;
    padding: 100px 20px;
 }
 .extra-bold-line
 {
    width: 160px;
    height: 8px;
    border: 4px solid orange;
 }
 .eligible-category li
 {
  font-size: 20px;
  font-weight: bold;
 }
 .admission-procedure ol
 {
  font-size: 20px;
  font-weight: bold;
 }
 .document-list
 {
    list-style-position: inside;
    text-align: center;
    margin-top: 20px;
 }
 .document-list li
 {
    margin-bottom: 8px;
    display: block;
    font-size: 20px;
    font-weight: bold;
 }
.extra-bold-line
{
    width: 160px;
    height: 8px;
    border: 4px solid rgb(248, 248, 248);
}
.gallery-section
{
    padding: 60px 20px;
    background: #ffbf00;
    
}

