@import"https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Lavishly+Yours&family=Tangerine:wght@400;500&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";:root{--primary: #0a3428;--secondary: #b35528;--tertiary: #df9b7a;--white: #ffffff;--light-gray: #f8f9fa;--gray: #6c757d;--dark-gray: #343a40}*{box-sizing:border-box;margin:0;padding:0;font-family:Roboto,sans-serif;font-size:16px}html{font-family:system-ui,sans-serif;background:#13151a}main{margin:auto;width:100%;color:#fff;line-height:1.6}main section{min-height:100vh}main section.time-location{background-color:var(--tertiary);display:flex;align-items:center;justify-content:center;padding:0;min-height:100vh;height:100vh;width:100%}main section.time-location .time-location-content{display:flex;flex-direction:row;width:100%;height:100%;max-width:none;margin:0;padding:0}main section.time-location .time-location-content .map-container{flex:1;width:50%;height:100%;min-height:100%;margin:0;padding:0}main section.time-location .time-location-content .map-container iframe{width:100%;height:100%;border:none}main section.time-location .time-location-content .wedding-details{flex:1;width:50%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;background-color:var(--primary)}main section.time-location .time-location-content .wedding-details h2{font-family:Tangerine,cursive;font-size:4.5rem;font-weight:700;margin-bottom:2rem;color:var(--tertiary)}main section.time-location .time-location-content .wedding-details p{font-size:1.6rem;margin-bottom:1.5rem;line-height:1.6;color:var(--primary);max-width:500px}main section.time-location .time-location-content .wedding-details .details-content{width:100%;padding-left:10rem;padding-right:10rem}main section.time-location .time-location-content .wedding-details .details-content h2{margin-bottom:2rem}main section.time-location .time-location-content .wedding-details .details-content .detail-item{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--tertiary)}main section.time-location .time-location-content .wedding-details .details-content .detail-item:last-child{border-bottom:none;margin-bottom:0}main section.time-location .time-location-content .wedding-details .details-content .detail-label{font-weight:600;color:var(--tertiary);font-size:.9rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;text-align:left}main section.time-location .time-location-content .wedding-details .details-content .detail-value{font-size:1.1rem;line-height:1.5;text-align:left}@media screen and (min-width: 768px){main section.time-location .time-location-content{flex-direction:row}}@media (max-width: 768px){main section.time-location .time-location-content{flex-direction:column}main section.time-location .time-location-content .map-container,main section.time-location .time-location-content .wedding-details{width:100%;height:50%}}main section.rsvp{background-color:var(--light-gray);display:flex;flex-direction:column}main section.rsvp>div{display:flex;align-items:center;justify-content:center;padding:0 2rem}@media screen and (min-width: 768px){main section.rsvp>div{min-width:50%}}main section.rsvp .image{background-repeat:no-repeat;background-size:cover;background-position:center center;min-height:50vh;width:100%;transition:filter .5s ease-in-out}main section.rsvp .image.image1{background-image:url(/images/IMG-20241114-WA0005.jpg)}main section.rsvp .image.grayscale{filter:grayscale(100%)}main section.rsvp .image.grayscale:hover{filter:grayscale(0%)}@media screen and (min-width: 768px){main section.rsvp .image{min-height:80vh}}@media screen and (min-width: 768px){main section.rsvp{flex-direction:row}}.tangerine-regular{font-family:Tangerine,cursive;font-weight:400;font-style:normal}.hero{width:100%;height:100vh;background-repeat:no-repeat;background-size:cover;background-position:center center;display:flex}.hero div{margin-top:6rem;width:min(100% - 2rem,800px);margin-left:auto;margin-right:auto;display:flex;flex-direction:column}.hero div h1{color:#fff;text-shadow:rgba(255,255,255,.6) 1px 1px 1px,rgba(0,0,0,.6) -1px -1px 1px;padding:0;margin:0;font-size:4rem;text-align:center;font-weight:100}@media screen and (min-width: 768px){.hero div h1{font-size:6rem}}@media screen and (min-width: 1024px){.hero div h1{font-size:8rem}}@media screen and (min-width: 1280px){.hero div h1{font-size:10rem}}.hero div p{text-align:center;font-size:1.4rem;margin-top:auto;margin-bottom:1rem;color:#fff;text-shadow:rgba(0,0,0,.6) 1px 1px 1px,rgba(255,255,255,.6) -1px -1px 1px;padding:0}@media screen and (min-width: 768px){.hero div p{text-align:right;margin:0;font-size:1.5rem}}@media screen and (min-width: 1024px){.hero div p{font-size:2rem}}form{padding:0 10rem;width:100%;display:flex;flex-direction:column;gap:2rem;margin-top:2rem}form h2{color:var(--primary);text-align:center;font-weight:700!important;font-size:5rem}form fieldset{padding:0;border:none}form fieldset .two-columns{display:flex;gap:2rem}form fieldset .two-columns>div{width:50%}form fieldset .form-label{margin-bottom:.5rem}form fieldset label{font-size:1rem;display:block;font-weight:500;color:var(--primary)}form fieldset label.screen-reader{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}form fieldset input{display:block;width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease;background:var(--white)}form fieldset input:focus{outline:none}form fieldset select{display:block;width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease;background:var(--white)}form fieldset select:focus{outline:none}form fieldset textarea{width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease;background:var(--white);resize:vertical;min-height:100px}form fieldset textarea:focus{outline:none}form fieldset .radio-group{display:flex;gap:1.5rem;margin-top:.5rem}form fieldset .radio-item{display:flex;align-items:center;gap:.5rem}form fieldset .radio-input{width:18px;height:18px;accent-color:var(--secondary)}form .submit-btn{width:100%;padding:1rem 2rem;background:var(--secondary);color:var(--white);border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}form .submit-btn:hover{background:#a04a24;transform:translateY(-2px);box-shadow:0 4px 12px #b355284d}form .submit-btn:active{transform:translateY(0)}
