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

.detail{
    width: 100%;
    max-width: 1500px;
    margin: 0px auto;
    position: relative;
    padding-top: 140px;
    min-height: 600px;
    margin-bottom: 0px;
}

.detail .container{
    width: 95%;
    margin: 0px auto;
    display: flex;
    justify-content: center;
}

.detail .container .left{
    width: 30%;
    position: sticky;
    top: 120px;
}

.detail .container .right{
    width: 70%;
    padding-left: 55px;
}

.detail .right h1{
    font-family: 'Alphakind', 'sans-serif';
    font-weight: 400;
    font-style: normal;
    font-size: 78px;
    line-height: 83px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--primary-green);
    margin-bottom: 20px;
}


.detail .right p{
    font-family: 'Quicksand', 'sans-serif';
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #131313;
    margin-bottom: 51px;
}

.detail .right .content-lomba{
    margin-top: 72.5px;
    width: 100%;
    min-height: 600px;
}

.contact-person{
    margin-top: 16px;
}

.maskot{
    transform: scale(.3);
    position:absolute;
    top: -250px;
    right: -250px;
}

@media only screen and (max-width: 768px) {
    .detail{
        padding-top: 100px;
        margin-bottom: 80px;
    }

    .detail .container{
        flex-direction: column;
        align-items: center;
    }

    .detail .container .left,
    .detail .container .right{
        width: 100%;
        padding: 0px;
    }

    .detail .right{
        padding-top: 40px;
        order: 1;
    }

    .detail .left{
        order: 2;
        margin-top: 24px;
    }

    .contact-person-mobile{
        order: 3;
        margin-top: 32px;
        margin-bottom: 0px;
    }

    .detail .right h1{
        font-size: 48px;
        line-height: 52px;
        text-align: center;
    }

    .detail .right p{
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }

    .detail .right .content-lomba{
        margin-top: 40px;
    }

    .main-button{
        width: 100%;
        display: block
    }

    .main-button .blue-button{
        width: 100% !important;
        font-size: 25px !important;
    }

    .image-thumbnail{
       margin: 37px auto;
    }
}