body {
    font-family: "Poppins" !important;
}


/*
================================================ 
================= MISCELLEANOUS =================
================================================
*/

.football-background {
    background-color: #11396a;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;

}

.football-background::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../img/newImages/futHero.png");
    background-size: cover;
    opacity: .2;
}

.poppins {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-style: normal;
  }

.red-outline {
    -webkit-text-stroke: 2px #ea0013;
}

.red-outline-bold {
    -webkit-text-stroke: 6px #ea0013;
}

.text-red {
    color: #c70012;
}

.text-justify {
    text-align: justify;
}

@media screen and (max-width: 576px) {
    .red-outline-bold {
        -webkit-text-stroke: 3px #ea0013
    }
}



/*
================================================ 
================ HERO SECTION ==================
================================================
*/

.navbar-brand-logo-text {
    color: #11396a;
}



.hero-section {
    text-shadow: 0px 0px 20px black;
    background-image: url("../img/newImages/futHero.png");
    background-size: cover;

}

.hero-section div {
    padding: 0 10%
}

.hero-title {
    font-size: 4rem;
}

.hero-section div img {
    height: 350px;
}

.ally-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8rem;
}

.ally-container * {
    flex-basis: 45%;
}

.ally-container #raya-band {
    flex-basis: .5%;
}

#ally-container-text {
    color: #db1e28;
    margin: auto;
    text-align: center;
    font-size: clamp(calc(3vw + 1rem), 6vw, 8vw);
}

#raya-band {
    background-color: #db1e28;
    border-radius: 2rem;
    height: 75%;
}

.band-images {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.band-images img {
    object-fit: contain;
}

.brand-container {
    background-color: #fdd516;
}

.brand-logos {
    flex-basis: 60%;
}

.brand-logos svg {
    background-color: #11396a;
    aspect-ratio: 1/1;
    max-width: fit-content;
    padding: 1rem;
    height: 3rem;
    color: white;
    border-radius: 100%;
}

.separator-arrow {
    color: #11396a;
    flex-basis: 10%;
}

.social-text {
    color: #11396a;
}

@media screen and (max-width: 787px) {
    .hero-section div {
        padding: 0;
    }

    .hero-title {
        font-size: 3rem;
    }
}

@media screen and (max-width: 576px) {
    .ally-container {
        height: 10rem;
    }

    .band-images {
        height: 70%;
    }

    .brand-logos {
        height: 2rem;
        gap: 2rem;
    }

    .social-text {
        text-align: center;
    }

    .hero-title {
        font-size: 2rem;
    }
}

@media screen and (max-width: 376px) {   
    .navbar-brand-logo-text {
        font-size: 1rem;
    }
    .hero-section div img {
        height: 200px;
    }   
}


/*
================================================ 
================== HERO BAND ===================
================================================
*/

.hero-below-band {
    font-family: 'Poppins';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: max-content;
    max-width: 100%;
    height: max-content;
    line-height: 2.5rem;
    font-size: 3rem;
    color: rgb(22 61 142);
    text-align: center;
    font-weight: 900;
    -webkit-text-stroke: 1px #FFF;
    
}

@media screen and (max-width: 787px) {
    .hero-below-band {
        font-size: 2.2rem;
    }
}

@media screen and (max-width: 576px) {
    .hero-below-band {
        font-size: 1.2rem;
    }
}

/*
================================================ 
================= FUT SECTION ==================
================================================
*/

.img-fut {
    max-width: 100%;
    height: fit-content;
}


/*
================================================ 
================ DEMO SECTION ==================
================================================
*/

#carouselExample::after {
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 20%;
    background: linear-gradient(to bottom,#ff000000,yellow);
    z-index: 1;
    pointer-events: none;
}

.demo-text {
    font-family: 'Poppins';
    font-weight: 900;
    color: white;
    z-index: 2;
    font-size: clamp(2vw,2vw + 2rem,3vw);
    position: absolute;
    bottom: 10%;
    left: 0;
    margin: 0;
    text-align: center;
    pointer-events: none;
    width: 100%;
}


.demo-title {
    color: rgb(22 61 142);
    font-size: 3rem;
}

.carrousel-container {
    border-radius: 2rem;
    overflow: hidden;
    background-color: black;
    padding: 0 !important;
    width: 720px !important;
}

.carousel-inner {
    display: flex;
}

.carousel-item video {
    height: 100%;
    max-width: 100%;
}

.carousel-control {
    max-height: 50%;
    margin: auto 0;
}

@media screen and (max-width: 720px) {
    .carrousel-container {
        width: 420px !important;
    }
}

@media screen and (max-width: 440px) {
    .carrousel-container {
        width: 360px !important;
    }
}

@media screen and (max-width: 365px) {
    .carrousel-container {
        width: 300px !important;
    }
}

/*
================================================ 
================ PLAN SELECTION =================
================================================
*/

.plan-selector {
    background-color: #fed416;
    border-radius: 1rem;
}

.plan-selector * {
    margin: 0;
    font-family: Poppins;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: #11396a;
}

.plan-selector-child label {
    -webkit-text-stroke: 3px transparent;
    transition: -webkit-text-stroke .5s;
}

.plan-selector input {
    display: none
}

.plan-selector-child label {
    pointer-events: all;
    cursor: pointer;
}

.plan-selector-child > input:checked + label {
    -webkit-text-stroke: 3px #11396a;
}

.plan-selector-child label:hover {
    -webkit-text-stroke: 3px #11396a;
}

.football-text, .baseball-text {
    display: none;
}

.plan-selector:has(> .plan-selector-child > #football-radio:checked) + section > .football-text {
    display: block;
}

.plan-selector:has(> .plan-selector-child > #baseball-radio:checked) + section > .baseball-text {
    display: block;
}


@media screen and (max-width: 576px) {

    .plan-selector {
        width: 85%;
        margin: auto;
    }

    .plan-text {
        width: 85%;
        padding-top: 1rem;
        margin: auto;
    }

    .responsive-plan-raya {
        width: 75%;
        height: .25rem;
        border-radius: .25rem;
        background-color: #11396a;
    }
}


/*
================================================ 
============ ROSARIO ASSIST SECTION ============
================================================
*/

.p-carc {
    background-color: #fed513;
    flex-basis: 33%;
    color: #11396a;
    text-align: justify;
}

.p-carc:last-child {
    border-radius: 0 0 2rem 0;
}

.p-carc:first-child {
    border-radius: 0 0 0 2rem;
}

.yellow-band {
    background-color: #fed416;
    bottom: 0;
    width: 5%;
    transform: translateX(-50%);
    left: 50%;
    height: 5%;
}

.rosario-plan-advise {
    color: #11396a;
    text-align: center;
}

@media screen and (max-width:576px) {

}

@media screen and (max-width: 768px) {

    .p-carc {
        width: 80%;
    }

    .rosario-plan-desc-text {
        text-align: justify;
    }

    .p-carc-container {
        align-items: center;
    }
    
    .p-carc:first-child {
        border-radius: 0 0 2rem 2rem;
    }
    
    .p-carc:last-child {
        border-radius: 2rem;
    }
}


/*
================================================ 
============== MORE INFO SECTION ===============
================================================
*/

.mi-image {
    max-width: 150px;
    max-height: 60px;
}

.separation {
    padding-left: 3rem;
    padding-right: 3rem;
}

@media screen and (max-width: 576px) {
    .separation {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media screen and (max-width: 433px) {
    .separation {
        padding-left: .75rem;
        padding-right: .75rem;
    }
}

@media screen and (max-width: 375px) {
    .separation {
        padding-left: .3rem;
        padding-right: .3rem;
    }
}

@media screen and (max-width: 768px) {
    .mi-image {
        max-width: 75px;
        max-height: 30px;
    }
}


/*
================================================ 
=================== FOOTER =====================
================================================
*/

.footer-text * {
    margin-bottom: .5rem;
    font-size: .9rem;
    color: white;
    text-decoration: none;
}

.brands {
    gap: 1rem;
}