body {
  font-family: "Poppins", sans-serif;
  background: linear-gradient(100deg, white 10%, #d6cae3 20%, white 70%);
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  overflow-y: auto;
}

.glow1 {
  width: 231px;
  height: 0px;
  background-color: black;
  box-shadow: 63px 24px 175px 64px #6a4fa4;
  position: absolute;
  top: 0;
  right: 0;
}
p,
h1 {
  margin-bottom: 0 !important;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.d-flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.d-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header {
  padding: 0 50px;
}

p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.icons {
  height: 25px;
  width: 25px;
}

.mainbody {
  padding: 0 50px;
}

.hero {
  width: 30%;
  padding: 50px 30px;
  border-radius: 70px;
  background-color: #f0ebfc;
}

.hero h1 {
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 55px;
  color: #212121;
  width: 70%;
}

.bold {
  font-weight: 600;
}

.group {
  width: 70%;
  margin-top: 70px;
}
.group-subdiv {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.group-female {
  height: 450px;
  width: 100%;
}

.group-calendar {
  position: absolute;
  height: 100px;
  top: 1%;
  right: 31%;
}

.group-smartphone {
  position: absolute;
  height: 100px;
  right: 26%;
  bottom: 34%;
}

.group-stopwatch {
  position: absolute;
  height: 100px;
  left: 30%;
  top: -20%;
}

.group-vase {
  position: absolute;
  height: 100px;
  bottom: 0;
  left: 10%;
}

.hero button {
  background: linear-gradient(139.76deg, #6e0674 17.15%, #4660af 86.86%);
  padding: 10px 30px;
  border-radius: 5px;
  border: none;
  font-weight: 600;
  color: white;
}

.footer {
  margin-top: 42px;
  bottom: 0;
  width: 100%;
  padding: 0 50px;
  background-color: #f0ebfc;
}
.footer .cirkle {
  height: 70px;
}

@media screen and (max-width: 866px) {
  p {
    font-weight: 600;
    font-size: 12px;
  }
  .header-img {
    height: 100px !important;
  }
  .footer {
    margin-top: 55px;
  }

  .hero {
    width: 50%;
  }

  .group {
    width: 50%;
  }

  .hero h1 {
    font-weight: 300;
    font-size: 32px;
    line-height: 50px;
    width: 70%;
  }

  .group-female {
    height: 350px;
  }

  .group-calendar {
    height: 55px !important;
    top: 1%;
    right: 20%;
  }

  .group-smartphone {
    height: 55px !important;
    right: 10%;
    bottom: 34%;
  }

  .group-stopwatch {
    height: 55px !important;
    left: 20%;
    top: -15%;
  }

  .group-vase {
    height: 55px !important;
    bottom: -10%;
    left: -4%;
  }
}

@media screen and (max-width: 613px) {
  .hero h1 {
    font-weight: 300;
    font-size: 26px;
    line-height: 32px;
    width: 70%;
  }
  .group-smartphone {
    height: 60px !important;
  }

  .group-calendar {
    height: 50px !important;
    top: 15%;
    right: 10%;
  }

  .group-smartphone {
    height: 50px !important;
    right: 2%;
    bottom: 39%;
  }

  .group-stopwatch {
    height: 50px !important;
    left: 20%;
    top: -5%;
  }

  .group-vase {
    height: 50px !important;
    bottom: 10%;
    left: -4%;
  }
}

@media screen and (max-width: 549px) {
  .hero h1 {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
  }
  .hero button {
    font-size: 14px;
  }
}

/* dark theme */
.darktheme {
  background: linear-gradient(133deg, black 10%, #301b32 20%, black 70%);
}
.darktheme .header p {
  color: white;
}
.darktheme .hero {
  background: linear-gradient(110deg, #301b32 17.15%, #282b3c 86.86%);
}
.darktheme .hero h1 {
  color: white;
}
.darktheme .footer {
  background-color: white;
}

/* multi theme */
.multitheme {
  background: linear-gradient(110deg, #6d0573 17.15%, #4660ae 86.86%);
}
.multitheme .header p {
  color: white;
}
.multitheme .hero {
  background: linear-gradient(110deg, #7b2083 17.15%, #6a439a 86.86%);
}
.multitheme .hero h1 {
  color: white;
}
.multitheme .footer p {
  color: black;
}
