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

    .contact textarea {
        height: 120px;
    }

    header {
        padding: 2rem 0;
    }

    .contact-panel {
        display: none;
    }
}

/*DEFAULT LAPTOPS*/
@media screen and (min-width: 901px) and (max-width: 1599px) {

}

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

    .navbar {
        padding: 0 2rem;
        gap: 3rem;
    }

    .sidebar-toggle-wrapper {
        position: absolute;
        left: 40px;
        top: 50%;
        transform: translateY(-50%);
    }

    .hero-meta h1 {
        font-size: 32px;
        letter-spacing: 3px;
    }

    .contact form {
        padding: 1rem;
    }

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

    .page-banner h1 {
        font-size: 28px;
        letter-spacing: 2px;
        padding-inline: 1rem;
    }

    .nata-bg h1 {
        font-size: 28px;
        letter-spacing: 2px;
    }

    .contact-box-wrapper {
        flex-wrap: wrap;
    }

    .contact-box {
        width: 100%;
    }

    .gift-img-wrapper {
        height: 275px;
    }

    .gift-swiper h6 {
        font-size: 18px;
    }

    .page-banner {
        height: 350px;
    }

    .gallery-swiper .swiper-slide {
        height: 280px;
    }

    .gallery-swiper .swiper-button-prev,
    .gallery-swiper .swiper-button-next {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .gallery-swiper .swiper-button-prev {
        left: calc(50% - 185px);
    }

    .gallery-swiper .swiper-button-next {
        right: calc(50% - 185px);
    }

    .loader-logo img, .loader-images img {
        width: 100px;
    }

    .about-video iframe {
        height: 280px;
    }

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

    a.contact-panel-item i {
        line-height: 1;
    }

    footer {
        padding: 60px 0 0;
    }
}
