.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: 290px;
}

.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%;
}
