:before,
:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
* {
  box-sizing: border-box;
}
img,
object,
embed,
canvas,
video,
audio,
picture,
svg,
figure {
  max-width: 100%;
  height: auto;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
html,
body {
  position: relative;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  background: white;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
.center {
  width: 70%;
  margin: 0 auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.swiper,
.swiper-wrapper,
.swiper-slide {
  width: 100%;
  height: 100%;
}
h1 {
  color: white;
  font-weight: 900;
  font-size: 20rem;
}
h2 {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin-right: auto;
  padding-top: 1rem;
  padding-left: 2rem;
  font-size: 3rem;
  color: #000;
  font-weight: 900;
}
h3 {
  font-weight: 900;
  font-size: 5rem;
  color: white;
}
h4 {
  font-weight: 100;
  font-size: 4rem;
  color: #fff;
}
h5 {
  color: white;
  font-size: 1rem;
}
section {
  padding-top: 2rem;
}
.btnprimary {
  background-color: #000;
  color: #eee;
  padding: 20px;
  display: inline-block;
  border-radius: 5px;
  border: solid 1px #3d3c3c;
  transition: background-color 0.4s ease-in-out;
}
.btnprimary:hover {
  background-color: #98d4df;
  color: #000;
  border: solid 1px #98d4df;
}
header {
  height: 100vh;
  background-image: url(img/jan-kopriva-yQmogU6E0T0-unsplash.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
header .flex {
  display: flex;
}
header .flex .title {
  writing-mode: vertical-rl;
  margin-right: auto;
  padding-top: 2rem;
  padding-left: 2rem;
  justify-content: center;
  align-items: center;
}
header .flex h1 {
  margin-left: -100px;
}
header .flex h2 {
  padding-top: 0.8rem;
  color: #fff;
  font-weight: 100;
  font-size: 8.5rem;
}
header nav {
  margin-right: 6rem;
  padding-top: 2rem;
}
header nav .burger {
  position: absolute;
  right: 2rem;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  margin-right: auto;
  display: none;
  z-index: 999;
}
header nav .menu li a {
  color: white;
  margin-right: 5rem;
  font-size: 1.5rem;
  transition: color 0.4s ease-in-out;
}
header nav .menu li a:hover {
  color: #98d4df;
}
.about p {
  font-size: 1.2rem;
  padding: 0 5rem 10rem 5rem;
  line-height: 2rem;
}
.proboards {
  display: flex;
  background-color: #fff;
  padding-bottom: 10vh;
}
.proboards .swiper {
  width: 100vw;
}
.proboards .swiper .swiper-slide {
  text-align: center;
  font-size: 1.2rem;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.proboards .swiper .swiper-slide img {
  height: 80vh;
}
.proboards .swiper .swiper-slide figcaption p {
  font-weight: 400;
  padding-bottom: 3vh;
}
.introducing {
  height: 100vh;
  background-image: url(img/StockSnap_YMVLYEOOZS.jpg);
  background-size: cover;
  background-position: bottom;
  flex-direction: column;
  display: flex;
  position: relative;
}
.introducing h3 {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding-left: 3rem;
}
.introducing .title {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
}
.introducing .title strong {
  font-weight: 900;
  font-size: 4rem;
}
.shop .flex {
  position: relative;
}
.shop .flex figure {
  width: calc(100%/3 - 20px);
  margin: 10px;
  text-align: center;
}
.shop .flex figure img {
  height: 50%;
}
.shop .flex figure figcaption {
  text-align: center;
  font-size: 1.2rem;
  padding: 2rem 0.5rem;
}
.shop .btnprimary {
  text-align: center;
  margin: 0 auto;
  font-size: 3rem;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%);
}
.shop video {
  display: flex;
  margin: 0 auto;
}
.shop .sav article {
  width: 25%;
  text-align: center;
  padding: 60px ;
  line-height: 2rem;
}
.shop .sav article img {
  padding: 30px;
  width: 200px;
  height: 110px;
}
.shop .sav article h5 {
  color: #000;
}
.blog {
  height: 100vh;
  background-image: url(img/Almost-Rodney_Mullen-liminal-home.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.blog h2 {
  margin-right: auto;
  color: #fff;
}
.blog .socials {
  padding-right: 2rem;
}
.blog .socials li {
  display: block;
}
.blog .socials li a {
  padding: 0 0.5rem;
}
.blog .socials li a ion-icon {
  color: #fff;
  height: 30px;
  width: 30px;
}
.blog .featured {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
}
.blog .featured p {
  font-weight: 100;
  padding: 2rem;
  color: #fff;
}
.blog figcaption {
  font-size: 0.6rem;
  color: #fff;
  padding: 0 3rem;
}
footer {
  background-color: #000;
  padding-bottom: 4rem;
  padding-top: 2rem;
}
footer h2 {
  font-size: 3rem;
  color: #fff;
}
footer .flex {
  padding: 0 3rem 0 3rem;
}
footer .flex .info {
  width: calc(50% - 20px);
}
footer .flex .info li {
  padding: 1rem;
}
footer .flex .info li a {
  color: #fff;
}
footer .flex .payment ul {
  margin: 0;
}
footer .flex .payment ul li {
  padding: 1rem;
}
footer .flex .payment ul li img {
  width: 30px;
  height: 30px;
}
footer p {
  color: #fff;
  text-align: center;
  padding-top: 2rem;
}
footer p a {
  color: #fff;
}
@media (max-width: 1600px) {
  .center {
    width: 80%;
  }
  header .flex .title {
    margin-top: 2rem;
    padding: 0;
  }
  header .flex .title h1 {
    font-size: 18rem;
  }
  header .flex .title h2 {
    font-size: 7.6rem;
  }
  header nav .menu li a {
    font-size: 1.3rem;
    margin: 1.5rem;
    justify-content: end;
  }
  .blog {
    background-position: center;
  }
}
@media (max-width: 1366px) {
  .center {
    width: 70%;
  }
  header .flex .title h1 {
    font-size: 14rem;
    margin-left: -70px;
  }
  header .flex .title h2 {
    font-size: 5.9rem;
  }
  .proboards .swiper .swiper-slide img {
    display: block;
    height: auto;
  }
  .shop .btnprimary {
    bottom: 15%;
  }
}
@media (max-width: 1220px) {
  .center {
    width: 70%;
  }
  header .flex .title h1 {
    font-size: 12rem;
    margin-left: -70px;
  }
  header .flex .title h2 {
    font-size: 5rem;
  }
  header nav .menu li a {
    font-size: 1.4rem;
    margin: 1rem;
    justify-content: end;
  }
}
@media (max-width: 1024px) {
  .center {
    width: 70%;
  }
  header .flex .title h1 {
    font-size: 12rem;
    margin-left: -70px;
  }
  header .flex .title h2 {
    font-size: 5rem;
  }
  header nav .menu li a {
    font-size: 1.2rem;
    margin: 1rem;
    justify-content: end;
  }
  .shop .btnprimary {
    bottom: 8%;
  }
  .blog {
    background-position: center;
  }
  footer .flex {
    padding: 0 2rem 0 2rem;
  }
  footer .payment ul li {
    padding: 0.5rem;
  }
  footer .payment ul li img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 975px) {
  .center {
    width: 70%;
  }
  header .flex .title h1 {
    font-size: 8rem;
    margin-left: -40px;
  }
  header .flex .title h2 {
    font-size: 3.4rem;
    padding-top: 0.3rem;
  }
  .introducing {
    background-image: url(img/StockSnap_YMVLYEOOZSresize.jpg);
  }
  .shop .flex figure {
    width: 100%;
    margin: 0;
  }
  .shop .sav article {
    width: 50%;
  }
  footer .flex {
    padding: 0 1rem 0 1rem;
  }
}
@media (max-width: 900px) {
  .center {
    width: 70%;
  }
  header nav .flex li a {
    font-size: 1rem;
    margin: 1rem;
    justify-content: end;
  }
}
@media (max-width: 842px) {
  .center {
    width: 70%;
  }
  header nav .flex li a {
    font-size: 1rem;
    margin: 0.7rem;
    justify-content: end;
  }
}
@media (max-width: 800px) {
  .center {
    width: 70%;
  }
  header nav .menu {
    background-color: black;
    position: fixed;
    margin: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    flex-direction: column;
    padding: 10px;
    z-index: 50;
    transition: 0.5s;
    left: 100%;
  }
  header nav .menu.is-open {
    left: 0;
  }
  header nav .menu li {
    width: 100%;
    text-align: center;
    padding: 2.5rem;
  }
  header nav .menu li a {
    font-size: 4rem;
  }
  header nav .burger {
    display: block;
    color: #fff;
    background-color: #fff;
    margin-top: 0.4rem;
  }
  header nav .ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  header nav .hamRotate.active {
    transform: rotate(45deg);
  }
  header nav .hamRotate180.active {
    transform: rotate(180deg);
  }
  header nav .line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #000;
    stroke-width: 5.5;
    stroke-linecap: round;
  }
  header nav .ham1 .top {
    stroke-dasharray: 40 139;
  }
  header nav .ham1 .bottom {
    stroke-dasharray: 40 180;
  }
  header nav .ham1.active .top {
    stroke-dashoffset: -98px;
  }
  header nav .ham1.active .bottom {
    stroke-dashoffset: -138px;
  }
  .about {
    padding-bottom: 10vh;
  }
  .about .center p {
    padding: 0;
  }
  .introducing {
    background-image: url(img/StockSnap_YMVLYEOOZSresize.jpg);
  }
  footer .flex {
    width: 100%;
    padding-left: 5rem;
  }
  footer .flex .info {
    width: 100%;
  }
  footer .flex .payment {
    width: 100%;
  }
  footer .flex .payment ul {
    padding: 0 2rem 2rem 2rem;
  }
  footer .flex .payment ul li {
    padding: 0.6rem;
  }
}
@media (max-width: 768px) {
  .center {
    width: 70%;
  }
  header .flex .menu li {
    padding: 2rem;
  }
  header .flex .menu li a {
    font-size: 4rem;
  }
}
@media (max-width: 585px) {
  .center {
    width: 70%;
  }
  h2 {
    padding-left: 1rem;
    padding-top: 0;
  }
  header .flex .title h1 {
    font-size: 5rem;
    margin-left: -20px;
  }
  header .flex .title h2 {
    font-size: 2.1rem;
  }
  header .flex .menu li {
    padding: 2.5rem 0 0.6rem 0;
  }
  header .flex .menu li a {
    font-size: 2rem;
  }
  .introducing .title h4 {
    font-size: 3rem;
  }
  .introducing .title h4 strong {
    font-size: 3rem;
  }
  .shop .sav article {
    width: 100%;
  }
  .blog .socials li a {
    padding: 0.1rem;
  }
  footer .flex {
    padding: 0;
  }
  footer .flex .payment .flex {
    padding: 0 3rem;
  }
  footer .flex .payment .flex li {
    padding: 0 0.4rem;
  }
  footer .flex .payment .flex li img {
    height: 30px;
    width: 30px;
  }
}
@media (max-width: 450px) {
  .center {
    width: 70%;
  }
  .introducing .title h4 {
    font-size: 2rem;
  }
  .introducing .title h4 strong {
    font-size: 2rem;
  }
}
@media (max-width: 400px) {
  .center {
    width: 70%;
  }
  .shop .btnprimary {
    bottom: 6%;
  }
}
@media (max-width: 340px) {
  .center {
    width: 70%;
  }
  .shop .btnprimary {
    bottom: 4%;
  }
}
@media (max-width: 280px) {
  .center {
    width: 70%;
  }
  .shop .btnprimary {
    bottom: 2%;
  }
}
