@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Great+Vibes&display=swap');
@keyframes fade-in{
    from{
        opacity: 0;
        transform: translateY(20px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}
@font-face {
    font-family: MyFont;
    src: url(/fonts/Boheme\ Floral.woff);
    font-weight: normal;
    font-style: normal;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    font-size: 62.5;
}

#intro_page{
    background-image: url(/image2\ \(1\).jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 1%;
    opacity: 80%;
    height: 110vh;
    width: 100vw;
    color: #775338;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-family: "MyFont", cursive;
}
#intro_page .logo{
    font-size: 10rem;
    animation: fade-in 3s;
    padding: 3rem 10rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
#logo_b{
    margin-top: 0;
    font-size: 10rem;
    animation: fade-in 5s ease-out forwards;
    padding: 0rem 10rem 2rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}


#date_page{
    background: #f1e9dc;
    color: aliceblue;
    height: 40vh;
    width: 100vw;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#date_page h1{
    font-size: 10rem;
    font-stretch: expanded;
    padding: 0;
    margin: 0;
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
    color: #afac82;
}
.part{
    opacity: 0;
    animation: fade-in 3s ease-in forwards;
}
.part:nth-child(1) {animation-delay: .5s;}
.part:nth-child(2) {animation-delay: 1.5s;}
.part:nth-child(3) {animation-delay: 2.5s;}
#date_page h4{
    padding: 0;
    margin: 0;
    color: #afac82;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


#about_page{
    background-image: url(/image1\ \(1\).jpeg);
    background-size: cover;
    background-position: 50% 1%;
    display: flex;
    color: aliceblue;
    align-items: center;
    flex-direction: row;
    height: 100vh;
    width: 100vw;
    justify-content: center;
}
#about_page div{
    background: #fffaf3;
    height: 65vh;
    width: 30vw;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    opacity: 86%;
}
#about_page p{
    text-align: center;
    color: #686531;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    padding: 0.5rem;
}
#about_page h3{
    text-align: center;
    color: #686531;
    font-family: "MyFont", cursive;
    font-size: 2.5rem;
    padding: 0 1rem;
}


#order_page{
    background: #f1e9dc;
    width: 100vw;
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#order_page h1{
    color: #afac82;
    font-family: "MyFont" , cursive;
    font-size: 6rem;
    margin-bottom: 2rem;
}
#order_page div{
    margin-top: 3rem;
    height: 20%;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    color: aliceblue;
}
#order_page div .order-elements{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.order-elements svg{
    fill: #afac82;
    height: 4rem;
    width: 4rem;
}
.order-elements .non-fancy{
    color: #afac82;
    font-size: .7rem;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 0;
    text-align: center;
}
.order-elements .fancy-text{
    color: #afac82;
    font-family: "MyFont" , cursive;
    font-size: 2rem;
    margin-top: 0;
    text-align: center;
}

#rsvp-page{
    height: 110vh;
    width: 100vw;
    background-image: url(/image1.jpeg);
    background-size: cover;
    background-position: 100% 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8rem;
}


#widget-oursvp #my-rsvp {
  --bg-color: #fffaf3;
  --text-color:#999b5d;
  --heading-color:#999b5d;
  --date-color:#999b5d;
  --accent-color: #999b5d;
  --button-bg-color: #999b5d;
  --button-text-color: #fffaf3
  --border-color: #686531;
  --button-shape: 0px;
  border: 1px solid #E8E2DA;
  box-shadow: none;
  opacity: 80%;
}

#my-rsvp .rsvp-title {
  font-family: 'Cormorant Garamond', 'Times New Roman', Georgia, serif;
  font-weight: 300;
  text-transform: uppercase;
}

#my-rsvp .rsvp-font,
#my-rsvp .rsvp-font label,
#my-rsvp p {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

#my-rsvp .rsvp-date {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 300;
}

#my-rsvp .rsvp-btn {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: .8rem;
  padding: 14px 28px;
  background-color: #999b5d;
color: #FAF8F5;
  transition: background-color 0.3s ease, color 0.3s ease;
}

#my-rsvp .rsvp-btn:hover {
  color: #FAF8F5;
}

#my-rsvp .rsvp-form input:focus {
  outline: none;
  box-shadow: none;
}

#hotel-page{
    height: 110vh;
    width: 100vw;
    background-image: url(/IMG_4949.jpeg);
    background-size: cover;
    background-position: 0 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    justify-content: space-evenly;
    padding: 8rem 0;
    border: 2rem solid #fffaf3;
}
#hotel-page h1{
    font-size: 6rem;
    font-family: "MyFont" , cursive;
    color: #afac82;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
#hotel-container{
    height: 25rem;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.hotel{
    position: relative;
    width: 45%;
    height: 100%;
    background-color: #fffaf3;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    opacity: 80%;
    border: .4rem solid #afac82;
    border-radius: 1.4rem;
}
.hotel::before{
    content: "";
    position: absolute;
    inset: 1.4rem;
    border: .2rem solid #afac82;
    border-radius: 1rem;
    pointer-events: none;
}

.hotel h2 {
    color: #686531;
    letter-spacing: .2rem;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
}
.hotel button {
    border: .125rem solid #afac82;
    border-radius: 1rem;
    height: 5rem;
    width: 10rem;
    background-color: #fffaf3;
    font-size: 3rem;
    color: #afac82;
    font-family: "MyFont" , cursive;
}
.hotel button:hover{
    color: #afac82;
    background-color: #e9e5de;
    transform: translateY(-.2rem);

}


#details-page{
    height: 300vh;
    width: 100vw;
    color: #fffaf3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
#details-page h1{
    font-family: "MyFont" , cursive;
    color: #afac82;
    font-size: 10rem;
}
.info{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    gap: 1rem;
}
.info h3{
    font-size: 3rem;
    font-family: "MyFont" , cursive;
    color: #afac82;
}
.info p{
    font-size: 1.5rem;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #afac82;
}
.info a{
    color: #afac82;
}
#colors{
    height: 3.5%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
#colors .color{
    height: 100%;
    width: 12%;
}
#brown{
    background-color: #775338;
}
#light-blue{
    background-color: #a4b9d8;
}
#green{
    background-color: #999b5d;
}
#cream{
    background-color: #cda893;
}
#orange{
    background-color: #f9b666;
}


.carousel{
    width: 100vw;
    overflow: hidden;
    position: relative;
}
.track{
    display: flex;
    width: max-content;
    will-change: transform;
    animation: scroll 40s linear infinite;
}
@keyframes scroll{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-50%);
    }
}
.item{
    width: 24rem;
    height: 40rem;
    flex-shrink: 0;
    border-radius: 1.5rem;
    transform: translateZ(0);
    backface-visibility: hidden;
}
.item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
    user-select: none;
}


#questions-page{
    height: 60vh;
    width: 100vw;
    background-color: #afac82;
    color: #fcf5ea;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

#questions-page h3{
    font-family: "MyFont" , cursive;
    font-size: 3rem;
}
#questions-page p{
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
}

@media(max-width: 500px){
    html{
        font-size: 50%;
    }
    #intro_page{
        height: 40vh;
    }
    #date_page{
        height: 20vh;
    }
    #date_page h4{
        font-size: 1.5rem;
        letter-spacing: .1rem;
    }
    #about_page{
        height: 40vh;
    }
    #about_page div{
        height: 30vh;
        width: 25vh;
    }
    #order_page{
        height: 40vh;
    }
    .order-elements svg{
        height: 1rem;
        width: 1rem;
        fill: #afac82;
    }
    .order-elements .non-fancy{
        font-size: 1rem;
    }
    .order-elements .fancy-text{
        font-size: 3rem;
    }
    #rsvp-page{
        height: 40vh;
        padding-top: 5rem;
        background-position: 100% 90%;
    }
    #hotel-page{
        height: 50vh;
    }
    #hotel-container{
        height: 17rem;
    } 
    .hotel h2{
        font-size: 2.5rem;
    }
    #details-page{
        height: 80vh;
    }
    #questions-page{
        height: 20vh;
    }
    
}