@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: black;
}


.intro {
  background-color: black;
  height: 100svh;
  height: 100vh;
  vertical-align: middle;
}

.intro video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.intro h1 {
    position: absolute;
    bottom: 2%;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 30%;
    color:white;
    font-size: 1.6vw;
}

.intro img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
}


#wrapper {
  height: 70vh;
}

#wrapper > section{
  height: 100%;
  background-color: black;
}


#section-1 #container-tshirt {
  width: 100%;
  height: 100%;
  position: relative;
  /* background: purple; */
  display: flex;
  flex-direction: row;
  align-items: center;
}


#section-1 #container-tshirt div {
  width: 48%;
  height: 200px;
  /* background: red; */
  margin: 0 auto;
}

#section-1 #container-tshirt div b{
  font-size: 10vw;
}

#section-1 #container-tshirt #container-title {
  text-align: center;
}

#section-1 #container-tshirt #container-mockup {
  text-align: center;
}

#section-1 h1 {
  font-size: 3.6vw;
  -webkit-text-stroke: 1px white;
}

#section-1 h4 {
  color:white;
  font-size: 1.4vw;
}

#section-1 img {
  width: 60%;
  /* margin-top: -10vw; */
}


#tshirt-button{
  cursor: pointer;
  margin-top: 30px;
  color: white;
  width: 30%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid white;
  background: none;
  font-size: 1.2em;
}

#tshirt-button:hover{
  color: black;
  background: white;
}



.mask {
  /* margin-top: -10vw; */
  width: 100%;
  background-image: url("../image/mask-roadween.svg");
  -webkit-mask-image: url("../image/mask-roadween.svg");
  mask-image: url("../image/mask-roadween.svg");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;

  -webkit-mask-size: contain;
  mask-size: contain;
}

.fireworks {
  /* margin-top: -6vw; */
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #wrapper {
    height: 50vh;
  }

  .intro img {
      width: 40%;
  }

  .intro h1 {
    font-size: 2.2vw;
    width: 50%;
    left: 60%;
  }

}

@media screen and (max-width: 800px) {
  .intro img {
      width: 50%;
  }

  .intro h1 {
    font-size: 3.4vw;
    width: 50%;
    left: 52%;
  }

  #wrapper {
    height: 80vh;
  }

  #section-1 #container-tshirt {
    flex-direction: column;
  }
  #section-1 #container-tshirt div {
    font-size: 4.4vw;
    width: 90%;
    height: 320px;
  }

  #section-1 h1 {
    font-size: 6vw;
  }

  #section-1 h4 {
    font-size: 3vw;
  }

  #section-1 img {
    width: 50%;
    margin-top: 0;
  }

  .fireworks {
    margin-top: 0;
  }

  #tshirt-button{
    margin-top: 30px;
    color: white;
    width: 25%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid white;
    background: none;
    font-size: 0.6em;
  }
}

@media screen and (max-width: 600px) {
  .intro img {
      width: 50%;
  }

  .intro h1 {
    font-size: 4vw;
    width: 60%;
    left: 54%;
  }


  #wrapper {
    height: 70vh;
  }

  #section-1 #container-tshirt div {
    font-size: 4.4vw;
    width: 90%;
    height: 280px;
  }

  #section-1 h1 {
    font-size: 7vw;
  }

  #section-1 h4 {
    font-size: 4vw;
  }

  #section-1 img {
    width: 60%;
  }

  #tshirt-button{
    margin-top: 20px;
    color: white;
    width: 25%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid white;
    background: none;
    font-size: 0.6em;
  }
}

@media screen and (max-width: 400px) {
  .intro img {
      width: 50%;
  }

  .intro h1 {
    font-size: 4vw;
    width: 60%;
    left: 54%;
  }


  #wrapper {
    height: 50vh;
  }

  #section-1 #container-tshirt div {
    font-size: 4.4vw;
    width: 90%;
    height: 200px;
  }

  #section-1 h1 {
    font-size: 7vw;
  }

  #section-1 h4 {
    font-size: 4vw;
  }

  #section-1 img {
    width: 60%;
  }


  #tshirt-button{
    margin-top: 20px;
    color: white;
    width: 25%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid white;
    background: none;
    font-size: 0.6em;
  }
}
