.rtl {
  direction: rtl;
}
html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  font-weight: normal;
}
* {
  box-sizing: border-box;
}
body {
  background: #FED607 url('../images/pattern.svg');
  background-color: #FED607 !important;
  background-size: 120%;
}
#logo {
  text-align: center;
  padding-top: 2%;
}
#logo img {
  width: 30%;
}
#button {
  text-align: center;
}
#button a {
  display: inline-block;
  line-height: 50px;
  padding: 0 15px;
  background-color: #F5A205;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  margin: 0 auto;
}
#circularG {
  position: relative;
  width: 143px;
  height: 143px;
  margin: 5% auto;
}
#android,
#ios {
  text-align: center;
  margin-top: 20px;
  display: none;
}
#android img,
#ios img {
  width: 30%;
  margin-top: 10px;
}
.qr-link {
  max-width: 30%;
  padding-right: 20px;
  float: left;
}
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
  /* Could be more or less, depending on screen size */
  max-height: 75%;
  overflow: auto;
}
/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.rtl .close {
  float: left;
}
@media only screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 2) {
  #logo {
    padding-top: 30%;
  }
  #logo img {
    width: 60%;
  }
  #circularG {
    margin: 20% auto;
  }
  #android img,
  #ios img {
    width: 60%;
    margin-top: 6%;
  }
  #iosBtn {
    font-size: 250%;
  }
  .qr-link {
    display: none;
  }
  .modal-content {
    width: 90%;
    padding-left: 50px;
    padding-right: 50px;
  }
  .modal-content h1 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .modal-content p {
    font-size: 200%;
  }
  .modal-content ol {
    margin-bottom: 10px;
    margin-top: 10px;
    list-style: initial;
    font-size: 250%;
  }
}
.circularG {
  position: absolute;
  background-color: #ffffff;
  width: 33px;
  height: 33px;
  border-radius: 21px;
  -o-border-radius: 21px;
  -ms-border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  animation-name: bounce_circularG;
  -o-animation-name: bounce_circularG;
  -ms-animation-name: bounce_circularG;
  -webkit-animation-name: bounce_circularG;
  -moz-animation-name: bounce_circularG;
  animation-duration: 1.1s;
  -o-animation-duration: 1.1s;
  -ms-animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  -moz-animation-duration: 1.1s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}
#circularG_1 {
  left: 0;
  top: 57px;
  animation-delay: 0.41s;
  -o-animation-delay: 0.41s;
  -ms-animation-delay: 0.41s;
  -webkit-animation-delay: 0.41s;
  -moz-animation-delay: 0.41s;
}
#circularG_2 {
  left: 14px;
  top: 14px;
  animation-delay: 0.55s;
  -o-animation-delay: 0.55s;
  -ms-animation-delay: 0.55s;
  -webkit-animation-delay: 0.55s;
  -moz-animation-delay: 0.55s;
}
#circularG_3 {
  top: 0;
  left: 57px;
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s;
}
#circularG_4 {
  right: 14px;
  top: 14px;
  animation-delay: 0.83s;
  -o-animation-delay: 0.83s;
  -ms-animation-delay: 0.83s;
  -webkit-animation-delay: 0.83s;
  -moz-animation-delay: 0.83s;
}
#circularG_5 {
  right: 0;
  top: 57px;
  animation-delay: 0.97s;
  -o-animation-delay: 0.97s;
  -ms-animation-delay: 0.97s;
  -webkit-animation-delay: 0.97s;
  -moz-animation-delay: 0.97s;
}
#circularG_6 {
  right: 14px;
  bottom: 14px;
  animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
}
#circularG_7 {
  left: 57px;
  bottom: 0;
  animation-delay: 1.24s;
  -o-animation-delay: 1.24s;
  -ms-animation-delay: 1.24s;
  -webkit-animation-delay: 1.24s;
  -moz-animation-delay: 1.24s;
}
#circularG_8 {
  left: 14px;
  bottom: 14px;
  animation-delay: 1.38s;
  -o-animation-delay: 1.38s;
  -ms-animation-delay: 1.38s;
  -webkit-animation-delay: 1.38s;
  -moz-animation-delay: 1.38s;
}
@keyframes bounce_circularG {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.3);
  }
}
@-o-keyframes bounce_circularG {
  0% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(0.3);
  }
}
@-ms-keyframes bounce_circularG {
  0% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(0.3);
  }
}
@-webkit-keyframes bounce_circularG {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounce_circularG {
  0% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.3);
  }
}
