/* .sen-<uniquifier> {
    font-family: "Sen", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  } */

@font-face {
    font-family: aksen-extended;
    src: url("/assets/fonts/Aksen-Extended.ttf") format("truetype");
    font-weight:400;
    font-style:normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: aksen-extended;
}

body {
    font-family: "Sen", sans-serif; 
    font-weight: 400;
    position: relative;
    width: 100%;
}

.masthead img {
    width: 100%;
}

.masthead .img-desktop {
    display: block;
}

.masthead .img-mobile {
    display: none;
}

.campaign-announcement {
    padding-top: 100px;
    padding-bottom: 100px;
}

.campaign-announcement .campaign-desc {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.campaign-announcement .campaign-desc h1 {
    font-size: 52px;
    color: #182230;
}

.campaign-announcement .campaign-desc p {
    font-size: 20px;
    color: #475467;
}

.campaign-announcement .logo {
    display: flex;
    align-items: center;
    justify-content: end;
}

.campaign-announcement .logo img {
    height: 180px;
}

.jal-promotion {
    background: url('/assets/img/dot-background.png') repeat-x;
    background-position-y: bottom;
    background-position-x: left;
    background-color: #CC0000;
    padding-top: 40px;
    padding-bottom: 220px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
}

.jal-promotion .img-promotion {
    margin-bottom: 20px;
}

.jal-content {
    position: relative;
}

.jal-content h1 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 24px;
}

.jal-content .description {
    display: flex;
    align-items: center;
}

.jal-content p {
    font-size: 20px;
    color: #fff;
}

.jal-promotion .img-airplane {
    display: flex;
    align-items: center;
}

.quiz-section {
    padding-top: 100px;
    padding-bottom: 80px;
    background: #fff;
    margin-top: -1px;
}

.quiz-section .quiz-wrapper {
    background-color: #FCFAFA;
    border-radius: 8px;
    padding: 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    border: solid 1px #f4f1f1;
}

.quiz-section .quiz-wrapper .question {
    background: url(/assets/img/dot-background.png) repeat-x;
    background-position-y: bottom;
    background-position-x: left;
    background-blend-mode: soft-light;
    background-color: #CC0000;
    color: #fff;
    font-size: 20px;
    padding: 32px;
    padding-top: 60px;
    border-radius: 8px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

/* .quiz-section .quiz-wrapper .question p b {
    font-size: 24px;
} */

.quiz-section .quiz-wrapper .quiz-form {
    padding: 48px 60px 48px 40px;
}

.quiz-section .quiz-wrapper .quiz-form .title {
    color: #D63333;
    margin-bottom: 20px;
}

.quiz-section .quiz-wrapper .quiz-form .quiz-form-list {
    margin-bottom: 8px;
    margin-top: 12px;
}

.quiz-section .quiz-wrapper .quiz-form .quiz-form-list .form-label {
    font-size: 14px;
}

.quiz-section .quiz-wrapper .quiz-form .submit-quiz {
    margin-bottom: 20px;
    background-color: #101828;
    border: solid 1px #0c121e;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 20px;
}

.quiz-section .quiz-wrapper .quiz-form .submit-quiz:hover {
    background-color: #CC0000;
    border: solid 1px #CC0000;
}

.quiz-form-list label.invalid {
    border: solid 1px #CC0000 !important;
}

.quiz-section .quiz-wrapper .quiz-form .form-control:focus,
.quiz-section .quiz-wrapper .quiz-form .form-check-input:focus {
    border-color: rgb(167, 40, 40);
    box-shadow: 0 0 0 0.2rem rgba(167, 40, 40, 0.25);
} 

.quiz-section .quiz-wrapper .quiz-form .form-check-input:checked {
    background-color: #CC0000;
    border-color: #CC0000;
}

.quiz-section .quiz-wrapper .quiz-form .quiz-agreement {
    font-size: 14px;
    color: #344054;
}

.quiz-section .quiz-wrapper .quiz-form .quiz-agreement a {
    font-size: 14px;
    color: #344054;
    text-decoration: underline;
}

.quiz-section .quiz-wrapper .quiz-form .quiz-agreement a:hover {
    color: #CC0000;
    cursor: pointer;
}

.quiz-section .quiz-wrapper .quiz-form .tnc,
.quiz-section .quiz-wrapper .quiz-form .tnc a {
    font-size: 14px;
    color: #344054;
}

.quiz-section .quiz-wrapper .quiz-form .tnc a:hover {
    color: #CC0000;
}

.quiz-section .quiz-wrapper .success-submit {
    text-align: center;
}

.quiz-form-list .radio-option {
    display: flex;
}

.quiz-section .quiz-wrapper .quiz-form .quiz-form-list .radio-option {
    gap: 8px;
}

.quiz-section .quiz-wrapper .quiz-form .quiz-form-list .radio-option > * {
    flex: 1;
    justify-content: center;
}

.quiz-section .quiz-wrapper .quiz-form .quiz-form-list .radio-option .btn {
    border-radius: 8px;
    align-items: center;
    display: flex;
    line-height: 120%;
    font-size: 14px;
    font-weight: 600;
    border: solid 1px #ddd;
    background: #fff;
    color: #212529;
    padding: 10px 4px;
}

.quiz-section .quiz-wrapper .quiz-form .quiz-form-list .radio-option .btn-check:checked+.btn, 
.quiz-section .quiz-wrapper .quiz-form .quiz-form-list .radio-option .btn.active, 
.quiz-section .quiz-wrapper .quiz-form .quiz-form-list .radio-option .btn.show, .btn:first-child:active, 
.quiz-section .quiz-wrapper .quiz-form .quiz-form-list .radio-option :not(.btn-check)+.btn:active {
    background: #CC0000;
    color: #fff;
}

.quiz-section .quiz-wrapper .quiz-form .quiz-form-list .btn-group label:hover {
    border-color: #CC0000;
}

.quiz-section .quiz-wrapper .quiz-form .word-counter {
    font-size: 13px;
}


footer {
    padding-top: 0;
    padding-bottom: 60px;
    text-align: center;
}

footer img {
    height: 100px;
}

#tncmodal .modal-header {
    border-bottom: 0;
}

#tncmodal .modal-body {
    padding-top: 0;
}

#tncmodal .modal-footer {
    border-top: 0;
}

#tncmodal h1, #tncmodal h3, #tncmodal p {
    margin-bottom: 24px;
}

#tncmodal td, #tncmodal th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

#tncmodal td:nth-child(1) {
    font-weight: 600;
}

#tncmodal .tnc-content {
    overflow-x: auto;
}

.space-on-mobile {
    display: none;
}

.word-inline-block {
    display: inline-block;
}

.jal-promotion .destination-gallery {
    padding: 0 40px;
    margin-bottom: 60px;
}

.jal-promotion .destination-gallery .side-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(/assets/img/slider/bg.png);
    background-size: 100%;
    z-index: 2;
}

.jal-promotion .destination-gallery .destination-name {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 100;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 9px rgba(0, 0, 0, .5);
    opacity: 0.9;
    margin-right: 6px;

}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

@media (max-width: 560px) {
    .masthead .img-desktop {
        display: none;
    }
    
    .masthead .img-mobile {
        display: block;
    }

    .campaign-announcement {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .campaign-announcement .campaign-desc h1 {
        font-size: 26px;
        text-align: center;
    }

    .campaign-announcement .campaign-desc p {
        font-size: 16px;
        text-align: center;
    }

    .campaign-announcement .logo {
        display: none;
    }

    .jal-content h1 {
        font-size: 24px;
        text-align: center;
    }

    .jal-content p {
        font-size: 16px;
        text-align: center;
    }

    .jal-promotion .img-airplane {
        text-align: center;
        display: flex;
        position: relative;
        justify-content: center;
        margin-top: 40px;
    }

    .jal-promotion .img-airplane img {
        width: 80%;
    }

    .quiz-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .quiz-section .quiz-wrapper {
        background: transparent;
        box-shadow: none;
        padding: 0;
        border: 0;
        width: 100%;
        overflow: hidden;
    }

    .quiz-section .quiz-wrapper .question {
        background-color: transparent;
        color: #182230;
        font-size: 16px;
        padding: 16px;
        text-align: center;
    }

    .quiz-section .quiz-wrapper .question p b {
        font-size: 20px;
    }

    .quiz-section .quiz-wrapper .quiz-form {
        padding: 0 16px;
    }

    .quiz-section .quiz-wrapper .quiz-form .title {
        text-align: center;
    }

    .quiz-section .quiz-wrapper .quiz-form .quiz-form-list .radio-option {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .quiz-section .quiz-wrapper .quiz-form .quiz-form-list .radio-option .btn {
        padding: 8px;
    }

    .quiz-section .quiz-wrapper .quiz-form .submit-quiz {
        width: 100%;
    }

    .quiz-section .quiz-wrapper .quiz-form .tnc, .quiz-section .quiz-wrapper .quiz-form .tnc a {
        text-align: center;
    }

    .jal-promotion .img-promotion {
        margin-bottom: 20px;
        overflow-x: auto;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .jal-promotion .img-promotion::-webkit-scrollbar {
        display: none;
      }

    .img-promotion .col {
        flex: auto;
        margin-left: 0;
        margin-right: 0;
    }

    .img-promotion .col .img-fluid {
        width: 240px;
        height: 240px;
        max-width: 240px;
    }

    .space-on-mobile {
        display: block;
    }
}