.blackbgwrap{
  background-color:#000;
}
.banner-section{
  /*   background-image: url('https://www.maya.ph/hubfs/Pink%20Glitter%20page/PinkGlitter-banner-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; */
  background: radial-gradient(50% 50% at 50% 50%, #E5CACD 0%, #E5BCC4 100%);

}
.banner-container{
  max-width:1152px;
  /*   min-height:1000px; */
  margin:auto;

}
.banner-content img{
  max-width:461px;
}
.banner-content{
  margin-top:-150px;
}

@media only screen and (max-width: 767px) {
  .banner-content{
    margin-top:0px;
  }
  .banner-content img {
    max-width: 100%;
  }
  .banner-content{
    justify-content:start;
  }
  /*   .banner-container{
  min-height:800px;
} */
}

/* Card CSS */
.card-section{
  /*   margin-top:-150px; */
  position:relative;
}
.card-section:before{
  content:url('https://www.maya.ph/hubfs/Pink%20Glitter%20page/sparks%20stars.png');
  position:absolute;
  left:0;
  bottom:-300px;
}
.card-container{
  max-width:1219px;
  margin:auto;
}
.card-content{
  position:relative;
  z-index:1;
}
.cards-box{
  max-width:390px;
  width:100%;
  min-height:500px;
  border: 3px solid;
  border-image-slice: 30;
  border-image-source: url(https://www.maya.ph/hubfs/Pink%20Glitter%20page/Card-border.png);
  border-image-width: 30px;
  overflow: hidden;
  border-radius: 30px;

}
.cards-box img{
  max-width:200px;
}
.cardiamge-container{
  width:200px;
  height:200px;
}
.card-image-bg{
  background-image: url(https://www.maya.ph/hubfs/Pink%20Glitter%20page/sample-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;

}
.card-overlay-bg{
  backdrop-filter: blur(10px); 
  height: 100%;
}
.cards-box hr {
  background: #E5BCC4;
  height: 5px;
  margin: 15px auto;
  width: 40px;
  border-radius: 10px;
}

#mayaslider_cards .slider_grid_progress_bar {
  background:#f4a7ba;

}
.slider_grid_progress_bar {
  background: #fff;
  height: 2px;
  transition: width 600ms ease;
  width: 0;
}

#mayaslider_cards .slider-footer-container .slider_grid_progress {
  background: rgba(244, 167, 186,0.3)!important;
}
#mayaslider_cards .splide__track{
  overflow:visible;
}
.slider-footer-container .slider_grid_progress {
  background: rgba(0, 0, 0)!important;
  max-width: 420px!important;
  width: 100%!important;
  margin-top: unset!important;
  margin-left: unset!important;
  transform: unset!important;
}

@media only screen and (max-width: 767px) {
  .slider-footer-container{
    max-width: 300px;
    margin:auto;
    margin-top:20px
  }
  .card-section:before {
    position: absolute;
    zoom: .6;
  }

  .cards-box {
    max-width: 382px;
    min-height: 382px;
  }
}

/* Card Css End */
.howitworks-container{
  max-width:1380px;
  margin:auto;
  width:100%;
  /*   background:#FF6699; */
  position:relative;
  overflow:hidden;
  z-index:1;
}
.howitworks-header{
  min-height:287px;
  background-image:url('https://www.maya.ph/hubfs/Pink%20Glitter%20page/Howitworksheader-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  overflow:hidden;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.cashoutslider-container{
  background: linear-gradient(180deg, #111111 0%, #1E131C 100%);

}




.tabslidersection {
  display:none;
  opacity:0;

}
.tabslidersection.active {
  display:flex;
  opacity: 1;

}
/* @keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
} */
.tabcontainer{
  overflow-x: auto;
  overflow-y: hidden;
}
.learn_tabs {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 10px;
  border-bottom: 3px solid #E5BCC4;
  position: relative;
  max-width:1380px;
  white-space: nowrap;
  /*   flex-wrap: wrap; */
  padding: 0 22px;
}
.learn_tabs li {
  text-align: center;
  display: inline-block;
  padding: 20px 0px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: #E5BCC4;
  /*   background-image:url('https://www.maya.ph/hubfs/Pink%20Glitter%20page/Not-active-tab.png'); */
  background-size: cover;
  background-repeat: no-repeat; 

  max-width: 100%;
  width: 300px;
  color:#000;
  /* background: #ebf2fe; */
  border: 1px solid #000;
  border-bottom:none;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  cursor: pointer;
  transition: all .3s ease;
  position: relative;
  z-index: 1;

}
.learn_tabs li.active {
  background: linear-gradient(180deg, #1F121C 0%, #111111 100%);
  border: 3px solid #F6A6B9;
  border-bottom: none;
  position: relative;
  z-index: 2;
  color:#E5BCC4;
}
.learn_tabs li.active:after{
  content: "";
  position: absolute;
  bottom: -3px;
  width: 294px;
  height: 3px;
  left: 0;
  background: #111111;
  z-index: 1;
}

.learn_tabs {
  margin:auto;
}

@media only screen and (max-width: 767px) {
  .learn_tabs {
    flex-wrap: nowrap;
    padding:0;
  }
  .slider-footer-container{
    position:relative;
    right: unset;
    bottom: unset;
  }
  .learn_tabs li{
    width: 175px;
    font-size: 16px;
    line-height: 120%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .learn_tabs li.active:after{
    width: 169px;
  }
  .md-text_size_16 {
    font-size:16px!important;
    line-height:26px!important;
  }
}


#Howitworks_splide1, #Howitworks_splide2{
  overflow:visible;
  width:100%;
}
#Howitworks_splide1 .splide__track, #Howitworks_splide2 .splide__track{
  overflow:visible;
}
.howitworks-card{
  max-width:288px;
  padding:20px;
  border-radius:50px;
  background:#000;
  /*   box-shadow: 0px 20px 40px 0px #9A1B4566; */
  border:1px solid #444444;


}
.howitworks-card.slide1{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -0.17%, rgba(58, 23, 35, 0.2) 100%);
  box-shadow: 0px 10px 40px 0px #FFFFFF1A;
  border: 1px solid;
  border-image-slice: 30;
  border-image-source: url(https://www.maya.ph/hubfs/Pink%20Glitter%20page/step-border.png);
  border-image-width: 30px;
}
.howitworks-card img {
  width:100%;
}
.howitworks_desc sup {
  top:0;
  display:inline-block;
  font-weight:700;
  max-width: 26px;
  width: 100%;
  height:26px;
  background: #E5BCC4;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #000;
  border-radius:50%;
  box-shadow: 0px 4px 4px 0px #00000040;

}
.howitworks_desc p {
  margin-bottom:0;
}
.howitworks_desc em{
  font-size:10px;
  line-height: 120%;
  letter-spacing: -0.2px;
}
.howitworks_cards_progress {
  margin: 72px auto;
  background: rgba(246, 166, 185, 0.3);
  max-width: 300px;
  width: 100%;
  transform: unset;
}
.howitworks_cards_bar {
  background: #E5BCC4;
  height: 2px;
  transition: width 600ms ease;
  width: 0;
}

@media only screen and (max-width: 767px) {

  #Howitworks_splide1, #Howitworks_splide2{
    max-width:100%;
  }
}

/* How it works */

/* Carousel */
.carousel-section{
  background-image: url(https://www.maya.ph/hubfs/Pink%20Glitter%20page/carousel-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow:hidden;

}
.carousel-container{
  max-width:1440px;
  min-height:700px;
  margin:auto;
  overflow:visible;
}
.carousel-card.slide1 .carousle-header{
background:none;
  color:#E5BCC4;
  -webkit-text-fill-color:unset;
}

.carousel-card.slide1 .carousel-content a{
  background:#E5BCC4;
  color:#000000;
}
.carousle-header{
  background: linear-gradient(82.44deg, #75EEA5 21.85%, #E5BCC4 110.37%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* For Firefox */
  color: transparent;
  font-size: 40px;
  line-height: 130%;
  letter-spacing: 0px;
}
.carousel-container hr{
  background: #E5BCC4;
  height: 5px;
  margin: 15px 0;
  width: 40px;
  border-radius: 10px;
}

.carousel-content{
  max-width: 500px;
  width: 100%;
}
.carousel-card{
  max-width:1000px;
  background: 
    linear-gradient(101.04deg, #1E131C 0%, rgba(0, 0, 0, 0.4) 99.33%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(80, 177, 107, 0.2) 100%);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  border: 3px solid;
  border-image-slice: 30;
  border-image-source: url('https://www.maya.ph/hubfs/Pink%20Glitter%20page/carousle-border.png');
  border-image-width: 30px;
  border-radius: 30px;
  overflow: hidden;
}
.carousel-card.slide1{
border-image-source: url('https://www.maya.ph/hubfs/Pink%20Glitter%20page/carouse-bp-border.png');
  background: linear-gradient(101.04deg, #1E131C 0%, rgba(0, 0, 0, 0.4) 99.33%),
linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(229, 188, 196, 0.2) 100%);

}

.image-container{
  max-height: 400px;
  width:100%;
  max-width:500px;
  height:100%;
  position:relative;
}
.slide3 .image-container{
  min-height: 400px;
  min-width:500px;
}
.carousel-content{
  padding:40px 0px 40px 40px;
  height:100%;
}
.carousel-content a{
  padding:20px 25px;
  background:#2FF29E;
  color:#000000;
  font-family: Cerebri Sans Pro;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.2px;
  border-radius:20px;
  width:max-content;
  margin-top: auto;
}
.carousel-card p{
  margin-bottom:0px;
}

#carousel-slider .howitworks_cards_progress {
  margin: 72px auto;
  background: rgba(117, 238, 165, 0.3);
  max-width: 300px;
  width: 100%;
  transform: unset;
}
#carousel-slider .howitworks_cards_bar {
  background: #75EEA5;
  height: 2px;
  transition: width 600ms ease;
  width: 0;
}
#carousel-slider .splide__track{
  overflow:visible;
}
/* .slide2 img{
object-fit:none;
} */
#carousel-slider .slide2 img{
  background: radial-gradient(60% 55% at 80% 56%, rgba(48, 199, 142, 0.6) 0%, rgba(13, 189, 123, 0) 100%);
}
#carousel-slider .slide3 img{
  /*   background: radial-gradient(50% 60% at 50% 50%, rgba(48, 199, 142, 0.6) 0%, rgba(13, 189, 123, 0) 100%) */
  position:absolute;
  max-width: 700px;
  right: -100px;
  bottom: -11px;
}
#carousel-slider .slide4 img{
  background: radial-gradient(50% 55% at 50% 59%, rgba(48, 199, 142, 0.6) 0%, rgba(13, 189, 123, 0) 100%);
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .carousel-card{
    max-width:348px;
    max-height:600px;
  }
  .carousel-content{
    padding:20px;
  }
  .carousel-content a{
    width:100%;
    text-align: center;
    margin-top:0;
  }
  .carousel-card p{
    margin-bottom:20px;
  }

  #carousel-slider .slide3 img {
    max-width: 569px;
    right: 27px;
    bottom: 97px;
  }
  #carousel-slider .slide4 img {
    /* object-fit: contain; */
    position: absolute;
    bottom: 0px;
    max-width: 340px;
  }
}
/* Carousel end */


/* Raffle card*/
.raffle-card-container{
  max-width:1400px;
  margin:auto;
}

/* raffle card end */
/* Faq */
.faq-section{
  min-height:1200px;
  background-image:url('https://www.maya.ph/hubfs/Pink%20Glitter%20page/Faq-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position:top;
  position:relative;
  overflow:hidden;
}
.faq-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #000000 7.36%, rgba(0, 0, 0, 0.6) 83.47%);

  z-index: 1;
}
/* .faq-section::after {
top: 210px;
content: url(https://www.maya.ph/hubfs/Pink%20Glitter%20page/faq-sparks.svg);
left: -234px;
position: absolute;
z-index: 0;
mix-blend-mode: color-dodge;
} */
.faq-content{
  position:relative;
  z-index:1;
}
.faq-container{
  max-width:1224px;
  margin:auto;
  position:relative;
}
.faq-container:before{
  content: url(https://www.maya.ph/hubfs/Pink%20Glitter%20page/faq-sparks-top.svg);
  position: absolute;
  right: -292px;
  top: -200px;
  z-index:1;
}
.faq-left{
  max-width:496px;
  width:100%;
}
.my-expand-icon{
  background: linear-gradient(180deg, #E5BCC4 0%, #E5BCC4 100%);
}
.my-collapse-icon{
  background: linear-gradient(180deg, #F6A6B9 0%, #FF6699 100%);

}
.accordion-item.boxed.my-accordion {
  box-sizing: border-box;
  border-radius: 20px;
  padding:40px;
  margin-bottom:20px;
  max-width:704px;
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, #111111 0%, rgba(48, 31, 37, 0.6) 100%);
  border:3px solid;
  border-radius: 20px;
  border-image-slice: 20;
  border-image-source: url(https://www.maya.ph/hubfs/Pink%20Glitter%20page/Faq-item-border.png);
  border-image-width: 20px;
  /*   border: 3px solid var(--primary-mint-green, #75EEA5);
  background: linear-gradient(180deg, #164B2B 66.41%, #082714 88.24%), #FFF; */
  /*   box-shadow: 0px 4px 20px 0px rgba(123, 97, 255, 0.60); */
}
.accordion-item.boxed.my-accordion:last-child {
  margin-bottom:0;
}
.my-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my-accordion-title {
  font-size:20px;
  line-height:28px;
  color:#fff;
  padding-right: 10px;
}
.my-accordion-icon {
  display: block;
  width: 40px;
  float: right;
  text-align: center;
  order:2;
}
.my-expand-icon i, .my-collapse-icon i {
  color: #202122;
  font-size: 20px;
  line-height: 40px;
}
.my-accordion-body {
  font-size:18px;
  line-height: 28px;
  letter-spacing: -0.2px;
  color:#404040;
  position:relative;
}
.my-accordion-body:before{
  content:'';
  height:3px;
  width:40px;
  border-radius:5px;
  background: linear-gradient(90deg, #FF6699 0%, #F6A6B9 100%);
  position:absolute;
  /*   top:0; */
  left:0;
}
.my-accordion-body p {
  padding-top: 1em;
  color:#fff;
  position:relative;
  margin:0;
}
.my-accordion-body ul li, .my-accordion-body ol li{
  color:#fff!important;
}
.hs-richtext ul:not(.reset-list){
  padding-left: revert!important;
  list-style: none !important;
  margin: 0!important;
}
.hs-richtext ul:not(.reset-list) li:before, .hs-richtext ol:not(.reset-list) li:before{
  color:#fff!important;
  font-size: 15px!important;
}
.hs-richtext ol:not(.reset-list) li {
  padding-left: 0!important;
  text-indent: 0!important;
}
body .my-accordion-body ol:not(.reset-list){
  padding-left: 17px!important;
  list-style: decimal !important;
  margin: 10px 0!important;
}
/* .my-accordion-body ul:not(.reset-list), .my-accordion-body ol:not(.reset-list) {
margin-bottom:0; 
}
.my-accordion-body ol:not(.reset-list) li:before {
color:#50B16B;
text-align:left;
width: 1.65em;
}
.my-accordion-body ul:not(.reset-list) li {
padding-left: 1.5em;
}
.my-accordion-body ul:not(.reset-list) li:before {
content: "\f111";
font-weight: 900;
display: inline-block;
width: 1.5em;
padding-right: 10px;
color:#50B16B;
font-family: Font Awesome\ 5 Free;
text-indent: 0;
text-align: right;
-webkit-transform: scale(0.4,0.4);
-ms-transform: scale(0.4,0.4);
transform: scale(0.4,0.4);
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
}
.my-accordion-body ol.reset-list {
padding-left:1em; 
}
.my-accordion-body ol.reset-list li::marker {
font-weight: bold;
}
.my-accordion-body ol.reset-list ul.my-ul-list li {
text-indent:-2em; 
}
.my-accordion-body ol.my-ol-list {
color: #404040;
padding-left: 0;
} */
.my-expand-icon, .my-collapse-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #202122;
  border-radius: 50%;
}
.faq-left hr {
  background: linear-gradient(90deg, #FF6699 0%, #F6A6B9 100%);
  border-radius: 5px;
  height: 3px;
  margin: 20px 0;
  width: 40px;
}
.faq-content .hs-button{
  background: #E5BCC4!important;
}
/* Faq End */

/* Related giudes */
.related-section{
  background: linear-gradient(180deg, #110107 0%, #000000 100%);
  overflow:hidden;
}
.related-container{
  max-width:1440px;
  margin:auto;
  position:relative;
}
.related-container:after{
  content:url('https://www.maya.ph/hubfs/Pink%20Glitter%20page/sparks-related-guides.png');
  position:absolute;
  bottom: -98px;
  right: -130px;

}
.related-cards-container{
  position:relative;
  z-index:1;
}
.related-card{
  max-width:392px;
  background: linear-gradient(180deg, #000000 0%, rgba(50, 36, 39, 0.8) 100%);
  border: 1px solid;
  border-image-slice: 20;
  border-image-source: url(https://www.maya.ph/hubfs/Pink%20Glitter%20page/userguide-border.png);
  border-image-width: 20px;
  backdrop-filter: blur(10px); 
}
.related-cards-container img{
  max-width:200px;
}
.pinkcolor{
  color:#FF6699;
}
.related-card a:hover{
  color:#FF6699;
}
.related-card p {
  margin-bottom:0;
}
.related-card hr {
  background: #E5BCC4;
  border-radius: 5px;
  height: 3px;
  margin: 0;
  width: 40px;
}
/* Related giudes */

/* cta */
.cta-section{
  background: linear-gradient(180deg, #000000 0%, #202122 59.88%);
  overflow:hidden;
}
.cta-container{
  min-height:620px;
  position:relative;
  background-image:url('https://www.maya.ph/hubfs/Pink%20Glitter%20page/maya-icon.png');
  background-position:bottom right;
  background-repeat:no-repeat;
}
.cta-textcontet{
  max-width:522px;
  width:100%:
}
.cta-content {
  width:100%;
  max-width:1440px;
  margin:auto;
  position:relative;
}
.cta-image{
  max-width: 862px;
  position: absolute;
  right: -300px;
  bottom: -308px;
}

@media only screen and (max-width: 767px) {
  .faq-content .hs-button{
    width:100%;
  }
  .faq-left {
    display: flex;
  }
}
/* Global */
.glitterpink-text {
  background: linear-gradient(180deg, #F6A6B9 0%, #FF6699 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* For Firefox */
  color: transparent;
}
.glitterpinkfaq-text {
  background: linear-gradient(105.65deg, #FF6699 28.59%, #000000 109.1%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* For Firefox */
  color: transparent;
}
.pink-color{
  color:#E5BCC4;

}
.hide{
  display:none;
}