.animateFadeIn {
  animation: fadeIn 0.35s ease-in;
}

@keyframes fadeIn {
  from {
    opacity:0;
  }

  to {
    opacity:1;
  }
}

body {
  margin: 0;
  font-family: "Cerebri Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
  background: #292b2c;
  padding-top: 50px !important;
  padding-bottom: 25px !important;
}

.brandColorGradientLight {
  background: #4BB9B3;
  background: linear-gradient(to right, #65fff6 0%, #4BB9B3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brandColorGradientDark {
  background: #4BB9B3;
  background: linear-gradient(to right, #56d7d0 0%, #4BB9B3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.display-1,
.display-2,
.display-3,
.display-4 {
  letter-spacing: -0.02em;
}
.text-center {
  text-align: center !important;
  z-index: 10;
}
.mb-3,
.my-3 {
  margin-bottom: 0.75rem !important;
}
.display-4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}

.h4,
h4 {
  font-size: 0.9375rem;
}

.customButton:hover {
  opacity: 80%;
}

.text-muted {
  color: #3a3a3a !important;
}

.text-center {
  text-align: center !important;
}
.mb-5,
.my-5 {
  margin-bottom: 2.25rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 2.25rem !important;
}
@media (min-width: 768px) {
  .col-md-5 {
    flex: 0 0 73%;
    max-width: 73%;
  }
}

.no-padding {
  padding: 0px !important;
}

.form-group {
  margin-bottom: 1.375rem;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.form-control:not(.custom-select) {
  padding-right: 0.75rem;
}

.align-self-end {
  color: white;
  align-self: flex-end !important;
}

.footerText {
  color: white;

}

.card {
  margin-bottom: 1.5rem;
  box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
  border: 1px solid #edf2f9;
  border-radius: 0.5rem;
  margin-left: 18%;
  margin-right: 18%;
}

.card-header:first-child {
  border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}

.card-header {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid #edf2f9;
}

.lift {
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.lift:focus,
.lift:hover {
  box-shadow: 0 1rem 2.5rem rgba(18, 38, 63, 0.1),
    0 0.5rem 1rem -0.75rem rgba(18, 38, 63, 0.1) !important;
  transform: translate3d(0, -3px, 0);
}

.lift-lg:focus,
.lift-lg:hover {
  box-shadow: 0 2rem 5rem rgba(18, 38, 63, 0.1),
    0 0.5rem 1rem -0.75rem rgba(18, 38, 63, 0.05) !important;
  transform: translate3d(0, -5px, 0);
}

.form-control::-webkit-input-placeholder {
  color: #b1c2d9;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #b1c2d9;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #b1c2d9;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #b1c2d9;
  opacity: 1;
}

.form-control::placeholder {
  color: #b1c2d9;
  opacity: 1;
}

.btn-primary.disabled, .btn-primary:disabled {
  margin-bottom: 18px;
}

.btn-primary {
  width: 100%;
}

@media (max-width: 768px) {
  .justify-content-between {
    justify-content: center!important;
    line-height: 1.8rem;
    margin-top: 1rem;
  }
  .card{
    margin-left: 0;
    margin-right: 0;
  }

  .footer {
    justify-content: center!important;
    flex-wrap: wrap;
    right: 9%;
    line-height: 1.8;
  }
}

.qrlink {
  background-color: blue;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 50px;
  animation: pulse 1s infinite;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
}

.qrlink:hover {
  background-color: green;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.07); /* Pulse to a larger size at 50% */
  }
  100% {
    transform: scale(1);
  }
}

.successful {
  color: black;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 23px;
  background-color: #0080006e;
  border-radius: 32px;

}

.redirecting {
  font-size: 18px;

}

.startup:hover {
  background-color: #a040a0;
}

.spinner {
  border: 7px solid rgba(0,0,0,.1);
  width: 77px;
  height: 77px;
  margin-top: 10px;
  border-radius: 50%;
  border-left-color: #7600dc;
  animation: spin 1s ease infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1.8;
  bottom: 5%;
  position: fixed;
  column-gap: 43rem;
}

html, body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

.vh-100 {
  max-width: 100vw;
}

.tiktokCardFull {
  margin-bottom: 10rem;
}


