*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0rem;
  margin: 0rem;
  font-family: "Karla";
}

.container {
  --max-width: 1200px;
  width: min(var(--max-width), 100% - 2rem);
  margin: auto;
}
.container-sm {
  --max-width: 1100px;
  width: min(var(--max-width), 100% - 2rem);
  margin: auto;
}
.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.grid-row {
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.grid-row-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 1.4rem;
  justify-content: center;
}
.guide {
  background-color: aliceblue;
  padding-block: 2rem;
}
.guide .card {
  padding: 0.8rem;
  background: white;
  border-radius: 0.4rem;
  padding-bottom: 0rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.guide p {
  font-size: 0.98rem;
  word-spacing: 0.1rem;
  color: initial;
}
.heading {
  color: #4d627a;
  letter-spacing: -0.1rem;
  /* font-size: 1.4rem; */
}
.preloader {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  /* visibility: visible; */
  opacity: 1;
  transition: all 1s;
  font-size: 6rem;
  background-color: white;
}
.section-image {
  width: 300px;
  max-width: auto;
  object-fit: contain;
  margin-top: 1.4rem;
  margin-inline: auto;
}
.preloader > div {
  height: 100%;
  background-color: #4d627a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader.loaded {
  /* visibility: hidden; */
  opacity: 0;
  visibility: hidden;
  /* z-index: -1; */
}
.link-icon {
  height: 20px;
  width: 20px;
  object-fit: contain;
  display: inline;
}

.flex-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  /* padding-block: 1rem;
  padding-inline: 1rem; */
}
header {
  height: 10vh;
  padding-block: 0.2rem;
  display: flex;
  justify-content: center;
  color: white;
  position: fixed;
  width: 100%;
  z-index: 2;
}
.header-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header-logo img {
  height: 75px;
  width: 75px;
  object-fit: contain;
}
.header-logo p {
  font-weight: bold;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
}
.header-links {
  flex: 1;
  display: flex;
  justify-content: center;
}
.header-links ul {
  display: flex;
  gap: 1rem;
}
.header-links a {
  text-decoration: none;
  font-size: 0.9rem;
  color: white;
}
.header-login-links {
  display: flex;
  gap: 1rem;
}
.header-login-links li {
  list-style: none;
}
.header-login-links a {
  text-decoration: none;
  border: 1px solid white;
  padding: 0.5rem 1rem;
  color: white;
  font-weight: bolder;
  border-radius: 0.3rem;
}
.hero {
  height: 100vh;
  background-image: url(../img/hero_desktop2.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  /* padding-block: 3rem; */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: calc(10vh + 1rem);
}
.hero .hero-button {
  border: none;
  padding: 1rem;
  background: white;
  border-radius: 0.2rem;
  width: fit-content;
  font-weight: bold;
  font-size: 1.2rem;
}

.hero .service-section {
  border: 1px solid white;
  padding: 1.5rem;
  padding-block: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  float: right;
  margin: auto;
  border-radius: 0.4rem;
}
.service-section a {
  padding: 15px;
  background-color: #fff;
  border-radius: 0.2rem;
  text-decoration: none;
}
/* .hero::after {
  content:"";
  position: absolute;
  height: 110vh;
  width: 100%;
  background: white;
  opacity: 0.2;
  z-index: 1;
} */
.hero-link ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 1rem auto;
  background-color: white;
  opacity: 80%;
  width: 60%;
  padding: 0.5rem;
  border-radius: 1rem;
}
.hero-link img {
  height: 50px;
  width: 100px;
  object-fit: contain;
}
.hero-link li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-link a {
  text-decoration: none;
}
.hero .text-content {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  height: 100%;
  flex-direction: column;
  width: 100%;
  padding-inline: 2rem;
}
.hero .hero-description {
  text-align: left;
  margin-bottom: -4rem;
  flex-direction: column;
  /* flex: 2; */
  display: flex;
}

.hero .hero-description h1,
h2 {
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0rem;
  font-size: 3.5rem;
  overflow: hidden;
  color: white;
  margin-bottom: 1.5rem;
  text-align: left;
  line-height: 0.9;
}
/* .hero .text-content > div {
  flex: 1;
} */
.text-content .cursor {
  display: inline-block;
  background-color: orange;
  width: 3px;
  /* height: 3rem; */
  margin-left: 0.1rem;
  animation: blink 1s infinite;
}
.text {
  color: white;
  font-size: 1.2rem;
  text-align: left;
}
@keyframes blink {
  0% {
    background-color: #ccc;
  }
  49% {
    background-color: #ccc;
  }
  50% {
    background-color: transparent;
  }
  99% {
    background-color: transparent;
  }
  100% {
    background-color: #ccc;
  }
}
.how-it-works {
  padding-block: 3rem;
}
.how-it-works img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.how-it-works .card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border: 1px solid lightgray;
  border-radius: 0.2rem;
  height: 350px;
  padding: 1rem;
}
.how-it-works .heading-con {
  margin: auto;
  padding-block: 3.2rem;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}
.how-it-works .heading-con h1 {
  font-weight: bolder;
  font-size: 2rem;
}
.how-it-works .heading-con p {
  font-weight: thin;
  font-size: 1rem;
}
.how-it-works .card-img {
  height: 100px;
  width: 100px;
  padding: 1rem;
}
.how-it-works .card-text {
  text-align: center;
  line-height: calc(100% + 0.5rem);
}
.review .content {
  padding-block: 5rem;
  width: 100%;
}
.token-section .form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}

.token-section .form input {
  font-size: 0.9rem;
  color: dimgrey;
  padding: 0.8rem;
  width: 80%;
  border-radius: 0.3rem;
  border: 1px solid gainsboro;
}
.form button {
  padding: 1rem 3rem;
  font-size: 0.9rem;
  width: fit-content;
  border: none;
  border-radius: 0.3rem;
  background-color: deepskyblue;
  color: white;
}
.token-section {
  background-color: ghostwhite;
  height: 500px;
  display: flex;
  justify-content: center;
}
.token-section .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.token-section .heading {
  font-size: 2rem;
  letter-spacing: 0.1rem;
}
.token-section .text {
  color: dimgrey;
  padding-block: 1.5rem;
  line-height: 1.5rem;
}
.heading .primary-text {
  color: deepskyblue;
}
.token-section-img img {
  height: 500px;
  width: 75%;
  object-fit: cover;
  border-radius: 0.5rem;
}
.contact-form {
  padding-block: 3rem;
}
.contact-form .flex-row {
  padding: 0rem;
  justify-content: flex-start;
  gap: 1rem;
}
.contact-form li {
  padding-block: 0.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  /* justify-content: center; */
}

.contact-form .form-info,
.contact-form .form {
  flex: 1;
}
.contact-form .form-info h1 {
  font-size: 2rem;
  letter-spacing: 0.1rem;
}
.contact-form .form-info p,
ul {
  color: dimgrey;
  padding-block: 1.5rem;
  line-height: 1.5rem;
  list-style: none;
}
.contact-form .form {
  padding: 0rem 3rem;
}
.platforms {
  padding-block: 2rem;
  background-color: white;
}
.platforms .grid-row {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(4, 1fr);
}
.platforms .card {
  background-color: white;
  border-radius: 0.3rem;
  height: 200px;
  border: 2px solid ghostwhite;
  display: flex;
  align-items: center;
  justify-content: center;
}
.platforms .card img {
  height: 100%;
  width: 80%;
  object-fit: contain;
}
.form-input {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.4rem;
  padding-block: 0.4rem;
}

.form-input input,
textarea,
select {
  width: 100%;
  padding: 0.8rem;
  border-radius: 0.2rem;
  border: 1px solid gainsboro;
}
.form-input + button,
h1 {
  margin-block: 1rem;
}
.form-input label {
  font-size: 0.9rem;
  color: dimgray;
}
.download-section {
  background-color: #4d627a;
  padding-block: 0.2rem;
}
.download-section .flex-row {
  justify-content: flex-start;
}
.download-section .container-sm {
  background-color: #4d627a;
  border-radius: 1rem;
  padding-inline: 3rem;
  margin: auto;
  padding-block: 2rem;
}
.download-section .container-sm > div {
  flex: 1;
}
.download-section h1 {
  color: white;
  margin: 0px;
  /* display: none; */
}
.download-section .text-content {
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}
.download-section .content {
  display: flex;
  justify-content: flex-end;
  padding: 0px;
}
.download-imgcontainer {
  height: 75%;
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.download-imgcontainer img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.download-section .text {
  text-align: left;
  margin-block: 1.5rem;
  font-size: 1.2rem;
  line-height: calc(100% + 0.4rem);
}
.download-section .download-link {
  font-size: 1.5rem;
  color: white;
  text-decoration: none;
}
.footer .content {
  flex: 1;
  padding: 0rem 1rem;
  display: flex;
  flex-direction: column;
}
.footer .logo {
  height: 80px;
  width: 100px;
  object-fit: contain;
  align-self: center;
}
.footer .logo-container {
  margin-inline: auto;
  color: rgb(6, 57, 112);
}

.footer .info p {
  font-size: 0.9rem;
  margin-block: 1.2rem;
  line-height: 1.5rem;
  color: dimgrey;
}
.footer .footer-links {
  flex: 2;
  height: 100%;
}

.footer-links .links-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  align-items: flex-start;
  gap: 1.5rem;
  height: 100%;
  list-style: none;
}
/* .col-3 {
  border: 1px solid black;
} */
.links-container .links-heading {
  font-size: 1rem;
  color: black;
  font-weight: bold;
  padding-bottom: 1rem;
}
.links-container .links a {
  font-size: 0.9rem;
  color: dimgrey;
  display: block;
  padding-block: 0.3rem;
  text-decoration: none;
}

.footer .socials {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 0.8rem;
  border-top: 1px solid gainsboro;
}
.socials-icons {
  display: flex;
  gap: 1rem;
}
.socials .links a {
  text-decoration: none;
  color: dimgrey;
}

.socials .icon {
  display: block;
  height: 30px;
  width: 30px;
}
.icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.footer .copyright {
  font-size: 0.9rem;
  color: dimgrey;
}

.paymentform-container {
  background-color: white;
  padding: 1.4rem 1rem;
  border-radius: 0.6rem;
  width: 100%;
  height: fit-content;
  display: flex;
  /* align-items: center; */
  justify-content: center;
}

.paymentform-container .payment-summary {
  flex: 1;
  padding: 1rem 1.3rem;
  position: relative;
}

.paymentform-container form {
  flex: 1;
  padding: 1rem 1.3rem;
}
.paymentform-container label {
  display: flex;
  gap: 0.8rem;
}
.paymentform-container form .item {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 0.4rem;
}
.paymentform-container form p {
  font-size: 0.8rem;
}
.paymentform-container button {
  margin-top: 1rem;
  border: none;
  background: #006699;
  padding: 0.8rem;
  width: 100%;
  border-radius: 0.6rem;
  color: white;
  font-size: 1.1rem;
  /* font-weight: bolder; */
}
.summary .item {
  display: flex;
  align-items: center;
  padding-block: 1rem;
  gap: 4rem;
}

.summary .item img {
  height: 40px;
  width: 40px;
  object-fit: contain;
}
.summary .item a {
  text-decoration: none;
}
.show {
  visibility: visible;
}

.box {
  background-color: black;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(000, 000, 000, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
}

.content {
  position: relative;
  /* background: white; */
  padding: 1em 2em;
  border-radius: 4px;
  width: fit-content;
}

.modal:target {
  display: flex;
}
.mobile-menu {
  display: none;
}

.mobile-menu a {
  display: block;
  width: 100%;
  padding-block: 0.4rem;
  padding-inline: 0.4rem;
  color: white;
  margin-block: 0.8rem;
  text-decoration: none;
  border: none;
  border-radius: 0.9rem;
  border-radius: 0.2rem;
  border: none;
  text-align: center;
}

.mobile-menu .loginbutton {
  background: transparent;
  padding: 1rem;
  border: 1px solid orange;
}
.mobile-menu .registerbutton {
  background: orange;
  padding: 1rem;
}
.mobile-menu .links {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero .hero-bottom2 {
  display: none !important;
}
.hero .hero-bottom {
  display: flex;
  width: 100%;
  margin-inline: auto;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin-top: 5rem;
}
.hero .hero-description2 {
  display: none;
}
.continue-link {
  display: none;
}
/* mobile view */
@media screen and (max-width: 700px) {
  .hero {
    background-image: url(../img/slider_img1.jpg);
  }
  .hero .text-content {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 0rem;
    padding-bottom: 1rem;
  }
  .text-content {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 0rem;
    padding-bottom: 1rem;
  }
  .continue-link {
    display: block;
  }
  .hero .hero-description h1,
  h2 {
    font-size: 3rem;
    display: none !important;
  }
  .hero .hero-description2 {
    display: block;
  }
  .hero .text-content > div {
    width: 100%;
    flex: none;
  }
  .hero .hero-bottom {
    display: none;
  }
  .hero .hero-bottom2 {
    display: flex !important;
    justify-content: center;
    gap: 0.6rem;
  }

  .hero .service-section {
    width: 100%;
    padding: 2rem;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    inset: 0;
  }
  .hero .service-section a {
    padding: 2rem;
  }
  .hero .download-link {
    padding: 0rem !important;
    display: flex;
  }
  .hero .hero-button {
    margin: 0rem !important;
  }
  .hero h2 {
    padding-block: 0.3rem;
    font-size: 1.3rem !important;
  }
  .hide-mobile {
    display: none !important;
  }
  .mobile-menu {
    display: block !important;
  }

  .flex-row {
    flex-direction: column;
  }

  .download-section .container-sm {
    padding-inline: 0rem;
  }
  .footer-links .links-container {
    flex-direction: column;
  }
  .download-section .flex-row {
    flex-direction: row !important;
  }
  .token-section .content .text {
    text-align: center !important;
  }
  .contact-form .form {
    padding: 0rem 0rem !important;
    width: 100%;
  }
  .footer-links .links-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.2rem;
    gap: 1.5rem;
    height: 100%;
    list-style: none;
  }
  .footer .socials {
    flex-direction: column;
    gap: 1rem;
  }
  .hero-b0ttom {
    justify-content: center !important;
    background-color: transparent;
  }
  .counter-wrapper {
    flex-direction: column;
    gap: 3.5rem !important;
    height: fit-content !important;
  }
}

.counter-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.counter {
  font-size: 60px;
  margin-top: 10px;
}
