body {
  font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
}

.bg-grey-transparent {
  background-color: rgba(0, 0, 0, 0.35);
}
.bg-light-transparent {
  background-color: rgba(250, 250, 250 , 0.75);
}

#footer {
  color:rgba(240, 239, 239, 0.8);
}
#footer li {
  margin-bottom: 16px;
}
#footer .link {
  color: rgba(240, 239, 239, 0.8);
}
#footer .link:hover {
  color: #fff;
}
.small-text-size {
  font-size: 12px !important;
}
.normal-text-size {
  font-size: 14px !important;
}
.large-text-size {
  font-size: 18px !important;
}
.normal-description {
  color: rgba(39, 39, 39, 0.65);
  font-weight: 400;
  font-size: 16px;
}
.dark-text-color {
  color: rgba(39, 39, 39, 0.65);
}

.gradient-button {
  background-image: linear-gradient(123.972deg, rgb(191, 64, 255) 4%, rgb(36, 69, 219) 66%);
  font-size: 18px;
}
.gradient-button:hover {
  box-shadow: 0px 5px 10px rgba(35, 69, 219, 0.65);
}

.divider {
  height: 8px;
  width: 433px;
  background-image: linear-gradient(89.9582deg, rgb(61, 84, 211) 0%, rgb(79, 224, 182) 100%);
}

.light-background {
  background-color: rgba(247, 254, 255, 0.8);
}
.dark-background {
  background-color: rgb(0, 26, 49);
}

.background-info {
  background-image: url(../img/background-info.jpg);
  background-size:100% 100%;
  height: 400px;
  padding: 80px 0;
}

.small-divider {
  height: 8px;
  width: 120px;
  background-image: linear-gradient(89.9582deg, rgb(61, 84, 211) 0%, rgb(79, 224, 182) 100%);
}

.input-text {
  border: 1px solid #fff !important;
  background: transparent !important;
}

::place-holder {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}
::-moz-placeholder {
  color:#999999;
}
.submit-btn {
  background: #4fe086;
  color: #fff;
}

.left-green-border {
  border-left: 3px solid #4ee085;
}
.left-blue-border {
  border-left: 4px solid #1b9aff;
}
.anchor {
  position: relative;
}
.anchor a {
  position: absolute;
  left: 0px;
  top: -120px;
}