* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  font-size: 62.5%;
}
/*RPS game section*/

/*.section {
  height: 100vh;
  font-family: sans-serif;
}
.score {
  color: black;
  height: 20vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.score h2 {
  font-size: 3rem;
}
.score p {
  text-align: center;
  padding: 1rem;
  font-size: 2.5rem;
}
.intro {
  color: black;
  height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  transition: opacity 0.5s ease 0.3s;
}

.intro h1 {
  font-size: 5rem;
}
.intro button,
.match button {
  width: 15rem;
  height: 5rem;
  background: none;
  border: none;
  font-size: 2rem;
  color: black;
  background-color: rgb(34, 135, 139);
  border-radius: 0.3rem;
  cursor: pointer;
}

.match {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.winner {
  color: black;
  text-align: center;
  font-size: 5rem;
}
.hands,
.options {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.player-hand {
  transform: rotatey(180deg);
}
div.fadeOut {
  opacity: 0;
  pointer-events: none;
}
div.fadeIn {
  opacity: 1;
  pointer-events: all;
}
@keyframes shakePlayer {
  0% {
    transform: rotateY(180deg) translateY(0px);
  }
}*/

.logo input {
  display: flex;
  align-items: center;
  position: absolute;
  width: 80vw;
  height: 10vh;
  overflow-x: hidden;
}
.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255, 255, 255);
}
.logo p {
  font-size: 5rem;
  display: flex;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}
.testchair {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  background: rgb(255, 255, 255);
  overflow-x: hidden;
}
.testchair h2 {
  height: 50rem;
  width: 50rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow-x: hidden;
  line-height: 3.2vh;
  font-size: 5.5rem;
  padding-top: 15rem;
}
.virgil-article {
  height: 20rem;
  width: 30vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  z-index: 200;
}
.virgil-article a button {
  max-height: 8rem;
  width: 33vw;
  font-size: 2rem;
  background-color: greenyellow;
  z-index: 100;
  border-radius: 2rem;
  text-decoration: none;
  border-style: none;
  cursor: pointer;
}
.background-red {
  background-color: rgb(255, 59, 59);
}
.article-wrapper {
  height: 100vh;
  width: 100vw;
  z-index: -50;
  display: flex;
  flex-direction: column;
}
.article-wrapper h1 {
  display: flex;
  height: 10vh;
  width: 100%;
  font-size: 2.8rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-top: 6rem;
}
.article-wrapper img {
  max-height: 50vh;
  width: 70%;
  margin: auto;
}
.article-wrapper p {
  text-indent: 2.5rem;
  margin: auto;
  font-size: 1.5rem;
}

/*nav media queries*/
@media screen and (max-width: 998px) {
  .logo p {
    font-size: 4rem;
  }
}
@media screen and (max-width: 795px) {
  .logo p {
    font-size: 3rem;
  }
}
@media screen and (max-width: 595px) {
  .logo p {
    font-size: 2.5rem;
    width: 60vw;
    margin-top: 2rem;
  }
  .logo input {
    margin-top: 2rem;
  }
  .testchair {
    height: 90vh;
    transform: rotateZ(360deg);
    transform-style: preserve-3d;
  }
}
@media screen and (max-width: 430px) {
  .logo p {
    font-size: 2.6rem;
  }
  .ad2 button {
    width: 2.3rem;
    height: 2.3rem;
    font-size: 1.6rem;
    position: absolute;
    left: 0%;
    top: 39%;
  }
  .windChill {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .windChill img {
    height: 26rem;
    width: 70%;
    padding-bottom: 4rem;
  }
  .windChill h5 {
    font-size: 4rem;
    height: 5rem;
    margin-bottom: 3rem;
  }
  .windChill p {
    margin-bottom: 28rem;
    font-size: 3rem;
    text-decoration: line-through;
  }
}

/*nav media queries end*/

.mountain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(images/mountainhome.JPG);
  width: 100vw;
  min-height: 100vh;
  display: flex;
  position: absolute;
  z-index: -100;
}
.mountain h5 {
  display: flex;
  align-items: center;
  padding: 10rem 13rem 11rem 6rem;
  color: rgb(236, 240, 0);
  font-size: 3rem;
}

.external {
  position: relative;
  margin-top: 10rem;
  margin-left: 2rem;
  max-width: 3.6rem;
}

.external img {
  height: 4rem;
  width: 3.6rem;
  display: flex;
}

/*productPage styles*/

/*media queries*/

@media screen and (max-width: 375px) {
  .func {
    max-height: 92vh;
    width: 100vw;
    overflow: hidden;
  }

  .terminal {
    position: absolute;
    top: 12%;
    left: 80%;
  }
  .terminal img {
    width: 6rem;
    height: 6rem;
  }
  .ads {
    z-index: 1;
    height: 92vh;
    width: 100vw;
    margin-bottom: 6rem;
    overflow: hidden;
  }
  .ad1 {
    width: 100vw;
    max-height: 45rem;
    z-index: 100;
  }
  .ad2 {
    width: 100vw;
    max-height: 50vh;
    overflow: hidden;
    background-color: rgba(255, 57, 57, 0.459);
    z-index: 200;
  }

  .logo p {
    font-size: 2.3rem;
  }
  .readyMade img {
    width: 20rem;
    height: 8rem;
  }
  .readyMade {
    max-height: 100vh;
    max-width: 100vw;
  }
  .text1 {
    height: 20vh;
    width: 100vw;
  }
  .text1 h4 {
    font-size: 2.4rem;
    padding-top: 7rem;
  }
  .testchair {
    min-height: 100vh;
  }

  .foggy {
    justify-content: center;
  }
  .ad2 button {
    width: 2.3rem;
    height: 2.3rem;
    font-size: 1.6rem;
  }

  .productz {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100vw;
  }
  .item1 {
    height: auto;
  }
  .item2 {
    height: auto;
  }
  .item3 {
    height: auto;
  }
  .item1 iframe {
    width: 100vw;
    height: 50rem;
  }
  .item2 iframe {
    width: 100vw;
    height: 50rem;
  }
  .item3 iframe {
    width: 100vw;
    height: 50rem;
  }
}

/* end of product page media queries*/

/*ticker widget*/
.tradingview-widget-copyright {
  opacity: 0;
  pointer-events: none;
}
.tradingview-widget-container {
  background-color: yellow;
}

/*nothingAvailable page styles*/
/*.nothingAvailable {
  min-height: 100vh;
  min-width: 100vw;
  display: flex;
  justify-content: center;
  position: absolute;
}
.paymentInstr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.paymentInstr button {
  margin-top: 3rem;
  padding: 0.8rem 1.8rem;
  width: 12rem;
  font-size: 1.2rem;
  text-decoration: none;
  border-radius: 0.4rem;
  border-style: none;
  background-color: rgb(187, 187, 187);
  cursor: pointer;
  text-align: center;
}
.paymentInstr p {
  font-size: 1.8rem;
  margin-top: 3rem;
  text-align: center;
}
.paymentInstr h2 {
  font-size: 4.5rem;
  font-family: cursive;
  text-align: center;
}
.browserLogo {
  position: relative;
  height: 5rem;
  display: flex;
  justify-content: center;
}
.browserLogo img {
  width: 40rem;
  height: 30rem;
  display: flex;
  padding-bottom: 10rem;
}
/*ads styling*/
.func {
  min-height: 92vh;
  width: 100vw;
  background-color: yellow;
  z-index: -1;
}
.ad2 img {
  max-width: 70vw;
  max-height: 60vh;
}

.terminal {
  width: 3.5rem;
  cursor: pointer;
  height: 3.5rem;
}
.terminal a img {
  max-height: 3.5rem;
  max-width: 3.5rem;
}
.ads {
  display: flex;
  flex-direction: column;
}
.text1 {
  min-width: 100vw;
  height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text1 h4 {
  font-size: 4rem;
}
.ad2 {
  width: 100vw;
  height: auto;
  display: flex;
  flex-direction: column-reverse;
  position: absolute;
  top: 35%;
  justify-content: center;
  align-items: center;
  background-color: rgba(59, 59, 59, 0.486);
}
.ad2 button {
  cursor: pointer;
  position: relative;
  left: -770%;
}

/*end of ads styling*/

.productz {
  height: 80vh;
  width: 100vw;
  display: flex;
  justify-content: space-around;
  flex-wrap: 50%;
}
.item1 {
  height: 50vh;
  width: 30vw;
  justify-content: space-around;
}
.item1 h3 {
  font-family: cursive;
  font-size: 3rem;
  margin: 2rem 0 0 8rem;
}
.item2 {
  height: 50vh;
  width: 30vw;
  justify-content: space-around;
}
.item2 h3 {
  font-family: cursive;
  font-size: 3rem;
  margin: 2rem 0 0 8rem;
}
.item3 {
  height: 50vh;
  width: 30vw;
  justify-content: space-around;
}
.item3 h3 {
  font-family: cursive;
  font-size: 3rem;
  margin: 2rem 0 0 15rem;
}
