@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Nunito+Sans:wght@700&family=Syne:wght@700&family=Telex&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500&family=IBM+Plex+Sans:wght@500&family=Montserrat:wght@500&family=Poppins:wght@300&family=Syne:wght@400;600&family=Tangerine&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Nunito+Sans:wght@700&family=Syne:wght@700&family=Telex&display=swap');

.font-tang {
  font-family: 'Tangerine', cursive;
  font-size: 30px;
}

.headingFont {
  font-family: 'Syne', sans-serif;
  font-size: 30px;
}

.Montserr {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  margin-top: 20px;
  line-height: 28.8px;
}

.logo {
  font-family: 'Tangerine', cursive;
  line-height: 30px;
  font-size: 30px;
}
.Montserrat {
  font-family: 'Montserrat', sans-serif;
}
.cards {
  color: #595959;
}
.midnight {
  color: #333333;
}
.password-body {
  font-family: 'Montserrat', sans-serif;
  color: #333333;
}
.contact {
  border: 2px solid #999999;
}
.mon {
  font-family: 'Montserrat', sans-serif;
}

.font-syne {
  font-family: 'Syne', sans-serif;
}

.link-no-underline {
  text-decoration: none !important;
}
.Nunito {
  font-family: 'Nunito Sans', sans-serif;
  background: rgba(255, 255, 255, 0.8);
}
.h-image {
  height: 500px;
}

.syne-font {
  font-family: 'Syne', sans-serif;
}
.bg-button {
  background: #54afff;
  color: white;
}
.bg-button:hover {
  background: #0a6098;
}

.holder {
  background: #e6e6e6;
  height: 600px;
}
.h-head {
  height: 575px;
  background: #e6e6e6;
}

.b-button {
  width: 143px;
  height: 48px;
}

.bn-button {
  border: 2px solid grey;
  color: #f56e00;
}

.bg-orange {
  color: orange;
}

.clock-bg {
  background: #ffe6ec;
  color: #b3002d;
}

.select-content {
  border: 1px solid #bfbfbf;
  border-radius: 20px;
  height: px;
}
.telex {
  font-family: 'Telex', sans-serif;
}
/* ****************************************** */

.font {
  font-family: 'Syne', sans-serif;
  color: #333333;
}

.pricefont {
  color: #595959;
  font-family: 'Syne', sans-serif;
}
.inputbox {
  color: #999999;
}

.payment {
  border: 1px solid #bfbfbf;
}
.logo {
  font-family: 'Tangerine', cursive;
  line-height: 30px;
}

.zipcode {
  width: 48.5%;
}
@media (max-width: 768px) {
  .zipcode {
    width: 100%;
  }
}

.dance {
  animation-name: dance;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  transform-origin: center;
}

@keyframes dance {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.card-style {
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

@media (min-width: 640px) {
  .card {
    flex-direction: row;
  }

  .card-image {
    flex: 0 0 30%;
  }

  .card-text {
    flex: 1;
  }
}

.trans {
  transition: all 0.3s ease-in-out;
}
