body {
    overflow-x: hidden;
    font-family: 'Aptos Display', sans-serif;
  
  }
.intro{
    margin: 0px;
    width: 80%;
}
.intro .containeri{
    margin-left:150px;
    width: 80%;
}
.History{
    background-color: #f8f8f8;
    overflow: hidden;
}
.containerh{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 290px auto 20px auto;
}
.lists {
    background-color: #0b213c;
    box-shadow: 4px 4px 4px 4px #0000ff2b;
    padding: 20px;
    border-radius: 5px;
    align-items: center;
    justify-content: space-between;
}
.containerh .lists p{
    color: #fff;
    font-size: 20px;
}
/*  Start Samples Page*/
#getstartedd {
    margin: 20px auto;
    width: 80%;
}
.ctn-wrapper{
    /* display: flex; */
    box-shadow: 4px 4px 4px 4px #0000ff2b;
    padding: 20px;
    border-radius: 5px;
    align-items: center;
    justify-content: space-between;
    background: rgb(255, 255, 255, .2);
    
} 
.ctn-wrapper::before{
    background:#fff;
}
#getstartedd .ctn-wrapper .btn {
    color: #fff;
    background: rgb(21, 21, 100);
    transition: 0.3s;
}
/* .ctn-wrapper .btn:hover{

    background: rgb(243, 227, 10);
    transition: 0.3s;
} */
#getstartedd .ctn-wrapper a{
    color: #fff;
    background: rgb(21, 21, 100);
    transition: 0.3s;
}
/* .ctn-wrapper a:hover{
    color: #fff;
    background: rgb(243, 227, 10);
} */
.ctn-wrapper .text{
    width: 100%;
}
.ctn-wrapper .text h4{
    margin-bottom: 10px;
    font-size: 30px;
}
.ctn-wrapper .text p{
    color: #02093b;
    font-size: 18px;
    justify-content: space-between;
}
/* end  */
/* ////////////////////////////////////////////////////////////// */
/* ///////////START SCOPES ///////////////////////////////////////// */
.scopes{
    background-color: #f8f8f8;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
}
.section {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.section-header:hover {
    background-color: #f0f0f0;
}

.toggle-button {
    font-size: 20px;
    color: #888;
    transition: transform 0.2s;
}

.toggle-button.open {
    transform: rotate(45deg);
}

.section-content {
    display: none;
    padding: 15px;
    font-size: 16px;
    color: #555;
}

.point {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 16px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 3px;
}
/* ///////////END SCOPES ///////////////////////////////////////// */

.containerc{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 20px auto;
}
.hero-content {
    flex: 1;
    width: 600px;
    margin: 0px 25px;
}
.hero-content h2{
    font-size: 38px;
    margin-top: -290px;
    margin-bottom: 20px;
    color: rgb(17, 18, 78);
}
.hero-content p{
    font-size: 18px;
    /* font-family: sans-serif; */
    margin-bottom: 20px;
    color: rgb(11, 13, 24);
    text-align: justify;
}
.hero-content button{
    display: inline-block;
    background-color: rgb(2, 2, 107);
    color: #fff;
    padding: 12px 24px;
    border-radius: 5px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    transition: 0.3s ease;
}
.hero-content button:hover{
    background-color: rgb(2, 2, 107);
    transform: scale(1.1);
}
.hero-content button  a{
    color: #fff;
}
.hero-image{
    flex: 1;
    width: 600px;
}
.hero-image p{
    font-size: 18px;
    /* font-family: sans-serif; */
    margin-bottom: 20px;
    color: rgb(11, 13, 24);
    text-align: justify;
}
#himage{
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: -300px;
}
/* More section  */
.more{
    background-color: #fff;
    overflow: hidden;
}
.more-values{
    flex: 1;
    width: 80%;
    margin: 0px 25px;
}
.more-values p{
    font-size: 18px;
    /* font-family: sans-serif; */
    margin-bottom: 20px;
    color: rgb(11, 13, 24);
    text-align: justify;
    width: 100%;
    margin-left: 0px;
}

.more-values img {
    width: 90%; 
    height: auto;
    display: block;
    margin: 0 auto 10px auto; 
    border-radius: 5%;
}

.sports li{
    /* font-family: sans-serif; */
    font-size: 18px;
}
.societies li{
    /* font-family: sans-serif; */
    font-size: 18px;
}
.lists p{
    font-size: 18px;
    /* font-family: sans-serif; */
    margin-bottom: 20px;
    color: rgb(11, 13, 24);
    text-align: justify;
}
.lists .fa-star{
    color: rgb(245, 138, 9);
  }

/* Core curricular events section */
.cocuricular{
    background-color: #fff;
    overflow: hidden;
}
.events{
    flex: 1;
    width: 600px;
    margin: 0px 25px;
}
.events p{
    font-size: 18px;
    /* font-family: sans-serif; */
    margin-bottom: 20px;
    color: rgb(11, 13, 24);
    text-align: justify;
}
.events h2{
    margin-left: 0px;
    font-weight: bold;
}

.events img {
    width: 90%; 
    height: auto;
    display: block;
    margin: 0 auto 10px auto; 
    border-radius: 5%;
}

@media screen and (max-width:768px){
    .intro .containeri{
        margin-left:40px;
        width: 100%;
        margin-top: 200px;
        margin-right: 400px;
    }
    .intro .containeri h2{
        font-size: 18px;
    }
    .intro .containeri .hrule {
        color: #fa1111;
        width: 50%;
    }
    .History{
        margin: 0px;
    }
    .containerh{
        width: 100%;
        flex-direction: column;
        margin: 2px;
        padding: 0px 40px;
    }
    .hero-content{
        width: 100%;
        margin-top: 300px ;

    }
    .hero-image{
        margin-top: 250px;
        width: 100%;
    }
    .hero-image p{
     margin-top: -50px;
    }
    .hero-content h2{
        font-size: 30px;
        margin-left:25px;
    }
    .hero-content .lists {
        margin-top: -40px;
    }
    .hero-content button{
        font-size: 16px;
        padding: 8px 16px;
    }
    .content2 p{
        margin-bottom: 50px;
    }
}