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

    .pc-invisible {
        visibility: hidden !important;
    }

    .home-1-slider-content-style-1__title {
        font-size: 55px;
    }

    .pr-240 {
        padding-right: 240px;
    }

    .footer-col-2 {
        width: 100%;
    }

    .footer-link > * {
        width: 25%;
    }

    .footer-link {
        flex-wrap: nowrap;
        gap: 10px
    }

    .miss-palm p {
        width: 60%;
        margin-bottom: 1rem;
    }

    .miss-palm-content {
        padding-left: 3.5rem;
        width: 50%;
    }

    .miss-palm-content h1 {
        margin-bottom: 1.5rem;
        font-size: 26px;
    }

    .miss-palm-img {
        width: 50%;
    }

    .insta-img {
        height: 260px;
    }
}


@media screen and (min-width: 1400px) {
    .slider-item {
        height: 900px;
    }

    .about-video__content {
        padding-left: 120px;
        padding-bottom: 120px;
    }

    .about-video {
        align-items: end;
    }
}

@media screen and (min-width: 2400px) {
    .slider-item {
        height: 910px;
    }
}


@media screen and (max-width: 1400px) {
    .h4, h4 {
        font-size: 1.1rem;
    }

    .pr-240 {
        padding-right: 200px;
    }


}

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

    .slider-item {
        height: 60vh;
        padding: 60px 0;
    }

    .header__middle {
        padding: 10px 0;
    }

    .header-mid-logo img {
        height: 55px;
    }

    .home-slider .slider-item {
        display: grid;
    }

    .home-1-slider-content-style-1 {
        width: 100%;
    }

    .home-1-slider-content-style-1 {
        padding-inline: 20px;
    }

    .home-1-slider-animation.swiper-slide-active .home-1-slider-content-style-1.elevated-text {
        position: relative;
        top: -90px;
    }

    .about-video {
        background-image: url("../img/video-bg-mobile.webp") !important;
        height: 350px;
        background-position: center;
        align-items: start;
        padding-top: 50px;
    }

    .about-video::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0, 0, 0, .5);
        pointer-events: none;
    }

    .footer-link > * {
        width: 100%;
    }

    .miss-palm-shadow {
        flex-direction: column;
        padding: 20px 10px;
    }

    .miss-palm-img {
        width: 100%;
        margin-bottom: 20px;
    }

    .miss-palm-content {
        width: 100%;
    }

    .miss-palm-content h1 {
        font-size: 24px;
        margin-bottom: 1.5rem;
    }

    .miss-palm-content p {
        margin-bottom: 1rem;
        text-align: justify;
    }

    #palmCityModal iframe {
        height: 280px;
    }

}


