
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.6rem;
    line-height: 2;
    background-color: rgb(0, 0, 0);
    color: white;
}

.glass {
    background-color: rgba(39, 39, 39, 0.664);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(60px);
}

.barlogo {
    display: flex;
    justify-content: space-evenly;
    align-items: center;

    height: 5rem;
    
    padding-top: 1rem;
    padding-bottom: 1rem;

}

.text-flicker-in-glow {
	-webkit-animation: text-flicker-in-glow 4s linear infinite both;
	        animation: text-flicker-in-glow 4s linear infinite both;
}


@keyframes text-flicker-in-glow{0%{opacity:0}10%{opacity:0;text-shadow:none}10.1%{opacity:1;text-shadow:none}10.2%{opacity:0;text-shadow:none}20%{opacity:0;text-shadow:none}20.1%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.25)}20.6%{opacity:0;text-shadow:none}30%{opacity:0;text-shadow:none}30.1%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.45),0 0 60px rgba(255,255,255,.25)}30.5%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.45),0 0 60px rgba(255,255,255,.25)}30.6%{opacity:0;text-shadow:none}45%{opacity:0;text-shadow:none}45.1%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.45),0 0 60px rgba(255,255,255,.25)}50%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.45),0 0 60px rgba(255,255,255,.25)}55%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.45),0 0 60px rgba(255,255,255,.25)}55.1%{opacity:0;text-shadow:none}57%{opacity:0;text-shadow:none}57.1%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.55),0 0 60px rgba(255,255,255,.35)}60%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.55),0 0 60px rgba(255,255,255,.35)}60.1%{opacity:0;text-shadow:none}65%{opacity:0;text-shadow:none}65.1%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.55),0 0 60px rgba(255,255,255,.35),0 0 100px rgba(255,255,255,.1)}75%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.55),0 0 60px rgba(255,255,255,.35),0 0 100px rgba(255,255,255,.1)}75.1%{opacity:0;text-shadow:none}77%{opacity:0;text-shadow:none}77.1%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.55),0 0 60px rgba(255,255,255,.4),0 0 110px rgba(255,255,255,.2),0 0 100px rgba(255,255,255,.1)}85%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.55),0 0 60px rgba(255,255,255,.4),0 0 110px rgba(255,255,255,.2),0 0 100px rgba(255,255,255,.1)}85.1%{opacity:0;text-shadow:none}86%{opacity:0;text-shadow:none}86.1%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.6),0 0 60px rgba(255,255,255,.45),0 0 110px rgba(255,255,255,.25),0 0 100px rgba(255,255,255,.1)}100%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.6),0 0 60px rgba(255,255,255,.45),0 0 110px rgba(255,255,255,.25),0 0 100px rgba(255,255,255,.1)}}

.logoBar {
    font-family: "Major Mono Display", monospace;;
    display: flex;
    color: white;
    text-align: center; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    font-size: 7dvw;
}
.logoBar p {
    margin: 0;
}
.logoBar img {
    height: 4rem;
    margin-right: -3.5rem;
    margin-top: 1rem;
}
.barButtons {
    display: flex;
}

.index {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gradientColor {
    background: #dd00ff;
background: linear-gradient(147deg, rgba(221, 0, 255, 1) 10%, rgba(0, 212, 255, 1) 92%);
}
.gradientColorBtn {
    background: #dd00ff;
    background: linear-gradient(147deg, rgba(221, 0, 255, 1) 10%, rgba(0, 212, 255, 1) 92%);
}

.boxsha {
    box-shadow: 0px -44px 36px 3px rgba(0,0,0,0.91) inset;
-webkit-box-shadow: 0px -44px 36px 3px rgba(0,0,0,0.91) inset;
-moz-box-shadow: 0px -44px 36px 3px rgba(0,0,0,0.91) inset;
}

.loginBackground {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 99.009vw;
    height: 100dvh;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: -2;

}
.loginBackground video{
    
    height: 100dvh;
    min-width: 99.99dvw;
    position: absolute;
    top: 0;
    overflow: hidden;

    object-fit: cover;
    object-position: center; 
    z-index: -1;    
}


.saveTheDatShadow {
    margin: 0;
    text-shadow: -3px -3px 9px rgba(243,210,0,1);
    text-shadow: -3px -3px 10px rgba(243,210,0,1);
    text-shadow: -3px -3px 16px rgba(243,210,0,1);
    text-shadow: -3px -3px 19px rgba(243,210,0,1);
    text-shadow: -3px -3px 20px rgba(243,210,0,1);
}

.saveTheDateBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 5vw;
    font-family: "Silkscreen", sans-serif;
}

.placeBox {
    font-size: 4dvw;
    padding: 2rem;
    width: 50%;
    margin: auto;
    border-radius: 10dvw;
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center;
}

/*-------------------- GALERIA CSS ---------------------*/

#galeria{ max-width: 100dvw; max-height: 100dvh;}

nav ul{ list-style:none; padding-left: 0; 
 display:flex;
}

nav ul li a img{
 width: 95%;
 opacity:50%;
 transition:0.3s;
 filter:grayscale(50%);

 
 &:hover{ opacity:100%;  margin-top:-5px;  filter:grayscale(0%);
  box-shadow: 0 4px 8px rgba(0,0,0,.3)
}
 &:active{transform:scale(0.8)}
 
}

/*--------------------  ---------------------*/

.galeriaBox {
    margin: auto;
}

.confirmacion {
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.dressCode {
    font-family: "Major Mono Display", monospace;
    font-size: 8dvw;
    position: relative; 
    height: 60dvh; 
    display: flex; 
    justify-content: space-evenly; 
    align-items: center; 
    overflow: hidden;
}

.time {
    font-family: "Major Mono Display", monospace;
    font-size: 5dvw;
    position: relative; 
    height: 60dvh; 
    display: flex; 
    justify-content: space-around; 
    align-items: center; 
    overflow: hidden;
    color: #42a466;
}

.loadPage {
    font-family: "Major Mono Display", monospace;
    width: 100vw; 
    height: 100vh; 
    background-color: rgba(0, 0, 0, 0.892); 
    color: white; 
    z-index: 10; 
    position: fixed; 
    top: 0; 
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center;
    text-align: center;
}








.bottomTextBar h1 {
    text-align: center;
    font-size: 1rem;
    font-weight: 400;

}
.bottomTextBar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: dotted 2px #000;
    text-align: center;
    height: 4rem;
}

.menu {
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;

    margin-top: 1rem;
    height: 65vh;
}

.option {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 30%;
    height: 30%;

    padding: 1rem;
    border-radius: 1.5rem;

    font-size: 50%;
    color: black;
    margin: 1rem;
    cursor: pointer;
    transition: .5s;

    background-color: rgba(255, 255, 255, 0.87);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(60px);

    box-shadow: 1px 0px 41px -6px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 0px 41px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 0px 41px -6px rgba(0, 0, 0, 0.75);
}
.option i {
    font-size: 3vh;
}
.option p {
    margin: 0;
}
.option:hover {
    background-color: rgba(0, 0, 0, 0.664);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.363);
    box-shadow: 1px 0px 41px -6px rgba(255,255,255,0.75);
    -webkit-box-shadow: 1px 0px 41px -6px rgba(255,255,255,0.75);
    -moz-box-shadow: 1px 0px 41px -6px rgba(255,255,255,0.75);
}
.option.topBar {
    height: 4rem;
    width: 7rem;

    flex-direction: row;
    justify-content: center;


}
.option.topBar i {
    font-size: 1rem;
    margin-right: .5rem;
    
}
@media (max-width: 768px) {
    .option.topBar p {
        display: none;
    }
    .option.topBar i {
        font-size: 1rem;
        margin-right: 0rem;
    }

    .option.topBar {
        height: 2rem;
        width: 3rem;
    
        flex-direction: row;
        justify-content: center;    
    }
  }

.content {
    text-align: center;
    margin: 2rem;

    font-size: 60%;
}
.content p {
    text-align: justify;
}
.content img {
    max-width: 80%;
    max-height: 50%;
    border-radius: 2rem;
}

.back {
    cursor: pointer;
}
.back p {
    margin: 0;
}
.back:hover {
    background-color: white;
    color: black;
    box-shadow: 1px 0px 41px -6px rgba(22, 22, 22, 0.75);
    -webkit-box-shadow: 1px 0px 41px -6px rgba(22, 22, 22, 0.75);
    -moz-box-shadow: 1px 0px 41px -6px rgba(22, 22, 22, 0.75);
    border: 2px solid black;
}

.bottomTextBar2 {
    color: white;
    position: fixed;
    bottom: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.backbtn {
    border-radius: 2rem;
    border: solid 1px rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 1rem;
    background-color: rgba(32, 32, 32, 0.87);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(60px);
    font-size: 60%;
}

.focus {
    background-color: rgb(48, 48, 48);
    color: white;
    border: 2px solid #000;
    padding: 2rem;
    border-radius: 1rem;
}

p.focus {
    text-align: left;
}

.contentBar1 {
    height: 25rem;
    background-image: url(/img/freepic.jpg);
    background-position: center;
    background-size: cover;
}