/* Home Page Style */
.ww-home-page {
    background: url("../../images/photos/cover_new.jpg") no-repeat center center;
    background-size: cover;
    background-position: 70%;
    height: 100vh;
    min-height: 480px;
    max-height: 1080px;
}

.ww-home-page .ww-wedding-announcement {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    height: 100%;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    letter-spacing: 2px;
}

.ww-home-page .ww-wedding-announcement .ww-announcement-container {
    /*max-width: 600px;*/
    text-align: center;
    /*margin-left: 0;*/
    z-index: 900;
}

.ww-home-page .ww-wedding-announcement img {
    /*max-height: 350px;
    width: auto;*/
    width: 80%;
    height: auto;
}

@media (max-width: 520px) {
    .ww-home-page .ww-wedding-announcement img {
        max-height: 250px;
        width: auto;
    }
    .ww-home-page {
        height: 70vh;
        background-position: 61%;
    }
    .ww-home-page::before {
        height: 70vh !important;
    }
}

.ww-home-page .ww-wedding-announcement .ww-couple-name {
    font-size: 60px;
}

@media (max-width: 576px) {
    .ww-home-page .ww-wedding-announcement .ww-couple-name {
        font-size: 50px;
    }
}

.ww-home-page:before {
    content: "";
    /*background-color: rgba(245, 138, 119, 0.2);*/
    background-color: rgba(0, 0, 0, 0.26);
    width: 100%;
    height: 100%;
    height: 100vh;
    /*min-height: 480px;*/
    max-height: 1080px;
    position: absolute;
    left: 0;
    top: 0;
}

.ww-title {
  font-family: "Great Vibes", cursive; }


.custom-section-titles {
    background-color: #EFE9E6;
    text-align: center;
    padding: 60px 0;
}

.custom-section-titles h3 {
    color: #6F6F6F;
    font-family: "Old Standard TT", serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.64px;
    text-transform: uppercase;
}

.custom-section-titles h4 {
	color: #6F6F6F;
	font-family: "Old Standard TT", serif;
	font-size: 38px;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.44px;
	text-transform: uppercase;
	margin-bottom: 8px;
	-webkit-text-stroke: 1px #6F6F6F;
	-webkit-text-fill-color: transparent;
}

.gift-icon-detail {
    font-size: 200px;
    color: #9d833c;
}

.dresscard-size {
    width: 20rem;
    height: 26rem;
}

.hotelcard-size {
    width: 100%;
    max-width: 34rem;
    height: auto;
}

.cardnice {
  display: flex;
  flex-direction: column;
  background-color: #EFE9E6;
  border: 1px solid hsl(43.7, 44.2%, 40.8%);
  position: relative;
  padding: 1rem;
  margin-right: auto;
  margin-left: auto;
}
.cardnice .corner {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid hsl(43.7, 44.2%, 40.8%);
  position: absolute;
}
.cardnice .corner::after, .cardnice .corner::before {
  content: "";
  position: absolute;
}
.cardnice .corner::after {
  width: 2rem;
  height: calc(1rem - 1px);
}
.cardnice .corner::before {
  width: calc(1rem - 1px);
  height: 2rem;
}
.cardnice .corner.left {
  left: -0.5rem;
}
.cardnice .corner.left::after {
  left: calc(-2px + 1rem);
  border-left: 1px solid hsl(43.7, 44.2%, 40.8%);
}
.cardnice .corner.left::before {
  left: -1px;
  border-left: 1px solid hsl(43.7, 44.2%, 40.8%);
}
.cardnice .corner.right {
  right: -0.5rem;
}
.cardnice .corner.right::after {
  right: calc(-2px + 1rem);
  border-right: 1px solid hsl(43.7, 44.2%, 40.8%);
}
.cardnice .corner.right::before {
  right: -1px;
  border-right: 1px solid hsl(43.7, 44.2%, 40.8%);
}
.cardnice .corner.top {
  top: -0.5rem;
}
.cardnice .corner.top::after {
  top: -1px;
  border-top: 1px solid hsl(43.7, 44.2%, 40.8%);
}
.cardnice .corner.top::before {
  top: calc(-2px + 1rem);
  border-top: 1px solid hsl(43.7, 44.2%, 40.8%);
}
.cardnice .corner.bottom {
  bottom: -0.5rem;
}
.cardnice .corner.bottom::after {
  bottom: -1px;
  border-bottom: 1px solid hsl(43.7, 44.2%, 40.8%);
}
.cardnice .corner.bottom::before {
  bottom: calc(-2px + 1rem);
  border-bottom: 1px solid hsl(43.7, 44.2%, 40.8%);
}