@import url(../fonts/kalameh/kalameh.css);

/*=========================== general =====================*/
*,
html {
  scroll-behavior: smooth !important;
}

body {
  overflow-x: hidden;
  font-family: "kalameh";
  max-width: 500px;
  margin: 0 auto;
}
img {
  max-width: 100%;
}
* {
  direction: rtl;
}
p {
  margin: 0;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
section {
  padding: 0;
}
a {
  text-decoration: none;
}
section,
.modal {
  direction: rtl;
}

.callToAction {
  background: #c68010;
  color: #fff;
  border-radius: 32px;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-align-last: center;
  padding: 8px 0;
}
.callToAction:hover {
  background: #c68010;
  color: #fff;
}
.callToAction2 {
  background: transparent;
  color: #915c07;
  border-radius: 32px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-align-last: center;
  padding: 8px 0;
}
.callToAction2:hover {
  background: transparent;
  color: #915c07;
}
header {
  background: #ffc500;
  padding: 18.5px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  display: none;
  min-height: 72px;
  max-width: 500px;
}
header .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .content .title {
  color: #7f520a;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  text-align-last: right;
}
header .content .callToAction {
  width: fit-content;
padding: 4px 20px;
  font-size: 14px;
  font-weight: 500;
}

/* ========================================== introduction ========================================== */
#introduction {
  padding: 16px 0 20px;
}
#introduction .content {
  text-align: center;
  text-align-last: center;
  background: linear-gradient(to bottom, #ffc500, #ffdf70);
  border-radius: 12px;
  padding: 13px 22px 0;
}
#introduction .content .logo {
  max-width: 77px;
  margin: 0 auto 16px;
}
#introduction .content .title {
  color: #232323;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 1000;
  text-align: center;
  text-align-last: center;
}
#introduction .content .subtitle {
  color: #000;
  margin: 0 auto 4px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-align-last: center;
}
#introduction .content .caption {
  color: #545454;
  margin: 0 auto 14px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-align-last: center;
}
#introduction .content .callToAction {
  margin: 0 auto 6px;
}
#introduction .content .callToAction2 {
  margin: 0 auto 10px;
  line-height: 22px;
}
#introduction .content .zarraf_img {
  margin: 0 auto;
  max-width: 60%;
}

/* ========================================== guide ========================================== */
#guide {
  padding: 0 0 5px;
}
#guide .title {
  line-height: 31px;
  color: #000000;
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
  text-align-last: right;
}
#guide .content {
  overflow-x: scroll;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
#guide .content .content_box {
  color: #000000;
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
  text-align-last: right;
  margin-left: 16px;
}
#guide .content .content_box .guid_img {
  max-width: 199px;
  border-radius: 16px;
  margin: 0 auto 15px;
}
#guide .content .content_box .caption {
  color: #000000;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  text-align-last: right;
}

/* ========================================== prizes ========================================== */
#prizes {
  padding: 55px 0;
}
#prizes .content {
  background: #232323;
  border-radius: 12px;
  text-align: center;
  text-align-last: center;
  padding: 38px 16px 60px;
  position: relative;
}
#prizes .content .title {
  line-height: 31px;
  color: #fff;
  margin: 0 auto 4px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-align-last: center;
}
#prizes .content .caption {
  color: #fff;
  margin: 0 auto 15px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  text-align-last: center;
  position: relative;
}
#prizes .content .rows {
  max-width: 95%;
  background: rgb(255 197 0 / 20%);
  margin: 0 auto 8px;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 4px 10px;
}
#prizes .content .rows:last-child {
  margin: 0 auto;
}
#prizes .content .rows p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 27px;
}
#prizes .pattern {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
}

/* ========================================== .winners_box ========================================== */
.winners_box .content {
  max-width: 80%;
  margin: 0 auto;
}
.winners_box .content .title {
  color: #000;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-align-last: center;
}
.winners_box .content .caption {
  color: #545454;
  margin: 0 auto 12px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-align-last: center;
}
.winners_box .nav-tabs {
  background: #fbf6ee;
  border-radius: 1000px;
  padding: 4px 10px;
  margin: 0 auto 12px;
  width: fit-content;
  border: none;
}
.winners_box .nav-tabs .nav-link {
  background: transparent;
  color: #545454;
  border-radius: 1000px;
  font-size: 16px;
  font-weight: 500;
}
.winners_box .nav-tabs .nav-link.active {
  background-color: #c68010 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 1000px;
}
.winners_box .tab-pane .rows {
  background: #fbf6ee;

  border-radius: 36px;
  padding: 10.5px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 4px;
}
.winners_box .tab-pane .rows p {
  color: #7f520a;
  font-size: 14px;
  font-weight: 400;
}
.winners_box .tab-pane .rows:last-child {
  margin: 0 auto;
}
.winners_box .tab-pane > :nth-child(n + 11) {
  display: none;
}
.modal .top_title {
  color: #c68010;
  font-size: 12px;
  font-weight: 700;
  margin: 0 auto 27px;
  text-align: center;
  text-align-last: center;
}

/*================================ winner_list_modal ================================*/

#winner_list_modal .winners_box .container {
  padding: 0;
}
#winner_list_modal .winners_box .content {
  max-width: 100%;
}
#winner_list_modal .modal-content {
  background: transparent;
  border: none;
}
#winner_list_modal .tab-content {
  overflow-y: scroll;
  max-height: 350px;
  padding: 0 10px;
}
#winner_list_modal .modal-content .modal-body {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 47px 80px rgba(0, 0, 0, 0.26), 0 10.5px 17.87px rgba(0, 0, 0, 0.15), 0 3.13px 5.32px rgba(0, 0, 0, 0.1);
}
#winner_list_modal .close_modal {
  max-width: 40px;
  margin: 8px auto 0;
  position: relative;
}

/*================================ faq ================================*/
#faq {
  padding: 55px 0 75px;
}
#faq .title {
  color: #000;
  margin: 0 auto 12px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-align-last: center;
}
#faq .accordion {
  max-width: 85%;
  margin: 0 auto;
}
#faq .accordion-item {
  border: none;
  background: transparent;
  border-radius: 0px;
  margin: 0;
  border-bottom: 1px solid rgb(0 0 0 / 8%);
}
#faq .accordion-item:last-child {
  margin-bottom: 0;
}
#faq .accordion-header {
  margin: 0;
}
#faq .accordion-button {
  border: none;
  background-color: transparent;
  border-radius: 0;
  color: #7f520a;
  font-weight: 700;
  font-size: 12px;
  border-radius: 0px;
  padding: 14px 0px 14px 22px;
  text-align: right;
  text-align-last: right;
  line-height: 1.8;
}
#faq .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
#faq .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
#faq .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
#faq .accordion-item:first-of-type {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
#faq .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
#faq .accordion-item:last-of-type {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
#faq .accordion-body {
  color: #7e7e7e;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  text-align-last: right;
  padding: 0 0px 14px 0;
  max-width: 100%;
}
#faq .accordion-button::after {
  width: 18px;
  height: 18px;
  background-image: url(../images/arrow_down.png);
  background-size: 100%;
  background-position: center;
  position: absolute;
  left: 0px;
  top: 15px;
}
#faq .accordion-button:not(.collapsed)::after {
  background-image: url(../images/arrow_down.png);
  transform: rotate(-180deg);
}

/*================================ membership ================================*/

#membership {
  /* display: none; */
  background-image: url(../images/pattern_membership.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  text-align-last: center;
}
#membership .top_box {
  padding: 0 16px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 29px;
  text-align: center;
}
#membership .top_box .logo {
  max-width: 77px;
  margin: 0 auto;
}
#membership .top_box .arrow_right {
  max-width: 24px;
  position: absolute;
  right: 16px;
  top: 0;
}

#membership .content {
  height: 100%;
  margin: 0 auto;
  text-align: center;
  text-align-last: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#membership .content .form {
  width: 80%;
  text-align: center;
  text-align-last: center;
}

#membership .step1 .title {
  font-weight: 700;
  font-size: 18px;
  color: #7f520a;
  text-align: center;
  text-align-last: center;
  margin: 0 auto 6px;
}
#membership .step1 .subtitle {
  font-weight: 400;
  font-size: 12px;
  color: #6d6d6d;
  text-align: center;
  text-align-last: center;
  margin: 0 auto 18px;
}
#membership .step2 .title {
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  text-align: center;
  text-align-last: center;
  margin: 0 auto 6px;
}
#membership .edit {
  max-width: 14px;
  margin-left: 6px;
}
#membership .editphone {
  color: #6d6d6d;
  font-size: 12px;
  font-weight: 400;
}

#membership .form-group {
  width: 100%;
  position: relative;
  text-align: center;
  text-align-last: center;
}
#membership .step1 .form-group {
  min-height: 60px;
  margin: 0 auto 36px;
}
#membership .step2 .form-group {
  min-height: 80px;
  margin: 0 auto 16px;
}
#membership .callToAction {
  margin: 0 auto;
  border: none;
  outline: none;
  padding: 10px 0;
}
#membership .step2 .callToAction {
  background: rgb(198 128 16 / 30%);
}
#membership .step2 .callToAction.active {
  background: rgb(198 128 16 / 100%);
}
/*  forms styles */
form {
  margin-bottom: 0;
  text-align: center;
}

label.error {
  margin: 2px auto 0;
  color: #bd0101;
  font-size: 12px;
  font-weight: 400;
}
#membership .form-control {
  background: #fbf6ee;
  border-radius: 32px;
  border: 1px solid #fbf6ee;
  height: 38px;
  width: 100%;
  color: #000;
  padding: 6px 0;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  text-align-last: center;
}
#membership .form-control::placeholder {
  color: rgb(149 149 149 / 60%) !important;
}

#membership .form-control.error {
  border-color: #bd0101;
  color: #bd0101;
}
#membership .form-control:focus {
  color: #7f520a;
  border-color: #c68010;
  outline: 0;
  -webkit-box-shadow: none;
}

/* ============ form.step2 styles ============ */
#membership .step1 {
  /* display: none; */
}
#membership .step2 {
  flex-direction: column;
  display: none;
  align-items: center;
  justify-content: center;
}
.confirm_box {
  margin: 0 auto;
}
.userInput {
  text-align: center;
  direction: ltr;
}

.userInput input {
  width: 57px;
  height: 57px;
  background-image: url(../images/otp_box.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border: none;
  border-radius: 0;
  color: #000;
  text-align: center;
  margin: 0 5px;
  font-size: 16px;
  font-weight: 700;
}
#membership .userInput input:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#membership .userInput input.filled {
  background-image: url(../images/otp_box_fill.png);
}
#membership .userInput input.error {
  background-image: url(../images/otp_box_error.png);
}

/* Chrome, Safari, Edge */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.false_number {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-align-last: center;
  color: #fff;
  margin: 0 auto 24px;
}

#editMobile {
  font-weight: 300;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  width: fit-content;
  margin: 0 auto 18px;
}

.again_box {
  margin: 0 auto;
  text-align: center;
  margin: 0 auto 20px;
}
.again_box img {
  max-width: 18px;
  margin-left: 5px;
}
#smsTimer {
  text-align: center;
  text-align-last: center;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto 10px;
}

#sendAgain {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin: 0;
  display: none;
  align-items: center;
}
.toast-message {
  font-size: 12px;
}

.game_page {
  height: 100dvh;
}
/*================================ intro_game ================================*/
#intro_game {
  display: block;
  height: 100%;
  position: relative;
}
#intro_game .zarraf_img {
  position: absolute;
  right: 0%;
  bottom: 0px;
  max-width: 65%;
}
#intro_game .shadow_box {
  position: absolute;
  right: -5px;
  bottom: 0;
  width: 100%;
  height: 170px;
  background: linear-gradient(to bottom, hsla(0, 0%, 100%, 0), #ffffffcc);
}
#intro_game .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 13px;
}
#intro_game .content .top_box {
  text-align: center;
  position: relative;
}
.skip_btn {
  position: absolute;
  left: 5px;
  top: 5px;
  color: #6d6d6d;
  font-size: 12px;
  font-weight: 400;
}
#intro_game .content .top_box .logo {
  margin: 0 auto;
  max-width: 77px;
  margin: 0 auto 65px;
}
#intro_game .content .top_box .title {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  text-align: center;
  text-align-last: center;
  margin: 0 auto 6px;
}
#intro_game .content .top_box .caption {
  font-weight: 400;
  font-size: 12px;
  color: #6d6d6d;
  text-align: center;
  text-align-last: center;
  margin: 0 auto;
}
#intro_game .content .callToAction {
  position: relative;
}

/*================================ game_section ================================*/
#game_section {
  display: block;
  background-image: url(../images/game_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

#game_section .top_box {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 16px;
  z-index: 10;
  width: 90%;
}
#game_section .top_box.error_box{
top: 90px;
}

#game_section .top_box.error_box.blur_filter{
  filter: none;
  top: 16px;
}
/* ================== description_box ================== */
.description_box {
  margin: 0 auto 6px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10.5px 17.87px rgba(0, 0, 0, 0.15), 0 3.13px 5.32px rgba(0, 0, 0, 0.1);
  padding: 8px 20px;
  text-align: center;
  max-width: 500px;
}
.description_box .main_title {
  /* display: none; */
  text-align: center;
  text-align-last: center;
  color: #c68010;
  font-size: 12px;
  font-weight: 700;
  margin: 0 auto;
}
.description_box .arrow_down {
  max-width: 16px;
  margin: 11px auto 0;
}
/* ================== notification_box ================== */
.notification_box {
  background: #fff;
  border-radius: 6px;
  padding: 8px;
  text-align: center;
  text-align-last: center;
  display: none;
  align-items: center;
  justify-content: center;
}
.notification_box .notification_img {
  max-width: 16px;
  margin-left: 6px;
}
.notification_box .notification_title {
  text-align: center;
  text-align-last: center;
  color: #292d32;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
.bottom_info {
  position: fixed;
  bottom: 30px;
  left: 0;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 30px;
  z-index: 10;
}
.bottom_info.finished {
  width: 100%;
  justify-content: space-between;
}
#game_section .info_circle {
  cursor: pointer;
  max-width: 48px;
}
#game_section .see_winners {
  display: none;
  cursor: pointer;
  background: #fff;
  border-radius: 42px;
  text-align: center;
  padding: 12px 75px;
  font-size: 14px;
  font-weight: 600;
  color: #c68010;
}
/*================================ description_modal ================================*/
#description_modal .swiper-slide {
  text-align: center;
  text-align-last: center;
}
#description_modal .swiper-slide .description_img {
  margin: 0 auto 60px;
}
#description_modal .swiper-slide .title {
  text-align: center;
  text-align-last: center;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 6px;
}
#description_modal .swiper-slide .caption {
  text-align: center;
  text-align-last: center;
  color: #6d6d6d;
  font-size: 12px;
  font-weight: 400;
  margin: 0 auto 50px;
}
#description_modal .modal-content {
  background: transparent;
  border: none;
  direction: ltr;
}
#description_modal .modal-content .modal-body {
  padding: 50px 15px 30px;
  background: #fff;
  border-radius: 12px;
}
#description_modal .close_modal {
  max-width: 55px;
  margin: 8px 0 0;
  position: relative;
}
#description_modal .swiper-button_box {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#description_modal .swiper-button {
  top: unset;
  bottom: 0;
  width: auto;
  height: auto;
  left: unset;
  right: unset;
  position: relative;

  margin: 0 10px;
}
#description_modal .swiper-rtl .swiper-button-next:after,
#description_modal .swiper-rtl .swiper-button-prev:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/arrow_right2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
#description_modal .swiper-rtl .swiper-button-next:after {
  background-image: url(../images/arrow_right2.png);
  transform: rotate(-180deg);
}

/*================================ game_steps ================================*/
.game_steps {
  background-color: #fff;
  background-image: url(../images/pattern.png);
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
  border-radius: 18px 18px 0 0;
  padding: 12px 16px 30px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 11;
  display: none;
  min-height: 500px;
  transition: bottom 0.5s ease;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  /* transform: translateY(100%); */
  /* transition: transform 1s ease; */
}
.game_steps.active {
  display: flex;
}

/* .game_steps.game_step1 {
  display: none;
}
 .game_steps.game_step2 {
  display: none;
} 
.game_steps.game_step3 {
  display: none;
}
.game_steps.game_step4 {
  display: none;
}
.game_steps.game_step5 {
  display: none;
}
.game_steps.game_step6 {
  display: none;
}
.game_steps.game_step7 {
  display: none;
}
.game_steps.game_step8 {
  display: none;
}
.game_steps.game_step9 {
  display: none;
} */
.game_steps > div {
  width: 100%;
}
.game_steps .line {
  height: 2px;
  width: 66px;
  margin: 0 auto 33px;
  background: rgba(0, 0, 0, 0.68);
}
.game_steps .step_title {
  text-align: center;
  text-align-last: center;
  color: #c68010;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 4px;
}
.game_steps .step_caption {
  text-align: center;
  text-align-last: center;
  color: #6d6d6d;
  font-size: 12px;
  font-weight: 400;
  margin: 0 auto 20px;
}
.game_steps .step_link {
  width: fit-content;
  min-width: 173px;
  margin: 0 auto;
  background: rgba(198, 128, 16, 0.16);
  border-radius: 42px;
  padding:12px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.game_steps .step_link .icon_img {
  max-width: 18px;
  margin-left: 8px;
}
.game_steps .step_link .link_txt {
  color: #c68010;
  font-size: 16px;
  font-weight: 600;
}
.instagram_form {
  max-width: 80%;
  margin: 0 auto;
}
.instagram_form .form-group {
  min-height: 57px;
  margin-bottom: 15px;
}
.instagram_form .form-control {
  background: #fbf6ee;
  border-radius: 32px;
  border: 1px solid transparent;
  height: 38px;
  width: 100%;
  color: #7f520a;
  padding: 6px 0;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  text-align-last: center;
}
.instagram_form .form-control::placeholder {
  color: rgb(149 149 149 / 60%) !important;
}
.instagram_form .form-control:focus {
  color: #7f520a;
  border-color: #c68010;
  outline: 0;
  -webkit-box-shadow: none;
}
.instagram_form .form-control.error {
  border-color: #bd0101;
  color: #bd0101;
}

.game_steps .success_box,
.game_steps .success_box2 {
  display: none;
  text-align: center;
  margin: 0 auto 17px;
}
.game_steps .success_box .tick,
.game_steps .success_box2 .tick {
  margin: 0 auto 5px;
  max-width: 24px;
}
.game_steps .success_box .tick_title,
.game_steps .success_box2 .tick_title {
  color: #c68010;
  font-size: 14px;
  font-weight: 600;
  margin: 0 auto;
}
.game_steps .success_box .tick_subtitle,
.game_steps .success_box2 .tick_subtitle {
  color: #c68010;
  font-size: 14px;
  font-weight: 400;
  margin: 5px auto 0;
}
.game_steps .user_link_box {
  background: #f6ebd9;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 18px;
  margin: 0 auto 65px;
}
.game_steps .user_link_box .link_txt {
  text-align: right;
  text-align-last: right;
  color: #c68010;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}
.game_stepsgame_step2 .step_caption {
  margin: 0 auto 38px;
}
.game_step5 .next_step {
  display: none;
}

.game_steps .social_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.game_steps .social_box .share_img {
  margin-right: 28px;
  max-width: 22px;
}
.game_steps .social_box .copy_img {
  max-width: 24px;
  cursor: pointer;
}
.game_steps .social_box .copyMsg {
  color: #c68010;
  display: none;
  position: absolute;
  bottom: -35px;
  left: 0;

  white-space: nowrap;
  font-size: 12px;
}
.share_result {
  text-align: center;
  padding-top: 55px;
}
.line_border {
  width: 100%;
  height: 1px;
  background: rgba(198, 128, 16, 0.14);
  position: relative;
}
.line_border .inner_border {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 1px;
  background: #c68010;
  transition: width 0.5s ease;
}

.share_result .noshare .share_text {
  color: #141414;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-align-last: center;
  margin: 0 auto 11px;
}
.share_result .noshare .check_again_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.share_result .noshare .check_again_btn span {
  color: #6d6d6d;
  font-size: 12px;
  font-weight: 400;
  margin-right: 4px;
}
.share_result .noshare .check_again_btn img {
  max-width: 16px;
}
.share_result .noshare .share_number {
  font-size: 18px;
  font-weight: 600;
  color: #141414;
  margin: 0 auto 6px;
  direction: ltr;
}
.share_result .success_box,
.share_result .next_step {
  display: none;
}
.withshare {
  display: none;
}
#video_modal {
  background: #000;
}
#video_modal .close_modal {
  position: absolute;
  left: 15px;
  top: 15px;
  max-width: 30px;
  z-index: 10;
}
#video_modal .video {
  margin: 0 auto;
  width: 100%;
}
#video_modal .modal-dialog {
  margin: 0;
}
#video_modal .modal-content {
  height: 100vh;
  justify-content: center;
  background: transparent;
}
.game_step7 .line {
  margin: 0 auto 170px;
}

#game_section .start_lottery {
  align-items: center;
  justify-content: space-between;
  position: relative;
  display: none;
}

#game_section .start_lottery.is-visible {
  display: flex;
}

#game_section .start_lottery .main_line {
  position: absolute;
  left: 0;
  right: 0;
  top: 16px;
  width: 85%;
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
  direction: ltr;
  margin: 0 auto;
}
.inner_line {
  background: #c68010;
  width: 30%;
  height: 1px;
}
#game_section .lottery_box {
  text-align: center;
  text-align-last: center;
}
#game_section .lottery_box .lottery_box_img {
  max-width: 32px;
  position: relative;
}
#game_section .lottery_box .img_box {
  width: 32px;
  height: 32px;
  border-radius: 1000px;
  margin: 0 auto 8px;
  position: relative;
}
.lottery_box .img_box::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #ff3636;
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.lottery_box.done_lottery .img_box::after {
  display: block;
}

/* #game_section .lottery_box.done_step .img_box {
  box-shadow: 0px 0px 11px #ffc500;
} */

/* API-driven active reward */
#game_section .lottery_box.active_reward .img_box {
  box-shadow: 0px 0px 11px #ffc500;
}

#game_section .lottery_box.active_reward .lottery_box_title {
  font-weight: 600;
}

#game_section .lottery_box.active_reward .lottery_box_subtitle {
  color: #c68010;
}

#game_section .lottery_box .lottery_box_title {
  text-align: center;
  text-align-last: center;
  color: #000000;
  font-size: 10px;
  font-weight: 400;
  margin: 0 auto 2px;
}
#game_section .lottery_box .lottery_box_subtitle {
  text-align: center;
  text-align-last: center;
  color: #666666;
  font-size: 8px;
  font-weight: 300;
  margin: 0 auto;
}
#game_section .khal_container_box {
  height: 1170px;
  position: relative;
}
#game_section .content {
  position: relative;
height: 1260px;
  padding-top: 90px;
}
#game_section .content::-webkit-scrollbar {
  display: none;
}
#game_section .neck_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
 height: 1260px;
  max-height: 1260px;
  overflow-y: scroll;
}
#game_section .neck_container::-webkit-scrollbar {
  display: none;
}
#game_section .neck_container .neck {
  transform: translateX(-10%) translateY(-37%) scale(1.8);
  /* width: 100%; */
  height: auto;
  display: block;
  position: absolute;
  bottom: 0%;
}
#game_section .neck_container .neck::-webkit-scrollbar {
  display: none;
}
.khal_container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}
.khal_container .khal_content {
  text-align: center;
  opacity: 0.4;
}
.khal_container.unlock .khal_content {
  opacity: 1;
}
.khal_container .khal_content .gift {
  max-width: 70px;
  margin: 0 auto;
}
.khal_container .khal_content .khal_title {
  text-align: center;
  text-align-last: center;
  color: #232323;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto 6px;
}
.khal_container .khal_content .start_btn {
  background: #ffffff;
  border-radius: 71px;
  width: 70px;
  text-align: center;
  text-align-last: center;
  color: #c68010;
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto;
  display: none;
}
.khal_container .khal_content .unlock {
  max-width: 24px;
  display: none;
}
.khal_container .khal_content .lock {
  max-width: 24px;
}
.khal_container.active_khal .lock,
.khal_container.active_khal .unlock {
  display: none;
}
.khal_container.active_khal .start_btn {
  display: block;
}
.khal_container.active_khal .khal_content {
  opacity: 1;
}
/*================================ khal bg ================================*/
.khal_container.khal1 {
  background-image: url(../images/khal_img/khal1_active.png);
  right: 5px;
  bottom: 0px;
  width: 260px;
  height: 230px;
}
.khal_container.khal2 {
  background-image: url(../images/khal_img/khal2_lock.png);
  left: 60px;
  bottom: 150px;
  width: 200px;
  height: 140px;
}
.khal_container.khal3 {
  background-image: url(../images/khal_img/khal3_lock.png);
  right: 80px;
  bottom: 304px;
  width: 170px;
  height: 160px;
}
.khal_container.khal4 {
  background-image: url(../images/khal_img/khal4_lock.png);
  left: 10px;
  bottom: 380px;
  width: 190px;
  height: 230px;
}
.khal_container.khal5 {
  background-image: url(../images/khal_img/khal5_lock.png);
  right: 95px;
  bottom: 450px;
  width: 145px;
  height: 190px;
}

.khal_container.khal6 {
  background-image: url(../images/khal_img/khal6_lock.png);
  left: 0;
  top: 370px;
  width: 270px;
  height: 260px;
}
.khal_container.khal7 {
  background-image: url(../images/khal_img/khal7_lock.png);
  right: 80px;
  top: 260px;
  width: 300px;
  height: 260px;
}
.khal_container.khal8 {
  background-image: url(../images/khal_img/khal8_lock.png);
  left: 7px;
  top: 180px;
  width: 210px;
  height: 170px;
}
.khal_container.khal9 {
  background-image: url(../images/khal_img/khal9_lock.png);
  left: 0px;
  top: 55px;
  width: 175px;
  height: 160px;
}

/*================================ khal unlock bg ================================*/
.khal_container.khal1.unlock {
  background-image: url(../images/khal_img/khal1_unlock.png);
}
.khal_container.khal2.unlock {
  background-image: url(../images/khal_img/khal2_unlock.png);
}
.khal_container.khal3.unlock {
  background-image: url(../images/khal_img/khal3_unlock.png);
}
.khal_container.khal4.unlock {
  background-image: url(../images/khal_img/khal4_unlock.png);
}
.khal_container.khal5.unlock {
  background-image: url(../images/khal_img/khal5_unlock.png);
}
.khal_container.khal6.unlock {
  background-image: url(../images/khal_img/khal6_unlock.png);
}
.khal_container.khal7.unlock {
  background-image: url(../images/khal_img/khal7_unlock.png);
}
.khal_container.khal8.unlock {
  background-image: url(../images/khal_img/khal8_unlock.png);
}
.khal_container.khal9.unlock {
  background-image: url(../images/khal_img/khal9_unlock.png);
}

/*================================ khal active_khal bg ================================*/
.khal_container.khal1.active_khal {
  background-image: url(../images/khal_img/khal1_active.png);
}
.khal_container.khal2.active_khal {
  background-image: url(../images/khal_img/khal2_active.png);
}
.khal_container.khal3.active_khal {
  background-image: url(../images/khal_img/khal3_active.png);
}
.khal_container.khal4.active_khal {
  background-image: url(../images/khal_img/khal4_active.png);
}
.khal_container.khal5.active_khal {
  background-image: url(../images/khal_img/khal5_active.png);
}
.khal_container.khal6.active_khal {
  background-image: url(../images/khal_img/khal6_active.png);
}
.khal_container.khal7.active_khal {
  background-image: url(../images/khal_img/khal7_active.png);
}
.khal_container.khal8.active_khal {
  background-image: url(../images/khal_img/khal8_active.png);
}
.khal_container.khal9.active_khal {
  background-image: url(../images/khal_img/khal9_active.png);
}

/*================================ khal_content ================================*/
.khal_container.khal1 .khal_content {
  transform: translateX(14%) translateY(13%);
}

#game_section .lottery_box.other_box .done_img {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}

.game_step4 .success_box,
.game_step6 .success_box,
.game_step7 .success_box,
.game_step8 .success_box,
.game_step9 .success_box {
  margin: 0 auto;
}

.game_step4 .next_step_btn,
.game_step6 .next_step_btn,
.game_step7 .next_step_btn,
.game_step8 .next_step_btn,
.game_step9 .next_step_btn {
  margin: 17px auto 0;
}

#game_section .top_box.blur_filter,
#game_section .neck_container.blur_filter {
  filter: blur(4.9px);
}


#prizes .content .rows{
display: flex;
  flex-direction: column;
  gap: 4px;
}

#prizes .content .rows .right{
  color: #C68010;
  font-weight: 700;
  font-size: 12px;
}

#intro_game #prizes{
  padding: 0;
}

#intro_game #prizes .content{
  background: transparent;
  height: max-content;
}
#intro_game #prizes .content .rows{
border-radius: 12px;
  width: 100%;
}

#intro_game #prizes .content .rows .left{
  color: #464646;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;         /* adjust as needed */
  height: 40px;
  background-size: contain;
  color: #000;         /* arrow color */
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;     /* size of the arrow icon */
}


.first-week-alert{
  height: 345px;
  background-color: #F5F5F5;
  width: 100%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.first-week-alert img{
  width: 42px;
  height: 42px;
}

.first-week-alert p{
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 500;
}


