/*
** Responsive Code
*/
@media (min-width: 1700px) {

}

@media (max-width: 1700px) {

}

@media(max-width: 1560px) {

}

@media(max-width: 1400px) {
    .container{
        max-width: 90%;
    }
}

@media(max-width: 1380px) {
    .banner-text h1{
        font-size: 40px;
    }
}

@media(max-width: 1260px) {
    .container{
        max-width: 100%;
    }
}

@media(max-width: 1150px) {
    .navigation-item-left{
        display: none;
    }
    .navigation-item-right{
        display: none;
    }
    .navigation-logo{
        width: unset;
    }
    .navigation-menu {
        display: flex;
    }
    .shc-text .btn{
        display: none;
    }
    .shc-text p{
        margin: 5px 0!important;
    }
}


@media(max-width: 1070px) {
    .banner{
        padding-top: 45px;
    }
    .banner .col-md-6{
        width: 100%;
    }
    .banner .col-md-5{
        width: 100%;
    }
    .banner-text{
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 50px;
    }
    .banner-text p{
        width: 100%;
        max-width: 700px;
    }
    .banner-images{
        width: 100%;
        justify-content: space-between;
        gap: 10px;
    }
    .banner-image img{
        max-width: 100%;
    }
    .shc-image img{
        height: 250px;
        object-fit: cover;
    }
}

@media(max-width: 992px) {
    .blog-page .col-md-4{
        width: 50%;
    }
    .home-blog .col-md-4{
        width: 50%;
    }
    .home-services .col-md-6{
        width: 100%;
    }
    .home-contacts .col-md-6{
        width: 100%;
    }
    .contacts-page .col-md-6{
        width: 100%;
    }
    footer .col-md-3:first-of-type{
        width: 100%;
        text-align: center;
    }
    .contacts-form{
        margin-top: 30px;
    }
    .home-about .col-md-3{
        width: 50%;
        margin-bottom: 25px;
    }
    .home-about .col-md-6{
        width: 100%;
    }
    .about-page .col-md-6{
        width: 100%;
        margin-bottom: 25px;
    }
    .about-page .col-md-3{
        width: 33.33333336%;
    }
    .gallery-page .col-md-3{
        width: 33.33333336%;
    }
}

@media(max-width: 768px) {
    .banner-images {
        flex-direction: column;
        justify-content: center;
        gap: 0;
    }
    .banner-image {
        margin-bottom: 25px;
    }
    .home-blog .col-md-4{
        width: 100%;
    }
    #modalMobileNavigation .modal-dialog{
        width: 80%;
    }
    .service-horizontal-card{
        flex-direction: column;
    }
    .shc-image{
        width: 100%;
    }
    .shc-image img {
        width: 100%;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        border-bottom-left-radius: 0;
    }
    .shc-text{
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
    }
    .home-about .row{
        display: flex;
        flex-direction: column-reverse;
    }
    .home-about .col-md-3 {
        width: 100%;
    }
    .home-about .col-md-6{
        margin-bottom: 25px;
    }
    .about-page .col-md-3 {
        width: 100%;
    }
    .gallery-page .col-md-3{
        width: 100%;
    }
    .blog-page .col-md-4 {
        width: 100%;
    }
    .banner-image-text{
        font-size: 35px;
    }
}

@media(max-width: 600px) {

}

@media(max-width: 500px) {

}

@media(max-width: 460px) {

}

@media(max-width: 400px) {

}

@media(max-width: 380px) {

}

@media(max-width: 335px) {

}

@media(max-width: 280px) {

}
