/* Home Three Hero */
.home-three-hero {
  background: #FEFBFF;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 70px 0 130px;
}
.home-three-hero .hero-title {
  font-size: 65px;
  font-weight: 700;
  line-height: 1.05;
  color: #2C2629;
}
.home-three-hero .hero-title span{
  color: #F3A712;
}
.home-three-hero .hero-subtitle{
  font-size: 18px;
  line-height: 1.7;
  color: #4A4548;
  margin: 34px 0 44px;
}
.home-three-hero .bizwheel-btn {
  font-size: 18px;
  line-height: 0.89;
  padding: 20px 34px;
  border: 1px solid var(--color-yellow);
}
.home-three-hero .bizwheel-btn:hover {
  box-shadow: none;
  background-color: transparent;
  color: var(--color-yellow);
}

.home-three-hero .hero-img{
  margin-right: -100%;
}
.home-three-hero .shapes {
  position: absolute;
  z-index: -1;
}
.home-three-hero .shapes:nth-child(1) {
  top: 5%;
  left: 7%;
}
.home-three-hero .shapes:nth-child(2) {
  bottom: 10%;
  left: 7%;
}
.home-three-hero .shapes:nth-child(3) {
  top: 4%;
  right: 7%;
}
.home-three-hero .shapes:nth-child(4) {
  bottom: 10%;
  right: 7%;
}
.home-three-hero .shapes:nth-child(5) {
  bottom: 20%;
  left: 45%;
}
.home-three-hero .shapes:nth-child(6) {
  width: 12px;
  height: 12px;
  left: 48%;
  top: 5%;
  border-radius: 50%;
  background: linear-gradient(180deg, #FF763A 0%, #FF511C 100%);
  opacity: 0.8;
}
.home-three-hero .shapes:nth-child(7) {
  width: 564px;
  height: 564px;
  left: -11%;
  top: -10%;
  border-radius: 50%;
  background: rgba(244, 243, 178, 0.5);
  opacity: 0.5;
  filter: blur(200px);
}
.home-three-hero .shapes:nth-child(8) {
  width: 564px;
  height: 564px;
  right: 20%;
  bottom: -40%;
  border-radius: 50%;
  background: #F4F3B2;
  opacity: 0.5;
  filter: blur(200px);
}
.home-three-hero .shapes:nth-child(9) {
  width: 455px;
  height: 455px;
  left: -22%;
  top: 20%;
  border-radius: 50%;
  background: rgba(217, 251, 221, 0.5);
  opacity: 0.9;
  filter: blur(200px);
}
.home-three-hero .shapes:nth-child(10) {
  width: 1120px;
  height: 1120px;
  right: -22%;
  top: 7%;
  border-radius: 50%;
  background: linear-gradient(270deg, #E4FFD9 0%, #CCFDFF 55.06%);
  opacity: 0.5;
  border: 141px solid #E5B9FB;
  filter: blur(250px);
}
/* End Home Three Hero */