@font-face {
  font-family: "WendyOne-Regular";
  src: url(../fonts/WendyOne-Regular.woff2) format("woff2"), url(../fonts/WendyOne-Regular.woff) format("woff");
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
img {
  width: 100%;
  display: block;
}
.app {
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url(../image/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.logo {
  width: 20%;
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  cursor: pointer;
}
.quest {
  width: 100%;
  padding-top: 3%;
  font-family: "WendyOne-Regular", sans-serif;
  font-size: 42px;
  color: #fff600;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 #170d11, 2px -2px 0 #170d11, -2px 2px 0 #170d11, -2px -2px 0 #170d11, 2px 0px 0 #170d11, 0px 2px 0 #170d11, -2px 0px 0 #170d11, 0px -2px 0 #170d11;
}

.quest span {
  color: #ffffff;
}

.buttons {
  width: 100%;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.trapezoid {
  width: 30%;
  height: 0;
  position: relative;
  border-top: 54px solid #032c88;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  text-align: center;
  cursor: pointer;
  transition: 0.35s linear;
}

.left_text,
.right_text {
  position: absolute;
  top: -46px;
  left: 40%;
  font-family: "WendyOne-Regular", sans-serif;
  font-size: 38px;
  color: #fff600;
  transform: translateX(-50%);
  text-transform: uppercase;
  text-shadow: 2px 2px 0 #170d11, 2px -2px 0 #170d11, -2px 2px 0 #170d11, -2px -2px 0 #170d11, 2px 0px 0 #170d11, 0px 2px 0 #170d11, -2px 0px 0 #170d11, 0px -2px 0 #170d11;
  user-select: none;
}

.right_text {
  left: 60%;
}

.hover {
  display: block;
  border-top: 58px solid #b31212;
}
.overlay {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.8s linear;
}

.pic1 {
  right: 50%;
  background-image: url(../image/man.png);
  background-repeat: no-repeat;
  background-position: 80% bottom;
  background-size: 50%;
}

.pic2 {
  left: 50%;
  background-image: url(../image/woman.png);
  background-repeat: no-repeat;
  background-position: 20% bottom;
  background-size: 50%;
}

.gray {
  filter: grayscale(1);
}
