.h-8 {
    height: 5rem;
    border-radius: 20px;
}

.gradient-text {
    background: linear-gradient(to right, #00afee, #00f19e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

#about-section {
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(to bottom,
            rgba(11, 29, 38, 0.34),
            rgba(18, 47, 61, 0.34)), url(../images/about_bg.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 1;

}


.box-style {
    border: 2px solid #00afee;
    border-radius: 15px;
    padding: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 47vh;
    justify-content: center;
    background: white;
    padding: 20px;
    border-radius: 50px;
    width: 100%;
}

.heading {
    font-size: 22px !important;
    font-weight: bolder !important;
    margin-bottom: 20px;
    color: #00afee;
    text-align: center;
}

.heading-style {
    font-weight: bold;
    font-size: 25px;
    background: #161b26;
    border-radius: 20px;
    padding: 7px;
    text-align: center;
}

.sub_heading {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    color: #00f09f;
    font-family: sans-serif;
    font-weight: 900;
}

.sport_icon {
    height: 80px;
    font-size: 60px;
    color: #00dcb8;
    line-height: 1.2;
}