/* --- Home Page --- */
.home-hero {
  padding: 85px 0 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-hero__container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hero-coqui {
  width: 630px;
  height: auto;
  display: block;
}

.home-hero__content {
  width: 480px;
  margin: 0;
}

.call-action-star {
  width: 77px;
  height: 77px;
  padding: 10px;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  color: #FFFFFF;
  background: url('../images-r/home/star.svg') center bottom/100% auto no-repeat;
  display: flex;
  align-items: center;
  transform: rotate(-30deg);
  position: absolute;
  right: 300px;
  top: 100px;
}

.call-action-star:after {
  content: "";
  width: 65px;
  height: 62px;
  background: url('../images-r/home/yellow-arrow.svg') center/100% auto no-repeat;
  transform: rotate(30deg);
  position: absolute;
  right: -80px;
}

.home-hero__btn-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.home-hero__btn-wrap a:first-of-type,
.home-start__btn-wrap a:first-of-type {
  margin-right: 10px;
}

.tw-fb-wrap {
  display: flex;
  flex-flow: column;
  margin: 30px 0 0 0;
}

.follow-tw,
.follow-fb {
  display: flex;
  align-items: center;
  transition: all .2s ease-in-out;
  -webkit-perspective: 1000;
}

.follow-tw {
  margin-bottom: 10px;
}

.follow-tw img,
.follow-fb img {
  width: 21px;
  height: 21px;
  display: inline-block;
}

.follow-tw:hover,
.follow-fb:hover {
  transform: scale(1.1);
}

.home-language {
  height: 70px;
}

.home-activities,
.home-games,
.home-advantage__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}

.feature-description {
  max-width: 500px;
}

.home-activities__pills {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}

.home-pill {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 10px;
  margin-right: 5px;
  border-radius: 100px;
}

.home-pill.verbs {
  color: var(--color__h1);
  background: var(--color__h5);
}

.home-pill.grammar {
  color: var(--color__h3);
  background: var(--color__h7);
}

.home-pill.vocabulary {
  color: var(--color__h2);
  background: var(--color__h6);
}

.home-pill.listening {
  color: var(--color__h4);
  background: var(--color__h8);
}

.feature-image img {
  width: 100%;
  height: auto;
  display: block;
}

.home-games__img {
  max-width: 375px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.home-progress {
  padding: 35px 0 0 0;
  background: url('../images-r/home/progress-hill.svg') center bottom/1440px auto repeat-x;
}

.home-progress__icon {
  width: 48px;
  height: 48px;
  background: var(--color__h1);
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: absolute;
  top: 40px;
  left: 0;
}

.home-progress__img {
  width: 100%;
  max-width: 680px;
  height: auto;
  display: block;
}

.home-advantage__box {
	padding: 30px;
	margin-top: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	border-radius: 10px;
	text-align: center;
	position: relative;
	margin-top: 50px;
}

.home-advantage__grade,
.home-advantage__file,
.home-advantage__chart {
	width: 48px;
	height: 48px;
	position: absolute;
	top: -24px;
	left: calc(50% - 24px);
}

.home-start__btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* --- Home Page - END --- */

@media all and (max-width: 1040px) {

  .home-hero__container {
    flex-flow: column;
  }

  .hero-coqui {
    width: 100%;
  }

  .home-hero {
    /* padding: 60px 0 260px; */
    padding: 60px 0 80px;
    background: url('../images-r/home/hill-mobile-home.svg') center bottom no-repeat;
  }

  .call-action-star {
    display: none;
  }

  .home-hero .container,
  .home-hero__btn-wrap {
    max-width: 510px;
    justify-content: center;
  }

  .home-hero__content {
    width: 100%;
    text-align: center;
  }

  .home-language {
    height: auto;
    padding: 10px 10px 0;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }

  .home-language > div {
    margin-bottom: 10px;
  }

  .home-activities,
  .home-games,
  .home-progress .container,
  .home-advantage__inner {
    justify-content: center;
    flex-flow: column;
    margin-bottom: 40px;
  }

  .home-activities__pills {
    justify-content: center;
  }

  .home-progress {
    background: transparent;
  }

  .home-progress__icon {
    display: none;
  }

  .home-games {
    flex-flow: column-reverse;
  }

  .home-advantage__inner .col-4 {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
  }

  .feature-description,
  .feature-image {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .tw-fb-wrap {
    align-items: center;
    margin: 20px 0 0 0;
  }

  .follow-tw, .follow-fb {
    margin-bottom: 10px;
  }

}
/* End of 1040px */

@media all and (max-width: 720px) {

}

@media all and (max-width: 480px) {

  .home-hero {
    background-size: 140% auto;
  }

  .chart-improving {
    float: left;
  }

  .home-hero__btn-wrap,
  .home-start__btn-wrap {
    flex-flow: column;
  }

  .home-hero__btn-wrap a:first-of-type,
  .home-start__btn-wrap a:first-of-type {
    margin: 0 0 10px;
  }

  .home-hero .coqui-ani-neutral {
    bottom: -150px;
    right: calc(50% - 50px);
    transform: scale(1);
  }

}
