#hero {
  min-height: 100vh;
  display: grid;
  justify-content: center;
}

.first-container {
  background: linear-gradient(180deg, rgba(225, 220, 255, 0.47) 0%, rgba(211, 233, 255, 0.39) 100%);
   border-radius: 50px;
   width: min(1500px, 83vw);
   height: min(700px, 83vh);
   margin-top: 13vh;
   z-index: 5;

 }

.design {
  background: rgba(158, 15, 130, 1);
  border-radius: 15px;
  color: #ffffff;
  padding: 8px;
  font-family: CircularBold;
}

.hero-title img {
  position: relative;
  width: 50px;
  top: 30px;
  right: 20px;
}

.first-container .row {
  padding-left: 5%;
  padding-top: 5%;
}

.hero-logo img {
  width: 96%;
}

.hero-title {
  color: var(--blue1);
  font-family: CircularBold;
  font-size: 60px;
  width: max-content;
}

.title-point {
  color: var(--blue1);
  font-family: CircularBold;
  font-size: 45px;
  padding-top: auto;
  padding-bottom: auto;
}

.hero-title2 {
  color: var(--blue1);
  font-family: CircularBold;
  font-size: 60px;
  z-index: 25;
  position: relative;
  width: max-content;
}

.hero-title2::after {
  content: "";
  background-color: var(--blue3);
  width: 82%;
  height: 30%;
  position: absolute;
  bottom: 15%;
  left: 2px;
  z-index: -1;
}

.icontexthero p {
  font-family: CircularBold;
  color: var(--blue1);
  font-size: 18px;
}

.iconhero img {
  width: 23px;
}

.hero-p {
  margin-top: 5%;
  color: rgba(76, 108, 146, 1);
  font-family: CircularMedium;
  font-size: 18px;
}

.buttonhero {
  background: var(--blue2);
  border: none;
  color: #ffffff;
  border-radius: 44.5px;
  width: 35%;
  height: 62px;
  margin-top: 20px;
  padding-bottom: 0;
  padding-right: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-family: CircularBold;
  cursor: pointer;
}
.buttonhero:hover{
  border-color: var(--blue3);
  box-shadow: 0 0 25px var(--blue3);
}
.buttonhero:focus {
  outline: 0 !important;
}

/* resposnive - lg - */
@media screen and (min-width: 992px) {
  #down-arrow-container {
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -5px;
  }

  .hero-responsive {
    display: none;
  }

  .hero-content {
    margin-bottom: 5%;
  }

  .iconhero {
    margin-right: 8px;
  }

  .icontexthero {
    width: 80%;
    margin-top: 2px;
  }

  .icontexthero p {
    font-family: CircularBold;
    color: var(--blue1);
    padding-left: 2%;
  }
}

@media screen and (max-width: 768px) {
  .hero-logo {
    display: none;
  }

  #hero {
    text-align: center;
  }

  .flex-row {
    display: flex;
    justify-content: center;
  }

  #flexrow1 {
    margin-top: 3%;
  }

  .icontexthero p {
    margin-top: 5px;
    padding-left: 15px;
    font-size: 14px;
  }

  .buttonhero {
    background: var(--blue2);
    border: none;
    color: #ffffff;
    border-radius: 44.5px;
    width: min(200px, 60%);
    height: 52px;
    padding-bottom: 0;
    padding-right: 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 19px;
    font-family: CircularMedium;
    cursor: pointer;
  }

  #img-responsive {
    width: 45%;
    margin-bottom: 4%;
  }

  .first-container {
    height: 80vh;
    width: 87vw;
    display: flex;
    align-items: center;
  }

  #hero {
    display: flex;
    align-items: center;
  }

  .hero-p {
    color: rgba(76, 108, 146, 1);
    font-family: CircularMedium;
    font-size: min(14px, 1rem);
  }

  .hero-title {
    color: var(--blue1);
    font-family: CircularBold;
    font-size: 28px;
    margin: 0 auto;

  }

  .hero-title2 {
    color: var(--blue1);
    font-family: CircularBold;
    font-size: 28px;
    margin-right: auto;
    margin-left: auto;
  }

  #down-arrow-container {
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 13%;
  }
}

@media screen and (max-width: 768px) and (min-height: 800px) {
  .hero-logo {
    display: none;
  }

  #hero {
    text-align: center;
  }

  .flex-row {
    display: flex;
    justify-content: center;
  }

  #flexrow1 {
    margin-top: 3%;
  }

  .icontexthero p {
    margin-top: 5px;
    padding-left: 15px;
    font-size: 18px;
  }

  .buttonhero {
    background: var(--blue2);
    border: none;
    color: #ffffff;
    border-radius: 44.5px;
    width: min(200px, 60%);
    height: 52px;
    padding-bottom: 0;
    padding-right: 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 19px;
    font-family: CircularMedium;
    cursor: pointer;
  }

  #img-responsive {
    width: 60%;
    margin-bottom: 4%;
  }

  .first-container {
    height: 80vh;
    width: 87vw;
    display: flex;
    align-items: center;
  }

  #hero {
    display: flex;
    align-items: center;
  }

  .hero-p {
    color: rgba(76, 108, 146, 1);
    font-family: CircularMedium;
    font-size: 18px;
  }

  .hero-title {
    color: var(--blue1);
    font-family: CircularBold;
    font-size: 30px;
    margin: 0 auto;

  }

  .hero-title2 {
    color: var(--blue1);
    font-family: CircularBold;
    font-size: 30px;
    margin-right: auto;
    margin-left: auto;
  }

  #down-arrow-container {
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 15%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hero-logo {
    display: none;
  }

  #hero {
    text-align: center;
  }

  .flex-row {
    display: flex;
    justify-content: center;
  }

  #flexrow1 {
    margin-top: 3%;
  }

  .icontexthero p {
    margin-top: 5px;
    padding-left: 15px;
    font-size: 22px;
  }

  .buttonhero {
    background: var(--blue2);
    border: none;
    color: #ffffff;
    border-radius: 44.5px;
    width: min(240px, 65%);
    height: 60px;
    padding-bottom: 0;
    padding-right: 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    font-family: CircularMedium;
    cursor: pointer;
  }

  #img-responsive {
    width: 35%;
    margin-bottom: 4%;
  }

  .first-container {
    height: 80vh;
    width: 87vw;
    display: flex;
    align-items: center;
  }

  #hero {
    display: flex;
    align-items: center;
  }

  .hero-p {
    color: rgba(76, 108, 146, 1);
    font-family: CircularMedium;
    font-size: 20px;
  }

  .hero-title {
    color: var(--blue1);
    font-family: CircularBold;
    font-size: 40px;
    margin: 0 auto;

  }

  .hero-title2 {
    color: var(--blue1);
    font-family: CircularBold;
    font-size: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  #down-arrow-container {
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 15%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .respo-content {
    padding-left: 7%;
  }

  .hero-title {
    color: var(--blue1);
    font-family: CircularBold;
    font-size: 40px;
  }

  .hero-title2 {
    color: var(--blue1);
    font-family: CircularBold;
    font-size: 40px;
    z-index: 25;
    position: relative;
    width: max-content;
  }

  .hero-title2::after {
    content: "";
    background-color: var(--blue3);
    width: 82%;
    height: 30%;
    position: absolute;
    bottom: 15%;
    left: 2px;
    z-index: -1;
  }
}

@media screen and (max-width: 350px) {
  .hero-logo {
    display: none;
  }

  #hero {
    text-align: center;
  }

  .flex-row {
    display: flex;
    justify-content: center;
  }

  #flexrow1 {
    margin-top: 3%;
  }

  .icontexthero p {
    margin-top: 5px;
    padding-left: 15px;
    font-size: 12px;
  }

  .buttonhero {
    background: var(--blue2);
    border: none;
    color: #ffffff;
    border-radius: 44.5px;
    width: min(140px, 65%);
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-family: CircularMedium;
    cursor: pointer;
  }

  #img-responsive {
    width: 35%;
    margin-bottom: 4%;
  }

  .first-container {
    height: 80vh;
    width: 87vw;
    display: flex;
    align-items: center;
  }

  #hero {
    display: flex;
    align-items: center;
  }

  .hero-p {
    color: rgba(76, 108, 146, 1);
    font-family: CircularMedium;
    font-size: 10px;
  }

  .hero-title {
    color: var(--blue1);
    font-family: CircularBold;
    font-size: 25px;
    margin: 0 auto;

  }

  .hero-title2 {
    color: var(--blue1);
    font-family: CircularBold;
    font-size: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  #down-arrow-container {
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 15%;
  }
}

@keyframes ArrowAnimation {
  0% {
    bottom: 0;
  }

  25% {
    bottom: 35px;
  }

  32% {
    bottom: 0;
  }

  40% {
    bottom: 20px;
  }

  50% {
    bottom: 0;
  }
}

#hero-down-arrow {
  position: relative;
  width: min(25px, 5vw);
  animation: ArrowAnimation 4s ease 100ms infinite normal;
}