* {
  font-family: poppins;
}

.background-radial-gradient {
  background: #1d66b1;
  background: radial-gradient(circle, #1d66b1 16%, #2060af 61%, #044694 100%);
}

#radius-shape-1 {
  height: 220px;
  width: 220px;
  top: -60px;
  left: -130px;
  background: radial-gradient(#44006b, #ad1fff);
  overflow: hidden;
}

#radius-shape-2 {
  border-radius: 38% 62% 63% 37% / 70% 33% 67% 30%;
  bottom: -60px;
  right: -110px;
  width: 300px;
  height: 300px;
  background: radial-gradient(#44006b, #ad1fff);
  overflow: hidden;
}

.bg-glass {
  background-color: rgba(255, 255, 255, 0.9) !important;
  -webkit-backdrop-filter: saturate(200%) blur(25px);
          backdrop-filter: saturate(200%) blur(25px);
}

.img-tmb {
  margin-top: 20px;
  padding: 15px;
  height: 100px;
  border-radius: 5px;
}

.card-1 {
  border-radius: 12px;
  background-color: #fffafa;
}

.card-1:hover {
  background-color: #ceedff;
}

.card-1 .title-card-1 {
  margin-top: 10px;
  margin-bottom: 0px;
}

.card-1 .title-card-2 {
  margin-top: 5px;
  margin-bottom: 15px;
}

.card-1 .btn-border {
  border-radius: 15px;
  font-weight: 600;
  background-color: #cb5302;
}

.card-1 .btn-border:hover {
  background-color: #dfa806;
}
/*# sourceMappingURL=main.css.map */