
*
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}
.navbar
{
    /* height: 100px; */
    width: auto;
    background-color:  rgb(255, 87, 51);;;
    align-items: center;
    justify-content: center;
    

}
.nav-logo
{
    align-items: flex-start;
}
.nav-logo img
{
    height: 110px;
    width: auto;
}

.nav-menu
{
    padding: 40px 10px 40px 10px;
}
.nav-menu a
{
    padding: 20px;
    text-decoration: none;
    color: rgb(255, 255, 255);
}
.nav-menu a:hover , .nav-logo a i:hover
{

    color: rgb(45, 45, 45);
}
.nav-logo a i
{
    padding: 40px 10px 40px 10px;
    color: rgb(0, 0, 0);
}
.hero-section img
{
    width: 100%;
}
.intro
{
    padding-top: 100px;

    color: rgba(68,66,90,255);
}
.intro h1
{
    overflow-y: hidden;
}
.intro p 
{
    font-size: 20px;
}
.College-name
{
    color: rgb(255, 87, 51);
}

.back-name
{
    position: relative;
    top: -150px;
    font-size: 200px;
    opacity: 0.05;
    color: rgba(68,66,90,255);
    
}
@media screen and (max-width: 780px) {
    .back-name
    {
        display: none;
    }
}
.vision
{
    align-items: center;
    padding: 70px;
    color: rgba(68,66,90,255);
}
.vision-image img
{
    width: 100%;
    height: auto;
    border-radius: 25px;
    /* padding-left: 200px; */
}
.vision-text h3
{
padding: 20px 0px 15px 0px;
font-size: 40px;
}
.vision-text p , .Section-grow p
{
    font-size: 20px;
}
.Section-grow p
{
    padding-top: 60px;

}
.vision-text h3 i
{
    color: rgb(255, 87, 51);;
}
@media screen and (max-width: 1024px)
{
    .vision-image img
{
    width: 100%;
    height: auto;
}
.vision-text h3
{
padding: 20px 0px 15px 0px;
font-size: 40px;
}
.vision-text p , .Section-grow p
{
    font-size: 20px;
}
}
.Subjects
{
    padding-top: 100px;
   
    border-radius: 5px;
    font-size: 16px;

}


.Course
{
    box-sizing: border-box;
    height: 400px;
    width: 300px;
    border: 1px solid black;
    
    justify-content: center;
    align-items: center;
}
.center-box
{
    padding-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.butt
{
    background-color: rgb(255, 87, 51);
    height: 60px;
    width: auto;
    font-size: 20px;
    border-radius: 10px;
    color: aliceblue;
    
}
.button-name
{
    padding: 10px 20px 10px 20px;
}
.mandate button
{
    margin: 10px 20px 10px 20px ;
}







