@keyframes full-size-popup {
  0% {
    transform: scale(0.05);
  }
  90% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/*************** GOOGLE FONTS *****************************/

@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css?family=Literata&display=swap');
@import url('https://fonts.googleapis.com/css?family=Merriweather&display=swap');

/*************** START OF CSS STYLES *****************************/
/* Thank You Popup Styles Beginning */
.visible {
  display: grid !important;
}

#bonusLink {
  display: none !important;
}

.overlay-container {
  display: none;
  position: fixed;
  padding: 0 !important;
  margin: 0 !important;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  align-content: center;
}

.popup {
  padding: 0;
  margin: auto;
  width: 90%;
  max-width: 600px;
  max-height: 350px;
  opacity: 1;
  border: 3px solid transparent;
  border-radius: 10px;
  background: linear-gradient(to right, #8b0202, #2d0000),
    linear-gradient(to bottom, #b48132 0%, #f8fbc0 61%, #b48132 100%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  box-shadow: 0px 0px 120px #f8fbc0;

  animation: full-size-popup 1s ease;
  top: 50%;
  bottom: 0;
  align-self: center;
}

.checkmark {
  display: grid;
  font-size: 50px;
  margin: 0 auto;
  margin-top: -40px;
  padding: 0;
  text-align: center;
  align-content: center;
  color: #fff;
  width: 70px;
  height: 70px;
  border: 3px solid transparent;
  border-radius: 100%;
  background: linear-gradient(to right, #5af880, #02250b),
    linear-gradient(to bottom, #b48132 0%, #f8fbc0 61%, #b48132 100%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}

.content {
  padding: 0 20px 30px 20px;
}

.content h1 {
  font-family: 'Oswald', sans-serif !important;
  width: 100%;
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
  font-size: 50px;
  color: #ffe38c;
}

.content p {
  font-family: 'Oswald', sans-serif !important;
  width: 100%;
  font-size: 30px;
  text-wrap: wrap;
  color: #fff;
  text-align: center;
}

.popup .button {
  display: grid;
  font-family: 'Oswald', sans-serif !important;
  background: -moz-linear-gradient(top, #b48132 0%, #f8fbc0 61%, #b48132 100%);
  background: -webkit-linear-gradient(
    top,
    #b48132 0%,
    #f8fbc0 61%,
    #b48132 100%
  );
  background: linear-gradient(to bottom, #b48132 0%, #f8fbc0 61%, #b48132 100%);
  font-size: 36px;
  width: 87%;
  height: 70px;
  color: #6b4100;
  text-align: center;
  align-content: center;
  border-radius: 10px;
  margin: auto;
  cursor: pointer;
  font-weight: 600;
  outline: none;
}

.popup .button:active {
  transform: scale(0.95);
}
/* Thank You Popup Styles Ending */

* {
  margin: 0;
  padding: 30;
}
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background-image: url('bgcasino.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
header {
  width: 100%;
  height: 0px;

  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
header img {
  cursor: pointer;
  width: 200px;
  padding: -10px 10px 10px 300px;
}
header img {
  height: 50px;
  cursor: pointer;
  max-width: 150px;
  margin-left: 30px;
}
.right-image {
  position: absolute;
  right: 60px;
  width: 50px;

  @media (max-width: 760px) {
    height: 35px;
    right: 25px;
  }
}
header h1 {
  float: right;
  cursor: pointer;
  color: #373737;
  border-bottom: 1px solid #373737;
  margin: 25px 270px 0px 25px;
  padding-bottom: 5px;
  font-size: 15px;
  font-family: Montserrat;
  text-transform: uppercase;
}
@media only screen and (max-width: 1100px) {
  header h1 {
    display: none;
  }
}
.home {
  width: 900px;
  height: 580px;
  margin: auto;
  padding: 40px;
  border-bottom: 1px solid #fe9200;
}
.giantJackpot {
  width: 500px;
  float: left;
  padding-top: 50px;
}
.subHome {
  margin-top: 70px;
  float: right;
  width: 300px;
  height: 450px;
  background: black;
  text-align: center;
  animation: cog 2s infinite;
  animation-timing-function: linear;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.subHome:hover {
  transition: all 2s;
  animation: float 1s infinite;
  animation-timing-function: linear;
}
.subHome img {
  width: 300px;
}
.claim {
  cursor: pointer;
  border: none;
  width: 200px;
  margin-top: 20px;
  font-family: Literata;
  font-size: 20px;
  padding: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  background: linear-gradient(#fffb86, yellow);
}
.claim:focus {
  outline: none;
}
.hiddenHome {
  display: none;
  margin: auto;
  width: 100%;
  height: 100vh;
  padding: 0;
  text-align: center;
}
.co {
  font-size: 3em;
  font-family: Merriweather;
  background: -webkit-linear-gradient(yellow, #fe9200);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-top: 1px solid #b1b100;
  border-bottom: 1px solid #b1b100;
  margin-left: 50px;
  margin-right: 50px;
  letter-spacing: 2px;
  margin-bottom: 50px;
  animation: slideInFromBottom 1s;
}
.offer {
  display: flex;
  width: 1000px;
  height: 600px;
  margin: auto;
}
.offer > div {
  margin: auto;
  width: 500px;
  margin: 10px;
  animation: cog2 1s;
}
.offer > div:nth-child(1) {
  margin-top: 100px;
  transform: rotate(-30deg);
  animation: slideInFromRight 1s;
}
.offer > div:nth-child(2) {
  margin: 20px 80px 0px 80px;
  animation: slideInFromTop 1s;
}
.offer > div:nth-child(3) {
  margin-top: 100px;
  transform: rotate(30deg);
  animation: slideInFromLeft 1s;
}
.revealBtn1,
.revealBtn2,
.revealBtn3 {
  display: none;
  padding: 5px;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 50px;
  font-weight: 300;
  font-size: 1.15em;
  color: white;
  letter-spacing: 3px;
  bottom: 0;
  outline: none;
  position: absolute;
  background: linear-gradient(#f5af19, #f12711);
  font-family: Literata;
}
.cardClaim,
.cardClaim2,
.cardClaim3 {
  display: none;
  border: none;
  border-top: 2px solid #f5af19;
  border-bottom: 2px solid #f5af19;
  cursor: pointer;
  height: 50px;
  font-weight: 300;
  font-size: 1.15em;
  color: #f12711;
  background: none;
  letter-spacing: 3px;
  font-family: Literata;
}
.cardClaim:focus,
.cardClaim2:focus,
.cardClaim3:focus {
  outline: none;
}
.cardClaim {
  margin: 20px auto;
}
.cardClaim2 {
  margin: 10px auto;
}
.cardClaim3 {
  margin: 20px auto;
}
.miniStars,
.miniStars2,
.miniStars3 {
  display: none;
}
.miniStars img,
.miniStars2 img,
.miniStars3 img {
  animation: float 0.5s infinite;
  animation-timing-function: linear;
  margin: 2px 2px 0px 2px;
  box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2),
    0 6px 20px 0 rgba(255, 255, 255, 0.19);
}
.subOffer1,
.subOffer2,
.subOffer3 {
  cursor: pointer;
  background: linear-gradient(#fff, yellow);
  width: auto;
  height: 400px;
}
.subOffer1:hover,
.subOffer2:hover,
.subOffer3:hover {
  transition: all 0.2s linear;
  background: #0575e6; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to bottom,
    #021b79,
    #0575e6
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to bottom,
    #021b79,
    #0575e6
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.rewards,
.rewards2,
.rewards3 {
  width: 200px;
  padding-top: 20px;
}
.dollarIMG,
.dollarIMG2,
.dollarIMG3 {
  width: 170px;
  padding-top: 20px;
}
.offerIMG,
.offerIMG2,
.offerIMG3 {
  display: none;
  margin: auto;
}
.offerIMG {
  width: 250px;
  padding: 50px 0px 20px 0px;
}
.offerIMG2 {
  width: 180px;
  padding: 40px 0px 20px 0px;
}
.offerIMG3 {
  width: 150px;
  padding: 30px 0px 10px 0px;
}
.modal,
.modal2,
.modal3 {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.modal-content {
  background: linear-gradient(#fdc830, #f37335);
  width: 100%;
  height: 100%;
  text-align: center;
  animation: slideInFromBottom 0.5s;
}
.exclusive {
  background: -webkit-linear-gradient(#7f00ff, #e100ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1.2px solid #0575e6;
}
.modal-content h1 {
  color: white;
  font-size: 1.2em;
  padding: 10px;
  font-family: Literata;
}
.form-group:nth-child(2) {
  margin-top: 20px;
}
.form-group h2 {
  color: white;
  font-family: Montserrat;
  font-size: 1.4em;
  padding: 10px;
}
.form-group:nth-child(1) input {
  width: 90%;
  height: 20px;
  font-size: 0.8em;
  font-family: Montserrat;
  font-weight: 500;
  padding: 5px;
  border: none;
  border-radius: 2px;
  text-align: center;
}
.form-group:nth-child(2) input {
  border: none;
  margin: 1px 0px 0px 60px;
  float: left;
}
.confirmReg {
  color: white;
  margin: 0px 50px 0px 0px;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
}
.form-group a {
  color: white;
  font-family: Montserrat;
  font-size: 15px;
}
p {
  color: white;
  font-family: Montserrat;
  text-align: justify;
  font-size: 10px;
  padding: 10px;
  letter-spacing: 1px;
}

.submitBtn {
  border: none;
  font-size: 1em;
  color: white;
  background: linear-gradient(#7f00ff, #e100ff);
  cursor: pointer;
  margin-top: 10px;
  padding: 10px;
  width: 50%;
  border-radius: 10px;
  text-transform: uppercase;
  font-family: Literata;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.termsandcond {
  padding: 55px;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  width: 60%;
  margin: 20px auto 0;
}

.termsandcond::after {
  content: '';
  display: table;
  clear: both;
}
.termsandcond p,
.termsandcond p a {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: white;
  font-weight: 600;
  img-size: 5px;
}
.termsandcond p {
  line-height: 13px;
  margin: 0;
}

/*************** KEYFRAME ANIMATIONS *****************************/

@keyframes float {
  50% {
    transform: translate(0, -5px);
  }
}
@keyframes cog {
  100% {
    -webkit-transform: perspective(900px) rotateY(360deg);
    transform: perspective(900px) rotateY(360deg);
  }
}
@keyframes cog2 {
  0% {
    transform: perspective(300px) scale(0);
  }
  25% {
    transform: perspective(300px) scale(1.2);
  }
}
@keyframes cog3 {
  0% {
    transform: perspective(300px) scale(1);
  }
  25% {
    transform: perspective(300px) scale(0);
  }
}
@keyframes slideInFromTop {
  0% {
    transform: translateY(60%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInFromBottom {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin {
  100% {
    transform: scale(2) rotate(-360deg);
  }
  50% {
    opacity: 0;
  }
}

/*************** RESPONSIVENESS QUERY *****************************/

@media only screen and (max-width: 500px) {
  * {
    transition: all 1s ease-in-out;
  }
  body {
    height: 800px;
  }
  header {
    text-align: center;
    height: 50px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  header img {
    padding: 10px;
    width: 100px;
  }
  header h1 {
    display: none;
  }
  .home {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  .giantJackpot {
    width: 70%;
    float: none;
    margin: auto 100px;
    display: block;
    transform: rotate(10deg);
  }
  .subHome {
    margin: 60px auto;
    float: none;
    width: 250px;
    height: 110%;
    border-radius: 10px;
  }
  .subHome img {
    width: 250px;
  }
  .claim {
    width: 80%;
    margin: 20px;
    font-size: 20px;
    font-weight: 600px;
    border-radius: 10px;
  }
  .hiddenHome {
    padding: 0;
    height: 1400px;
  }
  .co {
    font-size: 2.3em;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    border-top: none;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .offer {
    display: block;
    width: auto;
    height: auto;
    margin: auto;
  }
  .offer > div {
    margin: auto;
    margin: 0;
    width: 100%;
  }
  .offer > div:nth-child(1) {
    margin-top: 0;
    animation: cog2 1s;
    transform: scale(0.7);
  }
  .offer > div:nth-child(2) {
    margin: 0;
    animation: cog2 1s;
    transform: scale(0.7);
  }
  .offer > div:nth-child(3) {
    margin-top: 0;
    animation: cog2 1s;
    transform: scale(0.7);
  }
  .subOffer1,
  .subOffer2,
  .subOffer3 {
    border-radius: 10px;
  }
  .revealBtn1,
  .revealBtn2,
  .revealBtn3 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  @media (max-width: 959px) {
    .termsandcond p,
    .termsandcond p a {
      font-weight: normal;
    }
    .termsandcond {
      margin-bottom: 40px;
    }
    .termsandcond {
      width: 100%;
    }
  }

  @media (max-width: 479px) {
    .termsandcond {
      padding: 30px 20px 20px;
      font-size: 12px;
    }
    .termsandcond {
      width: 100%;
    }
  }
}

@media (max-width: 960px) {
  .content h1 {
    font-size: 48px;
  }
}

@media (max-width: 715px) {
  .content h1 {
    font-size: 44px;
  }

  .content p {
    font-size: 30px;
  }

  .popup .button {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .content h1 {
    font-size: 37px;
  }

  .content p {
    font-size: 26px;
  }

  .popup .button {
    font-size: 26px;
  }
}

@media (max-width: 500px) {
  .popup .button {
    width: 94%;
  }
}

@media (max-width: 450px) {
  .content h1 {
    font-size: 32px;
  }

  .content p {
    font-size: 20px;
  }

  .popup .button {
    font-size: 20px;
  }
}
