@import "https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap" rel="stylesheet";
#defaultLeftNav {
  display: none;
}

body {
  margin: 0;
}

@media (min-width: auto) {
  .resultsPage #content-body, .defaultPage #content-body, .contentPage #content-body, .productdetailsPage #content-body, .cartPage #content-body {
    width: 100%;
  }
}
#content-body {
  width: 100%;
  padding-top: 0;
}

#content-nav {
  display: none;
}

#content-shop {
  width: 100%;
}

#content-frame {
  width: 100%;
}

#pageContainer #content-body {
  padding-top: 0;
}

body {
  font-family: "Arial", Arial;
  font-size: 13px;
  tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4 {
  font-family: "Arial";
  font-weight: bold;
}

h1 {
  font-style: italic;
  font-weight: bold;
  font-size: 22px;
}

h2 {
  font-size: 18px;
}

.noselect * {
  user-select: none;
}

.lp {
  width: 100%;
}

.header-lp {
  background: #ccc;
  padding: 150px 0;
}
.header-lp p {
  text-align: center;
}

.footer-lp {
  background: #ccc;
  padding: 300px 0;
}
.footer-lp p {
  text-align: center;
}

.container-demo {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

#content-wrapper {
  height: 100%;
  min-height: 100%;
  width: 100%;
}

.scroll-magic-section {
  height: 100%;
}

#pin {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
#pin h3 {
  margin: -40px 0 0 0;
  position: relative;
  top: 50%;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  color: #EFEFEF;
}

.para-img-ex {
  height: 100vh;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  overflow: hidden;
}


.parallax-container {
  position: relative;
  width:100vw;
}


.hero.full-width {
  max-width: none;
  background: center/cover no-repeat;
  padding: 0 30px;
  margin: 0;
}

.hero {
  position: relative;
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}


.hero:nth-child(1)  {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
  background-color: #001e29 !important;
  height: 100vh;
}
.hero:nth-child(2)  {
  background-image: url("../images/scroll-1-1.jpg");
}
.hero:nth-child(3)  {
  background-image: url("../images/scroll-2-1.jpg");
}
.hero:nth-child(4)  {
  background-image: url("../images/scroll-3-1.jpg");
}
.hero:nth-child(5)  {
  background-image: url("../images/scroll-4-1.jpg");
}
.hero:nth-child(6)  {
  background-image: url("../images/scroll-5-1.jpg");
}

.hero:before {
  content: "";
  display: block;
  position: absolute;
  top: -10vw;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: inherit;
  -ms-clip-path: polygon(0 0, 100% 10vw, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 10vw, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 10vw, 100% 100%, 0 100%);
}

.hero-inner {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  clip: rect(0, auto, auto, 0);
}

@supports (-webkit-overflow-scrolling: touch) {
  .hero-inner {
    clip: unset;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}


.hero-inner-static {}

.hero__title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  left: 0;
  padding: 0 1rem;
  width: 100%;
  height: 100%;
  color: white;
  font-family: "Courgette", serif;
  font-size: 8vw;
  letter-spacing: -0.125rem;
  text-align: center;
}
.__title {
  display: flex;
  position: relative;
      top: -1.5rem;
  left: 0;
  padding: 0 0 2rem 0;
  width: 100%;
  height: 100%;
  color: white;
  font-family: "Courgette", serif;
  font-size: 2.5rem;
}

.about-topbar {

}

.about-topbar:before {
  position: absolute;
  content: "";
  width: 30%;
  height: 6px;
  background: #eae500;
  left: 15px;
  top: -1.5rem;
  display: block;
}
.about-topbar p {
font-size: 1.25rem;
    font-weight: 100;
}
/*
.hero figure {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}*/

.hero-inner .card-wrapper {
  max-width:350px;
  min-height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
  padding: 30px 0;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0rem;
}
.hero-inner .card-wrapper h3.title {
  font-size: 3.3rem;
}
.hero-inner .card-wrapper p.subtitle {
  font-size: 1.5rem;
}
.hero-inner .card-wrapper h3.title:before {
  content: " ";
  width: 100%;
  height: 4px;



  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#67cf70+0,ecd457+28,a56ce2+56,2cb9fa+83,2cb9fa+83,2fc1d4+99 */
  background: #67cf70; /* Old browsers */
  background: -moz-linear-gradient(left,  #67cf70 0%, #ecd457 28%, #a56ce2 56%, #2cb9fa 83%, #2cb9fa 83%, #2fc1d4 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #67cf70 0%,#ecd457 28%,#a56ce2 56%,#2cb9fa 83%,#2cb9fa 83%,#2fc1d4 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #67cf70 0%,#ecd457 28%,#a56ce2 56%,#2cb9fa 83%,#2cb9fa 83%,#2fc1d4 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


  margin-bottom: 1rem;
  display: block;
}

.hero-inner .card-wrapper .button {
  margin-top:2rem;
}
.hero-inner .card-wrapper a.banner-link {
    border: 2px solid currentColor;
    padding: 1rem 2rem;
    font-size: 1rem;
    display: inline;
}
.hero-inner .card-wrapper a.banner-link:hover {
  color: #eae500;
}
#one {
  background: url("../images/scroll-1-1.jpg") center center;
  background-attachment: fixed;
  background-size: cover;
  z-index: 5;
}
#one p {
  opacity: 1;
}

#two {
  background: url("../images/scroll-2-1.jpg") center center;
  z-index: 4;
  background-attachment: fixed;
  background-size: cover;
}
#two p {
  opacity: 1;
}

#three {
  background: url(../images/scroll-3-1.jpg) center center;
  z-index: 3;
  background-attachment: fixed;
  background-size: cover;
}

#four {
  background: url(../images/scroll-4-1.jpg) center center;
  z-index: 2;
  background-attachment: fixed;
  background-size: cover;
}

#five {
  background: url(../images/scroll-5-1.jpg) center center;
  z-index: 1;
  background-attachment: fixed;
  background-size: cover;
}




.scroll-magic-section .row.card--angled {
  padding-bottom: 30vw;
}
.scroll-magic-section .row.card--angled:before {
  content: "";
  display: block;
  position: absolute;
  top: -10vw;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  -ms-clip-path: polygon(0 0, 100% 10vw, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 10vw, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 10vw, 100% 100%, 0 100%);
}
.scroll-magic-section .row:after {
  clear: both;
    content: " ";
    display: table;
}

.scale-animation {
  position: absolute;
  right: 18em;
  top: 30%;
}
.scale-animation p {
  color: white;
  font-size: 2.5em;
}

.scale-animation2 {
  position: absolute;
  right: 18em;
  top: 30%;
}
.scale-animation2 p {
  color: white;
  font-size: 2.5em;
}

.scale-animation3 {
  position: absolute;
  right: 18em;
  top: 30%;
}
.scale-animation3 p {
  color: white;
  font-size: 2.5em;
}

.scale-animation4 {
  position: absolute;
  right: 18em;
  top: 30%;
}
.scale-animation4 p {
  color: white;
  font-size: 2.5em;
  opacity: 1;
}

.scale-animation5 {
  position: absolute;
  right: 18em;
  top: 30%;
}
.scale-animation5 p {
  color: white;
  font-size: 2.5em;
  opacity: 1;
}