body{
  font-family: 'Poppins';  
}

.banner {
  background-image: url("https://d7xrug6inb5gi.cloudfront.net/web_content/img/landing_page/bg.png");
  background-repeat: repeat;
  color: white;
  background-size: auto;
}

.banner h1 {
  font-weight: 900;
  margin-top: 90px;
  font-size: 60px;
  text-transform: uppercase;
}

.banner h3 {
  font-size: 35px;
}

.banner img {
  width: 350px;
}

.info .text h3 {
  font-weight: 800;
  font-size: 40px;
  color: #8cc53e;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.info .text {
  text-align: center;
  color: black;
  max-width: 80%;
  font-size: 18px;
}

.info .text b {
  color: #ee7c00;
}

.info {
  text-align: center;
  color: black;
  padding-bottom: 10px;
  padding-top: 25px;
}

.info .info-block {
  background-color: #ee7c00;
  border-radius: 75px;
  color: white;
  margin: 25px 20px;
  padding: 12px 15px;
}

.info .row {
  justify-content: center;
  align-items: unset;
}

.info img {
  position: relative;
  top: -45px;
  margin: auto;
}

.info .info-block h3 {
  font-weight: 800;
  font-size: 1.75rem;
  margin-top: -30px;
}

.info .info-block p {
  font-size: 16px;
}

.access {
  background-color: #8cc53e;
  background-image: url("https://d7xrug6inb5gi.cloudfront.net/web_content/img/landing_page/access-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  text-align: center;
  font-size: 18px;
  padding-top: 25px;
  /* min-height: 851px; */
}

.access h3 {
  font-weight: 900;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.access img {
  max-width: 450px;
  width: 100%;
}

.access a.btn {
  color: white;
  background-color: #006838;
  font-weight: 800;
  font-size: 24px;
  text-decoration: none;
  padding: 15px 27px;
  border-radius: 50px;
  margin-left: -75px;
}

.giveaway {
  background-color: #ee7c00;
  color: white;
  text-align: center;
  font-size: 18px;
}
.giveaway iframe {
  margin: 25px 0;
}

.giveaway h3 {
  font-weight: 800;
  margin-top: 30px;
  text-transform: uppercase;
}

.giveaway form {
  text-align: center;
  font-weight: 700;
  width: 100%;
  max-width: 500px;
  margin: 20px auto;
}

.giveaway label {
  text-align: left;
  display: block;
}

.giveaway input {
  width: 100%;
  height: 45px;
  border: none;
  border-radius: 25px;
  padding: 5px 10px 5px 10px;
  margin: 5px auto 20px auto;
}

.giveaway button {
  border: 5px solid white;
  color: white;
  padding: 10px 25px;
  background-color: unset;
  border-radius: 35px;
  margin: auto;
}

.footer {
  background-image: url("https://d7xrug6inb5gi.cloudfront.net/web_content/img/landing_page/footer_bg_2.png");
  background-size: 100%;
  /* background-position-y: center; */
  background-repeat: no-repeat;
  /* min-height: 683px; */
  text-align: center;
  color: white;
}

.footer h3 {
  font-weight: 900;
  font-size: 40px;
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 50px;
}

.footer a {
  color: white;
  background-color: #8cc53e;
  font-weight: 700;
  font-size: 32px;
  text-decoration: none;
  padding: 15px 40px;
  border-radius: 50px;
  margin-bottom: 250px;
}

.footer img {
  display: none;
}

.flex {
  display: flex;
}

.slick-next::before,
.slick-prev::before {
  color: black;
}

.icon_manual {
  position: fixed;
  bottom: 100px;
  right: 0;
  background-color: #006838;
  text-align: center;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  border-top: 4px solid white;
  border-left: 4px solid white;
  border-bottom: 4px solid white;
}

.icon_manual a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  padding: 15px 10px 15px 20px;
}
.icon_manual img {
  margin-top: 10px;
  max-width: 100px;
}

@media (min-width: 1921px) {
  .access,
  .banner {
    background-size: cover;
  }
}

/*          @media (max-width: 1300px) {
            .banner h1 {
                margin-top: 40px;
                font-size: 60px;
            }

            .banner h3 {
                font-size: 30px;
            }

            .banner .text {
                max-width: 100%;
                font-size: 18px;
                margin-top: 265px;
            }
        }

        @media (min-width: 993px) and (max-width:1199px){
            .banner h1 {
                margin-top: 40px;
                font-size: 65px;
            }
            .banner h3 {
                font-size: 35px;
            }
        } */

@media (max-width: 992px) {
  .banner {
    height: auto;
    padding-bottom: 25px;
  }

  .banner h1 {
    margin-top: 25px;
    font-size: 45px;
  }
  .banner h3 {
    font-size: 21px;
  }

  .banner img {
    width: 100%;
  }

  .info, .access {
    padding-top: 15px;
  }
  .info .text {
    max-width: 100%;
    font-size: 18px;
  }

  .info .text h3 {
    width: 100%;
    font-size: 40px;
  }
  .info .info-block {
    margin: 20px 10px;
  }

  .access img {
    margin-top: -50px;
  }

  .access {
    padding-bottom: 25px;
  }

  .access a.btn {
    margin-left: 0px;
  }

  .footer a {
    margin-bottom: 50px;
    padding: 15px 27px;
    font-weight: 800;
    font-size: 24px;
  }

  .footer h3 {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 32px;
  }

  .footer {
    background: url("https://d7xrug6inb5gi.cloudfront.net/web_content/img/bkg.png"),
      rgb(31, 31, 31);
    background-size: auto, auto;
  }

  .slick-list,
  .slick-track,
  .slick-slide {
    min-height: 450px;
  }

  .slick-initialized .slick-slide {
    display: flex;
    align-items: center;
  }

  .icon_manual a {
    font-size: 16px;
    padding: 15px 10px 15px 20px;
  }
  .icon_manual img {
    margin-top: 10px;
    max-width: 75px;
  }
}

@media (max-width: 768px) {
  .banner h1 {
    margin-top: 25px;
    font-size: 22px;
    
  }
  .banner h3 {
    font-size: 16px;
  }

  .banner img {
    width: 100%;
    margin-top: 25px;
  }
  .col-sm-8 {
    width: 65% !important;
    padding: 0 5px !important;
  }

  .col-sm-4 {
    width: 35% !important;
    padding: 0 5px !important;
  }

  .info .text {
    font-size: 16px;
  }

  .info .text h3 {
    font-size: 24px;
  }
  .info .info-block {
    padding: 7px 12px;
  }

  .info .info-block h3 {
    font-size: 1.5rem;
  }

  .info .flex {
    padding: 0 25px;
  }

  .access {
    font-size: 16px;
    min-height: unset;
    background-position-y: bottom;
    padding-top: 25px;
  }
  .access img{
    max-width: 350px;
  }
  .access h3 {
    font-size: 24px;
  }
  .footer h3 {
    font-size: 24px;
  }

  .icon_manual a {
    font-size: 16px;
    padding: 12px 5px 12px 15px;
  }
  .icon_manual img {
    margin-top: 5px;
    max-width: 60px;
  }

  .icon_manual div{
    max-width: 77px;
  }
}
