#hero {
  background-color: rgba(130, 68, 238, 0.7);
  height: 650px;
}
#hero .box-group {
  grid-template-rows: 100px 1fr;
  z-index: 1;
}
#hero .theme {
  width: 780px;
  height: 780px;
  background-image: -moz-linear-gradient(rgb(165, 122, 241), rgb(255, 255, 255));
  background-image: -ms-linear-gradient(rgb(165, 122, 241), rgb(255, 255, 255));
  background-image: -o-linear-gradient(rgb(165, 122, 241), rgb(255, 255, 255));
  background-image: -webkit-linear-gradient(rgb(165, 122, 241), rgb(255, 255, 255));
  background-image: linear-gradient(rgb(165, 122, 241), rgb(255, 255, 255));
  bottom: 0;
  right: 10%;
  transform: translate(0, 50%);
  z-index: -1;
}
#hero .theme::before {
  content: "";
  position: absolute;
  left: -10%;
  top: 5%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, #4f46e4 10%, transparent 11%), radial-gradient(circle at bottom left, #4f46e4 5%, transparent 6%), radial-gradient(circle at bottom right, #4f46e4 5%, transparent 6%), radial-gradient(circle at top left, #4f46e4 5%, transparent 6%), radial-gradient(circle at top right, #4f46e4 5%, transparent 6%);
  background-size: 1em 1em;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#hero .theme img {
  left: 50%;
  transform: translate(-50%, 0%);
}

#adds .adds {
  width: 280px;
  -moz-box-shadow: inset -5px -7px 0px 0px #007afd;
  -o-box-shadow: inset -5px -7px 0px 0px #007afd;
  -webkit-box-shadow: inset -5px -7px 0px 0px #007afd;
  box-shadow: inset -5px -7px 0px 0px #007afd;
}
#adds .adds::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 50%;
  background: radial-gradient(circle, #9345af 10%, transparent 11%), radial-gradient(circle at bottom left, #9345af 5%, transparent 6%), radial-gradient(circle at bottom right, #9345af 5%, transparent 6%), radial-gradient(circle at top left, #9345af 5%, transparent 6%), radial-gradient(circle at top right, #9345af 5%, transparent 6%);
  background-size: 1em 1em;
  -webkit-border-radius: 50% 0 0 50%;
  -moz-border-radius: 50% 0 0 50%;
  border-radius: 50% 0 0 50%;
  z-index: -1;
}
#adds .adds .header {
  border-bottom: 1px solid rgba(0, 122, 253, 0.7);
}
#adds .adds.border-default {
  -moz-box-shadow: inset -5px -7px 0px 0px #9345af;
  -o-box-shadow: inset -5px -7px 0px 0px #9345af;
  -webkit-box-shadow: inset -5px -7px 0px 0px #9345af;
  box-shadow: inset -5px -7px 0px 0px #9345af;
}
#adds .adds.border-default .header {
  border-bottom: 1px solid rgba(147, 69, 175, 0.7);
}
#adds .adds.border-success {
  -moz-box-shadow: inset -5px -7px 0px 0px #28a645;
  -o-box-shadow: inset -5px -7px 0px 0px #28a645;
  -webkit-box-shadow: inset -5px -7px 0px 0px #28a645;
  box-shadow: inset -5px -7px 0px 0px #28a645;
}
#adds .adds.border-success .header {
  border-bottom: 1px solid rgba(40, 166, 69, 0.7);
}
#adds .adds.border-warning {
  -moz-box-shadow: inset -5px -7px 0px 0px #fdc007;
  -o-box-shadow: inset -5px -7px 0px 0px #fdc007;
  -webkit-box-shadow: inset -5px -7px 0px 0px #fdc007;
  box-shadow: inset -5px -7px 0px 0px #fdc007;
}
#adds .adds.border-warning .header {
  border-bottom: 1px solid rgba(253, 192, 7, 0.7);
}

#contact-us {
  background-image: -moz-linear-gradient(45deg, rgb(190, 162, 237), rgb(255, 255, 255));
  background-image: -ms-linear-gradient(45deg, rgb(190, 162, 237), rgb(255, 255, 255));
  background-image: -o-linear-gradient(45deg, rgb(190, 162, 237), rgb(255, 255, 255));
  background-image: -webkit-linear-gradient(45deg, rgb(190, 162, 237), rgb(255, 255, 255));
  background-image: linear-gradient(45deg, rgb(190, 162, 237), rgb(255, 255, 255));
}
#contact-us::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: radial-gradient(circle, #4f46e4 10%, transparent 11%), radial-gradient(circle at bottom left, #4f46e4 5%, transparent 6%), radial-gradient(circle at bottom right, #4f46e4 5%, transparent 6%), radial-gradient(circle at top left, #4f46e4 5%, transparent 6%), radial-gradient(circle at top right, #4f46e4 5%, transparent 6%);
  background-size: 1em 1em;
  opacity: 1;
}
#contact-us img {
  z-index: 1;
}/*# sourceMappingURL=index.css.map */