/*
* Section - Hero
*/
.fadeTop {
    opacity: 0; 
    transform: translate(0, 20vh);
    transition: all 1.5s;
}

.fadeRight {
    opacity: 0;
    transform: translate(20vh, 0vh);
    transition: all 1s;
  }
  
  .fadeLeft {
    opacity: 0;
    transform: translate(-20vh, 0vh);
    transition: all 1s;
  }

.visible {
    opacity: 1;
    transform: translate(0, 0);
}

/** BG - Slideshow */
#hero-bg-slideshow .slides > .bg-img-cover:nth-child(1) {
  background: url("../images/LizethJoel/_RGS4431.jpg");
}

#hero-bg-slideshow .slides > .bg-img-cover:nth-child(2) {
  background: url("../images/LizethJoel/_RGS4345.jpg");
}

#hero-bg-slideshow .slides > .bg-img-cover:nth-child(3) {
  background: url("../images/LizethJoel/_RGS4310.jpg");
}

#hero-bg-slideshow .slides > .bg-img-cover.flex-active-slide {
  animation: zoomout 5s;
}

.hero .container {
  position: relative;
  z-index: 20;
}

.hero .particles-js-canvas-el {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 10;
}

.hero-text h2, .hero-text h3 {
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
}

.hero-slideshow {
  height: 100%;
  overflow: hidden;
  padding: 0 !important;
  width: 100%;
}

.hero-slideshow-content {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}

@keyframes zoomout {
  0% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
  }
}



/*
* Section - Wedding Event
*/

#wedding-event {
    background-image: url("../images/LizethJoel/_RGS4448.jpg");
  }
  
  
  /*
  * Section - Proposed
  */
  
  #proposed {
    background: url("../images/LizethJoel/_RGS4458.jpg");
  }
  
  
  /*
  * Section - Wedding Gifts
  */
  
  #wedding-gifts {
    background-image: url("../images/LizethJoel/_RGS4522.jpg");
  }
  
  
  /*
  * Footer
  */
  
  footer {
    background-image: url("../images/LizethJoel/_RGS4533.jpg");
  }

footer .border-top {
  border-color: rgba(255, 255, 255, 0.2) !important;
}


.boton {
    position: relative;
    width: 40px;
    height: 40px;
    border: black 3px solid;
    border-radius: 3px;
    cursor: pointer;
    transition: border 0.1s ease-in-out;
}

    .boton:hover {
        border: #333 3px solid;
    }

    .boton::after hover .bar {
        background-color: #333;
    }

    .boton .bar {
        display: inline-block;
        position: absolute;
        top: 8px;
        left: 0;
        width: 3px;
        height: 20px;
        border-radius: 3px;
        background-color: black;
        transform-origin: center;
        transition: transform 0.4s ease-in-out, background 0.1s ease-in-out;
    }

    .boton.pause .bar-1 {
        transform: translateX(13.5px) translateY(0px) rotate(0deg);
    }

    .boton.pause .bar-2 {
        transform: translateX(24px) translateY(0px) rotate(0deg);
    }

    .boton.play .bar-1 {
        transform: translateX(20px) translateY(-5px) rotate(-55deg);
    }

    .boton.play .bar-2 {
        transform: translateX(20px) translateY(5px) rotate(-125deg);
    }




.imagen {
    animation-duration: 3s;
    animation-name: slidein;
}

@keyframes slidein {
    from {
        margin-left: 0%;
    }

    to {
        margin-left: -80%;
    }
}

.imagen2 {
    animation-duration: 3s;
    animation-name: slidein2;
}

@keyframes slidein2 {
    from {
        margin-right: 0%;
    }

    to {
        margin-left: 100%;
    }
}

.outline-none {
    outline-color: transparent;
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
}

.bg-\[\#eae3d5\] {
    --tw-bg-opacity: 1;
    background-color: rgb(234 227 213 / var(--tw-bg-opacity));
}

.bg-zinc-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}

.overflow-y-scroll {
    overflow-y: scroll;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.h-full {
    height: 100%;
}

.h-12 {
    height: 2.0rem;
}

.h-14 {
    height: 3.5rem;
}

.inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.fixed {
    position: fixed;
}

.relative {
    position: relative;
}

.shadow-lg {
    --tw-drop-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.border-0 {
    border-width: 0px;
}

.flex-col {
    flex-direction: column;
}

.flex {
    display: flex;
}

.w-full {
    width: 100%;
}

.w-14 {
    width: 3.5rem;
}

.w-12 {
    width: 2.0rem;
}

.sobre-1.svelte-1313uck {
    position: absolute;
    left: 0%;
}

.drop-shadow-2x1 {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / .15));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.h-screen {
    height: 100vh;
}

.hidden {
    display: none;
}

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

.z-30 {
    z-index: 30;
}

.z-40 {
    z-index: 40;
}

.z-\[60\] {
    z-index: 60;
}

.z-\[70\] {
    z-index: 70;
}
/*img, video{
    max-width: 100%;
    height: auto;
}
img, svg, video, canvas, audio, iframe,embed, object{
    display: block;
    vertical-align: middle;
}*/

.sobre-2.svelte-1313uck {
    float: left;
    position: relative;
    right: -50%;
}

.w-\[60\%\] {
    width: 60%;
}

.right-3 {
    right: 0.75rem;
}

.left-3 {
    left: 0.75rem;
}

.bottom-3 {
    bottom: 0.75rem;
}

.opacity-25 {
    opacity: .25;
}

.opacity-70 {
    opacity: .7;
}

bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}


.rounded-full {
    border-radius: 9999px;
}

.selloAnimation.svelte-1313uck {
    width: 140px;
    height: 140px;
    offset-rotate: 90deg;
    animation-duration: 1.4s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: svelte-1313uck-crescendo;
}

.sello.svelte-1313uck {
    position: absolute;
    z-index: 11;
    top: calc(50vh - 70px);
    left: calc(50vw - 80px);
}

@keyframes svelte-1313uck-crescendo {
    0% {
        transform: scale(0.8)
    }

    to {
        transform: scale(1)
    }
}

@keyframes svelte-1313uck-move {
    0% {
        transform: translate(10px)
    }

    to {
        transform: translate(-10px)
    }
}

[data-tippy-root] {
    max-width: calc(100vw - 10px);
}

.tippy-box {
    position: relative;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
    outline: 0;
    transition-property: transform,visibility,opacity;
}

.tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
    bottom: 0;
}

    .tippy-box[data-placement^=top] > .tippy-arrow:before {
        bottom: -7px;
        left: 0;
        border-width: 8px 8px 0;
        border-top-color: initial;
        transform-origin: center top;
    }

.tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid;
}

@media (min-width: 640px) {
    .sm\:brightness-\[96\%\] {
        --tw-brightness: brightness(96%);
        filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    }
}

@media (min-width: 640px) {
    .sm\:block {
        display: block;
    }
}

@media (min-width: 640px) {
    .sm\:drop-shadow-2x1 {
        --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / .15));
        filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    }
}

@media (min-width: 640px) {
    .sm\:w-fit {
        width: fit-content;
    }
}

@media (min-width: 640px) {
    .sm\:hidden {
        display: none;
    }
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa, .fas {
    font-weight: 900;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}

.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.opacidad {
    animation-name: fadeIn;
    animation-duration: 4s;
    animation-iteration-count: 1;
    animation-delay: 1s;
}

@keyframes fadeIn {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        display: none;
    }
}





.rnOuter {
    background: hsl(0, 80%, 38%);
    overflow: hidden;
    position: relative;
    height: 100vh;
}

.rnInner {
    width: 100%;
    position: absolute;
    top: -10%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform-style: preserve-3d;
    transition: transform 6s ease;
    transform-origin: -120% top;
}

.rnUnit {
    width: 10vw;
    height: 120vh;
    background: repeating-linear-gradient( to left, hsl(0, 80%, 50%) 4vw, hsl(0, 80%, 50%) 8vw, hsl(0, 80%, 70%) 10vw );
    background-size: 100% 100%;
    display: inline-block;
    transform-origin: 0 0%;
    transform: rotate(3deg);
    animation: rnUnit 2s ease infinite;
}

@keyframes rnUnit {
    50% {
        transform: rotate(-3deg);
    }
}

.rnUnit:nth-child(1) {
    animation-delay: -0.1s;
}

.rnUnit:nth-child(2) {
    animation-delay: -0.2s;
}

.rnUnit:nth-child(3) {
    animation-delay: -0.3s;
}

.rnUnit:nth-child(4) {
    animation-delay: -0.4s;
}

.rnUnit:nth-child(5) {
    animation-delay: -0.5s;
}

.rnUnit:nth-child(6) {
    animation-delay: -0.6s;
}

.rnUnit:nth-child(7) {
    animation-delay: -.7s;
}

.rnUnit:nth-child(8) {
    animation-delay: -.8s;
}

.rnUnit:nth-child(9) {
    animation-delay: -.9s;
}

.rnUnit:nth-child(10) {
    animation-delay: -1s;
}



.aoTable {
    display: table;
    width: 100%;
    height: 100vh;
    text-align: center;
}

.aoTableCell {
    color: hsl(0, 80%, 38%);
    display: table-cell;
    vertical-align: middle;
    transition: color 3s ease;
}



.rnOuter:hover .rnInner {
    transform-origin: -120% top;
    transform: scaleX(0);
}

.rnOuter:hover .aoTableCell {
    color: white;
}
