:root{
    --bs-bg-color:#ffffff77;
}

/* font-family: 'Heebo', sans-serif;
font-family: 'Roboto Condensed', sans-serif; */

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body{
    background: url(../images/bg.jpg) fixed center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-padding{
    padding-top: 100px;
    padding-bottom: 100px;
}

.navbar{
  padding: 25px 0px;
}

.navbar ul li a{
    margin-right: 30px;
}

.carousel-caption{
    position: absolute;
    top: 180px;
}

.carousel-caption h5{
    font-family: 'Heebo', sans-serif;
    font-size: 400%;
    font-weight: 600;
}

.carousel-caption p{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    letter-spacing: 8px;
}


#popular-program{
    background-color: #ffffff;
}
.popular-card{
    padding: 10px;
}

.popular-card h5{
    font-family: 'Heebo', sans-serif;
    font-size: 18px;
}

.popular-card p{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
}

.btn{
    background-color: #ff8800;
    color: #ffffff;
}

.btn:hover{
    border: 1px solid #ff8800;
    color: #ff8800;
}


#about{
    background-color: #ffffff;
}



.About_content h5{
    font-family: 'Heebo', sans-serif;
    font-size: 20px;
    padding-top: 20px;
}

.About_content p{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    padding: 20px 0px 10px 0px;
    line-height: 1.5rem;
}

.About_content a{
    border: 1px solid #ff8800;
    border-radius: 5px;
    color: #ff8800;
    padding: 10px 20px;
    text-decoration: none;
}

.About_content a:hover{
   background-color: #ff8800;
   color: #ffffff;
}


#testimonial{
    background-color: rgba(0,0,0,0.1);
    padding: 20px;
}

#testimonial img{
    width: 150px;
    border-radius: 100%;
    padding: 30px 0px;
}


#testimonial h2{
    font-family: 'Heebo', sans-serif;
    font-size: 40px;
    color: #ffffff;
    padding-top: 20px;
}



#testimonial h3{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    color: #ffffff;
}


#testimonial p{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    color: #ffffff;
    padding-bottom: 25px;
}


#testimonial a{
    background-color: #ff8800;
    border-radius: 5px;
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
}

#testimonial a:hover{
   box-shadow: 0px 0px 5px gray;
   
}




#exercise{
    background-color: #ffffff;
}

.exercise_content h3{
            font-family: 'Heebo', sans-serif;
            font-size: 20px;
            color: #ff8800;
}

.exercise_content p{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    color: #494949;
}

.exercise_content a{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    color:#ff8800;
    text-decoration: none;
    font-weight: bold;
}


.exercise_content_card{
    transition: all 0.2s ease-in;
}
.exercise_content_card:hover{
    box-shadow: 0px 0px 5px gray;
    transform: translateY(-10px);
}

#testi{
    background-color: rgb(247, 240, 240);
    padding: 50px 0px;
}

.testi_content h5{
    font-family: 'Heebo', sans-serif;
    font-size: 20px;
    color: #000;
}

.testi_content p{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    color: #494949;
}

.testi_content{
    border: none;
    padding: 20px 0px;
}

.testi_content:hover{
    box-shadow: 0px 0px 5px gray;
}

#footer_address{
    background-color: black;
    padding: 30px 20px;
    color: #ffffff;
}


#footer_address h3{
    font-family: 'Heebo', sans-serif;
    font-size: 20px;
    color: #ffffff;
}

#footer_address p{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    color: #ffffff;
}

.list-group li a{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    color: #ffffff;
}

#footer{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    color: #ffffff;
}


.fa-facebook-f:hover,
.fa-twitter:hover,
.fa-instagram:hover,
.fa-whatsapp:hover{
    cursor: pointer;
    color:#ff8800;
}
