* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

body,
html {
    width: 100%;
    margin: 0;
    height: 100%;
    padding: 0;
    overflow-x: hidden;
    position: relative;
}

body {
    font-family: "MyriadPro-Regular";
}

body.th {
    font-family: "IBMPlexSansThai-Regular";
}

@font-face {
    font-family: "ChangaOne-Regular";
    src: url(../fonts/ChangaOne-Regular.ttf) format('truetype');
}

@font-face {
    font-family: "MyriadPro-Regular";
    src: url(../fonts/MyriadPro-Regular.woff) format('woff');
}

@font-face {
    font-family: "MyriadPro-Bold";
    src: url(../fonts/MyriadPro-Bold.woff) format('woff');
}

@font-face {
    font-family: BoonTook-Regular;
    src: url(../fonts/BoonTook-Regular.ttf);
}

@font-face {
    font-family: "IBMPlexSansThai-Regular";
    src: url(../fonts/IBMPlexSansThai-Regular.ttf) format('truetype');
}

@font-face {
    font-family: "IBMPlexSansThai-Bold";
    src: url(../fonts/IBMPlexSansThai-Bold.ttf) format('truetype');
}

.yellow {
    color: #fccf00;
}

body.th .yellow {
    color: #f7c84b;
}

#confetti {
    position: absolute;
    left: 0;
    top: 0;
    height: 950px;
    width: 100%;
    z-index: 0;
}

.lds-dual-ring.hidden {
    display: none;
}

.lds-dual-ring:after {
    content: " ";
    display: inline-block;
    position: relative;
    bottom: 8px;
    width: 20px;
    height: 20px;
    margin: 5% auto;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Main css */

main {
    height: 840px;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: center -110px;
}

body.th main {
    background-image: url(../img/bg-th.jpg)
}

.main-container {
    height: 900px;
    max-width: 1200px;
    margin: auto;
}

.title-container {
    height: 200px;
}

.period-mobi {
    display: none;
}

h1 {
    margin: 0px;
    background-image: url(../img/title-bga.png);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    text-align: center;
    background-position: center;
    position: relative;
    top: 40px;
}

body.th h1 {
    background-image: url(../img/title-bga-th.png);
    top: 25px;
}

.title-container p {
    font-family: 'ChangaOne-Regular';
    text-transform: uppercase;
    color: white;
    font-size: 32px;
    text-align: center;
    padding: 2px;
    position: relative;
    top: 40px;
}

body.th .title-container p {
    max-width: 610px;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    word-break: keep-all;
    overflow-wrap: anywhere;
    text-transform: none !important;
}

body.th .title-container p span.yellow {
    display: inline;
    white-space: normal;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    top: -20px;
}

.title-container p span.yellow {
    font-size: 20px;
    position: relative;
    top: -15px;
    color: white;
    font-family: 'MyriadPro-Bold';
}

.left-container,
.right-container {
    height: 500px;
    float: left;
    width: 50%;
    position: relative;
    top: 50px;
}

body.th .left-container,
body.th .right-container {
    height: auto;
    width: auto;
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 15px;
}

.form-container {
    height: 350px;
    background-image: url(../img/form-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    margin: auto;
}

body.th .form-container {
    height: 0;
    background-image: none;
    order: 2;
}

.form-inner-container {
    width: 500px;
    margin: auto;
    height: 350px;
}

body.th .form-inner-container {
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}

.form-title,
.form-subtitle {
    color: white;
    position: relative;
    top: 50px;
    margin-top: 5px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

body.th .form-subtitle {
    top: 100px;
    order: 2;
    font-size: 18px;
    margin-top: 20px;
}

.form-subtitle a {
    text-decoration: underline;
}

body.th .form-subtitle a {
    text-decoration: none;
    color: white;
}

form {
    height: 100px;
    position: relative;
    top: 100px;
    width: 450px;
    margin: auto;
}

body.th form {
    display: flex;
    justify-content: center;
    align-items: center;
}

p.form-subtitle-2 {
    position: relative;
    text-align: center;
    top: 60px;
    color: white;
    font-size: 14px;
}

#username-label {
    color: white;
    font-size: 14px;
    position: relative;
    bottom: 5px;
}

input[type="text"] {
    width: 100%;
    height: 40px;
    outline: none;
    font-size: 17px;
    border-radius: 10px;
    border: none;
    margin-bottom: 10px;
    text-align: center;
}

body.th input[type="text"] {
    width: 300px;
    height: 50px;
    margin-bottom: 0;
    border-radius: 5px;
    font-size: 18px;
}

input[type="text"]::placeholder {
    text-align: center;
    color: rgb(102, 102, 102);
}

input[type="text"]:invalid {
    color: blue;
}

button#submit,
button#reset {
    width: 50%;
    height: 35px;
    float: left;
    background: url(../img/form-button.png);
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: contain;
    width: 212px;
    height: 42px;
    border: none;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    margin: 0px 5px;
}

body.th button#reset {
    display: none;
}

body.th button#submit {
    background: none;
    background-color: #ffe000;
    border: 0;
    border-radius: 5px;
    width: 150px;
    height: 50px;
    font-size: 18px;
}

button#submit,
button#reset {
    color: #000;
    font-size: 25px;
    font-weight: bold;
}

.buttons-container {
    width: 100%;
    height: 150px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

body.th .buttons-container {
    order: 1;
    height: 50px;
    margin-top: 350px;
    width: 102%;
}

.how-it-works-container,
.tc-container,
.back-to-promotions-container,
.winners-container {
    background-image: url(../img/box.png);
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: contain;
    width: 280px;
    height: 70px;
    float: left;
    margin: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.th .how-it-works-container,
body.th .tc-container,
body.th .back-to-promotions-container,
body.th .winners-container {
    background-image: url(../img/box-th.png);
}

@keyframes pulse {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.08);
    }
}

.how-it-works-container:hover,
.tc-container:hover,
.back-to-promotions-container:hover,
.winners-container:hover {
    background: #ffe000;
    color: #af0000;
    border-radius: 18px;
    animation: pulse 0.6s infinite alternate;
}

body.th .how-it-works-container:hover,
body.th .tc-container:hover,
body.th .back-to-promotions-container:hover,
body.th .winners-container:hover {
    background-image: none;
    background-color: #ffe000;
}

.how-it-works-container:hover p,
.tc-container:hover p,
.back-to-promotions-container:hover a,
.winners-container:hover p {
    color: #af0000;
}

.how-it-works-container p,
.tc-container p,
.winners-container p {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.back-to-promotions-container a {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

/* Overlays */

.overlay1,
.overlay2,
.overlay3 {
    background: rgba(0, 0, 0, .9);
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    display: none;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.lbox-msg {
    height: 140px;
    padding: 60px;
    font-size: 16px;
    box-shadow: 0px 0px 10px 10px white;
    width: 455px;
    display: none;
    color: white;
    background: #aa0604;
    text-align: center;
    position: absolute;
    z-index: 8;
    top: 145px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.lbox-msg span {
    font-family: 'MyriadPro-Regular';
    font-size: 23px;
}

body.th .lbox-msg {
    font-family: 'IBMPlexSansThai-Regular';
}

.lightbox-bg1,
.lightbox-bg2,
.lightbox-bg3 {
    background: url(../img/lightbox-bg.png) no-repeat center 0;
    background-size: contain;
    width: 600px;
    height: 500px;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: auto;
    position: relative;
    transform: translateY(-50%);
}

body.th .lightbox-bg1,
body.th .lightbox-bg2,
body.th .lightbox-bg3 {
    background: url(../img/lightbox-bg-th.png);
    width: 500px;
}

.lightbox-wrap1,
.lightbox-wrap2,
.lightbox-wrap3 {
    margin: 0 auto;
    margin-top: 50px;
}

.scroll-pane1,
.scroll-pane2,
.scroll-pane3 {
    overflow: hidden;
    padding: 0px;
    width: 600px;
    height: 560px;
}

.jspContainer1,
.jspContainer2,
.jspContainer3 {
    width: 600px;
    height: 560px;
    overflow: hidden;
    position: relative;
}

.jspPane1,
.jspPane2,
.jspPane3 {
    padding: 0px;
    top: 0px;
    left: 0px;
    position: absolute;
    margin-left: 0px;
    width: 600px;
    height: 530px;
}

/* How it works */

#how-it-works-title {
    font-size: 35px;
    font-family: 'ChangaOne-Regular';
    text-align: center;
    position: relative;
    padding-top: 40px;
    text-transform: uppercase;
    font-weight: normal;
}

body.th #how-it-works-title {
    font-family: BoonTook-Regular;
}

#how-it-works-title+p {
    font-size: 15px;
    color: white;
    text-align: center;
}

.overlay1 p {
    font-size: 13px;
    color: white;
}

.ol-container,
.ol-container-2 {
    width: 500px;
    margin: auto;
    position: relative;
    top: 30px;
    overflow: hidden;
    height: 400px;
}

.circle {
    background: #fccf00;
    border-radius: 23px;
    width: 25px;
    height: 25px;
    display: inline-block;
    color: #ab1515;
    text-align: center;
    font-weight: bold;
    position: relative;
    padding-top: 5px;
}

ol li {
    color: white;
    font-size: 13px;
    margin-top: 5px;
}

body.th ol li {
    font-size: 12px;
}

ol li p {
    width: 450px;
    position: relative;
    top: 5px;
    left: 5px;
}

body.th ol li p {
    width: auto;
}

.table-1,
.table-2,
.table-3 {
    border: 1px solid #fccf00;
}

table {
    border: 1px solid #ffdf00;
    margin: 10px 0px;
    width: 100%;
}

.table-winners-th {
    border-collapse: collapse;
    width: 50%;
    margin: 0 auto;
    margin-top: 50px;
}

.table-winners-th-2 {
    border-collapse: collapse;
    width: 50%;
    margin: 0 auto;
}

table tr th {
    background: #ffdf00;
    color: black;
    text-transform: uppercase;
    font-size: 12px;
}

table tr td {
    border-bottom: 1px solid #ffdf00;
    border-right: 1px solid #ffdf00;
    text-align: center;
    font-size: 12px;
    color: white;
}

.last-column-td {
    border-right: none;
}

.last-row-td {
    border-bottom: none;
}

body.th .table-1,
body.th .table-2,
body.th .table-3 {
    border: 1px solid #f7c84b;
}

.table-1 {
    width: 380px;
    margin: auto;
    margin-top: 15px;
}

.table-2 {
    margin-top: 15px;
    width: 100%;
}

.table-2 tr th {
    height: 25px;
    background: #ffdf00;
    color: black;
    text-transform: uppercase;
    font-size: 12px;
}

body.th .table-2 tr th {
    background: #f7c84b;
}

.table-2 tr td {
    font-size: 11px;
    height: 20px;
    text-align: center;
    border-bottom: 1px solid #ffdf00;
    border-right: 1px solid #ffdf00;
    text-align: center;
}

body.th .table-2 tr td {
    border-bottom: 1px solid #f7c84b;
    border-right: 1px solid #f7c84b;
}

.table-2 .last-column-td {
    border-right: none;
}

.table-2 .last-row-td,
.table-3 .last-row-td {
    border-bottom: none;
}

.js-close {
    top: 25px;
    right: 20px;
    width: 25px;
    height: 25px;
    background-image: url(../img/close.png);
    transition: all 0.5s ease-in-out 0s;
    background-position: center 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
}

body.th .js-close {
    background-image: url(../img/close-th.png);
}

/* How it works */

/* Terms and Conditions */

#terms-and-conditions-title {
    font-size: 35px;
    font-family: 'ChangaOne-Regular';
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-weight: normal;
    padding-top: 40px;
}

body.th #terms-and-conditions-title {
    font-family: BoonTook-Regular;
}

.scroll-pane {
    width: 88% !important;
    height: 320px;
    overflow: auto;
}

.jspPane {
    width: 95% !important;
}

.jspVerticalBar {
    width: 10px !important;
    margin: 0 auto;
    background: #ff7000 !important;
    border-radius: 5px;
}

.jspTrack {
    background: #ff7000 !important;
    border-radius: 5px;
}

.jspDrag {
    background: #ffe001 !important;
    border-radius: 5px;
    width: 10px !important;
}

body.th .jspDrag {
    background: #f7c84b !important;
}

.table-3 {
    width: 250px;
    margin: auto;
    margin-top: 15px;
}

.table-3 tr td {
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fccf00;
}

/* Terms and Conditions */

/* Winners */

#winners-title {
    font-size: 35px;
    font-family: 'ChangaOne-Regular';
    text-align: center;
    position: relative;
    top: 40px;
    text-transform: uppercase;
    font-weight: normal;
}

body.th #winners-title {
    font-family: BoonTook-Regular;
}

.jspPane3 p {
    color: white;
    text-align: center;
    position: relative;
    top: 70px;
}

.table-4 {
    width: 80%;
    margin: auto;
    height: 330px;
    top: 75px;
    position: relative;
}

.numbers {
    font-size: 25px;
    width: 45px;
    text-align: center;
    background-color: #fccf00;
    color: white;
}

.winners {
    font-size: 20px;
    color: #fccf00;
    text-align: center;
}

.slider-1 {
    height: 480px;
}

.slider-2 {
    height: 480px;
    display: none;
}

.slider-3 {
    height: 480px;
    display: none;
}

.slider-4 {
    height: 480px;
    display: none;
}

.slider-5 {
    height: 480px;
    display: none;
}

.slider-6 {
    height: 480px;
    display: none;
}

.slider-7 {
    height: 480px;
    display: none;
}

.slider-8 {
    height: 480px;
    display: none;
}

.slider-9 {
    height: 480px;
    display: none;
}

.slider-10 {
    height: 480px;
    display: none;
}

.round-title {
    font-size: 40px;
    position: relative;
    top: 50px;
    color: white;
    text-align: center;
    font-family: 'ChangaOne-Regular';
}

body.th .round-title {
    font-family: BoonTook-Regular;
    font-size: 30px;
}

body.th .round-title-th {
    top: 40px;
}

.lightbox-bg3 p {
    position: relative;
    top: 290px;
    text-align: center;
    font-family: 'MyriadPro-Bold';
    color: white;
    font-size: 20px;
}

body.th .lightbox-bg3 .jspVerticalBar{
    right: 60px;
}

body.th .lightbox-bg3 p {
    font-family: 'IBMPlexSansThai-Regular';
    top: 40px;
    font-size: 18px;
}

/* .lightbox-bg3 .arrow-next-4 + p, .lightbox-bg3 .arrow-next-5 + p, .arrow-next-6 + p, .arrow-next-7 + p, .arrow-next-8 + p, .arrow-next-9 + p, .arrow-next-10 + p {
    top: unset;
    position: unset
} */

body:not(.th) .lightbox-bg3 .arrow-next-4+p,
body:not(.th) .lightbox-bg3 .arrow-next-5+p,
body:not(.th) .arrow-next-6+p,
body:not(.th) .arrow-next-7+p,
body:not(.th) .arrow-next-8+p,
body:not(.th) .arrow-next-9+p,
body:not(.th) .arrow-next-10+p {
    top: unset;
    position: unset;
}

body.th .lightbox-bg3 .arrow-next-4+p,
body.th .lightbox-bg3 .arrow-next-5+p,
body.th .arrow-next-6+p,
body.th .arrow-next-7+p,
body.th .arrow-next-8+p,
body.th .arrow-next-9+p,
body.th .arrow-next-10+p {
    z-index: 1;
    top: 35px;
}

body.th .arrow-next-1{
    z-index: 9999;
}


body.th .arrow-next-2{
    z-index: 9999;
}

.arrow-prev-1,
.arrow-prev-2,
.arrow-prev-3,
.arrow-prev-4,
.arrow-prev-5,
.arrow-prev-6,
.arrow-prev-7,
.arrow-prev-8,
.arrow-prev-9,
.arrow-prev-10 {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}

body.th .arrow-prev-1,
body.th .arrow-prev-2,
body.th .arrow-prev-3,
body.th .arrow-prev-4,
body.th .arrow-prev-5,
body.th .arrow-prev-6,
body.th .arrow-prev-7,
body.th .arrow-prev-8,
body.th .arrow-prev-9,
body.th .arrow-prev-10 {
    z-index: 1;
    left: 40px;
    top: 55%;
}

.arrow-prev-1::before,
.arrow-prev-2::before,
.arrow-prev-3::before,
.arrow-prev-4::before,
.arrow-prev-5::before,
.arrow-prev-6::before,
.arrow-prev-7::before,
.arrow-prev-8::before,
.arrow-prev-9::before,
.arrow-prev-10::before {
    content: "‹";
    color: rgb(255, 206, 7);
    font-size: 80px;
    position: absolute;
    top: 0px;
}

body.th .arrow-prev-1::before,
body.th .arrow-prev-2::before,
body.th .arrow-prev-3::before,
body.th .arrow-prev-4::before,
body.th .arrow-prev-5::before,
body.th .arrow-prev-6::before,
body.th .arrow-prev-7::before,
body.th .arrow-prev-8::before,
body.th .arrow-prev-9::before,
body.th .arrow-prev-10::before {
    color: #f7c84b;
}

.arrow-next-1,
.arrow-next-2,
.arrow-next-3,
.arrow-next-4,
.arrow-next-5,
.arrow-next-6,
.arrow-next-7,
.arrow-next-8,
.arrow-next-9,
.arrow-next-10 {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}

body.th .arrow-next-1,
body.th .arrow-next-2,
body.th .arrow-next-3,
body.th .arrow-next-4,
body.th .arrow-next-5,
body.th .arrow-next-6,
body.th .arrow-next-7,
body.th .arrow-next-8,
body.th .arrow-next-9,
body.th .arrow-next-10 {
    right: 40px;
    top: 55%;
    z-index: 1;
}

.arrow-next-1::before,
.arrow-next-2::before,
.arrow-next-3::before,
.arrow-next-4::before,
.arrow-next-5::before,
.arrow-next-6::before,
.arrow-next-7::before,
.arrow-next-8::before,
.arrow-next-9::before,
.arrow-next-10::before {
    content: "›";
    color: rgb(255, 206, 7);
    font-size: 80px;
    position: absolute;
    top: 0px;
}

body.th .arrow-next-1::before,
body.th .arrow-next-2::before,
body.th .arrow-next-3::before,
body.th .arrow-next-4::before,
body.th .arrow-next-5::before,
body.th .arrow-next-6::before,
body.th .arrow-next-7::before,
body.th .arrow-next-8::before,
body.th .arrow-next-9::before,
body.th .arrow-next-10::before {
    color: #f7c84b;
}

.slider-4 .gift {
    background-image: url(../img/ducati.png);
    background-position: center 0px;
    background-repeat: no-repeat;
    width: 240px;
    height: 221px;
    background-size: contain;
    margin: 0px auto;
    margin-top: 65px;
    margin-bottom: 10px;
}

.slider-5 .gift {
    background-image: url(../img/iphone.png);
    background-position: center 0px;
    background-repeat: no-repeat;
    width: 240px;
    height: 221px;
    background-size: contain;
    margin: 0px auto;
    margin-top: 65px;
    margin-bottom: 10px;
}

body.th .slider-5 .gift {
    background-image: url(../img/ipad-pro.png);
}

.slider-6 .gift {
    background-image: url(../img/ipad.png);
    background-position: center 0px;
    background-repeat: no-repeat;
    width: 240px;
    height: 221px;
    background-size: contain;
    margin: 0px auto;
    margin-top: 65px;
    margin-bottom: 10px;
}

body.th .slider-6 .gift {
    background-image: url(../img/iphone.png);
}

body.th .slider-7 .gift {
    background-image: url(../img/watch.png);
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0px auto;
    margin-top: 65px;
    margin-bottom: 10px;
}

body.th .slider-8 .gift {
    background-image: url(../img/airpods.png);
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0px auto;
    margin-top: 65px;
    margin-bottom: 10px;
}

.slider-7 .gift,
.slider-8 .gift,
.slider-9 .gift,
.slider-10 .gift {
    width: 240px;
    height: 221px;
    margin: 0px auto;
    margin-top: 65px;
    font-size: 45px;
    text-align: center;
    color: white;
    font-family: "MyriadPro-Bold";
    line-height: 50px;
    margin-bottom: 10px;
}

.slider-7 .gift span,
.slider-8 .gift span,
.slider-9 .gift span,
.slider-10 .gift span {
    font-size: 70px;
    font-family: "ChangaOne-Regular";
}

/* Winners */

/* Overlays*/