/**
 * Ultava tema özelleştirmeleri — responsive
 */

@media only screen and (max-width: 1200px) {
    .fnp-header-top .top-inner {
        grid-template-columns: 1fr;
        gap: 10px;
        text-align: center;
    }

    .fnp-header-top .top-left,
    .fnp-header-top .top-right {
        justify-content: center;
    }

    .fnp-header-top .fnp-top-contact {
        justify-content: center;
    }

    .fnp-header-top .fnp-top-slogan p {
        white-space: normal;
    }

    .main-header .logo-box .fnp-logo-img {
        max-width: 150px;
        height: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .fnp-header-top {
        padding: 6px 0;
    }

    .fnp-header-top .outer-container {
        padding: 0 16px;
    }

    .fnp-header-top .fnp-top-contact {
        flex-direction: column;
        gap: 4px;
    }

    .fnp-header-top .fnp-top-contact li a,
    .fnp-header-top .fnp-top-contact li span {
        font-size: 13px;
    }

    .fnp-header-top .fnp-top-slogan {
        display: none;
    }

    .fnp-header-top .fnp-top-social {
        gap: 8px;
    }

    .fnp-header-top .fnp-top-social a {
        width: 28px;
        height: 28px;
        font-size: 13px;
    }

    .main-header .outer-box {
        padding: 0 16px;
    }

    .main-header .logo-box {
        margin-right: 0;
        padding: 20px 0;
    }

    .main-header .logo-box .fnp-logo-img {
        max-width: 130px;
        height: 38px;
    }

    .main-header .menu-right-content.fnp-menu-right .button-box {
        display: block;
    }

    .main-header .button-box .theme-btn.btn-one {
        padding: 10px 20px;
        font-size: 12px;
    }

    .banner-carousel .slide-item {
        padding: 0;
    }

    .banner-carousel .content-box .slide-title {
        font-size: 50px;
        line-height: 60px;
    }

    .about-style-two .sec-title h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .chooseus-section .sec-title .chooseus-heading {
        font-size: 30px;
        line-height: 40px;
    }

    .room-categories .sec-title .room-cat-heading {
        font-size: 30px;
        line-height: 40px;
    }

    .testimonial-section .sec-title .testimonial-heading {
        font-size: 30px;
        line-height: 40px;
    }

    .news-section .sec-title .news-heading {
        font-size: 30px;
        line-height: 40px;
    }

    .fnp-scroll-down {
        bottom: 28px;
    }
}

@media only screen and (max-width: 499px) {
    .chooseus-block-one .inner-box .chooseus-item-title {
        margin-left: 0;
        padding-left: 0;
    }

    .chooseus-block-one .inner-box .chooseus-item-title:before {
        display: none;
    }

    .banner-carousel .content-box .slide-title {
        font-size: 34px;
        line-height: 44px;
    }

    .banner-carousel .content-box .slide-title br {
        display: none !important;
    }
}

@media only screen and (max-width: 480px) {
    .fnp-header-top .fnp-top-contact li a,
    .fnp-header-top .fnp-top-contact li span {
        font-size: 12px;
    }

    .main-header .button-box .theme-btn.btn-one {
        padding: 8px 14px;
        font-size: 11px;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1499px) {
    .main-header .main-menu .navigation > li {
        margin: 0 10px;
    }

    .main-header .main-menu .navigation > li > a {
        font-size: 13px;
    }
}
