.header {
  height: 100%;
  min-height: 1000px;
  background: linear-gradient(
      to bottom right,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    url("../images/header-background.jpg") center center no-repeat;
  background-size: cover;
}

.header .slide {
  width: 70%;
  margin: 0 auto;
}

.navbar {
  transition: all 0.5s ease-in-out;
  width: 100%;
}

.invitation-bg {
  background: linear-gradient(
      to bottom right,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.8)
    ),
    url("../images/invitation-background.jpg") center center no-repeat;
  background-size: cover;
}

/* @media (max-width: 992px) {
  .navbar {
    background: var(--bs-dark);
  }
  .header {
    height: 800px !important;
    min-height: 800px !important;
  }
  .header .slide {
    width: 90%;
    margin: 0 auto;
  }
  .header .text-container p {
    width: 100% !important;
    font-size: 16px;
  }
  .register {
    padding: 40px 0 !important;
  }
  .register h2 {
    text-align: center;
  }
  .summary {
    margin-top: 0 !important;
    width: 90% !important;
  }
} */

.images {
  box-shadow: rgba(252, 252, 252, 0.25) 0px 50px 100px -20px,
    rgba(247, 245, 245, 0.3) 0px 30px 60px -30px,
    rgba(254, 255, 255, 0.35) 0px -2px 6px 0px inset;
}

.title-space {
  padding-top: 10rem;
  text-align: center;
}

.products {
  background-color: aqua;
  background-size: 100rem;
}

.site_name {
  color: aliceblue;
}

body {
  /* width: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  flex-direction: column;
}

body > * {
  flex: 1;
  width: 100%;
}

.wrapper {
  position: absolute;
  display: flex;
  max-width: 1200px;
  width: 65vw;
  align-items: center;
  top: 50%;
}

.wrapper i {
  top: 50%;
  height: 44px;
  width: 44px;
  color: #343f4f;
  cursor: pointer;
  font-size: 1.15rem;
  position: absolute;
  text-align: center;
  line-height: 44px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}

.wrapper i:first-child {
  z-index: 1;
  left: -23px;
}

.wrapper i:last-child {
  right: -23px;
}

.wrapper .carousel {
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 0px;
  cursor: pointer;
  overflow: hidden;
  /* pointer-events: none; */
  user-select: none;
  -webkit-user-drag: none;
  scroll-behavior: smooth;
}

.carousel img {
  height: 340px;
  min-height: 30%;
  object-fit: cover;
  width: calc(100% / 3);
  margin-left: 14px;
  border-radius: 10px;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.carousel.dragging {
  cursor: grab;
  scroll-behavior: auto;
}

.carousel.dragging img {
  pointer-events: none;
}

.carousel img:first-child {
  /* display: none; */
  margin-left: 0px;
}

@media screen and (max-width: 900px) {
  .carousel img {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 550px) {
  .carousel img {
    width: 100%;
  }
}

.email-syle {
  word-wrap: break-word;
}
