* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "bulgatti";
  src: url("/css/fonts/bulgatti/bulgatti-webfont.woff2") format("woff2"), url("/css/fonts/bulgatti/bulgatti-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  height: 100%;
  color: #9F3926;
  font-family: "Baskervville", serif;
  font-size: 18px;
  background: #ececec;
}
body .bg {
  position: fixed;
  z-index: 0;
  background: radial-gradient(rgba(132, 199, 233, 0), transparent);
  width: 100%;
  height: 100%;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1024;
  top: 0;
  left: 0;
}

.modal.show {
  display: block;
}

.modal.show body {
  overflow: hidden;
}

.modal .modal-content {
  width: 95%;
  max-width: 450px;
  max-height: 600px;
  margin: auto;
  box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  transition: all 400ms ease;
  border-radius: 7px;
}
.modal .modal-content .form-group {
  margin-bottom: 15px;
}
.modal .modal-content .form-group label {
  display: block;
  margin-bottom: 5px;
}
.modal .modal-content .form-group input[type=text], .modal .modal-content .form-group input[type=number], .modal .modal-content .form-group select {
  width: 100%;
  height: 35px;
  padding: 0 10px;
  border: 1px solid #DEDDC2;
  color: #DEDDC2;
  border-radius: 5px;
  font-size: 14px;
  background: none;
}
.modal .modal-content .form-group a {
  border: none;
  padding: 14px 15px;
  background: #9F3926;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  display: inline-flex;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  justify-content: center;
  margin-top: 15px;
}

.modal .modal-content.modal-sm {
  width: 400px;
}

.modal .modal-content .body {
  position: relative;
  max-height: 600px;
  overflow-y: auto;
  padding: 15px;
}

.modal .modal-content .close-modal {
  height: 40px;
  width: 40px;
  background-color: #b94239;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  z-index: 99;
}

.hide {
  display: none !important;
}

#cover {
  height: 100%;
  overflow: hidden;
}

.loading {
  background: rgba(75, 104, 152, 0.3411764706);
  width: 100%;
  max-width: 480px;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 1s;
  transform: translate(-50%, 0);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}
.loading.hidden {
  opacity: 0;
  transform: translate(-50%, 100%);
}
.loading.opened {
  transform: translate(-50%, -100%);
  pointer-events: none;
}
.loading .opening {
  width: 180px;
  height: 180px;
  border: 1px solid #FFFFFF;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #fff;
  position: relative;
  border-radius: 50%;
  display: none;
}
.loading .opening .g, .loading .opening .b {
  font-family: "Poppins", sans-serif;
  font-size: 65px;
  color: #fff;
}
.loading .opening .g {
  margin-top: -20px;
  margin-right: -12px;
}
.loading .opening .b {
  margin-bottom: -20px;
}
.loading .brides-name {
  font-family: "bulgatti", sans-serif;
  margin-top: 20px;
  color: #467037;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}
.loading .brides-name-2 {
  font-size: 110px;
  position: absolute;
  color: #fff;
  opacity: 0.2;
  z-index: 0;
}
.loading img {
  width: 250px;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}
.container {
  max-width: 480px;
  margin: auto;
  background: #ffffff;
  position: relative;
  height: 100%;
}
.container h2.title {
  font-family: "bulgatti", sans-serif;
  color: #D2993E;
  font-size: 50px;
  padding-bottom: 30px;
  text-align: center;
  line-height: 162%;
  font-weight: 400;
}
.container section.cover {
  height: 100%;
  text-align: center;
  background: url("https://cdn.kadio.id/cdn/1751261948_kdo49-flower-1.png") top right no-repeat, url("https://cdn.kadio.id/cdn/1751261963_kdo49-flower-2.png") bottom left no-repeat, url("https://cdn.kadio.id/cdn/1751261920_kdo49-bg-1.png") left top no-repeat, url("https://cdn.kadio.id/cdn/1751261934_kdo49-bg-2.png") right bottom no-repeat, #ffffff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: 250px, 250px, 250px, 100%;
  overflow-x: hidden;
}
.container section.cover .info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  position: relative;
}
.container section.cover .info .sub-title {
  color: #4B714B;
  font-family: "Afacad", sans-serif;
  letter-spacing: 5px;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 300;
  margin-top: 30px;
  text-transform: uppercase;
}
.container section.cover .info .title-sec {
  width: 90%;
  max-width: 400px;
  padding: 0px 15px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.container section.cover .info .title-sec h1 {
  font-family: "bulgatti", sans-serif;
  color: #D2993E;
  font-size: 50px;
  padding-bottom: 30px;
  text-align: center;
  line-height: 162%;
  font-weight: 400;
}
.container section.cover .info .guest {
  border-radius: 5px;
  min-width: 240px;
  max-width: 320px;
  padding: 15px;
  margin: 0;
  font-size: 14px;
}
.container section.cover .info .guest .label {
  font-family: "Baskervville", serif;
  font-size: 14px;
  color: #4B714B;
}
.container section.cover .info .guest .name {
  font-family: "Baskervville", serif;
  font-weight: bold;
  padding: 10px 0;
  color: #4B714B;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.container section.cover .button-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.container section.cover .button-section a {
  font-family: "Afacad", sans-serif;
  background: #9F3926;
  border: none;
  padding: 10px 15px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 30px;
  font-size: 16px;
  display: inline-flex;
  cursor: pointer;
  text-decoration: none;
  background: #D2993E;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
.container section.cover .button-section a.opened {
  pointer-events: none;
  background: none;
  color: #D2993E;
}
.container section.cover .button-section button {
  font-family: "Afacad", sans-serif;
  background: #9F3926;
  border: none;
  padding: 10px 15px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 30px;
  font-size: 16px;
  display: inline-flex;
  cursor: pointer;
  text-decoration: none;
}
.container section.index {
  height: 100%;
  text-align: center;
  background: url("https://cdn.kadio.id/cdn/1751261948_kdo49-flower-1.png") top right no-repeat, url("https://cdn.kadio.id/cdn/1751261920_kdo49-bg-1.png") left top no-repeat, url("https://cdn.kadio.id/cdn/1751261934_kdo49-bg-2.png") right bottom no-repeat, #ffffff;
  background-size: 250px, 220px, 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.container section.index h2 {
  font-family: "bulgatti", sans-serif;
  color: #D2993E;
  font-size: 50px;
  text-align: center;
  line-height: 162%;
  font-weight: 400;
  padding-bottom: 0;
  margin-bottom: 50px;
}
.container section.index .info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.container section.index .save-the-date {
  font-family: "Baskervville", serif;
  font-size: 30px;
  color: #4B714B;
  margin-bottom: 10px;
  letter-spacing: 4px;
}
.container section.index .count-down {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #FFF7EA;
  background: #D2993E;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
}
.container section.index .count-down .box {
  width: 57px;
  height: 57px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container section.index .count-down .box .value {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #FFF7EA;
}
.container section.index .count-down .box .label {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  color: #FFF7EA;
}
.container section.index .date {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-size: 16px;
  color: #4B714B;
  margin: 5px 0 40px 0;
}
.container section.index .bottom {
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
}
.container section.introduction {
  text-align: center;
  padding: 100px 0 90px 0;
  background: #F5F6EB;
  background-size: 100%;
  position: relative;
}
.container section.introduction .bg-top {
  width: 100%;
  height: 100%;
  background: url("https://cdn.kadio.id/cdn/1751268523_kdo49-bg-3.png") top center no-repeat;
  background-size: 100%;
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  left: 0;
}
.container section.introduction h2 {
  font-family: "bulgatti", sans-serif;
  color: #D2993E;
  font-size: 40px;
  font-weight: 400;
  margin: 0px 0 30px 0;
  text-align: center;
  position: relative;
  letter-spacing: 1px;
}
.container section.introduction .intro {
  padding: 0 30px;
  color: #4B714B;
  font-size: 16px;
  font-family: "Baskervville", serif;
  text-align: center;
}
.container section.introduction .bride {
  margin-top: 50px;
}
.container section.introduction .bride .image {
  width: 175px;
  height: 175px;
  border-radius: 32px;
  margin: auto;
  position: relative;
  font-family: "bulgatti", sans-serif;
  color: #F5F6EB;
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D2993E;
}
.container section.introduction .bride .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
  -o-object-position: top;
     object-position: top;
}
.container section.introduction .bride .profile {
  width: 80%;
  margin: auto;
}
.container section.introduction .bride .profile .nick-name {
  font-family: "bulgatti", sans-serif;
  color: #4B714B;
  font-size: 30px;
  padding-top: 20px;
}
.container section.introduction .bride .profile .full-name {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-size: 24px;
  color: #4B714B;
  margin-bottom: 10px;
}
.container section.introduction .bride .profile .label {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-size: 16px;
  margin: 7px 0;
  color: #4B714B;
}
.container section.introduction .bride .profile .parents {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-size: 16px;
  color: #4B714B;
  line-height: 160%;
}
.container section.event {
  text-align: center;
  background: url(https://cdn.kadio.id/cdn/1751272649_kdo49-bg-4.png) top right no-repeat, url(https://cdn.kadio.id/cdn/1751261934_kdo49-bg-2.png) bottom center no-repeat, #ffffff;
  padding: 190px 0 80px 0;
  position: relative;
  background-size: 250px, 100%;
}
.container section.event img.flower-top {
  width: 55%;
  position: absolute;
  left: 0;
  top: -40px;
  z-index: 1;
}
.container section.event h2 {
  font-family: "bulgatti", sans-serif;
  color: #D2993E;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  position: relative;
  z-index: 0;
  letter-spacing: 1px;
}
.container section.event .list-event {
  list-style: none;
  margin: auto;
}
.container section.event .list-event li {
  padding: 20px 30px 0px 30px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.container section.event .list-event li .event-name {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-size: 48px;
  margin-bottom: 25px;
  color: #4B714B;
  line-height: 100%;
}
.container section.event .list-event li .place-name {
  font-family: "Baskervville", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 145%;
  margin: 10px 0;
  color: #4B714B;
}
.container section.event .list-event li .address {
  margin-bottom: 15px;
}
.container section.event .list-event li .address, .container section.event .list-event li .event-date {
  font-family: "Baskervville", serif;
  font-size: 16px;
  font-weight: 400;
  color: #4B714B;
  line-height: 145%;
}
.container section.event .list-event li a {
  font-family: "Afacad", sans-serif;
  background: #9F3926;
  border: none;
  padding: 10px 15px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 30px;
  font-size: 16px;
  display: inline-flex;
  cursor: pointer;
  text-decoration: none;
  text-decoration: none;
  margin-top: 10px;
  font-size: 16px;
  width: 100%;
  justify-content: center;
  background: #D2993E;
}
.container section.event .list-event li a .icon {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.container section.event .list-event li a .icon.map {
  background: url("/images/kdo49/maps.svg") no-repeat center;
  background-size: 100%;
}
.container section.event .list-event li a .icon.live {
  background: url("/images/kdo49/live.svg") no-repeat center;
  background-size: 100%;
}
.container section.event .list-event li:first-child {
  background: #fff;
  border-radius: 0 0 55px 55px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.container section.event .list-event li:first-child .button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.container section.event .list-event li:first-child .button a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100px;
  border-radius: 5px;
  margin: 0 5px;
  box-shadow: 0px 2px 5px 2px rgba(97, 94, 94, 0.25);
  padding: 20p 0;
}
.container section.event .list-event li:first-child .bg-event {
  margin-bottom: 15px;
}
.container section.event .list-event li:first-child:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  height: 30px;
  width: 100%;
  background: #F5F6EB;
  z-index: -1;
}
.container section.event .list-event li:not(:first-child) {
  padding: 50px 30px 0px 30px;
  margin-top: -20px;
  z-index: 0;
  background: #F5F6EB;
}
.container section.event .list-event li:not(:first-child) .event-name {
  font-family: "bulgatti", sans-serif;
  color: #D2993E;
  position: relative;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 1px;
}
.container section.event .list-event li:not(:first-child) .place-name {
  font-family: "Baskervville", serif;
  color: #446534;
}
.container section.event .list-event li:not(:first-child) .address, .container section.event .list-event li:not(:first-child) .event-date {
  font-family: "Baskervville", serif;
  color: #446534;
}
.container section.event .list-event li:not(:first-child) .bg-event {
  background: #ffffff;
  padding: 40px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  border: 1px solid #D2993E;
}
.container section.event .list-event li:not(:first-child) .button {
  margin-top: 10px;
}
.container section.event .list-event li:not(:first-child) .button a {
  max-width: 250px;
}
.container section.story {
  padding: 95px 30px 110px 30px;
  background-size: 100%;
  background-size: cover;
  position: relative;
  text-align: center;
  background: #F5F6EB;
}
.container section.story:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #e9eff9;
  z-index: -1;
}
.container section.story:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #4B6898;
  z-index: -1;
}
.container section.story h2 {
  font-family: "bulgatti", sans-serif;
  color: #D2993E;
  font-size: 40px;
  font-weight: 400;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  letter-spacing: 2px;
}
.container section.story img.top-flower {
  position: absolute;
  top: -65px;
  left: 50%;
  width: 75%;
  transform: translateX(-50%);
}
.container section.story img.bottom-flower {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  z-index: 1;
  width: 75%;
}
.container section.story ul {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
  width: 100%;
  scroll-snap-type: x mandatory;
}
.container section.story ul li {
  min-width: 100%;
  scroll-snap-align: start;
  margin-right: 10px;
}
.container section.story ul li .item {
  width: 100%;
  padding: 30px 25px;
  border-radius: 5px;
  text-align: center;
}
.container section.story ul li .item .title {
  font-family: "Baskervville", serif;
  font-size: 40px;
  font-weight: 600;
  color: #467037;
}
.container section.story ul li .item .sub-title {
  font-family: "Baskervville", serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #D2993E;
}
.container section.story ul li .item .story {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-size: 14px;
  color: #467037;
}
.container section.story ul::-webkit-scrollbar {
  display: none;
}
.container section.story .dots {
  text-align: center;
  margin-top: 1rem;
}
.container section.story .dot {
  width: 12px;
  height: 12px;
  margin: 0 1px;
  display: inline-block;
  border-radius: 50%;
  background-color: #FFE3B7;
  opacity: 0.5;
  cursor: pointer;
}
.container section.story .dot.active {
  background-color: #D2993E;
  opacity: 1;
}
.container section.gallery {
  background: #ffffff;
  text-align: center;
  position: relative;
  padding-top: 80px;
  padding-left: 8px;
  padding-right: 8px;
}
.container section.gallery h2 {
  font-family: "bulgatti", sans-serif;
  font-weight: 400;
  font-size: 40px;
  position: relative;
  text-align: center;
  color: #D2993E;
  padding: 0 30px 30px 30px;
}
.container section.gallery .image-list {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 7px;
       column-gap: 7px;
  padding: 10px 10px 3px 10px;
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 5px;
}
.container section.gallery .image-list .image {
  width: 100%;
}
.container section.gallery .image-list .image a img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.container section.rsvp {
  background: #ffffff;
  background-size: 200px;
  padding: 40px 0 0px 0;
}
.container section.rsvp.pt-90 {
  padding: 90px 0 0px 0;
}
.container section.rsvp h2 {
  font-family: "bulgatti", sans-serif;
  font-weight: 400;
  font-size: 40px;
  position: relative;
  text-align: center;
  color: #D2993E;
}
.container section.rsvp .form {
  padding: 0 10px 40px 10px;
  width: 90%;
  margin: auto;
  border-radius: 7px;
  padding: 10px;
}
.container section.rsvp .form .form-group:not(:last-child) {
  margin-bottom: 20px;
}
.container section.rsvp .form .form-group label {
  font-family: "Baskervville", serif;
  display: block;
  color: #5A6157;
  font-size: 16px;
}
.container section.rsvp .form .form-group.bgs label {
  margin-bottom: 10px;
}
.container section.rsvp .form .form-group input[type=text] {
  width: 100%;
  border: none;
  background: #F5F6EB;
  height: 40px;
  color: #5a6157;
  font-family: "Baskervville", serif;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0;
  padding: 10px;
}
.container section.rsvp .form .form-group input[type=text]:focus {
  outline: none;
}
.container section.rsvp .form .form-group p {
  font-family: "Baskervville", serif;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 5px;
  text-align: center;
}
.container section.rsvp .form .form-group textarea {
  font-family: "Baskervville", serif;
  width: 100%;
  outline: none;
  box-shadow: none;
  background: #F5F6EB;
  line-height: 31px;
  border: none;
  color: #5A6157;
  resize: none;
  height: 160px;
  font-size: 16px;
  padding: 10px;
}
.container section.rsvp .form .form-group textarea:focus {
  outline: none;
}
.container section.rsvp .form .form-group .radio-group .radio {
  display: flex;
  margin: 10px 0;
  align-items: center;
}
.container section.rsvp .form .form-group .radio-group .radio input {
  margin-right: 10px;
}
.container section.rsvp .form .form-group button {
  font-family: "Afacad", sans-serif;
  background: #9F3926;
  border: none;
  padding: 10px 15px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 30px;
  font-size: 16px;
  display: inline-flex;
  cursor: pointer;
  text-decoration: none;
  background: #D2993E;
  border: 1px solid #D2993E;
  margin: auto;
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-top: 20px;
  color: #FAF9E6;
  max-width: 200px;
}
.container section.rsvp .form .form-group button img {
  margin-right: 5px;
}
.container section.rsvp .form .form-group a {
  font-family: "Afacad", sans-serif;
  background: #9F3926;
  border: none;
  padding: 10px 15px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 30px;
  font-size: 16px;
  display: inline-flex;
  cursor: pointer;
  text-decoration: none;
  margin-top: 15px;
  background: #D2993E;
  border: 1px solid #D2993E;
  color: #FAF9E6;
  width: 100%;
  justify-content: center;
  max-width: 250px;
}
.container section.rsvp .form .form-group a img {
  margin-right: 5px;
}
.container section.rsvp .form .form-group.thank-you {
  padding-top: 10px;
}
.container section.rsvp .form .form-group.thank-you h2 {
  font-family: "bulgatti", sans-serif;
  color: #B4D0FF;
  font-size: 48px;
  font-weight: 700;
  line-height: 102%;
}
.container section.thank-you {
  background: url("https://cdn.kadio.id/cdn/1751261934_kdo49-bg-2.png") bottom center no-repeat, #ffffff;
  background-size: 100%;
  padding: 40px 20px 150px 20px;
  text-align: center;
  position: relative;
}
.container section.thank-you p {
  font-family: "Baskervville", serif;
  font-size: 16px;
  color: #446534;
  text-align: center;
  margin-bottom: 30px;
}
.container section.thank-you h2 {
  font-family: "bulgatti", sans-serif;
  color: #D2993E;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  line-height: 162%;
}
.container section.message {
  padding: 90px 0 10px 0;
  background: url("https://cdn.kadio.id/cdn/1751261934_kdo49-bg-2.png") bottom center no-repeat, #F5F6EB;
  background-size: 100%;
  position: relative;
}
.container section.message .top-flower {
  width: 75%;
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.container section.message .title-message {
  position: relative;
}
.container section.message .title-message h2 {
  font-family: "bulgatti", sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #D2993E;
  text-align: center;
}
.container section.message .title-message h3 {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-size: 24px;
  color: #D2993E;
  margin-bottom: 25px;
  text-align: center;
}
.container section.message .list-message {
  list-style: none;
  width: 100%;
  margin: auto;
  padding: 10px 20px 30px 20px;
}
.container section.message .list-message li {
  background: #FFFFFF;
  border: 1px solid #D2993E;
  padding: 15px;
  border-radius: 15px;
}
.container section.message .list-message li:not(:last-child) {
  margin-bottom: 13px;
}
.container section.message .list-message li .item {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
.container section.message .list-message li .item .icon {
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D2993E;
  font-family: "Poppins", sans-serif;
  color: #FFF7EA;
  font-size: 18px;
  border-radius: 50%;
  margin-right: 10px;
}
.container section.message .list-message li .item .guest {
  width: calc(100% - 56px);
}
.container section.message .list-message li .item .guest .from {
  font-family: "Baskervville", serif;
  font-size: 16px;
  color: #D2993E;
  position: relative;
  margin-bottom: 15px;
}
.container section.message .list-message li .item .guest .from::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 24px;
  height: 1px;
  background: #D2993E;
}
.container section.message .list-message li .item .guest .msg {
  font-family: "Baskervville", serif;
  font-size: 14px;
  color: #446534;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container section.gift {
  padding: 50px 10px;
}
.container section.gift .list-gift {
  background: #fdf9f0;
  padding: 30px 20px;
  width: 90%;
  margin: auto;
}
.container section.gift .list-gift ul {
  list-style: none;
}
.container section.gift .list-gift ul li {
  background: #ffffff;
  padding: 20px;
  position: relative;
}
.container section.gift .list-gift ul li .label {
  font-family: "bulgatti", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}
.container section.gift .list-gift ul li .value {
  font-family: "bulgatti", sans-serif;
  color: #9F3926;
}
.container section.gift .list-gift ul li .value.mb-3 {
  margin-bottom: 7px;
}
.container section.gift .list-gift ul li:not(:last-child) {
  margin-bottom: 20px;
}
.container section.gift .list-gift ul li .copy {
  position: absolute;
  right: 20px;
  bottom: 25px;
  background: none;
  border: none;
  cursor: pointer;
}
.container section.gift .list-gift .confirmation {
  margin-top: 20px;
  font-family: "Afacad", sans-serif;
  background: #9F3926;
  border: none;
  padding: 10px 15px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 30px;
  font-size: 16px;
  display: inline-flex;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  justify-content: center;
}
.container section.inviter {
  padding: 100px 10px 80px 10px;
  background: #ffffff;
  position: relative;
}
.container section.inviter::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #e9eff9;
  z-index: -1;
}
.container section.inviter img.top-flower {
  position: absolute;
  width: 75%;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.container section.inviter img.top-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transform: rotate(180deg) rotateY(-180deg);
}
.container section.inviter h2 {
  font-family: "bulgatti", sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #D2993E;
  line-height: 100%;
  position: relative;
  text-align: center;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
.container section.inviter .list-inviter {
  width: 90%;
  margin: auto;
  border-radius: 7px;
  padding: 0 0 30px 0px;
  position: relative;
  z-index: 1;
}
.container section.inviter .list-inviter .item {
  border-radius: 20px;
  background: none;
  border: 1px solid #D2993E;
  padding: 25px;
}
.container section.inviter .list-inviter .item:not(:last-child) {
  margin-bottom: 25px;
}
.container section.inviter .list-inviter .item .item-title {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 10px;
  color: #446534;
}
.container section.inviter .list-inviter .item ol {
  list-style: circle;
  padding-left: 14px;
}
.container section.inviter .list-inviter .item ol li {
  font-family: "Baskervville", serif;
  font-size: 15px;
  color: #446534;
  font-weight: 400;
}
.container section.inviter .list-inviter .item ol li:not(:last-child) {
  margin-bottom: 5px;
}
.container section.footer {
  text-align: center;
  padding: 0px 0 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
.container section.footer div {
  width: 100%;
  background: #D2993E;
  padding: 5px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.container section.footer a {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  color: #ffffff;
}
.container .bg-top-inviter {
  background: linear-gradient(#ffffff, #9F3926);
  width: 100%;
  height: 100px;
}
.container .bg-bottom-inviter {
  background: linear-gradient(#9F3926, #ffffff);
  width: 100%;
  height: 100px;
}
.container .flower-top-message {
  background: #ffffff;
  text-align: center;
  height: 200px;
  margin-bottom: -136px;
}
.container .flower-top-message img {
  width: 250px;
}
.container .image-story {
  width: 100%;
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.container .image-story .white-bg {
  width: 100%;
  height: 50px;
  background: #FFD6CE;
}
.container .image-story img.flower {
  width: 100%;
  max-width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
.container .image-story img.image-cover {
  width: 70%;
  aspect-ratio: 4/4;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -50px;
  z-index: 1;
  position: relative;
  margin-left: 50px;
}
.container .menu {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 60px;
  background: #ffffff;
  box-shadow: 0px 15px 20px rgba(167, 208, 245, 0.55);
  border-radius: 10px;
  max-width: 400px;
  display: flex;
  align-items: center;
  z-index: 3;
}
.container .menu ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  padding: 0 15px;
}
.container .menu ul li a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 10px;
  background: linear-gradient(to bottom, #C7DDFF 50%, rgba(110, 158, 233, 0.8901960784));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.container .menu ul li a img {
  width: 25px;
  margin-bottom: 3px;
}
.container .player a {
  pointer-events: fill;
}
.container .player a .sound-control {
  position: absolute;
  top: -70px;
  right: 0;
  width: 50px;
  height: 50px;
  background: rgba(253, 249, 240, 0.4901960784);
  border-radius: 50%;
}
.container .player a .sound-control.pause {
  background-image: url(/images/icon/icon-pause.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  animation: pulse 2s infinite;
}
.container .player a .sound-control.pause.play {
  background-image: url(/images/icon/icon-play.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

.modal-send-gift .content {
  max-height: 500px;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.modal-send-gift .content::-webkit-scrollbar {
  display: none;
}
.modal-send-gift h3 {
  font-size: 1.3rem;
  position: sticky;
  top: -15px;
  background: #fffcfc;
  width: 100%;
  padding: 10px 0;
  z-index: 80;
}
.modal-send-gift ul {
  list-style: none;
  width: 100%;
  margin-bottom: 30px;
}
.modal-send-gift ul li {
  margin-bottom: 15px;
}
.modal-send-gift ul li .item {
  padding: 15px;
  box-shadow: 2px 2px 11px 3px rgba(183, 183, 183, 0.25);
  border-radius: 10px;
  overflow: hidden;
}
.modal-send-gift ul li .item label {
  text-transform: uppercase;
  font-size: 0.6rem;
  letter-spacing: 3px;
  color: #b0b4b9;
}
.modal-send-gift ul li .item .value {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #617c8a;
}
.modal-send-gift ul li .item .value.account-number {
  font-size: 1.3rem !important;
}
.modal-send-gift ul li .item .value.account-number .text {
  text-decoration: none;
  color: inherit;
}
.modal-send-gift ul li .item .value input {
  height: 35px;
  padding: 0 7px;
  border: 1px solid #617c8a;
  flex: 3;
  margin-right: 5px;
  width: 100%;
  border-radius: 5px;
  color: #617c8a;
}
.modal-send-gift ul li .item .value a.copy {
  background: #607c8a;
  padding: 6px 20px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  flex: 1;
}

.list-gift-product {
  list-style: none;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding-left: 0 !important;
}
.list-gift-product li {
  width: calc(50% - 2px);
  margin: 1px 1px 20px 1px;
  position: relative;
  padding: 0px 0px 50px 0px;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
}
.list-gift-product li .image img {
  width: 100%;
  border-radius: 3px 3px 0 0;
}
.list-gift-product li .info {
  padding: 0 10px;
}
.list-gift-product li .info .product-title {
  display: block;
  font-size: 0.9rem;
  line-height: 20px;
  color: #617c8a;
}
.list-gift-product li .info .product-price {
  display: block;
  font-size: 0.9rem;
  line-height: 20px;
  color: #df5f5a;
  font-weight: 600;
}
.list-gift-product li .product-action {
  width: calc(100% - 10px);
  position: absolute;
  bottom: 5px;
  left: 5px;
  display: flex;
}
.list-gift-product li .product-action a {
  border: 1px solid;
  padding: 4px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  width: 100%;
  border-radius: 5px;
  background: #607c8a;
  color: #fff;
}
.list-gift-product li .product-action a:hover {
  border-color: #df5f5a;
  background: #df5f5a;
  color: #ffffff;
}
.list-gift-product li.add-item {
  background: url("/images/bg-wave.svg") no-repeat bottom, #efefef;
  padding: 30px;
  position: relative;
  border-radius: 7px;
  box-shadow: 2px 2px 11px 3px rgba(183, 183, 183, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
}

.footer-send-gift {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: #fff;
  border-radius: 0 0 7px 7px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 11px 3px rgba(183, 183, 183, 0.25);
  z-index: 89;
}
.footer-send-gift .btn-gift-confirmation {
  font-family: "Baskervville", serif;
  text-transform: uppercase;
  font-weight: 400;
  background: #b94239;
  color: #fff;
  padding: 0px 100px;
  border-radius: 30px;
  height: 35px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

#confirmation_form_gift .choose-gift .form-group {
  margin-right: 15px;
  display: flex;
  align-items: center;
}
#confirmation_form_gift .choose-gift .form-group label {
  margin: 0;
  margin-left: 5px;
}
#confirmation_form_gift .d-flex {
  display: flex;
}
#confirmation_form_gift .align-center {
  align-items: center;
}
#confirmation_form_gift label {
  display: block;
}
#confirmation_form_gift input, #confirmation_form_gift select {
  height: 40px;
  width: 100%;
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
  padding: 0 10px;
  border-radius: 5px;
}
#confirmation_form_gift a {
  font-family: "Afacad", sans-serif;
  background: #9F3926;
  border: none;
  padding: 10px 15px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 30px;
  font-size: 16px;
  display: inline-flex;
  cursor: pointer;
  text-decoration: none;
}
#confirmation_form_gift a.btn-outline-primary {
  background: #fff;
  border: 1px solid #1E470F;
  color: #1E470F;
  margin-right: 10px;
}

button {
  font-size: 16px;
}

.demo-top-notif {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7411764706);
  z-index: 99;
  height: 50px;
  line-height: 50px;
  color: #fff;
  padding: 0 10px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
}
.demo-top-notif .text-right {
  text-align: right;
}
.demo-top-notif a {
  padding: 6px 15px;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  font-size: 0.8rem;
  text-decoration: none;
}

@media (max-width: 390px) {
  body .bg {
    background-image: none;
  }
}
