.section-one{
    background-color: black;
    padding: 50px 0;
    background-image: url('../image/pngtree-dark-gym-where-you-can-take-in-the-surrounding-light-picture-image_2611114.jpg');
    background-attachment: fixed;
    background-size: cover; 
    background-position: center;
    position: relative;
}
.section-one::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
}
.section-one .inner-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.section-one .inner-image{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    text-align: center;
    margin-bottom: 20px;
}
.section-one .inner-image img{
    width: 100%;
}
.section-one h3{
    font-size: 22px;
    margin-bottom: 10px;
}
.section-one .inner-social a{
    color: #fff;
    font-size: 28px;
    
}
.section-one .inner-social a:hover{
    color: #FA632A;
    transition: 0.3s;
}
.section-one .inner-desc{
    text-align: center;
}
.section-one .inner-desc p{
    font-size: 18px;
    font-weight: bold;
}
.section-one .inner-desc span{
    font-size: 16px;
    font-weight: 400;
}
.section-one .inner-content{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
}
.section-one .inner-content a{
    width: 100%;
    border: 1px solid #fff;
    padding: 20px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    margin-bottom: 20px;
    text-decoration: none;
}
.section-one .inner-content a:hover{
    color: #FA632A;
    transition: 0.3s;
    
}
.section-one .inner-body {
    background-color: transparent;
    width: 100%;
}

.section-one .inner-body .card{
    border: none;
    background-color: transparent;
}

.section-one .inner-body .card-header{
    margin-bottom: 10px;
    border-bottom: none;
    border: 1px solid gainsboro;
    border-radius: 30px;
    padding: 10px;
    background-color: #fff;
    background-color: transparent;

}
.section-one .inner-body .card .card-body{
    background-color: rgba(102, 98, 98, 0.5);
    margin-bottom: 20px;
    color: #fff;
    border-radius: 20px;
}
.section-one .inner-body .card .card-body .inner-sub{
    text-align: center;
    margin-top: 30px;
}
.section-one .inner-body .card .card-body a{
    padding: 12px 22px;
    background-color: #FA632A;
    border-radius: 20px;
    color: #fff;
    font-weight: 400px;
    text-decoration: none;
}
.section-one .inner-body .card .card-body a:hover{
    background-color: transparent;
    color: #FA632A;
    border: 1px solid #FA632A;
    transition: 0.3s;
}
.section-one .inner-body button{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
.section-one .inner-body button p{
    text-align: center;
    margin-bottom: 0;
}
.section-one .inner-body button:hover{
    color: #FA632A;
    transition: 0.3s;
}
.section-one .inner-body a{
    width: 100%;
    border: 1px solid #fff;
    padding: 20px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    margin-bottom: 20px;
    text-decoration: none;
}
.section-one .inner-body a:hover{
    color: #FA632A;
    transition: 0.3s;
}