﻿#marathon {
    padding-bottom: 100px;
}


@media(max-width:960px) {
}

@media(max-width:460px) {
    #marathon {
        padding-bottom: 50px;
    }

}

.marathon {
    position: relative;
    z-index: 1;
}

    .marathon .marathon-company-logo {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        text-align: center;
    }

        .marathon .marathon-company-logo img {
            width: 200px;
        }


/*****************************************
* marathon-vdo
*****************************************/
.marathon-vdo {
    position: relative;
    z-index: 2;
    margin-top: -100px;
}

    .marathon-vdo .marathon-vdo-text {
        position: relative;
        text-align: center;
        padding-bottom: 70px;
        position: relative;
    }

        .marathon-vdo .marathon-vdo-text img {
            width: 50%;
        }



    .marathon-vdo .marathon-vdo-container {
        position: relative;
        width: 100%;
    }

        .marathon-vdo .marathon-vdo-container::after {
            content: "";
            position: absolute;
            inset: 0;
            background:
            /* top gradient */
            linear-gradient( to bottom, rgba(9,1,35,1) 0%, rgba(9,1,35,0.9) 15%, rgba(9,1,35,0.7) 30%, rgba(9,1,35,0.4) 45%, rgba(9,1,35,0.15) 60%, rgba(9,1,35,0) 70% ),
            /* bottom gradient */
            linear-gradient( to top, rgba(9,1,35,1) 0%, rgba(9,1,35,0.8) 15%, rgba(9,1,35,0.5) 30%, rgba(9,1,35,0.25) 45%, rgba(9,1,35,0.08) 60%, rgba(9,1,35,0) 70% );
            pointer-events: none;
        }

        .marathon-vdo .marathon-vdo-container video {
            width: 100%;
            height: auto;
            display: block;
        }


@media(max-width:960px) {
}

@media(max-width:460px) {
    .marathon-vdo {
        margin-top: 0px;
    }

        .marathon-vdo .marathon-vdo-text {
            padding-bottom: 40px;
        }

        .marathon-vdo .marathon-vdo-text img {
            width: 100%;
        }
}


/*****************************************
* marathon-register
*****************************************/
.marathon-register {
}


    .marathon-register .marathon-register-text {
        position: relative;
        text-align: center;
        padding-bottom: 70px;
        position: relative;
    }

        .marathon-register .marathon-register-text img {
            width: 60%;
        }

    .marathon-register .marathon-register-info {
        width: 70%;
        text-align: center;
        margin: 0px auto;
    }

        .marathon-register .marathon-register-info .subheader {
            font-size: 46px;
            font-weight: 400;
        }


        .marathon-register .marathon-register-info .header {
            font-size: 60px;
            color: #f58f40;
            font-weight: 600;
            margin-bottom: 30px;
        }

        .marathon-register .marathon-register-info .detail {
            font-size: 18px;
            font-weight: 200;
            width: 70%;
            margin: 0px auto;
        }


@media(max-width:960px) {
    .marathon-register .marathon-register-text img {
        width: 60%;
    }
}



@media(max-width:460px) {

    .marathon-register {
        margin-bottom: 30px;
    }

        .marathon-register .marathon-register-text {
            padding-bottom: 40px;
        }

        .marathon-register .marathon-register-info {
            width: 100%;
        }

            .marathon-register .marathon-register-info .subheader {
                font-size: 22px;
            }


            .marathon-register .marathon-register-info .header {
                font-size: 50px;
                margin-bottom: 20px;
            }

        .marathon-register .marathon-register-text img {
            width: 90%;
        }

        .marathon-register .marathon-register-info .detail {
            width: 80%;
            font-size: 16px;
            line-height: 24px;
        }
}



/*****************************************
* marathon-lots
*****************************************/
.marathon-lots {
    background: url('/upload/marathon/bg-marathon-lot.png');
    background-repeat: no-repeat;
    background-position: top -200px center;
    background-size: cover;
    text-align: center;
    margin-bottom: 60px;
}

    .marathon-lots .header {
        font-size: 90px;
        color: #f58f40;
        font-weight: bold;
        margin-top: 100px;
    }


    .marathon-lots .subheader {
        font-size: 46px;
        line-height: 51px;
        font-weight: 400;
        margin-bottom: 60px;
    }


@media(max-width:960px) {
}



@media(max-width:460px) {
    .marathon-lots .header {
        font-size: 50px;
        margin-bottom: 20px;
    }


    .marathon-lots .subheader {
        font-size: 22px;
        line-height: 30px;
        font-weight: 400;
    }
}

.marathon-lots .marathon-lots-lists {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding:0px 20px;
}

    .marathon-lots .marathon-lots-lists .marathon-lots-item {
        width: calc(100% / 3);
        position: relative;
        overflow: hidden;
    }


        .marathon-lots .marathon-lots-lists .marathon-lots-item .marathon-lots-item-benefits {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 2;
        }

        .marathon-lots .marathon-lots-lists .marathon-lots-item .marathon-lots-item-lots-count {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 2;
        }

        .marathon-lots .marathon-lots-lists .marathon-lots-item .marathon-lots-item-bg {
            min-height: 500px;
            z-index: 1;
        }

            .marathon-lots .marathon-lots-lists .marathon-lots-item .marathon-lots-item-bg::after {
                position: absolute;
                background-image: linear-gradient( to bottom, rgba(12, 66, 109, 0), rgba(12, 66, 109, 1) );
                content: "";
                top: 5%;
                left: 5%;
                width: 90%;
                height: 80%;
                border-radius: 20px;
            }



@media(max-width:960px) {
}



@media(max-width:460px) {

    .marathon-lots .marathon-lots-lists {
        padding: 0px 0px;
    }

    .marathon-lots .marathon-lots-lists .marathon-lots-item {
        width: 100%;
    }

        .marathon-lots .marathon-lots-lists .marathon-lots-item .marathon-lots-item-bg {
            min-height: 400px;
        }
}


/*****************************************
* accumulate-points
*****************************************/
.accumulate-points {
    position: relative;
    text-align: center;
}

    .accumulate-points .subheader {
        font-size: 46px;
        font-weight: 400;
    }


    .accumulate-points .header {
        font-size: 60px;
        font-weight: 400;
        margin-bottom: 30px;
    }


@media(max-width:960px) {
}



@media(max-width:460px) {
    .accumulate-points .subheader {
        font-size: 22px;
        line-height: 30px;
    }


    .accumulate-points .header {
        font-size: 30px;
        line-height: 40px;
    }
}


/*****************************************
* finish-line
*****************************************/
.finish-line {
    /*background: url('/upload/marathon/marathon-lane.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;*/
    text-align: center;
}


/*****************************************
* marathon-rules
*****************************************/
.marathon-rules {
}

    .marathon-rules .header {
        font-size: 70px;
        color: #f58f40;
        font-weight: bold;
        margin-top: 100px;
        text-align: center;
    }


    .marathon-rules .subheader {
        color: #a3d1ef;
        font-size: 46px;
        font-weight: 400;
        margin-bottom: 40px;
        text-align: center;
    }

    .marathon-rules .description {
        font-size: 35px;
        line-height: 46px;
        font-weight: 400;
        margin-bottom: 60px;
        text-align: center;
    }



@media(max-width:960px) {
}

@media(max-width:460px) {
    .marathon-rules .header {
        font-size: 36px;
        margin-top: 40px;
    }


    .marathon-rules .subheader {
        font-size: 22px;
        line-height: 30px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .marathon-rules .description {
        font-size: 22px;
        line-height: 30px;
        font-weight: 400;
        margin-bottom: 40px;
    }
}


    .marathon-rules .marathon-rules-lists {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
        margin: 0px auto 40px auto;
        padding: 0px 20px;
        width: 80%;
    }

        .marathon-rules .marathon-rules-lists .marathon-rules-item {
            position: relative;
            overflow: hidden;
        }

            .marathon-rules .marathon-rules-lists .marathon-rules-item.left-side {
                width: 42%;
            }

            .marathon-rules .marathon-rules-lists .marathon-rules-item.right-side {
                width: 55%;
            }



@media(max-width:960px) {
}

@media(max-width:460px) {
    .marathon-rules .marathon-rules-lists {
        width: 100%;
    }

    .marathon-rules .marathon-rules-lists .marathon-rules-item.left-side {
        width: 100%;
        margin-bottom:20px;
    }

    .marathon-rules .marathon-rules-lists .marathon-rules-item.right-side {
        width: 100%;
    }
}

.start-line {
    position: relative;
    color: #ffffff;
    background-image: linear-gradient(to bottom, #070a3d 0%, #1f4e79 100%);
    border-radius: 20px;
    padding: 40px;
    font-size: 20px;
    line-height: 26px;
    height: 100%;
}

    .start-line .title {
        color: #f58f40;
        font-size: 30px;
        line-height: 36px;
        font-weight: 600;
        text-align: center;
    }

    .start-line ul {
        margin-top: 30px;
    }

        .start-line ul li {
            margin-bottom: 5px;
            font-size: 20px;
            line-height: 26px;
            font-weight: 200;
        }

@media(max-width:960px) {
}

@media(max-width:460px) {
    .start-line {
        padding: 20px;

    }

        .start-line ul li {
            font-size: 18px;
            line-height: 20px;
        }
}




.core-mechanic {
    position: relative;
    color: #ffffff;
    background-image: linear-gradient(to bottom, #070a3d 0%, #1f4e79 100%);
    border-radius: 20px;
    padding: 40px;
    font-size: 20px;
    line-height: 26px;
    height: 100%;
}

    .core-mechanic .title {
        color: #f58f40;
        font-size: 30px;
        line-height: 36px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 10px;
    }

    .core-mechanic .subtitle {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }

.core-mechanic-lists {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .core-mechanic-lists .core-mechanic-one {
        font-size: 130px;
        font-weight: bold;
        line-height: 150px;
        padding: 0px 40px;
        text-align: center;
    }

    .core-mechanic-lists .core-mechanic-equal {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #f58f40;
        font-size: 40px;
        line-height: normal;
        text-align: center;
        background: #16102c;
        border-radius: 50%;
        width: 80px;
        height: 80px;
    }


@media(max-width:960px) {
}

@media(max-width:460px) {
    .core-mechanic {
        padding: 20px;
    }


    .core-mechanic-lists .core-mechanic-one {
        padding: 0px 20px;
        font-size: 120px;
    }

    .core-mechanic-lists .core-mechanic-equal {
        width: 60px;
        height: 60px;
        line-height: normal;
        font-size: 30px;
    }
}



/* container */
.campaign-buttons {
    display: flex;
    gap: 20px;
}

    /* button base */
    .campaign-buttons .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 56px;
        padding: 0 30px;
        border-radius: 50px;
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
        cursor: pointer;
        transition: all .25s ease;
    }

        /* left button */
        .campaign-buttons .btn.dark {
            background: #1b1436;
            height: 60px;
        }

        /* right button */
        .campaign-buttons .btn.orange {
            background: #ea9a45;
        }

        /* hover effect */
        .campaign-buttons .btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 14px rgba(0,0,0,0.25);
        }

/* tablet */
@media (max-width: 1024px) {
    .campaign-buttons .btn {
        font-size: 16px;
        height: 52px;
        padding: 0 24px;
    }
}

/* mobile */
@media (max-width: 768px) {

    .campaign-buttons {
        flex-direction: column;
        gap: 14px;
    }

        .campaign-buttons .btn {
            width: 100%;
            height: 52px;
            font-size: 16px;
            padding: 0 20px;
        }

            .campaign-buttons .btn.dark {
                height: 52px;
            }
}

/*****************************************
* marathon-condition
*****************************************/
.marathon-condition {
    font-size: 18px;
    line-height: 30px;
    font-weight: 200;
    width: 60%;
    margin: 0px auto;
}

    .marathon-condition .header {
        font-size: 30px;
        color: #ffffff;
        font-weight: 600;
        margin-bottom: 30px;
        text-align: center;
    }

    .marathon-condition ol {
        margin-bottom: 60px;
    }

        .marathon-condition ol li a {
            color: #ffffff;
            text-decoration: underline;
        }

    .marathon-condition .register-wrapper {
        text-align: center;
    }

        .marathon-condition .register-wrapper .register-btn {
            display: inline-block;
            padding: 24px 60px;
            font-size: 28px;
            font-weight: 600;
            color: #ffffff;
            text-decoration: none;
            border-radius: 60px;
            background: linear-gradient( to bottom, #f6a45a 0%, #e56d3a 40%, #c63d2d 100% );
            box-shadow: inset 0 3px 6px rgba(255,255,255,0.25), 0 6px 12px rgba(0,0,0,0.25);
            transition: all .25s ease;
        }

            .marathon-condition .register-wrapper .register-btn:hover {
                transform: translateY(-2px);
                box-shadow: inset 0 3px 6px rgba(255,255,255,0.25), 0 10px 18px rgba(0,0,0,0.35);
            }


/* tablet */
@media (max-width: 1024px) {
    .marathon-condition .register-wrapper .register-btn {
        padding: 20px 50px;
        font-size: 24px;
    }
}

/* mobile */
@media (max-width: 768px) {

    .marathon-condition .register-wrapper .register-btn {
        display: block;
        width: 100%;
        padding: 14px 20px;
        font-size: 20px;
        border-radius: 50px;
    }
}

@media(max-width:960px) {
}

@media(max-width:460px) {
    .marathon-condition {
        width: 90%;
        margin: 20px auto 0px auto;
    }
            .marathon-condition ol li {
                font-size:16px;
                line-height:24px;
            }

}
