 @import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300&display=swap');

.main
{
font-family: 'Rajdhani', sans-serif;

}
/* .nav
{
 width: 100%;
 height: 100px;
 text-align: left;
} */
.logo
{
    align-content: right;
    padding-right: 30px;
    margin-right: 50px;
    width: 200px;
    height: 90px;
    margin-top: 5px;

}
.line
{
    margin-top: 10px;
    width: 100%;
    height: 10px;
    background-color: black;
}
 .e11
 {
    width: 1300px;
    height: 800px;
    margin-left: 100px;
    margin-top: 40px;
    background-color: grey;
    text-align: center;
    border-radius: 75px;
}
.e1
 {
    width: 1300px;
    height: 910px;
    margin-left: 100px;
    margin-top: 100px;
    margin-bottom: 50px;
    background-color: grey;
    text-align: center;
    border-radius: 75px;
}
.head
{
    margin-top: 10px;
    padding-top: 10px;   
    color: yellow;
    font-size: 45px;
    font-weight: bolder;
}
.sh
{
    margin-top: 10px;
    padding-top:30px ;
    padding-bottom:px;
    color: yellow;
    font-size: 25px;
    font-weight: bolder;
}
.i
{
    margin-top: 10px;
    padding-top: 15px;
    color: yellow;
    font-size: 25px;
    text-align: center;

}
p
{
    margin-top: 5px;
    padding-top:5px ;
    color: yellow;
    font-size: 20px;
    text-align: center;
    text-justify: inherit;
   
   
}
.sp
{
   margin-top: 10px;
   padding-top: 5px;
   color: yellow;
   font-size: 20px;
   text-align: center;
 
}
.add{
    margin-top: 10px;
   color: yellow;
   font-size: 20px;
   text-align: justify;


}

.e1:hover
{
    background-color: rgb(62,62,63);
    color: yellow;
    cursor: pointer;
    transform: scale(1.03);
    transition: all 1s ease;
}
.e11:hover
{
    background-color: rgb(62,62,63);
    color: yellow;
    cursor: pointer;
    transform: scale(1.03);
    transition: all 1s ease;
}
ul li 
{
   padding-top: 0px;
   list-style: none;
   text-align: center;
   font-size: 18px;
}
.img{
    border: 2px white groove;
}
.img:hover
{
   
    border-radius: 50px;
    transition-duration: 2s;
    box-shadow: 0px 0px 30px white;
    cursor: pointer;
    transform: scale(1.09);
    transition: all 1s ease-in-out;
}