.header_hero {
    background-image: url(../football-images/bg-1.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.product_features_area{
    background-image: url("../football-images/rules-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 15px;
}

.features_area {
    background-color: rgb(0 0 0 / 40%);
    background-blend-mode: multiply;
    color: white;
    align-items: center;
}

.about_area{
    background-color: #89CFF0;
    background-image: url(../football-images/overview-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: local;
}

.video_area{
    background-color: #89CFF0;
    background-image: url(../football-images/overview-3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: local;
}

.video_area .section_title h4{
    color: #fff;
}

.about_video{
    background-color: #ffa5a5;
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px
}
@media (max-width: 767px) {
    .video_area .section_title h4{
        text-align: center;
    }
    .d-flex{
        justify-content: center;
    }
    .about_video video{
        width: 400px;
        height: auto;
    }
}
@media (max-width: 475px) {
    .about_video video{
        width: 100%;
        height: 300px;
    }
}

.contact_area{
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), 
                url("../football-images/contact-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.single_form textarea, .single_form input {
    width: 100%;
    height: 55px;
    border: 1px solid #ECECEC;
    box-shadow: none;
    border-radius: 50px;
    color: #747E88;
    font-size: 16px; 
}