.tcs-calendar-section {
  color: #2b2b2b;
}
.tcs-calendar-section .time-address-block {
  margin: 0 auto 32px;
  width: -moz-fit-content;
  width: fit-content;
}
.tcs-calendar-section .time-address-block .time,
.tcs-calendar-section .time-address-block .address {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}
.tcs-calendar-section .time-address-block .time > i,
.tcs-calendar-section .time-address-block .address > i {
  flex: 0 0 22px;
  text-align: center;
}
.tcs-calendar-section .time-address-block .time > i.ti-location-pin,
.tcs-calendar-section .time-address-block .address > i.ti-location-pin {
  font-size: 20px;
}
@media (max-width: 767px) {
  .tcs-calendar-section .time-address-block .time,
  .tcs-calendar-section .time-address-block .address {
    flex-direction: column;
    line-height: 1.5;
    margin-bottom: 16px;
    gap: 4px;
  }
  .tcs-calendar-section .time-address-block .time > i,
  .tcs-calendar-section .time-address-block .address > i {
    display: none;
  }
  .tcs-calendar-section .time-address-block .time .date,
  .tcs-calendar-section .time-address-block .address .date {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .tcs-calendar-section .time-address-block .time:not(.time),
  .tcs-calendar-section .time-address-block .address:not(.time) {
    font-size: 16px;
  }
}
.tcs-calendar-section .time-address-block .address,
.tcs-calendar-section .time-address-block .time .hour,
.tcs-calendar-section .time-address-block .time .date {
  font-weight: 500;
}
.tcs-calendar-section .time-address-block .time .date-al {
  font-style: italic;
  color: var(--text-light);
}
.tcs-calendar-section .calendar-wrap {
  position: relative;
  width: 100%;
  min-height: 220px;
  background: transparent;
}
.tcs-calendar-section .calendar-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: none;
}
.tcs-calendar-section .calendar-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
}
.tcs-calendar-section .calendar-inner {
  position: relative;
  z-index: 2;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.tcs-calendar-section .calendar-date-left {
  display: flex;
  gap: 20px;
  align-items: unset;
  position: relative;
}
.tcs-calendar-section .calendar-date-left .couple-block {
  text-align: center;
  display: none;
}
.tcs-calendar-section .calendar-date-left .couple-block > p {
  font-size: 48px;
  font-family: "Ephesis";
  color: var(--color-primary-1);
  line-height: 1.6;
  text-transform: capitalize;
}
.tcs-calendar-section .calendar-date-left .couple-block > p:nth-child(2) {
  font-size: 58px;
  line-height: 1;
  text-align: end;
  padding-right: 12px;
}
.tcs-calendar-section .calendar-date-left .couple-block > p:last-child {
  position: absolute;
  left: 100%;
  bottom: -12px;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.tcs-calendar-section .calendar-date-left .date-block {
  font-family: "Frank Ruhl Libre", serif;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  color: #484848;
}
.tcs-calendar-section .calendar-date-left .date-block .day {
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  display: block;
  color: #484848;
}
.tcs-calendar-section .calendar-date-left .date-block .month {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.65;
  color: #484848;
}
.tcs-calendar-section .calendar-date-left .date-block .year {
  display: block;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  opacity: 0.85;
  color: #484848;
}
.tcs-calendar-section .calendar-date-left .date-block .symbol {
  display: none;
}
.tcs-calendar-section .calendar-cal-outer {
  box-sizing: border-box;
  padding: 0;
  background: transparent;
  border: none;
}
.tcs-calendar-section .calendar-cal-title {
  display: none;
}
.tcs-calendar-section .calendar-cal {
  width: 100%;
}
.tcs-calendar-section .calendar-cal-frame {
  width: 100%;
  position: relative;
}
.tcs-calendar-section .calendar-cal-dow-row {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding-bottom: 8px;
  gap: 8px;
  letter-spacing: 1px;
}
.tcs-calendar-section .calendar-cal-dow-row div {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  width: 36px;
}
.tcs-calendar-section .calendar-cal-grid {
  margin-top: 4px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}
.tcs-calendar-section .calendar-cal-grid > div {
  min-height: 32px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  position: relative;
}
.tcs-calendar-section .calendar-cal-day-span {
  z-index: 2;
}
.tcs-calendar-section .calendar-cal-empty {
  opacity: 0;
}
@keyframes calendarPulse {
  0% {
    transform: translate(-50%, -50%) scale(1.25);
    opacity: 0.85;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.45);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.25);
    opacity: 0.85;
  }
}
.tcs-calendar-section .calendar-cal {
  /* Icon mark */
}
.tcs-calendar-section .calendar-cal .calendar-cal-mark {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.3);
  z-index: 1;
  pointer-events: none;
  animation: calendarPulse 1.66s ease-in-out infinite;
}
.tcs-calendar-section {
  /* states */
}
.tcs-calendar-section .calendar-cal-day--sun .calendar-cal-day-span,
.tcs-calendar-section .calendar-cal-day--selected .calendar-cal-day-span {
  font-weight: 700;
}
.tcs-calendar-section .calendar-cal-day--selected {
  color: var(--color-primary-1);
}

@media (max-width: 1200px) {
  .tcs-calendar-section .calendar-inner .calendar-date-left {
    align-items: center;
  }
  .tcs-calendar-section .calendar-inner .calendar-date-left .couple-block > p {
    text-align: center;
    position: unset;
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .tcs-calendar-section .calendar-cal-dow-row div,
  .tcs-calendar-section .calendar-cal-grid > div {
    font-size: 14px;
  }
  .tcs-calendar-section .calendar-cal-dow-row,
  .tcs-calendar-section .calendar-cal-grid {
    gap: 6px;
  }
  .tcs-calendar-section .calendar-cal-grid > div {
    min-height: 28px;
  }
  .tcs-calendar-section .calendar-cal .calendar-cal-mark {
    width: 34px;
    height: 34px;
  }
  .tcs-calendar-section .calendar-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 28px 22px;
  }
  .tcs-calendar-section .calendar-date-left .date-block {
    background: none;
    backdrop-filter: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: none;
    padding: 0;
  }
  .tcs-calendar-section .calendar-date-left .date-block .day {
    display: none;
  }
  .tcs-calendar-section .calendar-date-left .date-block .symbol,
  .tcs-calendar-section .calendar-date-left .date-block .month,
  .tcs-calendar-section .calendar-date-left .date-block .year {
    font-size: 28px;
    opacity: 1;
    font-weight: 500;
    color: #484848;
  }
  .tcs-calendar-section .calendar-date-left .date-block .symbol {
    display: block;
  }
  .tcs-calendar-section .calendar-bg::after {
    background: rgba(255, 255, 255, 0.7);
  }
  .tcs-calendar-section .calendar-inner .calendar-date-left {
    flex-direction: column;
  }
  .tcs-calendar-section .calendar-inner .calendar-date-left .couple-block {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .tcs-calendar-section .calendar-inner .calendar-date-left .couple-block > p {
    font-size: 26px;
  }
}
@media (min-width: 991px) {
  .tcs-calendar-section .calendar-date-left .couple-block {
    display: block;
  }
}
.tcs-map-section .map-block {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
}
@media (max-width: 991px) {
  .tcs-map-section .map-block {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media (max-width: 991px) {
  .tcs-map-section .map-block .map-info {
    text-align: center;
  }
  .tcs-map-section .map-block .map-info > .btn {
    display: none;
  }
}
.tcs-map-section .map-block .map-info .address {
  padding: 8px 0 32px;
}
@media (max-width: 991px) {
  .tcs-map-section .map-block .map-info .address {
    padding: 12px 0 20px;
  }
}
.tcs-map-section .map-block .iframe iframe {
  width: 100% !important;
  height: 360px;
}
@media (max-width: 767px) {
  .tcs-map-section .map-block .iframe iframe {
    height: 240px;
  }
}
.tcs-map-section .map-block > .btn {
  display: none;
}
@media (max-width: 991px) {
  .tcs-map-section .map-block > .btn {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    justify-self: center;
  }
}

.tcs-qr-section .qr-code-wrapper .qr-block {
  padding: 32px;
  min-width: 480px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1200px) {
  .tcs-qr-section .qr-code-wrapper .qr-block {
    min-width: auto;
    flex: 1;
  }
}
@media (max-width: 991px) {
  .tcs-qr-section .qr-code-wrapper .qr-block {
    max-width: 520px;
  }
  .tcs-qr-section .qr-code-wrapper .qr-block:last-child {
    display: none;
  }
}
.tcs-qr-section .qr-code-wrapper .qr-block .name {
  font-size: 36px;
  font-family: "Ephesis";
  letter-spacing: 1px;
}
.tcs-qr-section .qr-code-wrapper .qr-block .top > span {
  color: var(--text-light);
}
.tcs-qr-section .qr-code-wrapper .qr-block .top .bank-info {
  display: none;
}
.tcs-qr-section .qr-code-wrapper .qr-block .btn.copy-stk {
  width: 160px;
  padding: 8px;
  text-transform: uppercase;
  font-size: 14px;
}
.tcs-qr-section .qr-code-wrapper .qr-img {
  width: 240px;
  height: 240px;
  overflow: hidden;
  margin: 12px 0;
  border: 2px solid var(--color-primary-1);
  border-radius: 12px;
  padding: 12px;
}
.tcs-qr-section .qr-code-wrapper .qr-img > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.tcs-qr-section .qr-code-wrapper .button-wrap {
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.tcs-qr-section .qr-code-wrapper .button-wrap .pill-indicator {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 8px;
  width: 120px;
  height: 38px;
  border-radius: 999px;
  transform: translateX(0);
  transition: transform 0.25s ease-out;
  background-color: var(--color-primary-1);
}
.tcs-qr-section .qr-code-wrapper .button-wrap .btn {
  padding: 8px 12px;
  border-radius: 999px;
  flex: 1;
  width: 120px;
  height: 38px;
  position: relative;
  z-index: 2;
  border: 0;
  transition: color 0.25s ease-out;
}
.tcs-qr-section .qr-code-wrapper .button-wrap .btn::after {
  display: none;
}
.tcs-qr-section .qr-code-wrapper .button-wrap .btn.active {
  color: #fff;
}
@media (max-width: 991px) {
  .tcs-qr-section .qr-code-wrapper .button-wrap {
    display: flex;
  }
}
.tcs-qr-section .poem {
  text-align: center;
  margin-bottom: 40px;
  font-style: italic;
  font-family: "Playfair Display";
  letter-spacing: 1px;
}
.tcs-qr-section .poem > p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .tcs-qr-section .poem > p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .tcs-qr-section .poem {
    margin-bottom: 26px;
  }
}

.tcs-guest-section {
  text-align: center;
}
.tcs-guest-section h2 {
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .tcs-guest-section h2 {
    font-size: 18px;
    margin-bottom: 26px;
  }
}
.tcs-guest-section p:last-child {
  font-size: 24px;
  font-style: italic;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .tcs-guest-section p:last-child {
    font-size: 20px;
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .tcs-guest-section p:last-child {
    font-size: 16px;
    margin-top: 24px;
  }
}
.tcs-guest-section .guest-name {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Alex Brush", "Ephesis";
  font-size: 72px;
  color: #7d1f2a;
  text-transform: capitalize;
  line-height: 1;
}
@media (max-width: 767px) {
  .tcs-guest-section .guest-name {
    font-size: 36px;
    padding: 0 40px;
  }
}
.tcs-guest-section .guest-name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  height: 2px;
  width: calc(100% + 280px);
  border-bottom: 2px dashed #7d1f2a;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .tcs-guest-section .guest-name::after {
    width: 100%;
  }
}

.couple-section .family-area {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 20px;
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 767px) {
  .couple-section .family-area {
    gap: 12px;
    margin-bottom: 40px;
    padding-top: 20px;
  }
}
.couple-section .family-area .family-block {
  flex: 1;
  margin-top: 32px;
}
.couple-section .family-area span {
  font-size: 20px;
  color: var(--text-light);
  font-style: italic;
  margin-bottom: 12px;
  display: block;
  position: relative;
}
@media (max-width: 991px) {
  .couple-section .family-area span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .couple-section .family-area span {
    font-size: 12px;
  }
}
.couple-section .family-area span::after {
  content: "";
  display: block;
  width: 132px;
  height: 1px;
  background-color: var(--text-light);
  opacity: 0.6;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .couple-section .family-area span::after {
    width: 88px;
  }
}
.couple-section .family-area p {
  font-size: 24px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .couple-section .family-area p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .couple-section .family-area p {
    font-size: 14px;
  }
}
.couple-section .family-area p.address {
  text-transform: capitalize;
  font-size: 20px;
}
@media (max-width: 767px) {
  .couple-section .family-area p.address {
    font-size: 12px;
  }
}
.couple-section .family-area .icon {
  flex: 0 0 140px;
}
@media (max-width: 991px) {
  .couple-section .family-area .icon {
    flex-basis: 120px;
  }
}
@media (max-width: 767px) {
  .couple-section .family-area .icon {
    width: 60px;
    position: absolute;
    top: -16px;
    left: calc(50% - 30px);
  }
}
.couple-section .family-area .icon > img {
  width: 100%;
}

.w-gallery {
  background: #fffaf6;
  padding: 28px 0;
}
.w-gallery__container {
  width: min(1120px, 100% - 32px);
  margin: 0 auto;
}
.w-gallery .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.w-gallery__main {
  height: 520px;
  border-radius: 18px;
  overflow: hidden;
  background: #f3eee8;
}
.w-gallery__main .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f3eee8;
}
.w-gallery__main img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
.w-gallery__main .swiper-button-next,
.w-gallery__main .swiper-button-prev {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
  transition: transform 0.2s ease, background 0.2s ease;
}
.w-gallery__main .swiper-button-next:after,
.w-gallery__main .swiper-button-prev:after {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.w-gallery__main .swiper-button-next:hover,
.w-gallery__main .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.5);
  transform: scale(1.05);
}
.w-gallery__thumbs {
  margin-top: 12px;
  height: 96px;
  padding: 8px 0;
}
.w-gallery__thumbs .swiper-wrapper {
  align-items: center;
}
.w-gallery__thumbs .swiper-slide {
  width: 92px;
  height: 80px;
  opacity: 0.45;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transform: translateZ(0);
  transition: opacity 0.2s ease, transform 0.2s ease;
  background: #efe7df;
}
.w-gallery__thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.w-gallery__thumbs .swiper-slide-thumb-active {
  opacity: 1;
  transform: scale(1.02);
}
@media (max-width: 992px) {
  .w-gallery__main {
    height: 440px;
  }
}
@media (max-width: 576px) {
  .w-gallery {
    padding: 18px 0;
  }
  .w-gallery__main {
    height: 360px;
    border-radius: 16px;
  }
  .w-gallery__thumbs {
    height: 88px;
  }
  .w-gallery__thumbs .swiper-slide {
    width: 76px;
    height: 68px;
  }
  .w-gallery__main .swiper-button-next,
  .w-gallery__main .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .w-gallery__main .swiper-button-next,
  .w-gallery__main .swiper-button-prev {
    transition: none !important;
  }
  .w-gallery * {
    scroll-behavior: auto !important;
  }
}

.tsc-guestbook-section .list-happy-wrap {
  margin: 40px auto;
  padding: 12px 0 12px 12px;
  max-width: 650px;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 2px 16.8px 3.2px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .tsc-guestbook-section .list-happy-wrap {
    margin: 20px 0;
  }
}
@media (max-width: 575px) {
  .tsc-guestbook-section .list-happy-wrap {
    border: none;
    box-shadow: none;
  }
}
.tsc-guestbook-section .list-happy-wrap .list-happy {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  overflow-y: auto;
  max-height: 400px;
  padding-right: 12px;
}
.tsc-guestbook-section .list-happy-wrap .list-happy .happy-item {
  position: relative;
  flex: 1;
  width: 100%;
}
.tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  height: 1px;
  width: 100%;
  z-index: 1;
  background-color: var(--color-primary-1);
  opacity: 0.3;
}
.tsc-guestbook-section .list-happy-wrap .list-happy .info {
  font-size: 16px;
  color: var(--color-primary-1);
}
@media (max-width: 767px) {
  .tsc-guestbook-section .list-happy-wrap .list-happy .info {
    font-size: 14px;
  }
}
.tsc-guestbook-section .list-happy-wrap .list-happy .info > span {
  font-style: italic;
  color: var(--text-light);
  margin-left: 12px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .tsc-guestbook-section .list-happy-wrap .list-happy .info > span {
    font-size: 12px;
  }
}
.tsc-guestbook-section .form-control::-moz-placeholder {
  color: var(--text-light);
  opacity: 1;
}
.tsc-guestbook-section .form-control::placeholder {
  color: var(--text-light);
  opacity: 1;
}
.tsc-guestbook-section .form-check > label {
  color: var(--text-light);
}

.tsc-thank-section .thank-wrapper {
  max-width: 650px;
  position: relative;
  margin: 0 auto;
}
.tsc-thank-section .thank-wrapper .bgr-img {
  aspect-ratio: 5/7;
}
.tsc-thank-section .thank-wrapper .bgr-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tsc-thank-section .thank-wrapper .thank-box {
  padding: 60px 12px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-1-rgb), 0.6));
}
.tsc-thank-section .thank-wrapper .thank-box .heading {
  margin-bottom: 20px;
  color: #ffffff;
  font-family: "Great Vibes", "Alex Brush";
  font-weight: normal;
  letter-spacing: 4px;
  font-size: 52px;
}
.tsc-thank-section .thank-wrapper .thank-box .message {
  color: #ffffff;
}

.color2 {
  /* ==== COLOR ====*/
}
.color2 .tsc-guestbook-section .list-happy-wrap .list-happy .info,
.color2 .tcs-site-footer .tcs-lower-footer .copyright a:not(.icon),
.color2 .couple-section .text-grid h3,
.color2 .color-switcher-wrap .color-switcher-item .color-toggle-btn i,
.color2 .tcs-section-title h2,
.color2 .tcs-section-title-s2 h2,
.color2 .tcs-calendar-section .calendar-date-left .couple-block > p,
.color2 .tcs-guest-section .guest-name {
  color: var(--color-primary-2);
}
.color2 {
  /* ==== BORDER COLOR ====*/
}
.color2 .couple-section .middle-couple-pic.only-sp,
.color2 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-2);
}
.color2 {
  /* ==== BACKGROUND COLOR ====*/
}
.color2 .tcs-service-section .owl-dots .owl-dot.active,
.color2 .tcs-qr-section .qr-code-wrapper .button-wrap .pill-indicator,
.color2 .story-section .column-shape,
.color2 .heart-pulse .h,
.color2 .heart-pulse .h::before,
.color2 .heart-pulse .h::after,
.color2 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color2 .tcs-service-section .tcs-service-item,
.color2 .couple-section .groom::before,
.color2 .back-to-top {
  background-color: var(--color-primary-2);
}
.color2 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color2 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-2-rgb), 0.6));
}
.color2 .btn:not(.pill-btn).active,
.color2 .btn.show,
.color2 .btn:first-child:active,
.color2 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-2);
  background-color: var(--color-primary-2);
}

.color3 {
  /* ==== COLOR ====*/
}
.color3 .tsc-guestbook-section .list-happy-wrap .list-happy .info,
.color3 .tcs-site-footer .tcs-lower-footer .copyright a:not(.icon),
.color3 .couple-section .text-grid h3,
.color3 .color-switcher-wrap .color-switcher-item .color-toggle-btn i,
.color3 .tcs-section-title h2,
.color3 .tcs-section-title-s2 h2,
.color3 .tcs-calendar-section .calendar-date-left .couple-block > p,
.color3 .tcs-guest-section .guest-name {
  color: var(--color-primary-3);
}
.color3 {
  /* ==== BORDER COLOR ====*/
}
.color3 .couple-section .middle-couple-pic.only-sp,
.color3 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-3);
}
.color3 {
  /* ==== BACKGROUND COLOR ====*/
}
.color3 .tcs-service-section .owl-dots .owl-dot.active,
.color3 .tcs-qr-section .qr-code-wrapper .button-wrap .pill-indicator,
.color3 .story-section .column-shape,
.color3 .heart-pulse .h,
.color3 .heart-pulse .h::before,
.color3 .heart-pulse .h::after,
.color3 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color3 .tcs-service-section .tcs-service-item,
.color3 .couple-section .groom::before,
.color3 .back-to-top {
  background-color: var(--color-primary-3);
}
.color3 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color3 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-3-rgb), 0.6));
}
.color3 .btn:not(.pill-btn).active,
.color3 .btn.show,
.color3 .btn:first-child:active,
.color3 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-3);
  background-color: var(--color-primary-3);
}

.color4 {
  /* ==== COLOR ====*/
}
.color4 .tsc-guestbook-section .list-happy-wrap .list-happy .info,
.color4 .tcs-site-footer .tcs-lower-footer .copyright a:not(.icon),
.color4 .couple-section .text-grid h3,
.color4 .color-switcher-wrap .color-switcher-item .color-toggle-btn i,
.color4 .tcs-section-title h2,
.color4 .tcs-section-title-s2 h2,
.color4 .tcs-calendar-section .calendar-date-left .couple-block > p,
.color4 .tcs-guest-section .guest-name {
  color: var(--color-primary-4);
}
.color4 {
  /* ==== BORDER COLOR ====*/
}
.color4 .couple-section .middle-couple-pic.only-sp,
.color4 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-4);
}
.color4 {
  /* ==== BACKGROUND COLOR ====*/
}
.color4 .tcs-service-section .owl-dots .owl-dot.active,
.color4 .tcs-qr-section .qr-code-wrapper .button-wrap .pill-indicator,
.color4 .story-section .column-shape,
.color4 .heart-pulse .h,
.color4 .heart-pulse .h::before,
.color4 .heart-pulse .h::after,
.color4 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color4 .tcs-service-section .tcs-service-item,
.color4 .couple-section .groom::before,
.color4 .back-to-top {
  background-color: var(--color-primary-4);
}
.color4 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color4 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-4-rgb), 0.6));
}
.color4 .btn:not(.pill-btn).active,
.color4 .btn.show,
.color4 .btn:first-child:active,
.color4 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-4);
  background-color: var(--color-primary-4);
}

.color5 {
  /* ==== COLOR ====*/
}
.color5 .tsc-guestbook-section .list-happy-wrap .list-happy .info,
.color5 .tcs-site-footer .tcs-lower-footer .copyright a:not(.icon),
.color5 .couple-section .text-grid h3,
.color5 .color-switcher-wrap .color-switcher-item .color-toggle-btn i,
.color5 .tcs-section-title h2,
.color5 .tcs-section-title-s2 h2,
.color5 .tcs-calendar-section .calendar-date-left .couple-block > p,
.color5 .tcs-guest-section .guest-name {
  color: var(--color-primary-5);
}
.color5 {
  /* ==== BORDER COLOR ====*/
}
.color5 .couple-section .middle-couple-pic.only-sp,
.color5 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-5);
}
.color5 {
  /* ==== BACKGROUND COLOR ====*/
}
.color5 .tcs-service-section .owl-dots .owl-dot.active,
.color5 .tcs-qr-section .qr-code-wrapper .button-wrap .pill-indicator,
.color5 .story-section .column-shape,
.color5 .heart-pulse .h,
.color5 .heart-pulse .h::before,
.color5 .heart-pulse .h::after,
.color5 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color5 .tcs-service-section .tcs-service-item,
.color5 .couple-section .groom::before,
.color5 .back-to-top {
  background-color: var(--color-primary-5);
}
.color5 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color5 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-5-rgb), 0.6));
}
.color5 .btn:not(.pill-btn).active,
.color5 .btn.show,
.color5 .btn:first-child:active,
.color5 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-5);
  background-color: var(--color-primary-5);
}

.color6 {
  /* ==== COLOR ====*/
}
.color6 .tsc-guestbook-section .list-happy-wrap .list-happy .info,
.color6 .tcs-site-footer .tcs-lower-footer .copyright a:not(.icon),
.color6 .couple-section .text-grid h3,
.color6 .color-switcher-wrap .color-switcher-item .color-toggle-btn i,
.color6 .tcs-section-title h2,
.color6 .tcs-section-title-s2 h2,
.color6 .tcs-calendar-section .calendar-date-left .couple-block > p,
.color6 .tcs-guest-section .guest-name {
  color: var(--color-primary-6);
}
.color6 {
  /* ==== BORDER COLOR ====*/
}
.color6 .couple-section .middle-couple-pic.only-sp,
.color6 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-6);
}
.color6 {
  /* ==== BACKGROUND COLOR ====*/
}
.color6 .tcs-service-section .owl-dots .owl-dot.active,
.color6 .tcs-qr-section .qr-code-wrapper .button-wrap .pill-indicator,
.color6 .story-section .column-shape,
.color6 .heart-pulse .h,
.color6 .heart-pulse .h::before,
.color6 .heart-pulse .h::after,
.color6 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color6 .tcs-service-section .tcs-service-item,
.color6 .couple-section .groom::before,
.color6 .back-to-top {
  background-color: var(--color-primary-6);
}
.color6 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color6 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-6-rgb), 0.6));
}
.color6 .btn:not(.pill-btn).active,
.color6 .btn.show,
.color6 .btn:first-child:active,
.color6 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-6);
  background-color: var(--color-primary-6);
}

.color7 {
  /* ==== COLOR ====*/
}
.color7 .tsc-guestbook-section .list-happy-wrap .list-happy .info,
.color7 .tcs-site-footer .tcs-lower-footer .copyright a:not(.icon),
.color7 .couple-section .text-grid h3,
.color7 .color-switcher-wrap .color-switcher-item .color-toggle-btn i,
.color7 .tcs-section-title h2,
.color7 .tcs-section-title-s2 h2,
.color7 .tcs-calendar-section .calendar-date-left .couple-block > p,
.color7 .tcs-guest-section .guest-name {
  color: var(--color-primary-7);
}
.color7 {
  /* ==== BORDER COLOR ====*/
}
.color7 .couple-section .middle-couple-pic.only-sp,
.color7 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-7);
}
.color7 {
  /* ==== BACKGROUND COLOR ====*/
}
.color7 .tcs-service-section .owl-dots .owl-dot.active,
.color7 .tcs-qr-section .qr-code-wrapper .button-wrap .pill-indicator,
.color7 .story-section .column-shape,
.color7 .heart-pulse .h,
.color7 .heart-pulse .h::before,
.color7 .heart-pulse .h::after,
.color7 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color7 .tcs-service-section .tcs-service-item,
.color7 .couple-section .groom::before,
.color7 .back-to-top {
  background-color: var(--color-primary-7);
}
.color7 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color7 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-7-rgb), 0.6));
}
.color7 .btn:not(.pill-btn).active,
.color7 .btn.show,
.color7 .btn:first-child:active,
.color7 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-7);
  background-color: var(--color-primary-7);
}

.color8 {
  /* ==== COLOR ====*/
}
.color8 .tsc-guestbook-section .list-happy-wrap .list-happy .info,
.color8 .tcs-site-footer .tcs-lower-footer .copyright a:not(.icon),
.color8 .couple-section .text-grid h3,
.color8 .color-switcher-wrap .color-switcher-item .color-toggle-btn i,
.color8 .tcs-section-title h2,
.color8 .tcs-section-title-s2 h2,
.color8 .tcs-calendar-section .calendar-date-left .couple-block > p,
.color8 .tcs-guest-section .guest-name {
  color: var(--color-primary-8);
}
.color8 {
  /* ==== BORDER COLOR ====*/
}
.color8 .couple-section .middle-couple-pic.only-sp,
.color8 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-8);
}
.color8 {
  /* ==== BACKGROUND COLOR ====*/
}
.color8 .tcs-service-section .owl-dots .owl-dot.active,
.color8 .tcs-qr-section .qr-code-wrapper .button-wrap .pill-indicator,
.color8 .story-section .column-shape,
.color8 .heart-pulse .h,
.color8 .heart-pulse .h::before,
.color8 .heart-pulse .h::after,
.color8 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color8 .tcs-service-section .tcs-service-item,
.color8 .couple-section .groom::before,
.color8 .back-to-top {
  background-color: var(--color-primary-8);
}
.color8 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color8 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-8-rgb), 0.6));
}
.color8 .btn:not(.pill-btn).active,
.color8 .btn.show,
.color8 .btn:first-child:active,
.color8 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-8);
  background-color: var(--color-primary-8);
}

.color9 {
  /* ==== COLOR ====*/
}
.color9 .tsc-guestbook-section .list-happy-wrap .list-happy .info,
.color9 .tcs-site-footer .tcs-lower-footer .copyright a:not(.icon),
.color9 .couple-section .text-grid h3,
.color9 .color-switcher-wrap .color-switcher-item .color-toggle-btn i,
.color9 .tcs-section-title h2,
.color9 .tcs-section-title-s2 h2,
.color9 .tcs-calendar-section .calendar-date-left .couple-block > p,
.color9 .tcs-guest-section .guest-name {
  color: var(--color-primary-9);
}
.color9 {
  /* ==== BORDER COLOR ====*/
}
.color9 .couple-section .middle-couple-pic.only-sp,
.color9 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-9);
}
.color9 {
  /* ==== BACKGROUND COLOR ====*/
}
.color9 .tcs-service-section .owl-dots .owl-dot.active,
.color9 .tcs-qr-section .qr-code-wrapper .button-wrap .pill-indicator,
.color9 .story-section .column-shape,
.color9 .heart-pulse .h,
.color9 .heart-pulse .h::before,
.color9 .heart-pulse .h::after,
.color9 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color9 .tcs-service-section .tcs-service-item,
.color9 .couple-section .groom::before,
.color9 .back-to-top {
  background-color: var(--color-primary-9);
}
.color9 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color9 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-9-rgb), 0.6));
}
.color9 .btn:not(.pill-btn).active,
.color9 .btn.show,
.color9 .btn:first-child:active,
.color9 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-9);
  background-color: var(--color-primary-9);
}

.color10 {
  /* ==== COLOR ====*/
}
.color10 .tsc-guestbook-section .list-happy-wrap .list-happy .info,
.color10 .tcs-site-footer .tcs-lower-footer .copyright a:not(.icon),
.color10 .couple-section .text-grid h3,
.color10 .color-switcher-wrap .color-switcher-item .color-toggle-btn i,
.color10 .tcs-section-title h2,
.color10 .tcs-section-title-s2 h2,
.color10 .tcs-calendar-section .calendar-date-left .couple-block > p,
.color10 .tcs-guest-section .guest-name {
  color: var(--color-primary-10);
}
.color10 {
  /* ==== BORDER COLOR ====*/
}
.color10 .couple-section .middle-couple-pic.only-sp,
.color10 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-10);
}
.color10 {
  /* ==== BACKGROUND COLOR ====*/
}
.color10 .tcs-service-section .owl-dots .owl-dot.active,
.color10 .tcs-qr-section .qr-code-wrapper .button-wrap .pill-indicator,
.color10 .story-section .column-shape,
.color10 .heart-pulse .h,
.color10 .heart-pulse .h::before,
.color10 .heart-pulse .h::after,
.color10 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color10 .tcs-service-section .tcs-service-item,
.color10 .couple-section .groom::before,
.color10 .back-to-top {
  background-color: var(--color-primary-10);
}
.color10 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color10 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-10-rgb), 0.6));
}
.color10 .btn:not(.pill-btn).active,
.color10 .btn.show,
.color10 .btn:first-child:active,
.color10 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-10);
  background-color: var(--color-primary-10);
}

.color11 {
  /* ==== COLOR ====*/
}
.color11 .tsc-guestbook-section .list-happy-wrap .list-happy .info,
.color11 .tcs-site-footer .tcs-lower-footer .copyright a:not(.icon),
.color11 .couple-section .text-grid h3,
.color11 .color-switcher-wrap .color-switcher-item .color-toggle-btn i,
.color11 .tcs-section-title h2,
.color11 .tcs-section-title-s2 h2,
.color11 .tcs-calendar-section .calendar-date-left .couple-block > p,
.color11 .tcs-guest-section .guest-name {
  color: var(--color-primary-11);
}
.color11 {
  /* ==== BORDER COLOR ====*/
}
.color11 .couple-section .middle-couple-pic.only-sp,
.color11 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-11);
}
.color11 {
  /* ==== BACKGROUND COLOR ====*/
}
.color11 .tcs-service-section .owl-dots .owl-dot.active,
.color11 .tcs-qr-section .qr-code-wrapper .button-wrap .pill-indicator,
.color11 .story-section .column-shape,
.color11 .heart-pulse .h,
.color11 .heart-pulse .h::before,
.color11 .heart-pulse .h::after,
.color11 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color11 .tcs-service-section .tcs-service-item,
.color11 .couple-section .groom::before,
.color11 .back-to-top {
  background-color: var(--color-primary-11);
}
.color11 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color11 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-11-rgb), 0.6));
}
.color11 .btn:not(.pill-btn).active,
.color11 .btn.show,
.color11 .btn:first-child:active,
.color11 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-11);
  background-color: var(--color-primary-11);
}

.color12 {
  /* ==== COLOR ====*/
}
.color12 .tsc-guestbook-section .list-happy-wrap .list-happy .info,
.color12 .tcs-site-footer .tcs-lower-footer .copyright a:not(.icon),
.color12 .couple-section .text-grid h3,
.color12 .color-switcher-wrap .color-switcher-item .color-toggle-btn i,
.color12 .tcs-section-title h2,
.color12 .tcs-section-title-s2 h2,
.color12 .tcs-calendar-section .calendar-date-left .couple-block > p,
.color12 .tcs-guest-section .guest-name {
  color: var(--color-primary-12);
}
.color12 {
  /* ==== BORDER COLOR ====*/
}
.color12 .couple-section .middle-couple-pic.only-sp,
.color12 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-12);
}
.color12 {
  /* ==== BACKGROUND COLOR ====*/
}
.color12 .tcs-service-section .owl-dots .owl-dot.active,
.color12 .tcs-qr-section .qr-code-wrapper .button-wrap .pill-indicator,
.color12 .story-section .column-shape,
.color12 .heart-pulse .h,
.color12 .heart-pulse .h::before,
.color12 .heart-pulse .h::after,
.color12 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color12 .tcs-service-section .tcs-service-item,
.color12 .couple-section .groom::before,
.color12 .back-to-top {
  background-color: var(--color-primary-12);
}
.color12 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color12 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-12-rgb), 0.6));
}
.color12 .btn:not(.pill-btn).active,
.color12 .btn.show,
.color12 .btn:first-child:active,
.color12 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-12);
  background-color: var(--color-primary-12);
}/*# sourceMappingURL=main.css.map */