
  :root{
    --primary-color-1:#ed0973;
    --primary-color-2:#f7941d;
    --primary-color-3:#ffc20e;
    --primary-color-4:#00bac6;
    --primary-color-5:#00bdf2;
    --secondary-color-1:#161138;
  }

  html,body{
    font-family:"Comfortaa";
    margin:0;
    padding:0;
    scroll-behavior: smooth;
    width:100%;
  }
  body{
    background-color:var(--secondary-color-1);
  }
  .mobile-only{
      display:none;
  }
  .desktop-only{
      display:block;
  }
  @media(max-width:576px){
    .mobile-only{
      display:block;
    }
    .desktop-only{
      display:none;
    }
  }

  .header{
    background-color:#fff;
    height:44px;
    padding:10px;
  }
.capita-logo{
   height:50px;
   width:90px;
}
  .header-jumpa-logo{
    margin-top: 6px;
    vertical-align: top;
    height:35px;
    width:90px;
  }

  .main-jumpa-reel{
    height:auto;
    margin:-56px 0;
    width:100%;
  }

  .main-jumpa-top{
    height:auto;
    margin:30px auto;
    white-space:nowrap;
    width:30%;
  }
  @media(max-width:576px){
    .main-jumpa-top{
      width:70%;
    }
  }
  .main-jumpa-logo{
    width:50%;
  }
  .main-jumpa-to-win{
    width:47%;
    margin-left:3%;
  }
  .main-title{
    color:#fff;
    font-size:4vw;
    line-height:4vw;
    text-align:center;
  }
  .main-title-date{
    font-size:2vw;
  }
  .main-title span{
    font-weight:bold;
  }
  @media(max-width:576px){
    .main-title{
    font-size:5vw;
    line-height:5vw;
    }
    .main-title-date{
    font-size:4vw;
    }
  }
  .main-message,.main-message-desktop{
    align-items: center;
    color:white;
    height:62.5vw;
    justify-content: center;
    margin-top:-56px;
    padding-top:5vw;
    position: absolute;
    right:0;
    width:55%;
    /* border:1px solid yellow; */
  }

  .main-message{
    display:none;
  }
  .main-message-desktop{
    display: block;
    margin-top: 11vw;
    text-align: right;
  }

  .main-message-desktop img{
  width: 21vw;
  margin-right: 10vw;
  }

  @media(max-width:576px){
      .main-message{
        display:flex;
      }
      .main-message-desktop{
        display:none;
      }
  }

  .message-1{
    font-size:6vw;
  }
    .main-message-desktop .message-1{
      font-size: 3vw;
      margin-right: 10vw;
      margin-bottom: 2vw;
    }

.main-ribbon{
  clip-path: polygon(100% 0, 100% 63%, 0 100%, 0 37%);
  -webkit-clip-path: polygon(100% 0, 100% 63%, 0 100%, 0 37%);
  height:125vw;
  width:100%;
}

.main-campaign-intro{
  color: #fff;
  font-size: 4vw;
  padding: 0 0 0 6%;
  position: absolute;
  width: 60%;
  z-index: 9999;
}
.main-campaign-intro .cta-link{
    font-size: 4vw;
    color:#fff;
}

.main-ribbon-cont{
  /* border:1px solid yellow; */
  position: absolute;
  z-index: 999;
  height:125vw;
}

.ribbon-left{
  color: #fff;
  font-size: 7.9vw;
  padding: 56% 5% 0 5%;
  text-align: right;
  width: 30%;
}

.ribbon-left-2{
  padding: 47% 5% 0 5%;
}
.ribbon-left-2 img{
  margin: 3vw -2vw 0 0;
  width: 103%;
}

.sponsored-by{
  font-size:3.5vw;
  margin-top:3vw;
}

.ribbon-right{
  color: #fff;
  font-size: 3.6vw;
  left:40%;
  line-height: 4.6vw;
  width:50%;
}
.ribbon-right a,.ribbon-right a:visited,.ribbon-right a:active,.ribbon-right a:hover{
  color:#fff;
}

.ribbon-right-1{padding: 28% 5% 0 5%;}
.ribbon-right-2{
  font-size: 3.5vw;
  line-height: 4vw;
  padding: 25% 5% 0 5%;
}
.ribbon-right-3{
  padding: 34% 5% 0 5%;
}
.ribbon-right-3 ol{
  margin-left:-10%;
}
.ribbon-right-3 ol li{
  margin-bottom:10%;
}


.img-container{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height:100vw;
  margin: -46vw 0;
}
.img-c1{background-image:url(../img/JUMPA-gold-malldash.jpg)}
.img-c2{background-image:url(../img/JUMPA-makan-malldash.jpg)}
.img-c3{background-image:url(../img/JUMPA-active-malldash.jpg)}



.mr1{background-color:var(--primary-color-1);}
.mr2{background-color:var(--primary-color-2);}
.mr3{background-color:var(--primary-color-3);}
.mr4{background-color:var(--primary-color-4);}
.mr5{background-color:var(--primary-color-5);}

/*Bottom Bar*/
.menu-bottom{
  bottom:0;
  display: flex;
  height:44px;
  position: fixed;
  white-space: nowrap;
  width:100vw;
  z-index: 10000;
}

.menu-bottom a{
  align-items: center;
  color: #fff;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-decoration: none;
  width: 25vw;
}

.menu-bottom a:nth-child(1){background-color: var(--primary-color-1)}
.menu-bottom a:nth-child(2){background-color: var(--primary-color-2)}
.menu-bottom a:nth-child(3){background-color: var(--primary-color-3)}
.menu-bottom a:nth-child(4){background-color: var(--primary-color-4)}



/*Terms page*/
.tc-text{
  color:#fff;
  font-size:4vw;
  line-height: 6vw;
  padding: 2vw 5%;
}
@media(min-width:768px){
  .tc-text{
    font-size:2vw;
    line-height: 3vw;
  }
}

.theme-color{
  color:var(--primary-color-1);
}

/*Leader board*/

.draw-title{
    font-size:7vw;
    margin-left:10%;
}
.draw-desc{
  color:#fff;
    font-size:3vw;
    margin-left:10%;
}
.draw-table{
  color:#fff;
  font-size:4vw;
  margin: 40px 0;
}
.draw-table tr td:first-child{
  text-align: right;
  width:40vw;
}
.draw-table tr td:nth-child(2){
  padding:2vw 0 2vw 5vw;
  width:70vw;
}

/*stampcard*/
.stamp-ribbon-cont{
  position: absolute;
  z-index: 999;
  height:100vw;
}
.stamp-ribbon{
  clip-path: polygon(100% 0, 100% 55.5%, 0 100%, 0 44.5%);
  -webkit-clip-path: polygon(100% 0, 100% 55.5%, 0 100%, 0 44.5%);
  margin-bottom:-45vw;
  height:100vw;
  width:100%;

}

.top-image{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image:url(../img/JUMPA-facade-night.jpg);
  height:100vw;
  text-align: center;
  clip-path: polygon(100% 0, 100% 55.5%, 0 100%, 0 0);
  -webkit-clip-path: polygon(100% 0, 100% 55.5%, 0 100%, 0 0);
  width:100%;
  }
.top-image div{
  color:#fff;
  font-size: 7vw;
  padding:5vw 10vw;
}

.stamp-circle{
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.55);
  -moz-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.55);
  box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.55);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius:15vw;
  height:30vw;
  margin-top:-8vw;
  margin-left:2vw;
  width:30vw;
}

.stamp-circle-1{background-image:url(../img/stamp/JUMPA-stamp-1.jpg)}
.stamp-circle-2{background-image:url(../img/stamp/JUMPA-stamp-2.jpg)}
.stamp-circle-3{background-image:url(../img/stamp/JUMPA-stamp-3.jpg)}
.stamp-circle-4{background-image:url(../img/stamp/JUMPA-stamp-4.jpg)}
.stamp-circle-5{background-image:url(../img/stamp/JUMPA-stamp-5.png)}

.stamp-name{
  color:#fff;
  font-size:7vw;
  margin-top:-5vw;
  padding: 5vw;
  text-align: center;
}

.stamp-desc{
  color:#fff;
  font-size:4vw;
  line-height: 6vw;
  padding: 0 10vw;
  text-align: center;
}

.stamp-desc a,.stamp-desc a:active,.stamp-desc a:hover,.stamp-desc a:visited{
  color:#fff;
  font-size:4vw;
  text-decoration: underline;
}

.stamp-card-title{
  font-size: 6vw;
  margin: 30vw 0 2.5vw 5vw;
}

.stamp-card-desc{
  margin-left:5vw;
}

.stamp-card-status{
  border:3px solid #fff;
  border-radius:6vw;
  margin-left:5vw;
  margin-top:2.5vw;
  padding:2vw 4vw;
  width: max-content;
  text-align: center;
}

.stamp-card-status svg{
  fill: #fff;
  position: relative;
  top: 1px;
  width: 12px;
}

.share-ribbon{
  clip-path: polygon(100% 0, 100% 78%, 0 100%, 0 30%);
  -webkit-clip-path: polygon(100% 0, 100% 78%, 0 100%, 0 30%);
  height:150vw;
}

.stamp-share-link-cont{
  z-index: 9999;
}
.stamp-share-link,.stamp-share-link:active,.stamp-share-link:focus{
  border:none;
  border-radius:2vw;
  font-family: "Comfortaa";
  font-size:4vw;
  margin-top:6vw;
  padding:2.5vw 3vw;
  outline:none;
  text-align: center;
  width:84vw;
}

.stamp-share-btn-cont{
  white-space: nowrap;
  width:84vw;
}

.stamp-share-btn-cont button,.stamp-share-btn-cont button:active{
  border:2px solid #fff;
  background-color: transparent;
  border-radius:2vw;
  color:#fff;
  fill:#fff;
  font-family: "Comfortaa";
  font-size:4vw;
  display: inline-flex;
  height:10vw;
  justify-content: center;
  outline:none;
  margin-top:2vw;
  vertical-align: top;
  width:calc(44vw - 1px);
}

.stamp-share-btn-cont button svg{
  width:4vw;
  margin-right:2vw;
}


/*Registration Page*/

.main-reg-cont{
  margin: 0 auto;
  position: relative;
  width: 70%;
  z-index: 99;
}

.main-reg-cont input,.main-reg-cont button{
  display:block;
  border: none;
  border-radius: 2vw;
  font-size: 4vw;
  margin: 5vw auto;
  outline:none;
  padding: 3vw;
  text-align: center;
  width:calc(100% - 6vw);
}

.main-reg-cont .reg-btn{
  background-color:var(--primary-color-4);
  width:100%;
  color:#fff;
  margin-bottom:10vw;
}
.reg-btn{
  -webkit-appearance: none;
}

.main-form-2{
  display:none;
}

/* Loader */

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

.main-i-have-read,.main-i-have-read a {
  font-size:3vw;
  color:#fff
}

.loader{
  align-items: center;
  background-color: #000a;
  display: none;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.update-name-cont{
  color: #fff;
  text-align: center;
  width: 70vw;
}

.update-name-cont input{
  border-radius: 7vw;
  border: none;
  font-family: "Comfortaa";
  font-size: 4vw;
  margin-top: 4vw;
  padding: 3vw 5vw;
  outline:none;
  text-align: center;
  width: 60vw;
}

.update-name-cont button{
  background: var(--primary-color-1);
  border: none;
  border-radius: 5vw;
  color: #fff;
  font-family: "Comfortaa";
  font-size: 4vw;
  margin-top: 5vw;
  padding: 3vw 0;
  width: 70vw;
}

.stamps-bottom{
  top:0;
  display: flex;
  height:44px;
  position:sticky;
  width:100%;
  white-space: nowrap;
  z-index: 10000;
}
.stamps-bottom a{
  align-items:center;
  color:#fff;
  display:inline-flex;
  height:44px;
  justify-content: center;
  text-decoration: none;
  width:20%;
}

.stamps-bottom-1{background-color:var(--primary-color-1)}
.stamps-bottom-2{background-color:var(--primary-color-2)}
.stamps-bottom-3{background-color:var(--primary-color-3)}
.stamps-bottom-4{background-color:var(--primary-color-4)}
.stamps-bottom-5{background-color:var(--primary-color-5)}

.stamp-grey{
  background-color:grey;
}

.hide-stamp{
  display:none;
}

.user-link-text{
  opacity:0;
  position:absolute;
  left:-100vw;
}


.share-dialog {
  align-items: center;
  background-color: rgba(0,0,0,0.7);
  display: none;
  height:100%;
  padding: 10%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10003;
}

.share-dialog a{
  align-items: center;
  border-radius: 22px;
  color: #fff;
  display: flex;
  height: 44px;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 80%;
}
.share-dialog svg{
  margin-right:24px;
  width:24px;
}
.share-wa{
  background-color:#11b619;
}

.button svg{
  width: 20px;
  height: 20px;
  margin-right: 7px;
}


.share-dialog.is-open {
  display: flex;
}

.targets {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}

.close-button {
  background-color: transparent;
  border: none;
  padding: 0;
}

.close-button svg {
  margin-right: 0;
  width:24px;
}

.luckydraw{
  color:#fff;
  display: none;
  margin-top:50vw;
  margin-left:15vw;
  line-height: 7vw;
  text-align: center;
  width:70vw;
}

.logout{
  color: #fff;
  text-align: right;
}

.share-count{
  float: left;
  font-size: 4vw;
  margin-top: 8vw;
}

.top-stamp-count{
  float: right;
  margin-top: 2vw;
  margin-right: 2vw;
  font-size: 4vw;
  text-align: right;
}
