header {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #023c33;
  color: #fff;
  z-index: 20;
}
header::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 250px;
  background-color: #fff;
}
header .top_info {
  position: relative;
  margin-bottom: 100px;
  z-index: 10;
}
header .top_info h1 {
  font-size: 60px;
}
header .top_info h1 span {
  font-family: AfsanehFont;
  font-size: 90px;
  text-shadow: -3px 4px 0 #EA0080;
}
header .top_info .inf .text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
}
header .main_imgs {
  position: relative;
  text-align: center;
  z-index: 10;
  padding-bottom: 70px;
}
header .main_imgs .labtop_img {
  display: inline-block;
  position: relative;
}
header .main_imgs .labtop_img .labtop_shadow {
  position: absolute;
  bottom: -45%;
  left: -10%;
  width: 110%;
  max-width: unset;
  max-height: unset;
  pointer-events: none;
}
header .main_imgs .labtop_img .laptop_shap {
  position: relative;
  overflow: hidden;
  bottom: -30px;
}
header .main_imgs .labtop_img .laptop_shap:hover .laptop_back {
  -o-object-position: bottom;
     object-position: bottom;
}
header .main_imgs .labtop_img .laptop_shap .laptop {
  position: relative;
  z-index: 10;
}
header .main_imgs .labtop_img .laptop_shap .laptop_back {
  position: absolute;
  left: 11%;
  top: 5%;
  width: 78%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transition: all 15s linear;
  transition: all 15s linear;
  z-index: 5;
}
header .main_imgs .labtop_img .shapes img {
  z-index: 10;
  max-width: 40%;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}
header .main_imgs .labtop_img .shapes .shape_1 {
  position: absolute;
  top: 35%;
  right: -5.5%;
  z-index: 11;
  -webkit-transform: translateX(-100px) scale(0.5);
          transform: translateX(-100px) scale(0.5);
  opacity: 0;
}
header .main_imgs .labtop_img .shapes .shape_1.animated {
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
  opacity: 1;
}
header .main_imgs .labtop_img .shapes .shape_2 {
  position: absolute;
  top: 20%;
  right: -5%;
  opacity: 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
header .main_imgs .labtop_img .shapes .shape_2.animated {
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
  opacity: 1;
}
header .main_imgs .labtop_img .shapes .shape_3 {
  position: absolute;
  top: 8%;
  right: -8%;
  -webkit-transform: translateX(-150px) scale(0.5);
          transform: translateX(-150px) scale(0.5);
  opacity: 0;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
header .main_imgs .labtop_img .shapes .shape_3.animated {
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
  opacity: 1;
}
header .main_imgs .labtop_img .shapes .shape_4 {
  position: absolute;
  top: 20%;
  right: 100%;
  -webkit-transform: translateX(100px) scale(0.5);
          transform: translateX(100px) scale(0.5);
  opacity: 0;
}
header .main_imgs .labtop_img .shapes .shape_4.animated {
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
  opacity: 1;
}
header .main_imgs .labtop_img .shapes .shape_5 {
  position: absolute;
  top: 47%;
  right: 100%;
  -webkit-transform: translateX(150px) scale(0.5);
          transform: translateX(150px) scale(0.5);
  opacity: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
header .main_imgs .labtop_img .shapes .shape_5.animated {
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
  opacity: 1;
}
header .main_imgs .labtop_img .shapes .shape_6 {
  position: absolute;
  top: 4%;
  right: 93%;
  -webkit-transform: translateX(200px) scale(0.5);
          transform: translateX(200px) scale(0.5);
  opacity: 0;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
header .main_imgs .labtop_img .shapes .shape_6.animated {
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
  opacity: 1;
}