@media (min-width: 768px) and (max-width: 992px) {
    body{padding-bottom: 620px}
}
@media only screen and (max-width: 767px) {
    .subTitle{
    font-size: 25px;
    line-height: normal;
    margin-top: -20px;
}
    .rehber-pagination{
        bottom: 10px!important;
    }
    .navbar-brand{
    width: 170px;
}

.navbar-brand img {
    width: 100%;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .subTitle {
    font-size: 25px;
    line-height: 25px;
}
    .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: 100px;
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
    }
    .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .bigTitle{
        margin-bottom: 20px;
        line-height: 44px;
        letter-spacing: -2px;
    }
    .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container{
        margin-bottom: 40px;
    }
    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;
    position: relative;
}

.rehber-detail-title {
    font-size: 25px;
    margin-top: 15px;
}

.page-content {
    padding-top: 120px;
    padding-bottom: 20px;
}

.blog-item .btn-theme-five {
    padding: 5px 15px;
}

.category-item-title {
    font-size: 16px;
}

.blog-item-title {
    font-size: 16px;
}

.top-bg {
    width: 200%;
    height: 100%;
    background-size: 150%;
    top: -20%;
    left: -100%;
}

.bottom-bg {
    /* height: 100%; */
    right: 0;
    background-position: 5% 40%;
}

.blog-item-text {
    font-size: 12px;
}

body {min-height: auto;padding: 0;}

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

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

.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;
    }
}