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

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  height: 100%;
  color: #9F3926;
  font-family: "Alexandria", sans-serif;
  font-size: 18px;
  background: #ececec;
}
body .bg {
  position: fixed;
  z-index: 0;
  background: radial-gradient(#edf1f7, 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 {
  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%;
}
.loading .opening .g, .loading .opening .b {
  font-family: "Akatab", 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: "Alex Brush", cursive;
  margin-top: 20px;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}
.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: "Alex Brush", cursive;
  color: #9F3926;
  font-size: 26px;
  padding-bottom: 30px;
  text-align: center;
}
.container section.cover {
  height: 100%;
  text-align: center;
  background: url("/images/kdo46/kdo46-bg.svg") center no-repeat, url("https://cdn.kadio.id/cdn/1750132663_kdo46-bg-2.png") center 10px no-repeat, #FFD6CE;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  background-size: cover, 100%;
  overflow-x: hidden;
}
.container section.cover img.frame-left {
  position: absolute;
  top: 0px;
  width: 270px;
  left: 0px;
  z-index: 2;
  width: 60%;
}
.container section.cover img.frame-right {
  position: absolute;
  top: 0px;
  width: 270px;
  right: 0px;
  z-index: 2;
  width: 60%;
}
.container section.cover .profile-image {
  margin: 50px auto 0px auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  aspect-ratio: 4/3;
}
.container section.cover .profile-image img {
  border-radius: 16px;
}
.container section.cover .profile-image img.profile {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.container section.cover .bg-cover {
  position: fixed;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, #9F3926 10%, transparent);
  bottom: 0;
  left: 50%;
  max-width: 480px;
  transform: translateX(-50%);
}
.container section.cover .info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container section.cover .info .sub-title {
  color: #9F3926;
  font-family: "Akatab", sans-serif;
  letter-spacing: 4px;
  font-size: 16px;
  margin-bottom: 15px;
}
.container section.cover .info .title-sec {
  width: 90%;
  max-width: 400px;
  padding: 0px 15px;
  text-align: center;
  position: relative;
}
.container section.cover .info .title-sec h1 {
  font-family: "Alex Brush", cursive;
  font-size: 48px;
  color: #9F3926;
  font-weight: 400;
  line-height: 87%;
}
.container section.cover .info .guest {
  border-radius: 5px;
  min-width: 240px;
  max-width: 320px;
  padding: 15px;
  margin: 0;
  color: #D2E9FF;
  font-size: 12px;
}
.container section.cover .info .guest .label {
  font-family: "Akatab", sans-serif;
  font-size: 12px;
  color: #E35336;
}
.container section.cover .info .guest .name {
  font-family: "Alexandria", sans-serif;
  font-weight: bold;
  padding: 3px 0;
  color: #E35336;
  font-size: 20px;
  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 .info 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: #9F3926;
  display: flex;
  align-items: center;
}
.container section.cover .info a.opened {
  pointer-events: none;
  background: none;
  color: #9F3926;
}
.container section.cover .info 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/1750132663_kdo46-bg-2.png") center 10px no-repeat, #FFD6CE;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  background-size: 100%;
}
.container section.index img.frame-left {
  position: absolute;
  top: 0px;
  width: 270px;
  left: 0px;
  z-index: 2;
  width: 60%;
}
.container section.index img.frame-right {
  position: absolute;
  top: 0px;
  width: 270px;
  right: 0px;
  z-index: 2;
  width: 60%;
}
.container section.index img.frame-bottom {
  position: absolute;
  bottom: -70px;
  width: 270px;
  left: 0px;
  z-index: 0;
  width: 200px;
}
.container section.index .profile-image {
  margin: 60px auto 0px auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  aspect-ratio: 4/3;
}
.container section.index .profile-image img {
  border-radius: 16px;
}
.container section.index .profile-image img.profile {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.container section.index .bg-cover {
  position: absolute;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, #9F3926 10%, transparent);
  bottom: 0;
  left: 0;
  z-index: 1;
}
.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: "Alexandria", sans-serif;
  font-size: 36px;
  color: #9F3926;
}
.container section.index .count-down {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #FFD6CE;
  background: #9F3926;
  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: "Akatab", sans-serif;
  font-size: 20px;
  color: #FFD6CE;
}
.container section.index .count-down .box .label {
  font-family: "Akatab", sans-serif;
  font-size: 10px;
  color: #FFD6CE;
}
.container section.index .date {
  font-family: "Akatab", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #E35336;
  margin: 5px 0 30px 0;
}
.container section.introduction {
  text-align: center;
  padding: 50px 0 0px 0;
  background: url("/images/kdo46/kdo46-bg-3.svg") right bottom no-repeat, #9F3926;
  position: relative;
}
.container section.introduction h2 {
  font-family: "Alexandria", sans-serif;
  color: #FFD6CE;
  font-size: 36px;
  font-weight: 300;
  margin: 0px 0 30px 0;
}
.container section.introduction .intro {
  padding: 0 30px;
  color: #FFD6CE;
  font-size: 16px;
  font-family: "Akatab", sans-serif;
}
.container section.introduction .bride {
  margin-top: 50px;
}
.container section.introduction .bride.right {
  background: url("https://cdn.kadio.id/cdn/1750149656_intro-bg-right.png") top -70px right no-repeat;
  background-size: 250px;
}
.container section.introduction .bride.left {
  background: url("https://cdn.kadio.id/cdn/1750149885_intro-bg-left.png") top -50px left no-repeat;
  background-size: 250px;
}
.container section.introduction .bride .image {
  width: 220px;
  aspect-ratio: 4/3;
  border-radius: 10px;
  margin: auto;
  position: relative;
  font-family: "Akatab", sans-serif;
  color: #9F3926;
  font-size: 60px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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: "Alex Brush", cursive;
  color: #FFD6CE;
  font-size: 40px;
  padding-top: 20px;
}
.container section.introduction .bride .profile .full-name {
  font-family: "Akatab", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #FFD6CE;
  margin-bottom: 10px;
}
.container section.introduction .bride .profile .label {
  font-family: "Akatab", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 7px 0;
  color: #FFD6CE;
}
.container section.introduction .bride .profile .parents {
  font-family: "Akatab", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #FFD6CE;
  line-height: 160%;
}
.container section.introduction .bottom-flower {
  width: 100%;
  background: linear-gradient(to bottom, #9F3926 50%, #fffdfd);
  padding-top: 50px;
}
.container section.introduction .bottom-flower img {
  width: 270px;
}
.container section.event {
  text-align: center;
  background: #ffffff;
}
.container section.event .title {
  color: #9F3926;
  font-family: "Alexandria", sans-serif;
  font-weight: 300;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 50px 50px 0px 50px;
}
.container section.event .title .border-left-title {
  width: 15px;
  height: 63px;
  position: absolute;
  background: #9F3926;
  top: 40px;
  left: 0px;
}
.container section.event .list-event {
  list-style: none;
  margin: auto;
}
.container section.event .list-event li {
  padding: 40px 50px 100px 50px;
  position: relative;
  text-align: left;
}
.container section.event .list-event li .event-name {
  font-family: "Alexandria", sans-serif;
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 25px;
  color: #9F3926;
  line-height: 100%;
}
.container section.event .list-event li .place-name {
  font-family: "Akatab", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 10px 0;
  color: #9F3926;
}
.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: "Akatab", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #E35336;
}
.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: 25px;
  font-size: 16px;
}
.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/kdo44/map.svg") no-repeat center;
}
.container section.event .list-event li a .icon.live {
  background: url("/images/kdo44/live.svg") no-repeat center;
}
.container section.event .list-event li.white .flower {
  position: absolute;
  bottom: -70px;
  right: 0;
  width: 220px;
  height: 140px;
  background: url("https://cdn.kadio.id/cdn/1750151641_kdo46-flower-5.png") center right no-repeat;
  background-size: contain;
  z-index: 2;
}
.container section.event .list-event li.red {
  background: #FFD6CE;
  padding: 100px 50px 50px 50px;
}
.container section.event .list-event li.red .event-name {
  color: #9F3926;
  position: relative;
}
.container section.event .list-event li.red .place-name {
  color: #9F3926;
}
.container section.event .list-event li.red .address, .container section.event .list-event li.red .event-date {
  color: #9F3926;
}
.container section.event .list-event li.red .border-left-title {
  width: 15px;
  height: 63px;
  position: absolute;
  background: #9F3926;
  top: -15px;
  left: -50px;
}
.container section.story {
  padding: 30px 50px 30px 50px;
  background: url("/images/kdo46/kdo46-bg-4.svg") center no-repeat, #ffffff;
  background-size: 100%;
  background-size: cover;
  position: relative;
  text-align: center;
}
.container section.story h2 {
  font-family: "Alexandria", sans-serif;
  color: #9F3926;
  font-size: 40px;
  font-weight: 300;
  position: relative;
  margin-bottom: 50px;
  text-align: left;
}
.container section.story h2 .border-left-title {
  width: 15px;
  height: 63px;
  position: absolute;
  background: #9F3926;
  top: -11px;
  left: -50px;
}
.container section.story img.flower-top {
  position: absolute;
  top: -20px;
  right: 0;
  width: 120px;
}
.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;
  background-size: contain;
  background: #9F3926;
}
.container section.story ul li .item .title {
  font-family: "Alexandria", sans-serif;
  font-size: 32px;
  font-weight: 300;
  color: #FFD6CE;
}
.container section.story ul li .item .sub-title {
  font-family: "Alexandria", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #FFD6CE;
}
.container section.story ul li .item .story {
  font-family: "Akatab", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #FFD6CE;
}
.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 4px;
  display: inline-block;
  border-radius: 50%;
  background-color: #FFD6CE;
  opacity: 0.5;
  cursor: pointer;
}
.container section.story .dot.active {
  background-color: #9F3926;
  opacity: 1;
}
.container section.story img {
  width: 250px;
  margin: 30px auto;
}
.container section.gallery {
  background: white;
  text-align: center;
  padding: 30px 0 30px 0;
  position: relative;
}
.container section.gallery h2 {
  font-family: "Alexandria", sans-serif;
  font-weight: 300;
  font-size: 40px;
  padding-bottom: 100px;
  position: relative;
  text-align: left;
  padding-left: 50px;
}
.container section.gallery h2 .border-left-title {
  width: 15px;
  height: 63px;
  position: absolute;
  background: #9F3926;
  top: -11px;
  left: 0;
}
.container section.gallery .image-list {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 1px;
       column-gap: 1px;
  padding: 10px;
  margin-top: -70px;
  position: relative;
  z-index: 1;
}
.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.gallery .bg-color {
  position: absolute;
  width: 100%;
  height: 35%;
  bottom: 0;
  left: 0;
  background: #FFD6CE;
  z-index: 0;
}
.container section.rsvp {
  background: url("https://cdn.kadio.id/cdn/1750171860_kdo46-bg-7.png") bottom 130px right no-repeat, #FFD6CE;
  background-size: 210px;
  padding: 20px 10px 70px 10px;
}
.container section.rsvp h2 {
  font-family: "Alexandria", sans-serif;
  color: #9F3926;
  font-size: 40px;
  font-weight: 300;
  text-align: left;
  position: relative;
  padding-left: 50px;
}
.container section.rsvp h2 .border-left-title {
  width: 15px;
  height: 63px;
  position: absolute;
  background: #9F3926;
  top: -11px;
  left: -10px;
}
.container section.rsvp .form {
  padding: 0 0 40px 0px;
  width: 90%;
  margin: auto;
  border-radius: 7px;
}
.container section.rsvp .form .form-group.bgs {
  background: #fff;
  border-radius: 7px 7px 0 0;
  padding: 10px;
  border-bottom: 1px solid #191919;
}
.container section.rsvp .form .form-group:not(:last-child) {
  margin-bottom: 20px;
}
.container section.rsvp .form .form-group label {
  font-family: "Akatab", sans-serif;
  display: block;
  color: #9F3926;
}
.container section.rsvp .form .form-group input[type=text] {
  width: 100%;
  border: none;
  background: none;
  height: 40px;
  color: #9F3926;
  font-family: "Akatab", sans-serif;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0;
}
.container section.rsvp .form .form-group input[type=text]:focus {
  outline: none;
}
.container section.rsvp .form .form-group p {
  font-family: "Akatab", sans-serif;
  font-size: 16px;
  color: #9F3926;
  margin-top: 5px;
  text-align: center;
}
.container section.rsvp .form .form-group textarea {
  font-family: "Akatab", sans-serif;
  width: 100%;
  outline: none;
  box-shadow: none;
  background: transparent;
  line-height: 31px;
  border: none;
  color: #9F3926;
  resize: none;
  height: 160px;
  font-size: 16px;
}
.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: #9F3926;
  border: 1px solid #9F3926;
  margin: auto;
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-top: 20px;
  color: #ffffff;
  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: #9F3926;
  border: 1px solid #9F3926;
  color: #ffffff;
  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: "Alex Brush", cursive;
  color: #9F3926;
  font-size: 40px;
  font-weight: 400;
}
.container section.thank-you {
  background: #fff;
  padding: 80px 20px 50px 20px;
  text-align: center;
  position: relative;
}
.container section.thank-you p {
  font-family: "Akatab", sans-serif;
  font-size: 16px;
  color: #072A4C;
  margin-top: 5px;
  text-align: center;
}
.container section.thank-you h2 {
  font-family: "Alexandria", sans-serif;
  color: #9F3926;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  line-height: 100%;
}
.container section.thank-you img {
  position: absolute;
  top: -80px;
  width: 250px;
  left: 50%;
  transform: translateX(-50%);
}
.container section.message {
  padding: 0px 0 10px 0;
  background: #fff;
  background-size: 250px;
}
.container section.message .flower-top {
  display: none;
}
.container section.message.pt-60 {
  border-top: 35px solid;
}
.container section.message.pt-60 .flower-top {
  position: absolute;
  top: -86px;
  right: 0;
  width: 120px;
  display: block;
}
.container section.message .title {
  text-align: center;
  padding: 40px 0 0 0;
  position: relative;
}
.container section.message .title h2 {
  font-family: "Alexandria", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #072A4C;
  margin-bottom: 20px;
  text-align: left;
  padding-left: 50px;
}
.container section.message .title h2 .border-left-title {
  width: 15px;
  height: 63px;
  position: absolute;
  background: #9F3926;
  top: -11px;
  left: 0px;
}
.container section.message .list-message {
  list-style: none;
  width: 100%;
  margin: auto;
  padding: 10px 20px 30px 20px;
}
.container section.message .list-message li {
  background: #FFD6CE;
  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: #9F3926;
  font-family: "Akatab", sans-serif;
  color: #ffffff;
  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: "Akatab", sans-serif;
  font-size: 18px;
  color: #9F3926;
  margin-bottom: 5px;
}
.container section.message .list-message li .item .guest .msg {
  font-family: "Akatab", sans-serif;
  font-size: 14px;
  color: #9F3926;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -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: "Alex Brush", cursive;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}
.container section.gift .list-gift ul li .value {
  font-family: "Alex Brush", cursive;
  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: 0px 10px 180px 10px;
  background: url("/images/kdo46/kdo46-bg-3.svg") right center no-repeat, url("https://cdn.kadio.id/cdn/1750171860_kdo46-bg-7.png") center right no-repeat, url("https://cdn.kadio.id/cdn/1750149885_intro-bg-left.png") left bottom 10px no-repeat, #9F3926;
  background-size: 150px, 200px, 200px;
  position: relative;
}
.container section.inviter h2 {
  font-family: "Alexandria", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #FFD6CE;
  line-height: 100%;
  position: relative;
  text-align: left;
  padding-left: 30px;
}
.container section.inviter h2 .border-left-title {
  width: 15px;
  height: 63px;
  position: absolute;
  background: #FFD6CE;
  top: 10px;
  left: -10px;
}
.container section.inviter .list-inviter {
  width: 90%;
  margin: auto;
  border-radius: 7px;
  padding: 0 0 30px 0px;
}
.container section.inviter .list-inviter .item {
  border-radius: 5px;
}
.container section.inviter .list-inviter .item:not(:last-child) {
  margin-bottom: 20px;
}
.container section.inviter .list-inviter .item .item-title {
  font-family: "Akatab", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  color: #FFD6CE;
}
.container section.inviter .list-inviter .item ol {
  list-style: none;
}
.container section.inviter .list-inviter .item ol li {
  font-family: "Akatab", sans-serif;
  font-size: 16px;
  color: #FFD6CE;
  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: #fff;
}
.container section.footer div {
  width: 100%;
  background: #9F3926;
  padding: 5px;
  color: #FFD6CE;
  font-family: "Akatab", sans-serif;
}
.container section.footer a {
  font-family: "Akatab", sans-serif;
  text-decoration: none;
  color: #FFD6CE;
}
.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 .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: "Akatab", 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: "Alexandria", sans-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;
}

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