@charset "UTF-8";
:root {
  --reveal-distance: 16px;
  --reveal-duration: 650ms;
  --reveal-ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

html {
  scroll-behavior: smooth;
}

/* -------------------------------------------------------------------
 * ## pace.js styles - minimal - (_document-setup.scss)
 * ------------------------------------------------------------------- */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #CE872A;
  position: fixed;
  z-index: 900;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
}

.oldie .pace {
  display: none;
}

/* ===================================================================
 * # preloader - (_preloader-line-scale-pulse-out.scss)
 *
 * ------------------------------------------------------------------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgb(62, 26, 90) 0%, rgb(34, 10, 53) 50%, rgb(76, 37, 110) 100%);
  z-index: 800;
  height: 100%;
  width: 100%;
  display: table;
}

.no-js #preloader,
.oldie #preloader {
  display: none;
}

#loader {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.line-scale-pulse-out > div {
  background-color: #CE872A;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
  animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.line-scale-pulse-out > div:nth-child(2),
.line-scale-pulse-out > div:nth-child(4) {
  -webkit-animation-delay: -0.4s !important;
  animation-delay: -0.4s !important;
}

.line-scale-pulse-out > div:nth-child(1),
.line-scale-pulse-out > div:nth-child(5) {
  -webkit-animation-delay: -0.2s !important;
  animation-delay: -0.2s !important;
}

@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
/* -------------------------------------------------------------------
 * WhatsApp API Style
 * ------------------------------------------------------------------- */
#whatsapp-container {
  z-index: 99;
  bottom: 100px;
  right: 15px;
  position: fixed;
}

#whatsapp-container:hover {
  color: #fff;
  filter: brightness(90%);
}

#whatsapp-container i {
  color: #fff;
  background-color: transparent;
  font-size: 45px;
  padding: 20px;
  border-radius: 100%;
  transition: all 0.3s ease;
}

.box {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  background: #30D24E;
  box-shadow: 0 0 0 0 rgb(140, 140, 140);
  animation: pulse-green 2s infinite;
  border-radius: 50%;
  border: #30D24E solid 3px;
}

.bounce-6 {
  animation-name: bounce-6;
  animation-timing-function: ease;
}

@keyframes bounce-6 {
  0% {
    transform: scale(1, 1) translateY(0);
    box-shadow: 0 0 0 0 rgba(197, 197, 197, 0.82);
  }
  10% {
    transform: scale(1, 1) translateY(-18px);
  }
  30% {
    transform: scale(1, 1) translateY(0);
  }
  50% {
    transform: scale(1, 1) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(0);
  }
  64% {
    transform: scale(1, 1) translateY(0);
    box-shadow: 0 0 0 10px rgba(28, 42, 140, 0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
    box-shadow: 0 0 0 0 rgba(28, 42, 140, 0);
  }
}
@media only screen and (max-width: 1200px) {
  #whatsapp-container i {
    font-size: 28px;
    padding: 13px;
  }
  #whatsapp-container {
    bottom: 70px;
    right: 18px;
    position: fixed;
  }
}
::-webkit-scrollbar {
  width: 5px;
  border-radius: 5rem;
}

::-webkit-scrollbar-thumb {
  background: #951fdf;
  border-radius: 5rem;
}

::-webkit-scrollbar-track {
  background: #4D5355;
}

::-webkit-scrollbar-thumb:hover {
  background: #00DAF7;
}

#Home {
  background-image: url(../imgs/bg-home.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.py-home {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.sub-text-person {
  background: #3F0B5F 0% 0% no-repeat padding-box;
  mix-blend-mode: hard-light;
  opacity: 0.49;
  padding: 0.3rem 0;
  font-size: 1.5rem;
  letter-spacing: -0.5px;
  color: #FFFFFF;
  opacity: 1;
}

.date-home {
  background: rgba(187, 126, 52, 0.8078431373) 0% 0% no-repeat padding-box;
}

.date-home p {
  padding-top: 5px;
  color: white;
  font-size: 2rem;
}

#Home h2 {
  font: normal normal normal 45px/50px "Glaure Regular";
  letter-spacing: 1px;
  text-shadow: 0px 0px 30px #220235;
}

.text-desc-middle {
  font: normal normal normal 35px/40px "Poppins";
  letter-spacing: 0px;
  color: #6C1364;
  font-weight: bold;
}

#Chamada {
  background-image: url(../imgs/mask-1.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#Garanta {
  background-image: url(../imgs/bg-garanta.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 3rem;
}

#Garanta p {
  font-size: 1.3rem;
  font-weight: 200;
  font-family: "Poppins";
  line-height: 2.3rem;
}

.bt-garanta {
  color: white;
  font: normal normal bold 38px/56px "Poppins";
  background: transparent linear-gradient(270deg, #8D581D 0%, #CE872A 100%) 0% 0% no-repeat padding-box;
  font-size: 2rem;
  padding: 0.4rem 10rem 0.6rem 10rem;
  border-radius: 2rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bt-garanta:hover {
  color: white;
  text-decoration: none;
  background: transparent linear-gradient(270deg, #8D581D 0%, #CE872A 100%) 0% 0% no-repeat padding-box;
  filter: brightness(105%);
  box-shadow: 0 8px 25px rgba(141, 88, 29, 0.4);
}

.text-star-li {
  list-style: none;
}

.text-star-li li {
  color: #2D004F;
  position: relative;
  padding-left: 25px;
  margin-bottom: 2.2rem;
  font-size: 1.3rem;
  letter-spacing: 2px;
  font-family: "Poppins";
}

.text-star-li li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px; /* Ajuste vertical conforme necessário */
  width: 1rem; /* Tamanho da imagem */
  height: 1rem;
  background-image: url("../imgs/star.png");
  background-size: contain;
  background-repeat: no-repeat;
}


.text-star-li-2 li {
  color: #2D004F;
  padding-left: 25px;
  margin-bottom: 2rem;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

.text-star-li-2 li::before {
  background-image: url("../imgs/star-2.png");
}

#Experiencia {
  background-image: url(../imgs/bg-exp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#Convidado {
  background-image: url(../imgs/bg-convidado.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#Convidado h1 {
  color: #2D004F;
}

#Experiencia h1 {
  font: normal normal normal 40px/60px "Glaure Regular";
  letter-spacing: 0px;
  color: #2D004F;
  font-weight: bold;
}

.resize-img-ft img{
  height: 25px !important;
}

/* Seção Para Quem */
#ParaQuem {
  background-image: url(../imgs/bg-garanta.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#ParaQuem {
  font-size: 1.1rem;
}

.titulo-para-quem {
  font: normal normal normal 38px/60px "Glaure Regular";
  letter-spacing: 0px;
  color: #CE872A;
  font-weight: bold;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.texto-para-quem {
  background: rgba(255, 255, 255, 0.9);
  padding: 2rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.texto-para-quem p {
  font-size: 1.2rem;
  font-weight: 300;
  font-family: "Poppins";
  line-height: 1.8rem;
  color: #2D004F;
  margin-bottom: 0;
}

.bt-experiencia {
  color: white;
  font: normal normal bold 32px/48px "Poppins";
  background: transparent linear-gradient(270deg, #390840 0%, #8D1A7C 100%) 0% 0% no-repeat padding-box;
  padding: 0.8rem 6rem;
  border-radius: 2rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

#ParaQuem p {
  font-size: 1.35rem;
}

.bt-experiencia:hover {
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(108, 19, 100, 0.3);
}

/* Seção Programação */
#Programacao {
  background-image: url(../imgs/bg-agenda.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.titulo-programacao {
  font: normal normal normal 60px/95px "Glaure Regular";
  letter-spacing: 0px;
  color: #2D004F;
  font-weight: bold;
}

.dia-programacao {
  padding: 0.5rem 0;
  border-radius: 1rem;
}

.titulo-dia {
  font: normal normal bold 32px/40px "Glaure Regular";
  color: #CE872A;
  margin-bottom: 0.5rem;
}

.subtitulo-dia {
  font: normal normal 600 18px/24px "Poppins";
  color: #BB8034;
  margin-bottom: 1.5rem;
}

.lista-programacao {
  list-style: none;
  padding-left: 0;
}

.sub-text-agenda {
  font: normal normal 400 18px/28px Poppins;
  letter-spacing: 0px;
  color: #2D004F;
}

.text-ft-gallery {
  font-size: 1.2rem;
  font-weight: 200;
  font-family: Poppins;
  background: rgba(187, 126, 52, 0.8078431373) 0% 0% no-repeat padding-box;
}

.end-gallery-text {
  font-size: 1.4rem;
  font-weight: 200;
  font-family: Poppins;
}

.lista-programacao li {
  color: #2D004F;
  position: relative;
  padding-top: 4px;
  padding-left: 20px;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  font-family: "Poppins";
  line-height: 1.5;
}

.lista-programacao li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: #CE872A;
  font-size: 1.2rem;
}

/* Seção Vagas Limitadas */
#VagasLimitadas {
  background-image: url(../imgs/bg-vagas.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.titulo-vagas {
  font: normal normal bold 48px/56px "Glaure Regular";
  letter-spacing: 2px;
  color: #2D004F;
  margin-bottom: 0.5rem;
}

.subtitulo-vagas {
  font: normal normal normal 45px/69px "Glaure Regular";
  color: #CE872A;
  margin-bottom: 1rem;
}

.preco-box {
  border: 1px solid #CE872A;
  padding: 0.4rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.text-return {
  font: normal normal normal 28px/35px "Glaure Regular";
  font-weight: bold;
  color: #2D004F;
}

.box-room {
  border: 1px solid #CE872A;
  margin-bottom: -12px;
}

.box-room p {
  font-family: "Poppins";
  color: #2D004F;
}

.yellow-text {
  color: #CE872A !important;
}

.label-preco {
  font: normal normal normal 36px/44px "Poppins";
  color: #2D004F;
}

.text-inside {
  font-size: 1.1rem;
}

.texto-inclusoes {
  font: normal normal 400 18px/24px "Poppins";
  color: #CE872A;
  font-style: italic;
}

.bt-comprar {
  color: white;
  font: normal normal bold 28px/48px "Poppins";
  background: transparent linear-gradient(270deg, #390840 0%, #8D1A7C 100%) 0% 0% no-repeat padding-box;
  padding: 0.8rem 6rem;
  border-radius: 2rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.bt-comprar:hover {
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(108, 19, 100, 0.3);
}

.bt-reservar {
  color: white;
  font: normal normal bold 16px/22px "Poppins";
  background: transparent linear-gradient(270deg, #390840 0%, #8D1A7C 100%) 0% 0% no-repeat padding-box;
  padding: 0.5rem 5rem;
  border-radius: 2rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.bt-reservar-2 {
  background: transparent linear-gradient(270deg, #CE872A 0%, #660f72 100%) 0% 0% no-repeat padding-box !important;
}

.bt-reservar:hover {
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(108, 19, 100, 0.3);
}

/* Seção Inscrição Final */
#InscricaoFinal {
  background-image: url(../imgs/bg-info.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.data-evento {
  font: normal normal bold 40px/48px "Glaure Regular";
  letter-spacing: 0px;
  color: #CE872A;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.local-evento {
  font: normal normal normal 40px/61px "Glaure Regular";
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.vendas-info {
  background: rgba(255, 255, 255, 0.767);
  padding: 0.6rem 0;
  margin-bottom: 1rem;
}

.vendas-info p {
  font: normal normal 600 20px/28px "Poppins";
  color: #2D004F;
  margin-bottom: 0;
}

.texto-motivacional {
  color: #FFFFFF;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.texto-motivacional p {
  font: normal normal 400 18px/30px "Poppins";
  margin-bottom: 0.5rem;
}

.bt-inscricao-final {
  color: white;
  font: normal normal bold 25px/52px "Poppins";
  background: transparent linear-gradient(270deg, #8D581D 0%, #CE872A 100%) 0% 0% no-repeat padding-box;
  padding: 0.8rem 8rem;
  border-radius: 2rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.bt-inscricao-final:hover {
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(141, 88, 29, 0.4);
}


/* Canvas de partÃ­culas ocupa o fundo todo */
#bg-particles {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 0; /* atrÃ¡s de tudo */
	pointer-events: none;
}

/* Footer */
#Footer {
  background-image: url(../imgs/bg-footer.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-logo {
    margin-left: 20rem;
    max-width: 200px;
}

.btn-green {
  background: linear-gradient(180deg, #5fae12, #4f910a);
  box-shadow: rgba(2, 214, 94, 0.582) 0 0 14px 2px;
  font-size: 22px;
  line-height: 1.1;
  padding-block: 18px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  font-family: Tahoma, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
}

.btn-green {
	background-color: var(--green);
	color: var(--white);
}
.btn-green:hover {
  text-decoration: none;
	filter: brightness(1.03);
}
.btn-green:active {
  text-decoration: none;
	transform: translateY(1px) scale(0.995);
}

#oferta-especial .btn {
	max-width: 680px;
	margin: 0 auto;
}



/* Responsividade para as novas seções */
@media only screen and (max-width: 768px) {
  .titulo-para-quem,
  .titulo-programacao,
  .titulo-vagas {
    font-size: 36px;
    line-height: 44px;
  }
  .data-evento {
    font-size: 28px;
    line-height: 36px;
  }
  .local-evento {
    font-size: 24px;
    line-height: 32px;
  }
  .bt-experiencia,
  .bt-comprar {
    padding: 0.6rem 3rem;
    font-size: 24px;
  }
  .bt-inscricao-final {
    padding: 0.6rem 4rem;
    font-size: 28px;
  }
  .texto-para-quem,
  .dia-programacao {
    padding: 1.5rem;
  }
  .valor-preco {
    font-size: 28px;
    line-height: 36px;
  }
  .bt-garanta {
    color: white;
    font: normal normal bold 18px/56px "Poppins";
    font-size: 1.2rem;
    padding: 0.4rem 2rem 0.6rem 2rem;
    border-radius: 2rem;
  }
  .subtitulo-dia {
    font: normal normal 600 15px/24px "Poppins";
  }
  #Experiencia h1 {
    font: normal normal normal 38px/50px "Glaure Regular";
  }
  .text-star-li li {
    padding-left: 20px;
    font-size: 1rem;
  }
  .text-desc-middle {
    font: normal normal normal 31px/37px "Poppins";
    letter-spacing: 0px;
    font-weight: bold;
  }
  .footer-logo {
    margin-left: 0;
    max-width: 200px;
  }
}
@media only screen and (max-width: 540px) {
  .titulo-para-quem,
  .titulo-programacao,
  .titulo-vagas {
    font-size: 20px;
    line-height: 36px;
  }
  .bt-experiencia,
  .bt-comprar,
  .bt-inscricao-final {
    padding: 0.5rem 1rem;
    font-size: 20px;
    line-height: 28px;
  }
  .texto-para-quem,
  .dia-programacao {
    padding: 1rem;
  }
  .data-evento {
    font-size: 24px;
    line-height: 32px;
  }
  .local-evento {
    font-size: 20px;
    line-height: 28px;
  }
}
/* Seção Onde Será */
#OndeSera {
  background-image: url(../imgs/bg-onde.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.titulo-onde-sera {
  font: normal normal normal 45px/50px "Glaure Regular";
  letter-spacing: 1px;
  color: #CE872A;
  font-weight: bold;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  margin-bottom: 1rem;
}

.subtitulo-onde-sera {
  font: normal normal 400 20px/28px "Poppins";
  color: #FFFFFF;
  margin-bottom: 3rem;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.lista-onde-sera {
  list-style: none;
  padding-left: 0;
}

.lista-onde-sera li {
  color: #FFFFFF;
  position: relative;
  padding-top: 5px;
  padding-left: 30px;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-family: "Poppins";
  line-height: 1.6;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.lista-onde-sera li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../imgs/star.png");
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(1.2) saturate(1.3);
}

.galeria-onde-sera {
  margin-top: 3rem;
}

.galeria-item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.galeria-item:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 15px 40px rgba(206, 135, 42, 0.3);
  border-color: rgba(206, 135, 42, 0.4);
}

.galeria-item img {
  width: 100%;
  height: 165px;
  object-fit: cover;
  transition: all 0.3s ease;
}

.galeria-item:hover img {
  transform: scale(1.1);
}

.galeria-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(206, 135, 42, 0.1) 0%, rgba(108, 19, 100, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 12px;
}

.galeria-item:hover::after {
  opacity: 1;
}

.zoom-in-img {
  transition: ease 0.5s;
}

.zoom-in-img:hover {
  transition: ease 0.5s;
  filter: brightness(103%);
  transform: scale(1.05);
}


.img-esgotado{
  position: absolute;
  transform: rotate(-25deg);
  z-index: 2;
  top: -2rem;
  right: 7rem;
}

/* Responsividade para Onde Será */
@media only screen and (max-width: 768px) {
  #Convidado h1 {
    font-size: 2rem;
  }
  .img-esgotado {
    max-height: 105px;
    top: 4rem;
    right: 5rem;
  }
  .bt-reservar {
    padding: 0.5rem 2rem;
  }
  .text-inside {
    font-size: 0.9rem;
  }
  .titulo-onde-sera {
    font-size: 42px;
    line-height: 50px;
  }
  .subtitulo-onde-sera {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 2rem;
  }
  .lista-onde-sera li {
    font-size: 1rem;
    padding-left: 25px;
    margin-bottom: 1.2rem;
  }
  .galeria-item img {
    height: 150px;
  }
  .galeria-onde-sera {
    margin-top: 2rem;
  }
  #Home h2 {
    font: normal normal normal 30px/25px "Glaure Regular";
    line-height: 1.1;
  }
  #Experiencia h1 {
    font: normal normal normal 30px/50px "Glaure Regular";
  }
  .titulo-dia {
    font: normal normal bold 24px/40px "Glaure Regular";
  }
}
@media only screen and (max-width: 540px) {
  .titulo-onde-sera {
    font-size: 38px;
    line-height: 40px;
  }
  .subtitulo-onde-sera {
    font-size: 18px;
    line-height: 26px;
  }
  .lista-onde-sera li {
    font-size: 0.9rem;
    padding-left: 31px;
  }
  .galeria-item img {
    height: 120px;
  }
  .py-home {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
/* ==========
   Reveal on scroll
   ========== */
.reveal {
  opacity: 0;
  transform: translateY(var(--reveal-distance));
  transition: opacity var(--reveal-duration) var(--reveal-ease), transform var(--reveal-duration) var(--reveal-ease);
}

.reveal.in-view {
  opacity: 1;
}

/* Animações fade-in ao rolar */
.reveal {
  opacity: 0;
  transform: translateY(var(--reveal-distance));
  transition: opacity var(--reveal-duration) var(--reveal-ease), transform var(--reveal-duration) var(--reveal-ease);
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}
.reveal.in-view:hover {
  transform: translateY(-6px);
}

/* Variações de delay para elementos */
.reveal[data-delay="100"] {
  transition-delay: 100ms;
}

.reveal[data-delay="200"] {
  transition-delay: 200ms;
}

.reveal[data-delay="300"] {
  transition-delay: 300ms;
}

.reveal[data-delay="400"] {
  transition-delay: 400ms;
}

.reveal[data-delay="500"] {
  transition-delay: 500ms;
}

/*# sourceMappingURL=style.css.map */



