.txt_yalada_st {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
.btn_cmp_yalda_light {
  border-radius: 2px;
  background: #ffdf76;
  box-shadow: 0px 8px 32px 0px rgba(255, 209, 58, 0.32),
    0px 2px 0px 0px rgba(255, 255, 255, 0.32) inset,
    0px -2px 2px 0px #957712 inset;
  color: #1f2937;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: fit-content;
  text-decoration: none;
  min-width: 92px;
}
.btn_cmp_yalda_dark {
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

.tit_yalda_st {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.txt_yalda_st {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

/* =================== */
/* =================== */
/* characterCarousel */
/* =================== */
/* =================== */

.brandsCarousel {
  max-width: 960px;
  /* max-height: 100px; */
  margin: auto;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* .brandsCarousel::before,
.brandsCarousel::after {
  content: "";
  width: 100px;
  height: 100px;
  background: linear-gradient(
    to right,
    rgba(250, 250, 240, 1) 0%,
    rgba(250, 250, 240, 0) 100%
  );
  position: absolute;
  z-index: 2;
} */

.brandsCarousel::before {
  top: 0;
  left: 0;
}

.brandsCarousel::after {
  top: 0;
  right: 0;
  transform: rotateZ(180deg);
}

.carouselTrack {
  width: calc(100px * 50);
  animation: infiniteLoop 20s linear infinite;
  animation-fill-mode: forwards;
  will-change: transform;
}

.brandLogo {
  width: 170px;
  /* height: 50px; */
  align-items: center;
  margin: auto;
  overflow: hidden;
}

.brandLogo img {
  width: 170px;
  /* height: 50px; */
}
@keyframes infiniteLoop {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(calc(250px * 10), 0, 0);
  }
}

.crd_yald_cmp {
  border-radius: 4px;
  border: 1px solid #33323d;
  background: #1b192c;

  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  height: 100%;
}
.crd_yald_cmpimg {
  max-width: 90px;
  max-height: 20px;
}

.crd_yald_cmp_tit {
  color: #fff;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.link_crd_yald_cmp {
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  padding: 6px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}
.btn_copy_crd_yald_cmp {
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  padding: 6px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.faq_st {
  border-radius: 4px;
  border: 1px solid #33323d;
  background: #1b192c;
  display: flex;
  padding: 20px;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
}
.faq_st_tit {
  color: #fff;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.faq_st_txt {
  color: rgba(255, 255, 255, 0.8);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.txt_footer {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.txt_footer_ {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

footer {
  border-top: 1px solid #33323d;
  padding: 40px;
}

/* Modal Background */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 5, 26, 0.4);
  backdrop-filter: blur(6px);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Modal Content */
.modal-content {
  position: relative;
  display: flex;
  width: 90%;
  max-width: 500px;
  padding: 16px 24px;
  flex-direction: column;
  border-radius: 4px;
  border: 1px solid #33323d;
  background: #1b192c;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
}

.close-btn:hover {
  color: rgba(255, 255, 255, 0.8);
}

.form_modal {
  border-radius: 4px;
  border: 1px solid #646370;
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.form_modal input {
  color: #92919a;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  background-color: transparent;
  border: none;
}

.btn_modal_dark {
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  outline: none;
}
.btn_modal_light {
  border-radius: 2px;
  background: #ffdf76;
  box-shadow: 0px 8px 32px 0px rgba(255, 209, 58, 0.32),
    0px 2px 0px 0px rgba(255, 255, 255, 0.32) inset,
    0px -2px 2px 0px #957712 inset;
  color: #000;

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  border: none;
  outline: none;
}

@media only screen and (max-width: 992px) {
  .ord1 {
    order: 1;
  }
  .ord2 {
    order: 2;
  }
  .mob_is_off {
    display: none;
  }
  .brandLogo {
    width: 140px;
  }
  .pt_mob {
    padding-top: 0px;
  }
  .tit_yalda_st {
    padding-top: 40px;
  }
  .pb_mob {
    padding-bottom: 64px;
  }
}
