:root {
  --primary-color: #ad874e;
  --secondary-color: #fff9f5;
  --tertiary-color: #d5af76;
}

@font-face {
  font-family: styled-regular;
  src: url(../fonts/Dancing_Script/DancingScript-Regular.ttf);
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: styled-medium;
  src: url(../fonts/Dancing_Script/DancingScript-Medium.ttf);
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: styled-semibold;
  src: url(../fonts/Dancing_Script/DancingScript-SemiBold.ttf);
  font-style: bolder;
  font-weight: 600;
}

@font-face {
  font-family: styled-bold;
  src: url(../fonts/Dancing_Script/DancingScript-Bold.ttf);
  font-style: bold;
  font-weight: 700;
}

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat/Montserrat-Regular.ttf);
  font-style: normal;
}

html {
  font-size: 16px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: var(--scroll-padding, 75px);
}

body {
  line-height: 1.5;
  font-family: Montserrat;
  background-color: var(--secondary-color);
}

@media screen and (min-width: 768px) {
  html {
    font-size: 18px;
  }
}

@media screen and (min-width: 1400px) {
  html {
    font-size: 20px;
  }
}

.navbar-bg {
  background-color: var(--primary-color);
}

.navbar-toggler:focus {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.nav-item {
  display: flex;
  align-items: center;
}

.nav-link {
  font-family: styled-regular;
  color: #fff;
  font-size: 1.5rem;
  padding-bottom: 3px;
}

.nav-link:hover {
  color: #fff;
}

@media (min-width: 2500px) {
  .nav-link {
    font-family: styled-regular;
    color: #fff;
    font-size: 2.5rem;
    padding-bottom: 3px;
  }
}

.nav-item a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.nav-item a:focus {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.nav-item a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.nav-item a:hover:after {
  width: 70%;
  left: 14%;
}

.nav-branch-rotate {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media screen and (max-width: 992px) {
  .navbar > .container {
    display: flex;
    justify-content: center;
  }
}

.hero-bg {
  background-image: url(../imgs/hero/hero_img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 90svh;
  height: 90vh;
}

.hero-bg .container,
.row {
  height: inherit;
}

.hero-bg-half {
  background-image: url(../imgs/hero/hero_img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 90svh;
  height: 90vh;
}

.hero-bg-half .container,
.row {
  height: inherit;
}

@media (max-width: 992px) {
    .hero-bg-half {
  background-image: url(../imgs/hero/hero_img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
}
}

.hero-text-container {
  height: max-content;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 2rem;
  position: relative;
  text-align: center;
}

@media (max-width: 992px) {
  .hero-text-container {
    height: max-content;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 2rem;
    position: relative;
    text-align: center;
    margin-top: 3rem;
  }
}

.hero-text-padding {
  padding: 5rem 6rem;
}

@media screen and (max-width: 768px) {
  .hero-text-padding {
    padding: 5rem 4rem;
  }
}

.hero-text-container h1 {
  font-size: 5rem;
  font-family: styled-bold;
}

.hero-text-container div {
  font-size: 2rem;
  font-weight: 300;
}

.hero-icon-position {
  position: absolute;
  top: 1rem;
  left: 1rem;
  max-width: 28%;
}

.hero-icon-position-bottom {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  transform: rotate(180deg);
  max-width: 28%;
}

.hero-icon-position-bottom-2 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  max-width: 28%;
}

.about-us-bg {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.title {
  font-family: styled-bold;
  font-size: 3rem;
  text-align: center;
  border-bottom: 4px solid black;
  margin-bottom: 5px;
  position: relative;
}

.subtitle-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.subtitle {
  font-family: styled-bold;
  font-size: 2.2rem;
  text-align: center;
  border-bottom: 4px solid black;
  margin-bottom: 5px;
}

.subtitle-icon {
  transform: scale(1.3);
  margin-top: 5px;
}

.introduction {
  font-size: 1.5rem;
  text-align: center;
}

.about-us-img-wrapper {
  transform: scale(0.8);
  filter: drop-shadow(0px 5px 10px #808080);
  position: relative;
  height: 400px;
  width: 400px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 576px) {
    .about-us-img-wrapper {
  transform: scale(0.8);
  filter: drop-shadow(0px 5px 10px #808080);
  position: relative;
  height: 250px;
  width: 250px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
}

@media (min-width: 2000px) {
    .about-us-img-wrapper {
  transform: scale(0.8);
  filter: drop-shadow(0px 5px 10px #808080);
  position: relative;
  height: 500px;
  width: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
}

@media (min-width: 3000px) {
    .about-us-img-wrapper {
  transform: scale(0.8);
  filter: drop-shadow(0px 5px 10px #808080);
  position: relative;
  height: 650px;
  width: 650px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
}

.about-us-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.about-us-rombus-border {
  height: 100%;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background-color: #fff;
}

.about-us-img {
  clip-path: polygon(50% 3%, 97% 50%, 50% 97%, 3% 50%);
}

.about-us-img-tilted {
  transform: rotate(-7deg);
}

.about-us-img-tilted-2 {
  transform: rotate(7deg);
}

.about-us-img-circle {
  border-radius: 50%;
}

.about-us-img-circle-border {
  border-radius: 50%;
  border: 6px solid #fff;
}

.about-us-columns {
  display: flex;
  flex-direction: column;
}

.about-us-columns:nth-child(1) {
    justify-content: center;
  align-items: flex-end;
}

.about-us-columns:nth-child(2) {
    justify-content: center;
  align-items: center;
}

.about-us-columns:nth-child(3) {
    justify-content: center;
  align-items: flex-start;
}

@media (max-width: 992px) {
    .about-us-columns:nth-child(1) {
    justify-content: center;
  align-items: center;
}

.about-us-columns:nth-child(2) {
    justify-content: center;
  align-items: center;
}

.about-us-columns:nth-child(3) {
    justify-content: center;
  align-items: center;
}
}

.about-us-name {
  font-size: 2rem;
  font-family: styled-bold;
  text-align: center;
  filter: none;
}

.quote-bg {
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),
    url(../imgs/quote_bg_img.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.75) inset;
  -webkit-box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.75) inset;
  -moz-box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.75) inset;
}

.quote-bg-2 {
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    url(../imgs/hero/hero-accent-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.75) inset;
  -webkit-box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.75) inset;
  -moz-box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.75) inset;
}

.quote-bg-3 {
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url();
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.75) inset;
  -webkit-box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.75) inset;
  -moz-box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.75) inset;
}

.quote-content-wrapper {
  text-align: center;
}

.quote-text {
  font-size: 2rem;
  font-style: italic;
  padding: 2rem 0;
}

.quote-author {
  font-size: 1.5rem;
  padding-bottom: 2rem;
}

.quote-img-rotate {
  transform: rotate(180deg);
}

.story-intro p {
  font-size: 1rem;
  text-align: center;
}

.step-line-wrapper div img {
  max-width: 22%;
  height: auto;
}

@media (min-width: 2500px) {
  .step-line-wrapper div img {
    max-width: 25%;
    height: auto;
  }
}

@media (min-width: 3500px) {
  .step-line-wrapper div img {
    max-width: 35%;
    height: auto;
  }
}

@media (max-width: 576px) {
  .step-line-wrapper div img {
    max-width: 50%;
    height: auto;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .step-line-wrapper div img {
    max-width: 45%;
    height: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .step-line-wrapper div img {
    max-width: 30%;
    height: auto;
  }
}

.step-line-wrapper .col-12 {
  position: relative;
  margin-top: 3rem !important;
}

.step-line-wrapper .step-title {
  margin-top: 0;
}

.step-title {
  font-family: styled-bold;
  color: var(--primary-color);
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 2rem;
}

.step-line-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.step-line-title-love {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.step-line-title-last {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.step-date {
  font-size: 1.3rem;
  font-weight: bold;
}

.gallery-margin .col {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.gallery-margin .col img {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 4rem;
  height: 4rem;
  filter: brightness(0.1);
}

.masonry-parent {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(150px, auto);
  gap: 20px;
  padding: 10px;
}

.masonry-parent div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

@media (min-width: 992px) {
  .masonry1 { grid-area: 1 / 1 / 4 / 2; }
  .masonry2 { grid-area: 1 / 2 / 4 / 3; }
  .masonry3 { grid-area: 4 / 1 / 7 / 3; }
  .masonry4 { grid-area: 1 / 3 / 3 / 5; }
  .masonry5 { grid-area: 3 / 3 / 5 / 5; }
  .masonry6 { grid-area: 5 / 3 / 7 / 5; }
  .masonry7 { grid-area: 1 / 5 / 4 / 7; }
  .masonry8 { grid-area: 4 / 5 / 7 / 6; }
  .masonry9 { grid-area: 4 / 6 / 7 / 7; }
}

@media (max-width: 991px) {
  .masonry-parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .masonry-parent div {
    width: 100%;
  }

  .masonry-parent .full-width {
    grid-column: span 2; 
  }
}

.countdown-bg {
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),
    url(../imgs/countdown_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.75) inset;
  -webkit-box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.75) inset;
  -moz-box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.75) inset;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.countdown-content div {
  text-align: center;
  font-size: 2rem;
}

.wedding-date {
  padding-bottom: 2rem;
}

.wedding-countdown {
  word-spacing: 15px;
}

.wedding-countdown span {
  font-family: styled-bold;
  font-size: 2.5rem;
  position: relative;
}

.wedding-countdown span::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #000;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.program-img {
  object-fit: cover;
  aspect-ratio: 1/1;
  width: 75%;
  height: auto;
  border: 20px solid;
  border-image: url(../imgs/program/border_img.png);
  border-image-slice: 27 27 27 27;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px;
}

.rotate-right {
  transform: rotate(10deg);
}

.rotate-left {
  transform: rotate(-10deg);
}

.program-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.program-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.program-card-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}

.program-card-wrapper .program-text-title {
  font-size: 1.5rem;
}

.program-card-wrapper span {
  font-size: 0.9rem;
}

.program-card-wrapper .program-text-content {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.map-bg {
  background-image: url(../imgs/program/program-map.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-top: 15vh;
  width: 100%;
  height: 90vh;
}

.map-program-3column {
  position: relative;
}

.map-program-3column .program-card-column--1 {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.map-program-3column .program-card-column--2 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.map-program-3column .program-card-column--3 {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.map-program-2column {
  position: relative;
}

.map-program-2column .program-card-column--1 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.map-program-2column .program-card-column--2 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.map-program-1column {
  position: relative;
}

.map-program-2column .program-card-column--1 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

@media (min-width: 2200px) {
  .program-card-wrapper img {
    min-width: 500px;
  }

  .program-card-wrapper .program-text-content {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }

  .program-card-wrapper .program-text-content .program-text-title {
    font-size: 2rem;
  }

  .program-card-wrapper .program-text-content div:not(:first-child) {
    font-size: 1.5rem;
  }

  .program-card-wrapper .program-text-content div:not(:first-child) span {
    font-size: 1.3rem;
  }

  .program-card-wrapper .program-text-title {
    padding: 1rem;
  }
}

@media (min-width: 3400px) {
  .program-card-wrapper img {
    min-width: 800px;
  }

  .program-card-wrapper .program-text-content {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
  }

  .program-card-wrapper .program-text-content .program-text-title {
    font-size: 3rem;
  }

  .program-card-wrapper .program-text-content div:not(:first-child) {
    font-size: 2rem;
  }

  .program-card-wrapper .program-text-content div:not(:first-child) span {
    font-size: 1.8rem;
  }

  .program-card-wrapper .program-text-title {
    padding: 2rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .program-card-wrapper {
    width: 80%;
  }

  .program-card-wrapper .program-text-title {
    padding: 0.5rem;
  }

  .program-card-wrapper span {
    font-size: 0.8rem;
  }

  .map-program-mobile {
    position: relative;
  }

  .map-program-mobile .program-card-column--1 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
  }

  .program-card-wrapper .program-text-content {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45%;
  }

  .program-card-wrapper .program-text-content .program-text-title {
    font-size: 1.8rem;
  }

  .program-card-wrapper .program-text-content div:not(:first-child) {
    font-size: 1.3rem;
  }

  .program-card-wrapper .program-text-content div:not(:first-child) span {
    font-size: 1.1rem;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .program-card-wrapper {
    width: 80%;
  }

  .program-card-wrapper .program-text-title {
    padding: 0.5rem;
  }

  .program-card-wrapper span {
    font-size: 0.8rem;
  }

  .map-program-mobile {
    position: relative;
  }

  .map-program-mobile .program-card-column--1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
  }

  .program-card-wrapper .program-text-content {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
  }

  .program-card-wrapper .program-text-content .program-text-title {
    font-size: 1.8rem;
  }

  .program-card-wrapper .program-text-content div:not(:first-child) {
    font-size: 1.3rem;
  }

  .program-card-wrapper .program-text-content div:not(:first-child) span {
    font-size: 1.1rem;
  }
}

@media (max-width: 575px) {
  .program-card-wrapper {
    width: 80%;
  }

  .program-card-wrapper .program-text-title {
    padding: 0.5rem;
  }

  .program-card-wrapper span {
    font-size: 0.8rem;
  }

  .map-program-mobile {
    position: relative;
  }

  .map-program-mobile .program-card-column--1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
  }
}

@media screen and (max-width: 992px) {
  .program-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
  }

  .program-text-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
  }
}

.program-text-title {
  text-align: center;
  padding: 1.5rem;
  font-size: 2rem;
  background-color: var(--primary-color);
  font-family: styled-bold;
  color: #fff;
}

.program-divider {
  position: relative;
}

.program-divider::after {
  content: "";
  width: 100%;
  height: 1.5px;
  background: #000;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.map-wrapper {
  position: relative;
  margin: 2rem 0;
}

.map-style {
  width: 100%;
  height: 90vh;
}

.map-border-top {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100vw;
}

.map-border-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  transform: rotate(180deg);
}

@media screen and (max-width: 992px) {
  .map-border-top {
    position: absolute;
    top: -5px;
    left: 0;
    width: 100vw;
  }

  .map-border-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
  }
}

@media screen and (min-width: 2000px) {
  .map-border-top {
    position: absolute;
    top: -5px;
    left: 0;
    width: 100vw;
  }

  .map-border-bottom {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100vw;
  }
}

@media screen and (min-width: 3500px) {
  .map-border-top {
    position: absolute;
    top: -5px;
    left: 0;
    width: 100vw;
  }

  .map-border-bottom {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100vw;
  }
}

.narrow-text {
  width: 55%;
  text-align: center;
  margin: 2rem 0;
}

@media screen and (max-width: 992px) {
  .narrow-text {
    width: 90%;
    text-align: center;
    margin: 2rem 0;
  }
}

.form-control {
  background-color: #f1ebe7;
  border-radius: 0px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.form-control:focus {
  background-color: #f1ebe7;
  box-shadow: none;
}

.form-control::placeholder {
  font-weight: bold;
}

.btn-style {
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 0;
  border: 2px solid transparent;
  font-size: 1rem;
  padding: 0.5rem 1.5rem;
  transition: all 0.3s;
}

.btn-style a {
    color: #fff;
}

.btn-style:hover a {
    color: var(--primary-color);
}

.btn-style:hover a:hover {
    color: var(--primary-color);;
}

.btn-style:hover {
  border: 2px solid var(--primary-color);
  background-color: var(--secondary-color);
  color: var(--primary-color);
  transition: all 0.3s;
}

@media screen and (max-width: 992px) {
  .contact-rotate {
    transform: rotate(90deg);
    width: 20%;
    height: auto;
  }
}

.footer-bg {
  background-color: var(--primary-color);
  color: #fff;
}

.footer-link {
  text-decoration: none;
  color: #fff;
}

.footer-link:hover {
  text-decoration: none;
  color: #f1ebe7;
}

.title-accent-graphics {
  max-width: 100%;
  height: auto;
}

.hero-divided {
  height: 90vh;
  background-color: #fff;
}

.hero-4 {
  height: 90vh;
  background-color: #fff;
}

.hero-full-bg {
  background-image: url(../imgs/hero/hero-full-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 90vh;
}

.hero-4-text {
  padding: 1rem;
  background-color: var(--primary-color);
  color: #fff;
  width: fit-content;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1rem;
  text-align: center;
}

.hero-4-text h1 {
  font-family: styled-bold;
}

@media (max-width: 768px) {
  .hero-4 {
    height: 80vh;
    background-color: #fff;
  }

  .hero-full-bg {
    background-image: url(../imgs/hero/hero-full-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 80vh;
  }

  .hero-4-graphic {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
  }

  .hero-4-text {
    padding: 1rem;
    background-color: var(--primary-color);
    color: #fff;
    width: fit-content;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1rem;
    text-align: center;
    width: 60%;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .hero-4-text {
    padding: 1rem;
    background-color: var(--primary-color);
    color: #fff;
    width: fit-content;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1rem;
    text-align: center;
    width: 60%;
  }

  .hero-4 {
    height: 75vh;
    background-color: #fff;
  }

  .hero-full-bg {
    background-image: url(../imgs/hero/hero-full-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 75vh;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .hero-4-text {
    padding: 1rem;
    background-color: var(--primary-color);
    color: #fff;
    width: fit-content;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1rem;
    text-align: center;
    width: 60%;
  }

  .hero-4 {
    height: 80vh;
    background-color: #fff;
  }

  .hero-full-bg {
    background-image: url(../imgs/hero/hero-full-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 80vh;
  }
}

.hero-4-graphic {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 769px) and (max-width: 992px) {
  .hero-4-graphic {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 20%);
    min-width: 90%;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .hero-4-graphic {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 20%);
    min-width: 90%;
  }
}

.gate-img {
  background-image: url(../imgs/hero/wedding-gate.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-text-background {
  background-image: url(../imgs/hero/hero-accent-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.hero-icon-position-2 {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.hero-icon-position-bottom-2 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.divided-hero-text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.divided-hero-text-wrap h1 {
  font-size: 5rem;
  font-family: styled-bold;
}

.divided-hero-text-wrap div {
  font-size: 2rem;
  font-weight: 300;
}

@media (max-width: 768px) {
  .hero-divided {
    height: 90svh;
    height: 90vh;
    background-color: #fff;
  }

  .hero-icon-position-2 {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 20%;
  }

  .hero-icon-position-bottom-2 {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 20%;
  }

  .divided-hero-text-wrap h1 {
    font-size: 3rem;
    font-family: styled-bold;
  }

  .divided-hero-text-wrap div {
    font-size: 1.5rem;
    font-weight: 300;
  }

  .gate-img {
    background-image: url(../imgs/hero/wedding-gate.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
}

/* ============== Color Picker start ================== */

.nav-img-width {
  width: 3.5rem;
}

@media (max-width: 992px) {
  .nav-img-width {
    width: 3.5rem;
  }
}

.nav-img {
  max-width: 100%;
  height: auto;
}

.nav-img-width-2 {
  width: 3rem;
}

.nav-img-2 {
  max-width: 100%;
  height: auto;
}

.color-picker-btn {
  background-color: transparent;
  border: none;
}

.dropdown-menu[data-bs-popper] {
  left: -100%;
  padding: 0.5rem 0.5rem;
}

.color-picker {
  display: grid;
  width: fit-content;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.color-picker input[type="radio"] {
  appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  outline: 3px solid var(--radio-color);
  outline-offset: 4px;
  border-radius: 50%;
  margin: 15px;
}

.color-picker input[type="radio"]:checked {
  background-color: var(--radio-color);
}

.color-picker input[type="radio"]#lightBrownLight {
  --radio-color: #d5af76;
}

.color-picker input[type="radio"]#lightBrownDark {
  --radio-color: #cb966a;
}

.color-picker input[type="radio"]#scarlet {
  --radio-color: #794645;
}

.color-picker input[type="radio"]#olive {
  --radio-color: #83907c;
}

.color-picker input[type="radio"]#darkBrown {
  --radio-color: #2e2520;
}

.color-picker input[type="radio"]#darkBlue {
  --radio-color: #203242;
}

.color-picker input[type="radio"]#rose {
  --radio-color: #805d64;
}

.color-picker input[type="radio"]#green {
  --radio-color: #cfe3d8;
}

:root:has(#lightBrownLight:checked) {
  --primary-color: #ad874e;
  --secondary-color: #fff9f5;
  --tertiary-color: #d5af76;
}

:root:has(#lightBrownDark:checked) {
  --primary-color: #cb966a;
  --secondary-color: #eee2d2;
  --tertiary-color: #a9a88c;
}

:root:has(#scarlet:checked) {
  --primary-color: #794645;
  --secondary-color: #e3d3d4;
  --tertiary-color: #cba29c;
}

:root:has(#olive:checked) {
  --primary-color: #83907c;
  --secondary-color: #d7d2cf;
  --tertiary-color: #b6a7a0;
}

:root:has(#darkBrown:checked) {
  --primary-color: #2e2520;
  --secondary-color: #dfdbd8;
  --tertiary-color: #8f755e;
}

:root:has(#darkBlue:checked) {
  --primary-color: #203242;
  --secondary-color: #f8eede;
  --tertiary-color: #778caa;
}

:root:has(#rose:checked) {
  --primary-color: #805d64;
  --secondary-color: #f8eede;
  --tertiary-color: #e6cedb;
}

:root:has(#green:checked) {
  --primary-color: #a8c3b1;
  --secondary-color: #eff7f2;
  --tertiary-color: #cfe3d8;
}

/* ============== Color Picker end ================== */

@media (min-width: 2400px) {
  .container {
    max-width: 1800px;
  }

  .col-2400 {
    flex: 0 0 auto;
    width: 40%;
  }

  .hero-text-container h1 {
    font-size: 8rem;
  }

  .hero-text-container div {
    font-size: 3rem;
  }

  .introduction {
    font-size: 2rem;
  }

  .about-us-name {
    font-size: 3rem;
  }

  .quote-text {
    font-size: 2.5rem;
  }

  .quote-author {
    font-size: 2rem;
  }

  .title {
    font-size: 4rem;
  }

  .subtitle {
    font-size: 3rem;
  }

  .story-intro p {
    font-size: 1.8rem;
  }

  .step-title {
    font-size: 3rem;
  }

  .step-date {
    font-size: 2.2rem;
    font-weight: bold;
  }

  .countdown-content div {
    font-size: 3rem;
  }

  .program-text-title {
    font-size: 3rem;
  }

  .program-text-content div:not(:first-child) {
    font-size: 1.5rem;
  }

  .narrow-text {
    width: 85%;
    text-align: center;
    margin: 2rem 0;
    font-size: 2rem;
  }

  .form-control {
    font-size: 1.3rem;
  }

  .btn-style {
    font-size: 2rem;
  }

  .title-accent-graphics {
    min-width: 180px;
    height: auto;
  }
}

@media (min-width: 3500px) {
  .container {
    max-width: 2800px;
  }

  .col-2400 {
    flex: 0 0 auto;
    width: 38%;
  }

  .hero-text-container h1 {
    font-size: 10rem;
  }

  .hero-text-container div {
    font-size: 4rem;
  }

  .nav-link {
    font-size: 3.5rem;
  }

  .introduction {
    font-size: 2.5rem;
  }

  .about-us-name {
    font-size: 3.5rem;
  }

  .quote-text {
    font-size: 3rem;
  }

  .quote-author {
    font-size: 2.5rem;
  }

  .title {
    font-size: 4.5rem;
  }

  .subtitle {
    font-size: 3.5rem;
  }

  .story-intro p {
    font-size: 2rem;
  }

  .step-title {
    font-size: 3.5rem;
  }

  .step-date {
    font-size: 2.5rem;
    font-weight: bold;
  }

  .countdown-content div {
    font-size: 3.5rem;
  }

  .program-text-title {
    font-size: 3.5rem;
  }

  .program-text-content div:not(:first-child) {
    font-size: 2rem;
  }

  .narrow-text {
    width: 85%;
    text-align: center;
    margin: 2rem 0;
    font-size: 2.5rem;
  }

  .form-control {
    font-size: 1.5rem;
  }

  .btn-style {
    font-size: 2.5rem;
  }

  .title-accent-graphics {
    min-width: 220px;
    height: auto;
  }
}

.svg-container {
  width: 100vw;
  overflow: hidden; 
  line-height: 0;
  z-index: 1;
}

.svg-container path {
  filter: drop-shadow(-5px 5px 5px rgb(0 0 0 / 0.2));
}

.svg-container svg {
  width: 100%;
  height: auto;
  display: block;
  transform: translateY(-3px);
}

@media (min-width: 2500px) {
  .svg-container svg {
    width: 100%;
    height: auto;
    display: block;
    transform: translateY(1px);
  }
}

@media (min-width: 3500px) {
  .svg-container svg {
    width: 100%;
    height: auto;
    display: block;
    transform: translateY(2px);
  }
}

@media (max-width: 576px) {
  .svg-container svg {
    width: 100%;
    height: auto;
    display: block;
    transform: translateY(4px);
  }
}


@font-face {
  font-family: styled-regular;
  src: url(../fonts/Dancing_Script/DancingScript-Regular.ttf);
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: styled-medium;
  src: url(../fonts/Dancing_Script/DancingScript-Medium.ttf);
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: styled-semibold;
  src: url(../fonts/Dancing_Script/DancingScript-SemiBold.ttf);
  font-style: bolder;
  font-weight: 600;
}

@font-face {
  font-family: styled-bold;
  src: url(../fonts/Dancing_Script/DancingScript-Bold.ttf);
  font-style: bold;
  font-weight: 700;
}

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat/Montserrat-Regular.ttf);
  font-style: normal;
}

html {
  font-size: 16px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: var(--scroll-padding, 75px);
}


@media screen and (min-width: 768px) {
  html {
    font-size: 18px;
  }
}

@media screen and (min-width: 1400px) {
  html {
    font-size: 20px;
  }
}

.navbar-toggler:focus {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.nav-item {
  display: flex;
  align-items: center;
}

.nav-link {
  font-family: styled-regular;
  color: #fff;
  font-size: 1.5rem;
  padding-bottom: 3px;
}

.nav-link:hover {
  color: #fff;
}

.nav-item a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.nav-item a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.nav-item a:hover:after {
  width: 70%;
  left: 14%;
}

.nav-branch-rotate {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media screen and (max-width: 992px) {
  .navbar > .container {
    display: flex;
    justify-content: center;
  }
}

.hero-text-container {
  height: max-content;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 2rem;
  position: relative;
  text-align: center;
}

.hero-text-padding {
  padding: 5rem 6rem;
}

@media screen and (max-width: 768px) {
  .hero-text-padding {
    padding: 6rem 5rem;
  }
}

.hero-text-container h1 {
  font-size: 5rem;
  font-family: styled-bold;
}

.hero-text-container div {
  font-size: 2rem;
  font-weight: 300;
}

.hero-icon-position {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.hero-icon-position-bottom {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  transform: rotate(180deg);
}

.about-us-bg {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.title {
  font-family: styled-bold;
  font-size: 3rem;
  text-align: center;
  border-bottom: 4px solid black;
  margin-bottom: 5px;
  position: relative;
}

.subtitle-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.subtitle {
  font-family: styled-bold;
  font-size: 2.2rem;
  text-align: center;
  border-bottom: 4px solid black;
  margin-bottom: 5px;
}

.subtitle-icon {
  transform: scale(1.3);
  margin-top: 5px;
}

.introduction {
  font-size: 1.5rem;
  text-align: center;
}

.about-us-img-wrapper {
  transform: scale(0.8);
  filter: drop-shadow(0px 5px 10px #808080);
}

.about-us-img {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.about-us-columns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.about-us-name {
  font-size: 2rem;
  font-family: styled-bold;
  text-align: center;
  filter: none;
}

.quote-bg {
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),
    url(../imgs/quote_bg_img.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.75) inset;
  -webkit-box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.75) inset;
  -moz-box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.75) inset;
}

.quote-content-wrapper {
  text-align: center;
}

.quote-text {
  font-size: 2rem;
  font-style: italic;
  padding: 2rem 0;
}

.quote-author {
  font-size: 1.5rem;
  padding-bottom: 2rem;
}

.story-intro p {
  font-size: 1rem;
  text-align: center;
}

.step-title {
  font-family: styled-bold;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 2rem;
}

.gallery-margin .col {
  margin-top: 20px;
  margin-bottom: 20px;
}

.gallery-margin .col img {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.countdown-bg {
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),
    url(../imgs/countdown_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.75) inset;
  -webkit-box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.75) inset;
  -moz-box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.75) inset;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.countdown-content div {
  text-align: center;
  font-size: 2rem;
}
.countdown-content
{
  text-align: center;
}
.wedding-date {
  padding-bottom: 2rem;
}

.wedding-countdown {
  word-spacing: 15px;
}

.wedding-countdown span {
  font-family: styled-bold;
  font-size: 2.5rem;
  position: relative;
}

.wedding-countdown span::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #000;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.program-img {
  object-fit: cover;
  aspect-ratio: 1/1;
  width: 75%;
  height: auto;
  border: 20px solid;
  border-image: url(../imgs/program/border_img.png);
  border-image-slice: 27 27 27 27;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px;
}

.rotate-right {
  transform: rotate(10deg);
}

.rotate-left {
  transform: rotate(-10deg);
}

.program-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.program-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .program-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
  }

  .program-text-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
  }
}

.program-text-content div {
  margin-bottom: 15px;
}

.program-text-title {
  text-align: center;
  padding: 1.5rem;
  font-size: 2rem;
  font-family: styled-bold;
  color: #fff;
}

.program-divider {
  position: relative;
}

.program-divider::after {
  content: "";
  width: 100%;
  height: 1.5px;
  background: #000;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.narrow-text {
  width: 55%;
  text-align: center;
  margin: 2rem 0;
}

@media screen and (max-width: 992px) {
  .narrow-text {
    width: 90%;
    text-align: center;
    margin: 2rem 0;
  }
}

.form-control {
  background-color: #f1ebe7;
  border-radius: 0px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.form-control:focus {
  background-color: #f1ebe7;
  box-shadow: none;
}

.form-control::placeholder {
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  .contact-rotate {
    transform: rotate(90deg);
    width: 20%;
    height: auto;
  }
}



.footer-link {
  text-decoration: none;
  color: #fff;
}

.footer-link:hover {
  text-decoration: none;
  color: #f1ebe7;
}


#image-preview {
  max-width: 300px;
  max-height: 300px;
  margin: 20px 0;
}
.plus
{
  text-align: center;
  margin: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
}


[contenteditable="true"] {
  border: 2px dashed #a57f46;
  padding: 5px;
}

.map-content
{
  min-height: 70vh;
}

.upload-icon {
  cursor: pointer;
}

.editable-img
{
  cursor: pointer;
}

.interact-btn
{
  background-color: #a57f46;
  color:white;
}
.empty
{
  min-height: 20vh;
}
.editable-bg
{
  cursor: pointer;
}
.fa-xmark
{
  cursor: pointer;
  z-index: 9999;
}

.carousel-control-prev-icon
{
  position:sticky;
  top: 50%;
  align-self: flex-start;
}
.carousel-control-next-icon
{
  position:sticky;
  top: 50%;
  align-self: flex-start;
}
.carousel-control-prev
{
  background-color: lightgrey;
  width: 5%;
  z-index: 3;
}
.carousel-control-next
{
  background-color: lightgrey;
  width: 5%;
  z-index: 3;
}
.carousel
{
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}
.fas 
{
  cursor: pointer;
}
.rotate180
{
  transform: rotate(180deg);
}

.checkout-page {
        font-family: Arial, sans-serif;
        max-width: 600px;
        margin: 0 auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
.order-summary {
        margin-bottom: 20px;
    }
.order-summary h3 {
        margin-bottom: 10px;
    }
.order-summary p {
        margin: 5px 0;
    }
.payment-form {
        margin-top: 20px;
    }

    :root {
      --landing-primary-color: #805d64;
      --landing-secondary-color: #f8eede;
    }
    
    .beige-bg {
      background-color: var(--landing-secondary-color);
    background-image: url(../imgs/landing-svg-bg/beige-bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100svh;
    min-height: 100vh;
    }
    
    .landing-content-position {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    
    .landing-content-position-activate {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    
    @media (max-width: 576px) {
        .landing-content-position-activate {
           position: relative;
           top: auto;
           left: auto;
           transform: none;
           padding-top: 1rem;
           padding-bottom: 1rem;
        }
    }
    
    .duplaigen-logo-style {
      max-width: 15vw;
      height: auto;
    }
    
    @media (max-width: 768px) {
      .duplaigen-logo-style {
        max-width: 35vw;
        height: auto;
      }
    }
    
    .landing-form-box {
      margin-top: 1rem;
      padding: 1rem 2rem;
      border: 3px solid var(--landing-primary-color);
      border-radius: 15px;
      backdrop-filter: blur(5px);
      box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
      width: auto;
    }
    
    @media (max-width: 768px) {
        .landing-form-box {
          margin-top: 1rem;
          padding: 1rem 1rem;
          border: 3px solid var(--landing-primary-color);
          border-radius: 15px;
          backdrop-filter: blur(5px);
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
          width: 95vw;
        }
    }
    
    .landing-form-box form div {
      margin-bottom: 1rem;
    }
    
    .landing-form-box input {
      border-radius: 10px;
      border: 2px solid var(--landing-primary-color);
    }
    
    .landing-primary-text-color {
      color: var(--landing-primary-color);
    }
    
    .landing-form-box label {
      color: var(--landing-primary-color);
      font-size: 1rem;
    }
    
    .landing-form-box .form-control:focus {
      border-color: var(--landing-primary-color);
    }
    
    .landing-form-box .form-check-input:checked {
      background-color: var(--landing-primary-color);
      border-color: var(--landing-primary-color);
    }
    
    .landing-form-box .form-check-input:focus {
      box-shadow: none;
      border-color: var(--landing-primary-color);
    }
    
    .form-submit-wrapper {
      display: flex;
      justify-content: space-around;
    }
    
    .form-submit-wrapper-btn {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: row;
    }
    
    @media (max-width: 576px) {
        .form-submit-wrapper {
            display: flex;
            justify-content: space-around;
            align-items: center;
            flex-direction: column;
        }
        
        
    }
    
    .landing-form-box .landing-form-btn-style {
      font-size: 1.2rem;
      border: 2px solid var(--landing-primary-color);
      color: #fff;
      border-radius: 10px;
      padding: 0.5rem 1.5rem;
      background-color: var(--landing-primary-color);
      transition: all 0.3s;
      font-weight: bold;
    }
    
    .landing-form-box .landing-form-btn-style:hover {
      color: var(--landing-primary-color);
      background-color: var(--landing-secondary-color);
      transition: all 0.3s;
    }
    
    .landing-form-box .landing-form-link {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      margin-right: 3rem;
      font-size: 1.2rem;
      color: var(--landing-primary-color);
      text-decoration: none;
    }
    
        @media (max-width: 576px) {
        
        .landing-form-box .landing-form-link {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
            font-size: 1.2rem;
            color: var(--landing-primary-color);
            text-decoration: none;
            margin-right: 0;
        }
    }
    
    .hover-underline-animation {
        display: inline-block;
        position: relative;
    }
    
    .hover-underline-animation:after {    
      background: none repeat scroll 0 0 transparent;
      content: "";
      display: block;
      height: 2px;
      left: 50%;
      position: absolute;
      background: #805d64;
      transition: width 0.3s ease 0s, left 0.3s ease 0s;
      width: 0;
    }
    
    .hover-underline-animation:hover:after { 
        width: 100%; 
        left: 0; 
    }
    
    @media (min-width: 2000px) {
      .landing-form-box label {
        font-size: 1.3rem;
      }
    
      .landing-form-box .form-check-input {
        height: 1.5em;
        width: 1.5em;
        margin-right: 1rem;
      }
    }

  .weddingdate
  {
    z-index: 9999;
    position: relative;
  }
  .gallery-del-icon
  {
    right: 20px;
    padding: 10px 14px;
    border-radius: 100%;
    cursor: pointer;
    background-color: white;
    margin-top: 5px;
  }
  .daterow
  {
    width: fit-content;
    margin:auto;
  }
  
  .gallery-margin .col img {
      aspect-ratio: 1 / 1;
      object-fit: cover;
      overflow-clip-margin: unset;
  }
  
.quote-text-wrapper {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  backdrop-filter: blur(5px);
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
  
.fa-plus
{
  cursor: pointer;
}

.fa-plus:active {
  transform: scale(0.9);
  transition: transform 0.1s ease-in-out;
}

.fixed-top
{
  z-index: 99999;
}


.setup-link {
    color: var(--landing-primary-color);
    text-decoration: none;
}


.custom-marker-label {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 2px 4px;
  transform: translateY(-20px); /* Adjust position upwards */
  white-space: nowrap;
  }
  
  
  .activate-form-btn {
      font-size: 1.0rem;
      border: 2px solid var(--landing-primary-color);
      color: #fff;
      border-radius: 10px;
      padding: 0.5rem 1rem;
      background-color: var(--landing-primary-color);
      transition: all 0.3s;
      font-weight: bold;
  }
  
  .activate-form-btn:hover {
      color: var(--landing-primary-color);
      background-color: var(--landing-secondary-color);
      transition: all 0.3s;
      border: 2px solid var(--landing-primary-color);
  }
  
  @media (min-width: 2000px) {
    .activate-form-btn {
      font-size: 1.5rem;
      border: 2px solid var(--landing-primary-color);
      color: #fff;
      border-radius: 10px;
      padding: 0.5rem 1rem;
      background-color: var(--landing-primary-color);
      transition: all 0.3s;
      font-weight: bold;
    }
  }
    
    .simple-img-bg {
        padding: 1rem;
        border-radius: 15px;
        background: rgba(255,255,255,0.2);
        backdrop-filter: blur(10px);
    }
    
    .simple-btn form button {
      font-size: 1.1rem;
      border: 2px solid var(--landing-primary-color);
      color: #fff;
      border-radius: 10px;
      padding: 0.5rem 1rem;
      background-color: var(--landing-primary-color);
      transition: all 0.3s;
      font-weight: bold;
    }
    
    .simple-btn form button:hover {
      color: var(--landing-primary-color);
      background-color: var(--landing-secondary-color);
      transition: all 0.3s;
    }
    
    .pay-link-style {
        text-decoration: none;
        font-weight: bold;
        color: var(--landing-primary-color);
    }
    
    .pay-box-width {
        max-width: 50vw;
    }
    
    @media (max-width: 767px) {
        .pay-box-width {
        max-width: none;
    }
    }
    
    #SimplePayForm .form-check {
        display: flex;
    }
    
    #SimplePayForm .form-check input {
        margin-right: 0;
    }
    
    #SimplePayForm .form-check label {
        padding-left: 0.5rem;
    }
    
    
.tooltip-icon i {
    color: var(--primary-color);
}

.tooltip-icon-register i {
    color: var(--landing-primary-color);
}

.custom-tooltip {
  --bs-tooltip-bg: var(--primary-color);
  --bs-tooltip-color: #fff;
}

.custom-tooltip-register {
  --bs-tooltip-bg: var(--landing-primary-color);
  --bs-tooltip-color: #fff;
}

.tooltip-icon-activate i {
    color: var(--landing-primary-color);
}

.custom-tooltip-activate {
  --bs-tooltip-bg: var(--landing-primary-color);
  --bs-tooltip-color: #fff;
}

.tooltip-icon-white i {
    color: #fff;
}

.custom-tooltip-white {
  --bs-tooltip-bg: #fff;
  --bs-tooltip-color: var(--primary-color);
}

.tooltip-inner {
  max-width: 300px !important;
}

.civilian-location, .civilian-address, .church-location, .church-address, .party-location, .party-address {
}

.program-text-content b {
    font-size: 1.0rem;
}

.modal {
    z-index: 10000 !important;
}

#loadingModal {
    z-index: 9999 !important;
}

.modal-link {
    color: var(--primary-color);
}

.modal-checkbox .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.modal-checkbox .form-check-input {
    border: 1.5px solid var(--primary-color);
}

.modal-checkbox .form-check-input:focus {
    box-shadow: none;
}

.modal-checkbox .form-check-label {
    color: var(--primary-color);
}

.modal-checkbox .form-check-label a {
    color: var(--primary-color);
    font-weight: 600;
}


.modal-header, .modal-footer {
    background-color: var(--secondary-color);
}

.modal-body {
    background-color: var(--secondary-color);
}

.modal-header, .modal-footer{
    border: 2px solid var(--primary-color);
}

.modal-body {
    border-left: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
}

.modal-content {
    color: var(--primary-color);
}

.hide-line {
    background-color: var(--secondary-color);
    width: 100vw;
    position: absolute;
}

.hide-line-top {
    top: -5px;
    left: 0;
    z-index: 2;
}

.hide-line-bottom {
    bottom: -15px;
    left: 0;
    z-index: 2;
}

@media (max-width: 768px) {
    .hide-line-bottom {
    bottom: -5px;
    left: 0;
    z-index: 2;
}
}

@media (min-width: 2500px) and (max-width: 3500px) {
    .nav-item a {
        font-size: 2.5rem;
    }
    
    .title {
        font-size: 4rem !important;
    }
    
    .subtitle {
        font-size: 3.5rem !important;
    }
    
    .story-intro p {
        font-size: 1.7rem !important;
    }
    
    .about-us-name {
        font-size: 2.8rem !important;
    }
    
    .step-title {
        font-size: 3rem !important;
    }
    
    .gallery-count {
        font-size: 2rem;
    }
    
    .program-text-title {
        font-size: 3rem;
    }
    
    .program-text-content b {
        font-size: 2rem;
    }
    
    .btn-style a {
       font-size: 2rem; 
    }
    
    .text-danger {
        font-size: 2rem;
    }
    
    .modal {
        --bs-modal-width: 1200px !important;
    }
    
    .modal-header {
        font-size: 2.2rem;
    }
    
    .modal-body {
        font-size: 1.8rem;
    }
    
    .modal-title {
        font-size: 2.2rem;
    }
    
    .btn-danger {
        font-size: 2rem;
    }
}

@media (min-width: 3600px) {
    .nav-item a {
        font-size: 3rem;
    }
    
    .title {
        font-size: 5rem !important;
    }
    
    .subtitle {
        font-size: 4rem !important;
    }
    
    .story-intro p {
        font-size: 2.2rem !important;
    }
    
    .about-us-name {
        font-size: 3.5rem !important;
    }
    
    .step-title {
        font-size: 4rem !important;
    }
    
    .gallery-count {
        font-size: 3rem;
    }
    
    .program-text-title {
        font-size: 4rem;
    }
    
    .program-text-content b {
        font-size: 2.5rem;
    }
    
    .btn-style a {
       font-size: 3rem; 
    }
    
    .text-danger {
        font-size: 3rem;
    }
    
    .modal {
        --bs-modal-width: 1500px !important;
    }
    
    .modal-header {
        font-size: 3rem;
    }
    
    .modal-body {
        font-size: 2rem;
    }
    
    .modal-title {
        font-size: 3rem;
    }
    
    .btn-danger {
        font-size: 2.5rem;
    }
}

.activate-column {
    height: 100% !important;
}

.activate-column-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.register-link {
    color: var(--landing-primary-color);
    font-weight: 600;
    text-decoration: none;
}

#billing-form .form-control::placeholder {
    color: #848884;
    font-weight: 400;
}




