body {
  font-family: "Poppins", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Poppins", sans-serif;
}
.uk-button-primary {
  font-family: "Poppins", sans-serif;
}

h2 {
  /* color: #3B4BFB !important; */
  color: rgb(40, 42, 44) !important;
}
.uk-button-primary {
  background-color: rgb(40, 42, 44);
  color: #fff !important;
  border: 1px solid transparent;
}
.uk-button-primary:hover {
  background-color: #854fff;
}
h2 {
  color: rgb(40, 42, 44) !important;
}

.text-13 {
  font-size: 13px !important;
}
/* .card {
  width: 406px;
} */
/* .uk-width-3-4\@s{
  width: 406px;

} */

@media (min-width: 640px) {
  .card {
    width: 406px;
  }
}

.btn {
  padding: 10px 20px;
  border-radius: 6px;
  letter-spacing: 1px;
  font-size: 13px !important;
}

.pdd-horizon-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.pdd-vertical-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.pt-40 {
  padding-top: 40px;
}
.flex {
  display: flex;
}
.justify-between {
  justify-content: space-between;
}
.font-poppins {
  font-family: "Poppins", sans-serif;
}

.text-ash {
  color: #526484 !important;
}
a {
  color: #526484;
}
a:hover {
  color: #29384a;
  text-decoration: underline;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background-repeat: no-repeat;
  background-size: cover;
}