.play-page > .wrapper {
  display: flex;
  flex-direction: column;
}
.play-page .main {
  flex: 1;
  display: flex;
}
.play-page-bg {
  position: relative;
  display: flex;
  flex: 1;
  padding-top: 64px;
}
.play-page-bg:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -770px;
  top: -65px;
  width: 1510px;
  height: 979px;
  z-index: -1;
  background-image: url(images/gems-desktop.png);
  background-size: cover;
}
.play-page-iframe {
  display: flex;
  flex: 1;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 46.1957%;
}
.play-page-iframe iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
}

.play-page-content {
  display: none;
  max-width: 612px;
  width: 100%;
  margin: 0 auto;
}

.play-page-title {
  font-size: 40px;
  line-height: 1.16666667;
  text-align: center;
}

.play-page-actions {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

@media (max-width: 1199px) {
  .play-page-iframe {
    display: block;
  }
  .play-page-bg {
    padding: 0;
  }
  .play-page-bg:before {
    margin-left: -457px;
    width: 914px;
    height: 615px;
    top: -48px;
    background-image: url(images/gems.png);
  }
  .play-page-content {
    display: none;
    padding-top: 192px;
  }
}

.get-started-page > .wrapper {
  display: flex;
  flex-direction: column;
}
.get-started-page .main {
  flex: 1;
  display: flex;
}

.app-market-btn .icon-globe {
  width: 32px;
  height: 32px;
  background: url(images/globe.svg) no-repeat center center;
}

.get-started-bg {
  width: 100%;
  background: url(images/get-started-bg.svg) no-repeat center top;
}

.get-started-content {
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.get-started-title {
  font-size: 64px;
  line-height: 1.25;
}

.get-started-page-actions {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.get-started-page-img {
  display: flex;
  justify-content: center;
  padding: 64px 0;
}
.get-started-page-img picture {
  flex-shrink: 0;
}

.get-started-page-img img {
  width: auto;
  height: 456px;
}

.app-market-btn {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #3d3d3d;
  border: 1px solid #a6a6a6;
  background: #fff;
  padding: 0;
  height: 56px;
  width: 212px;
  gap: 6px;
}

/* Play Page Styles */
	body.play-page {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

	.play-page-bg {
	position: relative;
	width: 100vw;
	height: 100vh;
	padding: 0 !important;
	margin: 0;
	}

	.play-page-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	}

	.play-page-iframe iframe {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
	}

	.play-page header {
	display: none;
	}

	.play-page footer {
	display: none;
	}
/* */

.play_game_btn{
	background: #fff;
	padding: 20px;
	border-radius: 30px;
	max-width: 200px;
	display: block;
	text-align: center;
	margin: 0 auto;
	border: 3px solid #018867;
	text-decoration: navajowhite;
	font-weight: bold;
	font-size: 20px;
	color: #018867;
}

@media (max-width: 767px) {
  .app-market-btn {
    width: 100%;
  }
}

@media (min-width: 1921px) {
  .get-started-bg {
    background-size: cover;
  }
}

@media (max-width: 1023px) {
  .get-started-page-img img {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .get-started-bg {
    background-size: 1272px 678px;
  }
  .get-started-content {
    padding: 40px 0;
  }
  .get-started-title {
    font-size: 40px;
    line-height: 1.4;
  }
  .get-started-page-actions {
    margin-top: 16px;
    flex-direction: column;
  }
  .get-started-page-img {
    padding: 36px 0;
  }
  .get-started-page-img img {
    height: 160px;
  }
}

@media (max-width: 767px) {
  .play-page-bg:before {
    width: 589px;
    height: 396px;
    top: -20px;
    margin-left: -318px;
  }
  /*.play-page-content {
    padding: 76px 0 48px;
  }*/
  .play-page-title {
    font-size: 24px;
    line-height: 1.33333333;
    max-width: 400px;
    margin: 0 auto;
  }
  .play-page-actions {
    flex-direction: column;
  }

  .play_game_btn {
	background: #fff;
	padding: 6px;
	border-radius: 30px;
	max-width: 200px;
	display: block;
	text-align: center;
	margin: 0 auto;
	border: 2px solid #018867;
	text-decoration: navajowhite;
	font-weight: bold;
	font-size: 16px;
	color: #018867;
  }

  .home .hero-heading{
	margin-bottom: 8px;
  }
}



