
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    overflow: hidden;
    background: rgba(136, 99, 81, 0.199);
    color: #886351;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
    text-decoration: none;
}

main.home {
    position: relative;
    width: 100dvw;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

main.invitation {
    justify-content: flex-start;

}

h1 {
    font-size: 32px;
    font-family: 'Cormorant';
}

h6 {
    font-size: 18px;
    font-family: 'Cormorant';
}

.topflower {
	position: absolute;
	top: 0;
	right: 0 ;
	width: 300px;
    z-index:1;
}

.bottomflower {
	position: absolute;
	bottom: 0;
	left: 0 ;
	width: 300px;
    z-index:1;
}

.bottomflowerinvitation {
    position: absolute;
	bottom: 0;
	left: 0 ;
    width: 100%;
    z-index:1;
}

.bgflower {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    z-index:1;
}


.content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: -30px;
    z-index: 10;
}

.enviar-btn {
    background-color: #886351;
    color: white
}

.content .envelope-content {
    position: relative;
    width: 300px;
    height: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content .envelope-content .envelope {
    position: absolute;
    width: 100%;
    pointer-events: none;
}
.content .envelope-content a {
    width: 100px;
    height: 100px;
}
.content .envelope-content .selo {
    position: absolute;
    z-index: 10;
    width: 100px;
}

.content h6 {
    width: 225px;
    text-align: center;
}

.ourname {
    margin: .25rem 1rem;
    margin-top: 1rem
}

h6.title {
    width: 280px;
    text-align: center;
}

h2.karina,
h2.lucas {
    font-size: 60px;
    font-family: 'Great Vibes';
}

h2.and {
    font-size: 32px;
    font-family: 'Great Vibes';
    padding-left: 155px;
    line-height: 10px;
}

h2.lucas {
    padding-left: 78px;
}

.datehour {
    display: flex;
    gap: 4rem;
    justify-content: space-around;
    font-family: 'Cormorant';
}

.datehour .data {
    display: flex;
    flex-direction: column;
}

.datehour .data h2 {
    font-size: 45px;
    line-height: 27px;
}   

.datehour .data h3 {
    font-size: 14px;
}  

.datehour .data h4 {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 40px;
}  

.datehour .hour h2 {
    margin-top: 5px;
    font-size: 45px;
}  

.datehour .hour h4 {
    font-size: 11px;
    margin-top: 9px;
    letter-spacing: 0;
}  

.invitation {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    width: 100dvw;
    height: 70dvh;
}

ul {
    display: flex;
    gap: 1rem;
    position:relative;
    z-index: 10
}

ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90px;
    text-align: center;
}

ul li p {
    color: #886351;
    margin-top: 1.25rem;
}

ul li span svg path {
    stroke:  #886351
}

footer {
    height: 375px;
    width: 100dvw;
    background-image: url(/assets/bottomflowerinvitation.png);
    background-size: contain;
    background-position-y: -10px;
}

.input-wrapper {
    position: relative;
    margin: .5rem;
    max-width: 15rem;
    width: 100%;
  }
  
  .input-wrapper input {
    background-color: #eee;
    border: none;
    padding: 1rem;
    font-size: 1rem;
    width: 13em;
    border-radius: 1rem;
    color: #886351;
    box-shadow: 0 0.4rem #dfd9d9;
    cursor: pointer;
  }
  
  .input-wrapper input:focus {
    outline-color: #ebcfcf;
  }
  
  .float-label {
    position: absolute;
    left: 1rem;
    top: 1rem;
    color: #999;
    font-size: 1rem;
    pointer-events: none;
    transition: 0.2s ease all;
  }
  
  .input:focus ~ .float-label,
  .input:not(:placeholder-shown) ~ .float-label {
    top: -0.5rem;
    left: 0.8rem;
    font-size: 0.75rem;
    background-color: #eee;
    border-radius: 3px;
    padding: 0 0.2rem;
    color: #886351;
  }

  .select-wrapper {
    position: relative;
    margin: .5rem;
    max-width: 15rem;
    width: 100%;
  }
  
  .styled-select {
    background-color: #eee;
    border: none;
    padding: 1rem;
    font-size: 1rem;
    width: 100%;
    border-radius: 1rem;
    color: #886351;
    box-shadow: 0 0.4rem #dfd9d9;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  
  .styled-select:focus {
    outline-color: #ebcfcf;
  }
  
  /* Seta personalizada */
  .select-wrapper::after {
    content: "▼";
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    color: #886351;
    font-size: 0.8rem;
    pointer-events: none;
  }

  .enviar-btn {
    background-color: #886351;
    color: white;
    width: 100%;
    max-width: 15rem;
    border-radius: 1rem;
    box-shadow: 0 0.4rem #dfd9d9;
    cursor: pointer;
    padding: 1rem;
    border: 0;
  }

  iframe {
    width: 100dvw;
    height: 100dvh
  }

  .header {
    width: 100dvw;
    height: 30dvh;
    display: flex;
    flex-direction: column;
  }

  .top {
    display: flex;
    width: 100dvw;
    
  }

  header p, span{
    margin: .5rem 1rem;
  }

  header span {
    background-color: #ebcfcf;
    padding: 1rem;
    border-radius: 1rem
  }

  .header a {
    border: none;
    outline: none;
    background-color: transparent;
  }

  .header a svg path {
    stroke: #886351
  }

  .top-confirm {
    position: fixed;
    z-index: 10;
    top:0;
    left: 0;
  }