/* GENERAL CSS */
/* 
LGEIHeadline-Bold.font-weight::700
LGEIHeadline-Semibold.font-weight::600
LGEI Text Bold.font-weight::600
LGEI Text Semibold.font-weight::500
LGEI Text Regular.font-weight::400
LGEI Text Light.font-weight::300

*/
@font-face {
    font-family: "LG EI";
    font-style: normal;
    font-weight: 700;
    src: url("./fonts//LGEIHeadline-Bold.woff2") format("woff2"), url("./fonts//LGEIHeadline-Bold.woff") format("woff");
  }
@font-face {
    font-family: "LG EI";
    font-style: normal;
    font-weight: 600;
    src: url("./fonts//LGEIHeadline-Semibold.woff2") format("woff2");
  }
@font-face {
    font-family: "LG EI";
    font-style: normal;
    font-weight: 550;
    src: url("./fonts//LGEIText-Bold.woff2") format("woff2");
  }
@font-face {
    font-family: "LG EI";
    font-style: normal;
    font-weight: 500;
    src: url("./fonts//LGEIText-SemiBold.woff2") format("woff2");
  }
@font-face {
    font-family: "LG EI";
    font-style: normal;
    font-weight: 400;
    src: url("./fonts//LGEIText-Regular.woff2") format("woff2");
  }
@font-face {
    font-family: "LG EI";
    font-style: normal;
    font-weight: 300;
    src: url("./fonts//LGEIText-Light.woff2") format("woff2");
  }

  
  *, *::before, *::after {
    box-sizing: border-box;
  }

  
  body {
    font-family: "LG EI";
    background: #f0ece4;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: "LG EI";
  }
  p{
    font-family: "LG EI";
  }
  
  section .title {
    margin-bottom: 30px;
    text-align: center;
  }
  .cs-primary-text {
    color: #fd312e;
  }
  .btn-primary {
    font-size: 16px;
    border-radius: 24px;
    background: #fd312e;
    display: flex;
    padding: 12px 34px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    border: none;
  }
  
  .btn-secondary {
    font-size: 16px;
    display: flex;
    padding: 12px 34px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    border: 1px solid #000 !important;
    color: #000000;
    background: #ffffff;
  }
  .btn-primary:active {
    background-color:#fd312e !important; 
    color: #fff !important;
    border:none !important;
}

 @media screen and (hover: hover) and (pointer: fine) {
    .btn-primary:hover {
      background-color: #fff;
      color:#000;
    }
    .btn-secondary:hover {
      background-color: #333;
      color: #fff;
    }
  }
  section {
    margin-bottom: 40px;
  }
  /* BANNER SECTION */
  .banner {
    text-align: center;
    display: grid;
    grid-template: "container";
  }
  
  .banner .background .main img {
    /* min-height:700px; */
  }
  .banner .background .streamers {
    position: absolute;
    top: 0;
  }
  .banner .text {
    z-index: 1;
    display: grid;
    align-items: center;
    grid-area: container;
    text-align: center;
  }
  .banner img {
    width: 100%;
    object-fit: contain;
  }
  .banner h1 {
    font-size: 33px;
    text-transform: uppercase;
  }
  .banner h1 > span {
    color: #fd312e;
  }
  .banner h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .banner p {
    font-size: 1rem;
    line-height: 1.25;
  }
  .whyregister {
    display: flex;
    justify-content: space-around;
    padding: 20px 0px;
  }
  .register {
    margin-top:-70px;
  }
  .registernow {
    text-align: center;
  }
  .banner .background {
    display: grid;
    position: relative;
  }
  @media screen and (max-width: 768px) {
    .whyregister {
      display: flex;
      justify-content: center;
      flex-direction: column;
      gap: 20px;
      margin-bottom: 20px;
    }
  }
  
  @media screen and (max-width: 991px) {
    .banner .text {
      align-items: flex-start;
      grid-template-rows: auto 1fr;
    }
    .banner .component-wrap {
      margin-top: 0px;
    }
  }
  @media screen and (max-width: 767px) {
    .banner .component-wrap {
      margin: 0px !important;
    }
  }
  @media screen and (min-width: 992px) {
    .banner .background {
      display: grid;
      grid-area: container;
      position: relative;
    }
    .banner .streamers,
    .banner .door {
      display: none;
    }
    .banner .text {
      align-items: center;
    }
  
    .banner .background .main img {
      max-height: 750px;
      min-height: 600px;
      width: 100%;
      object-fit: contain;
      object-position: 75%;
    }
    .header-container {
      text-align: left;
    }
  }
  @media screen and (min-width: 1500px) {
    .banner .background .main img {
      object-position: center;
    }
  }
  /* STEPS SECTION */
  .steps {
    background: #f0ece3;
    margin-bottom: 0px;
    padding-top:40px;
  }
  .steps .steps-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    justify-content: space-around;
  }
  
  .steps .step {
    position: relative;
  }
  .icon-content
  {
    font-weight:550;
    font-size:18px;
  }
  .icon-area img{
    margin-bottom: 20px;
    width:120px;
    height:auto;
  }
  .steps .step-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 45px;
    height: 45px;
    font-weight: bold;
    border-radius: 50%;
    background-color: #fd312e;
    color: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  
  .steps .step-title {
    font-size: 20px;
    margin: 10px 0;
    text-align: center;
    color: #ab0433;
    /* padding-top: 80px; */
  }
  
  .steps .step-text {
    font-size: 18px;
    text-align: center;
    max-width: 225px;
    margin: 0 auto;
  }
  
  .steps .step {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mustopt {
    margin-bottom:4px;
  }
  @media screen and (min-width: 769px) {
    .steps .step {
      flex-basis: calc(50% - 20px);
    }
  }
  
  @media screen and (min-width: 1200px) {
    .steps .steps-container {
      /* column-gap: 75px; */
    }
  
    .steps .step {
      flex-basis: 20%;
    }
  }
  
  .steps .step::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 70%;
    left: 50%;
    transform: translate(-50%, 0);
    /* background-color: #dcdcdc; */
    background-color: #ffffff;
    top: 15px;
  }
  .steps .step-title {
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    margin: 40px;
  }
  
  @media screen and (min-width: 769px) {
    .steps .step::after {
      top: 98px;
    }
  
    .steps .step-text {
      max-width: 225px;
      margin: 0 auto;
    }
  }
  
  @media screen and (min-width: 769px) and (max-width: 1199px) {
    .steps .step:nth-child(2):after,
    .steps .step:nth-child(4):after {
      display: none;
    }
  
    .steps .step::after {
      transform: translate(-46.75%, 0);
      left: 100%;
    }
  }
  
  @media screen and (min-width: 1200px) {
    .steps .step:last-child::after {
      display: none;
    }
  
    .steps .step:not(:last-child)::after {
      transform: translate(-33.5%, 0);
      left: 100%;
    }
  }
 @media screen and (max-width: 425px) {
    .steps .steps-container {
      flex-wrap: nowrap;
      flex-direction: column;
    }
  }
  /* FAQ SECTION */
  .faqs .faq_list li {
    margin-bottom: 30px;
    border: 1px solid #f0ece4;
    border-radius: 27px;
    padding: 20px 15px;
  }
  .faqs .faq_list li {
    margin-bottom: 30px;
    background: #f0ece3;
  }
  
  .faqs .faq_list li .question {
    font-size: 20px;
    grid-template-columns: auto 1fr auto;
    position: relative;
    display: grid;
    /* background: #f0ece3; */
  }
  .faqs .faq_list li .question:before {
    /* content: "Q."; */
    content: "";
  
  }
  
  .faqs .faq_list li .answer:before {
    /* content: "A."; */
    content: "";
  
  }
  .faqs .faq_list li .answer {
    position: relative;
    display: grid;
  }
  .faqs .faq_list li .question:before,
  .faqs .faq_list li .answer:before {
    font-weight: 600;
    margin-right: 10px;
  }
  
  .faqs .faq_list li .question:after {
    content: "+";
    font-size: 30px;
    margin-left: 15px;
  }
  
  .faqs .faq_list li .answer {
    display: none;
  }
  
  .faqs .faq_list li.open .answer {
    margin-top: 20px;
    display: grid;
    grid-template-columns: auto 1fr;
  }
  
  .faqs .faq_list li.open .question:after {
    content: "-";
    color:#fd312e;
  }
  
  @media screen and (min-width: 768px) {
    .banner {
      text-align: left;
    }
    .banner h1 {
      font-size: 55px;
    }
    .banner h2 {
      font-size: 34px;
    }
    .banner p {
      font-size: 20px;
    }
  }
  
  @media screen and (min-width: 992px) {
    .faqs .faq_list li {
      padding: 25px 35px;
    }
  }
  .social_share {
    text-align: center;
    background: #f0ece3;
    margin-bottom: 0px;
  }
  .social_share .content {
    /* background-color: #fbf9f8; */
    padding: 27px 25px 35px 25px;
  }
  .social_share h3 {
    font-size: 30px;
  }
  .social_share h4 {
    font-size: 26px;
    font-weight: 300;
  }
  .social_share .text {
    margin-bottom: 24px;
  }
  @media screen and (min-width: 992px) {
    .social_share {
      text-align: left;
    }
  
    .social_share .content {
      padding: 45px 35px;
    }
  }
  /* FOOTER SECTION */
  .footer-box .footer-component .footer-caution
  {
    font-size: 14px;
    line-height: 20px;
    padding: 25px 0;
    border-top: 1px solid #979797 !important;
    border-bottom: none !important;
    color: #6b6b6b;
    word-break: break-word;
  }
  .footer-box {
    margin-left: 0;
    margin-right: 0;
    background: #f0ece4 !important;
  }
  /* //form */
  .form-class
  {
    max-width:700px;
  }
  .form-class h2{
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
  }
 @media screen and (max-width:768px)
  {
    .form-class h2{
      font-size: 40px;
    }
  }
  @media screen and (max-width:425px)
  {
    .form-class h2{
      font-size: 40px;
      text-align: center;
    }
    .enteryour {
      text-align: center !important;
    }
  }


  .main_class {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .main_class .user_detail input {
    border-radius: 10px;
    border: 1px solid #666;
    background: #FFF;
    display: flex;
    height: 50px;
    padding: 13px 23px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
  }
  .main_class .user_detail {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
  .main_class .user_detail .firstname {
    width: 100%;
    max-width: 50%;
  }
  .main_class .user_detail .email {
    width: 100%;
    max-width: 100%;
  }
  .main_class .user_detail .postal_address {
    width: 100%;
    max-width: 100%;
  }
  .main_class .user_detail .lastname {
    width: 100%;
    max-width: 50%;
  }
  .main_class .default_style {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .main_class .checkbox_section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .icon-div
  {
    display: flex;
    justify-content: center;
    margin: 10px 0;
  }
  .text-error{
    background-color: #cf3033;
  }
  .form-errors {
    color: #cf3033;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 8px;
  }
  .checkbox_input:checked {
    background-color: #fd312e !important; /* Color when clicked/checked */
  }
 @media screen and (max-width: 600px) {
    .main_class .checkbox_section {
     display: inline;
    }
  }


  /*@media screen and (max-width: 600px) { */
    .btn_section {
      display: flex;
      justify-content: center;
      margin-top: 32px;
    }
  /* } */
 @media screen and (max-width: 600px) {
    .main_class .user_detail {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 20px;
    }
  }
 @media screen and (max-width: 600px) {
    .main_class .user_detail .lastname {
      width: 100%;
      max-width: 100%;
    }
  }
 @media screen and (max-width: 600px) {
    .main_class .user_detail .firstname {
      width: 100%;
      max-width: 100%;
    }
  }
  
  .main_class .checkbox_section .check {
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 10px;
  }
  .main_class .checkbox_section .check .checkbox_input {
    height: 25px;
    width: 14px;
    margin-bottom: 16px;
  }
  .main_class .address,
  .main_class .phone,
  .main_class .comment,
  .main_class .checkbox {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #666;
    background: #FFF;
    padding: 13px 23px;
  }


  .promo-section {
    text-align: center;
    margin-bottom: 40px;
    margin-top:120px;
}
.promo-section h1{
  margin-bottom:36px;
  color:#000;
}
@media (min-width:769px)
{
  .promo-section h1{
    font-size:60px;
    font-weight: 700;
    color: #000;
    text-align: center;
    line-height: 120%; 
  }
}

@media (max-width: 768px)
{
  .promo-section
  {
    margin-top:80px;
  }
}
.prize-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /* gap: 48px; */
  flex:1;
}
.prize-wrapper--single {
  max-width: 632px;
  margin: 0 auto;
}
.prize-wrapper--single .prize-item {
  flex: none;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .prize-wrapper {
      flex-direction: column;
      align-items: center;
      gap:48px;
  }

}
.prizes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.prize-item {
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.prize-item img {
    width: 100%;
    border-radius: 16px;
    border: 1px solid #000;
}

.prize-item h3 {
  margin: 24px 0;
  text-align: center;
  font-family: "LG EI";
  font-size: 40px;
  font-style: normal;
  font-weight: 550;
  line-height: 120%;
}

@media screen and (max-width:768px) {
  .prize-item h3 {
    font-size: 24px;
}
  
}
.learn-more:hover {
    background-color: #ff6a6a;
}
@media (min-width:769px)
{
  .plus {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    color: #FFF;
    font-weight: bold;
    background: #ff4a4a;
    border-radius: 50%;
    position: absolute;
    top: 100px; /* Adjust based on desired overlap */
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
}
.plus{
  width:60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff4a4a;
    border-radius: 50%;
    position: absolute;
}


.trailer-section {
    text-align: center;
    margin-top: 120px;
    
}
.watchtailer {
  text-align: center;
  font-family: "LG EI";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
    
}

.trailer-section h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
}
@media (max-width:768px)
{
  .trailer-section h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  }
}

.trailer-section .trailer-subhead {
    text-align: center;
    font-family: "LG EI";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;  
    margin-bottom: 64px;
}

.video-container {
    position: relative;
    overflow: hidden;
    padding-top: 55%; /* 16:9 aspect ratio */
    margin: 0 auto;
    border-radius: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 768px) {
    .prizes {
        flex-direction: column;
        align-items: center;
    }
}

.enteryour
{
  color: #000;
  text-align: center;
  font-family: "LG EI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
.tellus
{
  font-family: "LG EI";
  font-size: 22px;
  font-style: normal;
  font-weight: 550;
  line-height: 26px;
  color:#000000;
}
.trailer-section .videosection
{
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .trailer-section .videosection
{
  align-items: center;
}
.trailer-section .trailer-subhead {
  text-align: center;
  
}
.trailer-section {
  margin-top: 80px;
  
}
}

/* //thank you */

.thank-you {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    padding: 40px 16px 64px;
}

.thank-you h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.thank-you p {
    font-size: 18px;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .thank-you h2 {
        font-size: 40px;
    }
}

.main_class .checkbox_section .check label {
    cursor: pointer;
}
