.page-ind{
    color: #9E9E9E;
}

.page-dir{
    color: var(--primary-color);
}

.blockplay{
    width: 97%;
    height: auto;
    object-fit: contain;
    top: -140px;
    right: -12px;
    z-index: -1;
  }
.gymtrio{
    width: 62px;
    height: auto;
    top: 65px;
    object-fit: contain;
    left: -13%;
}  
.gymbottomtrio{
    width: 62px;
    height: auto;
    object-fit: contain;
    top: 587px;
    right: 93%;
    transform: rotate(348deg);
}
.grdot{
    top: 570px;
    width: 11%;
    right: 140%;
    object-fit: contain;
}
.secondgym{
    padding-top: 5rem;
}
.para-gym{
    font-family: var(--secondary-font-family) !important;
    font-size: 1.06rem;
    line-height: 1.7rem;
}
.thirdgym .container-fluid{
    width: 100%;
    background: url(https://www.sensorytuning.com/wp-content/uploads/2025/09/gymBackground.webp) no-repeat center;
    background-size: cover;
}
.pack .card-img-gym{
    width: 4rem;
    height: 4rem;
    object-fit: contain;

}
.gym{
    border:  1px solid var(--teritory-color) !important;
    border-radius: 1rem !important;
}
.gym .pack{
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background-color: var(--primary-color);
}
.thirdgym .container-fluid .row{
    padding-top: 14rem;
}
.ff-gym{
    font-family: var(--secondary-font-family) !important;
    font-size: 1.14rem;
}
.fifthgym{
    width: 100%;
    background: url(https://www.sensorytuning.com/wp-content/uploads/2025/08/6a3d979d58-_1_-scaled.webp) center no-repeat;
    background-size: cover;
}
.fifthgym .container .row .text-uppercase,.gym_contact{
    color: var(--secondary-color);
}
.fifthgym .container .row .para-gym{
    color: var(--teritory-color);
    font-size: 1.13rem;
    line-height: 1.79rem;
}
.outdoorgym{
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 50px;
    left: -2%;
    z-index: -1;
}
.sixthgym .container-fluid .row .gymcolone{
    width: 46%;
}
.sixthgym .container-fluid .row .gymcoltwo{
    width: 54%;
}
.gymtwohead{
    color: var(--primary-color);
}
.gymgreen{
    width: 9%;
    height: auto;
    object-fit: contain;
    top: 0px;
    right: 2%;
    transform: rotate(90deg)
}
.greengymdot{
    width: 10%;
    height: auto;
    object-fit: contain;
    top: 720px;
    right: 2%;
}
.contentshapegym{
    width: 5%;
    height: auto;
    object-fit: contain;
    top: 660px;
    right: 11%;
    transform: rotate(347deg);
}
.greengymshape{
    width: 6%;
    height: auto;
    object-fit: contain;
    top: 20px;
    right: 7%;
}
@media screen and (max-width:480px) {
    .sixthgym .container-fluid .row .gymcolone{
        width: 100%;
    }
    .sixthgym .container-fluid .row .gymcoltwo{
        width: 100%;
    }
    .thirdgym .container-fluid{
        background: var(--secondary-color);
    }
    .thirdgym .container-fluid .row {
        padding-top: 0px;
    }
    .outdoorgym {
        width: 70%;
    }
}

@media (min-width:480px) and (max-width:768px) {
    .sixthgym .container-fluid .row .gymcolone{
        width: 100%;
    }
    .sixthgym .container-fluid .row .gymcoltwo{
        width: 100%;
    }
    .thirdgym .container-fluid{
        background: var(--secondary-color);
    }
    .thirdgym .container-fluid .row {
        padding-top: 0px;
    }
    .outdoorgym .blockplay{
        width: 70%;
    }
}
@media (min-width:768px) and (max-width:992px) {
    .sixthgym .container-fluid .row .gymcolone{
        width: 100%;
    }
    .sixthgym .container-fluid .row .gymcoltwo{
        width: 100%;
    }
    .thirdgym .container-fluid{
        background: var(--secondary-color);
    }
    .thirdgym .container-fluid .row {
        padding-top: 0px;
    }
    .outdoorgym ,.blockplay{
        width: 60%;
    }
}
@media (min-width:992px) and (max-width:1200px) {
    .thirdgym .container-fluid{
        background: var(--secondary-color);
    }
    .thirdgym .container-fluid .row {
        padding-top: 0px;
    }
    .outdoorgym,.blockplay  {
        width: 100%;
    }
}