.colorWhite {
  color: #efefef !important;
}

.highlight {
  color: #ffbafd !important;
}

.highlight2 {
  color: #ceffab !important;
}

.highlight3 {
  color: #ffff74 !important;
}

html,
body {
  background: #fe644c;
  color: #50210f;
}

#main {
  overflow: hidden;
}

#header {
  background: #d8522b;
}

#socials .side-nav {
  filter: drop-shadow(0 0.05em 0.05em rgba(0, 0, 0, 0.6));
}

@media (max-width: 809px) {
  #socials {
    background-color: #8e0000;
    z-index: 1;
    position: relative;
    left: 0;
  }
}

.ftsfts-logo {
  position: absolute;
  top: 2.3em;
  left: 1em;
  width: 29%;
  max-width: 330px;
  z-index: 2;
  transition: filter 0.2s;
}
.ftsfts-logo:hover {
  filter: brightness(1.1) drop-shadow(2px 2px 6px white);
}

#footer {
  background-color: #8e0000;
  z-index: 3;
}
#footer .foot-qpp {
  background-image: url(../../../img/icon_qpp-black.png);
}

img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}

.wrapper {
  width: 100%;
  position: relative;
}

.fw-b {
  font-weight: bold !important;
}

.t-c {
  text-align: center !important;
}

.t-l {
  text-align: left !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.row.center {
  justify-content: center;
  text-align: center;
}
.row.space-between {
  justify-content: space-between;
}
.row.left {
  justify-content: left;
}
.row.right {
  justify-content: right;
}

.z2 {
  z-index: 2;
}

/*==============*/
/* PAGE CONTENT */
.container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1030px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.bg-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-content: flex-start;
  position: absolute;
  top: 0.3em;
  bottom: 0;
  left: calc(50% - 16em);
  width: 32em;
  height: 100%;
  margin: 0 auto;
  overflow: visible;
  user-select: none;
  pointer-events: none;
  background-position: top center;
  background-repeat: repeat;
  z-index: -5;
}
.bg-area .repeat {
  flex: 1 1 auto;
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}
.bg-area .repeat1 {
  top: 11em;
  z-index: 2;
}
.bg-area .repeat2 {
  top: 17.55em;
}
.bg-area img {
  width: 100%;
  display: block;
  object-fit: cover;
  position: relative;
}

#main-banner {
  max-width: 1100px;
  padding-top: 1.2em;
  padding-left: 0;
  padding-right: 0;
}
#main-banner .banner-img {
  left: 0.3em;
}
#main-banner .intro-text {
  top: -0.35em;
  position: relative;
}
@media (max-width: 600px) {
  #main-banner .banner-img {
    left: -0.2em;
    margin-top: 0.1em;
  }
}

.prize-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  z-index: 2;
}
.prize-wrapper .prize {
  width: 33%;
  padding-bottom: 30%;
  background-image: url("../../../img/Event/202411-Ftsfts/gift-over.png");
  background-size: 70% auto;
  background-repeat: no-repeat;
  background-position: center right;
  opacity: 0;
  pointer-events: none;
}
.prize-wrapper .prize.is-show {
  opacity: 1;
}

section {
  width: 100%;
  position: relative;
  margin-bottom: 1.1em;
    /* p {
        color: $color;
        font-size: .6em;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 0.5em;
        margin-top: 0;

        a {
            text-decoration: underline;
            color: $highlight !important;
            text-underline-offset: 0.13em;
        }

        small {
            font-size: 0.9em;
        }

        @media (max-width: 768px) {
            // font-size: .65em;
        }
    } */
}

#rules {
  z-index: 1;
  margin-top: 2em;
  margin-bottom: 0;
  background-color: #8e0000;
}
#rules::before, #rules::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  z-index: 0;
}
#rules::before {
  height: 2em;
  background-image: url("../../../img/Event/202411-Ftsfts/notoe-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position-y: top;
  top: -1em;
}
#rules::after {
  z-index: 0;
  height: 200%;
  background: #8e0000;
}
#rules h2 {
  color: #fff;
  font-size: 0.55em;
  font-weight: bold;
  letter-spacing: 6px;
  z-index: 1;
}
@media (max-width: 600px) {
  #rules h2 {
    font-size: 0.65em;
    letter-spacing: 2px;
  }
}
#rules ul,
#rules ol {
  font-size: 0.47em;
  color: #fff;
  text-align: justify;
  padding-left: 2.2em;
  padding-right: 1em;
  margin: 1.1em auto;
  position: relative;
  z-index: 1;
}
#rules ul li,
#rules ol li {
  position: relative;
  margin-bottom: 10px;
}
#rules ul span,
#rules ul a,
#rules ol span,
#rules ol a {
  color: inherit;
  text-decoration: underline;
}
@media (max-width: 600px) {
  #rules ul,
  #rules ol {
    font-size: 0.58em;
    margin-bottom: 0;
  }
}

/* .c-title {
    width: 73%;
    position: absolute;
    left: 0;
    right: 0;
    top: -1.1em;
    z-index: 2;
    margin: auto;

    @media (max-width: 769px) {
        
    }
} */
/* .dl-btn-container {
    display: flex;
    justify-content: center;
    width: 100%;
    // max-width: $maxW;
    bottom: 0;
    z-index: 3;
    margin: auto;
    position: absolute;
    top: 1.5em;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;

    .btn {
        width: 9em;
        height: 2.5em;
        transition: background-image 0.2s;
    }

    .btn-donwload {
        background-image:  url("https://www.xin-stars.com/img/Event/202411-Ftsfts//btn-download_1.png");

        &:hover {
            background-image:  url("https://www.xin-stars.com/img/Event/202411-Ftsfts//btn-download_2.png");
        }
    }
} */
/* .winning-announcement {
    font-size: 0.48em;
    color: #fff;
    font-weight: bold;
    @include stroke(3, #aa0001);
    margin-bottom: 0.7em;
    margin-top: 0.2em;

    @media (max-width: 768px) {
        
        font-size: 0.7em;
        @include stroke(2, #aa0001);
    }
} */
/* ==================== */
/* JS ANIMATION CLASSES */
@keyframes btnPointer {
  0% {
    transform: none;
  }

  50% {
    transform: translate(0.13em, 0.13em);
  }
}
.fade-scale {
  transform: scale(1.5) translateY(-3em);
  opacity: 0;
  transition: opacity 0.8s, transform 0.4s ease-out;
}
.fade-scale.faded {
  transform: scale(1);
  opacity: 1;
}

.fade-down {
  transform: translateY(-3em);
  opacity: 0;
  transition: opacity 1s, transform 0.6s ease-out;
}
.fade-down.faded {
  transform: none;
  opacity: 1;
}

.fade-up {
  transform: translateY(2em);
  opacity: 0;
  transition: opacity 0.6s, transform 0.6s ease-out;
}
.fade-up.faded {
  transform: none;
  opacity: 1;
}

.fade-in {
  opacity: 0;
  transition: opacity 1.6s;
}
.fade-in.faded {
  opacity: 1;
}

.fade-left {
  opacity: 0;
  transform: translateZ(0) translateX(-100px);
  transition: opacity 1s, transform 1s;
}
.fade-left.faded {
  opacity: 1;
  transform: translateZ(0) translateX(0);
}

.fade-right {
  opacity: 0;
  transform: translateZ(0) translateX(100px);
  transition: opacity 1s, transform 1s;
}
.fade-right.faded {
  opacity: 1;
  transform: translateZ(0) translateY(0);
}

.d2 {
  transition-delay: 0.2s;
}

.d3 {
  transition-delay: 0.3s;
}

.d4 {
  transition-delay: 0.4s;
}

.d5 {
  transition-delay: 0.5s;
}

.d6 {
  transition-delay: 0.6s;
}

/*# sourceMappingURL=main.css.map */