body,html{
    margin: 0;
    padding: 0;
}
:root{
    --primary:rgb(83, 1, 83);
}
nav.navbar{
    background-color:var(--primary) ;
    height: 100px;
    width: 100%;
    display: block;
    position: fixed;
    overflow: hidden;
    z-index: 1;
    top: 0;
}
.nav-list{
    display: none;
}
.side-nav{
    display: none;
    background-color: var(--primary);
    width: 100%;
    height: 350px;
    margin-top: 100px;
    z-index: 1;
    overflow: hidden;
    position: fixed;
}
.nav-menu{
    display: block;
    float: right;
    margin-top: 10px;
    margin-right: 30px;
}
#cnclBtn{
    display: none;
}
.nav-item{
    display: block;

}
li.nav-brand{
    list-style-type: none;
    display: block;
    float: left;
}
img.nav-logo{
    padding-top: 15px;
    height: 70px;
    width: 180px;
    margin-inline-start: 20px;
}
a.nav-link{
    text-decoration: none;
    display: inline-block;
    margin-top: 30px;
    font-size: 28px;
    color: gold;
    font-family:'Times New Roman', Times, serif;
    margin-left: 15px;
}
.section1{
    margin-top: 100px;
    width: 100%;
    height: 800px;
    background-color: var(--primary);
}
.sides{
    width: 100%;
    height: 50%;
    display: block;
    float: left;
}
.sides h1{
    margin-top: 30px;
    text-align: center;
    color: gold;
    font-size: 36px;
   
}
.sides p{
    text-align: center;
    color: white;
    margin-inline-start: 5%;
    margin-inline-end: 5%;
    font-size: 18px;
}
.home-btn{
    display: inline-block;
    color: white;
    background-color: gold;
    text-align: center;
    width: 20%;
    height: 50px;
    margin-inline-start: 40%;
    border-color: gold;
    border-radius: 4px;
}
.home-img{
    margin-inline-start: 20%;
    width: 60%;
    height: 60%;
    border-color:gold;
    border-style: double;
    border-width: 4px;
    margin-top: 50px;

}
.section2{
    width: 100%;
    height:500px;
    margin-top: 50px;
}
.profile{
    width: 40%;
    height: 60%;
    margin-inline-start: 10%;
    display: block;
    float: left;
    border-color: gold;
    border-style: solid;
    border-width: 4px;
}
.underline {
    margin-top: 0px;
    width: 20%;
    margin-inline-start: 40%;
    height: 2px;
    margin-bottom: 80px;
    
}
.side-line{
    width: 25%;
    border-top-style: solid;
    border-width: 4px;
    border-color: gold;
    padding-top: 3px;
}
.center-line{
    width: 50%;
    border-top-style: solid;
    border-width: 12px;
    border-color:var(--primary);
    
}
.secHead{
    color: var(--primary);
    font-size: 48px;
    text-align: center;
    margin-bottom: 20px;
}
.info{
    border-color: gold;
    border-style: solid;
    border-width: 4px;
    width: 40%;
    height: 60%;
    float: left;
    display: block;
    background-color: gold;
}
.profile-h1{
    margin-top: 20px !important;
    font-size: 20px !important;
    color: var(--primary) !important;
}
.profile-h2{
    text-align: center;
    color: var(--primary);
    font-size: 15px;
}
.profile-h3{
    text-align: center;
    color: var(--primary);
    font-size: 10px;
}

.section3{
    height: 500px;
    width: 100%;
    margin-bottom: 300px;
    
}
.side-text{
    color: var(--primary) !important;
    font-size: 24px;
    margin-top: 5px;
}
#alumni1{
    background-color: var(--primary);
    width: 75%;
    float: left;
    margin-inline-start: 3%;
    height: 90%;

}
#alumni2{
    background-color: var(--primary);
    width: 75%;
    float: left;
    margin-inline-start: 3%;
    height: 90%;
    display: none;

}
.slider-button{
    color: var(--primary);
    display: block;
    float: left;
    width: 8%;
    margin-top: 140px;
    margin-inline-start: 2%;
}
.alumni-img{
    width: 100%;
    height: 80%;
}
#alumni1,#alumni2 h2{
    color: gold;
    text-align: center;
    font-size: 13px;
}
.a-section1{
    margin-top: 150px;
    width: 100%;
    height: 1400px;
}
.alumni-sec{
    width: 100%;

}
.alumni-container{
    background-color: var(--primary);
    border-radius: 10px;
    margin-inline-start: 8%;
    width: 80%;
    border-style: solid;
    border-color: var(--primary);
    border-width: 10px;

}
.alumni-sec h1{
    text-align: center;
    margin-top: 0px;
 
}
.alumni-content div{
    width: 33.33%;
}
.alumni-content{
    display: flex;
    flex-direction: row;
    align-self: center;
    flex-wrap: wrap;
    width: 100%;
}

.alumni-content span{
    color: gold;
}
.alumni-content div img{
    width: 100%;
    height: 200px;
}


.custom-footer {
    background-color: gold;
    color: var(--primary);
    padding: 20px 0;
    text-align: center;
} 
.footer-content {
  display: flex;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.footer-section {
  flex: 1;
  margin: 10px;
}

.footer-section h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.footer-section p, 
.footer-section ul {
  font-size: 1em;
  margin-bottom: 10px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 5px;
}

.footer-section ul li a {
  color:var(--primary);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section ul li a:hover {
  color: #fff;
}

.footer-bottom {
  margin-top: 20px;
  font-size: 0.9em;
  border-top: 1px solid #555;
  padding-top: 10px;
}
#ser-side1{
    height: 50%;
    margin-top: 50px !important;
    width:40% !important;
    margin-inline-start: 30%;
    background-color: var(--primary);
    border-style: solid;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-color: var(--primary);
}
#ser-side1 h1{
    margin-top: 20px !important;
}
.team{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.team div{
    width: 100px;
    height: 130px;
}
.team div img{
    width: 100px;
    height: 100px;
}
.team div span{
    color: gold;
}
#ser-side2{
    width: 95% !important;
    margin-inline-start: 2%;
    border-radius: 20px;
    border-color: var(--primary);
    border-style: solid;
    border-width: 4px;
    height: 580px;
    margin-top:50px !important;
}
#ser-side2-sec2{
    width: 95% !important;
    margin-inline-start: 2%;
    border-radius: 20px;
    border-color: var(--primary);
    border-style: solid;
    border-width: 4px;
    height: 280px;
    margin-top:50px !important;
}
#ser-side2-top{
    height: 10%;
    width: 100%;
    background-color: var(--primary);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#ser-side2-top-sec2{
    height: 15%;
    width: 100%;
    background-color: var(--primary);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#ser-side2-top h1{
    margin-top: 0px !important;
}

#ser-side2-botm{
    height: 90%;
    width: 100%;
}
#ser-side2-botm-left{
    width: 49%;
    float: left;
}
#ser-side2-botm-left p{
    color: black;
    font-size: 20px;
    line-height: 1.6;
    text-align: left;
    margin-inline-start: 10px !important;
    margin-inline-end: 10px !important;
    margin-top: 50px !important;
}
#ser-side2-botm-cntr{
    width: 1%;
    height: 85%;
    margin-top: 5%;
    background-color: var(--primary);
    float: left;
}
#ser-side2-botm-right{
    width: 49%;
    float: left;
}
#ser-side2-botm-right p{
    color: black;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    margin-inline-start: 15px !important;
    margin-inline-end: 10px !important;
    margin-top: 50px !important;
}
#ser-side2-p{
    color: black;
    text-align: left;
    line-height: 1.6;
    font-size: 23px;
    margin-inline-start: 10%;
    margin-inline-end: 10%;
}
#sports{
    width: 95% !important;
    margin-inline-start: 2%;
    border-radius: 20px;
    border-color: var(--primary);
    border-style: solid;
    border-width: 4px;
    height: 500px;
    margin-top:300px !important;
}
#sports-top{
    height: 10%;
    width: 100%;
    background-color: var(--primary);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#sports-top h1{
    margin-top: 0px !important;
    color: gold;
    text-align: center;
    font-size: 36px;
}
#sports1{
    height: 50%;
}
#sports1 p{
    margin-inline-start: 3%;
    margin-inline-end: 3%;
    line-height: 1.5;
    font-size: 20px;
    text-align: left;
}
#sports2{
    height: 40%;
}
#sports2 img {
    width: 200px;
    height: 200px;
    margin-inline-start: 13%;
    border-color: var(--primary);
    border-radius: 4px;
    border-style: solid;
    border-width: 3px;
}
.contact{
    width: 100%;
    height: 650px;
    background-color:white;
    padding-top: 50px;

  }
  .contact-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px; /* Adjust based on your layout */
    margin: 0 auto;
    margin-top: 50px;
  }
  #contactPh .contact-form {
    display: flex;
    flex-direction: column;
    width: 80%;
    max-width: 600px; /* Adjust based on your layout */
    margin: 0 auto;
    margin-top: 50px;
  }
  
  .contact-form label {
    margin-bottom: 5px;
    font-weight: bold;
  }
  
  .contact-form input, 
  .contact-form textarea {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
  }
  
  .contact-form button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: var(--primary);
    color: gold;
    font-size: 16px;
    cursor: pointer;
  }
@media (max-width: 540px) {
    .footer-content {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .social-media {
        margin-top: 0;
    }
    #ser-side2-p{
        color: black;
        text-align: left;
        line-height: 1;
        font-size: 20px;
        margin-inline-start: 10%;
        margin-inline-end: 10%;
    }
    #ser-side1{
        height: 50%;
        margin-inline-start: 3%;
        margin-top: 50px !important;
        width:80% !important;
        margin-inline-start: 10%;
        background-color: var(--primary);
        border-style: solid;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-color: var(--primary);
    }
    #ser-side2-botm-right p{
        color: black;
        font-size: 12px;
        line-height: 1.5;
        text-align: left;
        margin-inline-start: 15px !important;
        margin-inline-end: 10px !important;
        margin-top: 50px !important;
    }
    #ser-side2-botm-left p{
        color: black;
        font-size: 12px;
        line-height: 1.5;
        text-align: left;
        margin-inline-start: 10px !important;
        margin-inline-end: 10px !important;
        margin-top: 50px !important;
    }
    #ser-side1 h1{
        margin-top: 20px !important;
    }
    .team{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    .team div{
        width: 100px;
        height: 130px;
    }
    .team div img{
        width: 100px;
        height: 100px;
    }
    .team div span{
        color: gold;
    }
    #sec3{
        height: 700px;
    }
    #sports{
        width: 95% !important;
        margin-inline-start: 2%;
        border-radius: 20px;
        border-color: var(--primary);
        border-style: solid;
        border-width: 4px;
        height: 700px;
        margin-top:300px !important;
    }
    #sports2 img {
        width: 100px;
        height: 100px;
        margin-inline-start: 5%;
        border-color: var(--primary);
        border-radius: 4px;
        border-style: solid;
        border-width: 3px;
    }
    
}

@media only screen and (min-width:1025px){
    nav.navbar{
        background-color:rgb(83, 1, 83) ;
        height: 100px;
        width: 100%;
        display: block;
        position: fixed;
        overflow: hidden;
        z-index: 1;
        top: 0;
    }
    .nav-list{
        list-style-type: none;
        display: block;
        margin-top: 0;
        padding: 0;
        float: left;
        margin-inline-start: 80px;
       
    
    
    }
    .nav-item{
        margin-top: 35px;
        text-decoration: none;
        color:white;
        display: inline-block;
        padding: 2px 25px;
    
    }
    li.nav-brand{
        list-style-type: none;
        display: block;
        float: left;
    }
    img.nav-logo{
        padding-top: 15px;
        height: 70px;
        width: 180px;
        margin-inline-start: 20px;
    }
    a.nav-link{
        text-decoration: none;
        display: inline-block;
        font-size: 28px;
        color: gold;
        font-family:'Times New Roman', Times, serif;
        margin-top: 0;
        margin-left: 0;
    }
    #menuBtn{
        display: none;
    }
    .section1{
        margin-top: 100px;
        width: 100%;
        height: 700px;
        background-color: var(--primary);
    }
    .a-section1{
        margin-top: 100px;
        width: 100%;
        height: 950px;
    }
    .sides{
        width: 50%;
        height: 100%;
        display: block;
        float: left;
    }
    .sides h1{
        margin-top: 130px;
        text-align: center;
        color: gold;
        font-size: 36px;
       
    }
    .sides p{
        text-align: center;
        color: white;
        margin-inline-start: 20%;
        margin-inline-end: 20%;
        font-size: 18px;
    }
    .home-btn{
        display: inline-block;
        color: white;
        background-color: gold;
        text-align: center;
        width: 20%;
        height: 50px;
        margin-inline-start: 40%;
        border-color: gold;
        border-radius: 4px;
    }
    .home-img{
        margin-inline-start: 20%;
        width: 60%;
        height: 60%;
        border-color:gold;
        border-style: double;
        border-width: 4px;
        margin-top: 100px;
    
    }
    .section2{
        width: 100%;
        height:500px;
        margin-top: 50px;
    }
    .profile{
        width: 40%;
        height: 60%;
        margin-inline-start: 10%;
        display: block;
        float: left;
        border-color: gold;
        border-style: solid;
        border-width: 4px;
    }
    .underline {
        margin-top: 0px;
        width: 20%;
        margin-inline-start: 40%;
        height: 2px;
        margin-bottom: 80px;
        
    }
    .side-line{
        width: 25%;
        border-top-style: solid;
        border-width: 4px;
        border-color: gold;
        padding-top: 3px;
    }
    .center-line{
        width: 50%;
        border-top-style: solid;
        border-width: 12px;
        border-color:var(--primary);
        
    }
    .secHead{
        color: var(--primary);
        font-size: 48px;
        text-align: center;
        margin-bottom: 20px;
    }
    .info{
        border-color: gold;
        border-style: solid;
        border-width: 4px;
        width: 40%;
        height: 60%;
        float: left;
        display: block;
        background-color: gold;
    }
    .profile-h1{
        margin-top: 75px !important;
        font-size: 30px !important;
        color: var(--primary) !important;
    }
    .profile-h2{
        text-align: center;
        color: var(--primary);
        font-size: 25px;
    }
    .profile-h3{
        text-align: center;
        color: var(--primary);
        font-size: 18px;
    }
    .footer-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    }
    .social-media {
    display: flex;
    gap: 15px;
    }
    .section3{
        height: 500px;
        width: 100%;
        margin-bottom: 250px;
        
    }
    .side-text{
        color: var(--primary) !important;
        font-size: 24px;
        margin-top: 70px;
    }
    #alumni1{
        background-color: var(--primary);
        width: 75%;
        float: left;
        margin-inline-start: 3%;
        height: 70%;
    
    }
    #alumni2{
        background-color: var(--primary);
        width: 75%;
        float: left;
        margin-inline-start: 3%;
        height: 70%;
        display: none;
    
    }
    .slider-button{
        color: var(--primary);
        display: block;
        float: left;
        width: 8%;
        margin-top: 20%;
        margin-inline-start: 4%;
    }
    #leftSlider{
        margin-inline-start: 1% !important;
    }
    .alumni-img{
        width: 100%;
        height: 80%;
    }
    #alumni1,#alumni2 h2{
        color: gold;
        text-align: center;
    }
    .alumni-sec{
        margin-top: 50px !important;
        width: 100%;
    
    }
    .alumni-container{
        background-color: var(--primary);
        border-radius: 10px;
        margin-inline-start: 10%;
        width: 80%;
        border-style: solid;
        border-color: var(--primary);
        border-width: 10px;
    
    }
    .alumni-sec h1{
        text-align: center;
        margin-top: 150px;
     
    }
    .alumni-content div{
        width: 200px;
    }
    .alumni-content{
        display: flex;
        flex-direction: row;
        align-self: center;
        flex-wrap: wrap;
        width: 100%;
    }
    
    .alumni-content span{
        color: gold;
    }
    .alumni-content div img{
        width: 100%;
        height: 200px;
    }
    #ser-side1{
        margin-inline-start: 3%;
        margin-top: 50px !important;
        width:30% !important;
        background-color: var(--primary);
        border-style: solid;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        height: 580px;
        border-color: var(--primary);
    }
    #ser-side1 h1{
        margin-top: 20px !important;
    }
    .team{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    .team div{
        width: 45%;
        height: 230px;
    }
    .team div img{
        width: 90%;
        height: 200px;
    }
    .team div span{
        color: gold;
    }
    #ser-side2{
        width: 60% !important;
        margin-inline-start: 4%;
        border-radius: 20px;
        border-color: var(--primary);
        border-style: solid;
        border-width: 4px;
        height: 580px;
        margin-top:50px !important;
    }
    #ser-side2-sec2{
        width: 60% !important;
        margin-inline-start: 4%;
        border-radius: 20px;
        border-color: var(--primary);
        border-style: solid;
        border-width: 4px;
        height: 280px;
        margin-top:50px !important;
    }
    #ser-side2-top{
        height: 10%;
        width: 100%;
        background-color: var(--primary);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    #ser-side2-top h1{
        margin-top: 0px !important;
    }
    #ser-side2-botm{
        height: 90%;
        width: 100%;
    }
    #ser-side2-botm-left{
        width: 49%;
        float: left;
    }
    #ser-side2-botm-left p{
        color: black;
        font-size: 20px;
        line-height: 1.6;
        text-align: left;
        margin-inline-start: 10px !important;
        margin-inline-end: 10px !important;
        margin-top: 50px !important;
    }
    #ser-side2-botm-cntr{
        width: 1%;
        height: 85%;
        margin-top: 5%;
        background-color: var(--primary);
        float: left;
    }
    #ser-side2-botm-right{
        width: 49%;
        float: left;
    }
    #ser-side2-botm-right p{
        color: black;
        font-size: 20px;
        line-height: 1.3;
        text-align: left;
        margin-inline-start: 15px !important;
        margin-inline-end: 10px !important;
        margin-top: 50px !important;
    }
    #sports{
        width: 95% !important;
        margin-inline-start: 2%;
        border-radius: 20px;
        border-color: var(--primary);
        border-style: solid;
        border-width: 4px;
        height: 500px;
        margin-top:50px !important;
    }
    #sports-top{
        height: 10%;
        width: 100%;
        background-color: var(--primary);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    #sports-top h1{
        margin-top: 0px !important;
        color: gold;
        text-align: center;
        font-size: 36px;
    }
    #sports1{
        height: 50%;
    }
    #sports1 p{
        margin-inline-start: 3%;
        margin-inline-end: 3%;
        line-height: 1.6;
        font-size: 23px;
        text-align: left;
    }
    #sports2{
        height: 40%;
    }
    #sports2 img {
        width: 20%;
        max-height: 350px;
        margin-inline-start: 20%;
        border-color: var(--primary);
        border-radius: 4px;
        border-style: solid;
        border-width: 3px;
    }
    

}

    
