* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: "Lexend Deca", sans-serif !important;
}

h4 {
  letter-spacing: -0.05rem !important;
  font-weight: 100 !important;
}

h2 {
  letter-spacing: -1.5px !important;
}

.small-caps {
  color: #333 !important;
  letter-spacing: 1.5px !important;
}

.preloader__subline {
  color: #fff !important;
}

[data-arts-theme-text="light"] .figure-project__heading {
  color: #fff;
  letter-spacing: 0.35px !important;
}

.pieh2 {
  line-height: 2.5rem;
  margin-top: 10px !important;
}

.input-float__label {
  color: var(--color-light) !important;
}

.counter__number {
  color: var(--color-dark-0) !important;
  font-weight: 400 !important;
}

.wt {
  width: auto !important;
  padding: 1em;
  border-radius: 50%;
  margin-bottom: 1em;
  margin-right: 1em;
  position: fixed;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0% 0%;
  z-index: 999999;
  animation-name: fadeInUp !important;
  animation-duration: 0.9s !important;
  transition-duration: 0.9s !important;
  animation-delay: 1.4s Im !important;
  visibility: visible;
}

.wt img {
  display: flex;
  justify-content: center;
  align-content: center;
}

.wt:hover {
  background: #1a2c51;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

@media (min-width: 768px) {
  .wt {
    width: auto !important;
    padding: 0.2em;
    margin-bottom: 0em;
    margin-right: 0em;
    position: fixed;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0% 0%;
    z-index: 9;
    animation-name: fadeInUp;
    animation-duration: 0.9s;
    transition-duration: 0.9s;
    animation-delay: 1.4s;
    visibility: visible;
    border-radius: 0%;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    -o-border-radius: 0%;
  }
}

@media (max-width: 767px) {
  .wt {
    width: auto !important;
    padding: 0.2em;
    border-radius: 50%;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
    position: fixed;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0% 0%;
    z-index: 9;
    animation-name: fadeInUp;
    animation-duration: 0.9s;
    transition-duration: 0.9s;
    animation-delay: 1.4s;
    visibility: visible;
  }
}

.wt:hover {
  background: #eee;
  transition: all 0.39s ease-in;
}

.sin-stock {
  border: 2px solid #00214e !important;
  color: #00214e !important;
  font-weight: 500 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
