/*Master Styles*/
html,body {
  font-family: "Roboto", sans-serif; /*Use Roboto by default but if you can't access it, use sans-serif font*/
  padding:0;
  margin:0;
  max-width: 100%;
  overflow-x: hidden;
}

@@font-face {
  font-family: "Spartan", sans-serif;
}

{
  margin: 0;
  padding: 0;
}

.lock-scroll {
  overflow: hidden;
}

.container {
  display: grid;
  grid-template-columns: 1fr; /*Fractional Unit (fr)*/
}

.header{
  height: 110vh;
  background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url('images/shatter-cover.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  display: block;
}

.video-background{
  background-color: black;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.logo{
  margin: 25px;
  height: 40px;
}

.welcome-message{
  position: relative;
  text-align: center;
  font-family: "Spartan";
  color: #fff;
  top: 300px;
}

.welcome-message h1{
  font-size: 150px;
  font-size: 6.5vw;
  font-weight: 100;
  letter-spacing: 5px;
  margin-bottom: 30px;
  vertical-align: middle;
}

@media only screen and (max-width: 600px) {
  .header {
    transform: translateY(5%);
    height: 30vh;
  }
  .welcome-message {
    top: 100px;
  }
}

@media only screen and (min-width: 601px) {
  .header {
    height: 37vh;
  }
  .welcome-message {
    top: 130px;
  }
}

@media only screen and (min-width: 701px) {
  .header {
    height: 44vh;
  }
  .welcome-message {
    top: 150px;
  }
}

@media only screen and (min-width: 801px) {
  .header {
    height: 48vh;
  }
  .welcome-message {
    top: 180px;
  }
}

@media only screen and (min-width: 901px) {
  .header {
    height: 55vh;
  }
  .welcome-message {
    top: 200px;
  }
}

@media only screen and (min-width: 1001px) {
  .header {
    height: 61vh;
  }
  .welcome-message {
    top: 220px;
  }
}

@media only screen and (min-width: 1101px) {
  .header {
    height: 68vh;
  }
  .welcome-message {
    top: 250px;
  }
}

@media only screen and (min-width: 1201px) {
  .header {
    height: 74vh;
  }
  .welcome-message {
    top: 280px;
  }
}

@media only screen and (min-width: 1301px) {
  .header {
    height: 80vh;
  }
  .welcome-message {
    top: 300px;
  }
}

@media only screen and (min-width: 1401px) {
  .header {
    height: 90vh;
  }
  .welcome-message {
    top: 320px;
  }
}

/*Navigation Bar*/

/*NAVIGATION HAMBURGER*/

#menu{
	width: 35px;
	height: 30px;
	margin: 30px 0 20px 20px;
	cursor: pointer;
}
.menu-bar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.change-color {
  background-color: rgba(0, 0, 0, 0);
}
.bar{
	height: 5px;
	width: 100%;
	background-color: #FFFFFF;
	display: block;
	border-radius: 5px;
	transition: 0.3s ease;
}
#bar1{
	transform: translateY(-4px);
}
#bar3{
	transform: translateY(4px);
}
.nav img {
  padding-top: 15px;
}
.nav li a{
	color: #fff;
	text-decoration: none;
}
.nav li a:hover{
	font-weight: bold;
}
.nav li{
	list-style: none;
	padding: 16px 0;
}
.nav{
	padding: 0;
	margin: 0 20px;
	transition: 0.3s ease;
	display: none;
  font-size: 25px;
  font-family: "Spartan";
}
.menu-bg, #menu-bar{
	top: 0;
	left: 0;
	position: fixed;
}
.menu-bg{
	z-index: 1;
	width: 0;
	margin: 60px 0 20px 20px;
  background-color: rgba(10, 10, 10, 0.5);
	border-radius: 0%; /* 50% for circle */
	transition: 0.3s ease;
}
#menu-bar{
	z-index: 2;
}
.change-bg{
	width: 550px;
	height: 600px;
	transform: translate(-60%,-30%);
}
.change .bar{
	background-color: white;
}
.change #bar1{
	transform: translateY(4px) rotateZ(-45deg);
}
.change #bar3{
	transform: translateY(-6px) rotate(45deg);
}
.change #bar2{
	opacity: 0;
}
.change{
	display: block;
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

.poolofclay-icon img{
  width: 3%;
  position: absolute;
  right: 17px;
  top: 19px;
}

/*Game01 Section*/

.shatter-section{
  padding-bottom: 20px;
  background: linear-gradient(180deg, #EEEEEE 0%, #EEEEEE 20%, #EB6247 75%);
}

.shatter-info {
  text-align: center;
  font-size: 40px;
  color: white;
}

.shatter-video{
  padding-top: 5%;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.shatter-video iframe{
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  height: 55%;
}

.shatter-section h2{
  position: static;
  text-align: center;
  top: 100%;
  left: 50%;
  width: 80%;
  color: #EB6247;
  font-size: 50px;
  font-size: 5.5vw;
  font-weight: 100;
  display: block;
  margin: 0 auto;
  letter-spacing: 5px;
  padding-top: 100px;
  font-family: "Spartan";
  background-color: rgba(250, 71, 89, 0.0);
  border-bottom: 10px solid #292929;
}

.shatter-section h3{
  padding-top: 10px;
  color: white;
  text-align: center;
  font-family: "Spartan";
}

.shatter-break-line {
  margin: 0 auto;
  border: 1px solid #FFFFFF;
  width: 85%;
}

.shatter-icon img{
  padding-top: 50px;
  display: block;
  margin: 0 auto;
  position: relative;
  max-width: 35%;
  max-height: 35%;
}

.shatter-screenshots {
  margin: auto;
  width:100%;
  text-align: center;
  transform: translateY(-20%);
}

.shatter-screenshots img{
  padding: 10px;
  width: 20%;
}

.shatter-links {
    padding-top: 5px;
    margin: 0 auto;
    width: 50%;
    display: flex;
}

.shatter-google-section img{
  padding-top: 10px;
  width: 80%;
}

.shatter-apple-section img{
  padding-top: 10px;
  width: 80%;
}

.shatter-section p{
  position: relative;
  text-align: center;
  vertical-align: middle;
  color: white;
}

@media only screen and (max-width: 600px) {
  .shatter-section h2 {
    font-size: 9.5vw;
  }
  .shatter-icon img {
    max-width: 65%;
  }
  .shatter-section h3 {
    font-size: 13px;
  }
  .shatter-section p {
    font-size: 4vw;
  }
  .shatter-links  {
    margin: auto;
    width: 45%;
    display: grid;
  }
  .shatter-google-section img {
    width: 100%;
  }
  .shatter-apple-section img {
    padding-top: 20px;
    width: 100%;
  }
  .shatter-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
  }
  .shatter-video iframe{
    position: absolute;
    top: 10;
    left: 0;
    width: 95%;
    height: 90%;
  }
  .shatter-screenshots {
    margin: auto;
    width:100%;
    text-align: center;
    transform: translateY(0%);
  }
  .shatter-screenshots img{
    width: 90%;
  }
}

@media only screen and (min-width: 601px) {
  .shatter-section h2 {
    font-size: 6.5vw;
    width: 55%;
  }
  .shatter-icon img {
    max-width: 40%;
  }
  .shatter-section h3 {
    font-size: 15px;
  }
  .shatter-section p {
    font-size: 3vw;
  }
  .shatter-break-line {
    width: 65%;
  }
  .shatter-links  {
    margin: auto;
    width: 45%;
    display: flex;
  }
  .shatter-google-section img {
    width: 90%;
  }
  .shatter-apple-section img {
    width: 90%;
  }
}

@media only screen and (min-width: 1000px) {
  .shatter-section h2 {
    font-size: 5.5vw;
    width: 45%;
  }
  .shatter-icon img {
    max-width: 30%;
  }
  .shatter-section h3 {
    font-size: 18px;
  }
  .shatter-section p {
    font-size: 2.2vw;
  }
  .shatter-break-line {
    width: 50%;
  }
  .shatter-links  {
    margin: auto;
    width: 45%;
    display: flex;
  }
  .shatter-google-section img {
    width: 90%;
  }
  .shatter-apple-section img {
    width: 90%;
  }
}

@media only screen and (min-width: 1300px) {
  .shatter-section h2 {
    font-size: 4.0vw;
    width: 35%;
  }
  .shatter-icon img {
    max-width: 26%;
  }
  .shatter-section h3 {
    font-size: 18px;
  }
  .shatter-section p {
    font-size: 1.7vw;
  }
  .shatter-break-line {
    width: 45%;
  }
  .shatter-links  {
    margin: auto;
    width: 40%;
    padding-left: 50px;
    display: flex;
  }
  .shatter-google-section img {
    width: 85%;
  }
  .shatter-apple-section img {
    width: 85%;
  }
}

.break-section-00{
  padding: 10px;
  background-color: white;
}

.break-section-01{
  padding: 10px;
  background-color: white;
}

/*NEWSLETTER*/

.newsletter-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
  background-color: #292929;
}

.newsletter-wrapper h1 {
  margin-bottom: 40px;
  color: #F6F3FA;
  font-size: 3vh;
  font-family: "Spartan";
  padding-top: 20px;
}

.newsletter {
  max-width: 550px;
  width: 100%;
  position: relative;
  background-color: #292929;
  padding-bottom: 30px;
}

.newsletter .input {
  width: 70%;
  padding: 30px 100px 30px 60px;
  border-radius: 5px;
  border: none;
  font-weight: bold;
}

.newsletter .fas {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 20px;
}

.newsletter .btn {
  position: absolute;
  top: 35%;
  right: 30px;
  transform: translateY(-50%);
  background: #4dabf7;
  padding: 15px 20px;
  border-radius: 25px;
  font-size: 12px;
  letter-spacing: 5px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .newsletter-wrapper h1 {
    font-size: 2vh;
  }
}

@media only screen and (min-width: 601px) {
  .newsletter-wrapper h1 {
    font-size: 2.5vh;
  }
}

@media only screen and (min-width: 1000px) {
  .newsletter-wrapper h1 {
    font-size: 3vh;
  }
}

/*Footer Section*/

.footer{
  padding-top: 20px;
  text-align: center;
  padding-bottom: 20px;
  background-color: rgba(210, 210, 210, 0.5);
}

.footer h3{
  font-family: "Spartan";
}

.footer small{
  font-family: "Roboto";
}

.footer img {
  width:5%;
}

.copyright{
  padding-top: 70px;
  padding-bottom: 5px;
}

.policy-link h6{
  font-family: 'Poppins';
  color: #292929;
}

@media only screen and (max-width: 600px) {
  .footer img {
    width:15%;
  }
  .poolofclay-icon img{
    width: 9%;
    position: absolute;
    right: 17px;
    top: 25px;
  }
}

@media only screen and (min-width: 601px) {
  .footer img {
    width:10%;
  }
  .poolofclay-icon img{
    width: 8%;
    position: absolute;
    right: 17px;
    top: 13px;
  }
}

@media only screen and (min-width: 800px) {
  .footer img {
    width:7%;
  }
  .poolofclay-icon img{
    width: 5%;
    position: absolute;
    right: 17px;
    top: 17px;
  }
}

@media only screen and (min-width: 1000px) {
  .footer img {
    width:5%;
  }
  .poolofclay-icon img{
    width: 4%;
    position: absolute;
    right: 17px;
    top: 10px;
  }
}
}
