* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Viaoda Libre", cursive;
  color: #583e29;
}

section {
  overflow: hidden;
  position: relative;
}

small {
  font-size: 0.8rem;
  font-family: "Viaoda Libre", cursive;
}

p {
  font-size: 1.1rem;
}

h1 {
  margin-top: 0;
  font-size: 3.052rem;
}

h2 {
  font-size: 2.441rem;
}

h3 {
  font-size: 1.953rem;
}

h4 {
  font-size: 1.563rem;
}

h5 {
  font-size: 1.25rem;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.row {
  display: flex;
  width: 100%;
}
.row .col-100 {
  width: 100%;
}
.row .col {
  width: 50%;
}
.row .col-1 {
  width: 8.33%;
}
.row .col-2 {
  width: 16.66%;
}
.row .col-3 {
  width: 24.99%;
}
.row .col-4 {
  width: 33.32%;
}
.row .col-5 {
  width: 41.65%;
}
.row .col-6 {
  width: 49.98%;
}
.row .col-7 {
  width: 58.31%;
}
.row .col-8 {
  width: 66.64%;
}
.row .col-9 {
  width: 74.97%;
}
.row .col-10 {
  width: 83.3%;
}
.row .col-11 {
  width: 91.63%;
}
.row .col-12 {
  width: 99.96%;
}

.font-primary {
  font-family: "Viaoda Libre", cursive;
}

.font-secondary {
  font-family: "Parisienne", cursive;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-arround {
  justify-content: space-around;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.italic {
  font-style: italic !important;
}

.m-auto {
  margin: auto !important;
}

.m-0 {
  margin: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.m-1 {
  margin: 5px !important;
}

.ml-1 {
  margin-left: 5px !important;
}

.mr-1 {
  margin-right: 5px !important;
}

.mt-1 {
  margin-top: 5px !important;
}

.mb-1 {
  margin-bottom: 5px !important;
}

.m-2 {
  margin: 10px !important;
}

.ml-2 {
  margin-left: 10px !important;
}

.mr-2 {
  margin-right: 10px !important;
}

.mt-2 {
  margin-top: 10px !important;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.m-3 {
  margin: 15px !important;
}

.ml-3 {
  margin-left: 15px !important;
}

.mr-3 {
  margin-right: 15px !important;
}

.mt-3 {
  margin-top: 15px !important;
}

.mb-3 {
  margin-bottom: 15px !important;
}

.m-4 {
  margin: 20px !important;
}

.ml-4 {
  margin-left: 20px !important;
}

.mr-4 {
  margin-right: 20px !important;
}

.mt-4 {
  margin-top: 20px !important;
}

.mb-4 {
  margin-bottom: 20px !important;
}

.m-5 {
  margin: 25px !important;
}

.ml-5 {
  margin-left: 25px !important;
}

.mr-5 {
  margin-right: 25px !important;
}

.mt-5 {
  margin-top: 25px !important;
}

.mb-5 {
  margin-bottom: 25px !important;
}

.m-6 {
  margin: 30px !important;
}

.ml-6 {
  margin-left: 30px !important;
}

.mr-6 {
  margin-right: 30px !important;
}

.mt-6 {
  margin-top: 30px !important;
}

.mb-6 {
  margin-bottom: 30px !important;
}

.m-7 {
  margin: 35px !important;
}

.ml-7 {
  margin-left: 35px !important;
}

.mr-7 {
  margin-right: 35px !important;
}

.mt-7 {
  margin-top: 35px !important;
}

.mb-7 {
  margin-bottom: 35px !important;
}

.m-8 {
  margin: 40px !important;
}

.ml-8 {
  margin-left: 40px !important;
}

.mr-8 {
  margin-right: 40px !important;
}

.mt-8 {
  margin-top: 40px !important;
}

.mb-8 {
  margin-bottom: 40px !important;
}

.m-9 {
  margin: 45px !important;
}

.ml-9 {
  margin-left: 45px !important;
}

.mr-9 {
  margin-right: 45px !important;
}

.mt-9 {
  margin-top: 45px !important;
}

.mb-9 {
  margin-bottom: 45px !important;
}

.m-10 {
  margin: 50px !important;
}

.ml-10 {
  margin-left: 50px !important;
}

.mr-10 {
  margin-right: 50px !important;
}

.mt-10 {
  margin-top: 50px !important;
}

.mb-10 {
  margin-bottom: 50px !important;
}

.m-11 {
  margin: 55px !important;
}

.ml-11 {
  margin-left: 55px !important;
}

.mr-11 {
  margin-right: 55px !important;
}

.mt-11 {
  margin-top: 55px !important;
}

.mb-11 {
  margin-bottom: 55px !important;
}

.m-12 {
  margin: 60px !important;
}

.ml-12 {
  margin-left: 60px !important;
}

.mr-12 {
  margin-right: 60px !important;
}

.mt-12 {
  margin-top: 60px !important;
}

.mb-12 {
  margin-bottom: 60px !important;
}

.p-0 {
  padding: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.p-1 {
  padding: 5px !important;
}

.pl-1 {
  padding-left: 5px !important;
}

.pr-1 {
  padding-right: 5px !important;
}

.pt-1 {
  padding-top: 5px !important;
}

.pb-1 {
  padding-bottom: 5px !important;
}

.p-2 {
  padding: 10px !important;
}

.pl-2 {
  padding-left: 10px !important;
}

.pr-2 {
  padding-right: 10px !important;
}

.pt-2 {
  padding-top: 10px !important;
}

.pb-2 {
  padding-bottom: 10px !important;
}

.p-3 {
  padding: 15px !important;
}

.pl-3 {
  padding-left: 15px !important;
}

.pr-3 {
  padding-right: 15px !important;
}

.pt-3 {
  padding-top: 15px !important;
}

.pb-3 {
  padding-bottom: 15px !important;
}

.p-4 {
  padding: 20px !important;
}

.pl-4 {
  padding-left: 20px !important;
}

.pr-4 {
  padding-right: 20px !important;
}

.pt-4 {
  padding-top: 20px !important;
}

.pb-4 {
  padding-bottom: 20px !important;
}

.p-5 {
  padding: 25px !important;
}

.pl-5 {
  padding-left: 25px !important;
}

.pr-5 {
  padding-right: 25px !important;
}

.pt-5 {
  padding-top: 25px !important;
}

.pb-5 {
  padding-bottom: 25px !important;
}

.p-6 {
  padding: 30px !important;
}

.pl-6 {
  padding-left: 30px !important;
}

.pr-6 {
  padding-right: 30px !important;
}

.pt-6 {
  padding-top: 30px !important;
}

.pb-6 {
  padding-bottom: 30px !important;
}

.p-7 {
  padding: 35px !important;
}

.pl-7 {
  padding-left: 35px !important;
}

.pr-7 {
  padding-right: 35px !important;
}

.pt-7 {
  padding-top: 35px !important;
}

.pb-7 {
  padding-bottom: 35px !important;
}

.p-8 {
  padding: 40px !important;
}

.pl-8 {
  padding-left: 40px !important;
}

.pr-8 {
  padding-right: 40px !important;
}

.pt-8 {
  padding-top: 40px !important;
}

.pb-8 {
  padding-bottom: 40px !important;
}

.p-9 {
  padding: 45px !important;
}

.pl-9 {
  padding-left: 45px !important;
}

.pr-9 {
  padding-right: 45px !important;
}

.pt-9 {
  padding-top: 45px !important;
}

.pb-9 {
  padding-bottom: 45px !important;
}

.p-10 {
  padding: 50px !important;
}

.pl-10 {
  padding-left: 50px !important;
}

.pr-10 {
  padding-right: 50px !important;
}

.pt-10 {
  padding-top: 50px !important;
}

.pb-10 {
  padding-bottom: 50px !important;
}

.p-11 {
  padding: 55px !important;
}

.pl-11 {
  padding-left: 55px !important;
}

.pr-11 {
  padding-right: 55px !important;
}

.pt-11 {
  padding-top: 55px !important;
}

.pb-11 {
  padding-bottom: 55px !important;
}

.p-12 {
  padding: 60px !important;
}

.pl-12 {
  padding-left: 60px !important;
}

.pr-12 {
  padding-right: 60px !important;
}

.pt-12 {
  padding-top: 60px !important;
}

.pb-12 {
  padding-bottom: 60px !important;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.bold {
  font-weight: bold !important;
}

footer {
  position: relative;
}
footer img.logo {
  position: absolute;
  right: 15px;
  bottom: 10px;
}

.line-height-1 {
  line-height: 1;
}

.hide {
  display: none !important;
  transition: all 5ms ease-in-out;
}

.show {
  display: block !important;
}

.btn-send-gift {
  text-align: center;
  position: fixed;
  bottom: 45px;
  z-index: 99;
  right: 25px;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.nav {
  position: fixed;
  transform: translate(-50%, -50%);
  right: 38px;
  z-index: 2;
  top: 30%;
}
.nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.nav ul li:not(:last-child) {
  margin-bottom: 10px;
}
.nav a:hover span.text {
  display: inline-block;
}
.nav a {
  margin-bottom: 10px;
}
.nav a:hover {
  transform: scale(1.1);
  transition: transform 5ms ease-in-out;
}
.nav a img {
  width: 40px;
}
.nav .navItem.active img {
  transform: scale(1.1);
}

.demo-top-notif {
  width: 100%;
  position: fixed;
  top: 0;
  background: #000000bd;
  z-index: 99;
  height: 50px;
  line-height: 50px;
  color: #fff;
  padding: 0 25px;
  flex-wrap: wrap;
}
.demo-top-notif a {
  padding: 6px 15px;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
}

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

.modal.show {
  display: block;
}

.modal.show body {
  overflow: hidden;
}

.modal .modal-content {
  width: 600px;
  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.modal-sm {
  width: 400px;
}

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

.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;
}

section.modal-send-gift {
  padding: 25px 0;
}
section.modal-send-gift .content {
  max-height: 500px;
  overflow-y: auto;
  scroll-behavior: smooth;
}
section.modal-send-gift .content::-webkit-scrollbar {
  display: none;
}
section.modal-send-gift h3 {
  font-family: "Parisienne", cursive;
}
section.modal-send-gift ul {
  list-style: none;
  width: 100%;
  margin-bottom: 30px;
}
section.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;
}
section.modal-send-gift ul li .item label {
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 2px;
  color: #b0b4b9;
}
section.modal-send-gift ul li .item .value {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}
section.modal-send-gift ul li .item .value.account-number {
  font-size: 1.3rem !important;
}
section.modal-send-gift ul li .item .value input {
  height: 35px;
  padding: 0 7px;
  border: 1px solid #2b2b2b;
  flex: 3;
  margin-right: 5px;
  width: 100%;
  border-radius: 5px;
}
section.modal-send-gift ul li .item .value a.copy {
  background: #607c8a;
  padding: 7px 20px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  flex: 1;
}
section.modal-send-gift .btn-gift-confirmation {
  background: #b94239;
  color: #fff;
  padding: 10px 100px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
  border-radius: 30px;
}

.splide__pagination__page {
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
}
.splide__pagination__page.is-active {
  background-color: #a2a2a2;
}

.splide__arrow--prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: scaleX(-1) translateY(-50%);
  border-radius: 50%;
  padding: 10px;
  background: transparent;
  border: 2px solid #808080;
  z-index: 99;
  cursor: pointer;
}
.splide__arrow--prev svg {
  width: 30px !important;
  height: 30px !important;
  fill: #808080 !important;
}

.splide__arrow--next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  padding: 10px;
  background: transparent;
  border: 2px solid #808080;
  z-index: 99;
  cursor: pointer;
}
.splide__arrow--next svg {
  width: 30px !important;
  height: 30px !important;
  fill: #808080 !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

.animated-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation-name: fadeInOut;
          animation-name: fadeInOut;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes fadeInOut {
  10% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInOut {
  10% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.animated-image:nth-of-type(0) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

.animated-image:nth-of-type(1) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.animated-image:nth-of-type(2) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

#audio_control {
  width: 45px;
  padding: 5px;
  position: fixed;
  z-index: 2;
  cursor: pointer;
  height: 45px;
  opacity: 0.5;
  background-size: cover;
  background: #666765;
  border-radius: 50%;
  right: 36px;
  bottom: 50px;
  box-shadow: 0 0 0 rgba(102, 103, 101, 0.4);
}

#audio_control.pause.play {
  background-image: url("../images/icon-icon-play.png");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

#audio_control.pause {
  background-image: url("../images/icon-icon-pause.png");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(102, 103, 101, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(102, 103, 101, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(102, 103, 101, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(102, 103, 101, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(102, 103, 101, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(102, 103, 101, 0.4);
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .nav {
    position: fixed;
    bottom: 10px;
    right: auto;
    top: auto;
    transform: translate(-50%);
    z-index: 99;
    width: 100%;
  }
  .nav ul {
    margin: auto;
    display: flex;
    justify-content: center;
    list-style: none;
    width: 90%;
    flex-direction: row;
  }
  .nav ul li:not(:last-child) {
    margin-right: 15px;
  }
  .nav ul li img {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .btn-send-gift {
    bottom: 105px;
    left: 50% !important;
    transform: translate(-50%);
  }

  .row {
    flex-direction: column;
  }
  .row .col {
    width: 100%;
    margin: auto;
  }

  .demo-top-notif {
    padding: 0 10px;
  }

  .modal-content {
    width: 90% !important;
  }

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

  .splide__list {
    margin-left: 0px !important;
  }

  #audio_control {
    top: 25px;
    left: 20px;
    right: unset;
    bottom: unset;
  }
}
#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;
}

#btn_cancel_confirm, #btn_submit_confirm {
  padding: 7px 25px;
  text-align: center;
  border-radius: 30px;
}

#btn_cancel_confirm {
  border: 1px solid #b94239;
  color: #b94239;
}

#btn_submit_confirm {
  background: #b94239;
  color: #ffffff;
}

#btn_message, #btn_send_gift {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
#btn_message img, #btn_send_gift img {
  width: 20px !important;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  position: static;
  margin-left: 5px;
}

#form_message p .font-primary {
  font-size: 0.9rem;
}

textarea {
  white-space: pre-wrap !important;
}

.ajs-header {
  border: none !important;
  background: #ffffff !important;
}

.ajs-content {
  padding: 16px 0 16px 0 !important;
}

.ajs-footer {
  border: none !important;
  background: #ffffff !important;
}

.ajs-button.ajs-ok {
  border: 1px solid #282117 !important;
  color: #282117 !important;
  border-radius: 10px;
  margin-right: 15px !important;
  margin-bottom: 15px !important;
}

.disabled {
  pointer-events: none;
}

#prokes_modal {
  color: #3e3e3d;
}
#prokes_modal p {
  font-size: 0.9rem;
}
#prokes_modal .prokes-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 5px 0;
  margin-top: 15px;
}
#prokes_modal .prokes-footer .btn-ok-prokes {
  border: 1px solid #1c1c1c;
  color: #ffffff;
  padding: 5px 15px;
  border-radius: 30px;
  background: #222121;
  font-size: 0.95rem;
}
#prokes_modal ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
#prokes_modal ul li {
  margin-bottom: 10px;
}
#prokes_modal ul li .item {
  width: 100px;
  height: 100px;
  line-height: 1rem;
  font-size: 0.9rem;
  margin: 0 5px;
  color: #3e3e3d;
}
#prokes_modal ul li .item img {
  width: 90px;
  margin-bottom: 7px;
}
#prokes_modal .top-border {
  height: 60px;
  width: 60px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
}
#prokes_modal .bottom-border {
  width: 200px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  border-radius: 5px;
}
#prokes_modal .bottom-sign {
  width: 200px;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  color: #bfbfbf;
  border-radius: 5px;
  text-align: center;
}
#prokes_modal .bottom-sign h3 {
  font-family: "Parisienne", cursive;
  font-weight: 300;
}

section.index {
  position: relative;
  background-image: url("../images/kdo1-paper.png");
  background-size: cover;
  min-height: 650px;
  height: 100vh;
}
section.index .frame {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
section.index .frame div {
  text-align: center;
  width: 90%;
  margin: auto;
}
section.index .frame div h2 {
  font-size: 3.8rem;
  line-height: 55px;
  font-weight: 100;
}
section.index .frame div .card {
  width: 90%;
  height: 110px;
  min-width: 250px;
  max-width: 300px;
  background-color: #ffffff;
  border-radius: 10px;
  margin: 20px auto;
  text-align: center;
  padding: 10px 0;
  font-family: "Noto Sans", sans-serif;
}
section.index .frame div .card h5 {
  margin: 5px 0;
  font-size: 1.2rem;
  font-family: "Noto Sans", sans-serif;
}
section.index .frame div a {
  padding: 7px 30px;
  background-color: #573e29;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
}
section.index .flower {
  position: absolute;
  width: 650px;
  height: 650px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/kdo1-index_flower_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  display: block;
  pointer-events: none;
}

section.cover {
  position: relative;
  min-height: 650px;
  height: 100vh;
}
section.cover .cover-background {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
section.cover .frame {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
section.cover .frame div:first-child {
  width: 90%;
  text-align: center;
}
section.cover .frame div:first-child h2 {
  font-size: 3.8rem;
  line-height: 55px;
  font-weight: 100;
}
section.cover .frame div:first-child h6 {
  font-size: 2rem;
  font-family: "Parisienne", cursive;
  font-weight: 100;
}
section.cover .flower {
  position: absolute;
  width: 650px;
  height: 650px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/kdo1-index_flower_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
section.cover .count_down {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
section.cover .count_down div.item {
  width: 75px;
  height: 75px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #826e5f;
  padding: 8px 0;
  text-align: center;
  background: #ffffffe6;
  font-size: 1.5rem;
}
section.cover .count_down div.item .time {
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 2px;
}
section.cover .count_down div.item span {
  display: block;
  font-size: 0.9rem;
}
section.cover .count_down div.item:not(:last-child) {
  margin-right: 10px;
}
section.cover .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/kdo1-paper.png") center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.6);
}

section.bridegroom {
  text-align: center;
  background-image: url("../images/kdo1-paper.png"), url("../images/kdo1-bride_info_flower1.png"), url("../images/kdo1-bride_info_flower2.png");
  background-position: center, left center, right center;
  background-repeat: no-repeat;
  background-size: cover, 50%, 50%;
  position: relative;
}
section.bridegroom .content {
  z-index: 2;
  max-width: 600px;
  height: 100%;
  margin: auto;
  padding: 35px 0 50px 0;
  display: inline-table;
}
section.bridegroom .content h2 {
  font-family: "Parisienne", cursive;
  font-size: 3.5rem;
  font-weight: 100;
}
section.bridegroom .content h4 {
  font-family: "Parisienne", cursive;
  font-size: 2.5rem;
  font-weight: 100;
}
section.bridegroom .content p {
  font-size: 1.2rem;
}
section.bridegroom .content .row .col {
  position: relative;
}
section.bridegroom .content .row .col .center-flower {
  position: absolute;
  width: 150px !important;
  right: -75px;
  top: 48px;
  z-index: 2;
}
section.bridegroom .content .row img.bride {
  width: 225px;
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
section.bridegroom .content .row p, section.bridegroom .content .row small {
  font-family: "Noto Sans", sans-serif !important;
}
section.bridegroom .content .row p {
  font-size: 1rem;
}
section.bridegroom .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0.7;
  z-index: -1;
  top: 0;
}

section.event {
  text-align: center;
}
section.event .content {
  padding: 70px 0;
  max-width: 1100px;
  margin: auto;
}
section.event .content h2 {
  font-family: "Parisienne", cursive;
  font-size: 3.5rem;
  font-weight: 100;
}
section.event .content .item {
  width: 400px;
  height: 400px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
section.event .content .item .detail {
  position: absolute;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  width: 315px;
  height: 315px;
  border-radius: 50%;
  top: 25px;
  left: 40px;
  padding: 30px 15px;
}
section.event .content .item .detail h3 {
  font-size: 2.3rem;
  font-family: "Parisienne", cursive;
  font-weight: 100;
  line-height: 30px;
}
section.event .content .item .detail p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 100;
}
section.event .content .item .fm {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%);
  pointer-events: none;
}

section.story {
  background-image: url("../images/kdo1-story_bg.png"), url("../images/kdo1-paper.png");
  background-position: top right, center;
  background-repeat: no-repeat;
  background-size: 600px, cover;
}
section.story .content {
  padding: 70px 30px;
  max-width: 1100px;
  margin: auto;
}
section.story .content h2 {
  font-family: "Parisienne", cursive;
  font-size: 3.5rem;
  font-weight: 100;
  text-align: center;
}
section.story .content .list-stories {
  font-family: "Noto Sans", sans-serif;
  height: 350px;
}
section.story .content .list-stories div .item {
  width: 300px;
  min-height: 300px;
  max-height: 400px;
  background: #ffffffd6;
  border-radius: 60px;
  position: relative;
  padding: 50px 20px;
  margin: auto;
}
section.story .content .list-stories div .item h5 {
  font-size: 2rem;
  font-family: "Parisienne", cursive;
}
section.story .content .list-stories div .item p {
  font-size: 1rem;
}
section.story .content .list-stories div .item .bf {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%);
  background-image: url("../images/kdo1-story_flower_item.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 75px;
  width: 75px;
}

section.galery {
  position: relative;
  text-align: center;
}
section.galery .content {
  padding: 75px 0;
  max-width: 1200px;
  margin: auto;
}
section.galery .content h2 {
  font-family: "Parisienne", cursive;
  font-size: 3.5rem;
  font-weight: 100;
}
section.galery .content .image-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 95%;
  margin: auto;
  position: relative;
}
section.galery .content .image-list img.top-left {
  position: absolute;
  top: -50px;
  left: -60px;
  z-index: 1;
  width: 150px;
}
section.galery .content .image-list img.bottom-right {
  position: absolute;
  bottom: -60px;
  right: 8px;
  z-index: 1;
  width: 300px;
}
section.galery .content .image {
  width: calc(25% - 20px);
  background-color: #fafafa;
  border-radius: 5px;
  position: relative;
  margin: 10px;
  display: flex;
}
section.galery .content .image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
section.galery .content .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
}

section.rsvp {
  position: relative;
  background-image: url("../images/kdo1-paper.png");
  background-size: contain;
  font-family: "Parisienne", cursive;
}
section.rsvp .content {
  padding: 70px 0;
}
section.rsvp .content h2 {
  font-size: 3.5rem;
  font-weight: 100;
  text-align: center;
}
section.rsvp .content .form_message {
  width: 600px;
  margin: auto;
  background: #ffffff;
  padding: 40px;
  position: relative;
  border-radius: 15px;
}
section.rsvp .content .form_message input:not([type=radio]) {
  height: 40px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  outline: none;
  border-color: none;
  background: transparent;
  box-shadow: none;
  border: 0px solid;
  border-bottom: 1px solid #ccc;
  color: #573e2a;
  text-transform: capitalize;
}
section.rsvp .content .form_message textarea {
  width: 100%;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  outline: none;
  box-shadow: none;
  background: transparent;
  background-attachment: local;
  background-image: repeating-linear-gradient(transparent, transparent 30px, #ccc 30px, #ccc 31px, white 31px);
  line-height: 31px;
  border: none;
  color: #573e2a;
  resize: none;
}
section.rsvp .content .form_message button {
  height: 40px;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  background: #573e2a;
  color: #faf8f0;
  outline: none;
  border-color: transparent;
  box-shadow: none;
  cursor: pointer;
}
section.rsvp .content .form_message button:focus,
section.rsvp .content .form_message textarea:focus,
section.rsvp .content .form_message input:focus {
  outline: none;
  box-shadow: none;
}
section.rsvp .content .form_message label, section.rsvp .content .form_message p {
  font-size: 1.4rem;
}
section.rsvp .content .form_message label.font-primary, section.rsvp .content .form_message p.font-primary {
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  cursor: pointer;
}
section.rsvp .content .form_message img {
  position: absolute;
  top: -60px;
  right: -70px;
  width: 150px;
}
section.rsvp .content .form_message input[type=radio]:after {
  cursor: pointer;
}
section.rsvp .content .form_message input[type=radio]:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #d1d3d1;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
section.rsvp .content .form_message input[type=radio]:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #583e29;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
section.rsvp .message_guest {
  width: 90%;
  margin: auto;
  background: #ffffff;
  margin-top: 45px;
  border-radius: 15px;
  padding: 35px;
  max-width: 600px;
  font-family: "Noto Sans", sans-serif;
}
section.rsvp .message_guest p {
  font-family: "Parisienne", cursive;
  font-size: 2rem;
}
section.rsvp .message_guest ul li span.from {
  display: block;
  text-transform: capitalize;
  font-weight: bold;
}
section.rsvp .message_guest ul li {
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 10px;
  background: #f1f1f1;
}
section.rsvp .message_guest ul li span.guest_message {
  font-weight: 100;
}
section.rsvp .message_guest #message_list {
  max-height: 600px;
  overflow-y: auto;
  scroll-behavior: smooth;
}
section.rsvp .message_guest #message_list::-webkit-scrollbar {
  display: none;
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* CSS */
}
/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  /* CSS */
}
/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
  section.index .frame div:first-child h2 {
    font-size: 3.2rem;
  }

  section.cover .frame div:first-child h2 {
    font-size: 3.2rem;
  }

  section.bridegroom {
    background-position: center, left center, right bottom;
    background-size: cover, 70%, 70%;
  }
  section.bridegroom .content {
    width: 90%;
  }
  section.bridegroom .content .row {
    flex-direction: column;
  }
  section.bridegroom .content .row .col .center-flower {
    display: none;
  }
  section.bridegroom .content .row .col .image-bride {
    position: relative;
    width: 225px;
    height: 225px;
    margin: auto;
  }
  section.bridegroom .content .row .col .image-bride.right:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -25px;
    width: 100px;
    height: 100px;
    background: url("../images/kdo1-bride_info_center_flower.png") no-repeat center;
    background-size: contain;
  }
  section.bridegroom .content .row .col .image-bride.left:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -25px;
    width: 100px;
    height: 100px;
    background: url("../images/kdo1-bride_info_center_flower.png") no-repeat center;
    background-size: contain;
  }

  section.event .content {
    width: 90%;
    margin: auto;
  }
  section.event .content h2 {
    font-size: 3rem;
  }
  section.event .content .row .item {
    width: 100%;
  }
  section.event .content .row .item .detail h3 {
    font-size: 2rem;
  }
  section.event .content .row .item img {
    width: 100%;
  }
  section.event .content .row .item .detail {
    top: 16px;
    left: 28px;
  }
  section.event .content .row .item:not(:last-child) {
    margin-bottom: 50px;
  }
  section.event .content .row .item .fm {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translate(-50%);
    width: 150px;
  }
  section.event .content .row .item .fm img {
    width: 80px !important;
  }

  section.story {
    background-position: center right;
    background-size: contain 400px;
  }
  section.story .content {
    padding: 50px 0;
  }
  section.story .content h2 {
    font-size: 3rem;
  }
  section.story .content .list-stories {
    height: 350px;
  }
  section.story .content .list-stories div .item {
    width: 300px;
  }

  section.galery .content {
    padding: 50px 0;
  }
  section.galery .content h2 {
    font-size: 3rem;
  }
  section.galery .content .image-list {
    width: 95% !important;
  }
  section.galery .content .image-list img.top-left {
    top: -50px;
    left: -3px;
    width: 120px;
  }
  section.galery .content .image-list img.bottom-right {
    bottom: -30px;
    right: 9px;
    width: 200px;
  }
  section.galery .content .image-list .image {
    width: calc(50% - 20px);
    margin: 10px;
  }

  section.rsvp .content {
    padding: 50px 0;
  }
  section.rsvp .content h2 {
    font-size: 3rem;
  }
  section.rsvp .content .form_message {
    width: 90%;
    padding: 20px;
  }
  section.rsvp .content .form_message img {
    top: -41px;
    right: -20px;
    width: 100px;
  }
  section.rsvp .content .message_guest {
    padding: 20px;
  }
  section.rsvp .content .message_guest p {
    font-size: 1.5rem;
    font-weight: bold;
  }

  footer .logo {
    display: none;
  }
}
@media (max-width: 400px) {
  section.event .content .row .item .detail {
    top: 6px !important;
    left: 13px !important;
  }

  section.event .content .item .detail {
    width: 310px !important;
    height: 310px !important;
  }
}
@media (max-width: 375px) {
  .content .row .item .detail {
    width: 275px !important;
    height: 275px !important;
  }
}
.dot {
  width: 20px;
  height: 20px;
  position: absolute;
  background: url("../images/kdo1-particle.png");
  background-size: 100% 100%;
  z-index: 3;
}

#container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.btn-open-map {
  padding: 5px 15px;
  background: #6c444a;
  border-radius: 30px;
  color: #fff;
  display: flex;
  align-items: center;
}
.btn-open-map img {
  width: 20px !important;
  margin-left: 5px;
}

.btn-open-live {
  padding: 5px 15px;
  background: #6c444a;
  border-radius: 30px;
  color: #fff;
  display: flex;
  align-items: center;
}
.btn-open-live img {
  width: 20px !important;
  margin-left: 5px;
}

.splide__arrow--prev {
  position: absolute;
  top: 50%;
  left: -50px;
  transform: scaleX(-1) translateY(-50%);
  border-radius: 50%;
  padding: 10px;
  background: transparent;
  border: 2px solid #808080;
  z-index: 99;
  cursor: pointer;
}
.splide__arrow--prev svg {
  width: 30px !important;
  height: 30px !important;
  fill: #808080 !important;
}

.splide__arrow--next {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  border-radius: 50%;
  padding: 10px;
  background: transparent;
  border: 2px solid #808080;
  z-index: 99;
  cursor: pointer;
}
.splide__arrow--next svg {
  width: 30px !important;
  height: 30px !important;
  fill: #808080 !important;
}
