.slides-wrapper {
    height: 100vh;
    width: 100vw;
    padding: 0;
    margin: 0;
    display: block;
    top:0;
    /* align-items: center; */
    /* justify-content: center; */
    /* flex-direction: column;  */
    overflow: hidden;
    position: absolute;
}


/* Preloader */
  .preloader {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top:0; left:0; right:0; bottom:0;
    background: #29421e;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    letter-spacing: 2px;
    color: #FFF;
    z-index: 500;
}

.cls-2{
  clip-path: none !important;
}

  .loader-wrapper {
    height: 2px;
    width: 150px;
    background: rgba(255,255,255,0.2);
    border-radius: 100px;
    opacity: 0;
    position: relative;
    margin-top:2em;
}
  
  .loader {
    height: 2px;
    width: 150px;
    border-radius: 100px;
    background: #e19540;
}
/* End Preloader */
h1, h2, h3, h4, h5, h6{
  font-family: freight-macro-pro;
  font-weight: 700;
  text-align:left;
  max-width: 50vw;
}

h2{
  font-size:5em;
  display: inline-block;
  width: 100%;
  margin-bottom:0;
  margin-top:0;
  color: #e19540;
}
p{
  font-family: mr-eaves-modern, sans-serif !important;
  font-weight: 400;
  font-style: regular;
  line-height:1em;
  font-size:3em;
  text-align:left;
  max-width: 50vw;
  margin-bottom:0;
  color: #fff;
}

.vf-slide{
    height: 100vh;
    width: 100vw;
    /* padding: 5vh 0; */
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; 
    position: absolute;
    top:100vh;left:0;
    overflow: hidden;
    /* transform: translateY(100vh); */
}
.active-slide{
  /* transform: translateY(-100vh); */
  top:0;
}
.arrow-next{
    display: flex;
    /* align-self: ; */
    flex-direction: column;
    text-align: center;
    border-right: 2px solid #e19540;
    border-bottom: 2px solid #e19540;
    transform: rotate(90deg);
    width:15px; height:15px;
    position: absolute;
    bottom:3em;
    transition: 0.5s ease border;
}
.arrow-next:hover{
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: 0.5s ease border;
}
.slide1{
  background: rgba(0,0,0,1);
  will-change: transform;
  z-index: 1;
}
.slide1:before{
  content:'';
  position: absolute;
  top:-50px; left:-50px; right:-50px; bottom:-50px;
  background: rgba(0,0,0,0.5);
  background-size:cover;
  background-position: center;
  z-index: 0;
  /* filter: blur(10px); */
  /* will-change: transform; */
}
.slide1:after{
  content:'';
  position: absolute;
  top:-50px; left:-50px; right:-50px; bottom:-50px;
  background: url('budsally.jpg');
  background-size:cover;
  background-position: center left;
  z-index: -1;
  /* filter: blur(10px); */ 
  /* will-change: transform; */
}
.slide2{
  background: url(budsally-slide2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide2 h2, .slide2 p{
  opacity: 0;
  left:-100px;
}
.slide3 *{
  opacity: 0;
  left:-100px;
}
.slide3{
  background: url(budsally-slide3.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide3 h2{
  color: #29421e;
  display: inline-block;
  width: 100%;
  text-align: left;
}
.slide3 h3{
  font-family: mr-eaves-modern, sans-serif !important;
  font-weight: 700;
  font-style: regular;
  font-size:2em;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  text-align: left;
  color: #e19540;
  margin-bottom:0;
}

.slide3 p{
  font-family: mr-eaves-modern, sans-serif !important;
  font-weight: 400;
  font-style: regular;
  font-size:2em;
  /* text-transform: uppercase; */
  display: inline-block;
  width: 100%;
  text-align: left;
  color: #000000;
  margin-top:0;
}
/* 
/* svg path{
  fill: none !important;
  stroke: #999999;
} */
svg{
  max-width:10vh;
  will-change: transform;
}

/* svg path{
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear alternate infinite;
} */

.budsally-logo-load  path{
  stroke: #e19540;
}
.budsally-logo-load  * {
  fill: none !important;
}
.budsally-logo-load path{
  opacity:0;
}







.letter {
  display: inline-block;
  line-height: 1em;
}


.popup{
  height: 100vh;
  width: 100vw;
  position: fixed;
  top:0; left:0; right:0; bottom:0;
  background: #29421e;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
  color: #FFF;
  
  z-index: 1000;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
}
.popup a{
  padding:10px 20px;
  background: #e19540;
  color: #FFF;
  text-decoration: none;
  /* margin-top:2em; */
  font-family: mr-eaves-modern, sans-serif !important;
  letter-spacing: 0;
  width: 20%;
  text-align: center;
  margin: 0 2.5%; align-self: center;
  font-weight: bold;
  box-shadow: 2px 2px 0 10px #29421e, 4px 4px 0 10px #e19540;
  transition: box-shadow 0.5s ease;
}
.popup a:hover{
  box-shadow: 4px 4px 0 #29421e, 10px 10px 0 #e19540;
  transition: box-shadow 0.5s ease;
}
.popup a:nth-child(3){
  background: #FFF;
  color: #29421e;
}
.popup h2{
  text-align: center;
  width:100%;
  max-width: 100% !important;
  margin-bottom: 1em;
  /* padding:1.5em; */
}


.slide3 h4{
  max-width: 50vw;
  /* width: 100%; */
  padding-left: 0;
  margin-left: 0;
  font-family: mr-eaves-modern, sans-serif !important;
  font-size: 1em;
  margin-bottom:0;
  padding-bottom:0;
  color:#e19540;
  /* margin-top: 2em; */
  display: inline;
}
.social-wrapper{
  margin-top:2em;
  padding-top:0;
  list-style: none;
  max-width: 50vw;
  width: 100%;
  padding-left: 0;
  margin-left: 0;
}
.social-wrapper a{
  text-decoration: none;
  color: #29421e;
  font-family: mr-eaves-modern, sans-serif !important;
  font-weight: 700;
  font-style: regular;
}
img.logo-gif{
  float: left;
  margin-right: 34vw;
}




@media(max-width: 768px){
  body{
    font-size:10px;
  }

  h1, h2, h3, h4, h5, h6{
    max-width: 75vw;
  }

  .vf-slide{
    height: 90vh;
    padding-bottom:10vh;
  }
  p{
    max-width: 75vw;
  }

  .popup h2{
    font-size:4em;
  }
  .popup a{
    font-size:1.5em;
    margin:1em;
  }
  .social-wrapper{
    font-size:1.5em;
    max-width: 75vw;
  }
  .not-legal-age{
    background: #FFF;
    color: #29421e;
    padding: 1.2em 2em !important;
  }
  img.logo-gif{
    float: left;
    margin-right: 30vw;
  }

  .arrow-next{
    bottom:15em;
  }
}
