.work {
  background: #141414;
  background: #000;
  margin: 12em 0;
  width: 100%;
  color: #fff;
}

.mob-w {
  display: none;
}

.workTop,
.workTop2 {
  padding: 2em 4em;
  border-bottom: 5px solid rgba(255, 255, 255, 0.57);
}
.workTop h2,
.workTop2 h2 {
  overflow: hidden;
  font-size: 1.3em;
}
.workTop h2 span,
.workTop2 h2 span {
  text-shadow:
    0 0 7px #fff,
    0 0 10px #fff,
    0 0 21px #fff,
    0 0 42px rgb(23, 88, 67),
    0 0 102px rgb(23, 88, 67),
    0 0 151px rgb(23, 88, 67);
}
.workTop h2 .web-w,
.workTop2 h2 .web-w {
  display: inline-block;
}

.workTop2 {
  margin-top: 7em;
  text-align: right;
}

.workContent {
  width: 100%;
}

.work-item {
  border-bottom: 5px solid rgba(255, 255, 255, 0.57);
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2em 4em;
  position: relative;
  transition: 0.4s ease-in;
}
.work-item:hover {
  transform: scale(1.02);
}
.work-item:hover span {
  transition: 0.6s ease-in;
  color: #fff;
}
.work-item:hover h2 {
  transition: 0.6s ease-in;
  color: #fff;
}
.work-item span {
  position: relative;
  width: 66%;
  font-size: 4.5em;
  color: #1b1b1b;
  -webkit-text-stroke: 1px #fff;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  mix-blend-mode: difference;
}
.work-item p {
  color: rgba(255, 255, 255, 0.72);
}

.mobile-item {
  display: none;
}

.itemImg-m {
  display: none;
}

.bb-img {
  background-image: url(../images/bb.png);
}

.one {
  background-image: url(../images/enny_new.png);
}

.two {
  background-image: url(../images/boxg.png);
}

.three {
  background-image: url(../images/oxl.webp);
}

.ar7x {
  background-image: url(../images/ar7x.png);
}

.ar7x2 {
  background-image: url(../images/ar7x2.png);
}

.kovio {
  background-image: url(../images/kovio.png);
}

.pi {
  background-image: url(../images/pi.png);
}

.v3 {
  background-image: url(../images/ayov3.png);
}

.four {
  background-image: url(../images/bg1.jpeg);
}

.five {
  background-image: url(../images/jupita.svg);
}

.six {
  background-image: url(../images/bb.png);
}

.twelve {
  background-image: url(../images/bb3.png);
}

.seven {
  background-image: url(../images/academy.png);
}

.eight {
  background-image: url(../images/buylist.svg);
}

.nine {
  background-image: url(../images/space-runner.png);
}

.ten {
  background-image: url(../images/box.png);
}

.eleven {
  background-image: url(../images/kai_custom.png);
}

.solar {
  background-image: url(../images/solar.jpg);
}

.care {
  background-image: url(../images/carepulse.png);
}

.base {
  background-image: url(../images/tbase.webp);
}

.adfi {
  background-image: url(../images/adfi.png);
}

.xo {
  background-image: url(../images/xo.png);
}

.nexa {
  background-image: url(../images/nexa.png);
}

.hover-reveal {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 300px;
  width: 350px;
  height: 250px;
  opacity: 0;
  pointer-events: none;
  transform: translate(0, -300px);
  transition: 0.7s ease-out;
}

.hover-reveal__inner {
  width: 100%;
  height: 100%;
  position: relative;
  will-change: transform;
  overflow: hidden;
}

.hover-reveal__img {
  background-size: cover;
  background-position: 50%, 50%;
  background-position: 45%;
  transform-origin: 50%, 100%;
  width: 100%;
  height: 100%;
  position: relative;
  will-change: transform;
  transform: scale(2, 2);
  transition: 0.5s transform;
}

.projectTxt {
  width: 31%;
}
.projectTxt h2 {
  color: #1b1b1b;
  -webkit-text-stroke: 0.3px #fff;
  font-weight: 800;
}
.projectTxt p {
  margin-top: 10px;
  font-size: 0.9em;
}

@media (max-width: 770px) {
  .workTop,
  .work-item {
    padding: 2em;
  }
  .work-item span {
    font-size: 3em;
    width: 60%;
  }
  .work-item p {
    font-size: 0.9em;
  }
}
@media (max-width: 550px) {
  .workTop,
  .work-item {
    padding: 2em 1em;
  }
  .work-item {
    flex-direction: column;
  }
  .work-item span {
    margin-bottom: 0.5em;
    font-size: 3em;
    width: 100%;
  }
  .work-item p {
    font-size: 0.9em;
    align-self: flex-start;
  }
  .projectTxt {
    width: 100%;
  }
  .projectTxt h2 {
    color: rgba(255, 255, 255, 0.635);
  }
  .itemImg-m {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .itemImg-m img {
    width: 100%;
    min-width: 160px;
    margin: 1.5em 0;
  }
}
.workHorizontal {
  background: #1b1b1b;
  width: 320%;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
}

.wh-titleBx {
  width: 10%;
  max-width: 135px;
  z-index: 5;
  background: #141414;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-top: 10px solid #000;
  border-bottom: 10px solid #000;
  overflow: hidden;
  white-space: nowrap;
}

.wh-title {
  transform: rotate(-90deg);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vh;
}
.wh-title h1,
.wh-title span {
  color: #fff !important;
  font-size: 6em;
}

.slide-wh {
  padding-left: 20%;
  animation: animate 4.5s infinite linear;
  display: inline-block;
}

.work-white {
  background: #d9d9d9;
}
.work-white .wh-content .wh-Text h1 {
  -webkit-text-stroke: 2.5px #000000;
  color: #d9d9d9;
  display: inline-block;
  text-decoration: none;
  mix-blend-mode: difference;
}

.work-black .wh-content .wh-Text h1,
.work-gr .wh-content .wh-Text h1 {
  color: #141414;
  -webkit-text-stroke: 2.5px #fff;
}
.work-black .wh-content .wh-Text p,
.work-gr .wh-content .wh-Text p {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  mix-blend-mode: difference;
}

.work-gr {
  background-color: #141414;
}

.workPanel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
}

.wh-content {
  margin-top: 5em;
  display: flex;
  flex-direction: column;
}
.wh-content .wh-Text {
  position: relative;
  z-index: 1;
}
.wh-content .wh-img {
  align-self: center;
  width: 650px;
  border-radius: 10px;
  margin-top: 15px;
  position: relative;
  transition: 0.3s ease-in;
}
.wh-content .wh-img img,
.wh-content .wh-img .wh-wrap1 {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s ease-in;
  border-radius: 10px;
}
.wh-content .wh-img img:hover,
.wh-content .wh-img .wh-wrap1:hover {
  padding-left: 0;
}
.wh-content h1 {
  font-family: Neue-bold;
  font-size: 5.5em;
  overflow: hidden;
}
.wh-content p {
  font-family: "Raleway", sans-serif;
  font-weight: lighter;
  font-size: 2.1em;
  margin-top: 0.5em;
  overflow: hidden;
}
.wh-content span {
  display: inline-block;
}

@media (max-width: 1100px) {
  .work {
    display: block;
  }
  .workHorizontal {
    display: none;
  }
  .web-w {
    display: none !important;
  }
  .mob-w {
    display: inline-block;
  }
  .mobile-item {
    display: flex;
  }
} /*# sourceMappingURL=work.css.map */
