body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 1.5;
    color: #606060;
}

img{
    width: 100%;
    height: auto;
}

a{
    text-decoration: none;
    color: #606060;
}

a:hover{
    color: #606060;
}

.btn-submit{
    font-size: 48px;
    font-weight: 600;
    background-color: #25598a;
    border: 0px;
    padding: 1rem 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-submit:hover{
    background-color: #f6a11c;
}

.btn-submit img{
    width: 50px;
    height: auto;
    margin-right: 1rem;
}

.highlight{
    color: #F6A11C;
}

.highlight-dark{
    color: #255989;
}

.hr{
    border-top: 1px solid #dcdcdc;
    padding-top: 2rem;
}

.fade{
    opacity: 0;
    transform: translateY(45px);
    transition: transform 0.6s, opacity 0.9s;
}

.fade.faded{
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
}

header{
    position: relative;
}

    header nav.navbar{
        position: fixed;
        width: 100%;
        height: 145px;
        transition: all .2s;
        background-color: transparent;
        z-index: 10;
    }

.logo-singapore img{
    width: 485px;
    height: auto;
}

.logo-ppcom img{
    width: 300px;
    height: auto;
}

.header-sticky{
    background-color: #fff !important;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.1);
}

.section-banner{
    background-image: url("../images/banner_header.png");
    height: 800px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

    .section-banner .banner-box{
        height: 100%;
        position: relative;
    }

        .section-banner .banner-box .banner-title{
            position: absolute;
            bottom: 4rem;
            width: 100%;
            text-shadow: 0px 3px 8px #000000BF;
            color: #fff;
        }

            .section-banner .banner-box .banner-title .banner-text{
                display: flex;
                font-size: 53px;
                margin: 0;
            }

                .section-banner .banner-box .banner-title .banner-text .banner-text-pp{
                    
                }

                .section-banner .banner-box .banner-title .banner-text .banner-text-pp span{
                    font-weight: 700;
                }

                .section-banner .banner-box .banner-title .banner-text .banner-text-year{
                    text-shadow: 0px 3px 8px #000000BF;
                    color: #F6A11C;
                    font-size: 120px;
                    font-weight: 700;
                }

                .section-banner .banner-box .banner-title .banner-highlight{
                    width: auto;
                    background-color: #F6A11C;
                    box-shadow: 0px 3px 8px #000000BF;
                    margin-left: calc(var(--bs-gutter-x) * .5);
                    margin-right: calc(var(--bs-gutter-x) * .5);
                    font-size: 24px;
                }

.section{
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-news .image img{
    width: 150px;
    height: auto;
}

.section h2{
    font-size: 48px;
    color: #25598B;
    font-weight: 600;
    text-align: center;
}

.section-about{
}

.container-about{
    /*background-image: url("../images/map_light_Asia_Pacific_v1.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;*/
    position: relative;
}

.container-about::before{
    background-image: url("../images/map_light_Asia_Pacific_v2.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    content: " ";
    position: absolute;
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bg-participate{
    background-image: url("../images/img_participate.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 50%;
}

.box-card{
    padding: 2.5rem;
}

    .box-card h2{
        font-size: 48px;
        text-align: center;
        color: #fff;
        margin: 0;
    }

    .box-card h3{
        font-weight: 600;
        font-size: 48px;
        margin: 0;
    }

    .box-card p{
        font-size: 24px;
    }

.box-white{
    background-color: #fff;
    text-align: center;
}

.box-white h2{
    color: #25598B;
}

.box-white p{
    /*font-size: 24px;*/
}

.box-highlight{
    background-color: #F6A11C; 
    color: #fff;   
}

.box-white-left{
    background-color: #fff;
    text-align: left;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.box-highlight-dark{
    background-color: #25598B;
}

.bg-image-cover{
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: 20%;
    background-size: 50%;
}

.bg-image-cover .image-cover{
    height: 300px;
}

.bg-eligibility{
    background-image: url("../images/img_eligibility.png");
}

.bg-deadline{
    background-image: url("../images/img_submission.png");
    background-position-x: 80%;
}

.box-highlight-grey{
    background-color: #606060;
}

.apply-step{
    padding: 2rem;
    display: flex;
    align-items: center;
}

    .apply-step .step-num{
        font-size: 100px;
        text-shadow: 0px 3px 6px #00000040;
        text-align: center;
        font-weight: 600;
        padding: 1.5rem;
    }

    .apply-step .step-icon{
        text-align: center;
        padding: 1.5rem;
    }

        .apply-step .step-icon img{
            width: 138px;
            height: auto;
        }

    .apply-step .step-text{
        padding: 1.5rem;
    }

    .apply-step a{
        text-decoration: underline;
    }

.section-submit{
    background-image: url("../images/banner_footer.png");
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .section-submit h2{
        color: #fff;
    }

.section-summary{
    background-color: #2290CF;
    color: #fff;
    font-size: 14px;
    text-align: left;
    padding-top: 3.5rem;
}

    .section-summary h2{
        font-size: 14px;
        color: #fff;
        text-align: left;
    }

footer{
    background-color: #25598B;
    font-size: 14px;
    color: #fff;
    padding: 2rem 0px 2rem 0px;
}

footer a{
    color: #fff;
}

footer a:hover{
    color: #fff;
}

.footer-logo{
    width: 300px;
    height: auto;
}

/** X-Large devices (large desktops, less than 1400px) **/
@media (max-width: 1399.98px) {
    .box-card h2{
        font-size: 36px;
    }

    .box-card h3{
        font-size: 36px;
    }

    .box-card p{
        font-size: 20px;
    }

    .bg-image-cover{
        background-position-x: 10%;
        background-size: 60%;
    }

    .bg-deadline{
        background-position-x: 90%;
    }
}

/** Large devices (desktops, less than 1200px) **/
@media (max-width: 1199.98px) {
    .bg-image-cover .image-cover{
        height: 200px;
    }
}

/** Medium devices (tablets, less than 992px) **/
@media (max-width: 991.98px) {
    body{
        font-size: 22px;
    }

    header nav.navbar{
        height: 90px;
    }

    .section-banner{
        height: 540px;
    }

    .logo-singapore img{
        width: 200px;
    }

    .logo-ppcom img{
        width: 150px;
    }

    .section-banner .banner-box .banner-title{
        bottom: 2.5rem;
        font-size: 36px;
    }

    .section-banner .banner-box .banner-title .banner-text{
        font-size: 45px;
    }

    .section-banner .banner-box .banner-title .banner-text .banner-text-year{
        font-size: 70px;
        line-height: 2;
    }

    .container-about::before{
        background-position: top;
        opacity: 0.2;
    }

    .section-participate{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

        .section-participate .bg-participate{
            background-position: bottom left;
        }

    .box-highlight-dark{
        padding: 1.5rem;
    }

    .box-card h2{
        font-size: 28px;
    }

    .box-card h3{
        font-size: 28px;
    }

    .box-highlight-dark h2{
        font-size: 28px;
    }

    .bg-image-cover{
        background-position-x: left;
        background-size: 70%;
    }

    .bg-deadline{
        background-position-x: right;
    }

    .apply-step{
        padding: .5rem 1.5rem;
    }

        .apply-step .step-num{
            padding: 1rem;
        }

        .apply-step .step-icon{
            padding: 1rem;
        }

        .apply-step .step-text{
            padding: 1rem;
        }

            .apply-step .step-text p{
                text-align: center;
                margin: 0;
            }

    .btn-submit{
        font-size: 36px;
        padding: .5rem 2rem;
    }

        .btn-submit img{
            width: 35px;
        }

    .section-submit{
        height: 250px;
    }

    footer{
        padding: 1rem 0px 1rem 0px;
    }
}

/** Small devices (landscape phones, less than 768px) **/
@media (max-width: 767.98px) {
    .section-banner{
        height: 270px;
    }

    .section-banner .banner-box .banner-title{
        bottom: 1.5rem;
        justify-content: center;
    }

    .section-banner .banner-box .banner-title .banner-text{
        flex-direction: column;
        text-align: center;
        font-size: 32px;
    }

    .section-banner .banner-box .banner-title .banner-highlight{
        font-size: 16px;
    }

    .section-banner .banner-box .banner-title .banner-text .banner-text-year{
        font-size: 40px;
        line-height: normal;
    }

    .hr{
        padding-top: 1rem;
    }

    .section {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    
}

/** X-Small devices (portrait phones, less than 576px) **/
@media (max-width: 575.98px) {
    body{
        font-size: 14px;
    }

    .section{
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

        .section-news .text{
            text-align: center;
        }

        .section-news .image{
            padding-bottom: 1rem;
        }

            .section-news .image img{
                width: 100px;
                height: auto;
            }
    
        .section h2{
            font-size: 28px;
            text-align: left;
        }

    .section-participate{
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .box-card {
        padding: 1rem;
    }

    .box-card h2{
        text-align: center;
        margin: 0;
    }

    .box-highlight h3{
        font-size: 30px;
    }

    .box-white p{
        font-size: 14px;
    }

    .bg-image-cover{
        background-size: 80%;
    }

    .bg-image-cover .image-cover{
        height: 100px;
    }

    .section-how-to-apply h2{
        text-align: center;
    }

    .apply-step .step-num{
        padding: .5rem;
    }

    .apply-step .step-icon{
        padding: .5rem;
    }

        .apply-step .step-icon img{
            width: 75px;
        }

    .apply-step .step-text{
        padding: .5rem;
    }

    .btn-submit{
        font-size: 28px;
        padding: .5rem 1.5rem;
    }

    .section-submit{
        height: 170px;
    }

    .section-summary{
        font-size: 12px;
        padding-top: 2.5rem;
    }

        .section-summary h2{
            font-size: 12px;
        }
}

@media (max-width: 479.98px) {
    .section-banner .banner-box .banner-title .banner-text {
        font-size: 28px;
    }

    .section-banner .banner-box .banner-title .banner-highlight{
        font-size: 12px;
    }
}