@import url(../fonts/kalameh_font/kalameh.css);
/*=========================== general =====================*/
:root {
  --main-color: #faedcd;
}
*,
html {
  scroll-behavior: smooth !important;
}

body {
  background: #1f1f1f;
  overflow-x: hidden;
  font-family: "kalameh";
}
main {
  height: 100vh;
  max-width: 420px;
  margin: 0 auto;
}
* {
  direction: rtl;
}
img {
  max-width: 100%;
}
p {
  margin: 0;
}
section {
  padding: 0;
}
.form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.mobile {
  display: none;
}
.form-group {
  margin: 0;
  text-align: center;
}

.btn-check:focus + .btn,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 9999s ease-in-out 0s,
    color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s, color 9999s ease-in-out 0s;
  color: #fff !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

input:-internal-autofill-selected {
  color: #fff !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.result {
  text-align: center;
  text-align-last: center;
  color: green;
}

.success-submit {
  color: greenyellow;
  text-align: center;
}

.success {
  color: greenyellow;
}

#confirm-error {
  width: 100%;
}

.input_code.valid {
  color: #000;
  border: 1px solid #525252;
}

.less,
.more {
  display: none;
}

section,
.modal {
  direction: rtl;
}
.box_shadow {
  box-shadow: 0px 0px 42px 0px rgba(117, 117, 117, 0.12);
}

.row {
  max-width: 100%;
  margin: 0 auto;
}

main .step1 .form-group :is(.place_moving) {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  pointer-events: none;
  color: #888888;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

main .step1 .form-group > .place_moving {
  right: 10px;
  translate: 0 -50%;
  padding: 4px 8px;
}

main .step1 .form-group > input {
  height: 56px;
  width: 100%;
  padding-right: 16px;
  border: 2px solid #888888;
  border-radius: 8px;
  background: transparent;
  color: #f9f9f9;
}

main .step1 .form-group > :is(input:focus, .has-value) {
  border-color: #8f44fd;
}

main .step1 .form-group > :is(input:focus, .has-value) ~ .place_moving {
  background: transparent;
  color: #151515;
  translate: 0 -50px;
}

/*============== callToAction and it's hover ==================*/
.callToAction {
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  background: var(--main-color);
  color: #000;
  padding: 9px 0;
  text-align: center;
  width: 100%;
  margin: 0 auto 8px;
  border-radius: 8px;
  border: none;
}
.callToAction:hover {
  background: var(--main-color);
  color: #000;
  border: none;
}

.callToAction2 {
  font-size: 12px;
  font-weight: 500;
  background: transparent;
  color: var(--main-color);
  padding: 9px 0;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  cursor: pointer;
}
.callToAction2 span {
  margin-right: 2px;
}

.callToAction2 img {
  max-width: 16px;
  margin-left: 2px;
}
.callToAction2:hover {
  background: transparent;
  color: var(--main-color);
}

.callToAction3 {
  font-size: 12px;
  font-weight: 700;
  background: #000;
  color: var(--main-color);
  padding: 9px 0;
  text-align: center;
  width: 100%;
  margin: 0 auto 8px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
}
.callToAction3:hover {
  background: #000;
  color: var(--main-color);
  border: none;
}

/*================================ introduction ================================*/
.introduction {
  /* background-image: url(../images/map_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain; */
  position: relative;
}
.introduction .map_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.introduction .container {
  padding: 0 20px;
}
.introduction .content {
  padding: 240px 0 10px;
  text-align: center;
  position: relative;
}
.introduction .title_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 4px;
}
.introduction .title_img {
  max-width: 29px;
  margin-left: 2px;
}
.introduction .title {
  color: var(--main-color);
  font-weight: 700;
  font-size: 18px;

  text-align: center;
  text-align-last: center;
  margin-right: 2px;
}
.introduction .caption {
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  line-height: 180%;
  margin: 0 auto 22px;
  text-align: center;
  text-align-last: center;
}
.introduction .btn_box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 23px;
  text-align: center;
}
.introduction .btn_box .callToAction {
  margin-right: 4px;
}
.introduction .btn_box .callToAction2 {
  margin-left: 4px;
}
.introduction .main_img {
  margin: 0 auto;
}
.introduction .description {
  color: #ffffff;
  font-weight: 300;
  font-size: 12px;
  line-height: 180%;
  margin: 0 auto 22px;
  text-align: right;
  text-align-last: right;
}
.introduction .description strong {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 700;
}
.light {
  position: absolute;
  border-radius: 1000px;
  width: 340px;
  height: 340px;
  filter: blur(120px);
  background: #fbd474;
  opacity: 20%;
}
.introduction .light_r {
  right: -200px;
  bottom: 230px;
}
.introduction .light_l {
  left: -200px;
  bottom: 55px;
}

/*================================ membership ================================*/
#membership {
  background-image: url(../images/map2_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
#membership .light_r {
  right: -300px;
  top: 0px;
}
#membership .light_l {
  left: -300px;
  bottom: 55px;
}
#membership .content {
  max-width: 90%;
  margin: 0 auto;
}
#membership .logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  margin: 0 auto;
}
#membership .title {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-align-last: center;
  margin: 0 auto 4px;
}
#membership .step1 .subtitle {
  font-weight: 300;
  font-size: 12px;

  color: #ededed;
  text-align: center;
  text-align-last: center;
  margin: 0 auto 28px;
}
#membership .step1 .form-group {
  margin: 0 auto 40px;
}
#membership .step1 .callToAction {
  opacity: 30%;
}
#membership .callToAction {
  margin: 0 auto;
  padding: 12px 0;
}
#membership .step1 .callToAction.active {
  opacity: 1;
}
/*  forms styles */
form {
  margin-bottom: 0;
  text-align: center;
}

#membership .form .form-group {
  min-height: 65px;
  width: 100%;
  position: relative;
  text-align: center;
  text-align-last: center;
}

label.error {
  margin: 3px auto;
  color: #fff;
  font-size: 10px;
}
#membership .form .form-control {
  background: #454543;
  border-radius: 8px;
  border: none;
  height: 42px;
  width: 100%;
  color: var(--main-color) !important;
  padding: 10px 0;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  text-align-last: center;
  border: 1px solid #454543;
}
#membership .form-control:focus {
  color: #fff;
  border-color: var(--main-color);
  outline: 0;
  -webkit-box-shadow: none;
}

#membership .form .form-control::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 300;
  font-size: 14px;
}

#membership .form .form-control:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 300;
  font-size: 14px;
}

#membership .form .form-control::-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 300;
  font-size: 14px;
}

#membership .form .form-control::placeholder {
  color: #fff;
  font-weight: 300;
  font-size: 12px;
}

/* ============ 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 60px;
}
.userInput {
  text-align: center;
  direction: ltr;
}

.userInput input {
  width: 59px;
  height: 52px;
  background: #424241;
  border: 1px solid #424241;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  margin: 0 4px;
  font-size: 18px;
  font-weight: 700;
}
#membership .userInput input:focus {
  color: #fff;
  border-color: var(--main-color);
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.userInput input::placeholder {
  color: rgba(255, 255, 255, 0.43);
}

.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: 14px;
  line-height: 180%;
  color: #fff;
  cursor: pointer;
  width: fit-content;
  margin: 0 auto 22px;
}

.again_box {
  margin: 0 auto;
  text-align: center;
  margin: 0 auto 10px;
}

#smsTimer {
  text-align: center;
  text-align-last: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto 10px;
}

#sendAgain {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  margin: 0;
  display: none;
  align-items: center;
}

.copyright {
  opacity: 0.5;
  width: 100%;
  color: #fff;
  font-size: 8px;
  font-weight: 400;
  text-align: center;
  text-align-last: center;
  margin: 90px 0 10px;
}

/*================================ user_panel ================================*/
#user_panel {
  padding: 18px 0 30px;
  text-align: center;
}

#user_panel .content {
  background: #fae3ab;
  border-radius: 14px;
  padding: 12px 30px;
  text-align: center;
  margin: 0 auto 30px;
}
#user_panel .content .title {
  color: #000;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  text-align-last: center;
  margin: 0 auto 14px;
}

#user_panel .content .title3 {
  color: #000;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  text-align-last: center;
  margin: 0 auto;
}
#user_panel .content .title3 span {
  font-weight: 700;
  font-size: 20px;
}
#user_panel .content .title1 {
  font-weight: 700;
}

#user_panel .content .line {
  margin: 0 auto 34px;
}
#user_panel .callToAction2 {
  color: #000;
}
#user_panel .callToAction2 img {
  margin-left: 2px;
  filter: brightness(0);
}
.registered_code {
  /* display: none; */
  text-align: center;
  padding: 0 20px 20px;
}
.registered_code .title {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-align-last: center;
  margin: 0 auto 12px;
}
.code_inner_box {
  background: #2c2c2c;
  color: #fff;
  border-radius: 12px;
  margin: 0 auto 6px;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: none;
}
.code_inner_box:nth-child(-n + 5) {
  display: flex;
}
.registered_code .product_name {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  text-align: right;
  text-align-last: right;
  margin: 0 0 2px;
}
.registered_code .product_name {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  text-align: right;
  text-align-last: right;
  margin: 0 0 2px;
}
.product_code_box {
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  line-height: 180%;
  text-align: right;
  text-align-last: right;
  margin: 0;
}
.product_info {
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  line-height: 180%;
  text-align: right;
  text-align-last: right;
  margin: 0;
  display: flex;
  align-items: center;
}
.product_info img {
  margin-right: 4px;
}
.see_more {
  font-weight: 700;
  font-size: 12px;
  line-height: 180%;
  margin: 30px auto 140px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.see_more .arrow-down {
  transform: rotate(-90deg);
  margin-right: 6px;
}

/* product register */
.modal .close {
  cursor: pointer;
  position: absolute;
  left: 10px;
  top: 10px;
  transform: rotate(45deg);
  z-index: 100;
}
.modal-content {
  background: #333131;
  border-radius: 12px;
  max-width: 312px;
  margin: 0 auto;
}
#submit_code_modal .title {
  color: var(--main-color);
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
  text-align: center;
  text-align-last: center;
  margin: 0 auto 17px;
}

#submit_code_modal .form-control {
  border-radius: 8px;
  background: #424040;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  line-height: 180%;
  padding: 10px;
  border: none;
}
#submit_code_modal .form-control::placeholder {
  color: #d9d9d9;
}
#submit_code_modal .form-group {
  min-height: 65px;
  width: 100%;
  position: relative;
}
#submit_code_modal .form-control:focus {
  color: #fff;
}
#submit_code_modal .modal-body {
  padding-top: 44px;
}
#submit_code_modal .dropdown-toggle {
  width: 100%;
  height: 42px;
  border-radius: 8px;
  background: #424040;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  line-height: 180%;
  text-align: right;
  text-align-last: right;
  padding: 10px;
  border: none;
}
#submit_code_modal .dropdown-toggle:after {
  display: none;
}
#submit_code_modal .form-group {
  position: relative;
}
#submit_code_modal .arrow_down {
  position: absolute;
  left: 10px;
  top: 13px;
}

#submit_code_modal .step1 , #submit_code_modal .step2 , #submit_code_modal .step3{
   display: none; 
}

#submit_code_modal .step3 {
  text-align: center;
  position: relative;
}
.modal .product_bg {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
#submit_code_modal .step3 .product_img {
  margin: 0 auto 3px;
  position: relative;
      max-height: 200px;
}
#submit_code_modal .step3 .product_name {
  margin: 0 auto 3px;
  color: var(--main-color);
  font-weight: 700;
  font-size: 16px;

  text-align: center;
  text-align-last: center;
  margin: 0 auto;
}
#submit_code_modal .step3 .product_caption {
  color: #dddddd;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  text-align-last: center;
  margin: 0 auto 60px;
  white-space: pre-line;
}
#submit_code_modal .add_product {
  font-weight: 400;
  font-size: 12px;
  background: transparent;
  border: none;
  color: var(--main-color);
  margin: 0 auto 20px;
}
.modal .main_img {
  margin: 30px auto 10px;
  position: relative;
}
#awardModal .title {
  color: var(--main-color);
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-align-last: center;
  margin: 0 auto 6px;
}

#awardModal .caption {
  color: #dfdfdf;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  text-align-last: center;
  margin: 0 auto 17px;
}

/* =============================== submit_info ===============================  */
#awardModal .step2 {
  display: none;
}
#submit_info .form-group {
  min-height: 60px;
  position: relative;
}
#submit_info .form-group .arrow_down {
  position: absolute;
  left: 10px;
  top: 13px;
  cursor: pointer;
}
#submit_info .form-control {
  background: #424040;
  border-radius: 8px;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  text-align: right;
  text-align-last: right;
  border: none;
  min-height: 42px;
}
#submit_info .form-control::placeholder {
  color: #8b8b8b;
}
#submit_info select {
  cursor: pointer;
  color: #fff;
}
#submit_info select.form-control {
  color: #8b8b8b;
}

#awardModal .step3 {
  display: none;
  text-align: center;
}
#awardModal .step3 .result {
  margin: 0 auto 25px;
}
#awardModal .step3 .title {
  color: var(--main-color);
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-align-last: center;
  margin: 0 auto 6px;
}
#awardModal .step3 .caption {
  color: #dfdfdf;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  text-align-last: center;
  margin: 0 auto 31px;
}
#awardModal .error {
  color: #fff;
  font-size: 12px;
  margin: 0;
}
#awardModal select:-internal-autofill-selected {
  background-color: #424040 !important;
}

/* .customer .info_box {
  display: none;
}
.customer .registered_code {
  display: block;
} */

/* =============================== bottle_box ===============================  */
.bottle_box {
  width: 250px;
  margin: 0 auto;
  position: relative;
}
.bottle_box .bottle {
  background-image: url(../images/bottle_cap.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
}
.bottle_box .bottle .logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  filter: grayscale();
  max-width: 50px;
  top: 40px;
}
.bottle_box .cap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.bottle_box svg {
  width: 100%;
  height: 100%;
}
.bottle_box .wave {
  fill: #dc903f;
  opacity: 0.6;
  transition: transform 0.5s ease;
}
.add {
  max-width: 16px;
}

/* =============================== level_box ===============================  */
.level_box {
  position: absolute;
  top: 30px;
  right: 0;
}
.level_box .level {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.level_box .level .sign {
  height: 1px;
  background: #000;
}
.level_box .level.top_row {
  margin-bottom: 28px;
}
.level_box .level.top_row .sign {
  width: 30px;
}
.level_box .level.bottom_row .sign {
  width: 15px;
}
.level_box .name {
  font-size: 12px;
  font-weight: 300;
  margin-left: 5px;
}
.product_info a {
    color: #fff;
    display: flex;
    align-items: center;
}

#mapModal .modal-content {
    max-width: 100%;
}
#mapModal .modal-header .btn-close {
    filter: invert(1);
    color: #fff;
    position: absolute;
    left: 2%;
}

#mapModal #mapModalLabel {
    color: #fff;
}
#mapFrame{
   min-height: 80vh;
}
.footer {
    text-align: center;
    margin-top: 2rem;
}
.logout {
    color: #F96565;
    font-size: 12px;
}
.logout:hover {
    color: #fff;
}
