body,
html {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;

  color: #454545;
  background: #fdfdfd;
  text-align: center;
  overflow-x: hidden;
}
a {
  color: #848484;
}
.language_selector > a {
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  border-radius: 3px;
}
.language img {
  display: flex;
  height: 20px;
}
header {
  width: 100%;
  max-width: 400px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px auto;
  padding: 0 20px;
  box-sizing: border-box;
  gap: 0.5rem;
}
.logo {
  width: 80px;
}
.logo img {
  width: 100%;
  height: auto;
  max-width: 70px;
}
header p {
  max-width: 210px;
  text-align: center;
  flex: 2;
}
.right-header {
  display: flex;
  gap: 5px;
  align-items: center;
}
a.exit {
  display: block;
  width: fit-content;
  background: #9e9e9e;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 12px;
  margin: 20px auto;
  box-sizing: border-box;
  display: flex;
}
.wrap {
  text-align: center;
  margin: 0 auto;
}
.content {
  position: relative;
  margin-bottom: 10px;
  margin: 0 auto;
  width: 90%;
  max-width: 600px;
}
.main_img {
  width: 160px;
  margin: 20px auto 20px;
}
.main_img img {
  width: 100%;
}
.trusted {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin: 0px auto 40px;
}
.trusted svg {
  fill: #793ec2;
  transform: scale(1.5);
  padding: 5px 8px 0 0;
}
.trusted-text {
  text-align: left;
}
p {
  margin: 0;
  font-size: 0.8125rem;
  color: #848484;
  text-align: center;
}
h1 {
  font-size: 1.25rem;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
  font-weight: 600;
}
h1.arab {
  font-size: 2rem;
}
h1 span {
  font-size: 2.2rem;
  font-weight: 600;
}
h2 {
  font-size: 0.9rem;
  margin: 0px auto;
  width: 100%;
  text-align: center;
  font-weight: 300;
  line-height: 1.5rem;
}
h3 {
  font-size: 0.8rem;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-weight: 300;
  line-height: 1.5rem;
}
h2 span,
h3 span {
  font-weight: 600;
}
h4 {
  font-size: 0.5875rem;
  margin: 0;
  text-transform: uppercase;
}
.open-modal {
  line-height: 14px;
  max-width: 280px;
  font-size: 12px;
  border: 0;
  background-color: none;
  background: none;
  color: #848484;
  padding: 0;
  margin: 0;
  text-decoration: underline;
}
.links {
  font-size: 12px;
}
.info {
  margin-top: 20px;
}
.tariff,
.tariff a {
  font-size: 12px;
  line-height: 14px;
  margin-top: 5px;
  color: #969696;
}
.input {
  border: none;
  border-radius: 5px;
  font-size: 18px;
  max-width: 250px;
  padding: 12px 10px;
  padding-left: 70px;
  text-align: left;
  width: 90%;
  outline: 0;
  display: block;
  border: 2px solid #a0a0a0;
  margin: 10px auto 0;
  background: #fff url(../../images/DZ_NewGetUpdate/bg-input.png) no-repeat 10px 8px/30px;
  letter-spacing: 1.4px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;

  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.input::placeholder {
  text-align: left;
}
.input,
.input:focus {
  outline: 0;
}
.input.pin {
  max-width: 150px;
  background: #fff;
  padding-left: 50px;
  background: url(../../images/DZ_NewGetUpdate/padlock.png) 10px 10px/28px no-repeat #fff;
}
.input.pin.complete {
  border: 2px solid #793ec2;
}
.input-group {
  position: relative;
}
.prefix {
  position: absolute;
  left: calc(50% - 110px);
  padding-left: 35px;
  top: 13px;
  font-weight: 400;
  font-size: 21px;
  color: #1a1a1a;
}
.pin-steps {
  display: none;
}
a.btn,
.btn {
  display: block;
  text-decoration: none;
  background: #793ec2;
  border: none;
  border-radius: 5px;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px auto 30px;
  width: 280px;
  box-sizing: border-box;
  outline: none;
  padding: 20px 40px;
  position: relative;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
  /* animation: shake-animation 4.72s ease infinite; */
  transform-origin: 50% 50%;
}
.btn:disabled {
  background: #ccc;
}
.check_container {
  width: 100%;
  margin: 20px auto 10px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.check_container input {
  margin: 2px;
}
.subscribe_text p {
  text-align: left;
  line-height: 14px;
  max-width: 280px;
  font-size: 12px;
}
footer {
  padding-bottom: 10px;
  text-align: center;
  margin-top: 25px;
}
footer a,
footer p {
  width: 90%;
  max-width: 520px;
  color: #262626;
  font-family: "Helvetica", sans-serif;
  font-size: 0.8125rem;
  line-height: 18px;
  margin: 0 auto;
}
footer a {
  text-decoration: underline;
}
@keyframes shake-animation {
  0% {
    transform: translate(0, 0);
  }
  1.78571% {
    transform: translate(5px, 0);
  }
  3.57143% {
    transform: translate(0, 0);
  }
  5.35714% {
    transform: translate(5px, 0);
  }
  7.14286% {
    transform: translate(0, 0);
  }
  8.92857% {
    transform: translate(5px, 0);
  }
  10.71429% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
  align-items: center;
  justify-content: center;
}
.modal-content {
  background-color: #fff;
  padding: 40px 20px 20px;
  border-radius: 15px;
  width: 80%;
  height: 60%;
  overflow-y: scroll;
  max-width: 430px;
  margin: 0 auto;
  position: relative;
}
.modal-content-1 {
  background-color: #fff;
  padding: 40px 20px 20px;
  border-radius: 15px;
  width: 80%;
  height: auto;
  overflow-y: scroll;
  max-width: 430px;
  margin: 0 auto;
  position: relative;
}
.modal-content p {
  text-align: justify;
}
.modal-content ul {
  text-align: left;
  font-size: 13px;
  padding-left: 20px;
}
.close {
  color: #454545;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.close:hover,
.close:focus {
  color: #626262;
  text-decoration: none;
  cursor: pointer;
}
.hidden {
  display: none;
}
.error,
.error.white,
.error.yellow,
.error.black {
  margin: 0 auto;
  max-width: 280px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  color: #d11212;
  border: 1px solid #d11212;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
}
.error.white {
  color: #fff;
  border: 1px solid #fff;
}
.error.yellow {
  color: #efec00;
  border: 1px solid #efec00;
}
.error.black {
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
}
.error:empty {
  display: none;
}

/* checked */
.check_container label {
  display: flex;
  gap: 1rem;
  align-items: center;
  color: #9e9e9e;
  position: relative;
}
.check_container input {
  width: 0;
  height: 0;
  opacity: 0;
}
.check_container label > span {
  min-width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  border: 2px solid #9e9e9e;
  border-radius: 3px;
  transition: all 0.3s;
}
.check_container input:checked + label > span {
  border: 2px solid #793ec2;
  animation: bounce 250ms;
}
.check_container input:checked + label > span::before {
  content: "";
  position: absolute;
  top: 42%;
  left: 8px;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: rotate(45deg);
  transform-origin: 0% 100%;
  animation: checked-box 125ms 250ms forwards;
}
@keyframes checked-box {
  0% {
    width: 0;
    height: 0;
    border-color: #212121;
    transform: translate(0, 0) rotate(45deg);
  }
  33% {
    width: 4px;
    height: 0;
    border-color: #212121;
    transform: translate(0, 0) rotate(45deg);
  }
  100% {
    width: 4px;
    height: 8px;
    border-color: #212121;
    transform: translate(0, -8px) rotate(45deg);
  }
}
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
.loading {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loading div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #6a6a6a;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #6a6a6a transparent transparent transparent;
}
.loading-div h3 {
  color: #6a6a6a;
  font-size: 14px;
}
.loading div:nth-child(1) {
  animation-delay: -0.45s;
}
.loading div:nth-child(2) {
  animation-delay: -0.3s;
}
.loading div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hidden {
  display: none;
}
.radio-wrapper {
  display: flex;
  gap: 20px;
  margin: 10px auto;
  width: fit-content;
  color: #848484;
}
.radio-option {
  display: flex;
  gap: 5px;
  align-items: center;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
input[type="radio"] {
  margin: 0;
}
.hide {
  display: none;
}
.spinner {
  font-size: 40px;
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  display: none;
}

.spinner.show {
  margin: 10px auto;
  display: block;
}

.spinner .spinner-blade {
  position: absolute;
  left: 0.4629em;
  bottom: 0;
  width: 0.074em;
  height: 0.2777em;
  border-radius: 0.0555em;
  background-color: transparent;
  -webkit-transform-origin: center -0.2222em;
  -ms-transform-origin: center -0.2222em;
  transform-origin: center -0.2222em;
  animation: spinner-fade9234 1s infinite linear;
}

.spinner .spinner-blade:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.spinner .spinner-blade:nth-child(2) {
  -webkit-animation-delay: 0.083s;
  animation-delay: 0.083s;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.spinner .spinner-blade:nth-child(3) {
  -webkit-animation-delay: 0.166s;
  animation-delay: 0.166s;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.spinner .spinner-blade:nth-child(4) {
  -webkit-animation-delay: 0.249s;
  animation-delay: 0.249s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.spinner .spinner-blade:nth-child(5) {
  -webkit-animation-delay: 0.332s;
  animation-delay: 0.332s;
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.spinner .spinner-blade:nth-child(6) {
  -webkit-animation-delay: 0.415s;
  animation-delay: 0.415s;
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.spinner .spinner-blade:nth-child(7) {
  -webkit-animation-delay: 0.498s;
  animation-delay: 0.498s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.spinner .spinner-blade:nth-child(8) {
  -webkit-animation-delay: 0.581s;
  animation-delay: 0.581s;
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.spinner .spinner-blade:nth-child(9) {
  -webkit-animation-delay: 0.664s;
  animation-delay: 0.664s;
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.spinner .spinner-blade:nth-child(10) {
  -webkit-animation-delay: 0.747s;
  animation-delay: 0.747s;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.spinner .spinner-blade:nth-child(11) {
  -webkit-animation-delay: 0.83s;
  animation-delay: 0.83s;
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.spinner .spinner-blade:nth-child(12) {
  -webkit-animation-delay: 0.913s;
  animation-delay: 0.913s;
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

@keyframes spinner-fade9234 {
  0% {
    background-color: #69717d;
  }

  100% {
    background-color: transparent;
  }
}
input.toggle ~ div {
  height: 0;
  margin: 0.2rem;
  overflow: hidden;
  transition: 0.6s cubic-bezier(0.73, -0.485, 0.145, 1.62);
}
input.toggle:checked ~ div {
  height: 230px;
}
.hidden,
.logo.active .closed,
input.toggle {
  display: none;
}
.toggle {
  width: 25px;
  height: 25px;
  background: url("../../images/DZ_NewGetUpdate/toggle-dark.png") center/25px no-repeat;
  z-index: 20;
}
.toggle.active {
  background: url("../../images/DZ_NewGetUpdate/toggle-active.png") center/25px no-repeat;
  position: relative;
}
.navigation {
  position: fixed;
  left: 100%;
  width: 100%;
  background-color: #131313;
  z-index: 15;
}
.modal,
.navigation.active {
  left: 0;
  top: 0;
}
.navigation ul {
  list-style-type: none;
  padding-left: 0;
  padding-top: 100px;
  padding-bottom: 60px;
  margin: 0;
}

.navigation li {
  padding: 10px 0;
}

.navigation a {
  color: #fff;
}

.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto 15px;
}
.download img {
  width: 100%;
  margin-top: 12px;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #2ecf49;
  transform: scale(1.4);
  margin: 30px auto 0;
}
.icon-circle,
.icon-fix,
.icon-line,
.loading div {
  position: absolute;
}
.check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  -webkit-animation: 4.25s ease-in rotate-circle;
  animation: 4.25s ease-in rotate-circle;
}
.check-icon::after,
.check-icon::before {
  content: "";
  height: 100px;
  position: absolute;
  transform: rotate(-45deg);
}
.icon-line {
  height: 7px;
  border-radius: 2px;
  z-index: 10;
}
.icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  -webkit-animation: 0.75s icon-line-tip;
  animation: 0.75s icon-line-tip;
  background: #2ecf49;
}
.icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  -webkit-animation: 0.75s icon-line-long;
  animation: 0.75s icon-line-long;
  background: #2ecf49;
}
@keyframes loadingBorder {
  0% {
    transform: rotate(0deg);
    border-color: #62c973 transparent transparent transparent;
  }
  25% {
    border-color: #2ecf49 #208b32 transparent transparent;
  }
  50% {
    border-color: #2ecf49 #208b32 #158327 transparent;
  }
  75% {
    border-color: #2ecf49 #208b32 #158327 #0d631b;
  }
  100% {
    transform: rotate(360deg);
    border-color: #92da9e transparent transparent transparent;
  }
}

.icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #2ecf49;
  animation: loadingBorder 2s linear;
}
.icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  transform: rotate(-45deg);
}
@-webkit-keyframes rotate-circle {
  0%,
  5% {
    transform: rotate(-45deg);
  }
  100%,
  12% {
    transform: rotate(-405deg);
  }
}
@keyframes rotate-circle {
  0%,
  5% {
    transform: rotate(-45deg);
  }
  100%,
  12% {
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes icon-line-tip {
  0%,
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-tip {
  0%,
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes icon-line-long {
  0%,
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes icon-line-long {
  0%,
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
.terms-box {
  margin: 20px;
}
.btn-terms {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #585858;
  background: none;
  border: 0;
  padding: 0;
  text-decoration: underline;
}
.bg h1 {
  margin: 20px auto;
  font-size: 18px;
}
.bg p {
  text-align: justify;
  text-align-last: center;
}
.bg .btn-small {
  display: block;
  text-decoration: none;
  background: #793ec2;
  border: none;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px auto 20px;
  width: 200px;
  box-sizing: border-box;
  outline: none;
  padding: 20px 40px;
  position: relative;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
  animation: shake-animation 4.72s ease infinite;
  transform-origin: 50% 50%;
}
