* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.gym-banner-container {
    width: 100%;
    height: 800px;
    position: relative;
    /* margin-bottom: 150px; */
    /* background-image: url('./../img/gym-facilities-page/gym-banner2.jpg');
    background-repeat: no-repeat;
    background-size: cover !important; */
}

.gym-banner-container img {
    width: 100%;
    object-fit: cover;
    position: absolute;
}

.gym-banner-container .container {
    width: 90vw;
    color: #fff;
    position: absolute;
    top: 30%;
    left: 10%;
    z-index: 1;
}

.gym-banner-container .container h1 {
    width: 100%;
    display: block;
    font-size: 80px;
    margin-bottom: 10px;
    transition: all .35s ease-in-out;
    /* opacity: 0.7; */

}

.gym-banner-container .container p {
    width: 100%;
    height: fit-content;
    display: block;
    color: #fff;
    margin-bottom: 50px;
    font-size: 20px;
    opacity: 0.7;
    transition: all .35s ease-in-out;

}

.gym-banner-container .container a {
    height: 70px;
    line-height: 70px;
    display: inline-block;
    width: fit-content;
    padding: 0 50px;
    border-radius: 4px;
    background: gold;
    text-decoration: none;
    font-weight: bold;
    color: #000;
    transition: all .35s ease-in-out;
    position: relative;
    cursor: pointer;
}
.gym-banner-container .container a:hover {
    text-decoration: none;
    transition: all .15s ease-in-out;
    transform: scale(1.05);
}

@media screen and (max-width: 1199px) {
    .side-content h2 {
        font-size: 40px;
    }
    .gym-banner-container{
        height: 70vh;
    }
    .gym-banner-container .container {
        top: 20%;
        left: 10%;
    }

    .gym-banner-container .container h1 {
        font-size: 40px;
    }
    .gym-banner-container .container p {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .gym-banner-container .container a {
        height: 50px;
        line-height: 50px;
        padding: 0 30px;

    }
}

.gym-content-section {
    width: 100%;
    padding: 30px 0;
}

.side-content h6 {
    width: 100%;
    color: #fff;
    font-size: 19px;
}

.side-content h1 {
    width: 100%;
    font-size: 40px;
    color: gold;
}
.side-content p{
    color: #fff;
    opacity: 0.9;
}

@media screen and (max-width: 1199px) {
    .side-content h2 {
        font-size: 40px;
    }
}

.custom-button {
    height: 70px;
    line-height: 70px;
    background: gold;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    transition: all .35s ease-in-out;
    letter-spacing: 1px;
    overflow: hidden;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, .2);
    cursor: pointer;
    border: none;
}

.custom-button:hover {
    text-decoration: none;
    border-radius: 8px;
    transition: all .35s ease-out;
    transform: scale(1.05);
}

.side-image .full-right {
    float: left;
}

.wow.fade.animated {
    opacity: 1;
}

.side-content.left {
    padding-right: 20%;
}

.side-image {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    position: relative;
}

.side-image img {
    object-fit: cover;
    width: 100%;
}

.side-timetable li b {
    font-weight: 500;
    padding-left: 20px;
    margin-left: auto;
    color: gold;
}
#daily-routine{
    position: absolute;
    
}
.membership-packages .card{
    transition: all .3s ease;
}
.col-lg-4, .col-md-6{
    padding: 0px 0px;
}
.membership-packages .card:hover{
    transform: translateY(-10px);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

}
.card-footer a{
    text-decoration: none;
    color: #fff;
}
.card-footer a:hover{
    color: gold;
    text-decoration: none;
}

 .main-service:hover {
    transition: all .3s ease-in-out;
    transform: translateY(-10px);
    background-color: #ffc36b;
    color: white;
}

.gym-opening-hours-container{
    background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0, 0, 0, 0.874) 70%), url('./../img/gym-facilities-page/gym-banner.jpg');
height: 500px;
background-size: cover;
background-repeat: no-repeat;
display: flex;
justify-content: right;
align-items: center;
/* position: relative; */
}
.gym-opening-hours{
    color: #fff;
    margin-right: 50px;
    /* top: 50%;
    right: 5%;
    transform: translate(-50%, -50%);
    color: #fff;
    position: absolute; */
}
.gym-opening-hours h3{
    font-size: 36px;
    font-weight: bold;
}

.gym-opening-hours p{
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
}


@media screen and (max-width: 768px){
    .gym-banner-container{
        height:  60vh;
    }

    #daily-routine{
        position: relative;
        margin: auto;

    }

}
@media screen and (max-width: 600px) {

    h1 {
        font-size: 2rem;
    }

    p {
        font-size: 1rem;
    }
    .gym-banner-container{
        height: 180px;
    }
    .gym-banner-container .container {
        width: 90vw;
        font-size: small;
        top: 20%;
        left: 5%;
    }

    .gym-banner-container .container p {
        font-size: smaller;
        margin-bottom: 20px;
    }

    .gym-banner-container .container h1 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .side-content {
        padding: 1rem;
    }
    #daily-routine{
        position: relative;
        margin: auto;
       
    }
    .side-content h6 {
        font-size: 20px;
    }
    .side-content p {
        font-size: small;
    }
    
    .side-content h1 {
        width: 100%;
        font-size: 28px;
        color: gold;
    }
    /* .custom-button{
        height: 50px;
        line-height: 50px;
        background: gold;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
    } */
    .gym-banner-container .container a {
        font-size: small;
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
    }
    .card-footer h2{
        font-size: 22px;
    }
}

@keyframes roll {
    0% {
        transform: rotate(0);
    }
    10%{
        left: 150px;border-radius: 50%;
        transition: all .55s ease-out;
    }
    100% {
        transform: rotate(360deg);
        border-radius: 90%;

    }

}

.animation {
    animation: roll 1s infinite;
    transition: all .55s ease-out;
}

footer {
    background-color: #212529 ;
    padding: 2rem 0;
    color: #fff;
}

.footer-container {
    display: flex;
    text-align: justify;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    flex-wrap: wrap;

}

.footer-column {
    flex: 1;
    padding: 0 1rem;
    padding-bottom: 10px;
}

.footer-column h3 {
    color: gold;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 1rem;
}

.footer-column p,
.footer-column ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.footer-column a {
    line-height: 2;
    color: #fff;
    text-decoration: none;
    transition: all .35s ease;
}

.footer-column a:hover {
    padding-left: 10px;
    color: gold;
    text-decoration: none;
}

.footer-copyright {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0.8rem;
    color: #6c757d;
}