* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.yellow {
    color: #ffcd00
}

@font-face {
  font-family: Ethnocentric-Regular; 
  src: url(../fonts/Ethnocentric-Regular.otf); 
}

@font-face {
  font-family: MyriadPro-Regular; 
  src: url(../fonts/MyriadPro-Regular.otf); 
}

@font-face {
  font-family: MyriadPro-Bold; 
  src: url(../fonts/MyriadPro-Bold.otf); 
}

@font-face {
  font-family: Accid; 
  src: url(../fonts/accid.ttf); 
}

@font-face {
  font-family: EncodeSansExpanded-Black; 
  src: url(../fonts/EncodeSansExpanded-Black.ttf); 
}

@font-face {
  font-family: BebasNeue-Regular; 
  src: url(../fonts/BebasNeue-Regular.ttf); 
}

main {
    background-position: center 0px;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    height: auto;
}

.main-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 20px;
}

/* .main-wrapper-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
} */

.title {
    font-family: "EncodeSansExpanded-Black";
    font-size: 70px;
    color: #061f7c;
    text-align: center;
    -webkit-text-stroke: 2px #ffffff;
    text-transform: uppercase;
}

.slick-box {
    margin-top: 50px;
    background: #001e6591;
    border: 1px solid white;
    border-radius: 20px;
    width: 405px;
    height: 412px;
}

.slick {
    display: flex!important;
    flex-direction: column;
    align-items: center;
    justify-content: center;    
}

.offer-1, .offer-2, .offer-3, .offer-4, .offer-5{
    font-family: "BebasNeue-Regular";
    font-size: 32px;
    color: white;
    text-align: center;
}

body.bd .offer-1, body.bd .offer-2, body.bd .offer-3, body.bd .offer-4, body.bd .offer-5 {
    font-size: 21px;
}

body.jp .offer-1, body.jp .offer-2, body.jp .offer-3, body.jp .offer-4, body.jp .offer-5 {
    font-size: 24px;
}

body.vn .offer-1, body.vn .offer-2, body.vn .offer-3, body.vn .offer-4, body.vn .offer-5 {
    font-size: 23px;
    font-family: "EncodeSansExpanded-Bold", Arial, sans-serif !important;
}

body.kr .offer-1, body.kr .offer-2, body.kr .offer-3, body.kr .offer-4, body.kr .offer-5 {
    font-size: 27px;
}

body.id .offer-1, body.id .offer-2, body.id .offer-3, body.id .offer-4, body.id .offer-5 {
    font-size: 30px;
}

body.pk .offer-1, body.pk .offer-2, body.pk .offer-3, body.pk .offer-4, body.pk .offer-5 {
    font-size: 30px;
}

body.bd #join-now-1,
body.bd #join-now-2,
body.bd #join-now-3,
body.bd #join-now-4,
body.bd #join-now-5,
body.jp #join-now-1,
body.jp #join-now-2,
body.jp #join-now-3,
body.jp #join-now-4,
body.jp #join-now-5,
body.kr #join-now-1,
body.kr #join-now-2,
body.kr #join-now-3,
body.kr #join-now-4,
body.kr #join-now-5,
body.bd #join-now-1-mobi,
body.bd #join-now-2-mobi,
body.bd #join-now-3-mobi,
body.bd #join-now-4-mobi,
body.bd #join-now-5-mobi,
body.jp #join-now-1-mobi,
body.jp #join-now-2-mobi,
body.jp #join-now-3-mobi,
body.jp #join-now-4-mobi,
body.jp #join-now-5-mobi,
body.kr #join-now-1-mobi,
body.kr #join-now-2-mobi,
body.kr #join-now-3-mobi,
body.kr #join-now-4-mobi,
body.kr #join-now-5-mobi {
        font-size: 28px;
}

#join-now-1, #join-now-2, #join-now-3, #join-now-4, #join-now-5, #join-now-1-mobi, #join-now-2-mobi, #join-now-3-mobi , #join-now-4-mobi , #join-now-5-mobi{
    color: black;
    background: #ffcd00;
    border-radius: 30px;
    border: 1px solid black;
    font-size: 35px;
    font-family: "Accid";
    text-transform: uppercase;
    width: 226px;
    height: 54px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    /* font-weight: bold; */
}

.slick-list, .slick-track {
    height: 100%;
}

.slick-dots {
    bottom: 25px!important;
}

.slick-dots li.slick-active button:before {
    color: #ffcd00!important;
    opacity: 1!important;
}

.slick-dots li button:before {
    font-size: 20px!important;
    opacity: 1!important;
    color: transparent!important;
    border: 1px solid white!important;
    border-radius: 50px!important;
    line-height: 22px!important;
}

iframe {
    margin-top: 0px;
    pointer-events: none;
    display: none !important;
}

.tpl-logo-wrap {
    float: unset;
    margin: 0 auto;
}

.iframe-tablet, .iframe-mobile {
    display: none;
}

.tpl-inner {
    max-width: 1010px!important;
}

.main-wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ball {
    background-position: center 0px;
    background-image: url(../img/ball.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 362px;
    height: 364px;
    position: relative;
    left: -145px;
    top: 40px;
    animation: rotateIn;
    animation-duration: 2s;
}

/* .form-container {
    width: 500px;
    height: auto;
    position: relative;
    padding: 0 10px;
    right: 0;
}

.rf-main-wrapper .action-container>.terms-and-conds {
    display: none;
}

.regform-item label {
    display: none;
}

.regform-item>.item-element-wrapper {
    width: 100%!important;
    border-bottom: 1px solid white;
}

.rf-main-wrapper {
    background-color: #00236dcf  !important;
    border-radius: 20px;
    border: 1px solid white;
}

.regform-item:nth-child(3) {
    display: none;
}

.regform-item:nth-child(3) .item-element-wrapper {
    border-bottom: none!important;
}

.registration-form {
    padding: 20px 20px!important;
}

.regform-item>.item-element-wrapper input, .regform-item>.item-element-wrapper select {
    background-color: transparent;
    color: white!important;
    border: none!important;
    height: 35px!important;
}

.regform-item>.item-element-wrapper #regForm_birthdate_day option:nth-child(1), .regform-item>.item-element-wrapper #regForm_birthdate_month option:nth-child(1), .regform-item>.item-element-wrapper #regForm_birthdate_year option:nth-child(1), .regform-item>.item-element-wrapper #regForm_currency option:nth-child(1), .regform-item>.item-element-wrapper #regForm_country option:nth-child(1) {
    color: white!important;
}

.regform-item>.item-element-wrapper #regForm_birthdate_day option, .regform-item>.item-element-wrapper #regForm_birthdate_month option, .regform-item>.item-element-wrapper #regForm_birthdate_year option, .regform-item>.item-element-wrapper #regForm_currency option, .regform-item>.item-element-wrapper #regForm_country option {
    color: black!important;
}

.regform-item>.item-element-wrapper input::placeholder, .regform-item>.item-element-wrapper select::placeholder {
    color: white!important;
}

.country-area-code .trigger {
    color: #ffffff!important;
}

.country-area-code span.trigger:after {
    border-top: 6px solid #ffffff!important;
}

.registration-form hr {
    display: none;
}

.rf-main-wrapper button.rf-submit-button {
    font-size: 20px!important;
    width: 95%!important;
}

.resend-message, .countdown-message, .rf-notification {
    color: white!important;
}

.rf-main-wrapper .terms-and-conds, .rf-main-wrapper label {
    color: white!important;
} */