.scroll-wrapper {
    text-align:center;
    margin-top: -150px;
    transition: all 0.3 ease;
}
.scroll {   
    font-size: 50px;
    color: white;
    opacity: 0.3;
    
   -webkit-animation: scrolling 2.5s ease infinite;
   -moz-animation: scrolling 2.5s ease infinite;
   -o-animation: scrolling 2.5s  ease infinite;
   animation: scrolling 2.5s ease infinite;
}

@keyframes scrolling {
  0% {
    transform: translate(0);
    opacity: 0.3;
  }
 
  50% {
    transform: translate(0,40px);
    opacity: 0.9;
    }

 
  100% {
     transform: translate(0);
     opacity: 0.3;
  }
}
.twotype{
  -webkit-animation: twoTypes 8s ease infinite;
   -moz-animation: twoTypes 8s ease infinite;
   -o-animation: twoTypes 8s  ease infinite;
   animation: twoTypes 8s ease infinite;
}
#twotype{
  position: relative;
  z-index: 100;

}

.firstColumn{
    width: 100%;
    margin: 0 0 0 auto;
    text-align: left;
}
.link:hover{
    text-decoration: underline;
    cursor: pointer;
}

#vendor{
    color: white;
}

.cim{
    font-size: 20px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.secondColumn{
    width: 100%;
    margin: 0 0 0 auto;
    text-align: left;
}

#footer{
    background-color: #6e0a07;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}

#twotype_2{
  position: relative;
  z-index: 50;
  margin-left: -382px;

}

#preoder_btn{
  cursor: pointer;
  outline: none;
  font-family: "Product Sans", sans-serif;
  background-color: #B80F0A;
  color: white;
  border: 2px white solid; 
  border-radius: 5px;
  padding: 14px;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
}

#preoder_btn:hover{
    background-color: white;
    color: #B80F0A;
}

.clip{
  clip-path: inset(0px 7px 0px 0px);
}
@keyframes twoTypes{
  0% {
    clip-path: inset(0 0 0 0);
    transform: translate(0);
    -webkit-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54) !important;
  -moz-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54) !important;
  box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54) !important;
  }
  15%{
    clip-path: inset(0 0 0 0);
    transform: translate(0);
    -webkit-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54) !important;
  -moz-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54) !important;
  box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54) !important;
  }
  25%{
    clip-path: inset(0 50% 0 0);
    transform: translate(0);
    -webkit-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54) !important;
  -moz-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54) !important;
  box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54) !important;
  }
  40%{
    clip-path: inset(0 50% 0 0);
    transform: translate(0);
    -webkit-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54) !important;
  -moz-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54) !important;
  box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54) !important;
  }
  50%{
    clip-path: inset(0 100% 0 0);
    transform: translate(0);
    -webkit-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54) !important;
  -moz-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54) !important;
  box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54) !important;
  }
  65%{
    clip-path: inset(0 100% 0 0);
    transform: translate(0);
    -webkit-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54) !important;
  -moz-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54) !important;
  box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54) !important;
  }
  75%{
    clip-path: inset(0 50% 0 0);
    transform: translate(0);
    -webkit-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54) !important;
  -moz-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54) !important;
  box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54) !important;
  }
  90%{
    clip-path: inset(0 50% 0 0);
    transform: translate(0);
    -webkit-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54) !important;
  -moz-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54) !important;
  box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54) !important;
  }
  100%{
    clip-path: inset(0 0 0 0);
    transform: translate(0);
    -webkit-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54) !important;
  -moz-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54) !important;
  box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54) !important;
  }
}

.card {
    box-shadow: 0px 8px 8px 4px rgba(0, 0, 0, 0.2);
    vertical-align: top;
    max-width: 300px;
    padding: 10px;
    margin: 20px;
    height: 100%;
    text-align: center;
    font-family: arial;
    display: inline-block;
    position: relative;
  }
  body{
    /*background-color: black !important;*/
  }
  
  #backgroundVideo{
    /*width: 150%;*/
    /*margin-left: -200px;
    margin-top: -100px;*/
    position: relative;
    width: 150%;
    margin-top: -18%;
    left: -29%;
    opacity: 0.3;
    background-color: black;
  }
  #overflowfixer{
    overflow: hidden;
    position: relative;
    background-color: black;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #overflowfixer h1 {
    color: white;
    font-size: 5rem;
    text-align: center;
    z-index: 1;
    font-family: 'Product Sans', sans-serif !important;
    letter-spacing: 10px !important;
  }
  #overflowfixer .h3 {
    color: white;
    font-size: 2rem;
    text-align: center;
    z-index: 1;
    font-family: 'Product Sans', sans-serif !important;
    letter-spacing: 5px !important;
  }

  
.video-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

  .price {
    color: grey;
    font-size: 22px;
  }
  
  .card button {
    border: none;
    outline: 0;
    padding: 12px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 18px;
  }
  
  .card button:hover {
    opacity: 0.7;
  }

  .flex-container{
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      width: 100%;
  }

  .flex-container > .flex-text{
      text-align: left;
      padding: 10px;
      font-size: 2rem;
      width: 25%;
      margin-left: 20px;
  }

  .flex-container > .flex-image > img{
      display: inline-block;
  }

  .fade-in-right{
    opacity: 0;
    transform: translateX(10%);
    transition: opacity 250ms ease-in, transform 400ms ease-in;
  }

.fade-in-right.appear{
    opacity: 1;
    transform: translateX(0);
}

.fade-in-left{
    opacity: 0;
    transform: translateX(-10%);
    transition: opacity 250ms ease-in, transform 400ms ease-in;
  }

.fade-in-left.appear{
    opacity: 1;
    transform: translateX(0);
}

.divider{
    margin-top: 80px;
    opacity: 0;
    font-size: 20px;
    transform: translateY(200%);
    transition: opacity 250ms ease-in, transform 400ms ease-in;
}
.divider.appear{
    opacity: 1;
    transform: translateY(0);
}

#headerText.appear{
    opacity: 1;
    transform: translateY(0);
}

#headerSub.appear{
    opacity: 1;
    transform: translateY(0);
}
#headerText{
    opacity: 0;
    transform: translateY(10%);
    transition: opacity 600ms ease-in, transform 400ms ease-in;
}
#headerSub{
    opacity: 0;
    transform: translateY(200%);
    transition: opacity 250ms ease-in, transform 400ms ease-in;
}
.icons{
    font-size: 30px !important;
}
.icons > i{
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.icons>i:hover{
    color: #8f8f8f;
}
/*timeline*/
.timeline {
    opacity: 0;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  transition: opacity 400ms ease-in;
}
.timeline.appear{
    opacity: 1;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: black;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.container {
    /*opacity: 0;*/
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  transition: opacity 300ms ease-in;
}
.container-right.appear, .container-left.appear{
    opacity: 1;
}

/* The circles on the timeline */
.container-left::after, .container-right::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid black;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.container-left {
  left: 0;
  opacity: 0;
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  transition: opacity 300ms ease-in;
}

/* Place the container to the right */
.container-right {
  left: 50%;
  opacity: 0;
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  transition: opacity 300ms ease-in;
}

/* Add arrows to the left container (pointing right) */
.container-left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.container-right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  
}

/* Fix the circle for containers on the right side */
.container-right::after {
  left: -16px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54);
-moz-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54);
box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54);
color: black;
font-family: "Product Sans", sans-serif;
font-size: 20px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .container-right, .container-left {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .container-right::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }
  .container-left::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
    }

  /* Make sure all circles are at the same spot */
  .container-left::after, .container-right::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .container-right {
  left: 0%;
  }
}
.timeline>*{
    box-sizing: border-box;
}

/*timeline*/