* {
  transition: 0.3s all ease;
}

/*===================
    Golbals
===================*/
html, body {
  background: #000 url(../image/bitmap.jpg);
  background-attachment: fixed;
}
html::-webkit-scrollbar, body::-webkit-scrollbar {
  display: none;
}

.wrap {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

dfn.dnf1 {
  margin-bottom: 53px;
}

/*===================
    Layouts
===================*/
article.logo {
  margin: 28px auto 110px;
  display: grid;
  align-items: center;
  text-align: center;
  justify-content: center;
}

section.gold {
  background: linear-gradient(to bottom, #ffe300, #f7b500);
  padding: 1px;
  margin: 0 auto 35px;
  border-radius: 25px;
  position: relative;
}
section.gold blockquote {
  color: #fff;
  font-size: 20px;
  background: #000;
  padding: 29px;
  margin: 0;
  border-radius: 25px;
}
section.gold blockquote dfn:first-child {
  margin-bottom: 53px;
}
section.EnterySite blockquote {
  position: relative;
}
section.EnterySite blockquote a.forward {
  position: absolute;
  top: -4.8rem;
  -webkit-animation: shine 3s 0.1s ease infinite;
          animation: shine 3s 0.1s ease infinite;
}
section.EnterySite blockquote a.forward:hover img {
  filter: contrast(200%);
}
@-webkit-keyframes shine {
  0% {
    filter: brightness(100%);
  }
  50% {
    filter: brightness(180%);
  }
  100% {
    filter: brightness(100%);
  }
}
@keyframes shine {
  0% {
    filter: brightness(100%);
  }
  50% {
    filter: brightness(180%);
  }
  100% {
    filter: brightness(100%);
  }
}
section.EnterySite span.ClickEntery {
  display: grid;
  margin: 4rem auto 2rem;
  align-content: center;
  justify-content: center;
}
section.EnterySite dfn {
  display: grid;
  grid-template-columns: 70% 30%;
  align-items: center;
}
section.EnterySite dfn .lef {
  display: flex;
  align-items: center;
  gap: 0 2rem;
  cursor: pointer;
}
section.EnterySite dfn .lef span.everLink dt, section.EnterySite dfn .lef span.everLink dd {
  font-style: normal;
}
section.EnterySite dfn .lef span.everLink dt {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
}
section.EnterySite dfn .lef span.everLink dd {
  font-size: 20px;
  color: #9c9c9c;
  font-weight: normal;
  margin: 0;
}
section.EnterySite dfn:hover dt {
  transform: translateX(2.05rem);
}
section.EnterySite dfn:hover img {
  filter: brightness(177%);
}
section.JellyButton h4.findwe {
  font-size: 40px;
  text-align: center;
  padding-bottom: 1.2rem;
  margin: 0 auto;
}
section.JellyButton h4.findwe b {
  color: #ffe300;
}
section.JellyButton span.deco-line {
  background: #fff;
  height: 1px;
  width: 100%;
  display: block;
  margin: 1rem auto 0.7rem;
}
section.JellyButton .shineBtnGup {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
}
section.JellyButton .shineBtnGup article {
  cursor: pointer;
}
section.JellyButton .shineBtnGup article:hover img {
  filter: brightness(180%);
  transform: scale3d(1.1, 1.1, 1.1);
}
section.JellyButton .shineBtnGup figure {
  margin: 0;
  text-align: center;
  margin: 0 auto 0.8rem;
}
section.JellyButton .shineBtnGup span.info {
  font-size: 20px;
  display: grid;
  align-content: center;
  text-align: center;
}
section.JellyButton .shineBtnGup span.info small {
  display: block;
}

footer {
  color: #fff;
  margin-bottom: 3rem;
}
footer article.warmTips {
  font-size: 25px;
  text-align: center;
  margin-bottom: 1.3rem;
}
footer blockquote {
  padding-top: 19px;
  padding-bottom: 19px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 85%;
  margin: 0 auto;
}
footer blockquote ul {
  padding-left: 20px;
  display: grid;
  gap: 2rem 0;
}
footer blockquote ul li {
  font-size: 15px;
}
footer blockquote ul.theChrome li {
  list-style-type: disc;
}
footer blockquote ul.theApple li {
  list-style-type: decimal;
}

.Rectangle {
  width: 100%;
  max-width: 205px;
  max-height: 70px;
  padding: 14px 57px;
  border: solid 2px #979797;
  background-color: #000;
  border-radius: 3rem;
  font-size: 20px;
  text-align: center;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 80%;
  left: 50%;
  z-index: 99;
}
.Rectangle span {
  color: #fff;
}

.popWrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 20px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  padding: 30px;
  z-index: 1;
}

.goUrlWrap {
  position: absolute;
  z-index: -2;
  text-decoration: none;
  text-align: center;
  top: 490px;
  right: 190px;
  width: 275px;
  height: 80px;
}
.goUrlWrap .goUrl {
  color: #080609;
  font-weight: 600;
  font-size: 24px;
  margin-top: 10px;
}

.goUrlWrap2 {
  top: 590px;
}

.copyUrl {
  cursor: pointer;
  position: absolute;
  z-index: -3;
  top: 490px;
  right: 185px;
  width: 80px;
  height: 70px;
}

.copyUrl2 {
  z-index: -3;
  top: 590px;
}

.sendEmailWrap {
  position: absolute;
  top: 750px;
  left: 1rem;
  width: 10%;
  height: 40px;
}

/*===================
    Responsive
===================*/
@media (max-width: 678px) {
  article.logo {
    justify-content: start;
    margin: 28px auto 56px;
  }
  article.logo img {
    width: 55%;
  }
  a.forward img {
    width: 100%;
  }
  section.gold blockquote {
    padding: 0.6em 1rem;
  }
  section.EnterySite dfn {
    grid-template-columns: 60% 40%;
  }
  section.EnterySite dfn .lef {
    gap: 0 1rem;
  }
  section.EnterySite dfn .lef img {
    width: 16%;
  }
  section.EnterySite .clickClone {
    text-align: center;
  }
  section.EnterySite blockquote a.forward {
    top: -2.4rem;
  }
  section.EnterySite span.everLink dt {
    font-size: 20px !important;
  }
  section.EnterySite span.everLink dd {
    font-size: 15px !important;
  }
  section.JellyButton .shineBtnGup {
    gap: 0 0.5rem;
  }
  section.JellyButton .shineBtnGup article figure img {
    width: 100%;
  }
  section.JellyButton .shineBtnGup span.info {
    font-size: 16px !important;
  }
  h4.findwe img {
    width: 100%;
  }
}
@media (max-width: 456px) {
  dfn.dnf1 {
    margin-bottom: 33px;
  }
  section.EnterySite span.ClickEntery {
    margin: 3rem auto 1.8rem;
  }
  section.EnterySite .clickClone img {
    width: 100px;
  }
  footer blockquote {
    width: 98%;
    font-size: 15px !important;
  }
  section.JellyButton .shineBtnGup article {
    width: 100%;
  }
  section.JellyButton .shineBtnGup article figure img {
    width: 90%;
  }
}/*# sourceMappingURL=forever.css.map */