@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600&display=swap');

*::after,
*::before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

a{
    text-decoration: none;
    color: #121212;
}

a:hover{
    outline: none;
    text-decoration: none;
    color: #f1592a;
}

body.form-reg{
    background: #ffffff;
    /* background: url(../images/2025/bg.png) center repeat; */
}

section {
    position: relative;
    background: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 100vw;
    /*overflow-x: hidden;*/
}

section .title{
    flex-wrap: wrap;
    z-index: 2;
}

section .title h4, .title h5{
    /*max-width: 52rem;*/
    font-size: 12rem;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    color: rgba(254,50,100, 1);
}

section .title h5{
    /*max-width: 52rem;*/
    font-size: 10rem;
}

.hero{
    max-width: 100vw;
    height: 100vh;
    overflow: hidden;
}

/*.hero .logo-wrap{*/
/*z-index: 5;*/
/*position: relative;*/
/*}*/

.hero .fixed {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.hero .hero-img-bg {
    z-index: 0;
    width: 100vw;
    height: -webkit-fill-available;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
}

.hero .logo img{
    position: absolute;
    left: 0;
    right: 0;
    top: -1.8%;
    margin: 0 auto;
    z-index: 5;
}

.justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.title-vis{
    /** for animation text-reveal (js)*/
    visibility: hidden;
    overflow: hidden;
}

.line {
    /** for animation text-reveal (js)*/
    position: relative;
    overflow: hidden;
    /*display: flex;*/
}

.box-wrap{
    margin-top: 10rem;
    position: relative;
    z-index: 1;
}

.p-6 {
    font-size: 1.7rem;
    line-height: 1.625;
}

.pre {
    padding-top: 180px;
    padding-bottom: 180px;
    background: #fff;
    z-index: 2;
    overflow: hidden;
}
.pre:last-child {
    padding-bottom: 0;
}

.pre .title{
    margin-bottom: 60px;
}

.pre .cards {
    margin-bottom: 80px;
    background: rgba(166,2,14, 1);
    border-radius: 200px;
    /* margin-right: 130px; */
    width: calc((100% - 130px * 3) / 3);
    height: 650px;
    padding: 65px 75px 100px;
    will-change: transform;
}
.pre .cards img {
    padding: .5rem;
}
/** ganjil */
.pre .cards:nth-child(3n + 1),
.pre .cards:nth-child(3n + 3) {
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
}

/** ganjil */
.pre .cards:nth-child(3n + 1),
.pre .cards:nth-child(3n + 3) {
    margin: 0;
}
/* genap */
.pre .cards:nth-child(3n + 2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: 100px;
}

.pre .cards .info {
    text-align: center;
}
.pre .cards .p-6 {
    position: relative;
    text-align: center;
    margin-top: 50px;
    width: calc(100% + 75px * 2);
    margin-left: -75px;
    /*letter-spacing: 0.02em;*/
    color: #fff;
}

/* genap */
.pre .cards:nth-child(3n + 2) .p-6 {
    margin-top: 0;
    margin-bottom: 50px;
}

.pre .title h4, .gallery .title h4{
    /*max-width: none !important;*/
    text-transform: capitalize !important;
    font-size: 4.5rem;
    font-size: 4.5rem;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

.category{
    overflow: hidden;
}

.category{
    z-index: 2;
}

.category .wrap-title{
    position: relative;
    z-index: 2;
    will-change: transform;
    opacity: 1;
}

.category .reg-btn {
    position: relative;
    margin: auto;
    padding: 19px 22px;
    -webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-ms-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;
}

.category .reg-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    background: rgba(166,2,14, .3);
    width: 56px;
    height: 56px;
    -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;
}

.category .reg-btn:hover:before {
    width: 100%;
    background: rgba(166,2,14, .7);
}

.category .reg-btn span {
    position: relative;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    vertical-align: middle;
    color: #121212;
}

.category .reg-btn svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #111;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.category .reg-btn:hover svg {
    transform: translateX(0);
}
.category .reg-btn:active {
    transform: scale(0.96);
}

.quota .counter-anim {
    font-size: 7rem;
}

.quota .counter-title{
    font-size: 1.5rem;
}

/** RACEPACK */
.racepack .list > .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.racepack .item {
    position: relative;
    z-index: 3;
    width: calc((100% - 200px) / 2);
    margin-left: 200px;
    overflow: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 240px;
}

.racepack .item.empty {
    height: 0;
}

.racepack .item:nth-child(2n + 1) {
    margin-top: -400px;
}

.racepack .item:nth-child(2n + 2) {
    margin-right: auto;
    margin-left: 0;
    margin-top: 100px;
}

.racepack .item:nth-child(1) {
    margin-top: 300px;
}

.racepack .item:nth-child(2) {
    margin-top: 800px;
}

.racepack .item:last-child {
    margin-bottom: 0;
}

.racepack .item .img-card {
    position: relative;
    width: 100%;
    height: 910px;
    overflow: hidden;
    margin-bottom: 25px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    will-change: transform;
}

.racepack .item .img-card img {
    position: absolute;
    width: 80%;
    /* height: auto; */
    /* -o-object-fit: cover;
    object-fit: cover; */
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition: all 0.5s cubic-bezier(0.75, 0, 0.125, 1);
    transition: all 0.5s cubic-bezier(0.75, 0, 0.125, 1);
}

.racepack .item:hover .img-card img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
}

.racepack .item .item-info {
    width: 200px;
    padding: 15px;
    border-radius: 5px;
    background-color: rgba(166,2,14, .7);
    position: absolute;
    left: 30px;
    bottom: 50px;
    z-index: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
    visibility: hidden;
}

.racepack .item .item-info h3{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    color: #ffffff;
    padding: 0;
    margin: 0;
}

.racepack .item:hover .item-info{
    opacity: 1;
    visibility: visible;
}

/* GUEST STAR */
.guest .item {
    position: relative;
    z-index: 3;
    overflow: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    /*margin-bottom: 240px;*/
}

.guest .item .img-card {
    position: relative;
    width: 100%;
    overflow: hidden;
    /*margin-bottom: 25px;*/
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    will-change: transform;
}

.guest .item .img-card img {
    position: absolute;
    /*width: 50%;*/
    /*height: 50%;*/
    -o-object-fit: cover;
    object-fit: cover;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition: all 0.5s cubic-bezier(0.75, 0, 0.125, 1);
    transition: all 0.5s cubic-bezier(0.75, 0, 0.125, 1);
    border-radius: 100%;
    border: 10px solid #f1592a;
}

/*.guest .item:hover .img-card img {*/
    /*-webkit-transform: translate(-50%, -50%) scale(1.05);*/
    /*-ms-transform: translate(-50%, -50%) scale(1.05);*/
    /*transform: translate(-50%, -50%) scale(1.05);*/
    /*border-radius: 50%;*/
/*}*/

.guest .item .item-info h3{
    font-weight: 700;
    font-size: 14px;
    line-height: 2.92;
    color: #f1592a;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.guest .item .item-info p{
    font-size: 20px;
    font-weight: 700;
}

.guest .item:hover .item-info{
    opacity: 1;
    visibility: visible;
}

.sponsor{
    padding-bottom: 180px;
}

.sponsor .title h4{
    max-width: none !important;
}

/*.sponsor-image img{*/
    /*display: block;*/
    /*margin: 0 auto;*/
/*}*/

.sponsor-image{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-width: 0;
    background-color: #ffffff;
    background-clip: border-box;
}

.sponsor-image{
    padding: 10px 0;
    margin: 0 auto;
    min-width: 150px;
    min-height: 150px;
    overflow: hidden;
}

.reg-title{
    font-size: 3rem !important;
}

.qris{
    display: block;
    margin: 0 auto;
}

.doorprize-img img{
    padding: 5rem;
}

/** SCHEDULE */

.schedule .card-anim{
    /*overflow: hidden;*/
    /*visibility: visible;*/
}

.schedule .cards{
    padding: 10px;
    margin: 10px 0;
    text-align: center;
    /*will-change: transform;*/
    /*opacity: 0;*/
}

.schedule .cards{
    /*overflow: hidden;*/
}

.schedule .icon {
    /*padding: 1.8rem .5rem;*/
    margin-bottom: 20px;
}
.schedule .icon img {
    width: 64px;
}

.schedule .info h5{
    font-weight: 700;
    margin-bottom: 10px;
}

.schedule .info p{
    color: #6f6f6f;
    line-height: 2;
    margin-bottom: 0 !important;
    font-size: .9rem;
}

.video-img {
    width: 400px;
    height: 350px;
}

/*.image-container {*/
    /*position: relative;*/
    /*overflow: hidden;*/
/*}*/

/*.image-overlay {*/
    /*background: white;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*height: 100%;*/
    /*width: 100%;*/
    /*z-index: 1000;*/
/*}*/

.reveal {
    visibility: hidden;
    position: relative;
    width: 100%;
    /*height: 100%;*/
    /*max-width: 500px;*/
    overflow: hidden;
}

/* HEADER & FOOTER */
header img{
    display: block;
    margin: 0 auto;
}

footer{
    position: relative;
    background-image: url("../images/2025/footer_new.png");
    background-color: #ffffff;
    -o-object-fit: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    padding-top: 8vh;
}

footer img{
    margin: 0 auto;
    display: table-cell;
}

footer .wrap{
    padding-bottom: 100px;
}
footer .info p{
    font-size: 1rem;
    margin: 0;
}

/** MENU */
.menuToggle {
    display: block;
    position: relative;
    top: 50px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}
.menuToggle a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}
.menuToggle a:hover {
    color: #FFBF1F;
}
.menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
}
.menuToggle span {
    position: relative;
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.menuToggle span:first-child {
    transform-origin: 0% 0%;
}
.menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

.menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #FFBF1F;
}
.menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}
.menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}
.menuToggle input:checked ~ .menuItem {
    transform: none;
}

.menuItem {
    position: absolute;
    width: 35vw;
    padding: 90px 40px 0 40px;
    background: rgba(166,2,14, 1);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    height: 100vh;
}
.menuItem li {
    padding: 10px 0;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.menu .menuToggle {
    position: fixed;
    right: 0;
    z-index: 9999;
}
.menu .menuToggle input {
    right: 50px;
}
.menu .menuToggle span {
    right: 50px;
}
.menu .menuItem {
    right: 0;
    margin: -230% 0 0 0;
    transform: translate(100%, 0);
}
.menu .menuItem li a:hover {
    padding-left: 5px;
}

/** MISC */
.text-small {
    font-size: 12px;
    line-height: .5;
    color: #f1592a;
}

.box-info{
    position: relative;
    width: auto;
    margin: 10% auto;
}

.lines {
    list-style: none;
}

.list-style-none{
    list-style: none;
    margin: 0;
}

.list-style-none li {
    padding-bottom: 10px;
    margin: 0;
}

.list-style-none li i{
    color: #f1592a;
}

.list-style-none li span{
    padding-left: 15px;
    font-weight: 600;
    font-size: 1.15rem;
    color: #3f3f3f;
}

.lines li {
    font-weight: 600;
    font-size: 1.15rem;
    color: #3f3f3f;
}

/** MEDIA QUERY */
@media (max-width: 1500px) {
    .racepack .item {
        width: calc((100% - 200px) / 2);
        margin-left: 200px;
    }

    .pre .cards {
        border-radius: 200px;
        margin-right: 80px;
        margin-left: 80px;
        width: calc((100% - 130px * 3) / 3);
        height: 650px;
    }
    .maps .category-image img{
        /*padding: 15vw;*/
        width: 50% !important;
    }
}

@media (max-width: 1300px) {
    section .title h4{
        font-size: 12rem;
    }
    .pre .cards {
        padding-left: 55px;
        padding-right: 55px;
        height: 640px;
    }
    .pre .cards .p-6{
        width: calc(100% + 55px * 2);
        margin-left: -55px;
    }

    .racepack .item {
        width: calc((100% - 200px) / 2);
        margin-left: 200px;
    }
}

@media (min-width: 1300px) {
    section .title h4{
        font-size: 12rem;
    }
}

@media (max-width: 1100px) {
    section .title h4{
        font-size: 10rem;
    }

    .pre .cards {
        padding: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0;
        height: auto;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 40px;
    }

    .pre .cards img {
        padding: 0;
    }

    .pre .cards:last-child {
        margin-bottom: 0;
    }
    .pre .cards:nth-child(3n + 1),
    .pre .cards:nth-child(3n + 3) {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .pre .cards:nth-child(3n + 1),
    .pre .cards:nth-child(3n + 3) {
        margin-right: 0;
    }
    .pre .cards:nth-child(3n + 2) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 40px;
    }
    .pre .cards .p-6 {
        text-align: left;
        margin-top: 0;
    }
    .pre .cards:nth-child(3n + 2) .p-6 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .pre .cards img {
        width: 60px;
        margin-right: 30px;
    }
    .pre .cards .p-6 a::after {
        bottom: 0;
        left: auto;
        right: -70px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .pre .cards .p-6 a:hover::after {
        -webkit-transform: translateY(-50%) translateX(25%);
        -ms-transform: translateY(-50%) translateX(25%);
        transform: translateY(-50%) translateX(25%);
    }
    .pre .cards .p-6{
        width: auto;
        margin-left: 0;
    }
    .pre .cards .info {
        text-align: left;
    }
    .pre .cards .p-4 {
        margin-bottom: 0;
    }
}

@media (max-width: 900px) {
    section .title h4{
        font-size: 4.5rem;
    }
    .pre {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .pre .cards:nth-child(3n + 1),
    .pre .cards:nth-child(3n + 3) {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .pre .cards {
        padding: 20px;
        margin-bottom: 20px;
        margin-left: 0;
    }
    .p-6 {
        font-size: 12px;
    }
    .maps .category-image img{
        /*padding: 15vw;*/
        width: 100% !important;
    }
    .racepack .item {
        width: 100%;
        margin: 0 0 60px;
    }
    .racepack .item:nth-child(2),
    .racepack .item:nth-child(2n + 1) {
        margin-top: 0;
    }
    .guest .item {
        width: 100%;
        margin: 0 0 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .racepack .item .item-info {
        opacity: 1;
        visibility: visible;
        left: 45px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .racepack .item .item-info {
        opacity: 1;
        visibility: visible;
        left: 45px;
    }
}
@media only screen and (max-width: 767px) {
    .racepack .item .item-info {
        opacity: 1;
        visibility: visible;
        left: 60px;
    }
    .menuToggle{
        top : 20px;
    }
    .menu .menuToggle span{
        right : 20px;
    }
    .menu .menuItem {
        margin: 0;
        overflow-y: auto !important;
        top: -20px;
    }
    .menuItem{
        width: 100vw;
    }
    .menuItem li{
        font-size: 25px;
    }
}

@media (min-width: 768px) {
    .box-info{
        width: 600px;
        margin: 6% auto;
    }
}


