@media(max-width:1400px){
    .banner_heading h2 {
        font-size: 42px;
    }
    .banner .content{
        transform: translateY(-35%);
    }
}

@media(max-width:1199px){
    header{
        padding: 0 2%;
    }
    .banner .content{
        width: 60%;
    }
    .banner_heading p {
        font-size: 18px;
    }
    .banner_heading h2 {
        font-size: 32px;
      }
}

@media(max-width:991px){
    .banner .content{
        position: relative;
        left: 0;
        top: 0;
        background: #000;
        transform: translateY(0%);
        width: 100%;
        padding: 20px;
    }
    header nav{
        position: absolute;
        height: 100vh;
        width: 300px;
        top: 0;
        left: 0;
        background: #000;
        z-index: 2;
        border-right: 1px solid var(--primary-color--);
        transform: translateX(-100%);
        transition: 0.5s;
    }
    header nav.active{
        transform: translateX(0%); 
    }
    header nav::before{
        content: '';
        width: 100vw;
        height: 100vh;
        left: 0;
        top: 0;
        background: #0006;
        position: absolute;
        z-index: -1;
        transform: translateX(-100%);
        transition: 0.3s;
    }
    header nav.active::before{
        transform: translateX(0%); 
    }
    header nav ul{
        flex-direction: column;
        padding: 15px;
        gap: 10px;
    }
    header nav ul li a{
        display: block;
        padding: 10px 5px;
        background: var(--primary-color--);
        border: 1px solid var(--primary-color--);
        color: #fff !important;
        text-align: center;
    }
    header nav .close_btn{
        display: block;
    }
    header .menu_btn{
        display: block;
    }
    header .logo img {
        width: 120px;
    }
    header{
        position: sticky;
        background: #000;
    }
    .banner::before{
        opacity: 0.5;
    }
    .ellipse_bg_1 .ellipse_1{
        width: 50%;
        top: 30%;
        left: 45%;
    }
    .px_md_5{
        padding: 0 5%;
    }
}
@media(max-width:768px){
    .counter_card{
        padding-left: 35%;
    }
    .testimonial_card .testimonial_img {
        width: 100%;
    }
    .testimonial_card .content {
        width: 100%;
    }
}
@media(max-width:600px){
    .banner_heading p {
        font-size: 16px;
    }
    .banner_heading h2 {
        font-size: 26px;
    }
    .banner .content p{
        font-size: 14px;
    }
    .join_us_btn{
        padding: 10px 15px;
        font-size: 14px;
    }
    .join_us_border_btn{
        padding: 10px 15px;
        font-size: 14px;
    }
    .heading h2 {
        font-size: 28px;
    }
    .heading span {
        font-size: 60px;
      }
    .about_content p {
        font-size: 16px !important;
    }
    .px_5, .px_md_5 {
        padding-left: 2%;
        padding-right: 2%;
    }
    .testimonial_card{
        padding: 20px 10px;
    }
    .testimonial_card .content{
        padding: 30px 10px;
    }
    .ellipse_bg_1 .ellipse_1 {
        width: 90%;
        left: 0%;
    }
}
@media(max-width:575px){
    .counter_img {
        transform: translateX(0%);
    }
    .counter_img{
        width: 50%;
        margin: 0 auto;
    }
    .counter_card {
        padding-left: 40px;
    }
    .counter_card h3 {
        font-size: 14px;
    }
    .counter_card h4 {
        font-size: 28px;
    }
    .gym_accessories_slider i {
        font-size: 22px;
        padding: 0 20px;
    }
    .gym_accessories_slider h3 {
        font-size: 20px;
    }
    .how_work_img img {
        width: 100%;
      }
    .how_work_img .content{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
    .mb_img{
        display: block;
    }
    .des_img{
        display: none;
    }
}
