*{
    margin: 0px;
    padding: 0px;
}
body{
    background-image: url(./bg\ w.webp);
    color: white;
}
header{
    display: flex;
    position: fixed;
    width: 100%;
    justify-content: space-between;
    background: linear-gradient(to right, rgb(237, 235, 235), rgb(2, 2, 61));
}
.head{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 10px;
    color: white;
    
}

a{
    text-decoration: none;
    color: inherit;
}
.Home{
    display: flex;
    justify-content:space-between;
    padding-top: 50px;
}
.hero{
    padding: 40px;
    padding-right: 100px;
    font-size: 25px;
    font-style: italic;
}
button{
    color: blue;
    border-radius: 10px;
    padding: 5px;
}
button:hover{
    color:  white;
    background-color: blue;
}
.about{
    display: flex;
    justify-content: space-between;
    gap: 80px;
}
.pg{
    padding: 30px;
}
.pg h3{
    text-align: center;
    font-size: x-large;
}
.ma{
    padding: 30px;
}
.ma h3{
    text-align: center;
    font-size: x-large;

}
.but{
    padding-left: 340px;
}
.my{
    padding: 30px;
}
.my h3{
    text-align: center;
    font-size: x-large;
}
.my ul{
    padding-left: 450px;
    font-weight: bold;
}
.img2{
    padding-top: 25px;
}
.edu{
    display: flex;
    text-align: center;
    justify-content: space-between;
    gap: 40px;
    padding: 100px;
    padding-top: 15px;
    padding-bottom: 20px;
}
.sch{
    display: flex;
    text-align: center;
    justify-content: space-evenly;
}
.pri{
     display: flex;
    text-align: center;
    justify-content: space-evenly;
    padding: 35px;
}
.ph{
    justify-content: space-evenly;
    gap: 20px;
    padding: 10px;
    padding-left: 55px;
}
a:hover{
    image-rendering:initial;
}
.agri{
    display: flex;
    text-align: center;
    padding: 20px;
}
.im{
    justify-content: space-evenly;
    gap: 20px;
    padding: 10px;
    padding-left: 55px;

}
.vir{
    display: flex;
    text-align: center;
    padding: 20px;
}
.form{
    display: flex;
    padding-left: 650px;
    padding-top: 20px;
}
.img{
    padding-left: 40px;
    
}
.hlo{
    color: brown;
}
.nam{
    color: blue;
}
.glow:hover {
  text-shadow: 
    0 0 10px red,
    0 0 20px red,
    0 0 40px red;
}
.abg:hover{
  text-shadow: 
    0 0 10px blue,
    0 0 20px blue,
    0 0 40px blue;
}
.myg:hover{
    text-shadow: 0 0 10px rgb(245, 81, 11),
    0 0 20px rgb(243, 132, 13),
    0 0 40px rgb(254, 111, 9);;
}
.edg:hover{
    text-shadow: 
    0 0 10px red,
    0 0 20px red,
    0 0 40px red;

}
.prg:hover{
    text-shadow: 
    0 0 10px blue,
    0 0 20px blue,
    0 0 40px blue;
}
.cg:hover{
     text-shadow: 
    0 0 10px red,
    0 0 20px red,
    0 0 40px red;
}
.fullg:hover{
    text-shadow: 
    0 0 10px rgb(9, 222, 31),
    0 0 20px rgb(64, 232, 18),
    0 0 40px rgb(34, 230, 16);
}
