@media screen and (min-width: 700px) {
    .mobile-only {
        display: none !important;
    }

    .hero-content h1 {
        width: 50%;
        margin: 0 auto;
        font-size: 70px;
    }

    .about-text {
        padding-left: 3rem;
    }

    .about-item {
        padding-left: 3rem;
    }

    .about-text p {
        width: 75%;
        text-align: justify;
    }

    .sb-title h1:not(.text-center) {
        width: 65%;
    }

    .contact-box {
        height: 240px;
    }

    .lang-dropdown .dropdown-menu a {
        display: flex;
        align-items: center;
        gap: 5px;
        justify-content: space-around;
        font-size: 17px;
    }

    .contact-panel {
        display: none;
    }

}

/*DEFAULT LAPTOPS*/
@media screen and (min-width: 901px) and (max-width: 1599px) {
    .sb-title h1 {
        font-size: 45px;
    }

    .hero-content h1 {
        font-size: 65px;
    }
}

@media screen and (max-width: 700px) {
    .pc-only {
        display: none !important;
    }

    .pb-sm-80 {
        padding-bottom: 80px !important;
    }

    .pt-sm-80 {
        padding-top: 80px !important;
    }

    .pb-sm-60 {
        padding-bottom: 60px !important;
    }

    .pt-sm-60 {
        padding-top: 60px !important;
    }

    .pb-sm-40 {
        padding-bottom: 40px !important;
    }

    .pt-sm-40 {
        padding-top: 40px !important;
    }

    .pb-sm-20 {
        padding-bottom: 20px !important;
    }

    .pt-sm-20 {
        padding-top: 20px !important;
    }

    .sb-title {
        margin-bottom: 20px;
    }

    .sb-title h4 {
        font-size: 14px;
    }

    .sb-title h1 {
        font-size: 28px;
    }

    section.section-padding {
        padding: 60px 0;
    }

    .page-banner {
        height: 300px;
    }

    .page-banner-title h1 {
        font-size: 28px;
    }

    .footer-social ul {
        justify-content: center;
    }

    /*PRELOADER*/
    .loader-logo {
        top: 55%;
    }

    .spinner {
        top: 38%;
    }

    .loader-logo img {
        width: 200px;
    }

    /*NAVBAR*/
    .nav-social {
        display: none;
    }

    .nav-menu {
        position: fixed;
        height: 100vh;
        top: -100vh;
        left: 0;
        right: 0;
        background-color: var(--theme-color-alter_bg_color);
        z-index: 199;
        padding-top: 150px;
        transition: top .4s ease-in-out;
    }

    .nav-menu.show {
        top: 0;
    }

    .sb-navbar {
        padding: 20px;
    }

    .nav-logo img {
        width: 150px;
    }

    .menu-toggler {
        color: #fff;
        display: flex;
        align-items: center;
        font-size: 25px;
        padding-right: 1.5rem;
        z-index: 201;
        position: relative;
    }

    .nav-logo {
        position: relative;
        z-index: 200;
    }

    .menu-icon {
        display: inline-block;
        margin-right: 8px;
        font-size: 12px;
    }

    .nav-menu ul:not(.dropdown-menu) {
        display: flex;
        flex-direction: column;
    }

    .nav-menu li a {
        font-size: 22px;
        color: #fff;
    }

    .nav-menu li a::before {
        display: none;
    }

    body.menu-opened {
        height: 100% !important;
        overflow: hidden !important;
    }

    .dropdown-menu.show {
        display: block;
        position: relative !important;
        transform: none !important;
        margin-top: 10px !important;
        background-color: var(--theme-color-alter_bg_color);
    }

    .nav-menu li, .nav-social li {
        padding: 10px;
    }

    .sb-navbar.is-sticky {
        padding: 20px;
    }

    .lang-form {
        display: inline-flex;
    }

    .lang-dropdown .dropdown-menu.show {
        display: block;
    }

    .lang-dropdown .dropdown-menu a {
        color: #fff;
    }

    /*HERO*/
    .hero-content h1 {
        width: 65%;
        margin: 0 auto;
        font-size: 40px;
    }

    .hero-text {
        display: none;
    }

    /*DIFFEENCES*/
    .diff-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .diff-item .diff-no {
        width: unset;
        font-size: 30px;
    }

    .diff-name {
        width: unset;
        font-size: 22px;
        color: var(--theme-color-text_dark);
        margin-bottom: 10px;
    }

    .diff-text {
        width: 100%;
        font-size: 15px;
    }

    .diff-btn {
        margin-left: unset;
    }

    .diff-icon {
        width: 20%;
        margin-bottom: 20px;
    }

    /*FEATURES*/
    .feature-name h6 {
        font-size: 16px;
    }

    /*ABOUT*/
    .about-wrapper {
        padding-inline: 2rem;
        flex-wrap: wrap;
    }

    .about-item {
        width: 100%;
        margin-bottom: 20px;
        padding-left: 0;
    }

    /*ACTIVITIES*/
    .activity-grid {
        height: unset;
        flex-wrap: wrap;
    }

    .activity-item {
        padding: 5px 10px;
        height: unset;
    }

    .activity-item:not(.big) {
        height: unset;
    }

    .width-50 {
        width: 100%;
    }

    .activity-item:hover img {
        transform: none;
    }

    /*BIZ KIMIZ*/
    .biz-kimiz img {
        width: 100%;
        margin-bottom: 20px;
    }

    .reference-item {
        flex-direction: column;
    }

    .reference-cover {
        width: 100%;
        padding: 1rem;
    }

    .reference-info {
        padding: 25px;
        width: 100%;
    }

    /*CONTACT*/
    .contact-img img {
        width: 100%;
    }

    .contact-box-icon i {
        font-size: 60px;
    }

    .map-btn-wrapper .sb-btn {
        margin-bottom: 10px;
    }

    /*FLOORPLAN*/
    .floorplan-name {
        padding: 20px;
        font-size: 20px;
        width: 75%;
    }

    /*GALLERY*/
    .filter-button-group button {
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }

    .hero-swiper .swiper-button-next, .hero-swiper .swiper-button-prev {
        padding: 20px 25px;
    }

    /*CONTACT PANEL*/
    .contact-panel {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        display: flex;
        z-index: 90;
        opacity: .9;
    }

    a.contact-panel-item {
        width: 50%;
        padding-inline: 20px;
        background-color: #fff;
        color: #000;
        font-size: 1.8rem;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .3rem;
        padding-block: .7rem;
    }

    a.contact-panel-item span {
        font-size: 1rem;
    }

    a.wp-btn {
        background-color: #39a91e;
        color: #fff;
    }

    .footer-contact ul {
        text-align: center;
    }

    .bottom-line {
        padding: 30px 0 60px;
    }

    .footer-links ul {
        justify-content: center;
    }

}