* {
  margin: 0;
  padding: 0;
}

html,
body {
  overflow-x: hidden;
  background: rgb(51, 50, 49);
  height: 100%;
  min-height: 100vh;
}

a {
  text-decoration: none;
}

.position-absolute {
  position: absolute;
}
.position-absolute_center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.title__playfair {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-size: 72px;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  line-height: 72px;
}
.title__playfair_white {
  color: white;
}
.title__playfair_white_stroked {
  -webkit-text-stroke: 2px rgb(222, 186, 135);
}
.title__playfair_black {
  color: black;
}

.title__montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 56px;
  margin-top: 40px;
}
.title__montserrat_white {
  color: white;
}
.title__montserrat_white_stroked {
  -webkit-text-stroke: 2px rgb(222, 186, 135);
}
.title__montserrat_black {
  color: black;
}

.heading {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-size: 56px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.heading_white {
  color: white;
}
.heading_white_stroked {
  -webkit-text-stroke: 2px rgb(222, 186, 135);
}
.heading_black {
  color: black;
}

.text {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
}
.text_description {
  font-size: 28px;
}
.text-align-right {
  max-width: 560px;
  text-align: end;
  align-self: flex-end;
}
.text-align-left {
  max-width: 560px;
  text-align: start;
  align-self: flex-start;
}
.text_bold {
  font-weight: 900;
}
.text_white {
  color: white;
}
.text_white_stroked {
  -webkit-text-stroke: 2px rgb(222, 186, 135);
}
.text_black {
  color: black;
}

.link {
  padding: 16px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  border-radius: 16px;
  color: white;
  box-sizing: border-box;
  transition: all 0.5s;
  max-width: -moz-max-content;
  max-width: max-content;
}
.link_beige {
  background-color: rgb(222, 186, 135);
}
.link_beige:hover {
  transform: scale(1.05);
}
.link_beige:active {
  background-color: rgba(51, 50, 49, 0.7);
}

.invisible-element {
  opacity: 0;
}

.header {
  box-sizing: border-box;
  height: 100vh;
  background-image: linear-gradient(rgba(51, 50, 49, 0.7)), url(./img/header_background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 144px;
  position: relative;
  overflow: hidden;
}
.header__images {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__image {
  height: 30vw;
}
.header__image_right {
  margin-top: 144px;
}
.header .arrow-link {
  position: absolute;
  width: 72px;
  bottom: 0;
  transition: all 0.5s;
}
.header .arrow-link:hover {
  transform: scale(1.1);
}
.header .arrow {
  max-width: 100%;
  animation: fadeInOpacity 1s ease-in 1s backwards, pulsate 2s ease-in-out 5s infinite both;
}

.invitation {
  display: flex;
  gap: 64px;
  background-color: rgb(222, 186, 135);
  padding: 128px 96px;
  overflow-x: hidden;
}
.invitation__text {
  max-width: 60vw;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
}
.invitation__text_heading {
  font-size: 48px;
  margin-bottom: 16px;
}
.invitation__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.invitation__container_image {
  max-width: 100%;
  height: auto;
}

.location {
  background-image: linear-gradient(rgba(51, 50, 49, 0.7)), url(./img/location.avif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 144px 0;
  overflow-x: hidden;
}
.location__heading {
  margin-bottom: 32px;
}
.location__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  overflow: hidden;
  text-align: center;
}
.location__content_link {
  margin-top: 64px;
}

.timing {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  padding: 96px;
  padding-bottom: 128px;
  background-color: rgb(222, 186, 135);
  overflow-x: hidden;
}
.timing__heading {
  margin-bottom: 72px;
}
.timing__item {
  display: flex;
  gap: 32px;
}
.timing__item_right {
  flex-direction: row-reverse;
}
.timing__item_img {
  max-height: 60vh;
  max-width: 30vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.timing__item_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  max-width: 456px;
  overflow: hidden;
}

.dresscode {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  padding: 96px;
  padding-bottom: 128px;
  background-color: rgb(51, 50, 49);
  overflow-x: hidden;
}
.dresscode__heading {
  margin-bottom: 48px;
}
.dresscode__container {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin: 32px 0;
}
.dresscode__container_top {
  display: flex;
  justify-content: space-evenly;
}
.dresscode__container_bottom {
  display: flex;
  justify-content: space-between;
}
.dresscode__container_img {
  width: 20vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dresscode__sample {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.dresscode__sample_text {
  margin-top: 72px;
  text-align: center;
}
.dresscode__sample_container {
  display: flex;
  justify-content: space-between;
}
.dresscode__sample_img {
  max-width: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.gifts {
  background-image: linear-gradient(rgba(51, 50, 49, 0.7)), url(./img/gifts.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow-x: hidden;
  background-position: center;
}
.gifts__content {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 128px 256px;
  text-align: center;
}
.gifts__content_container {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.group {
  background-image: linear-gradient(rgba(51, 50, 49, 0.7)), url(./img/group.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  background-position: center;
}
.group__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding: 96px 256px;
  padding-bottom: 72px;
  text-align: center;
}
.group__content_heading {
  margin-bottom: 32px;
}
.group__content_link {
  margin-top: 32px;
}
.group__content_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 96px;
}
.group__invite {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

.goodbye {
  background-image: linear-gradient(rgba(51, 50, 49, 0.7)), url(./img/end.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  background-position: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.goodbye__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-align: center;
  overflow: hidden;
}

.fade-in {
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-delay: 0.5s;
  -webkit-animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: backwards;
  will-change: opacity;
}

.fade-in-slow {
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-delay: 2s;
  -webkit-animation-delay: 1s;
  animation-duration: 2s;
  animation-fill-mode: backwards;
  will-change: opacity;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pulsate {
  animation: pulsate 2s ease-in-out infinite both;
  animation-delay: 5s;
}
@keyframes pulsate {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
.slide-right {
  animation: slide-right 1.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  will-change: transform, opacity;
}
@keyframes slide-right {
  0% {
    opacity: 0;
    transform: translateX(-100vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.slide-right-rotation {
  animation: slide-right-rotation 1.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  will-change: transform, opacity;
}
@keyframes slide-right-rotation {
  0% {
    opacity: 0;
    transform: translateX(-100vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotate(-5deg);
  }
}
.slide-left {
  animation: slide-left 1.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  will-change: transform, opacity;
}
@keyframes slide-left {
  0% {
    opacity: 0;
    transform: translateX(100vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.slide-left-rotation {
  animation: slide-left-rotation 1.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  will-change: transform, opacity;
}
@keyframes slide-left-rotation {
  0% {
    opacity: 0;
    transform: translateX(100vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotate(7deg);
  }
}
@media (max-width: 1024px) {
  .title__playfair {
    font-size: 56px;
    line-height: 56px;
  }
  .title__montserrat {
    font-size: 48px;
    line-height: 48px;
    margin-top: 32px;
  }
  .heading {
    font-size: 40px;
  }
  .text {
    font-size: 32px;
    font-weight: 400;
  }
  .text_bold {
    font-weight: 700;
  }
  .link {
    padding: 16px 32px;
    font-size: 32px;
  }
  .link {
    padding: 16px 32px;
  }
  .header {
    justify-content: space-between;
    align-items: center;
    padding: 72px;
  }
  .header__images {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .header__image {
    height: 40vh;
  }
  .header__image_right {
    margin-top: 72px;
  }
  .header .arrow-link {
    width: 48px;
  }
  .invitation {
    flex-direction: column;
  }
  .invitation__text {
    max-width: 100%;
    text-align: center;
  }
  .invitation__container_image {
    max-width: 60vw;
    height: auto;
    transform: rotate(-5deg);
  }
  .timing {
    gap: 72px;
    padding: 72px;
  }
  .timing__heading {
    margin-bottom: 32px;
  }
  .dresscode {
    padding: 96px 72px;
  }
  .dresscode__text_1 {
    max-width: none;
    text-align: center;
    align-self: center;
  }
  .dresscode__text_2 {
    max-width: none;
    text-align: center;
    align-self: center;
  }
  .dresscode__container_top {
    display: flex;
  }
  .dresscode__container_bottom {
    display: flex;
    justify-content: space-between;
  }
  .dresscode__sample_container {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .dresscode__sample_img {
    max-width: 60vw;
  }
  .gifts__content {
    padding: 128px 72px;
  }
  .group__content {
    padding: 128px 72px;
  }
  .goodbye {
    background-image: linear-gradient(rgba(51, 50, 49, 0.7)), url(./img/mobile-background.PNG);
  }
  .goodbye__content {
    padding: 320px 72px;
  }
}
@media (max-width: 767px) {
  .title__playfair {
    font-size: 48px;
    line-height: 48px;
  }
  .title__montserrat {
    font-size: 32px;
    line-height: 32px;
    margin-top: 24px;
  }
  .heading {
    font-size: 32px;
  }
  .text {
    font-size: 24px;
  }
  .link {
    padding: 16px 32px;
    font-size: 16px;
  }
  .header {
    padding: 72px 24px;
  }
  .header__images {
    justify-content: center;
  }
  .header__image {
    border-radius: 1280px;
  }
  .invitation {
    padding: 56px 24px;
  }
  .location {
    padding: 56px 24px;
  }
  .timing {
    padding: 56px 24px;
    gap: 32px;
  }
  .timing__heading {
    margin-bottom: 16px;
  }
  .timing__item {
    gap: 16px;
  }
  .timing__item_img {
    max-width: 30vw;
  }
  .timing__item_container {
    gap: 8px;
    max-width: none;
  }
  .timing__item_heading {
    font-size: 20px;
    width: 100%;
    font-weight: 700;
  }
  .timing__item_text {
    width: 100%;
    font-weight: 400;
    font-size: 20px;
  }
  .dresscode {
    padding: 56px 24px;
  }
  .dresscode__heading {
    margin-bottom: 16px;
  }
  .dresscode__container {
    margin: 0;
  }
  .dresscode__container_top {
    display: flex;
  }
  .dresscode__container_bottom {
    display: flex;
    justify-content: space-between;
  }
  .dresscode__container_img {
    width: 25vw;
  }
  .dresscode__sample {
    gap: 16px;
  }
  .dresscode__sample_text {
    margin-top: 40px;
  }
  .dresscode__sample_container {
    gap: 16px;
  }
  .dresscode__sample_img {
    max-width: 75vw;
  }
}
.gifts__content {
  padding: 56px 24px;
}

.group__content {
  padding: 56px 24px;
}

.goodbye__content {
  padding: 0 24px;
}/*# sourceMappingURL=style.css.map */