#bg-home {
  background-color: #24C3EC;
  border-bottom: 8px solid #FECC1B;
  height: 80vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none; }
  @media (max-width: 768px) {
    #bg-home {
      height: 450px; } }
  @media (max-width: 575.98px) {
    #bg-home {
      height: 240px; } }

#home {
  background-color: #F7FAFD; }
  @media (max-width: 768px) {
    #home h1.title {
      margin-bottom: 20px; }
    #home .box-icon {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 576px) {
    #home .box-icon {
      grid-template-columns: repeat(1, 1fr); } }

/* featured home */
#featured {
  margin: 50px 0; }
  @media (min-width: 576px) {
    #featured {
      padding: 100px 0; } }

/* about */
#about {
  padding: 100px 0;
  position: relative; }
  #about .bg-trees {
    position: absolute;
    left: 0;
    bottom: 50%;
    z-index: 100;
    pointer-events: none;
    z-index: 0;
    transform: translateX(-40%); }
  #about .bg-white {
    padding: 60px;
    position: relative;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }
    #about .bg-white:after {
      content: '';
      background-color: #fff;
      position: absolute;
      width: 100vw;
      height: 100%;
      left: 100%;
      z-index: 1;
      top: 0; }
  #about .about-foreground {
    position: absolute;
    right: 0;
    top: 140px;
    z-index: 100;
    pointer-events: none;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  #about .text-box {
    padding: 30px; }
  #about img {
    border-radius: 2px; }
  #about:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 300px;
    z-index: 0;
    background-color: #24C3EC; }
  @media (max-width: 576px) {
    #about {
      padding: 0; }
      #about .bg-white {
        background: transparent !important;
        border-radius: 10px;
        overflow: hidden;
        padding: 0; }
      #about .about-foreground {
        top: 0;
        width: 100px; }
      #about::after {
        height: 525px; }
      #about .font-weight-bold {
        color: white; }
      #about .text-box__content {
        color: white; } }

#news-events {
  padding: 50px 0 150px 0;
  background-color: #24C3EC;
  position: relative; }
  @media (max-width: 576px) {
    #news-events {
      padding-top: 100px; } }
  #news-events:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: 0;
    background-image: url("/assets/imgs/bg-news.png");
    background-size: cover;
    background-position: center; }
  #news-events .banner-navigation.news-slider {
    top: 58%;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9;
    display: flex;
    justify-content: space-between; }
    #news-events .banner-navigation.news-slider .prev {
      margin-left: -50px; }
    #news-events .banner-navigation.news-slider .next {
      margin-right: -50px; }
    @media (max-width: 768px) {
      #news-events .banner-navigation.news-slider {
        top: 56%; }
        #news-events .banner-navigation.news-slider .prev {
          margin-left: 5px; }
        #news-events .banner-navigation.news-slider .next {
          margin-right: 5px; } }

#cta {
  padding: 60px 0;
  background-color: #FECC1B;
  position: relative; }
  @media (max-width: 576px) {
    #cta .cta__content {
      flex-direction: column; }
      #cta .cta__content .cta__content--left {
        margin-bottom: 20px;
        text-align: center;
        padding: 0 20px; } }

#products {
  padding: 200px 0; }
  @media (max-width: 576px) {
    #products {
      padding: 100px 0; } }
  #products .products {
    display: flex; }
  #products .product {
    padding-bottom: 80px;
    width: 40%;
    flex: none;
    margin-left: 30px;
    position: relative; }
    #products .product:hover {
      text-decoration: none; }
    @media (max-width: 768px) {
      #products .product {
        width: 70%;
        margin-right: 30px;
        margin-left: 0;
        margin-top: 30px;
        padding-bottom: 30px; } }
  #products .image-container {
    width: 100%;
    padding-top: 80%;
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-color: #f1f1f2;
    border-radius: 2px; }
  #products .image-container img {
    position: absolute;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    min-width: 100%;
    min-height: 100%;
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    cursor: pointer;
    border: 0;
    transition: 0.2s ease-out; }
  #products .card {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
    box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.04);
    transition: 0.2s ease-out;
    padding: 20px;
    flex-direction: row;
    margin-top: -10px; }
    #products .card span {
      width: 34px;
      height: 34px;
      border-radius: 100%;
      background: #24C3EC;
      color: #fff;
      font-size: 40px;
      line-height: 34px;
      text-align: center; }
  #products .card .category-link {
    font-size: 10px; }
  #products .card h1 {
    font-size: 15px;
    font-weight: bold;
    color: #313131;
    line-height: 20px;
    margin-bottom: 0; }
  #products .card p {
    color: #5D5D5D;
    font-size: 13px; }
  #products .card .btn.rounded {
    border-radius: 30px !important;
    width: auto;
    margin: auto;
    font-size: 13px;
    font-family: 'Raleway';
    padding: 14px 40px; }
  #products .product:hover > .card span {
    background-color: #FECC1B; }
  #products .product:hover > .image-container img {
    -webkit-transform: scale(1.05) translate(0, 0);
    transform: scale(1.05) translate(0, 0);
    transition: 0.1s ease-out; }
  #products .new-badge {
    position: absolute;
    z-index: 1;
    right: -6px;
    top: -6px; }

#channel {
  background-color: #FECC1B;
  position: relative;
  padding: 40px 0; }
  #channel h2 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 20px; }
    @media (max-width: 576px) {
      #channel h2 {
        font-size: 25px; } }
  #channel .btn.btn-primary.btn-player {
    background-color: #D82929;
    color: #fff;
    padding: 10px 30px; }
    #channel .btn.btn-primary.btn-player i {
      margin-right: 10px;
      font-size: 18px; }
    #channel .btn.btn-primary.btn-player:hover {
      background-color: rgba(216, 41, 41, 0.8); }
  #channel:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: 0;
    background-image: url("/assets/imgs/cta-background.png");
    background-size: cover;
    background-position: center; }
  #channel #img-channel {
    margin-left: -80px;
    margin-top: -100px;
    transition: 0.2s ease-out; }
    #channel #img-channel:hover {
      cursor: pointer;
      transition: 0.2s ease-out;
      opacity: 0.9; }
    @media (max-width: 768px) {
      #channel #img-channel {
        margin-left: 0;
        margin-top: -10px;
        width: 100%;
        margin-bottom: 40px; } }
    @media (max-width: 576px) {
      #channel #img-channel {
        margin-left: 0;
        margin-top: -10px;
        width: 100%;
        margin-bottom: 40px; } }

#testimonial {
  padding: 120px 0; }
  #testimonial .slick-list {
    overflow: visible; }
  #testimonial h2.title-quoted {
    text-align: center;
    margin: auto;
    font-size: 35px;
    margin-bottom: 80px; }
    #testimonial h2.title-quoted span {
      position: relative; }
      #testimonial h2.title-quoted span:before, #testimonial h2.title-quoted span:after {
        content: '';
        position: absolute;
        background-image: url("/assets/imgs/testimonial.png");
        width: 80px;
        height: 80px;
        background-size: contain; }
      #testimonial h2.title-quoted span:before {
        top: -35px;
        left: -75px; }
      #testimonial h2.title-quoted span:after {
        bottom: -55px;
        right: -90px; }
  #testimonial #testimonials {
    white-space: nowrap; }
  #testimonial .card {
    width: 350px;
    padding: 20px;
    border: none;
    float: left;
    box-shadow: 0 7px 6px #00000012;
    margin: 0 20px; }
    #testimonial .card strong {
      display: block;
      font-size: 15px;
      margin-bottom: 10px; }
    #testimonial .card i {
      font-size: 13px;
      white-space: normal; }

#feeds {
  position: relative; }
  #feeds:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 130px;
    z-index: 0;
    background-color: #24C3EC; }
  #feeds .box-white {
    background-color: #fff;
    padding: 40px 60px; }
  #feeds .instafeeds {
    list-style: none;
    margin: 0 -10px;
    display: block;
    clear: both;
    padding: 0; }
    #feeds .instafeeds li {
      float: left;
      position: relative;
      width: 18%;
      margin-bottom: 1%;
      display: flex;
      align-items: center;
      padding-top: 19%;
      margin-left: 1%;
      margin-right: 1%; }
      @media (max-width: 768px) {
        #feeds .instafeeds li {
          padding-top: 31%;
          width: 30%; }
          #feeds .instafeeds li:last-child {
            display: none; } }
      @media (max-width: 576px) {
        #feeds .instafeeds li {
          padding-top: 50%;
          width: 48%; }
          #feeds .instafeeds li:last-child {
            display: block; } }
      #feeds .instafeeds li .instafeed__item__img {
        width: 100%;
        padding-top: 100%;
        border-radius: 5px;
        position: absolute;
        top: 0;
        left: 0;
        background-size: cover;
        background-position: center;
        transition: 0.2s ease-out; }
        #feeds .instafeeds li .instafeed__item__img:hover {
          opacity: 0.7;
          transition: 0.2s ease-out; }

/*# sourceMappingURL=homepage.css.map */
