* {
  box-sizing: border-box !important;
}

html,
body {
  margin: 0;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: rgba(225, 218, 195, 0.24);
}

figure {
  position: relative;
}

figcaption {
  color: #577712;
  font-family: 'Roboto';
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 400;
  position: absolute;
  bottom: -10px;

}

.container {
  width: 1200%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.panel {
  width: 100%;
  height: 100%;
  display: flex;
  font-weight: 600;
  color: white;
  position: relative;
  box-sizing: border-box;
}

.panel .line {
  position: absolute;
  bottom: 110px;
  width: 100.1%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-height: 390px !important;
}

.panel .line svg {
  width: 100%;
}

.panel .line svg path {
  stroke-width: 2px;
  stroke: #020202;
  opacity: .56;
}

.panel .text {
  flex-basis: 40%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.panel .text .textwrapper {
  width: 80%;
}

.panel .text .textwrapper h2 {
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  display: inline-block;
  text-align: left;
  position: relative;
  margin: 5px !important;
  color: rgba(0, 0, 0, 0.87);
  font-weight: bold;

}

.panel .text .textwrapper h2:after {
  display: block;
  content: '';
  border-bottom: 10px solid #749F85;
  transform: translate(0, 0px);
  z-index: -1;
  position: absolute;
  height: 1px;
  width: 100%;
  opacity: .76;
}

.panel .text .textwrapper h3 {
  color: #407D5A;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.7px;
  line-height: 28px;
  margin: 5px;
}

.panel .text .textwrapper h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  margin: 4px;
}

.panel .text .textwrapper p {
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.8px;
  line-height: 28px;
}

.panel .text .textwrapper a {
  padding: 15px 35px;
  text-decoration: none;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 16px;
  margin-top: 10px;
  display: inline-block;
}

.panel .image {
  flex-basis: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: -100px;
  position: relative;
}

.panel .image img {
  width: 65%;
}

#mute_button {
  position: fixed;
  bottom: 30px;
  right: 50px;
  color: rgba(0, 0, 0, 0.32) !important;
  z-index: 99999;
}

#stepper {
  position: fixed;
  bottom: 36px;
  height: 10px;
  width: 60%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  display: none;
}

#stepper ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0px;
  padding: 0;

}

#stepper ul li {
  width: 9.09090908%;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  color: #000;
}

#stepper .ball {
  position: absolute;
  background-color: #407D5A;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  left: calc(4.1666% - 16px);
  top: -10px;
  z-index: -1;
  transition: .5s all ease-in-out;
}

#section1 .text {
  width: 65%;
/*   flex-basis: 65%; */

}

#section1 .text .textwrapper h3,
#section1 .text .textwrapper h4 {
  color: #407D5A;
}

#section1 .text .textwrapper h2 {
  font-size: 41px;
  font-weight: 600;
}

#section1 .text .textwrapper h2:after {
  border-bottom: 10px solid #749F85;
}

#section1 .image {
  width: 35%;
  position: absolute;
  right: 25px;
  bottom: 135px;
}

#section1 .image img {
  width: 100%;
}

#section2 .text {
  margin-left: auto;
  margin-right: 20%;
  flex-basis: 65%;
  margin-top: -50px;
}

#section3 .text .textwrapper h2:after {
  border-bottom: 10px solid #577712;
}

#section3 .text .textwrapper h4,
#section3 .text .textwrapper h3 {
  color: #577712;
}

#section3 .text .textwrapper a {
  background-color: #577712;
}

#section4 .text .textwrapper h2:after {
  border-bottom: 10px solid #DB6A45;
}

#section4 .text .textwrapper h4,
#section4 .text .textwrapper h3 {
  color: #DB6A45;
}

#section4 .text .textwrapper a {
  background-color: #DB6A45;
}

#section5 .text .textwrapper h2:after {
  border-bottom: 10px solid #123477;
}

#section5 .text .textwrapper h4,
#section5 .text .textwrapper h3 {
  color: #123477;
}

#section5 .text .textwrapper a {
  background-color: #123477;
}

#section6 .text .textwrapper h2:after {
  border-bottom: 10px solid #C39304;
}

#section6 .text .textwrapper h4,
#section6 .text .textwrapper h3 {
  color: #C39304;
}

#section6 .text .textwrapper a {
  background-color: #C39304;
}

#section7 .text .textwrapper h2:after {
  border-bottom: 10px solid #7B3486;
}

#section7 .text .textwrapper h4,
#section7 .text .textwrapper h3 {
  color: #7B3486;
}

#section7 .text .textwrapper a {
  background-color: #7B3486;
}

#section8 .text .textwrapper h2:after {
  border-bottom: 10px solid #348685;
}

#section8 .text .textwrapper h4,
#section8 .text .textwrapper h3 {
  color: #348685;
}

#section8 .text .textwrapper a {
  background-color: #348685;
}

#section9 .text .textwrapper h2:after {
  border-bottom: 10px solid #DA4C06;
}

#section9 .text .textwrapper h4,
#section9 .text .textwrapper h3 {
  color: #DA4C06;
}

#section9 .text .textwrapper a {
  background-color: #DA4C06;
}

#section10 .text .textwrapper h2:after {
  border-bottom: 10px solid #DF5F77;
}

#section10 .text .textwrapper h4,
#section10 .text .textwrapper h3 {
  color: #DF5F77;
}

#section10 .text .textwrapper a {
  background-color: #DF5F77;
}

#section11 .text .textwrapper h2:after {
  border-bottom: 10px solid #875B2B;
}

#section11 .text .textwrapper h4,
#section11 .text .textwrapper h3 {
  color: #875B2B;
}

#section11 .text .textwrapper a {
  background-color: #875B2B;
}

#section12 .text .textwrapper h2:after {
  border-bottom: 10px solid #A594B9;
}

#section12 .text .textwrapper h4,
#section12 .text .textwrapper h3 {
  color: #A594B9;
}

#section12 .text .textwrapper a {
  background-color: #A594B9;
}

/*Scroll Animation*/
.scroll-icon {
  position: fixed;
  width: 0px;
  height: 90px;
  padding-right: 56px;
  bottom: 0;
  left: 14.5px;
  text-align: right;
  border-right: 1px dashed rgba(0, 0, 0, 0.32);
}

.scroll-icon .scroll-text {
  font-family: "roboto-bold", sans-serif;
  font-size: 1.5rem;
  color: #FFFFFF;
  margin-top: 1.5rem;
}

.scroll-icon .end-top {
  content: "";
  background-color: rgba(0, 0, 0, 0.32);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: -6px;
  right: -4px;
}

.scroll-icon .mouse {
  position: absolute;
  height: 38px;
  width: 25px;
  border: 3px solid rgba(0, 0, 0, 0.32);
  border-radius: 12px;
  right: -13px;
  top: 10px;
  display: block;
  text-align: center;
  z-index: 700;
  -webkit-animation: vertical 3s ease infinite;
  animation: vertical 3s ease infinite;
}

.scroll-icon .mouse::before {
  content: "";
  display: block;
  height: 5px;
  width: 3px;
  background-color: rgba(0, 0, 0, 0.32);
  position: absolute;
  top: 6px;
  left: 50%;
  margin-left: -1.5px;
  border-radius: 2px;
}

@-webkit-keyframes vertical {

  0%,
  60%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(-5px);
  }

  40% {
    -webkit-transform: translateY(20px);
  }
}

@keyframes vertical {

  0%,
  60%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(-5px);
  }

  40% {
    -webkit-transform: translateY(20px);
  }
}

/*----------------------------------------
**************  6. RESPONSIVE  ***************
-----------------------------------------*/
@media screen and (max-width: 900px) {
  .panel {
    flex-direction: column-reverse;
  }

  .panel .image {
    margin: 10px auto;
  }

  .panel .text {
    margin: 0px auto;
    align-items: flex-start;
  }

  .panel .text .textwrapper {
    padding-top: 50px;
  }

  .panel .line {
    bottom: 50px;
  }

  .panel div:nth-child(2) {
    flex-basis: 30%;
    margin: 40px auto 0px auto;
  }

  .panel div:nth-child(1) {
    flex-basis: 90%;

  }

  .scroll-icon {
    height: 70px;
    bottom: 60px;
    left: -15px;
  }

  #section1 .image {
    width: 50%;
    position: relative;
    right: 0px;
    bottom: auto;
    margin: 0 auto;
    justify-content: top;
    align-items: top;
  }

  #section1.panel,
  #section2.panel {
    flex-direction: column;
  }

  #section1 .text {
    width: 100%;
    margin: 30px 0px 0px 0px;
  }

  #section1 .text .textwrapper h2 {
    font-size: 23px;
  }

  #section1.panel .text .textwrapper {
    width: 90%;
  }

  #section2.panel .text {
    width: 100%;
    margin-top: 0px;
  }

  #section2.panel .text .textwrapper p {
    line-height: 25px;
  }

  #mute_button {
    bottom: 60px;
    right: 30px;
  }

  #stepper {
    width: 90%;
  }

}

@media screen and (max-width: 376px) {
  .panel .image {
    flex-basis: 30%;
    height: 30%;
    margin: 5px auto;
  }

  .panel .text {
    flex-basis: 70%;
    height: 70%;
    margin: 5px auto;
    padding-top: 40px;
  }

  .panel .image img {
    width: 60%;
  }

  .panel div:nth-child(2) {
    margin: 0px;
  }

  .panel .text .textwrapper {
    padding-top: 0px;
  }

  .panel .text .textwrapper h2 {
    font-size: 18px;
  }

  .panel .text .textwrapper h3 {
    font-size: 16px;
  }

  .panel .text .textwrapper h4 {
    font-size: 13px;
  }

  .panel .text .textwrapper p {
    font-size: 16px;
  }

  .panel .text .textwrapper a {
    padding: 5px 15px;
    margin-top: 3px;
    font-size: 13px;
  }

  #section1.panel .image {
    width: 40%;
  }

  #section1 .text .textwrapper p {
    font-size: 12px;
  }

  #section1 .text .textwrapper h2 {
    font-size: 18px;
  }

  #section2 .text .textwrapper p {
    font-size: 12px;
  }
}

