/*================================Satrt the large screens=========================*/
@media (min-width:1201px ) and (max-width: 1440px)
{
   
}
@media (min-width:1025px) and (max-width:1200px)
{

}
/*==============================Start the screen of tablet=========================*/
@media (min-width: 993px) and (max-width: 1024px)
{

}
@media (min-width: 769px) and (max-width: 992px)
{

}
/*==============================Start the screen of mobbile=========================*/
@media (min-width: 577px) and (max-width: 768px)
{

}
@media(min-width: 426px) and (max-width: 576px)
{

}
@media (min-width: 376px) and (max-width: 425px)
{

}
@media (min-width: 321px) and (max-width: 376px)
{
    .navbar-brand img{
        width: 145px !important;
    }
}
@media (max-width: 320px)
{
    .navbar-brand img{
        width: 135px !important;
    }
}

@media (max-width:768px)
{
    h1{
        font-size: 26px !important;
    }
    h2{
        font-size: 24px !important;
    }
    h3{
        font-size: 22px !important;
    }
    h4{
        font-size: 20px !important;
    }
    h5{
        font-size: 18px !important;
    }
    h6{
        font-size: 16px !important;
    }
    p{
        font-size: 15px !important;
    }
    footer .logo-footer{
        bottom: -30px;
    }
    .projects-header .text-header h5 {
        font-size: 13px !important;
        margin-bottom: 20px;
    }
    .projects-header .text-header h2 {
        line-height: 1.5;
        font-size: 35px !important;
    }
    .projects-header .text-header .underline span::after {
        margin-top: 0px; 
    }
    .projects-header .text-header .right {
        margin-left: 35%;
        float: unset;
    }
}
@media (max-width:1024px) and (min-width: 769px)
{
    h1{
        font-size: 30px !important;
    }
    h2{
        font-size: 28px !important;
    }
    h3{
        font-size: 25px !important;
    }
    h4{
        font-size: 23px !important;
    }
    h5{
        font-size: 21px !important; 
    }
    h6{
        font-size: 18px !important;
    }
    p{
        font-size: 15px !important;
    }
    footer .logo-footer {
        bottom: -55px;
    }
    .projects-header .text-header h5 {
        font-size: 13px !important;
    }
    .projects-header .text-header h2 {
        line-height: 3rem;
        font-size: 45px !important;
    }
    .projects-header .text-header .right {
        margin-left: 35%;
        float: unset;
    }

}