.frame {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  line-height: 0px;
}

.frame .div {
  background-color: #ffffff;
  width: 100%;
  position: relative;
}

.frame .overlap-group {
  background-image: url(./img/BG.jpg);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  width: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 130px;
}

.frame .element {
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.frame .download-btn {
  display: flex;
}

.frame .img {
  width: 100%;
  object-fit: cover;
}

.frame .overlap {
  background-size: 100% 100%;
  background-image: url(./img/ph-04.png);
  width: 100%;
  left: 0;
}

.frame .ezgif {
  width: 100%;
  object-fit: cover;
  padding: 10px 0;
}

.frame .PH {
  width: 100%;
  height: 389px;
  top: 0;
  left: 0;
  object-fit: cover;
}

.frame .element-2 {
  padding-bottom: 160px;
  width: 93%;
  top: 1184px;
  left: 25px;
  object-fit: cover;
}

.frame .PH-2 {
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.frame .PH-3 {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.frame .video-frame {
  position: absolute;
  left: 7.5%;
  width: 84.5%;
  top: 3.3%;
}

.frame video {
  width: 100%;
}

/* Right sider Scoial */
.float-social {
  position: fixed;
  top: 400px;
  right: 80px;
  width: 70px;
  z-index: 100;
}

.float-telegram {
  position: relative;
}

.page-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
}

.page-bottom .page-bottom-bg {
  width: 100%;
}

.page-bottom .page-bottom-btn {
  position: absolute;
  right: 7%;
  bottom: 22%;
  width: 21%;
  height: 35%;
}

.hero-download-wrap {
  display: flex;
  justify-content: center;
  padding: 16px;
  line-height: 1;
}

.hero-download {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 60px;
  padding: 0 25px;
  border: 2px solid #70d743;
  border-radius: 12px;
  background: #f8fff4;
  color: #123b20;
  font: 14px/1.15 Arial, sans-serif;
  text-decoration: none;
  box-shadow: 0 4px 12px rgb(0 0 0 / 28%);
}

.hero-download strong {
  display: block;
  margin-top: 3px;
  font-size: 19px;
}

.play-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  padding-left: 2px;
  border-radius: 50%;
  background: #1eaa50;
  color: white;
  font: 17px/1 Arial, sans-serif;
}
