@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
@font-face {
    font-family: milker;
    src: url(../font/Milker.otf);
}
html{
    width: 100%;
    overflow-x: hidden;
}
body{
    width: 100%;
    background-color: #242424;
    overflow-x: hidden;
}
.banner{
    width: 100%;
    height: 48.4vw;
    background-image: url(../images/bg_banner.png);
    background-position: center;
    background-size: cover;
    position: relative;
}
.vasaka_hotel{
    position: absolute;
    left: 9.7vw;
    top: 4.1vw;
    width: 29.4vw;
    z-index: 5;
}
.logo_banner{
    position: absolute;
    right: 11.2vw;
    z-index: 1;
    top: 4.5vw;
    width: 50.7vw;
}
.tali_banner_kiri{
    position: absolute;
    left: 0;
    top: 49%;
    transform: translateY(-50%);
    width: 29.9vw;
    z-index: 3;
}
.tali_banner_kanan{
    position: absolute;
    right: -2vw;
    top: 50%;
    transform: translateY(-50%);
    width: 18vw;
}
.medal_kiri{
    position: absolute;
    left: 0;
    top: 0;
    width: 16.2vw;
    z-index: 4;
    --animate-duration: 700ms;
    animation-delay: .5s;
}
.medal_kanan{
    position: absolute;
    top: 6vw;
    right: 0;
    z-index: 4;
    width: 13.5vw;
    --animate-duration: 700ms;
    animation-delay: .9s;
}
.date{
    position: absolute;
    right: 2.6vw;
    top: 2.4vw;
    background-image: url(../images/date.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    font-family: 'montserrat', sans-serif;
    padding: 1vw 1.7vw;
    padding-bottom: 1.2vw;
}
.date p{
    text-transform: uppercase;
    font-size: 1vw;
    font-weight: 700;
    color: #173324;
}
.button_banner{
    position: absolute;
    left: 62.8%;
    transform: translateX(-50%);
    bottom: 5.11vw;
    display: flex;
    align-items: center;
    gap: 1.4vw;
}
.button_banner button{
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    padding: .59vw 1.6vw;
    font-size: 1.05vw;
    width: 12.4vw;
    border-radius: .4vw;
    text-transform: uppercase;
    cursor: pointer;
}
.button_banner a:nth-child(1) button{
    background-color: #C8D736;
    outline: none;
    border: .12vw solid transparent;
    color: #173324;
}
.button_banner a:nth-child(2) button{
    background-color: transparent;
    color: #C8D736;
    border: .12vw solid #C8D736;
}

.bg_green{
    background-image: url(../images/bg_green.png);
    width: 100%;
    background-position: center;
    background-size: contain;
    height: 21.2vw;
    z-index: 1;
    position: relative;
    background-repeat: no-repeat;
}
.section_2{
    width: 100%;
    background-position: center;
    background-size: cover;
    background-image: url(../images/section_2_bg.png);
    padding-top: 7vw;
    margin-top: -6vw;
    position: relative;
}
.section_2_layout{
    position: relative;
}
.section_2_content{
    margin-top: -19.5vw;
    width: 100%;
    z-index: 5;
    position: relative;
    text-align: center;
}
.section_2_content h1{
    font-family: milker;
    font-weight: 400;
    font-size: 5vw;
    color: #173324;
    margin-bottom: 2.5vw;
}
.section_2_box{
    background-image: url(../images/bg_tiket.png);
    background-position: center;
    background-size: cover;
    width: 58%;
    display: block;
    margin: auto;
    position: relative;
    height: 19vw;
    text-align: start;
    padding: 3.2vw 4.2vw;
    border: .1vw solid #C8D736;
    box-shadow: -.4vw .6vw 0px 0px #C8D736;
    position: relative;
    z-index: 2;
}
.section_2_box_text{
    width: 100%;
    height: 12.7vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.section_2_box h3{
    font-family: 'montserrat', sans-serif;
    color: white;
    text-transform: uppercase;
    font-size: 2.8vw;
    letter-spacing: .08vw;
    font-weight: 300;
    margin-bottom: .2vw;
}
.section_2_box button{
    background-color: transparent;
    outline: none;
    border: none;
    font-family: milker;
    color: white;
    font-size: 2.84vw;
}
.section_2_box_layout{
    display: flex;
    justify-content: space-between;
    width: 68%;
    align-items: flex-end;
}
.section_2_box_layout a{
    color: white;
    text-transform: uppercase;
    font-size: 1.3vw;
    font-family: 'montserrat', sans-serif;
    font-weight: 300;
    letter-spacing: .17vw;
}
.section_2_box_layout p{
    font-size: .85vw;
    letter-spacing: .08vw;
    font-family: 'montserrat', sans-serif;
    color: white;
    text-transform: uppercase;
}
.vasaka_medal{
    position: absolute;
    right: -1vw;
    top: 0;
    width: 17vw;
    display: block;
}
.tiket_tali_kanan{
    position: absolute;
    right: 0;
    top: 7vw;
    width: 24vw;
    z-index: 0;
}
.tiket_tali_kiri{
    position: absolute;
    left: 0;
    top: 7vw;
    width: 24vw;
    z-index: 0;
}
.section_2_benefit{
    width: 58%;
    display: block;
    margin: auto;
    padding-top: 4.8vw;
    padding-bottom: 5vw;
}
.section_2_benefit h2{
    text-transform: uppercase;
    font-family: milker;
    color: #C8D736;
    font-weight: 500;
    font-size: 5vw;
}
.section_2_benefit img{
    width: 100%;
}
.mySwiper{
    margin-top: 2.2vw;
}
.mySwiper .swiper-wrapper{
    padding-bottom: 3vw;
}
.swiper-pagination-bullet {
    width: 4vw !important;
    border-radius: 100vw !important;
    height: .6vw !important;
    background: #C8D736 !important;
}
.swiper-pagination-bullet-active {
    background: #C8D736 !important;
}
.benefit_hover{
    width: 100%;
    transition: .3s all;
}
.benefit_hover:hover{
    transform: scale(.95);
}
.section_video{
    margin-top: -2vw;
}
.section_video video{
    width: 100%;
}
.section_contact{
    width: 100%;
    background-image: url(../images/bg_contact.png);
    background-position: center;
    background-size: cover;
    padding: 4vw 13.2vw;
    margin-top: -.4vw;
    display: block;
}
.section_contact h2{
    text-transform: uppercase;
    font-family: milker;
    font-size: 5vw;
    color: #C8D736;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1.6vw;
}
.section_contact_layout{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 2vw;
}
.section_contact_layout a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.contact_box{
    position: relative;
}
.contact_box img{
    position: relative;
    width: 18.5vw;
    transition: .3s all;
}
.section_contact_layout a:nth-child(2) .contact_box img{
    width: 23vw;
    margin-left: -2vw;
}
.section_contact_layout a:nth-child(3) .contact_box img{
    width: 23vw;
}
.contact_box img:hover{
    transform: scale(1.05);
}
.section_contact_maps{
    margin-top: 1.8vw;
}
.section_contact_maps iframe{
    width: 100%;
    border-radius: 1vw;
    border: .18vw solid #C8D736;
    height: 28vw;
}

.galeri_funrun{
    width: 100%;
    background-image: url(../images/bg_galeri.png);
    background-position: center;
    background-size: cover;
    padding: 4vw 13.2vw;
    padding-top: 14.7vw;
    margin-top: -16vw;
}
.galeri_funrun h2{
    font-size: 5vw;
    color: #173324;
    font-family: milker;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}
.galeri_funrun_layout{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2vw;
    grid-gap: 2vw;
}
.galeri_funrun_layout_2{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2vw;
    grid-gap: 2vw;
}
.galeri_funrun_box{
    width: 100%;
    height: 20vw;
    position: relative;
    overflow: hidden;
    border: .12vw solid #173324;
    border-radius: .8vw;
}
.galeri_funrun_box img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .3s all;
}
.galeri_funrun_box:hover img{
    transform: scale(1.2) rotate(10deg);
}
.sponsor_section{
    width: 100%;
    background-color: #173324;
    position: relative;
    padding: 4.5vw 2vw;
    overflow: hidden;
}
.heading_sponsor_section{
    text-align: center;
}
.heading_sponsor_section h2{
    font-size: 5vw;
    color: #C8D736;
    font-family: milker;
    text-transform: uppercase;
    font-weight: 500;
}
.layout_sponsor_section{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3vw;
    margin-top: 1.5vw;
}
.sponsor_kanan{
    position: absolute;
    right: -3vw;
    bottom: 0;
    width: 30vw;
    filter: grayscale(1);
}
.sponsor_kiri{
    position: absolute;
    left: -5vw;
    bottom: -13vw;
    width: 34vw;
    filter: grayscale(1);
}
.layout_sponsor_section img{
    width: 18vw;
}
.layout_sponsor_section img:nth-child(2){
    width: 24vw;
}
.footer{
    text-align: center;
    width: 100%;
    padding: 1vw;
    background-color: #C8D736;
}
.footer p{
    color: #173324;
    font-size: 1.1vw;
    letter-spacing: .07vw;
    font-family: 'montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
.location{
    display: none;
}

@media (max-width:768px) {
    .banner {
        height: 179.4vw;
        overflow: hidden;
    }
    .logo_banner {
        right: 11.8vw;
        top: 19.5vw;
        width: 78.7vw;
    }
    .vasaka_hotel {
        left: -1.3vw;
        top: inherit;
        bottom: -35vw;
        width: 103.4vw;
    }
    .date {
        right: 7.6vw;
        top: 8vw;
        padding: 1vw 2.7vw;
        padding-bottom: 1vw;
        background-image: none;
        background-color: #C8D736;
    }
    .date p {
        text-transform: uppercase;
        font-size: 2.5vw;
        font-weight: 700;
        color: #173324;
    }
    .location {
        position: absolute;
        left: 6.6vw;
        top: 8vw;
        padding: 1vw 2.7vw;
        padding-bottom: 1vw;
        background-image: none;
        background-color: #C8D736;
        display: block;
        width: max-content;
    }
    .location p {
        text-transform: uppercase;
        font-size: 2.5vw;
        font-weight: 700;
        color: #173324;
        font-family: 'montserrat', sans-serif;
    }
    .tali_banner_kanan {
        right: -2vw;
        width: 35vw;
    }
    .tali_banner_kiri {
        position: absolute;
        left: -14vw;
        top: 48%;
        width: 64.9vw;
        z-index: 3;
    }
    .medal_kanan {
        position: absolute;
        top: 17vw;
        right: -5.7vw;
        z-index: 9;
        width: 39.5vw;
        --animate-duration: 700ms;
        animation-delay: .9s;
    }
    .medal_kiri {
        position: absolute;
        left: -7vw;
        top: 16vw;
        width: 42.2vw;
        z-index: 7;
        --animate-duration: 700ms;
        animation-delay: .5s;
    }
    .bg_green {
        background-image: url(../images/bg_green.png);
        width: 126%;
        background-position: center;
        background-size: cover;
        height: 38.2vw;
        z-index: 1;
        position: relative;
        background-repeat: no-repeat;
    }
    .section_2 {
        width: 100%;
        background-position: center;
        background-size: cover;
        background-image: url(../images/section_2_bg.png);
        padding-top: 18vw;
        margin-top: -24vw;
        position: relative;
    }
    .section_2_content {
        margin-top: -19.5vw;
        width: 100%;
        z-index: 5;
        position: relative;
        text-align: center;
    }
    .section_2_content h1 {
        font-family: milker;
        font-weight: 400;
        font-size: 7vw;
        color: #173324;
        margin-bottom: 4.5vw;
    }
    .section_2_box {
        width: 80%;
        height: 50vw;
        text-align: center;
        padding: 7.2vw 0.2vw;
        border: .1vw solid #C8D736;
        box-shadow: -1.4vw 1.6vw 0px 0px #C8D736;
    }
    .section_2_box h3 {
        font-size: 4.8vw;
        letter-spacing: 0.7vw;
        font-weight: 300;
        margin-bottom: 1.2vw;
    }
    .section_2_box button {
        font-size: 4.84vw;
    }
    .section_2_box_text {
        width: 100%;
        height: 35.7vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .section_2_box_layout {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 89%;
        gap: 3vw;
        align-items: center;
    }
    .section_2_box_layout a {
        font-size: 4.3vw;
        letter-spacing: .77vw;
    }
    .section_2_box_layout p {
        font-size: 2.85vw;
        letter-spacing: 0.5vw;
        font-family: 'montserrat', sans-serif;
        color: white;
        text-transform: uppercase;
    }
    .vasaka_medal{
        display: none;
    }
    .section_2_benefit {
        width: 82.4%;
        display: block;
        margin: auto;
        padding-top: 9.8vw;
        padding-bottom: 9vw;
    }
    .section_2_benefit h2 {
        font-size: 9vw;
    }
    .mySwiper {
        margin-top: 4.2vw;
    }
    .mySwiper .swiper-wrapper {
        padding-bottom: 11vw;
    }
    .swiper-pagination-bullet {
        width: 11vw !important;
        height: 1.6vw !important;
    }
    .section_contact {
        padding: 10vw 8vw;
        margin-top: -1.4vw;
    }
    .section_contact h2 {
        font-size: 9vw;
        margin-bottom: 4.6vw;
    }
    .section_contact_layout {
        flex-direction: column;
        gap: 4vw;
    }
    .section_contact_layout a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contact_box img {
        position: relative;
        width: 60.5vw;
        margin-left: -4vw;
    }
    .section_contact_layout a:nth-child(2) .contact_box img {
        width: 76vw;
        margin-left: -2vw;
    }
    .section_contact_layout a:nth-child(3) .contact_box img {
        width: 71vw;
    }
    .section_contact_maps {
        margin-top: 8.8vw;
    }
    .section_contact_maps iframe {
        width: 100%;
        border-radius: 4vw;
        border: .18vw solid #C8D736;
        height: 90vw;
    }
    .galeri_funrun {
        padding: 9vw 8.2vw;
        padding-top: 38.7vw;
        margin-top: -40vw;
    }
    .galeri_funrun h2 {
        font-size: 7vw;
    }
    .galeri_funrun_layout {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 5vw;
        grid-gap: 4vw;
    }
    .galeri_funrun_box {
        width: 100%;
        height: 66vw;
        position: relative;
        overflow: hidden;
        border: .12vw solid #173324;
        border-radius: 3.8vw;
    }
    .galeri_funrun_layout_2 {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 5vw;
        grid-gap: 5vw;
    }
    .heading_sponsor_section h2 {
        font-size: 7vw;
    }
    .sponsor_section {
        width: 100%;
        background-color: #173324;
        position: relative;
        padding: 10.5vw 4vw;
        padding-bottom: 31vw;
        overflow: hidden;
    }
    .layout_sponsor_section {
        gap: 7vw;
        margin-top: 3.5vw;
    }
    .layout_sponsor_section img {
        width: 30vw;
    }
    .layout_sponsor_section img:nth-child(2) {
        width: 39vw;
    }
    .sponsor_kanan {
        position: absolute;
        right: -3vw;
        bottom: 0;
        width: 43vw;
        filter: grayscale(1);
    }
    .sponsor_kiri {
        position: absolute;
        left: -9vw;
        bottom: -25vw;
        width: 52vw;
        filter: grayscale(1);
    }
    .footer {
        text-align: center;
        width: 100%;
        padding: 3vw;
    }
    .footer p {
        font-size: 3.5vw;
        letter-spacing: .07vw;
        font-family: 'montserrat', sans-serif;
        text-transform: uppercase;
    }






































}