.hero {
  flex-direction: column;
  justify-content: center;
  height: 75vh;
  background-image: url(../../images/hero-content/bg-hero-text.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  margin-bottom: 20px;
}

.hero-top-container {
  justify-content: space-between;
  margin-bottom: -20px;
  z-index: 1;
}

.hero-info {
  flex-direction: column;
  max-width: 36%;
  justify-content: center;
}

.hero-text {
  margin-bottom: 40px;
}

.hero-info h1 {
  font-size: 4.6rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 35px;
}

.hero-info h1 span {
  background: linear-gradient(227deg, #c0b7e8 0%, #8176af 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero .info-btn {
  align-items: center;
}

.hero-right-side {
  height: 80vh;
  width: 50%;
  align-items: center;
  justify-content: center;
  background: url(../../images/hero-content/bg-hero-pic.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.5s ease-in-out;
}

.hero-right-side img {
  max-width: 538px;
  border-radius: 100px 100px 100px 240px;
  border: 20px solid rgba(0, 0, 0, 0.13);
}

.hero-contact-info,
.mobile-contact-slider {
  border-radius: 90px;
  background: radial-gradient(circle, rgba(58, 52, 86, 0.95) 0%, rgba(33, 30, 46, 1) 100%);
  box-shadow: 0px 4px 4px 0px rgba(254, 254, 255, 0.01);
  align-items: center;
}

.hero-contact-info {
  padding: 15px 40px;
  justify-content: space-between;
  width: 100%;
}

.contact-group {
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}

.contact-group .info {
  color: #fff;
  padding: 0 20px;
}

.contact-group .info h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-group .info p {
  font-size: 1.4rem;
  font-weight: 400;
}

.separator {
  padding: 10px 0;
  height: 90px;
  border-right: 1px solid rgba(192, 183, 232, 0.33);
  margin: 0 5px;
}

/* RESPONSIVE */

@media (min-width: 2000px) {
  .hero {
    height: 100%;
  }
  .hero-right-side {
    height: 100%;
    margin-bottom: 60px;
  }
}

@media (max-width: 1220px) {
  .hero-right-side {
    width: 100%;
  }

  .contact-group .info {
    padding: 0 10px;
  }

  .contact-group .info h2 {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }

  .contact-group .info p {
    max-width: 250px;
  }
}

@media (max-width: 980px) {
  .hero-info .info-btn a {
    padding: 17px 20px;
  }
}

@media (max-width: 930px) {
  .hero {
    height: 100%;
    margin-bottom: 100px;
  }

  .hero-top-container {
    flex-direction: column-reverse;
  }

  .hero-right-side {
    height: 55vh;
  }

  .hero-right-side img {
    transform: scale(0.7);
  }

  .hero-info {
    max-width: 100%;
    align-items: center;
    text-align: center;
    margin-bottom: 70px;
  }

  .hero-info h1 {
    font-size: 3.6rem;
  }

  .hero-info p,
  .hero-info .info-btn img,
  .contact-group h2,
  .separator {
    display: none;
  }

  .contact-group {
    width: 75%;
  }

  .contact-group .info p {
    font-size: 1.4rem;
  }

  .contact-group img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 530px) {
  .hero {
    justify-content: unset;
  }

  .hero-text {
    margin-bottom: 10px;
  }

  .hero-info h1 {
    font-size: 2.6rem;
  }

  .hero-right-side img {
    transform: scale(0.5);
  }
}
