@media only screen and (max-width: 767px) {
    .new-blog{
        top:10px;
        left:10px;
    }
    .showcase-contact{
        bottom:20px;
    }
    .home-showcase .home-showcaseSlider .swiper-pagination{
        display: none;
    }
    .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image {
        padding-top: 150px;
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
    }
    .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .bigTitle{
        margin-bottom: 10px;
    }
    .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container{
        margin-bottom: 70px;
    }
    header .btn-theme-one {
        padding: 0;
        height: 45px;
        width: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        border-radius: 12px;
    }
.page-title {
    font-size: 35px;
}

.page-title:after {
    width: 30px;
    height: 3px;
}

.about-image-margin {
    margin: 0;
}

footer {
    text-align: center;
}

.showcase-bg:after {
    font-size: 100px;
    /* line-height: normal; */
    bottom: -4%;
}

.slider-img {
    bottom: 0;
    height: auto;
    top: inherit;
}

.slider-img:after {
    content: '';
    position: absolute;
    bottom: 7%;
    left: 0;
    width: 100%;
    height: 60%;
    background-image: linear-gradient(transparent, white);
}
    .footer-menu{
        justify-content: center;
    }
}

@media screen and (max-width: 1330px) and (min-width: 1200px) {
    .menu .menu__inner .menu__item{
        padding-right: 12px;
    }
    .menu__inner{
        padding-left: 0px;
    }
}
@media screen and (max-width: 1650px) and (min-width: 1331px) {
        .menu .menu__inner .menu__item {
        padding-right: 10px;
    }
    .menu .menu__inner .menu__item .menu__link{
        font-size:14px;
    }
    .menu__inner{
            padding-left: .25rem !important;
    }
}