@media screen and (max-width: 1399px) {}

@media screen and (max-width: 1199px) {
    .hero-fitness {
        left: 0;
    }

    .custom-logo,
    .footer-logo img {
        max-width: 100px;
        max-height: 100px;
    }

    .our-services .owl-carousel .owl-nav {
        top: -150px;
    }
}

@media screen and (max-width: 991px) {
    .navigation-list .nav-item {
        padding: 20px;
    }

    .join-me-img {
        display: none;
    }

    .hero-fitness {
        top: 0;
    }

    .our-services .owl-carousel .owl-nav {
        top: -180px;
    }

    .meet-sihle img {
        margin-bottom: 20px;
    }

    .join-txt .process-img {
        display: none;
    }

    .join-features {
        padding-left: 0;
    }

    .join-button {
        padding-left: 0;
        margin-bottom: 20px;
    }

    .join-img {
        justify-content: center;
    }

    .our-clients .owl-prev,
    .our-clients .owl-next {
        position: unset;
    }

    .our-clients .owl-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .common-h1 {
        font-size: 50px;
        line-height: 65px;
    }

    .btn-main {
        padding: 20px;
        font-size: 16px;
        padding-right: 80px;
    }

    .hero-fitness {
        display: none;
    }

    .hero-image {
        justify-content: center;
    }

    .our-services .owl-carousel .owl-nav {
        font-size: 18px;
    }

    .our-services .owl-carousel .owl-nav .owl-prev,
    .our-services .owl-carousel .owl-nav .owl-next {
        width: 40px;
        height: 40px;
    }

    .join-me {
        background-position: right;
    }

    .footer-wrap .right-txt {
        max-width: 100%;
        margin-top: 20px;
        text-align: center !important;
    }

    .common-h1 {
        font-size: 35px;
        line-height: 50px;
    }

    .hero-txt p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 26px;
    }

    .hero-buttons {
        margin-bottom: 30px;
    }

    .our-services .owl-carousel .owl-nav {
        position: unset;
    }

    .common-h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .our-services .owl-prev,
    .our-services .owl-next {
        position: unset;
    }

    .our-services .owl-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: 20px;
    }

    .meet-sihle-txt p,
    .meet-sihle-txt:last-child p {
        margin-bottom: 20px;
        font-size: 16px;
    }

}

@media screen and (max-width: 575px) {

    .custom-logo,
    .footer-logo img {
        max-width: 60px;
        max-height: 60px;
    }

    .navigation-list .nav-item {
        padding: 10px;
    }

    .btn-main {
        padding: 15px;
        padding-right: 60px;
    }

    .arrow-icon {
        top: 13%;
        right: 10px;
    }

    .section-pd {
        padding: 30px 0;
    }

    .our-services .owl-carousel .owl-dots,
    .our-clients .owl-carousel .owl-dots {
        margin-top: 30px;
    }

    .img-sec-footer h2 {
        margin-bottom: 20px;
    }

    .img-sec-footer .sec-img-footer img {
        max-width: 100%;
        max-height: 100%;
    }
}