body {
  position: relative;
}

html {
  font-size: 62.5%;
}

.grid {
  width: 80%;
  height: 80%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px;
  padding: 10px;
}
.bgbody{

  background: rgb(230, 216, 255);
  background-size: cover !important;
}
.buttonFinalN{
  padding: 10px 0 !important;
  width: 40%;
  color: white;
}
.hidden{
  display: none!important;
}

.mole {
  background-image: url("../images/mole-active.png") !important;
  background-size: cover;
}

.ads {
  margin: 10px 0;
}
@media screen and (max-width: 400px) {
  .game-screen {
    background-position: left;
  }
  .buttonFinalN {
    width: 70%;
}
}

.game-info {
  display: flex;
  justify-content: center;
  gap: 3.2rem;
  background-color: rgba(221, 221, 221, 0.062);
  padding: 2.4rem 2.4rem;
  border-radius: 0;
  text-align: center;
  margin-bottom: 3.2rem;
  color: #003055;
  font-size: 32px;
}

.claimGift {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  position: absolute;
  top: 50vh;
  left: 50%;
  width:80%;
  transform: translate(-50%, -50%);
}

.claimGift p {
  width: 40%;
  height: 100%;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.giftInfo {
  display: flex;
  justify-content: center;
  padding: 2.4rem 2.4rem;
  border-radius: 1rem;
  text-align: center;
  color: white;
  height: 100%;
  margin: 10px;
}

.game-starter {
  background-color: #003055 !important;
  /* color: rgb(255, 0, 0); */
  border: 1px solid #003055 !important;
  padding: 10px;
  border-radius: 5px;
  margin: 10px;
  text-decoration: none;
}

.ad-final {
  margin-top: 65px;
}

#snow {
  width: 100%;
  height: 100%;
  position: fixed;
  mix-blend-mode: screen;
  opacity: 30%;
  top: 0;
  z-index: -2;
  animation: snowanim 40s linear infinite;
}

.square {
  background: url("../images/mole.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ads-mobile {
  display: none;
}

.modal.open {
  background-color: #003055e8;
  width: 50%;
  height: 75%;
  left: 25%;
  z-index: 999;
  display: flex !important;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 2.4rem;
  color: white;
  margin: 10px;
}

.socialMediaModal.open {
  background-color: #163055bb;
  width: 50%;
  height: 65%;
  left: 25%;
  z-index: 999;
  border-radius: 1rem;
  display: flex !important;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 2.4rem;
  color: white;
}
.modal-button, 
.modal-button * {
  font-style: normal !important;
}
.modal-button {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100px;
  padding: 22px 33px;
  font-family: "Open Sans";
  font-size: 1.2rem;
  line-height: 26px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0);
  outline: none;
  border-radius: 15px;
  border: 3px solid rgb(255, 255, 255);
  position: relative;
  overflow: visible;
  transition: 300ms;
  margin: 10px;
  top: 20px;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em;
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  width: 10em;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top;
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}

/* Non solid icons get a stroke */

.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
}

/* Solid icons get a fill */

.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373;
}

.resp-sharing-button--tumblr {
  background-color: #35465c;
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c;
}

.resp-sharing-button--reddit {
  background-color: #5f99cf;
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
}

.resp-sharing-button--google:hover {
  background-color: #c23321;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293;
}

.resp-sharing-button--email {
  background-color: #777;
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e;
}

.resp-sharing-button--xing {
  background-color: #1a7576;
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c;
}

.resp-sharing-button--whatsapp {
  background-color: #25d366;
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851;
}

.resp-sharing-button--hackernews {
  background-color: #ff6600;
}

.resp-sharing-button--hackernews:hover,
.resp-sharing-button--hackernews:focus {
  background-color: #fb6200;
}

.resp-sharing-button--vk {
  background-color: #507299;
}

.resp-sharing-button--vk:hover {
  background-color: #43648c;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--tumblr {
  background-color: #35465c;
  border-color: #35465c;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

@media (max-width: 998px) {
  .ads {
    display: none;
  }
  .grid {
    width: 100%;
    height: 100%;
  }
  .modal.open {
    width: 100%;
    height: 100%;
    left: 10%;
  }
  .ads-mobile {
    display: flex;
    /* margin: 20px; */
    width: 100%;
  }
}

.container {
  height: 100vh !important;
  /* padding: 3.2rem 1.2rem; */
  display: flex;
  flex-direction: column;
  gap: 8.6rem;
}

.claimGift {
  color: #003055;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
}

#modalShare {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
}

#socialMedia {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
}

.logo {
  width: 60%;
  margin-bottom: 3.2rem;
}

@media screen and(max-width: 600px) {
  .logo {
    width: 80%;
  }
  .buttonFinalN {
    width: 70%;
}
}
.row {
  padding: 0;
}
.fit-image {
  width: 100%;
  object-fit: cover;
}
.closeModal {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
}
.closeModal svg {
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 60%;
  }
}
::-webkit-scrollbar {
  display: none;
}
