html 
{
    font-size: 16px;
}

body 
{
  overflow-x: hidden;
}

.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); }
  }

.card img{
    transition: transform 0.2s ease-in-out;
  }
  .card img:hover 
  {
    transform: scale(1.1);
   
  }


  
.navbar-brand 
{
    width: 100px;
}

.navbar-brand img
{
    max-width: 100%;
}
.nav-item a 
{
    font-size: 1.1rem;
    font-weight: bold;
}
.navbar-toggler 
{
    margin-right: -25px;
}
.nav-item a:hover
{
    background-color:rgb(236, 107, 9) ;
    border-radius: 10px;
    padding: 12px;
    color: white;
}

.home h1 
{
    font-weight: bold;
}
.span
{
    color: rgb(236, 107, 9);
    font-weight: bold;
}

.about h1
{
    color: rgb(5, 5, 89);
    font-weight: bold;
}
.projects
{
    background-color:rgb(5, 5, 89) ;
}
.projects h1
{
    color: rgb(5, 5, 89);
    font-weight: 400;
}

.count div 
{
    color: rgb(236, 107, 9);
    font-weight: bold;
}

.button 
{
    background-color: rgb(5, 5, 89);
    padding: 13px;
    border: none;
    color: white;
}
#serbg 
{
 background-color: rgb(5, 5, 89);
}
.card-title 
{
    background-color: rgb(236, 107, 9);

}
.card p 
{
    color: rgb(117, 116, 116);
}
.chooseimg img
{
    width: 80px;
    
}
.chooseoptions h5 
{
    color: rgb(5, 5, 89);
}
.bgchoose 
{
    background-color: rgb(249, 249, 255);
    border: 2px dashed rgb(240, 245, 248);
}
.bgchoose p
{
    color: rgb(0, 0, 0);
}
.clientimg 
{
    width: 150px;
    align-self: center;
}
.clientimg img
{
    max-width: 100%;
   
}
.worksholder h5{

    background-color: rgb(5, 5, 89);
    color: white;
    padding: 12px;
}
.worksholder li 
    {
        font-weight: bold;
        color:rgb(0, 0, 0) ;
        background-color: rgba(246, 250, 233, 0.552);
        padding: 12px;
        margin-top: 8px;
        border-radius: 4px;
        border: 3px dashed rgb(240, 245, 248);
    }
    .worksholder button 
    {
        padding: 12px;
    background-image: linear-gradient( to right, rgb(52, 118, 232), rgb(145, 235, 245));
        color: rgb(255, 255, 255);
        border: none;
        border-radius: 5px;
    }
    .sub li a 
    {
    text-decoration: none;
    font-weight: 400;

    }
    .dev p 
    {
        font-size: 0.8rem;
    }
    .dev a 
    {
        font-size: 0.9rem;
    }

@media (max-width:767px)
{
    .about p 
    {
        font-size: 1rem;
    }
    .card p 
    {
        font-size: 1rem;        
    }

    .bgchoose p 
    {
        font-size: 1rem;
    }
    .clientimg 
    {
        width: 140px;
    }
    .worksholder li 
    {
        font-size: 1rem;
    }
    .footer li a 
{
    font-size: 1rem;
    color: white;
}
}

@media (max-width:991px)
{

    .offcanvas
    {
        background:  url('navbg.png') center center no-repeat;
        background-size: cover;
    }
    .offcanvas-header h5 
    {
        color: rgb(255, 255, 255);
    }
    .offcanvas-body li 
    {
        background-color: rgba(255, 255, 255, 0.536);
        padding: 13px;
        border-radius: 10px;
        font-weight: bolder;
        font-size: 0.9rem;
        text-align: start;
        margin: 5px;

    }
    .offcanvas-body li a 
    {
        color: rgb(0, 0, 0);

    }
}

@media (min-width:767px)
{
    .about p 
    {
        font-size: 1.1rem;
    }
    .card p 
    {
        font-size: 1.1rem;
    }
    .bgchoose p 
    {
        font-size: 1.1rem;
    }
    .worksholder li 
    {
        font-size: 1.1rem;
    }
    .footer li a 
    {
        font-size: 1rem;
        color: white;
    }
}


@media (min-width:991px)
{
    .about p 
    {
        font-size: 1.2rem;
    }
    .card p 
    {
        font-size: 1.2rem;
    }
    .bgchoose p 
    {
        font-size: 1.2rem;
    }
    .worksholder li 
    {
        font-size: 1.2rem;
    }
}