.main-hero-banner {
  background-image: url(https://8132552.fs1.hubspotusercontent-na1.net/hubfs/8132552/hero-banner.png?width=860&t=1781105970166);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 98px 0;
}

.main-hero-banner .flex-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;

}

.main-hero-banner .flex-wrapper .right-side-wrapper {
  text-align: center;
  position: relative;
}

.main-hero-banner .flex-wrapper .left-side-wrapper,
.main-hero-banner .flex-wrapper .right-side-wrapper {
  width: 50%;
}

.main-hero-banner .flex-wrapper .right-side-wrapper .main-img {
  max-width: 270px;
  width: 100%;

}

.main-hero-banner .flex-wrapper .right-side-wrapper .left-side {
  position: absolute;
  max-width: 233px;
  width: 100%;
  left: 40px;
  top: 50%;
}

.main-hero-banner .flex-wrapper .right-side-wrapper .right-side {
  position: absolute;
  max-width: 233px;
  width: 100%;
  right: 0;
  top: 8%;
}

@keyframes floatUp {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-50px);
  }
}

@keyframes floatDown {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(50px);
  }
}

.main-hero-banner .flex-wrapper .right-side-wrapper .left-side {
  animation: floatUp 20s ease-in-out infinite;
}

.main-hero-banner .flex-wrapper .right-side-wrapper .right-side {
  animation: floatDown 20s ease-in-out infinite;
}

.main-hero-banner .flex-wrapper .left-side-wrapper .content h1 {
  color:var(--white);
  margin-bottom: 30px;
  font-size:90px;
  font-weight:400;
}

.main-hero-banner .flex-wrapper .left-side-wrapper .content p {
  margin-bottom: 50px;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color:var(--white);
 max-width: 470px;
}

.main-hero-banner .flex-wrapper .left-side-wrapper .button {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

@media(max-width:1199px) {
    .main-hero-banner .flex-wrapper .left-side-wrapper .content h1 {
        font-size: 50px;

    }
  @media(max-width:1024px) {
   .main-hero-banner .flex-wrapper .left-side-wrapper .content h1 {
        font-size: 40px;

    }
@media (max-width: 991px) {
  .main-hero-banner {
    padding: 60px 0;
  }
.main-hero-banner .flex-wrapper .left-side-wrapper .content p {  
  max-width: 100%;
}
  .main-hero-banner .flex-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .main-hero-banner .flex-wrapper .left-side-wrapper,
  .main-hero-banner .flex-wrapper .right-side-wrapper {
    width: 100%;
  }

  .main-hero-banner .flex-wrapper .right-side-wrapper {
    margin-top: 50px;
    min-height: 350px;
  }

  .main-hero-banner .flex-wrapper .right-side-wrapper .main-img {
    max-width: 220px;
  }

  .main-hero-banner .flex-wrapper .right-side-wrapper .left-side {
    max-width: 190px;
    left: 20%;
  }

  .main-hero-banner .flex-wrapper .right-side-wrapper .right-side {
    max-width: 190px;
    left: 50%;
  }
}

@media (max-width: 767px) {
  .main-hero-banner {
    padding: 50px 0;
  }
   .main-hero-banner .flex-wrapper .left-side-wrapper .content h1 {
        font-size: 36px;
    }

  .main-hero-banner .flex-wrapper .left-side-wrapper .content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
  }

  .main-hero-banner .flex-wrapper .left-side-wrapper .button {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .main-hero-banner .flex-wrapper .right-side-wrapper {
    margin-top: 40px;
    min-height: 280px;
  }

  .main-hero-banner .flex-wrapper .right-side-wrapper .main-img {
    max-width: 170px;
  }

  .main-hero-banner .flex-wrapper .right-side-wrapper .left-side {
    max-width: 150px;
    left: 28%;
    top: 45%;
  }

  .main-hero-banner .flex-wrapper .right-side-wrapper .right-side {
    max-width: 150px;
    left: 50%;
    top: 5%;
  }
}

@media (max-width:480px) {
  .main-hero-banner .flex-wrapper .right-side-wrapper .left-side {
    max-width: 150px;
    left: 0;
    top: 45%;
  }
}