
body {
  font-family: "Poppins", sans-serif;
  color: #636363;
  background-color: #FFF3EE;
  overflow-x: hidden;
  width: 100%; 
  align-items: center;
}

.layout_padding {
  background-color: #FFEADA;
  width: 100%; 
  padding-bottom: 60px;

}
ol {
  list-style-position: outside;
  counter-reset: item;
}
li {
  counter-increment: item;
  margin-bottom: 5px;

}
li:before {

  display: inline-block;
}


.long_section {
  width: 100%;
}


.content_text {
  font-size: 25px;
  font-weight: 400;
  color: #30427B;
  line-height: 36px;
  letter-spacing: 3px;

}
.content_text span {
  font-weight: bold;
}

.small_text{
  font-size: 14px;
  text-align: center;
  padding-bottom: 60px;
}

.main_section .heading_container {
  align-items: center;
}

.heading_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
}

.heading_container h2 {
  position: relative;

  text-transform: uppercase;
  text-align: center;
}

/*header section*/



/* slider section */
.slider_section {

}

.slider_section .row {
  width: 100%;
  align-items: center;
}

.slider_section #customCarousel {
  width: 100%;
  z-index: 4;
  align-items: center;
}

.slider_section .img-box {
  padding: 0;
}
.slider_section .img-keyart {
  margin-top: 100px;
  max-width: 99%;
  max-height: 99%;
  height: auto;
}

.slider_section .img-box img {
  width: 100%;

}

.mainbg_tc {
  background-image: url(../images/keyart_tc.jpg); 
  background-repeat: no-repeat;
  background-position: top 70px center;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;

}
.mainbg_sc {
  background-image: url(../images/keyart_sc.jpg); 
  background-repeat: no-repeat;
  background-position: top 70px center;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;

}

.main_section {
margin: auto;
width: 100%;
}




.main_section .row {
  align-items: center;
  text-align: center;
}

.main_section .img-box img {

  width: 100%;
  margin-bottom: 26px;
  align-items: center;
}

.main_section .heading_container {
  align-items: center;
  margin-bottom: 40px;
  margin-top: 20px;


}
.main_section .img-title {
  margin-bottom: 40px;   }
.main_section .img-title img {
  width: 100%;
  max-width: 600px; 
}
.main_section .img-title2 img {
    width: 100%;
    height: auto;
  

}



.second_section {
  width: 100%;
}

.second_section .row {
  text-align: center;
}
.second_section .top_bg{
  background-image: url(../images/bg2.jpg); 
  background-repeat: no-repeat;
  background-position: top center;
  height: 360px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  position: relative;
  background-color: #FFEADA;

}
.second_section .top_bg2{
  background-image: url(../images/bg2.jpg); 
  background-repeat: no-repeat;
  background-position: top center;
  height: 100px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  position: relative;
  background-color: #FFEADA;

}
.second_section .img-box {
  margin-top: 50px;
}
.second_section .img-box img {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px; 
  padding-top: 50px;
}

.only-mobile {
  visibility: hidden;
  display: none;
}
.wrapper {
  position: relative;
  width: 100%;
}

.black-box {
position: relative;
z-index: 1;
height: 900px;

}
.only-tablet {
  visibility: hidden;
  display: block;
}

.btn_cta {
  position: relative;
  display: inline-block;

}
.btn_cta .img-hide {
  max-width: 97px;
  text-align: right;
  right: -100px;
}
.btn_cta .img-hide img {
  width: 100%;

}
.btn_cta .img-top {
  max-width: 200px;
  display: none;
  position: absolute;
  bottom: 0px;
 right: 0px;
  z-index: 3000;
  text-align: center;
}
.btn_cta:hover .img-top {
  display: inline;
  

}
.btn_cta:hover .img-hide {
  visibility: hidden;
  
}
.btn_cta:active .btn_cta:focus .img-top {

  display: none;
  position: absolute;
  bottom: 0px;
 right: 0px;
  z-index: 99;
  text-align: center;
    max-width: 200px;

}

@media (max-width: 1200px) {
.hidden-tablet {
  visibility: hidden;
  display: none;
}
.only-tablet {
  visibility:visible;
}

}
/* qrcode section */
.qrcode_section {
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: 3000;   
}
.qrcode_section .img-box {
  max-width: 200px;

}
.qrcode_section .img-box img {
  width:100%;

}


.gray-box {
  position: absolute;
  z-index: 3; /* gray box will be above both green and black box */
  align-items: center;
  
  height: 960px;  
  width: 50%;
  left: 10%;
  top:25%;
  }
  .gray-box img {
    width: 100%;
  
  
  }
  
  .green-box {
  position: absolute;
  z-index: 2; /* green box will be above black box */
  width: 100%;
  height: 100%;
  
  top:15%;
  }
  
  .green-box img {
  width: 100%;
  }
  
  .max-wid {
    max-width: 1200px;
    width: 85%;
    margin: 0 auto;
  }
  
  .img-fluid {
    width: 100%;
  }
  
  .header {
    z-index: 9999;
    width: 90%;
    max-width: 1500px;
    margin: auto;
  }
  
  .header-container {
    width: 100%;
    background-color: white;
    position: fixed;
    z-index: 9999;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  }
  
  .header-wrap .header-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    background-color: #fff;
  }

/* Small devices such as large phones (640px and up) */
@media only screen and (min-width: 40em) {
}
/* Medium devices such as tablets (768px and up) */
@media only screen and (min-width: 48em) {
  .main_section {
    margin-top: -560px;
    }
    .second_section {
      width: 100%;
      text-align: center;
      margin: 0;
    }
    .second_section .img-box img {
      margin: 0;
      width: 90%;
      text-align: center;
    }
    .second_section .top_bg{
      background-image: url(../images/bg2.jpg); 
      background-repeat: no-repeat;
      background-position: top center;
      height: 130px;
      width: 100%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: 100%;
      position: relative;
      background-color: #FFEADA;
    
    }
}
/* Large devices such as laptops (1024px and up) */
@media only screen and (min-width: 64em) {
  .main_section {
    margin-top: -300px;
    }
    .mainbg_tc {
      background-image: url(../images/keyart_tc.jpg); 
      background-repeat: no-repeat;
      background-position: top 100px center;
      height: 100%;
      width: 100%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: 100%;
    
    }
    .mainbg_sc {
      background-image: url(../images/keyart_sc.jpg); 
      background-repeat: no-repeat;
      background-position: top 100px center;
      height: 100%;
      width: 100%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: 100%;
    
    }
}
/* Largest devices such as desktops (1280px and up) */
@media (min-width: 80em) {
  .main_section {
    margin-top: 100px;
    }

}
/* Largest devices such as desktops (1336px and up) */
@media (min-width: 1336px) {
  .main_section {
    margin-top: -100px;
    }
    .second_section {
      width: 100%;
      text-align: center;
      margin: 0;
    }
    .second_section .img-box img {
      margin: 0;
      width: 80%;
      text-align: center;
    }
    .second_section .top_bg{
      background-image: url(../images/bg2.jpg); 
      background-repeat: no-repeat;
      background-position: top center;
      height: 170px;
      width: 100%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: 100%;
      position: relative;
      background-color: #FFEADA;
    
    }
}
/* Largest devices such as desktops (1336px and up) */
@media (min-width: 1921px) {
  .main_section {
    margin-top: 300px;
    }
    .second_section .top_bg{
      background-image: url(../images/bg2.jpg); 
      background-repeat: no-repeat;
      background-position: top center;
      height: 250px;
      width: 100%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: 100%;
      position: relative;
      background-color: #FFEADA;
    
    }
}

@media (max-width: 2732px) {
  .main_section {
    margin-top: 500px;
    }
    .second_section .top_bg{
      height: 300px;
 }
}
@media (max-width: 2560px) {
  .main_section {
    margin-top: 460px;
    }
    .second_section .top_bg{
      height: 300px;
 }
}
@media (max-width: 2000px) {
  .main_section {
    margin-top: 160px;
    }
    .second_section .top_bg{
      height: 300px;
 }
}
@media (max-width: 1920px) {
  .main_section {
    margin-top: 100px;
    }
    .second_section .top_bg{
      height: 300px;
 }
}
@media  (max-width: 1800px) {
  .main_section {
    margin-top: 60px;
    }
    .second_section .top_bg{
      height: 300px;
 }
}
@media  (max-width: 1700px) {
  .main_section {
    margin-top: 40px;
    }
        .second_section .top_bg{
      height: 300px;
 }
}
@media  (max-width: 1600px) {
  .main_section {
    margin-top: 20px;
    }
}
@media (max-width: 1564px) {
  .main_section {
    margin-top: -50px;
    }

}
@media (max-width: 1440px) {
  .main_section {
    margin-top: -50px;
    }
}
@media (max-width: 1280px) {
  .main_section {
    margin-top: -200px;
    }
    .second_section {
      width: 100%;
      text-align: center;
      margin: 0;
    }
    .second_section .img-box {
      margin-top: 0;
    }
    .second_section .img-box img {
      margin: 0;
      width: 80%;
      text-align: center;
    }
    .second_section .top_bg{
      background-image: url(../images/bg2.jpg); 
      background-repeat: no-repeat;
      background-position: top center;
      height: 200px;
      width: 100%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: 100%;
      position: relative;
      background-color: #FFEADA;
    
    
    }
}
@media  (max-width: 1119px) {
  .main_section {
    margin-top: -250px;
    }
}
@media  (max-width:1023px) {
  .mainbg_tc {
    background-image: url(../images/keyart_tc.jpg); 
    background-repeat: no-repeat;
    background-position: top 100px center;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100%;
  
  }
  .mainbg_sc {
    background-image: url(../images/keyart_sc.jpg); 
    background-repeat: no-repeat;
    background-position: top 100px center;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100%;
  
  }
  .main_section {
    margin-top: -240px;
    }
    .second_section {
      width: 100%;
      text-align: center;
      margin: 0;
    }
    .second_section .img-box {
      margin-top: 0;
    }
    .second_section .img-box img {
      margin: 0;
      width: 80%;
      text-align: center;
    }
    .second_section .top_bg{
      background-image: url(../images/bg2.jpg); 
      background-repeat: no-repeat;
      background-position: top center;
      height: 200px;
      width: 100%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: 100%;
      position: relative;
      background-color: #FFEADA;
    
    
    }
}
@media  (max-width: 1000px) {
  .main_section {
    margin-top: -300px;
    }
    .second_section .top_bg{
      height: 120px;
 }
}
@media  (max-width: 990px) {
  .main_section {
    margin-top: -450px;
    }
    .second_section .top_bg{
      height: 120px;
 }
}
@media  (max-width: 980px) {
  .main_section {
    margin-top: -450px;
    }
    .second_section .top_bg{
      height: 120px;
 }
}
@media  (max-width: 955px) {
  .main_section {
    margin-top: -450px;
    }
    .second_section .top_bg{
      height: 120px;
 }
}
@media (max-width:900px) {
  .mainbg_tc {
    background-image: url(../images/keyart_tc.jpg); 
    background-repeat: no-repeat;
    background-position: top 100px center;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100%;
  
  }
  .mainbg_sc {
    background-image: url(../images/keyart_sc.jpg); 
    background-repeat: no-repeat;
    background-position: top 100px center;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100%;
  
  }
  .main_section {
    margin-top: -500px;
    }
    .second_section {
      width: 100%;
      text-align: center;
      margin: 0;
    }
    .second_section .img-box {
      margin-top: 0;
    }
    .second_section .img-box img {
      margin: 0;
      width: 80%;
      text-align: center;
    }
    .second_section .top_bg{
      background-image: url(../images/bg2.jpg); 
      background-repeat: no-repeat;
      background-position: top center;
      height: 140px;
      width: 100%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: 100%;
      position: relative;
      background-color: #FFEADA;
    
    
    }
}

@media  (max-width: 767px) {
  .main_section {
    margin-top: -550px;
    }
    .second_section .top_bg{
      height: 120px;
 }
}
@media  (max-width:720px) {
  .main_section {
    margin-top: -600px;
    }
    .second_section .top_bg{
      height: 120px;
 }
}
@media  (max-width: 700px) {
  .mainbg_tc {

    background-repeat: no-repeat;
    background-position: top 70px center;
  }
  .mainbg_sc {
  
    background-repeat: no-repeat;
    background-position: top 70px center;
  }
  .main_section {
    margin-top: -600px;
    }
}
@media  (max-width: 600px) {
  .main_section {
    margin-top: -650px;
    }
}
@media (max-width: 577px) { 


  .mainbg_tc {
    background-image: url(../images/keyart_m_tc.jpg); 
    background-repeat: no-repeat;
    background-position: top 70px center;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100%;
  
  }
  .mainbg_sc {
    background-image: url(../images/keyart_m_sc.jpg); 
    background-repeat: no-repeat;
    background-position: top 70px center;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100%;
  
  }
  .black-box {
    z-index: 1;
    height:550px;
    }
  .main_section  {
    width: 90%;
    margin-top: 130px;
  }
 .main_section .img-title-m {
  margin-bottom: 40px;
}
.main_section .img-title-m img {
  width: 100%;
  max-width: 550px;
}
.hidden-mobile {
  display: none;
}
.only-mobile {
  visibility: visible;
  display: block;
}
.main_section .img-box img {

  width: 100%;
  margin-bottom: 26px;
  align-items: center;
}
.second_section .img-box {
  margin: 0 auto;
  width: 100%;
}
.second_section .img-box img {

  width: 80%;
}
}
@media (max-width: 540px) {

  .black-box {
  z-index: 1;
  height:300px;
  }
  .main_section  {
    margin-top: 380px;
    width: 85%;
  }
  
  }
  @media  (width: 480px) {
    .main_section {
      margin-top: 250px;
      }
  }
 @media (max-width: 414px) {

    .black-box {
    z-index: 1;
    height:300px;
    }
    .main_section  {
      margin-top: 200px;
      width: 85%;
    }
    
    }
@media (max-width: 390px) {

  .black-box {
  z-index: 1;
  height:300px;
  }
  .main_section  {
    margin-top: 160px;
    width: 85%;
  }
  
  }
@media  (max-width: 360px) {

  .black-box {
  z-index: 1;
  height:300px;
  }
  .main_section  {
    margin-top: 140px;
    width: 85%;
  }
  
  }
  @media  (max-width: 355px) {
    .main_section  {
         margin-top: 90px;
         width: 85%;
       } 
       }
    
@media  (max-width: 320px) {
    .main_section  {
         margin-top: 50px;
         width: 85%;
       } 
       }
       
 @media  (max-width: 280px) {
 .main_section  {
      margin-top: 10px;
      width: 85%;
    } 
    }

@media (max-width: 768px) {
  .header-wrap .header-cont {
    padding: 20px 0;
  }
}

.header-wrap .header-cont .logo {
  width: 270px;
}

@media (max-width: 768px) {
  .header-wrap .header-cont .logo {
    width: 220px;
  }
}

@media (max-width: 450px) {
  .header-wrap .header-cont .logo {
    width: 170px;
  }
}

.header-wrap .header-cont .lang-cont {
  display: flex;
  align-items: center;
}

.header-wrap .header-cont .lang {
  width: 50px;
  height: 50px;
  margin-left: 15px;
}

@media (max-width: 768px) {
  .header-wrap .header-cont .lang {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 450px) {
  .header-wrap .header-cont .lang {
    width: 30px;
    height: 30px;
  }
}

.header-wrap .header-cont .lang a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 18px;
  color: #2e2e2e;
  text-align: center;
  line-height: 50px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .header-wrap .header-cont .lang a {
    font-size: 16px;
    line-height: 40px;
  }
}

@media (max-width: 450px) {
  .header-wrap .header-cont .lang a {
    font-size: 14px;
    line-height: 30px;
  }
}

.header-wrap .header-cont .lang.active {
  border-radius: 50%;
  background-color: #ff9d7b;
}

.header-wrap .header-cont .lang.active a {
  color: #fff;
}

.footer {
  width: 100%;
  background-color: #ffffff;
}

.footer-wrap {
  display: flex;
  align-items: center;
  padding: 50px 0;
  color: #000 !important;
  width: 100%;
  max-width: 620px;
}

@media (max-width: 768px) {
  .footer-wrap {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.footer-wrap .logo-pic {
  width: 270px;
}

@media (max-width: 768px) {
  .footer-wrap .logo-pic {
    margin: auto;
  }
}

@media (max-width: 576px) {
  .footer-wrap .logo-pic {
    width: 220px;
  }
}

@media (max-width: 400px) {
  .footer-wrap .logo-pic {
    width: 180px;
  }
}

.footer-wrap .footer-link-cont {
  font-size: 14px;
  padding-left: 50px;
}

@media (max-width: 768px) {
  .footer-wrap .footer-link-cont {
    padding-left: 0;
    padding-top: 20px;
    text-align: center;
  }
}

@media (max-width: 450px) {
  .footer-wrap .footer-link-cont {
    font-size: 13px;
  }
}

.footer-wrap .footer-link-cont a {
  color: #000;
}

.footer-wrap .footer-link-cont .copyright {
  color: #000;
  margin-top: 10px;
}

.rules {

  background-color: #FFF2E9;
  padding: 30px;
  margin: 0 auto;
  width: 90%;
  max-width: 900px;

}

.rules .list-title {
  font-size: 20px;
  margin-bottom: 20px;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  border-radius: 20px;
}

@media (max-width: 576px) {
  .rules .list-title {
    font-size: 16px;
  }
}

.rules .list-cont {
  padding-left: 20px;
  font-size: 14px;
}

.rules .list-cont-txt {
  color: #636363;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.36px;
  text-align: left;
}

@media (max-width: 576px) {
  .rules .list-cont-txt {
    font-size: 14px;
    font-weight: 400;


  }
}


button:focus {
  outline: none;
}

.loader {
  z-index: 100;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 30%;
}

.loader img {
  width: 35%;
}

@media (max-width: 455px) {
  .loader img {
    width: 35%;
  }
}

.loading-text {
  color: #F29794;
  font-size: 18px;
  font-weight: 500;
}

.mask {
  height: 100%;
  width: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.596);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}