:root {
  --white: #fff;
  --gray: #b3b3b3;
  --green: #ea1f24;
  --dark: #030303;
  --lightGreen: #3ffe83;
  --darkGreen: #ea1f24;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  height: 100%;
  margin: 0 auto;
  padding: 0;
  border: 0;
  font: inherit;
  font-family: "Poppins", sans-serif;
  min-height: 100%;
  box-sizing: border-box;
}
body {
  margin: 0 auto;
  padding: 0;
  border: 0;
  font: inherit;
  font-family: "Poppins", sans-serif;
  color: var(--dark);
}
.hidden {
  display: none;
}
.wrap {
  margin: 0 auto;
  text-align: center;
}
.provider {
  max-width: 52px;
}
header {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 10px;
  justify-content: center;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.header-rigth {
  position: absolute;
  right: 10px;
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
.logo {
  height: 30px;
}
a.exit {
  width: 60px;
  font-size: 14px;
  margin: 0 auto;
  z-index: 3;
  cursor: pointer;
  color: #fff;
  background-color: var(--gray);
  text-decoration: none;
  padding: 5px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tariff {
  font-size: 10px;
  margin-top: 11px;
  color: var(--gray);
}
header .language img {
  display: flex;
  width: 30px;
}
.content {
  width: 100%;
  height: auto;
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  margin: 0 auto;
  max-width: 90%;
}
h1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  max-width: 280px;
  margin: 25px auto 40px;
  color: #646464;
}
.big-margin {
  margin: 58px auto;
}
h1 span {
  display: flex;
  font-size: 36px;
  font-weight: 600;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
h2 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 30px auto 10px;
}
h2 > span {
  color: var(--green);
  font-weight: 600;
}
.thanks-subtitle {
  font-size: 30px;
  font-weight: 600;
}
h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
}
p {
  margin: 0 auto;
  max-width: 400px;
  width: 90%;
  line-height: 18px;
  font-size: 16px;
  font-weight: 400;
}
.steps {
  margin-bottom: 27px;
  p {
    margin-bottom: 5px;
    width: 100%;
    color: #ababab;
    text-align: left;
  }
  :nth-child(1),
  :nth-child(2) {
    color: #646464;
    font-weight: 500;
  }
}
.retry_image {
  width: 140px;
  margin: 5px auto 2px;
}
form {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
.button_global {
  width: 100%;
  max-width: 280px;
  padding: 19px 30px;
  color: var(--white);
  border: none;
  font-size: 28px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #00d619;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 4px -1px 0px rgba(0, 0, 0, 0.2);
}
.btn-color {
  background-image: radial-gradient(circle at 100% 10%, #8fff20 10%, rgba(255, 255, 255, 0) 70%),
    linear-gradient(to bottom, #22ff2c 20%, #00d619 100%);
}
.ssl_image {
  width: 100%;
  max-width: 80px;
  margin: 30px auto 10px;
}
.mt-20 {
  margin-top: 20px;
}
.thanks {
  font-size: 35px;
}
.success-checkmark {
  margin: 10px auto;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid var(--green);
  transform: scale(1.6);
  margin: 20px auto;
}
.icon-circle,
.icon-fix,
.icon-line,
.loading div {
  position: absolute;
}
.loading,
.shake {
  position: relative;
}
.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;
  background: var(--background-color);
  transform: rotate(-45deg);
}
.icon-line {
  height: 5px;
  background-color: var(--dark);
  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;
}
.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;
}
.icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid var(--dark);
}
.icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  transform: rotate(-45deg);
  background-color: var(--background-color);
}
@-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;
  }
}
.shake {
  position: relative;
  -webkit-animation: 3.5s infinite shake-animation;
  animation: 3.5s infinite shake-animation;
  transform-origin: 50% 50%;
}
@-webkit-keyframes shake-animation {
  0%,
  10.71429%,
  100%,
  3.57143%,
  7.14286% {
    transform: translate(0, 0);
  }
  1.78571%,
  5.35714%,
  8.92857% {
    transform: translate(5px, 0);
  }
}
@keyframes shake-animation {
  0%,
  10.71429%,
  100%,
  3.57143%,
  7.14286% {
    transform: translate(0, 0);
  }
  1.78571%,
  5.35714%,
  8.92857% {
    transform: translate(5px, 0);
  }
}
/* 
.progress-container {
  position: relative;
  width: 150px;
  height: 80px;
}

svg {
  transform: rotate(-90deg);
}

.progress-circle {
  fill: none;
  stroke: #e0e0e0;
  stroke-width: 10;
}

.progress-bar {
  fill: none;
  stroke: #00d619;
   stroke-width: 10;
  stroke-dasharray: 314;
  stroke-dashoffset: 314;
  transition: stroke-dashoffset 0.1s linear;
}

.progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: bold;
  color: #e0e0e0;
} */

.spinner {
  font-size: 40px;
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-top: 10px;
  display: none;
}

.spinner.show {
  margin: 0px auto;
  margin-top: 10px;
  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;
  }
}

.show {
  display: block;
}

.hide {
  display: none;
}

.thunder {
  height: 38px;
}

footer {
  width: 100%;
  max-width: 400px;
  padding: 20px;
  text-align: left;
  margin: 0 auto;
  margin-top: 20px;
}
footer ul li {
  list-style: none;
  font-size: 12px;
}
#terms,
 #faq {
  font-size: 12px;
  color: var(--gray);
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
  span {
    margin: 10px 0;
  }
}
.disclaimer p {
  font-size: 12px;
  color: var(--gray);
  text-align: justify;
  text-align-last: center;
}


/* MODAl */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.75);
  align-items: center;
  justify-content: center;
}

.modal-content {
  background-color: var(--white);
  margin: 0 auto;
  padding: 20px;
  border: 1px solid var(--gray);
  border-radius: 15px;
  width: 80%;
  height: 60%;
  max-width: 600px;

  overflow-y: scroll;
}

.modal-content h2 {
  color: var(--dark);
  font-size: 15px;
  margin: 0;
  text-align: center;
}

.modal-content p {
  color: var(--dark)0;
  font-size: 14px;
  margin: 0;
  text-align: center;
}

.modal-content h3 {
    position: relative;
    z-index: 3;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.close {
  color: var(--dark);
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  z-index: 999;
}

.terms .close {
  color: var(--dark);
}

.modal-content ol {
  color: var(--dark);
  font-size: 14px;
  padding-left: 10px;
}

.modal-content a {
  color: var(--dark);
  font-size: 14px;
}


/* Fullscreen modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
}

.modal-content.fullscreen {
  background-color: #111;
  color: var(--white);
  border-radius: 10px;
  padding: 40px;
  max-width: 800px;
  width: 90%;
  margin: 50px auto;
  border: none;
  animation: fadeIn 0.3s ease;
}

.modal-content.fullscreen h1 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  color: var(--lightGreen);
  line-height: 1;
  max-width: 100%;
  margin: auto auto 0;
}

.modal-content.fullscreen p {
  line-height: 1.6;
  font-size: 1rem;
  color: var(--white);
  text-align: justify;
  margin: auto;
  max-width: 100%;
  width: 100%;
}

.modal-content.fullscreen a {
  color: var(--lightGreen);
  text-decoration: none;
}

.modal-content.fullscreen a:hover {
  text-decoration: underline;
}

.close {
  color: var(--white);
  float: right;
  font-size: 28px;
  cursor: pointer;
  margin-top: -10px;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/*TERMS MODAL*/

/* Fullscreen modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
}

.modal-content.terms {
  background-color: var(--white);
  color: var(--dark);
  border-radius: 10px;
  padding: 40px;
  max-width: 400px;
  width: 90%;
  margin: 50px auto;
  border: none;
  animation: fadeIn 0.3s ease;
}

.modal-content.terms h1 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  color: var(--lightGreen);
}

.modal-content.terms p {
  color: var(--gray);
  text-align: justify;
}

.modal-content.terms a {
  color: var(--green);
  text-decoration: none;
}

.modal-content.terms a:hover {
  text-decoration: underline;
}

.close {
  color: var(--white);
  float: right;
  font-size: 28px;
  cursor: pointer;
  margin-top: -10px;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
/* Hamburger Icon */
.toggle {
  width: 28px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 2000;
}
.toggle span {
  background: var(--dark);
  height: 3px;
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* Animation when active */
.toggle.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.toggle.active span:nth-child(2) {
  opacity: 0;
}
.toggle.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* Navigation panel */
.navigation {
  position: fixed;
  top: 0;
  right: -100%;
  width: 75%;
  max-width: 300px;
  height: 100%;
  background: var(--dark);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: right 0.4s ease;
  z-index: 1500;
}
.navigation.active {
  right: 0;
}
.navigation ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
.navigation li {
  margin: 15px 0;
}
.navigation a {
  color: var(--lightGreen);
  font-size: 1.1rem;
  text-decoration: none;
  transition: color 0.2s ease;
}
.navigation a:hover {
  color: var(--white);
}

/* Hamburger icon */
.menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  cursor: pointer;
}

.menu-toggle span {
  height: 3px;
  background: #fff;
  border-radius: 3px;
  transition: 0.3s;
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}