@media only screen and (max-width: 1200px) {
    .bg-light .nav-item .nav-link {
        font-size: 14px;
    }
    .home--section .heading {         
        font-size: 48px;
    }
    
}

@media only screen and (max-width: 1024px) {
    .article--section {
        margin: 30px 0;
    }
    .home--section {
        padding: 0;
        margin: 30px 0;
    }
    .home--section .banner--img{
        width: 100%;
    }
    .home--section .heading {
        font-size: 40px;
    }
    .navbar-nav {
        float: left;
        gap: 0 !important;
        margin: 0;
    }
    .navbar-nav.align-items-center {
        align-items: flex-start !important;
    }
    .bg-light .nav-item .nav-link {
        padding: 5px;
        font-size: 18px;
        font-weight: 500;
    }
}
@media screen and (max-width:992px) {
    .nav-item {
        margin-bottom: 5px;
    }
   
    .slider--img {
        height: 395px;
    }
    .navrespo {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .about--section {
        padding: 30px 0;
    }
}

@media screen and (max-width: 768px) {
    .about--section .row{
        flex-flow: column-reverse
    }
    .slider--img {
        height: 295px;
    }
    .footer--section .footer-column ul {
        text-align: left;
    }
   
}
@media only screen and (max-width: 600px) {}
@media only screen and (max-width: 575px) {
    .text-right.up_pass {
        text-align: left;
        margin-top: 15px;
    }
   
    .btn--theame.new {
        float: left;
    }
    .heading {
        font-size: 34px;
        line-height: 40px;
    }
    .about_animat h2 {
        font-size: 34px;
        line-height: 40px;
    }
    .about_animat p {
        font-size: 15px;
        line-height: 20px;
    }
    .btn--theame {
        padding: 10px 35px;
        font-size: 15px;
        line-height: 20px;
    }
    .title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .title2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .contact--section .lable--style {
        font-size: 16px;
        line-height: 20px;
    }
    .contact--section .form-control {
        height: 45px;
    }
    .slider--section .btn.btn-dark {
        float: left;
        padding: 5px 12px;
        font-size: 14px;
        margin-bottom: 15px;
    }
    .slider--section .btn.btn-dark img {
        width: 22px;
    }
    .home--section {
        padding: 0;
    }
    .home--section .heading {
        font-size: 28px;
        line-height: 32px;
    }
    .home--section .sub--heading {
        font-size: 22px;
    }
    .navbar-brand img {
       width: 60%;
    }
    .card-main2.d-flex.justify-content-between.mb-3 {
        flex-wrap: wrap;
        justify-content: center !important;
        margin-bottom: 0 !important;
    }
    .card-main2.d-flex .shadow{
        margin-right: 0 !important;
        margin-bottom: 1rem!important;
    }
}
