.home-section {
  padding: 50px 0 30px 0;
  margin-bottom: 0 !important;
}

.home-carousel {
  width: 100%;
  margin: 0 3% 5%;
  display: flex;
  justify-content: center;
  position: relative;
}

.carousel-btn {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  border: none;
  background-color: white;
  color: #50247b;
  position: absolute;
  bottom: -2%;
  cursor: pointer;
}

.prev-btn {
  left: 9%;
}

.next-btn {
  right: 9%;
}

.carousel-list {
  width: 800px;
  overflow-x: hidden;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
}

.carousel-list img {
  border-radius: 40px;
  padding: 0;
  margin: 0 10px;
  height: 480px;
  width: 800px;
  object-fit: cover;
  scroll-snap-align: center;
}

.home-rounded {
  margin: 0 0 10px;
}

.home-rounded img {
  width: 220px;
}

.home-box-header {
  padding: 10px 5px;
  border-radius: 15px;
}

.home-ages {
  margin-top: 5px;
}

.home-info .has-text-centered h4 {
  width: 70%;
  font-size: 2em;
}

#brush-img {
  height: 78px;
}

#box-text {
  margin-top: 4%;
}

#monthly-box-text {
  margin-bottom: 30px;
}

.brands {
  padding-top: 50px !important;
}

.brand {
  background-color: white;
  width: 100%;
}

a.brand-link {
  position: absolute;
  bottom: -3.85%;
}

.accolades-section {
  height: 27%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.accolades-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.accolades-container > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.accolades-child {
  padding-top: 70px;
  color: #50247b;
}

.experience-text {
  text-align: end;
}

#box-single-img {
  width: 300px;
}

#homeschool-award-img {
  width: 235px;
}

.box-scroll-container {
  display: none;
}

.vimeo-modal {
  height: 80%;
  width: 38%;
}

.discover-section {
  margin: auto !important;
}

@media screen and (max-width: 1516px) {
  .home-info .has-text-centered h4 {
    font-size: 1.6em;
  }

  .accolades-child {
    padding-top: 55px;
  }

  .accolades-child > h1 {
    font-size: 2rem;
  }

  #homeschool-award-img {
    width: 190px;
  }
}
@media screen and (max-width: 1216px) {
  .home-info .has-text-centered h4 {
    font-size: 1.4em;
  }

  .discover-container {
    padding: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .home-rounded img {
    width: 200px;
  }

  .home-info .has-text-centered h4 {
    font-size: 1.2em;
  }

  .accolades-section {
    height: 20%;
  }

  .accolades-child > h1 {
    font-size: 2rem;
  }

  #box-single-img {
    width: 240px;
  }

  #homeschool-award-img {
    width: 170px;
  }

  .discover-section {
    padding: 40px 50px;
  }

  .discover-video {
    margin: 0 38% !important;
  }
}
@media screen and (max-width: 768px) {
  .home-section {
    padding: 0px 0 8px 0;
    margin-bottom: 0 !important;
  }

  .carousel-parent {
    padding: 0;
  }

  .home-carousel {
    padding: 0;
    margin: 0;
  }

  .carousel-list {
    width: 100%;
  }

  .carousel-list img {
    border-radius: 0;
    width: 100%;
    height: 320px;
  }

  .home-info {
    margin: 20px 20px 0;
  }

  .mobile-reverse {
    display: flex;
    flex-direction: row-reverse;
  }

  .mobile-column-reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .brands {
    padding: 40px 0 !important;
  }

  .home-rounded img {
    width: 260px;
  }

  .home-info .has-text-centered h4 {
    width: 90%;
    font-size: 1.8em;
  }

  .accent_list li {
    margin-left: 10%;
  }

  #box-text {
    margin-top: 0;
    font-size: 1.5rem;
  }

  #monthly-box-text {
    display: block;
    margin-bottom: 2rem;
  }

  .accolades-section {
    height: 40%;
  }

  .accolades-container {
    flex-direction: column;
  }

  .accolades-container > div:nth-child(2) {
    flex-direction: row-reverse;
  }

  .accolades-child {
    padding-top: 10px;
  }

  .experience-text {
    text-align: start;
    padding-left: 15px;
  }

  .sold-text {
    margin-top: 35px;
  }

  .discover-video {
    margin: 0 34% !important;
  }
}
@media screen and (max-width: 460px) {
  .home-info .has-text-centered h4 {
    font-size: 1em;
  }

  .ctab-message {
    margin-left: 21px !important;
  }

  .brand {
    height: 650px;
  }

  .brand__content .has-text-left {
    margin: 0 3px !important;
  }

  .accent_list li {
    margin-left: 0;
  }

  #brush-img {
    height: 53px;
  }

  #box-text {
    font-size: 0.9rem;
  }

  #monthly-box-text {
    margin-bottom: 0;
  }

  .accolades-section {
    height: 35%;
  }

  .accolades-child > h1 {
    font-size: 1.5rem;
  }

  #box-single-img {
    width: 200px;
  }

  #homeschool-award-img {
    width: 160px;
    margin-right: 20px;
  }

  .sold-text {
    margin-top: 55px;
  }

  .box-scroll-container {
    display: block;
    margin: auto;
  }

  .box-scroll-container button {
    border: none;
    background: none;
    color: white;
  }

  .discover-video {
    margin: 0 4% !important;
  }

  .vimeo-modal {
    width: 80%;
  }

  .brand__current {
    position: absolute;
    bottom: 40px;
  }
}
@media (min-width: 500px) {
  .discover-section {
    padding: 40px 18% !important;
  }
}
@media (max-width: 499px) {
  .discover-section {
    padding: 40px 20px !important;
  }
}

/*# sourceMappingURL=home.css.map */
