@font-face {
  font-family: "AriaWeb";
  src: url("../font/woff/AriaWeb-Light.woff") format("woff"),
    /* for browsers supporting WOFF */ url("../font/woff2/AriaWeb-Light.woff2")
      format("woff2"); /* for browsers supporting WOFF2 */
  font-weight: 300; /* Light font weight */
}

@font-face {
  font-family: "AriaWeb";
  src: url("../font/woff/AriaWeb-Regular.woff") format("woff"),
    url("../font/woff2/AriaWeb-Regular.woff2") format("woff2");
  font-weight: 400; /* Normal font weight */
}

@font-face {
  font-family: "AriaWeb";
  src: url("../font/woff/AriaWeb-Bold.woff") format("woff"),
    url("../font/woff2/AriaWeb-Bold.woff2") format("woff2");
  font-weight: 700; /* Bold font weight */
}
:root {
  --br-none: 0;
  --br-sm: 4px;
  --br-x-sm: 6px;
  --br-md: 8px;
  --br-x-md: 10px;
  --br-lg: 12px;
  --br-xl: 16px;
  --br-round: 1000rem;
  --font-no: 0;

  --font-12: 0.75rem;
  /* 12px */

  --font-14: 0.875rem;
  /* 14px */

  --font-16: 1rem;
  /* 16px */

  --font-18: 1.125rem;
  /* 18px */

  --font-20: 1.25rem;
  /* 20px */

  --font-24: 1.5rem;
  /* 24px */

  --font-28: 1.75rem;
  /* 28px */

  --font-32: 2rem;
  /* 32px */

  --font-40: 2.5rem;
  /* 40px */

  --font-w-400: 400;
  --font-w-600: 600;
  --font-w-500: 500;
  --font-w-600: 600;
  --font-w-700: 700;
  --font-w-900: 900;

  --clr-background: #fff;
}
.mt-8 {
  margin-top: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mt-12 {
  margin-top: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-28 {
  margin-top: 28px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-64 {
  margin-top: 64px;
}

.mr-64 {
  margin-right: 64px;
}

.ml-64 {
  margin-left: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mt-96 {
  margin-top: 96px;
}

.mr-96 {
  margin-right: 96px;
}

.ml-96 {
  margin-left: 96px;
}

.mb-96 {
  margin-bottom: 96px;
}

.mt-128 {
  margin-top: 128px;
}

.mr-128 {
  margin-right: 128px;
}

.ml-128 {
  margin-left: 128px;
}

.mb-128 {
  margin-bottom: 128px;
}

.pt-7 {
  padding-top: 7px;
}

.pr-7 {
  padding-right: 7px;
}

.pl-7 {
  padding-left: 7px;
}

.pb-7 {
  padding-bottom: 7px;
}

.pt-8 {
  padding-top: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pt-12 {
  padding-top: 12px;
}

.pr-12 {
  padding-right: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pt-16 {
  padding-top: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pt-24 {
  padding-top: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-64 {
  padding-top: 64px;
}

.pr-64 {
  padding-right: 64px;
}

.pl-64 {
  padding-left: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pt-96 {
  padding-top: 96px;
}

.pr-96 {
  padding-right: 96px;
}

.pl-96 {
  padding-left: 96px;
}

.pb-96 {
  padding-bottom: 96px;
}

.pt-128 {
  padding-top: 128px;
}

.pr-128 {
  padding-right: 128px;
}

.pl-128 {
  padding-left: 128px;
}

.pb-128 {
  padding-bottom: 128px;
}

.p-rl-32 {
  padding: 0 32px;
}

body {
  margin: 0;
  background-color: var(--clr-background);
  overflow-x: hidden;
  font-weight: var(--font-w-500);
  font-family: "AriaWeb" !important;
}

.Hero_site_txt h1 {
  color: #000;
  text-align: right;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.5px;
}
.Hero_site_txt h3 {
  color: #000;
  text-align: right;
  font-feature-settings: "dlig" on;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
}

.Hero_site_txt p {
  color: #1a1a1a;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.div_hero_btn {
  display: flex;
  align-items: center;
  gap: 24px;
}

.btn_hero {
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 0px;
  text-decoration: none;
}

._primary {
  border: 1px solid #1a1a1a;
  background: rgba(237, 121, 70, 0.6);
  color: #1a1a1a;
  text-align: right;
  font-feature-settings: "dlig" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}

._light {
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  text-align: right;
  font-feature-settings: "dlig" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}

.hero_img {
  position: absolute;
  left: -10%;
  top: 0%;
  width: 85%;
}
.title_offer {
  color: #1a1a1a;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 32px;
  display: flex;
  font-style: normal;
  font-weight: 700;
  line-height: 0px;
  align-items: baseline;
  justify-content: center;
  gap: 16px;
}
.offer_txt {
  color: #1a1a1a;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.offer_crd {
  border: 1px solid #1a1a1a;
  background: #fff;
  padding: 20px;
  width: 80%;
}

._offer_tit_crd {
  color: #1a1a1a;
  text-align: right;

  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  margin-bottom: 4px;
}
._info_tit_crd {
  color: #787878;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  margin: 0;
}
._time_expire_crd {
  color: #787878;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}

.code_offer_crd {
  border: 1px solid #1a1a1a;
  background: #fff;
  padding: 20px 20px 12px 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}

.code_crd {
  color: #1a1a1a;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 14px */
}

.cta_crd_ {
  color: #787878;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 24px */
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sp_offer_crd {
  border: 1px solid #000;
  background: #fff;
  padding: 20px;
}
.sp_offer_crd h5 {
  color: #000;
  text-align: right;

  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
}
.sp_offer_crd p {
  color: #787878;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  margin-bottom: 0;
}
.sp_offer_icon {
  width: 120px;
  height: 120px;
  border: 1px solid #000;
  background: #fff;
  position: absolute;
  left: 10px;
  bottom: 0;
}

.footer_sponsor {
  color: #1a1a1a;
  text-align: center;
  font-feature-settings: "liga" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  display: flex;
  align-items: center;
  gap: 8px;
}

.class_social {
  text-decoration: none;
}
.footer_cols .col-12 {
  padding-left: 0px;
  padding-right: 0px;
}

/* Modal Style */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  margin-left: initial;
  left: 10%;
}

/* Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.select_items {
  display: flex;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  padding: 40px;
}

.select_items div {
  display: flex;
  align-items: center;
  margin-top: 12px;
  gap: 12px;
}
.select_items div label {
  color: #010101;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.select_items div input {
  width: 24px;
  height: 24px;
  background-color: #cad0db;
}

/* /////////////////////////// */
.custom-radio input[type="radio"] {
  visibility: hidden;
  position: absolute;
}

/* Create a custom square appearance using a label */
.custom-radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-right: 35px;
  margin-left: 15px;
  font-size: 13px;
}

/* Create a square before the label text to represent the checkbox */
.custom-radio label:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #cad0db;
  background-color: #f1f1f4;
  border-radius: 6px; /* Optional: if you want rounded corners */
}

/* Change the square into a checked state when radio is selected */
.custom-radio input[type="radio"]:checked + label:before {
  content: "\2713"; /* Unicode character for check mark */
  color: #fff;
  background-color: #1c1d22;
  text-align: center;
  line-height: 18px; /* Align the check mark vertically */
  font-size: 16px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
}

/* ///////////////////////// */

.tit_mdl {
  color: #000;
  text-align: center;
  font-feature-settings: "dlig" on;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
}

.btn_mdl_light {
  padding: 12px 20px;
  border: 1px solid #1a1a1a;
  background: rgba(237, 121, 70, 0.6);

  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;

  color: #000;
  text-align: right;
  font-feature-settings: "dlig" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.sec_02 .txt_ {
  color: #010101;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.sec_02 .txt_ a {
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline;
}

.frm_input {
  width: 40%;
}
._input_items {
  border: 1px solid #1a1a1a;
  background: #fff;
  padding: 12px 16px;
  width: 100%;
  outline: none;
  color: #010101;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.sec_ugc .txt_t {
  color: #010101;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.btn__light {
  color: #000;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 12px 20px;
  border: 1px solid #1a1a1a;
}

.back_img_right {
  position: absolute;
  right: 0;
  bottom: 0;
}
.back_img_left {
  position: absolute;
  left: 0;
  bottom: 0;
}

.img_ugc {
  width: 30%;
  border: 3px solid;
}

.head__land a {
  color: #1a1a1a;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  text-decoration: none;
}

#notification {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 10%;
  transform: translateX(-50%);
  padding: 10px;
  background-color: #ed7946; /* Green background color */
  color: #fff; /* White text color */
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
header svg {
  height: 20px;
}

.cloud_im {
  position: absolute;
  bottom: 120px;
  margin-left: 100px;
  animation: animatecloud 18s cubic-bezier(0.42, 0, 0.32, 1.05) infinite;
}
@keyframes animatecloud {
  0% {
    transform: translatex(0px);
  }
  /* 25% {
    transform: translatex(-50px);
  } */
  50% {
    transform: translatex(-100px);
  }
  /* 75% {
    transform: translatex(-50px);
  } */
  100% {
    transform: translatex(0px);
  }
}
.imgs_cloud {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.imgs_cloud_mob {
  display: none;
}

@media (max-width: 1400px) {
  .img_ugc {
    width: 30%;
  }
  .footer_cols .col-12 {
    justify-content: center;
    flex-direction: column;
    margin-top: 12px;
    text-align: center;
  }
  .hero_img {
    left: 0%;
    width: 65%;
    top: 25%;
  }
}

@media (max-width: 1200px) {
  .img_ugc {
    width: 30%;
  }
  .footer_cols .col-12 {
    justify-content: center;
    flex-direction: column;
    margin-top: 12px;
  }

  .btn_hero {
    width: 100%;
  }
  .div_hero_btn {
    flex-direction: column;
  }
  .code_offer_crd {
    bottom: inherit;
    top: -28px;
  }
  .sp_offer_icon {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1024px) {
  .img_ugc {
    width: 50%;
  }
  .frm_input {
    width: 60%;
  }
  .btn_mdl_light {
    width: 60%;
  }
  .footer_cols .col-12 {
    justify-content: center;
    flex-direction: column;
    margin-top: 12px;
  }
}

@media (max-width: 992px) {
  .sp_offer_icon {
    width: 120px;
    height: 120px;
  }
  .hero_img {
    position: inherit;
    width: 100%;
  }
  .order-1-md {
    order: 1;
  }
  .order-0-md {
    order: 0;
  }

  .code_offer_crd {
    bottom: 0;
    top: inherit;
  }
}

@media (max-width: 768px) {
  .img_ugc {
    width: 60%;
  }
  .frm_input {
    width: 70%;
  }
  .btn_mdl_light {
    width: 70%;
  }
  .Hero_site_txt {
    padding-top: 64px;
  }
}
@media (max-width: 500px) {
  .img_ugc {
    width: 80%;
  }
  .frm_input {
    width: 1000%;
  }
  .btn_mdl_light {
    width: 100%;
  }
  .tit_mdl {
    font-size: 18px;
  }
  .sec_02 .txt_ {
    font-size: 14px;
  }
  .sec_02 .txt_ a {
    font-size: 14px;
  }
  ._time_expire_crd {
    width: 60%;
  }
  .Hero_site_txt h1 {
    font-size: 24px;
  }
  .Hero_site_txt h3 {
    font-size: 20px;
  }
  .Hero_site_txt p {
    font-size: 14px;
  }
  .flex_dr_mb {
    flex-direction: column;
  }
  .btn__light {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 450px) {
  .offer_codes_crd_mb {
    flex-direction: column;
  }
  .imgs_cloud {
    display: none;
  }
  .imgs_cloud_mob {
    display: block;
  }
  .code_offer_crd {
    position: inherit;
    width: 80%;
    margin-top: -1px;
  }
  .cta_crd_ {
    justify-content: center;
  }
  .select_items div label {
    font-size: 14px;
  }
  .custom-radio label {
    padding-right: 24px;
  }
  .custom-radio label:before {
    width: 18px;
    height: 18px;
    font-size: 12px;
  }

  header .logo_div {
    display: none !important;
  }
  header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
  }
  .head__land a {
    font-size: 14px;
  }
}
