html 
{
    font-size: 16px;
}


.wrapper 
{
    display: none;
}
.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.nav-item .nav-link
{
    color: rgb(0, 0, 0);
}

.home 
{
    background: url(bg1.png) center center no-repeat;
    background-size: cover;
    padding: 40px;
}
.hcontent p 
{
    font-size: 0.9rem;
    color: white;
}

.hcontent h1 
{
    color: yellow;
    font-size: 3rem;
    font-weight: bold;
}
.about p 
{
    font-size: 1rem;
    color: rgb(95, 95, 95);
}
.atitle
{
    color: rgb(2, 22, 101);
}
.square 
{
    height: 200px;
    width: 200px;
    background-color:rgb(2, 22, 101) ;
    padding: 30px;
    border-radius: 8px;
}
.square h3
{
    color: yellow;
    font-weight: bold;

}
.count 
{
    text-align: center;
}
.count div 
{
    color: yellow;
}
.sname h3 
{
    background-color: rgb(255, 225, 0);;
    padding: 10px;
}
.sname p 
{
    font-size: 1rem;
    color: rgb(133, 133, 133);
    padding: 10px;
}
.card 
{
    border: none;
    background-color: rgb(255, 235, 13);

}
.card-body
{
    background-color: black;
}
.card-text 
{
    color: white;
}
.card img 
{
    transition: all 0.1s ease-in-out;
}
.card img:hover
{
    transform: scale(1.1);
}
.revimg 
{
    width: 150px;
}
.carousel-item p 
{
    text-align: center;
    font-size: 1.2rem;
    color: rgb(142, 140, 140);
}
.sub li a 
{
    font-size: 1rem;
    text-decoration: none;
    color: white;
}
@media (max-width:767px) {

}
@media (min-width:767px) {
    .home 
    {
        padding: 80px;
    }
    .home 
    {
        padding: 120px;
    }
    .hcontent h1 
    {
        font-size: 5rem;
    }
    .hcontent p
    {
        font-size: 1.5rem;
    }
    .about p 
    {
        font-size: 1.3rem;
    }
        .sname p 
    {
        font-size: 1.2rem;
    }
    .sub li a 
{
    font-size: 1.1rem;
    text-decoration: none;
    color: white;
}
    
}
@media (min-width:991px) {
    .home 
    {
        padding: 90px;
    }
    .hcontent h1 
    {
        font-size: 6rem;
    }
    .hcontent p
    {
        font-size: 1.5rem;
    }
    .about p 
    {
        font-size: 1.2rem;
    }
        .sname p 
    {
        font-size: 1.2rem;
    }
    .sub li a 
{
    font-size: 1.2rem;
    text-decoration: none;
    color: white;
}
}