* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: none;
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #0c0c0c;
}

p {
  margin: 0;
  color: #0c0c0c;
}

input,
textarea,
a,
button {
  outline: none !important;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  color: #7962e4;
}

a:hover {
  color: #7962e4;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

a {
  text-decoration: none;
}

body {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  background-color: #ffffff;
  color: #0c0c0c;
  font-family: "Inter", "Tajawal", sans-serif;
}

html[dir="rtl"] {
  font-family: "Tajawal", "Inter", sans-serif;
}

.font-medium {
  font-weight: 500;
}
.font-semi-bold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  color: #0c0c0c;
  margin-bottom: 4px;
}

.form-control {
  height: 70px;
  background: #fcf6fa;
  border: 1px solid #4943af73;
  border-radius: 8px;
  box-shadow: none;
  padding: 8px 16px;
  font-size: 24px;
  color: #9b8dac;
}

.form-control:focus {
  box-shadow: none;
  background-color: #fff;
  border-color: #5f24a8;
}

textarea.form-control {
  height: auto;
}

.app-header {
  padding: 60px 0 0;
  position: relative;
  z-index: 3;
}

@media(max-width:767px){
  .app-header{
    padding: 30px 0 0;
  }
}

.back {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #e9e6e6;
}

.app-container {
  padding-left: 50px;
  padding-right: 50px;
  margin-right: auto;
  margin-left: auto;
}
.app-content {
  padding: 20px 0 0;
}
@media (min-width: 1025px) {
  .app-container {
    width: 1200px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .app-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.btn-primary {
  background-color: #7962e4;
  border-radius: 8px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  padding: 15px 0;
  border: 0;
  font-weight: 600;
}

.btn-primary:hover {
  background-color: #6a54c9;
}
.form-code {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #e9e6e6;
}

.card-cobone {
  padding: 40px 48px;
  border: 1px dashed #af4e99;
  border-radius: 8px;
  background: url(../images/coupon.svg);
  background-repeat: no-repeat;
  background-position: 3px 4px;
  background-color: #fcf6fa;
}

.card-success h2  {
  font-size: 32px;
}

.text-primary {
  color: #af4e99 !important;
}

.card-point {
  background: #ffffff;
  border: 1px solid #e9e6e6;
  border-radius: 8px;
  padding: 22px 0;
}

.numbers {
  direction: ltr;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.numbers li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fbfbfd;
  border: 1px solid #4943af26;
  font-size: 34px;
  height: 77px;
  cursor: pointer;
  color: #7962e4;
  font-weight: 600;
  border-radius: 8px;
}
.current-number {
  background: #ffffff;
  border: 1px solid #4943af;
  border-radius: 8px;
  padding: 0px 30px;
  font-size: 24px;
  color: #5f24a8;
  direction: ltr;
  height: 60px;
  display: flex;
  align-items: center;
}

.card-number {
  background: #ffffff;
  padding: 24px;
  border: 1px solid #e9e6e6;
  border-radius: 8px;
  margin-top: 73px;
}

@media(max-width:992px){
  .card-number{
    margin: 30px 0;
  }
}

.image-qr-code {
  max-height: 250px;
}

.qr-code {
  border: 1px solid #e9e6e6;
  padding: 24px 24px 16px;
  border-radius: 8px;
}

.bg-image {
  background: url(../images/bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  width: 70%;
  height: 100%;
  top: 0;
  inset-inline-end: 0;
  z-index: -1;
  background-position: center;
}

.language {
  position: relative;
}

.language .flag {
  max-height: 30px;
  margin-inline-start: 6px;
}

.language-btn {
  font-size: 24px;
  border: 1px solid #e9e6e6;
  border-radius: 8px;
  background-color: #fff;
  padding: 21px 27px;
  cursor: pointer;
}
.language-dropdown {
  position: absolute;
  top: 105%;
  border: 1px solid #e9e6e6;
  border-radius: 8px;
  background-color: #fff;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease-in-out;
}
.language-dropdown.open{
  opacity: 1;
  visibility: visible;
}
.language-dropdown a {
  font-size: 24px;
  padding: 20px;
  display: flex;
  align-items: center;
}
.app-footer {
  margin: 40px 0;
}
@media (min-width: 992px) {
  .app-footer {
    margin-top: 100px;
  }
}
.app-footer h5 {
  color: #858585;
}

.btn-shopping {
  height: 64px;
  background: #003a6e;
  color: #fff;
  border-radius: 8px;
  width: 100%;
  border: 0;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.btn-shopping:hover {
  background: #00325e;
  color: #fff;
}

.img-gif{
  position: absolute;
  right: 50%;
  top: 42%;
  transform: translate(50%, -50%);
  z-index: 1;
  height: 100%;
}

@media(max-width:991px){
  .img-gif{
    height: auto;
  }
}

html[dir="rtl"] .bg-image ,html[dir="rtl"] .back {
    transform: scaleX(-1);
}
