
@font-face {
  font-family: "Audiowide";
  src: url("./../../plugin/font/Audiowide.ttf");
}

@font-face {
  font-family: "TechMono";
  src: url("../../plugin/font/TechMono.ttf");
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::selection {
  color: #fff;
  background: #eb4e01;
}

body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  scroll-behavior: smooth;
}

body {
  background-image: url('../../image/background/laptop.png');
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-position: center;
  background-size: cover;
  position: relative;
}

.bg-image {
  color: #fff;
  font-size: 25px;
}

.topleft,
.topright {
  position: absolute;
  top: 3%;
  z-index: 1;
}

.topleft {
  left: 3.5%;
}

.topright {
  right: 3.5%;
  text-align: right;
}

.bottomleft {
  width: 35%;
  display: block;
  position: absolute;
  padding: 0.55rem;
  bottom: 5%;
  left: 3.5%;
  border-left: 3px solid #fffa;
  border-radius: 4px;
  z-index: 1;
}

@media screen and (max-width: 800px) {
  .bottomleft {
    border-right: 3px solid #fffa;
    margin: 0 auto;
    padding: 0.4rem;
    width: 90vw;
    left: 0;
    right: 0;
  }
}

.middle {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}

.middle hr {
  margin: 0.65rem auto 0.88rem;
  width: 24%;
  padding: 2px;
  background: #fff;
}

.head {
  font-size: bolder;
  color: #000;
  text-transform: uppercase;
}

.topright .head,
.topleft h1.head {
  margin: 0;
  margin-top: 0.3rem;
  font-family: Audiowide;
  padding: 2px 6px;
  background: #feff;
  border-radius: 2px;
  line-height: 1;
}

.topright small {
  margin: 0.4rem 0;
  padding: 2px 0;
  display: block;
  text-transform: capitalize;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
}

#short.email {
  text-transform: lowercase !important;
}

.middle h1 {
  display: block;
  position: relative;
  font-family: Audiowide;
  margin: auto;
  text-size-adjust: auto !important;
  text-transform: uppercase;
  text-shadow: -2px 3px 6px rgba(0, 0, 0, 0.6) !important;
}

.middle h1::after {
  content: '  ';
  display: block;
  width: 56%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -5%;
  mix-blend-mode: screen;
  background: #eb4e01;
  border-radius: 2px;
}

.bottomleft h2 {
  margin: 0;
  padding: 0;
  padding-bottom: 0.4rem;
  margin-bottom: 0.4rem;
  font-family: Audiowide;
  font-size: 2.2rem;
  line-height: 1;
  border-bottom: 2px solid #fff;
}

.bottomleft h2 img {
  margin: auto;
  padding: 0;
  width: 3.8rem;
  vertical-align: bottom;
}

.bottomleft h2 span {
  display: block;
  padding: 2px 0;
  color: #fff;
  font-family: Audiowide;
  font-weight: 500;
  font-style: italic;
  font-size: 0.76rem;
}

.bottomleft i.small {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-weight: 500;
  transform: translateX(-10px);
  line-height: 1;
}

.bottomleft p {
  width: 100%;
  position: relative;
  text-align: justify;
}

a,
h2 b,
.head span {
  color: hsl(358, 72%, 50%) !important;
}

.tagline {
  text-transform: capitalize;
  font-style: italic;
  font-weight: 600;
  line-height: 1.4;
}

.small {
  margin: 0;
  padding: 0;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 1.55;
}

.count {
  font-family: "TechMono";
  font-size: 40px;
}
 
.slogan {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 1.3rem;
}

.overly-dark,
.overly-light {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.overly-dark {
  background: #000000a8;
}

.overly-light {
  margin: auto;
  max-width: 78%;
  background: #fff8;
}

.z-index-3 {
  z-index: 3 !important;
}

@media screen and (max-width: 800px) {
  .topright {
    top: 5%;
  }

  .topright .head {
    font-size: 1.2rem;
  }

  .middle {
    width: 98%;
  }

  /*.middlex h1 {
    font-size: 2.2rem;
  }*/

  .middle p {
    font-size: 2rem;
  }

  .middle hr {
    width: 70%;
  }

  .bottomleft i.small {
    transform: translateX(0);
  }
}

@media screen and (max-width: 500px) {
  .middle {
    width: 99.8%;
  }

  .middle h1 {
    font-size: 1.65rem;
  }

  .middle p {
    font-size: 1rem;
  }
}
