@import url('https://fonts.googleapis.com/css2?family=Calistoga&family=Manrope:wght@800&family=Rammetto+One&display=swap');
html
{
    box-sizing: border-box;
    font-size: 16px;
}
.cust 
{
    width: 40%;
    border-width: 2px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.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); }
}
figure 
{
    font-size: 1px;
    color: blue;
}
figure a
{
    font-size: 1px;
    color: blue;
}
nav{
    font-size: 1.1rem;
}
.navbar-brand 
{
    width: 80px;
}
.navbar-brand img 
{
    max-width: 100%;
}
.dropdown-menu 
{
    background-color: rgba(0, 0, 0, 0.581) ;
    color: white;
}
.dropdown-menu a
{
    color: white;
}

.home 
{
    padding: 0;
}
.home h1{
    font-family:'Manrope', sans-serif;
    font-size: 40px;
    line-height: 1.1em;
    font-weight: bolder;
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 3px rgb(255, 255, 255);
}

.himg 
{
    width: 100%;
    /* padding-right: 20px; */
    
}
.home button
{

    outline: none;
    padding: 12px;
    border: none;
    /* background-image: linear-gradient(to right , rgb(255, 179, 0), rgb(98, 181, 237)); */
    background-color: rgba(255, 255, 255, 0.278);
    width: 80%;
    color: rgb(255, 255, 255);
    font-size: 1.2rem;
    font-weight: 500; 
}
.about p 
{
    font-size: 1rem;
}
.cat h5
{

   color: rgb(252, 252, 252);
   font-size: 1.2rem;

}
.cat h6
{

 font-size: 0.9rem;  
 color: #cac5c5; 

}

.sub li a
{

    font-size: 1rem;
    color: rgb(182, 178, 178);
    text-decoration: none;

}
.dev p 
{

    font-size: 10px;

}
.dev a 
{

    font-size: 12px;
    text-decoration: none;
    
}

.card 
{

    border: none;
    max-width:18rem;

}
.card p{

    color: rgb(117, 113, 113);
    font-size: 1rem;

       }
.card a 
{

    text-decoration: none;
    color: white;

}
.card button
{
    background-color: #f8b55f;
    border: none;
    outline: none;
    padding: 10px;
    font-weight: bold;
}
.card-title 
{
    background-color: #002244;
    color: white;
    padding:10px;
}

.whychooseus
{
    color: white;
}
.whychooseus .choosediv
{

    text-align: center;
}
.whychooseus p 
{
    font-size: 1rem;
    color: rgb(182, 178, 178);
}
.whychooseus button 
{
    padding: 15px;
    background-color: green;
    border: none;
    outline: none;

}
.whychooseus a{
    color: white;
    text-decoration: none;
  
}

.clientimg
{
    width: 120px;
    align-self: center;
}

.clientimg img 
{
    max-width: 100%;
}

.contact
{
    background-color: rgb(247, 247, 247);
}


.contact label 
{
    color: #454343;
    font-weight: 400;
    font-size: 16px;
}
#subject 
{
    border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(0, 0, 0);
    outline: none;
    padding: 10px;
    background-color: transparent;

}
#subject:hover
{
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: rgb(0, 0, 0);
}
#message
{
    border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(0, 0, 0);
    outline: none;
    padding: 10px;
    background-color: transparent;
}
#message:hover
{
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: rgb(0, 0, 0);
}
#msgbtn 
{
    padding: 15px;
    outline: none;
    background-image: linear-gradient(to right , rgb(255, 179, 0), rgb(98, 181, 237));
    font-weight: 500;
    border: none;
    color: white;

}
#msgimg 
{
    max-width: 80%;
}

@media (max-width:767px)
{

    .about h3 
    {
        background-color: #aa7149;
        color: white;
    }
    

    .clientimg
{
    width: 100px;
    align-self: center;
}
}


@media (max-width:991px)
{
    .heading .ttl
    {
      background:  url('bg5.png') center center no-repeat;
      background-size: cover;
      padding: 40px;
    }


    .offcanvas
    {
        /* background-image: linear-gradient(to right , rgb(0, 174, 255), rgb(122, 181, 221)); */
        background:  url('navbg.png') center center no-repeat;
        background-size: cover;
    
    
    }
    .nav-link
    {
        background-color: rgba(255, 255, 255, 0.688);
        padding: 15px;
        border-radius: 10px;
        color: rgb(0, 0, 0);
        font-weight: bolder;
        font-size: 0.9rem;
        text-align: start;
        margin: 5px;
    }
   
   
}





@media (min-width:767px)
{
    .home h1 
    {
        font-size: 45px;
    }
    .home p 
    {
        font-size: 1.4rem;
    }
   .himg 
   {
    max-width: 50%;
    
   } 
   .home img 
   {
    max-width: 90%;
   }
   .about 
   {
    background-color: rgb(247, 247, 247);
   }
   .about p 
{
    font-size: 1.1rem;
}
.cat h6 
{
    font-size: 1rem;
}
.contact
{
    background-color: rgb(247, 247, 247);
}
.content p 
{
    font-size: 1.1rem;
}
#subject, #message 
{
    background-color: rgb(247, 247, 247);
}
.sub li a
{
    font-size: 0.9rem;
    
}
.dev p 
{
    font-size: 12px;
}
.dev a 
{
    font-size: 15px;
    text-decoration: none;
}


}

@media (min-width:990px)
{
    .home 
    {
        background:  url('bg5.png') center center no-repeat;
        background-size: cover;
        padding:100px;
    }
    .home h1 
    {
        font-size: 55px;
    }

    .heading .ttl 
    {
        padding: 30px;
    }
    .home p 
    {
        font-size: 1.6rem;
    }
    .about p 
    {
        font-size: 1.1rem;
    }
    .cat h5
{
   color: rgb(252, 252, 252);
   font-size: 1.3rem;
}
.cat h6
{
 font-size: 1rem;   

}
.card 
{
    width:22rem ;
}
.contact label 
{
   font-size: 19px;
}

.whychooseus .choosediv
{
    max-width: 40%;
    text-align: start;
}
.choosediv p 
{
    font-size: 1.2rem;
}
}
