#sectionone {
  position: fixed;
  top: 0px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 1; /* TODO Solve this in HTML */
}

.heading1 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  top: 20%;
  color: #fff9d9;
  font-size: 6rem;
  user-select: none; /* supported by Chrome and Opera */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  -webkit-touch-callout: none; /* iOS Safari */
}

.heading2 {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 1.5rem;
  padding-top: 1.3rem;
  color: #fff9d9;
  font-size: 2.5rem;
  user-select: none; /* supported by Chrome and Opera */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  -webkit-touch-callout: none; /* iOS Safari */
}

body {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f1f1f1;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  pointer-events: all;
  user-select: none; /* supported by Chrome and Opera */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  -webkit-touch-callout: none; /* iOS Safari */
  color: #fff9d9;
}

.sectiononeone {
  width: 100% !important;
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  pointer-events: all;
  color: #fff9d9;
}

#appleXR {
  position: absolute;
  bottom: 23%;
  /* width: 100%; */
  /* padding: 40px; */
  box-sizing: border-box;
  text-align: center;
  z-index: 1;
}
#androidXR {
  position: absolute;
  bottom: 23%;
  /* width: 100%; */
  /* padding: 40px; */
  box-sizing: border-box;
  text-align: center;
  z-index: 1;
}

#AR {
  position: absolute;
  bottom: 20%;
  width: 100%;
  /* padding: 40px; */
  box-sizing: border-box;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff9d9;
  font-size: 1.6rem;
  text-align: center;
  z-index: 1;
}

.sectiontwoone {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  pointer-events: all;
  display: flex;
  justify-content: center;
  padding-right: 150px;
  text-align: center;
  z-index: 1;
  color: #fff9d9;
}

#pauseplay {
  bottom: 20%;
  position: absolute;
  box-sizing: border-box;
  text-align: center;
  z-index: 1;
}

#Music {
  position: absolute;
  width: 100%;
  bottom: 17%;
  margin: 0%;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  z-index: 1;
}

.sectiontwotwo {
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  display: flex;
  justify-content: center;
  padding-left: 150px;
  pointer-events: all;
  color: #fff9d9;
}

#start {
  position: absolute;
  bottom: 20%;
  box-sizing: border-box;
  text-align: center;
}

#Rotate {
  position: absolute;
  bottom: 17%;
  box-sizing: border-box;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  z-index: 1;
}

/* Section3 */

.sectionthree {
  width: 100% !important;
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  pointer-events: all;
  color: #fff9d9;
}

#share {
  position: absolute;
  bottom: 12%;
  z-index: 1;
}
.shareimage {
  width: 130px;
}

#qrcode {
  position: absolute;
  bottom: 19%;
  z-index: 1;
  justify-content: center;
}

.qrimage {
  width: 100px;
}

#buttonarea {
  display: none;
  justify-content: center;
}

.buttonareaone {
  position: fixed;
  bottom: 16.5%;
  padding-right: 150px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  justify-content: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 1;
  display: flex;
}

.buttonareatwo {
  position: fixed;
  bottom: 16.5%;
  padding-right: 25px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  justify-content: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 1;
  display: flex;
}

.buttonareathree {
  position: fixed;
  bottom: 16.5%;
  padding-left: 120px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  justify-content: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 1;
  display: flex;
}

#facebookbtn {
  bottom: 21%;
  position: absolute;
  box-sizing: border-box;
  text-align: center;
  z-index: 1;
}

#tweetbtn {
  bottom: 21%;
  position: absolute;
  box-sizing: border-box;
  text-align: center;
  z-index: 1;
}

#emailbtn {
  bottom: 21%;
  position: absolute;
  box-sizing: border-box;
  text-align: center;
  z-index: 1;
}

#Alert {
  position: absolute;
  bottom: 24%;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.8rem;
  text-align: center;
  z-index: 1;
}


#AlertAR {
  position: absolute;
  bottom: 33%;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.5rem;
  text-align: center;
  z-index: 1;
}
#Alertshare {
  position: absolute;
  bottom: 24%;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.8rem;
  text-align: center;
  z-index: 1;
  display: none;
}

#Alert2 {
  position: absolute;
  bottom: 24%;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  font-size: 1.8rem;
  z-index: 1;
}

#brand {
  position: absolute;
  bottom: 6%;
  width: 100%;
  z-index: 1;
}

.terms {
  position: absolute;
  bottom: 3%;
  width: 100%;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 1.8rem;
  padding-top: 1.7rem;
  color: #fff9d9;
  font-size: 1.2rem;
  text-decoration: none;
  z-index: 1;
}

a:link {
  text-decoration: none !important;
  color: #fff9d9 !important;
}

/* visited link */
a:visited {
  text-decoration: none !important;
  color: #fff9d9 !important;
}

/* mouse over link */
a:hover {
  text-decoration: none !important;
  color: #fff9d9 !important;
}

/* selected link */
a:active {
  text-decoration: none !important;
  color: #fff9d9 !important;
}

.loading {
  position: fixed;
  z-index: 50;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading {
  background-color: #0f0825;
  font-size: 5rem;
  font-weight: 600;
  color: #fff9d9;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
}

.loading p {
  font-size: 8rem;
  padding: 0px 200px 0px 200px;
  text-align: center;
}

/*/////////////////////////////////////mediaqueryforresponsivedesign ////////////////////////////*/

@media only screen and (max-width: 1368px) and (min-width: 1200px) {
  .heading1 {
    font-size: 5.2rem;
    top: 20%;
  }

  .heading2 {
    font-size: 2.2rem;
    line-height: 1.1rem;
    padding-top: 1rem;
  }

  .brandimage {
    width: 170px;
  }

  #Alert {
    font-size: 1.7rem;
  }
  #Alertshare {
    font-size: 1.7rem;
  }

  #Alert2 {
    font-size: 1.7rem;
  }
  .shareimage {
    width: 130px;
  }
  .loading p {
    font-size: 6rem;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 900px) {
  .heading1 {
    font-size: 4.4rem;
    top: 20%;
  }

  .heading2 {
    font-size: 2rem;
    line-height: 1.1rem;
    padding-top: 1rem;
  }

  .brandimage {
    width: 170px;
  }

  #Alert {
    font-size: 1.7rem;
  }
  #Alertshare {
    font-size: 1.7rem;
  }

  #Alert2 {
    font-size: 1.7rem;
  }
  .shareimage {
    width: 130px;
  }
  .loading p {
    font-size: 5.7rem;
  }
}

@media only screen and (max-width: 900px) and (min-width: 769px) {
  .heading1 {
    font-size: 4rem;
    top: 20%;
  }

  .heading2 {
    font-size: 1.9rem;
    line-height: 1.1rem;
    padding-top: 1rem;
  }

  .brandimage {
    width: 170px;
  }

  .shareimage {
    width: 120px;
  }
  .loading p {
    font-size: 5.0rem;
  }
}

@media only screen and (max-width: 768px) {
  .heading1 {
    font-size: 3.8rem;
    top: 20%;
  }

  #AR {
    bottom: 18%;
    font-size: 1.4rem;
  }

  #Music {
    font-size: 1.2rem;
  }

  #Rotate {
    font-size: 1.2rem;
  }

  .heading2 {
    font-size: 1.87rem;
    line-height: 1.15rem;
    padding-top: 1rem;
  }

  .loading p {
    font-size: 4.6rem;
    padding: 0px 100px 0px 100px;
    text-align: center;
  }

  #brand {
    position: absolute;
    bottom: 6%;
  }

  .terms {
    bottom: 3%;
    font-size: 0.9rem;
  }

  #androidXR {
    bottom: 21.5%;
  }

  #Alert {
    font-size: 1.65rem;
  }
  #Alertshare {
    font-size: 1.65rem;
  }

  #Alert2 {
    font-size: 1.65rem;
  }

  #appleXR {
    bottom: 21.5%;
  }

  .buttonareathree {
    padding-left: 90px;
  }

  .buttonareaone {
    padding-right: 120px;
  }

  .facebookicon {
    width: 15px;
  }

  .twittericon {
    width: 30px;
  }
  .emailicon {
    width: 30px;
  }

  .shareimage {
    width: 100px;
  }

  .brandimage {
    width: 100px;
  }

  #share {
    position: absolute;
    bottom: 11%;
  }
}

/*/////////////////////////////////////mediaqueryforresponsivedesign ////////////////////////////*/

a {
  color: #ff0;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

button {
  cursor: pointer;
  text-transform: uppercase;
}

a,
button,
input,
select {
  pointer-events: auto;
}

.dg.ac {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2 !important; /* TODO Solve this in HTML */
}

#overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
}

#overlay button {
  background: #ffffff;
  border: 0;
  color: #000000;
  padding: 16px 20px;
  text-transform: uppercase;
  cursor: pointer;
}

#notSupported {
  width: 50%;
  margin: auto;
  background-color: #f00;
  margin-top: 20px;
  padding: 10px;
}

.fallback{

  width: 100%;
  height: 100%;
  background-color: blue;
}