/* #region generic */
@import url(https://fonts.googleapis.com/css2?family=Playwrite+IN);
@import url(https://fonts.googleapis.com/css2?family=Russo+One);
@import url(https://fonts.googleapis.com/css2?family=Alumni+Sans+Pinstripe);
@import url(https://fonts.googleapis.com/css2?family=Pacifico);

html, body{
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: "Alumni Sans Pinstripe", serif;
}

.arrowDown {
  position: fixed;
  z-index: 99;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  bottom: 10px;
  left: 50%;
  margin-left: -38px;
  border-width: 38.5px 34px 0 38.5px;
  border-color: #db3c8b transparent transparent transparent;
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.3));
  animation: bounce 1.5s infinite;
}

@keyframes bounce {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(8px);
  }
}

.center{
  position: relative;
  display: block;
  text-align: center;
}

.button{
  padding: 10px 30px;
  font-size: 30px;
  font-weight: bold;
  border: 3px solid #63044a;
  border-radius: 10px;
  display: inline-block;
  line-height: 30px;
  min-width: 250px;
  background-color: #93006c;
  -webkit-box-shadow: 10px 10px 33px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 33px 0px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 33px 0px rgba(0,0,0,0.75);
  cursor: pointer;
}

.button-link {
  text-decoration: none;
  color: #fff;
}

.button > div {
  display: inline-block;
  vertical-align: middle;
}

.color{
 background-color: #8C4F7C;
 background-color: #D99AC3;
 background-color: #F2A516;
 background-color: #F7E1AF;
 background-color: #658E90;
 background-color: #5C3B6B;
 background-color: #F7D9E1;
 background-color: #FFE4A3;
 background-color: #F8F5F0;
 background-color: #B7A99A;
 background-color: #6B7F56;
 background-color: #ACCCE1;
}

/* #endregion */


/*  #region loading */

#loading{
	position: absolute;
	z-index: 101;
	width: 100%;
    margin: 0;
    overflow: hidden;
    background: radial-gradient(circle, #0D1B2A, #1B263B);
    height: 100vh;
}

.loading-content{
	margin: auto;
	position: fixed;
	z-index: 100;
	color: #fff;
	margin-top: 35%;
	width: 100%;
	text-align: center;
}

.loading-name{
	color: #fff;
	font-family: "Playwrite IN", serif;
	margin-bottom: 1em;
}

.loading-name > .para{
	font-size: 2em;
  margin-bottom: 20px;
}
.loading-name > .name{
	font-size: 3.5em;
  margin-bottom: 1em;
}

.loading-button{
	width: 300px;
  margin: 0 auto;
  border: 1px solid #fff;
  line-height: 100px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
  font-size: 2em;
}

@media only screen and (min-width: 1024px) {
  .loading-content{
    margin-top: 10%;
  }
}

/* #endregion */


/* #region HEADER */
#header > div{
	background-color: rgba(0, 0, 0, 0.4);
}

#daiara{
  margin-top: 0;
  color: #db3c8b;
  font-size: 6em;
  font-family: "Pacifico", serif;
}

#countdown{
  font-size: 2em;
  color: #D99AC3;
  font-weight: 400;
}

#countdown .item{
  font-size: .5em;
  font-weight: bold;
}

#countdown .number{
  font-size: 1.5em;
  font-weight: bold;
}

#mis15{
  margin-top: 1em;
  font-size: 3em;
  color: #db3c8b;
  font-family: 'Russo One', cursive;
}

@media only screen and (min-width: 1024px) {
  #countdown h1 {
    font-size: 3em;
  }  

  #countdown .item{
    font-size: 0.8em;
  }
  
  #countdown .number{
    font-size: 3em;
  }
}
/* #endregion */



/* #region intro*/
#intro{
  background-color: #D99AC3;
  font-family: "Alumni Sans Pinstripe", serif; 
  font-size: 1.6em;
  font-weight: bold;
  color: #141414;
}

#intro > div {
	background-color: rgba(0, 0, 0, 0.3);
}

#intro > .fp-tableCell > .pure-g > .pure-u-lg-6-24 {
  text-align: right;
}

#intro > .fp-tableCell > div.flower {
  display:block;
}

#intro > .fp-tableCell > .pure-g > div.flower {
  display: none;
}

.top-bottom-flower{
  max-height: 120px;
}

#frame{
  border: 3px solid;
  border-radius: 20px;
  margin: 0 auto;
  display: inline-block;
  padding: 50px;
  border-color: #8C4F7C;
}

#intro > .fp-tableCell > .center  {
  padding-top: 40px;
}

@media only screen and (min-width: 1024px) {
  #intro > .fp-tableCell > div.flower {
    display:none;
  }

  #intro > .fp-tableCell > .pure-g > div.flower {
    display: inline-block;
  }

  .left-right-flower{
    max-height: 250px;
    margin-top: 120px;
  }
}
/* #endregion */


/* #region photo */
.photos{
  background: radial-gradient(circle at center, #102542, #040C18);
}

.photos > .fp-tableCell > .container-two-sides {
  display: flex;
  height: 100vh; /* El contenedor ocupa toda la altura de la ventana */
  flex-direction: column;
}
.photos > .fp-tableCell > .container-two-sides > .side {
  width: 100%;
  height: 50%;
  text-align: center;
}

.photos > .fp-tableCell > .container-two-sides > .side > .photo > img{
  max-width: 100%;
  max-height: 300px;
}

.photos > .fp-tableCell > .container-two-sides > .side >  .photo {
  background-color: white;
  padding: 10px 10px 20px 10px;
  max-width: 80%;
  margin: 0 auto;
  max-height: 340px;
  display: inline-block;
  margin-bottom: 1em; 
}

.photos > .fp-tableCell > .container-two-sides > .side:nth-child(1)>  .photo {
  margin-top: 3em;
}

/* #endregion */

/* #region event*/

#event{
  color: #fafafa;
  background-image: url("/assets/img/bg5.jpg");	
  font-size: 18px;
  background-size: cover;
  background-position: center center;
}

#event > div {
	background-color: rgba(0, 0, 0, 0.6);
}

#event > .fp-tableCell > .container-two-sides {
  display: flex;
  height: 100vh; /* El contenedor ocupa toda la altura de la ventana */
  flex-direction: column;
}
#event > .fp-tableCell > .container-two-sides > .side {
  width: 100%;
  height: 40%;
}

#details{
  padding: 25px 20px 0 20px;
}

#details li{
  list-style: none;
  text-transform: uppercase;
  margin: .3em 0;
}

#details li i{ color: #F2A516;   min-width: 45px;}
#details li:nth-child(1){ font-size: 2.5em; }
#details li:nth-child(2){ font-size: 2.5em; }
#details li:nth-child(3){ font-size: 2em; }
#details li:nth-child(4){ font-size: 2em; }
#details li:nth-child(5){ font-size: 2em; }
#details li:nth-child(1) > i { margin-left: 2px; min-width: 43px; }
#details li:nth-child(5) > i { margin-left: 5px; min-width: 40px;}


#details li span > span {
  padding-left: 35px;
  font-size: .7em;
}

#place{
  margin-top: 1em;
}

#place .photo{
  background-color: white;
  padding: 10px 10px 20px 10px;
  max-width: 360px;
  margin: 0 auto;
  max-height: 300px;
  display: inline-block;
  margin-bottom: 1em;
  margin-top: 1em;
}

#place .photo > img{
  max-width: 100%;
  max-height: 280px;
}

@media (min-width: 1024px) {
  
  #event{
    font-size: 1.5em;
  }

  #event > .fp-tableCell > .container-two-sides {
    flex-direction: row;
  }
  #event > .fp-tableCell > .container-two-sides > .side {
    width: 100%;
    height: 50%;
    flex: 1;
  }
    
  #details{
    padding-left: 5em;
  }
  
  #details li{
    margin: 1em 0;
  }

  #details li span > span {
    padding-left: 45px;
  }

  #place{
    margin-top: 200px;
  }
  
}
/* #endregion */


/* #region play */

#play{
  color: #fafafa;
  background-image: url("/assets/img/bg1.jpg");	
  font-size: 18px;
  background-size: cover;
  background-position: center center;
}

#play > div {
	background-color: rgba(0, 0, 0, 0.8);
}

#play > .fp-tableCell > .container-two-sides {
  display: flex;
  height: 100vh;
  flex-direction: column;
}
#play > .fp-tableCell > .container-two-sides > .side {
  width: 100%;
  height: 50%;
}

#play > .fp-tableCell > .container-two-sides > .song-side {
  padding: 4px;
  text-align: center;
  padding-top: 40px;
}


#song-message{
  padding-right: 10px;
  font-size: 1.5em;
}

textarea {
  width: 320px;
  max-width: 100%;
  height: 60px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1.4em !important;
  resize: none;
  outline: none;
  transition: border-color 0.3s ease;
}

#song-name{
  font-size: 1.5em;
  margin-top: 10px;
  padding: 10px;
  width: 80%;
  margin: 0 auto;
  background-color: rgb(33 35 33 / 50%);
  border-radius: 10px;
  display: none;
}

#trivia{
  margin-top: 10px;
  border-top: 1px solid #fff;
}

#trivia > h2{
  text-align: center;
}

#trivia > p{
  padding-right: 10px;
  font-size: 1.5em;
  text-align: center;
}

#trivia > p.completed{
  margin-top: 10px;
  width: 80%;
  margin: 0 auto;
  background-color: rgb(33 35 33 / 50%);
  border-radius: 10px;
}

#trivia-section{
  padding: 0px 5px;
}

#trivia-section.open{
  position: absolute;
  top: 40px;
  right: 0;
  height: 80vh;
  width: 100%;
  background-color:  rgb(33 35 33 / 95%);
  border-radius: 20px;
}
#trivia-info{
  text-align: center;
}
#trivia-info > p{
  font-size: 2.5em;
  margin: 2px;
}

#trivia-info > div{
  font-size: 1.2em;
}

#trivia-box{
  text-align: left;
  display: none;
  padding-top: 8px;
}

#trivia-box .question{
  margin: 10px 0px;
  font-size: 1.5em;
  font-family: sans-serif;
  font-weight: bold;
  color: #db3c8b;
  padding-left: 15px;
}

#trivia-box .options{
  padding: 5px 5px;
  padding-left: 15px;
  margin-bottom: 5px;
  font-family: sans-serif;
  background-color:  rgb(33 35 33 / 70%);
}

#btn-next{
  margin: 0 auto;
  width: 280px;
  display: block;
}

#btn-next.disabled{
    color: #b2afaf;
    background-color: #ccd1d6;
    border-color: #474545;
}

#btn-next.enabled{
  color: #fff;
  background-color: #63044a;
}

#trivia .option{
  padding: 20px 10px;
  border: 1px solid #555;
}

#trivia .option.selected{
  background-color: #F2A516;
}

@media (min-width: 1024px) {
  #play > .fp-tableCell > .container-two-sides {
    flex-direction: row;
  }
  #play > .fp-tableCell > .container-two-sides > .side {
    width: 100%;
    height: 50%;
    flex: 1;
    padding-top: 200px
  }

  #trivia{
    border-top: 0px;
  }
  
}
/* #endregion  */

/* #region ATTENDANCE*/
#attendance{
  color: #fafafa;
  background-image: url("/assets/img/bg2.jpg");	
  background-size: cover;
  background-position: center center;
  font-size: 1.4em;
}

#attendance > div {
	background-color: rgba(0, 0, 0, 0.6);
}

#attendance > .fp-tableCell > .container-two-sides {
  display: flex;
  height: 100vh; /* El contenedor ocupa toda la altura de la ventana */
  flex-direction: column;
}
#attendance > .fp-tableCell > .container-two-sides > .side {
  width: 100%;
  height: 50%;
}


#attendance > div > div > div{ 
  text-align: center;
}

#attendance > div > div > div.confirm-side > h3{ 
  margin-bottom: 50px;
  margin-top: 50px;
  margin-bottom: .5em;
}

#gift {
	text-align: center;
  margin-top: 50px;
}

#gift > div > i{
	text-align: center;
	font-size: 3em;
}

#gift > h3{
  margin-bottom: .5em;
}

#gift > div.text{
	text-align: center;
  width: 90%;
  margin: 10px auto;
  font-size: 1.2em;
  padding: 10px;
  background-color: rgb(33 35 33 / 50%);
  border-radius: 10px;
}

#end{
  font-size: 2.5em;
  margin-top: 2em;
}

#end > div > span{
  font-family: "Playwrite IN", serif;
  color:#db3c8b;
  font-weight: bold;
}

#end > div:nth-child(2){
  margin-top: .5em;
}

@media only screen and (min-width: 1024px) {
  #attendance > div > div > div.confirm-side > h3{
    margin-top: 25%;
  }
  #attendance > .fp-tableCell > .container-two-sides {
    flex-direction: row;
  }
  #attendance > .fp-tableCell > .container-two-sides > .side {
    width: 100%;
    height: 50%;
    flex: 1;
  }
  #end{
    margin-top: 30%;
  }
}

/* #endregion */

/* #region ANIMATIONS */
.loading-animation {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: radial-gradient(circle at center, #102542, #040C18);
}

/* Estrellas en el cielo */
.loading-animation::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    background-image: 
        radial-gradient(circle, rgba(255, 255, 255, 0.8) 2px, transparent 2px),
        radial-gradient(circle, rgba(255, 255, 255, 0.6) 2px, transparent 2px),
        radial-gradient(circle, rgba(255, 255, 255, 0.4) 1.5px, transparent 1.5px);
    background-size: 200px 200px, 300px 300px, 400px 400px;
    background-position: 50px 80px, 150px 200px, 250px 300px;
    opacity: 0.8;
    animation: twinkle 3s infinite;
    pointer-events: none;
}

/* Brillo intermitente de las estrellas */
@keyframes twinkle {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.8;
    }
}

.lantern {
    position: absolute;
    bottom: -100px;
    animation: floatUp linear infinite;
    will-change: transform, opacity;
}

.lantern .body {
    position: relative;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.lantern .body::before {
    content: "";
    position: absolute;
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.5), transparent);
    border-radius: inherit;
}

.lantern .flame {
    width: 20px;
    height: 30px;
    background: radial-gradient(circle, #FFA500, #FF4500);
    border-radius: 50%;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    animation: flicker 0.2s infinite;
}

.lantern .basket {
    width: 40px;
    height: 20px;
    background: #6D4C41;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 5px 5px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

@keyframes floatUp {
    0% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateY(-120vh) scale(0.7);
        opacity: 0;
    }
}

@keyframes flicker {
    0%, 100% {
        opacity: 0.8;
    }
    50% {
        opacity: 1;
    }
}

.sky {
	position: relative;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

/* Here we are making roundabout balls */
.star {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 2px;
	border-radius: 885px;
	background: linear-gradient(-45deg,
			#eef0f5, rgba(0, 0, 255, 0));
	-webkit-filter: drop-shadow(0 0 6px #eef1f8);
	filter: drop-shadow(0 0 6px #d7dff0);
	-webkit-animation: tail 3000ms ease-in-out infinite,
		shooting 3000ms ease-in-out infinite;
	animation: tail 3000ms ease-in-out infinite,
		shooting 3000ms ease-in-out infinite;
}

/* Here we add before and after effect to star */
.star::before,
.star::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	height: 2px;
	background: linear-gradient(-45deg,
			rgba(0, 0, 255, 0),
			#eaeef8,
			rgba(0, 0, 255, 0));
	-webkit-transform: translateX(50%) rotateZ(45deg);
	transform: translateX(50%) rotateZ(45deg);
	border-radius: 100%;
	-webkit-animation: shining 3000ms ease-in-out infinite;
	animation: shining 3000ms ease-in-out infinite;
}

.star::after {
	-webkit-transform: translateX(50%) rotateZ(-45deg);
	transform: translateX(50%) rotateZ(-45deg);
}

.star:nth-child(1) {
	top: calc(50% - -119px);
	left: calc(50% - 43px);
	-webkit-animation-delay: 1000ms;
	animation-delay: 1000ms;
}

.star:nth-child(1)::before,
.star:nth-child(1)::after {
	-webkit-animation-delay: 1000ms;
	animation-delay: 1000ms;
}

.star:nth-child(2) {
	top: calc(50% - -43px);
	left: calc(50% - 37px);
	-webkit-animation-delay: 2000ms;
	animation-delay: 2000ms;
}

.star:nth-child(2)::before,
.star:nth-child(2)::after {
	-webkit-animation-delay: 2000ms;
	animation-delay: 2000ms;
}

.star:nth-child(3) {
	top: calc(50% - -40px);
	left: calc(50% - 222px);
	-webkit-animation-delay: 3000ms;
	animation-delay: 3000ms;
}

.star:nth-child(3)::before,
.star:nth-child(3)::after {
	-webkit-animation-delay: 3000ms;
	animation-delay: 3000ms;
}

.star:nth-child(4) {
	top: calc(50% - -29px);
	left: calc(50% - 113px);
	-webkit-animation-delay: 1000ms;
	animation-delay: 1000ms;
}

.star:nth-child(4)::before,
.star:nth-child(4)::after {
	-webkit-animation-delay: 1000ms;
	animation-delay: 1000ms;
}

.star:nth-child(5) {
	top: calc(50% - 146px);
	left: calc(50% - 112px);
	-webkit-animation-delay: 2000ms;
	animation-delay: 2000ms;
}

.star:nth-child(5)::before,
.star:nth-child(5)::after {
	-webkit-animation-delay: 2000ms;
	animation-delay: 2000ms;
}

.star:nth-child(6) {
	top: calc(50% - -108px);
	left: calc(50% - 160px);
	-webkit-animation-delay: 3000ms;
	animation-delay: 3000ms;
}

.star:nth-child(6)::before,
.star:nth-child(6)::after {
	-webkit-animation-delay: 3000ms;
	animation-delay: 3000ms;
}

.star:nth-child(7) {
	top: calc(50% - 52px);
	left: calc(50% - 72px);
	-webkit-animation-delay: 7000ms;
	animation-delay: 7000ms;
}

.star:nth-child(7)::before,
.star:nth-child(7)::after {
	-webkit-animation-delay: 7000ms;
	animation-delay: 7000ms;
}


.star:nth-child(8) {
  top: calc(50% - -168px);
	left: calc(50% - 14px);
	-webkit-animation-delay: 3500ms;
	animation-delay: 3500ms;
}

.star:nth-child(8)::before,
.star:nth-child(8)::after {
	-webkit-animation-delay: 4000ms;
	animation-delay: 4000ms;
}

.star:nth-child(9) {
	top: calc(50% - -31px);
	left: calc(50% - -50px);
	-webkit-animation-delay: 1500ms;
	animation-delay: 1500ms;
}

.star:nth-child(9)::before,
.star:nth-child(9)::after {
	-webkit-animation-delay: 2000ms;
	animation-delay: 2000ms;
}

.star:nth-child(10) {
	top: calc(50% - -142px);
	left: calc(50% - -2px);
	-webkit-animation-delay: 2500ms;
	animation-delay: 2500ms;
}

.star:nth-child(10)::before,
.star:nth-child(10)::after {
	-webkit-animation-delay: 4000ms;
	animation-delay: 4000ms;
}

.star:nth-child(11) {
  top: calc(50% - -165px);
	left: calc(50% - -37px);
	-webkit-animation-delay: 3500ms;
	animation-delay: 3500ms;
}

.star:nth-child(11)::before,
.star:nth-child(11)::after {
	-webkit-animation-delay: 4000ms;
	animation-delay: 4000ms;
}

.star:nth-child(12) {
	top: calc(50% - 112px);
	left: calc(50% - 18px);
	-webkit-animation-delay: 2500ms;
	animation-delay: 2500ms;
}

.star:nth-child(12)::before,
.star:nth-child(12)::after {
	-webkit-animation-delay:2000ms;
	animation-delay: 2000ms;
}

.star:nth-child(13) {
  top: calc(50% - 151px);
	left: calc(50% - 23px);
	-webkit-animation-delay: 3500ms;
	animation-delay: 3500ms;
}

.star:nth-child(13)::before,
.star:nth-child(13)::after {
	-webkit-animation-delay: 4000ms;
	animation-delay: 4000ms;
}

.star:nth-child(14) {
	top: calc(50% - -224px);
	left: calc(50% - 141px);
	-webkit-animation-delay: 1000ms;
	animation-delay: 1000ms;
}

.star:nth-child(14)::before,
.star:nth-child(14)::after {
	-webkit-animation-delay: 1000ms;
	animation-delay: 1000ms;
}

/* This code will help to generate 
effect in tail of star */
@keyframes tail {
	0% {
		width: 0;
	}

	30% {
		width: 100px;
	}

	100% {
		width: 0;
	}
}

/* This code will generate shining 
effect in head of star */
@keyframes shining {
	0% {
		width: 0;
	}

	50% {
		width: 30px;
	}

	100% {
		width: 0;
	}
}


/* Here we are adding webkit-animation 
for shooting effect */

@-webkit-keyframes shooting {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(270px);
		transform: translateX(270px);
	}
}

/* Here we make shooting effect */
@keyframes shooting {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(270px);
		transform: translateX(270px);
	}
}

/* #endregion */

