/* ==========================================================================
   RESPONSIVE STYLES - STGO21K
========================================================================== */

/* ==========================================================================
    SMALL SCREENS (576px - 767px)
========================================================================== */
@media only screen and (min-width: 576px) {
    .hero__date-left {
        top: 2.5%;
        right: -6%;
    }

    .hero__date-right {
        bottom: 3%;
        left: -8%;
    }

    .hero__subtitle {
        margin-bottom: 2rem;
    }

    .title--primary {
        font-size: 2rem;
        line-height: 3rem;
    }

    .nav-logo {
        width: 150px;
        height: auto!important;
    }
}


/* ==========================================================================
    MEDIUM SCREENS (768px - 991px)
========================================================================== */
@media only screen and (min-width: 768px) {

    .hero__date-left {
        top: 1.5%;
        right: -15%;
    }

    .hero__date-right {
        left: -16%;
    }

    .hero__logo {
        max-width: 500px;
    }

    .hero__subtitle {
        margin-top: 2rem;
    }

    .hero__description {
        margin-bottom: 2rem;
        margin-bottom: 3rem;
    }

    .title--primary {
        line-height: 3rem;
    }

    .information__title {
        font-size: 1.5rem;
    }
    
    .circuit__stats {
        flex-direction: row;
    }

    .sponsors__row {
        flex-direction: row;
    }
}


/* ==========================================================================
    LARGE SCREENS (991px - 1999px)
========================================================================== */
@media only screen and (min-width: 992px) {
    .navbar-collapse {
        background-color: transparent;
        padding: 1rem;
    }

    .navbar-nav {
        justify-content: space-around;
        align-items: center;
        width: 100%;
    }
    .nav-logo {
        width: 160px;
        height: auto!important;
    }

    header {
        background-image: url(../img/hero/hero-desktop_v3.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; 
    }

    .hero__date-card {
        flex-direction: column;
        gap: 1rem;
    }

    .hero__date-value, .hero__date-year {
        font-size: 5rem;
        color: var(--color-red);
    }

    .hero__date-month {
        font-size: 3rem;
    }

    .hero__date-left {
        left: -40%;
        top: 22%;
    }

    .hero__date-right {
        right: -38%;
        bottom: 14%;
        left: auto;
    }

    .hero__center {
        top: 30%;
    }

    .hero__subtitle {
        max-width: 500px;
        margin: 1rem auto;
    }

    .img__slogan {
        width: 500px;
        height: auto!important;
    }
    .slogan__bg{
        width: 500px;
        height: auto!important;
    }

    .information {
        padding: 2rem;
    }

    .information__box {
        position: relative;
    }

    .information--modern {
        position: absolute;
        width: 850px;
        top: 20%;
        left: 10%;
    }

    .kit-delivery__floating-card {
        flex-direction: row;
        top: 50%;
    }

    .kit-delivery__hero {
        height: 485px;
    }

    .kit-delivery__footer {
        padding-top: 14rem;
    }
}


/* ==========================================================================
    X-LARGE SCREENS (1200px - 1399px)
========================================================================== */
@media only screen and (min-width: 1200px) {
    .nav-logo {
        width: 180px;
        height: auto!important;
    }

    .hero__date-left {
        left: -40%;
        top: 19%;
    }

    .hero__date-right {
        right: -37%;
        bottom: 18%;
    }

    .hero__center {
        top: 35%;
    }

    .information--modern {
        left: 25%;
    }
}


/* ==========================================================================
    XX-LARGE SCREENS (1400px - 1599px)
========================================================================== */
@media only screen and (min-width: 1400px) {
    .hero__logo {
        max-width: 600px;
    }

    .hero__date-value, .hero__date-year {
        font-size: 6rem;
    }

    .hero__date-month {
        font-size: 3.5rem;
    }

    .hero__subtitle {
        font-size: 1.8rem;
        line-height: 3rem;
    }

    .hero__description {
        font-size: 1.4rem;
        line-height: 2rem;
    }

    .hero__description {
        max-width: 500px;
        margin: 2rem auto;
    }

    .hero__date-left {
        left: -40%;
    }

    .hero__date-right {
        right: -37%;
    }
    
    .information--modern {
        left: 30%;
        padding: 3rem;
    }

}


/* ==========================================================================
    DESKTOP MEDIUM SCREENS (1600px - 1899px)
========================================================================== */
@media only screen and (min-width: 1600px) {
    .hero__logo {
        max-width: 700px;
    }

    .hero__date-value, .hero__date-year {
        font-size: 8rem;
    }

    .hero__date-month {
        font-size: 4.5rem;
    }

    .hero__date-left {
        left: -35%;
    }

    .hero__date-right {
        right: -33%;
    }
}


/* ==========================================================================
    FULL HD SCREENS (>1900px)
========================================================================== */
@media only screen and (min-width: 1900px) {
    .kit-delivery__floating-card {
        top: 48%;
    }
}
