@font-face {
  font-family: American typewriter;
  src: url('../fonts/American-Typewriter-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  color: #333;
  font-family: American typewriter, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 33px;
  font-weight: 400;
  line-height: 33px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

.container {
  max-width: 1400px;
  position: relative;
}

.container.nav {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.container.form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.nav-menu {
  background-color: #f5f5f5;
  padding: 15px;
}

.nav-link {
  text-align: center;
  border-radius: 10px;
  width: 100%;
  font-size: 16px;
}

.nav-link:hover {
  color: #fff;
  background-color: #000;
}

.nav-link.w--current {
  color: #000;
  background-color: #ebebeb;
}

.menu-button {
  background-color: #272727;
}

.menu-button.w--open {
  background-color: #000;
}

.div-block {
  flex: 1;
}

.logo-div {
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar {
  z-index: 99;
  background-color: #fcfcfc;
  height: 80px;
  padding: 25px;
  position: sticky;
  inset: 0% 0% auto;
}

.logo-text {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 5px;
  font-size: 30px;
  line-height: 30px;
  display: inline-block;
}

.hero-slider {
  background-color: #fff;
  height: 600px;
  padding-bottom: 30px;
}

.slider-overlay {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-overlay.top {
  z-index: 5;
  align-items: flex-start;
  padding-top: 100px;
}

.slider-overlay.top.small {
  padding-top: 40px;
}

.slider-overlay.bottom-corner {
  justify-content: flex-start;
  width: 1025px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-left: 10px;
}

.hero-text {
  text-align: center;
  background-color: #fff0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 5px;
  font-size: 23px;
  line-height: 30px;
  display: inline-block;
}

.slide-nav {
  display: none;
}

.slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 0;
  padding-right: 0;
}

.slide._1 {
  background-image: url('../images/Slide01.jpg');
}

.slide._2 {
  background-image: url('../images/Slide02.jpg');
}

.slide._3 {
  background-image: url('../images/Slide03.jpg');
}

.slide._4 {
  background-image: url('../images/Slide04.jpg');
}

.slide._5 {
  background-image: url('../images/Slide05.jpg');
}

.slide._6 {
  background-image: url('../images/Slide06.jpg');
}

.slide._7 {
  background-image: url('../images/Slide07.jpg');
}

.slide._8 {
  background-image: url('../images/Slide08.jpg');
}

.slide._9 {
  background-image: url('../images/slide09.jpg');
}

.slide._10 {
  background-image: url('../images/slide10.jpg');
}

.slide._2a {
  background-image: url('../images/your-artwork-here.png');
  background-position: 50%;
  background-size: contain;
}

.slide.blank {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.slide._3a {
  background-image: url('../images/cans.jpeg');
  background-position: 50% 0;
  background-size: auto;
}

.slide._5a {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.slide._4a {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-left: 0;
  padding-right: 0;
}

.section {
  position: relative;
  overflow: hidden;
}

.section.bottom-padding {
  margin-bottom: 40px;
}

.section.bottom-padding.contact {
  height: 900px;
}

.section-slider {
  background-color: #fff0;
  height: 600px;
}

.section-slider.team {
  background-image: url('../images/our-team-image.JPG');
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: 1025px;
}

.section-slider.save-planet {
  height: 600px;
}

.arrow {
  color: #6e6e6e;
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
}

.arrow.hidden {
  display: none;
}

.intro-text {
  text-align: center;
  font-size: 23px;
  line-height: 30px;
}

.content-div {
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.spacer {
  height: 20px;
}

.newheights-text {
  text-align: center;
  font-size: 23px;
  line-height: 30px;
}

.div-block-5 {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.list {
  display: flex;
}

.footer {
  text-align: center;
  background-color: #fcfcfc;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-link {
  color: #444;
  margin-right: 20px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.div-block-6 {
  font-size: 16px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.savetheplanet-text {
  text-align: center;
  font-size: 23px;
  line-height: 30px;
}

.ourteam-text {
  font-size: 35px;
  line-height: 35px;
}

.turtle-vid {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slider-mask {
  width: auto;
  max-width: 1025px;
  margin-left: auto;
  margin-right: auto;
}

.contact-card-div {
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.arrow-icon {
  color: #000;
  background-color: #0000;
  margin-left: 15px;
  margin-right: 15px;
  transition: opacity .2s;
}

.arrow-icon:hover {
  background-color: #fcfcfc26;
}

.arrow-icon.hidden {
  display: none;
}

.arrow-icon.right {
  margin-right: 40px;
}

.arrow-icon.right:hover {
  background-color: #fcfcfc;
}

.arrow-icon.left {
  background-color: #0000;
  margin-left: 40px;
  margin-right: 15px;
}

.icon {
  color: #fff;
}

.div.center {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.over-18-div {
  z-index: 100;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.over-18-heading {
  color: #fff;
}

.txbg {
  padding-left: 6px;
  padding-right: 7px;
}

.logo {
  margin-bottom: 30px;
}

.container-2 {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container-2.center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-18 {
  background-color: #000;
  font-size: 42px;
  line-height: 42px;
}

.button-18.top-padding {
  margin-top: 36px;
}

.logo-text.over-18 {
  color: #fff;
  margin-bottom: 60px;
  font-size: 53px;
  line-height: 53px;
}

.logo-text-18 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-size: 45px;
  line-height: 45px;
}

.logo-text-18.over-18 {
  color: #fff;
  margin-bottom: 60px;
  font-size: 53px;
  line-height: 53px;
}

.logo-image {
  margin-bottom: 30px;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.html-embed {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #f5f5f5;
  }

  .nav-link {
    text-align: center;
    width: 100%;
  }

  .section-slider.intro {
    height: 500px;
  }

  .arrow {
    width: 60px;
    margin-right: 10px;
  }

  .arrow.right {
    margin-right: 0;
  }

  .arrow.left {
    margin-left: 0;
  }

  .content-div {
    background-color: #f7f7f7;
    margin-left: 60px;
    margin-right: 60px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .arrow-icon:hover {
    background-color: #fcfcfc00;
  }

  .arrow-icon.right {
    margin-right: 0;
  }

  .arrow-icon.left {
    margin-left: 0;
  }

  .arrow-icon.white {
    color: #fff;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-slider {
    height: 350px;
  }

  .slider-overlay.intro {
    align-items: flex-start;
  }

  .slide._2a {
    background-position: 50%;
  }

  .section-slider {
    height: 350px;
  }

  .section-slider.team {
    background-size: cover;
  }

  .section-slider.intro {
    height: 550px;
  }

  .section-slider.new-heights {
    height: 800px;
  }

  .section-slider.save-planet {
    height: 600px;
  }

  .div-block-5 {
    width: 100%;
    margin-bottom: 15px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-link {
    margin-top: 30px;
  }

  .footer-flex-container {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero-slider {
    height: 350px;
  }

  .slider-overlay {
    padding-bottom: 0;
  }

  .hero-text {
    padding-bottom: 20px;
    font-size: 24px;
  }

  .slide._2a {
    background-position: 50%;
    background-size: auto 50%;
  }

  .slide._3a {
    background-position: 0 100%;
    background-size: cover;
  }

  .slide._4a {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.bottom-padding.contact {
    height: 950px;
  }

  .section-slider {
    height: 250px;
  }

  .section-slider.team {
    height: 350px;
  }

  .section-slider.intro {
    height: 600px;
  }

  .section-slider.new-heights {
    height: 1000px;
  }

  .section-slider.save-planet {
    height: 700px;
  }

  .arrow {
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    display: flex;
  }

  .intro-text {
    text-align: center;
  }

  .content-div {
    background-color: #fff;
    margin-left: 20px;
    margin-right: 20px;
  }

  .newheights-text {
    text-align: center;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link {
    font-size: 16px;
  }

  .div-block-6 {
    text-align: center;
    font-size: 16px;
  }

  .footer-flex-container {
    flex-flow: column;
  }

  .savetheplanet-text {
    text-align: center;
  }

  .contact-card-div {
    width: 90%;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }
}


@font-face {
  font-family: 'American typewriter';
  src: url('../fonts/American-Typewriter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}