@import url("https://fonts.googleapis.com/css2?&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --body-color: #160E25;
  --header-padding-top:24px;
  --header-padding-horizontal: 117px;
  --global-lef-right-padding:24px;
  --card-deck-radius: 16px;
}
@media (min-width: 768px) {
  :root {
    --global-lef-right-padding:170px;
    --card-deck-radius: 25px;
  }
}

body {
  background-color: var(--body-color);
  padding: 0;
  margin: 0;
}

.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding-top: var(--header-padding-top);
  transition: all 0.5s ease-in-out;
  background: linear-gradient(0deg, rgba(32, 19, 46, 0) 21.59%, #20132E 86.93%);
}
.site-header.sticky {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding-bottom: 16px;
}
.site-header .site-branding img {
  width: 150px;
  height: auto;
}
.welcome-bonus.wrapper.ended {
    flex-direction: column;
    position: relative;
    gap: 10px;
}
.welcome-bonus.wrapper h1{
  padding-bottom: 0;
}
@media (min-width: 1024) {
  .site-header .site-branding img {
    width: 200px;
  }
}
.site-header .btn-signup {
  display: flex;
  padding: 8px 28px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 21.5px;
  background: var(--color-button-main-screen-yellow, #FFD338);
}
@media (min-width: 768px) {
  .site-header .btn-signup {
    padding: 4px 24px;
  }
}
@media (min-width: 1024px) {
  .site-header .btn-signup {
    padding: 8px 28px;
    height: 45px;
  }
}

:root {
  --snowflake-by:2;
}
@media (min-width: 1024px) {
  :root {
    --snowflake-by:1;
  }
}

.banner {
  position: relative;
}
@media (min-width: 1200px) {
  .banner {
    margin-top: -6%;
  }
}
@media (min-width: 1600px) {
  .banner {
    margin-top: -5%;
  }
}
.banner picture img.pic {
  aspect-ratio: 393/802;
  width: 100%;
  height: auto;
  margin-top: -17%;
}
@media (min-width: 600px) {
  .banner picture img.pic {
    margin-top: 0;
    aspect-ratio: 2880/1372;
  }
}
.banner .wrapper {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -89%;
  position: relative;
  z-index: 5;
  display: flex;
  gap: 20px;
  flex-direction: column-reverse;
}
@media (min-width: 600px) {
  .banner .wrapper {
    margin-top: -15%;
    display: block;
    flex-direction: column;
    gap: 0;
  }
}
@media (min-width: 1200px) {
  .banner .wrapper {
    margin-top: -17%;
  }
}
@media (min-width: 1600px) {
  .banner .wrapper {
    margin-top: -17%;
  }
}
@media (min-width: 1920px) {
  .banner .wrapper {
    margin-top: -15%;
  }
}
@media (min-width: 2560px) {
  .banner .wrapper {
    margin-top: -9%;
  }
}
.banner .wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.banner .wrapper ul.box {
  background-image: url(../img/new-year-2026/banner-mobile.webp);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 335/264;
  max-width: 335px;
  flex-direction: column;
  margin-bottom: 10px;
}
@media (min-width: 440px) {
  .banner .wrapper ul.box {
    max-width: 335px;
  }
}
@media (min-width: 768px) {
  .banner .wrapper ul.box {
    background-image: url(../img/new-year-2026/banner-desktop.webp);
    aspect-ratio: 1029/225;
    max-width: 1029px;
    justify-content: flex-start;
    margin-bottom: -15px;
    flex-direction: row;
  }
}
.banner .wrapper ul.box .left {
  display: flex;
  padding-left: 85px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 131px;
}
@media (min-width: 768px) {
  .banner .wrapper ul.box .left {
    padding-left: 0px;
    justify-content: flex-start;
    padding-left: 15%;
    height: auto;
    width: 59%;
  }
}
.banner .wrapper ul.box .left div {
  display: flex;
  align-items: flex-end;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 1029px) {
  .banner .wrapper ul.box .left div {
    align-items: flex-end;
  }
}
.banner .wrapper ul.box .left div picture {
  width: 40%;
}
@media (min-width: 1029px) {
  .banner .wrapper ul.box .left div picture {
    width: 189px;
  }
}
.banner .wrapper ul.box .left div picture img {
  aspect-ratio: 129/85.51;
  height: auto;
  width: 100%;
}
.banner .wrapper ul.box .left div div {
  font-family: Montserrat;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  line-height: 19.26px;
  padding-bottom: 6px;
}
@media (min-width: 1029px) {
  .banner .wrapper ul.box .left div div {
    font-weight: 700;
    font-style: Bold;
    font-size: 25px;
    line-height: 33px;
    padding-bottom: 7px;
  }
}
.banner .wrapper ul.box .right {
  align-items: flex-start;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: white;
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  letter-spacing: 0%;
  padding-left: 85px;
  height: 131px;
}
@media (min-width: 768px) {
  .banner .wrapper ul.box .right {
    height: auto;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .banner .wrapper ul.box .right {
    width: 410px;
  }
}
.banner .wrapper ul.box .right .line1 {
  font-size: 18.66px;
  line-height: 14.59px;
  text-align: left;
}
@media (min-width: 1024px) {
  .banner .wrapper ul.box .right .line1 {
    font-size: 32px;
    line-height: 25px;
  }
}
.banner .wrapper ul.box .right .line2 {
  font-size: 8.17px;
  line-height: 14.59px;
  text-align: left;
}
@media (min-width: 1024px) {
  .banner .wrapper ul.box .right .line2 {
    font-size: 14px;
    line-height: 25px;
  }
}
.banner .wrapper ul.box .right img {
  aspect-ratio: 160.79/67.62;
  width: 160.79px;
  height: auto;
}
@media (min-width: 768px) {
  .banner .wrapper ul.box .right img {
    width: 200px;
  }
}
@media (min-width: 1024px) {
  .banner .wrapper ul.box .right img {
    aspect-ratio: 281/118.18;
    width: 281px;
  }
}
.banner div {
  text-align: center;
}
.banner div .btn-signup {
  position: relative;
  border-radius: 100px;
  background: linear-gradient(99deg, #FFE563 12.07%, #FFD60A 93.97%);
  box-shadow: 0 0 50px 0 #FFD70C;
  display: inline-flex;
  padding: 15px 80px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #4A0791;
  text-align: center;
  font-family: Montserrat;
  font-size: 4vw;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
  white-space: nowrap;
  max-width: -webkit-fill-available;
  max-width: -moz-available;
}
@media (min-width: 768px) {
  .banner div .btn-signup {
    margin-top: 0;
    font-size: 24px;
    padding: 18px 80px;
  }
}
.banner div small {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 33.583px; /* 258.333% */
}

.pink-box {
  border-radius: 25px;
  border: 2px solid #FBBFFF;
  background: rgba(40, 3, 84, 0.9);
  box-shadow: 0 1px 109.8px 0 rgba(92, 230, 182, 0.57) inset;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.purple-box {
  display: flex;
  flex-direction: column;
  width: 330px;
  align-items: center;
  flex-shrink: 0;
  color: white;
  border-radius: 25px;
  border: 2px solid #A215C7;
  background: rgba(39, 3, 83, 0.36);
  box-shadow: 0 4px 47.7px -7px #6B068F inset, 0 4px 119.5px 12px #260352;
  position: relative;
  z-index: -1;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  justify-content: space-between;
  font-family: Montserrat;
}
@media (min-width: 600px) {
  .purple-box {
    background: rgba(40, 3, 84, 0.79);
    box-shadow: 0 4px 24.4px 0 rgba(255, 255, 255, 0.25) inset, 0 4px 119.5px 12px #260352;
  }
}
.purple-box .copy {
  width: 100%;
  text-align: center;
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-around;
  align-items: baseline;
}
@media (min-width: 768px) {
  .purple-box .copy {
    flex-direction: column;
    padding-bottom: 20px;
    justify-content: center;
    align-items: center;
  }
}
.purple-box .copy .line1 {
  margin-top: -20px;
  font-family: Montserrat;
  font-size: 71px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; /* 147.2px */
  display: block;
  background: linear-gradient(180deg, #FDFA8D 26.92%, #FFF8D0 37.81%, #FEDE6A 52.52%, #FBBC47 87.48%, #D26606 97.6%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .purple-box .copy .line1 {
    font-size: 128px;
    margin-top: -50px;
  }
}
.purple-box .copy .line2 {
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 41.4px */
  background: linear-gradient(180deg, #FDFA8D 17.97%, #FEDE6A 53.36%, #FBBC47 72.08%, #D26606 83.75%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .purple-box .copy .line2 {
    font-size: 36px;
  }
}
.purple-box .copy .wrap {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 768px) {
  .purple-box .copy .wrap {
    text-align: center;
    align-items: center;
  }
}
.purple-box .copy .line3 {
  color: #FFF;
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (min-width: 768px) {
  .purple-box .copy .line3 {
    font-size: 20px;
  }
}
.purple-box .date {
  font-size: 10px;
  padding: 10px 20px 10px 0;
  width: 100%;
  text-align: right;
  font-weight: 700;
  line-height: 100%;
  border-radius: 0 0 22px 0;
  background: linear-gradient(270deg, #9503CA 6%, rgba(66, 34, 95, 0) 44%);
}
@media (min-width: 768px) {
  .purple-box .date {
    padding: 15px 20px 15px 0;
    font-size: 13px;
    background: linear-gradient(270deg, #9503CA 26.42%, rgba(66, 34, 95, 0) 96.06%);
  }
}

.welcome-bonus {
  margin-top: 100px;
  color: #FFF;
  text-align: center;
}
.welcome-bonus h1 {
  font-family: Poppins;
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 40px #BE03E3;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 48px */
  text-align: center;
  padding-bottom: 42px;
}
.welcome-bonus h1 span {
  font-size: 36px;
  white-space: nowrap;
  line-height: 115%;
}
@media (min-width: 768px) {
  .welcome-bonus h1 {
    font-size: 48px;
    line-height: 100%; /* 48px */
  }
  .welcome-bonus h1 span {
    font-size: inherit;
    white-space: unset;
    line-height: inherit;
  }
}
@media (min-width: 768px) {
  .welcome-bonus {
    max-width: 1000px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.welcome-bonus h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
}
@media (min-width: 1024px) {
  .welcome-bonus h2 {
    font-size: 36px;
    padding-bottom: 27px;
  }
}
.welcome-bonus p {
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}
.welcome-bonus .col-2 {
  background-image: url(https://fortunewins.com/offers/wp-content/uploads/2025/11/xmas-2025-purple-glow.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
  gap: 0px;
  position: relative;
  flex-direction: column;
}
@media (min-width: 768px) {
  .welcome-bonus .col-2 {
    flex-direction: row;
    background-position: left center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .welcome-bonus .col-2 {
    gap: 80px;
  }
}
.welcome-bonus .col-2 br {
  display: none;
}
@media (min-width: 768px) {
  .welcome-bonus .col-2 br {
    display: block;
  }
}
.welcome-bonus .col-2.reverse {
  flex-direction: column;
}
@media (min-width: 768px) {
  .welcome-bonus .col-2.reverse {
    flex-direction: row-reverse;
  }
}
.welcome-bonus .col-2 .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
  z-index: -1;
}
.welcome-bonus .col-2 > div:first-of-type {
  display: flex;
  justify-content: center;
  align-content: center;
}
.welcome-bonus .col-2 > div:nth-of-type(2) {
  margin-top: -30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  .welcome-bonus .col-2 > div:nth-of-type(2) {
    align-items: flex-start;
    text-align: left;
  }
  .welcome-bonus .col-2 > div:nth-of-type(2) h2 {
    text-align: left;
  }
}
.welcome-bonus .col-2 > div:nth-of-type(2) > span {
  display: flex;
  flex-direction: column;
}
.welcome-bonus .col-2 > div img {
  width: 90%;
  height: auto;
}
@media (min-width: 768px) {
  .welcome-bonus .col-2 > div img {
    width: auto;
    height: 330px;
  }
}
@media (min-width: 1024px) {
  .welcome-bonus .col-2 > div img {
    height: 375px;
  }
}
.welcome-bonus .col-2 > div h3 {
  color: #FFF;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  .welcome-bonus .col-2 > div h3 {
    font-size: 36px;
  }
}
.welcome-bonus .col-2 > div .btn {
  position: relative;
  border-radius: 100px;
  background: linear-gradient(99deg, #FFE563 12.07%, #FFD60A 93.97%);
  box-shadow: 0 0 50px 0 #FFD70C;
  display: inline-flex;
  padding: 3% 8%;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #4A0791;
  text-align: center;
  font-family: Montserrat;
  font-size: 16.8px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .welcome-bonus .col-2 > div .btn {
    margin-top: 0;
    font-size: 20px;
    padding: 20px 50px;
  }
}

.why-fortune-coins {
  margin-top: 100px;
}
.why-fortune-coins h2 {
  font-family: Poppins;
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 40px #BE03E3;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 48px */
  text-align: center;
  padding-bottom: 42px;
}
.why-fortune-coins h2 span {
  font-size: 36px;
  white-space: nowrap;
  line-height: 115%;
}
@media (min-width: 768px) {
  .why-fortune-coins h2 {
    font-size: 48px;
    line-height: 100%; /* 48px */
  }
  .why-fortune-coins h2 span {
    font-size: inherit;
    white-space: unset;
    line-height: inherit;
  }
}
.why-fortune-coins ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-left: 12px;
  padding-right: 12px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .why-fortune-coins ul {
    gap: 20px;
    justify-content: center;
    max-width: 1350px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.why-fortune-coins ul li {
  border-radius: 10px;
  border: 2px solid #D801FF;
  background: rgba(216, 1, 255, 0.5);
  color: #FFF;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 10px 10px;
  position: relative;
  flex: 1 auto;
  text-align: center;
}
.why-fortune-coins ul li:first-of-type {
  order: 1;
}
.why-fortune-coins ul li:nth-of-type(2) {
  order: 2;
}
.why-fortune-coins ul li:nth-of-type(3) {
  order: 4;
}
.why-fortune-coins ul li:nth-of-type(4) {
  order: 5;
}
.why-fortune-coins ul li:nth-of-type(5) {
  order: 7;
}
.why-fortune-coins ul li:nth-of-type(6) {
  order: 3;
}
.why-fortune-coins ul li:nth-of-type(7) {
  order: 6;
}
.why-fortune-coins ul li:nth-of-type(8) {
  order: 8;
}
.why-fortune-coins ul li:nth-of-type(9) {
  order: 9;
}
.why-fortune-coins ul li:nth-of-type(10) {
  order: 10;
}
@media (min-width: 768px) {
  .why-fortune-coins ul li {
    font-size: 20px;
    padding: 20px 25px;
    flex: none;
    order: unset !important;
  }
}
.why-fortune-coins ul li span {
  position: relative;
  z-index: 2;
}
.why-fortune-coins ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: #20132E;
  filter: blur(32.6500015259px);
  z-index: 1;
}

.download-area {
  margin-top: 100px;
  gap: 40px;
  background-image: var(--bg-img);
  position: relative;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .download-area {
    margin-top: 170px;
  }
}
.download-area:after {
  background: red;
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  z-index: 5;
}
.download-area ul {
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .download-area ul {
    flex-direction: row;
  }
}
.download-area ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.download-area ul li h3 {
  text-align: center;
  /* Desktop/Headline 2 */
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(99deg, #F99300 12.07%, #FFD60A 93.97%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.download-area ul li h4 {
  color: #FFF;
  text-align: center;
  width: 340px;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.download-area ul li img {
  height: auto;
}
.download-area ul li .app-store {
  display: flex;
  gap: 16px;
  padding-top: 16px;
}
.download-area ul li .app-store img {
  width: auto;
  height: 40px;
}
.download-area ul li .trustpilot {
  padding-top: 22px;
  display: table;
  width: 260px;
}
@media (min-width: 768px) {
  .download-area ul li .trustpilot {
    width: 288px;
  }
}
.download-area ul li .fc-app {
  width: 319px;
}
@media (min-width: 768px) {
  .download-area ul li .fc-app {
    width: 100%;
  }
}
.download-area ul li .rating {
  background: linear-gradient(180deg, #FFD338 0%, #FFEEB4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 5px;
}
.download-area ul li .rating a {
  border-bottom: 1px solid #FFD338;
}

.faq {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.faq h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
  color: #FFD338;
}
.faq #faq-more {
  display: none;
  transition: all 1s ease-out;
  overflow: hidden;
}
.faq #faq-more.expand {
  display: block;
}
.faq #faq-arrow {
  display: none;
}
.faq .item {
  padding-top: 40px;
  border-bottom: 1px solid #9503CA;
}
.faq .item h3 {
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}

.site-footer {
  background-color: transparent;
}

.footer-hr {
  display: block;
  margin-top: 50px;
  margin-bottom: -50px;
  position: relative;
}
.footer-hr img {
  width: 100%;
  height: auto;
  aspect-ratio: 790/349;
}
@media (min-width: 600px) {
  .footer-hr img {
    aspect-ratio: 4096/928;
  }
}
.footer-hr:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40%;
  background: linear-gradient(to bottom, rgba(40, 3, 84, 0) 25%, rgb(40, 3, 84));
  z-index: 1;
}

.main {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: main-loadup 1s forwards linear, main-loadup-bg 10s forwards linear;
}
.main:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(to bottom, rgba(40, 3, 84, 0) 25%, rgb(40, 3, 84));
  z-index: 1;
}

@keyframes main-loadup {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes main-loadup-bg {
  from {
    background-size: 100% 100%;
    background-position: 0% 0%;
  }
  to {
    background-size: 400% 400%;
    background-position: 0% 100%;
  }
}
/*# sourceMappingURL=new-year-2026-page.css.map */