* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: Arial, sans-serif, cursive  ;
}

.logo{
    display: flex;
    color: white;
    font-weight: bold;
    
}
.logo img{
    
    width: 50px;
    border-radius: 40px;
    margin: 0px 10px;
}
#logotext{
    margin: 10px 5px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #b7062f;
    padding: 10px 10px;
    
}

.nav-list {
    display: flex;
    list-style: none;
}

.nav-list li {
    margin: 4px 20px;
    /* border: .8px solid rgb(198, 232, 97);
    border-radius: 20px; */
}

.nav-list a {
    color: rgb(253, 250, 119);
    text-decoration: none;
    /* padding: 3px; */
    font-weight: bold;  
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
   
}

.bar {
    height: 4px;
    width: 25px;
    background: white;
    margin: 3px 0;
}

@media (max-width: 768px) {
    .logo{
        margin: auto;
        
    }
    #logotext{
        font-size: 15px;
        margin: 18px 0px;

    }

    .nav-list {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 70px;
        left: 0;
        background: #b7062f;
        padding: 3px 0px;
        
        /* z-index: 1; */
        
    }

    .nav-list.active {
        display: flex;
        z-index: 1;
        
        
    }

    .menu-toggle {
        display: flex;
        
        
    }

   

}



.items{
    display: flex;
    justify-content: space-evenly;
    /* height: 35px; */
    border: 2px solid black;
    background: #e1f2f5;
    flex-wrap: wrap;
    z-index: 2;
}
#gov-id{
    display: flex;
    /* border: 0px solid black; */
    padding: 5px 10px;
    border-radius: 10px;
    height: 32.5px;
    /* padding: 5px; */
    font-size: 20px;
    
    
}
#gov-id:hover{
    background-color: rgb(226, 245, 116);
    

}
#latest{
    display: flex;
    /* border: 0px solid black; */
    padding: 5px 10px;
    border-radius: 10px;
    height: 32.5px;
    /* padding: 5px; */
    font-size: 20px;
    
    
}
#latest:hover{
    background-color: rgb(226, 245, 116);
    

}


#pm-yojana{
    display: flex;
    /* border: 0px solid black; */
    padding: 5px 10px;
    border-radius: 10px;
    height: 32.5px;
    /* padding: 5px; */
    font-size: 20px;

}
#pm-yojana:hover{
    background-color: rgb(226, 245, 116);
    

}
#imp-web{
        display: flex;
        /* border: 0px solid black; */
        padding: 5px 15px;
        border-radius: 10px;
        height: 32.5px;
        /* padding: 5px; */
        font-size: 20px;
}
#imp-web:hover{
    background-color: rgb(226, 245, 116);
    

}
#all-scholarship{
    display: flex;
    /* border: 0px solid black; */
    padding: 5px 15px;
    border-radius: 10px;
    height: 32.5px;
    /* padding: 5px; */
    font-size: 20px;
}
#all-scholarship:hover{
    background-color: rgb(226, 245, 116);
    

}
#up{
    display: flex;
    /* border: 0px solid black; */
    padding: 5px 15px;
    border-radius: 10px;
    height: 32.5px;
    /* padding: 5px; */
    font-size: 20px;
}
#up:hover{
    background-color: rgb(226, 245, 116);
    

}


.notice-container {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    
}
.running-notice {
    display: inline-block;
    padding-left: 100%; /* Start off the screen */
    animation: scroll 30s linear infinite;
    color: black;
    font-size: 18px;
    font-weight: bold;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}



.sugg{
    display: flex;
    flex-direction:column;
    padding: 0px;
    width: 40px;
    margin: 0px;
    position: fixed;
    right: 0.3vw;
    top:45vh;
    cursor: pointer;
}
.sugg-img{
    width: 40px;
    border-radius:10px;
}
.sugg-img:hover{
    width: 42px;
}
.sugg-img{
    padding: 0px 0px 5px 0px;
}

.container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0px 0px;
   
    

}
.heading{
    display: flex;
    margin: 5px 0px;
    width: 100%;
    /* height: 40px; */
    justify-content: start;
    padding: 6px 10px;
    background: rgb(243, 200, 143);
    
    
}
.container-item{
    display: flex;
    width:180px;
    height: 180px;
    justify-content: center;
    text-align: center;
    padding: 20px 10px;
    flex-wrap: wrap;
    margin: 5px;
    
  
}

/* .img-sarkari-result-logo{
    width: 130px;
    height: 100px;

}
.img-sarkari-result-logo:hover{
    width: 135px;
    height: 105px;
} */

.img{
    width: 130px;
    height: 70px;
}
.img:hover{
    width: 135px;
    /* height:190px ; */
}
.item-button{
    display: flex;
    width: 180px;
height: 30px;
justify-content: center;
text-align: center;
border: 2px solid black;
margin: 0px;
padding: 5px;
border-radius: 10px;
background: rgb(248, 240, 147);
cursor: pointer;
font-size: 14px;

}
.item-button:hover{
    background-color: aqua;
    
    
}
a{
    text-decoration: none;
}

.self-content-container{

    display: flex;
    flex-wrap: wrap;
    max-width: 80vw;
    text-align: center;
    justify-content: center;
    margin: auto;
    border: 2px solid black;
    padding: 20px;
    /* font-size: 20px; */
    text-transform: lowercase;

}
.content-heading-benefit{
    display: flex;
    background-color: #b7062f;
    font-weight: bold;
    color: white;
    margin: 20px 0px;
    width: 100%;
    text-align: center;
    justify-content: center;
    text-transform:uppercase;
    

}

.content-heading-how-help{
    display: flex;
    background-color: #b7062f;
    font-weight: bold;
    color: white;
    margin: 20px 0px;
    width: 100%;
    text-align: center;
    justify-content: center;
    text-transform:uppercase;

}
.content-heading-why-use{
    display: flex;
    background-color: #b7062f;
    font-weight: bold;
    color: white;
    margin: 20px 0px;
    width: 100%;
    text-align: center;
    justify-content: center;
    text-transform:uppercase;

}

.content-heading-trust{
    display: flex;
    background-color: #b7062f;
    font-weight: bold;
    color: white;
    margin: 20px 0px;
    width: 100%;
    text-align: center;
    justify-content: center;
    text-transform:uppercase;

}
.content-heading-support{
    display: flex;
    background-color: #b7062f;
    font-weight: bold;
    color: white;
    margin: 20px 0px;
    width: 100%;
    text-align: center;
    justify-content: center;
    text-transform:uppercase;

}
.content-heading-hard-easy{
    display: flex;
    background-color: #b7062f;
    font-weight: bold;
    color: white;
    margin: 20px 0px;
    width: 100%;
    text-align: center;
    justify-content: center;
    text-transform:uppercase;
}

.content-heading-disclaimer{
    display: flex;
    background-color: #b7062f;
    font-weight: bold;
    color: white;
    margin: 20px 0px;
    width: 100%;
    text-align: center;
    justify-content: center;
    text-transform:uppercase;

}


.footer1{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items: center;
    bottom: 0vh;
    background-color: #b7062f;
    padding: 10px;
    
    font-size: 20px;
    margin: 10px 0px 0px 0px;
    
}
.copyright{
 
    color: white;
    font-size: 15px;
}

.privacy{
color: rgb(181, 201, 248);
font-size: 15px;
margin: 5px 5px;
    
}

.disclaimer{
    color: rgb(181, 201, 248);
    font-size: 15px;
    margin: 5px 10px;
        
    }
.social-media{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px 5px 0px 0px;
    /* font-size:15px; */
    /* width: 250px; */
    
}
.social-icon{
    width: 20px;
    margin: 0px 13px;
    border-radius: 10px;
}

.disclaimer-privacy{
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

