@font-face {
    font-family: "seasons";
    src: url(./seasons.otf);
}

@font-face {
    font-family: "burgues";
    src: url(./Burgues.otf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: white;
    text-align: center;

    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
}

.content {
    max-height: 1440px;
    margin: 0 auto;
}

main {
    background-image: url(https://i.ibb.co/93ZT3PCQ/34a979d8ba5d146fae41251a00c4b866.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    height: 100vh;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    padding: 3rem;
}

main h1 {
    
    font-size: clamp(3.5rem, 2.5714rem + 3.8095vw, 6rem);
    line-height: 5.8rem;
    font-family: "Gilda Display", serif;
    overflow: hidden;
    font-weight: 300;
    text-transform: uppercase;
}

main p {
    font-weight: 200;
    font-size: clamp(1rem, 0.9071rem + 0.381vw, 1.25rem);
    opacity: .5;
}

main h2 {
      font-family: "Gilda Display", serif;
    overflow: hidden;
 font-weight: 300;
    font-size: clamp(1rem, 0.9071rem + 0.381vw, 1.25rem);
}



.save-the-date {
    display: flex;

    justify-content: center;
    align-items: center;

    position: relative;


    /* background-image: url(https://i.ibb.co/FqgbFj1j/bella-collina-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
}

.save-image {
    position: absolute;
    width: 100%;
    background-color: rgba(17, 21, 40, 0.5);
    min-height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
}

.save-the-date img {
    width: 80%;
}

#myVideo {
    min-width: 120%;
    margin: 0 auto;
}

.timeline {
    background-color: #20284A;
    padding: 8rem 1rem 9rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9rem;


}

.timeline h1 {
      font-family: "Fraunces", serif;
    overflow: hidden;
    font-size: clamp(2rem, 1.2571rem + 3.0476vw, 4rem);
    text-align: center;
    opacity: .5;
    font-weight: 300;
}

.timeline .timeline-div {
    display: flex;
    gap: 5rem;
    opacity: .5;

    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.timeline .timeline-div img {
    height: 5rem;
}

.timeline .timeline-div article {
    width: 10rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.timeline .timeline-div article h2 {
      font-family: "Fraunces", serif;
    overflow: hidden;
font-weight: 300;
    font-size: clamp(1rem, 0.9071rem + 0.381vw, 1.25rem);
}

.timeline .timeline-div article h3 {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
      font-family: "Fraunces", serif;
    overflow: hidden;
font-weight: 300;
text-align: center;
    font-size: clamp(1rem, 0.9071rem + 0.381vw, 1.25rem);
}



.our-story {
    padding: 4rem;

    display: flex;
    gap: 5rem;

    justify-content: center;
    
}

.our-story img {
    width: calc(35% - 5rem);
}

.our-story h1 {
    color: black;

    text-align: left;

    font-size: clamp(2rem, 1.2571rem + 3.0476vw, 4rem);
    font-weight: 400;
      font-family: "Fraunces", serif;
    overflow: hidden;
}

.our-story h1 span {
    color: black;

    text-align: left;

    font-size: clamp(3rem, 2.2571rem + 3.0476vw, 5rem);
    font-family: "Alex Brush", cursive;
}

.our-story p {
    color: black;

    text-align: left;

    color: #213547;

    font-size: clamp(1rem, 0.9071rem + 0.381vw, 1.25rem);
    opacity: .7;
    margin-top: 2rem;

    max-width: 650px;
    line-height: 2rem;
}

.gifts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5rem 1rem;
}

.gifts p{
color: black;


    color: #213547;

    font-size: clamp(1rem, 0.9071rem + 0.381vw, 1.25rem);
    opacity: .7;
    margin-top: 2rem;

    max-width: 650px;
    line-height: 2rem;
}

.gifts h1{
    color: black;

    font-size: clamp(2rem, 1.2571rem + 3.0476vw, 4rem);
    font-weight: 400;
      font-family: "Fraunces", serif;
    overflow: hidden;
}

.gifts a {
    margin-top: 3rem;
    border: 1px solid black;
    padding: 1rem 1.2rem;
    border-radius: 999px;
    text-decoration: none;

    transition: .2s ease;

    color: black;
}

.gifts a:hover {
    color: #516C8D;
    border-color: #516C8D;
}

.RSVP {
    background-color: #20284A;
    padding: 9rem 1rem 5rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.RSVP h1 {
      font-family: "Fraunces", serif;
    overflow: hidden;
    font-size: clamp(2rem, 1.2571rem + 3.0476vw, 4rem);
    font-weight: 300;
    line-height: 4rem;
}

.RSVP h1 span {
    font-family: "Alex Brush", cursive;
    font-size: clamp(3rem, 2.2571rem + 3.0476vw, 5rem);
}

.RSVP p {
    opacity: .7;
      font-family: "Fraunces", serif;
    overflow: hidden;
}

.RSVP a {
    margin-top: 3rem;
    border: 1px solid;
    padding: 1rem 1.2rem;
    border-radius: 999px;
    text-decoration: none;

    transition: .2s ease;
}

.RSVP a:hover {
    color: #516C8D;
    border-color: #516C8D;
}

.padrinhos {
    display: none;
}

footer {
    padding: 1.5rem;

    display: flex;
    justify-content: center;
    align-items: center;

    gap: 2rem;

    background-color: #20284A;
}

footer .line {
    height: 1px;
    background-color: #baddff;
    flex-basis: calc(15%);
}

footer p {
    color: #baddff;
    flex-basis: calc(40%);
}

footer p:nth-child(1) {
    text-align: right;
}

footer p:nth-child(3) {
    text-align: left;
}




@media (max-width: 1100px) {
    
.our-story {
    flex-wrap: wrap;
}

.our-story img {
    width: auto;
    max-height: 375px;
}

.none-mobile {
 display: none;
}

footer p:nth-child(1) {
    text-align: center;
}

footer p {
  
    flex-basis: 100%;
}
  
}

.mobile-break {
  display: none;
}

@media (max-width: 603px) {
  .mobile-break {
    display: block;
  }

  .save-the-date img {
    width: 90%;
  }
}