.project .sec3 {
    position: relative;
  }
/* .project .hatch__buyNowBtn-buynow:after {
  width: 0%;
  height: 2px;
}
.project .hatch__buyNowBtn-buynow:hover {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.project .hatch__buyNowBtn-buynow:hover:before {
  height: 100%;
}
.project .hatch__buyNowBtn-buynow:hover:after {
  width: 100%;
}
.project .hatch__buyNowBtn-buynow span:before {
  width: 2px;
  height: 0%;
}
.project .hatch__buyNowBtn-buynow span:after {
  width: 0%;
  height: 2px;
}
.project .hatch__buyNowBtn-buynow:hover span:before {
  height: 100%;
}
.project .hatch__buyNowBtn-buynow:hover span:after {
  width: 100%;
}
.project .hatch__buyNowBtn-buynow span:before, .project .hatch__buyNowBtn-buynow span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
} */
/* popout */
.project .popout {
  background: rgba(54, 49, 41, 0.8392156863);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
}
.project .popout__block {
  position: relative;
  max-width: 760px;
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(215, 203, 153, 0.8));
  background-size: 100% 100%;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px;
  max-height: 70vh;
  overflow: auto;
}
.project .popout__block-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  cursor: pointer;
}
.project .popout__dm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 30vh;
  padding: 70px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.project .popout__dm a {
  width: 100%;
  background: #ffffff;
  color: #000000;
  text-align: center;
  border-radius: 5px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px;
}
.project .popout__dm a img {
  height: 50px;
}
/*# sourceMappingURL=default.css.map */