@import url('./component.css');


/* home hero section styles */
#home .hero{
    width: 100%;
    height: 998px;
    background-image: url('../img/bg-hero.png');
    background-size: 100% 100%;
    text-align: center;
    margin-top: 0px;
    padding-top: 125px;
    overflow: hidden;
    position: relative;
}

#home .hero h2{
    font-family: 'Quicksand', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0px;
    color: var(--primary-yellow);
    margin-bottom: 13px;
    text-align: center;
}

#home .hero h1{
    font-family: 'Alphakind', sans-serif;
    font-size: 78px;
    font-weight: 400;
    line-height: 83px;
    letter-spacing: 0px;
    text-align: center;
    color: var(--primary-cream);
    margin-bottom: 60px;
}

#home .hero .button-hero{
    position: relative;
    z-index: 100;
}

#home .hero .top-right{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 200px;
}

#home .hero .hero-main{
    position: absolute;
    top: 100px;
}

#home .hero .maskot{
    position: absolute;
    bottom: 80px;
    right: 140px;
}

#home .hero .hero-pocker{
    position: absolute;
    bottom: 0px;
    left: 176px;
    width: 340px;
    transform: rotate(-3deg);
}

#home .hero .hero-pion{
    position: absolute;
    bottom: 150px;
    left: -20px;
}

#home .hero .hero-domino{
    position: absolute;
    bottom: -25px;
    left: 40%;
    width: 335px;
}
/* end home hero section styles */


/* styles about */

#home .about{
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    padding-top: 150px;
    text-align: center;
}

#home .about-line{
    transform: translate(-50%, -50%);
    top: 38%;
    left: 50%;
    width: 100%;
    max-width: 1336px;
    height: 1590px;
}

#home .about .container{
    width: 85%;
    min-height: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    text-align: center;
}

#home .about .description-about{
    background-color: var(--primary-soft-cream);
    padding: 40px;
    border-radius: 10px;
    position: relative;
    width: 95%;
    margin: 0px auto;
    margin-bottom: 33px;
}

#home .about .description-about .cone{
    top: -100px;
    left: -40px;
}

#home .about .description-about h2{
    font-family: 'Quicksand', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0px;
    color: var(--primary-green);
    margin-bottom: 20px;
    text-align: center;
    vertical-align: middle;
}

#home .about .description-about p{
    font-family: 'Quicksand', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0px;
    color: var(--primary-green);
    text-align: justify;
    vertical-align: middle;
    margin-bottom: 24px;
}

#home .about .wrap-competition{
    width: 100%;
    margin: 0px auto;
}

#home .about .wrap-competition img{
    width: 100%;
    height: 486px;
}

/* end styles about */


/* styles timeline */
#home .timeline{
    width: 100%;
    position: relative;
    max-width: 1500px;
    margin: 0px auto;
    height: auto;
    margin-bottom: 197px
}

#home .timeline img{
    width: 95%;
    top: -130px;
}
/* end styles timeline */

/* styles sponsor */
#home section.sponsor{
    width: 100%;
    position: relative;
    max-width: 1500px;
    margin: 0px auto;
    height: auto;
    margin-bottom: 167px;
}

#home section.sponsor .container{
    width: 95%;
    margin: 0px auto;
    text-align: center;
    position: relative;
    z-index: 10;
}   

#home section.sponsor .sponsor-wrap img{
    width: 90%;
    margin: 0px auto;
    margin-top: -40px;
}

#home section.sponsor .green-card{
    position: absolute;
    top: -160px;
    right: 0px;
    width:466px;
    height: 697px;
}
/* end styles sponsor */


/* styles flashback */
#home .flashback{
    width: 100%;
    position: relative;
    max-width: 1500px;
    margin: 0px auto;
    height: auto;
    margin-bottom: 167px;
}

#home .flashback .container{
    width: 95%;
    margin: 0px auto;
    text-align: center;
    position: relative;
    z-index: 10;
}

#home .flashback .red-card{
    position: absolute;
    top: -160px;
    left:-10px;
    width:466px;
    height: 697px;
}

#home .flashback .blue-card{
    position: absolute;
    bottom: -150px;
    right: -40px;
    width:677.8081023093067px;
    height: 834.5426596841941px;
    transform: scale(1.2);
}

#home .flashback-3{
    margin-top: -140px;
}
/* end styles flashback */


@media only screen and (max-width: 768px) {
    #home .hero{
        background-size: 120% 100%;
        height: 727px;
    }

    #home .hero h2{
        font-family: 'Quicksand', sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0px;
        text-align: center;
        color: var(--primary-yellow);
        margin-bottom: 8px;
    }

    #home .hero h1{
        font-family: 'Alphakind', sans-serif;
        font-size: 48px;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 8px;
    }

    #home .hero .top-right{
        width: 120px;
        right: -20px
    }

    #home .hero .hero-main{
        top: 320px;
        left: -30px;
        transform: rotate(8deg);
    }

    #home .hero .maskot{
        width: 150px;
        bottom: 80px;
        right: 0px;
    }

    #home .hero .hero-pocker{
        width: 200px;
        left: 100px;
        bottom: -20px;
        display: none;
    }

    #home .hero .hero-pion{
        width: 100px;
        bottom: 100px;
        left: -10px;
    }

    #home .hero .hero-domino{
        width: 200px;
        left: 35%;
        bottom: -40px;
        display: none;
    }

    #home .about{
        padding-top: 0px;
    }

    #home .about .label-section,
    #home .sponsor .label-section,
    #home .flashback .label-section{
        font-family: 'Alphakind', sans-serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0px;
        text-align: center;
        vertical-align: middle;
    }

    #home .about .description-about h2{
        font-family: 'Quicksand', sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0px;
        text-align: center;
        vertical-align: middle;
        color: var(--primary-green);
    }

    #home .about .description-about p{
        font-family: 'Quicksand', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: center;
        vertical-align: middle;
        color: var(--primary-green);
    }

    #home .about .description-about .cone{
        transform: scale(.6);
        top: -70px;
    }

    #home .about-line-mobile{
        transform: translate(-50%, -50%);
        top: 38%;
        left: 50%;
        width: 100%;
        max-width: 405px;
        height: 2532px;
    }

    #home .about .description-about{
        margin-bottom: 16px;
    }

    #home .about .wrap-competition img{
        height: auto;
    }

    #home .category-lomba{
        width: 95% !important;
        margin: 12px auto;
    }

    #home .timeline{
        margin-bottom: 50px;
    }

    #home section.sponsor .green-card{
        width: 265.77px !important;
        height: 399.95px;
    }

    #home .flashback .red-card{
        width: 259.5px !important;
        height: 380.06px !important;
    }

    #home .flashback .blue-card{
        width: 386.05px !important;
        height: 475.32 !important;
        transform: scale(1);
        right: -20px;
        bottom: -100px;
    }

    #home .flashback-3{
        margin-top: 0px;
    }

    #home .flashback-1,
    #home .flashback-2,
    #home .flashback-3,
    #home .flashback-4{
        margin: 16px 0px;
    }

    #home .flashback{
        margin-bottom: 60px;
    }
}