



/* Container Styles */
.container {
    position: relative;
    width: 900px;
    max-width: 100%;
    padding: 20px;
    color: white;
    text-align: center;
}

/* Background Image */
.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('./gym based/images/7_Gym-Mission-Statement-1024x640.jpg') no-repeat center center/cover;
    filter: grayscale(100%) opacity(0.7);
    z-index: -1;
}

/* Heading */
.heading {
    font-size: 2rem;
    color: #00d8b6;
    font-weight: bold;
    margin-bottom: 1rem;
}

/* Description */
.description {
    font-size: 1rem;
    margin-bottom: 2rem;
    /* line-height: 1.5; */
    line-height: 4.6;
}

/* Button Styles */
.button-container {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.button {
    padding: 0.8rem 1.5rem;
    background-color: #00d8b6;
    color: #222;
    border: none;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
    text-decoration: none;
    border-radius: 5px;
}

.button:hover {
    background-color: #00c4a4;
}

/* Social Media Icons */
.social-media {
    display: flex;
    justify-content: center;
    gap: 1rem;
    font-size: 1.5rem;
}

.social-media a {
    color: #00d8b6;
    transition: color 0.3s ease;
}

.social-media a:hover {
    color: #00c4a4;
}

/* footer */
footer {
   
    background-color:#0f1f50;
    color: #fff;
    padding: 20px 0;
    /* margin-top: 28px; */
}

.footer-container {
    display: flex;
    justify-content: space-between;
    padding: 20px 50px;
}

.footer-left,
.footer-middle,
.footer-right {
    width: 22%;
}

.footer-left h2 {
    color: white;
}

.footer-left p {
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-left button {
    background-color: #ffa500;
    border: none;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
}

.footer-middle h3,
.footer-right h3 {
    margin-bottom: 10px;
    /* color:white; */
    color: blueviolet;
    font-size: 30px;

}

.footer-middle ul,
.footer-right ul {
    list-style: none;
    padding: 0;
}

.footer-middle ul li,
.footer-right ul li {
    margin-bottom: 10px;
}

.footer-middle ul li a,
.footer-right ul li a {
    color: #fff;
    text-decoration: none;
    font-weight:bold ;
    font-size: 20px;
}

.footer-right p {
    margin: 5px 0;
}

.footer-right .social-media a {
    margin-right: 10px;
}

.footer-bottom {
    display: flex;
    justify-content: center;
    padding: 10px 50px;
    background-color: #0f1f50;
    text-align: center;
    
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom .payment-icons img {
    margin-right: 10px;
}
.link{
    width: 11%;
    height: 100%;
}
.face{
    width: 11%;
    height: 100%;
}
.social{
    width: 12%;
    height: 100%;
}
.twitt{
    width: 11%;
    height: 100%;
}
.youtube{
    width: 11%;
    height: 100%;
}
.visa{
    width: 19%;
    height: 42%;
}
.master{
    width: 30%;
    height: 42%;
}
.discover{
    width: 40px;
    object-fit: contain;
}
.paypal{
   /* width: 19%;
    height: 42%;*/
    width: 31%;
    height: 42%;
    padding-top: 13px;
}
.payment-icons{
    display: flex;
    width: 20%;
    height: 20%;
}
.email{
    width: 8%;
    display: none;
}
.tele{
    width: 8%;
    display: none;
}
.clock{
    width: 8%;
    display: none;
}
.accept{
    padding-top: 18px;
    padding-left: 424px;
}
.crystal{
    padding-top: 20px;
}
.Emailfirst{
    
    display: flex;
    align-items: center;
    justify-content: flex-start;

}
.clockthird{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.telephonesecond{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.li{
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.li img{
   
    border-radius: 30px;
    box-shadow: 10px ;
}
.li1{
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.li1 img{
    width: 80%;
    height: 200%;
    border-radius: 30px;
    box-shadow: 10px ;
}
.li img{
    width: 80%;
    height: 200%;
} 
.block{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.aboutus{
    font-size: 30px;
    font-weight: bold;
    font-family: sans-serif;
    margin: 0px;
}
.outer-section{
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 3px 0px;
}


@media (max-width:768px){
    .description{
        width: 320px;
    height: 338px;
    }
    .description p{
        font-size: 10px;
    }
    .description h3{
        font-size: 10px;
    }
    .training{
        display: block!important;
    }
    .training-card{
        width: 254px!important;
        border: 2px solid;
        margin-bottom: 10px;
    }
    ul li{
        font-size: 7px;
        margin-bottom: 0px;
    }

    .pricing-card h2{
        font-size: 7px;
        margin-bottom: 0px;
    }
}


 