@font-face {
  font-family: "Drayton";
  src: url("../fonts/tcs-dfvn-ed-drayton.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mrattoos Signature";
  src: url("../fonts/tcs-fz-mrattoos-signature.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vendya";
  src: url("../fonts/tsc-vendya.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Belinda";
  src: url("../fonts/tsc-belinda.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albra";
  src: url("../fonts/tsc-albra.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Palidate";
  src: url("../fonts/tsc-palisade.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ljxdl";
  src: url("../fonts/tcs-ljxdl.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Uvn";
  src: url("../fonts/tcs-uvn.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Perfecto";
  src: url("../fonts/tsc-perfecto-calligraphy.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.font-perfecto {
  font-family: "Perfecto", serif;
}

.font-uvn {
  font-family: "Uvn", serif;
}

.font-ljxdl {
  font-family: "Ljxdl", serif;
}

.font-palisade {
  font-family: "Palidate", serif;
}

.font-albra {
  font-family: "Albra", serif;
}

.font-belinda {
  font-family: "Belinda", serif;
}

.font-vendya {
  font-family: "Vendya", serif;
}

.font-drayton {
  font-family: "Drayton", serif;
}

.font-signature {
  font-family: "Mrattoos Signature", cursive;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes clockBlink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
.page-wrapper {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.bgr-main-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: contain;
  z-index: -99;
}

.section-heading {
  font-size: 26px;
  text-align: center;
  font-family: "Albra", serif;
  margin-bottom: 52px;
  position: relative;
}

section:not(:last-of-type):not(.tsc-card-fixed) {
  margin-bottom: 60px;
}

.change-color {
  color: var(--color-primary-1);
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active,
.btn-primary:hover,
.btn-primary {
  border-color: var(--color-primary-1);
  background-color: var(--color-primary-1);
}

.btn-primary {
  border-radius: 999px;
  border-radius: 999px;
}

.pulse-animation {
  animation: pulse 1.66s ease-in-out infinite;
}

body:has(.tsc-card-fixed) {
  overflow: hidden;
}
body:has(.tsc-card-fixed) .color-switcher-wrap,
body:has(.tsc-card-fixed) .music-play {
  display: none;
}

.tsc-card-fixed {
  background: white;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9998;
}
.tsc-card-fixed .bgr-img {
  width: 100%;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
}
.tsc-card-fixed .content {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.tsc-card-fixed .content .heading {
  text-transform: uppercase;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  margin-bottom: 28px;
}
.tsc-card-fixed .content .guest-name {
  position: relative;
  font-family: "Drayton", Times, serif;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  color: rgb(162, 1, 2);
  text-align: center;
  -webkit-text-decoration: dotted;
          text-decoration: dotted;
  padding: 0 20px;
}
.tsc-card-fixed .content .guest-name::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  display: block;
  height: 1px;
  width: 100%;
  border-bottom: 1px dotted #7d1f2a;
  transform: translateX(-50%);
}
.tsc-card-fixed .card-img-wrap {
  margin-top: 32px;
  position: relative;
  padding: 40px;
  max-width: 380px;
  cursor: pointer;
}
.tsc-card-fixed .card-img-wrap .card-img {
  width: 100%;
}
.tsc-card-fixed .card-img-wrap .card-img-2 {
  width: 68px;
  position: absolute;
  bottom: 26%;
  left: 50%;
  transform: translate(-50%);
}
.tsc-card-fixed .card-img-wrap .card-img-3 {
  width: 86px;
  position: absolute;
  bottom: -18%;
  left: 0%;
}
.tsc-card-fixed .card-img-wrap .card-img-4 {
  width: 112px;
  position: absolute;
  top: 53%;
  right: 0%;
}
.tsc-card-fixed .card-img-wrap .card-img-5 {
  width: 138px;
  position: absolute;
  bottom: -28%;
  left: 40%;
  z-index: -1;
}
.tsc-card-fixed .card-img-wrap .card-img-6 {
  width: 68px;
  position: absolute;
  bottom: 20%;
  left: 48%;
  animation-name: pulse;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.tsc-card-fixed .wedding-date {
  margin-top: 72px;
}
.tsc-card-fixed .wedding-date h3 {
  text-align: center;
  text-transform: uppercase;
  font-family: "Times New Roman", Times, serif;
  font-weight: 300;
  color: #928462;
}
.tsc-card-fixed .wedding-date .date {
  font-size: 32px;
  margin-bottom: 8px;
}
.tsc-card-fixed .wedding-date .desc {
  font-size: 16px;
}

.tcs-hero-slider {
  width: 100%;
  aspect-ratio: 2/3;
  display: flex;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tcs-hero-slider {
    height: 85vh;
  }
}
.tcs-hero-slider .gradient-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-1-rgb), 0.4));
  z-index: 1;
}
.tcs-hero-slider .wedding-announcement {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  text-align: center;
}
.tcs-hero-slider .wedding-announcement .heading {
  font-family: "Vendya";
  margin-top: 12%;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  text-shadow: rgb(0, 0, 0) 3px 2px 3px;
  text-transform: uppercase;
}
.tcs-hero-slider .wedding-announcement .wedding-info {
  margin-bottom: 38px;
}
.tcs-hero-slider .wedding-announcement .wedding-info .couple-name {
  font-size: 72px;
  line-height: 1;
  color: white;
  text-align: center;
  margin-bottom: 4px;
}
.tcs-hero-slider .wedding-announcement .wedding-info .wedding-date {
  letter-spacing: 8px;
  font-size: 28px;
}
.tcs-hero-slider .wedding-announcement h2,
.tcs-hero-slider .wedding-announcement h3,
.tcs-hero-slider .wedding-announcement h4 {
  font-family: "Drayton";
  text-transform: capitalize;
  color: white;
  font-weight: 400;
}
.tcs-hero-slider .swiper-slide {
  overflow: hidden;
  position: relative;
  z-index: 11;
}
.tcs-hero-slider .swiper-container,
.tcs-hero-slider .hero-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.tcs-hero-slider .slide-inner,
.tcs-hero-slider .hero-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.tcs-hero-slider .slide-inner .slide-content,
.tcs-hero-slider .hero-inner .slide-content {
  padding: 60px 70px;
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
  background: rgba(134, 160, 182, 0.3);
  position: relative;
}
@media (max-width: 1199px) {
  .tcs-hero-slider .slide-inner .slide-content,
  .tcs-hero-slider .hero-inner .slide-content {
    max-width: 800px;
  }
}
@media (max-width: 991px) {
  .tcs-hero-slider .slide-inner .slide-content,
  .tcs-hero-slider .hero-inner .slide-content {
    max-width: 530px;
  }
}
@media (max-width: 767px) {
  .tcs-hero-slider .slide-inner .slide-content,
  .tcs-hero-slider .hero-inner .slide-content {
    max-width: 385px;
    padding: 80px 30px;
  }
}
@media (max-width: 575px) {
  .tcs-hero-slider .slide-inner .slide-content,
  .tcs-hero-slider .hero-inner .slide-content {
    padding: 30px 20px;
  }
}
.tcs-hero-slider .slide-inner .slide-content::before,
.tcs-hero-slider .hero-inner .slide-content::before {
  position: absolute;
  left: -40px;
  top: 0;
  height: 100%;
  content: "";
  width: 60px;
  background: url(../images/slider/shape.png) no-repeat center center;
}
@media (max-width: 575px) {
  .tcs-hero-slider .slide-inner .slide-content::before,
  .tcs-hero-slider .hero-inner .slide-content::before {
    display: none;
  }
}
.tcs-hero-slider .slide-inner .slide-content::after,
.tcs-hero-slider .hero-inner .slide-content::after {
  position: absolute;
  right: -40px;
  top: 0;
  height: 100%;
  content: "";
  width: 60px;
  background: url(../images/slider/shape2.png) no-repeat center center;
}
@media (max-width: 575px) {
  .tcs-hero-slider .slide-inner .slide-content::after,
  .tcs-hero-slider .hero-inner .slide-content::after {
    display: none;
  }
}
.tcs-hero-slider .swiper-button-prev,
.tcs-hero-slider .swiper-button-next {
  background: rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.7;
  text-align: center;
  transition: all 0.3s;
}
.tcs-hero-slider .swiper-button-prev:hover,
.tcs-hero-slider .swiper-button-next:hover {
  opacity: 0.9;
}
@media (max-width: 991px) {
  .tcs-hero-slider .swiper-button-prev,
  .tcs-hero-slider .swiper-button-next {
    display: none;
  }
}
.tcs-hero-slider .swiper-button-prev {
  left: 25px;
}
.tcs-hero-slider .swiper-button-prev::before {
  font-family: "themify";
  content: "\e629";
  font-size: 20px;
  color: #fff;
}
.tcs-hero-slider .swiper-button-next {
  right: 25px;
}
.tcs-hero-slider .swiper-button-next::before {
  font-family: "themify";
  content: "\e628";
  font-size: 20px;
  color: #fff;
}
.tcs-hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  line-height: 12px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 992px) {
  .tcs-hero-slider .swiper-pagination-bullet {
    display: none;
  }
}
.tcs-hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.tcs-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.tcs-hero-slider .swiper-pagination-custom,
.tcs-hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}
.tcs-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.tcs-hero-slider .gradient-overlay {
  background: linear-gradient(left, var(--color-primary-1) 45%, transparent 65%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0.6;
}
.tcs-hero-slider .gradient-overlay + .container {
  position: relative;
  z-index: 11;
}
.tcs-hero-slider .tcs-hero-title-top span {
  font-size: 22px;
  color: #e4e4e4;
  font-family: "Inter", "Roboto", sans-serif;
}
@media (max-width: 767px) {
  .tcs-hero-slider .tcs-hero-title-top span {
    font-size: 15px;
  }
}
.tcs-hero-slider .slide-title h2 {
  font-size: 100px;
  font-weight: 500;
  line-height: 60px;
  margin: 10px 0 35px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .tcs-hero-slider .slide-title h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .tcs-hero-slider .slide-title h2 {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .tcs-hero-slider .slide-title h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.tcs-hero-slider .slide-text p {
  font-size: 30px;
  color: #fff;
  line-height: 45px;
  max-width: 780px;
  margin: 0 auto 30px;
}
@media (max-width: 991px) {
  .tcs-hero-slider .slide-text p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .tcs-hero-slider .slide-text p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .tcs-hero-slider .slide-btns {
    max-width: 400px;
  }
}
.tcs-hero-slider .slide-btns .btn-primary,
.tcs-hero-slider .slide-btns .view-cart-btn {
  border-radius: 0;
  font-weight: 600;
  font-size: 18px;
}
.tcs-hero-slider .slide-btns .btn-primary::after,
.tcs-hero-slider .slide-btns .view-cart-btn::after {
  border-radius: 0;
}
.tcs-hero-slider .slide-btns .hero-video-btn {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .tcs-hero-slider .slide-btns .hero-video-btn {
    margin-left: 20px;
  }
}

.swiper-navigation-icon {
  visibility: hidden;
}

.tcs-wedding-clock {
  padding: 8px;
}
.tcs-wedding-clock .clock-countdown {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.tcs-wedding-clock .heading {
  font-family: "Albra", Times, serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.6;
}
.tcs-wedding-clock .box {
  width: 56px;
  text-align: center;
  position: relative;
}
.tcs-wedding-clock .box .time {
  font-family: "Belinda", Times, serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.3;
}
.tcs-wedding-clock .box span {
  font-family: "Belinda", Times, serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
.tcs-wedding-clock .box:not(:last-child)::after {
  content: ":";
  font-family: "Belinda", Times, serif;
  font-size: 28px;
  color: var(--color-primary-1);
  font-weight: 400;
  position: absolute;
  top: 0;
  right: -10px;
  animation: clockBlink 1s steps(1) infinite;
}

.tcs-card-couple {
  margin-bottom: 20px !important;
  padding: 40px 12px 168px;
  position: relative;
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tcs-card-couple .bgr-wrap {
  position: relative;
  padding: 20px;
  width: 100%;
}
.tcs-card-couple .bgr-wrap .img-2 {
  padding: 0 16px 16px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.tcs-card-couple .bgr-wrap .img-3 {
  width: 64px;
  position: absolute;
  bottom: 26%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.tcs-card-couple .bgr-wrap .img-left {
  width: 16%;
  position: absolute;
  top: 18%;
  left: 8%;
  z-index: 4;
}
@media (max-width: 575px) {
  .tcs-card-couple .bgr-wrap .img-left {
    top: 12%;
    left: 6%;
  }
}
.tcs-card-couple .bgr-wrap .img-right {
  width: 30%;
  position: absolute;
  top: 64%;
  right: 0%;
  z-index: 4;
}
.tcs-card-couple .noto-wrap {
  position: relative;
  padding: 24px 20px 52px;
  width: 68%;
  margin-bottom: -74%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media (max-width: 575px) {
  .tcs-card-couple .noto-wrap {
    width: 73%;
  }
}
.tcs-card-couple .noto-wrap .heading {
  font-family: "Albra", Times, serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.6;
}
.tcs-card-couple .noto-wrap .couple-name-wrap {
  margin-bottom: 20px;
}
.tcs-card-couple .noto-wrap .couple-name-wrap h4 {
  text-align: center;
  font-family: "Drayton";
  text-transform: capitalize;
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  line-height: 1;
}
.tcs-card-couple .noto-wrap .clock-wrap {
  padding: 8px;
}
.tcs-card-couple .noto-wrap .clock-wrap .clock-countdown {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.tcs-card-couple .noto-wrap .clock-wrap .heading {
  font-size: 16px;
}
@media (max-width: 575px) {
  .tcs-card-couple .noto-wrap .clock-wrap .heading {
    font-size: 14px;
  }
}
.tcs-card-couple .noto-wrap .clock-wrap .box {
  width: 40px;
  text-align: center;
  position: relative;
}
.tcs-card-couple .noto-wrap .clock-wrap .box .time {
  font-family: "Belinda", Times, serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 575px) {
  .tcs-card-couple .noto-wrap .clock-wrap .box .time {
    font-size: 18px;
  }
}
.tcs-card-couple .noto-wrap .clock-wrap .box span {
  font-family: "Belinda", Times, serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}
.tcs-card-couple .noto-wrap .clock-wrap .box:not(:last-child)::after {
  content: ":";
  font-family: "Belinda", Times, serif;
  font-size: 20px;
  color: var(--color-primary-1);
  font-weight: 400;
  position: absolute;
  top: 0;
  right: -10px;
  animation: clockBlink 1s steps(1) infinite;
}
@media (max-width: 575px) {
  .tcs-card-couple .noto-wrap .clock-wrap .box:not(:last-child)::after {
    font-size: 18px;
  }
}
.tcs-card-couple .noto-wrap .img-wedding {
  width: 38%;
  position: absolute;
  top: 10%;
  left: -22%;
  z-index: 9;
  transform: rotate(-16deg);
}
.tcs-card-couple .noto-wrap .img-wedding img {
  border: 6px solid white;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tcs-card-couple .noto-wrap .img-left-top {
  width: 72px;
  position: absolute;
  top: -4%;
  left: -12%;
  z-index: 4;
}

.tcs-save-the-date {
  position: relative;
}
.tcs-save-the-date img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 3/2;
}
.tcs-save-the-date .text-save {
  font-family: "Belinda";
  text-transform: uppercase;
  font-size: 66px;
}
.tcs-save-the-date .text-the {
  position: absolute;
  font-family: "Mrattoos Signature";
  bottom: 24px;
  left: 56px;
  font-size: 40px;
}
.tcs-save-the-date .content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tcs-save-the-date .content-wrap .content {
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  font-family: "Belinda";
  font-size: 24px;
  line-height: 1.8;
  width: 100%;
  color: white;
  padding: 32px 8px 16px;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 575px) {
  .tcs-save-the-date .content-wrap .content {
    font-size: 16px;
  }
}

.tsc-invitation-section {
  width: 100%;
  padding: 0 12px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.tsc-invitation-section .family {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 50px;
}
.tsc-invitation-section .family__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}
.tsc-invitation-section .family__item:last-child {
  align-items: start;
}
.tsc-invitation-section .family__item:last-child * {
  text-align: left;
}
.tsc-invitation-section .family__item h4 {
  font-family: "Albra", serif;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: right;
}
.tsc-invitation-section .family__item p {
  font-size: 14px;
  line-height: 1.7;
  text-transform: capitalize;
  text-align: right;
}
.tsc-invitation-section .family__item span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  text-transform: capitalize;
  text-align: right;
}
.tsc-invitation-section .family .divider {
  width: 1px;
  background-color: var(--color-primary-1);
  min-height: 110px;
  opacity: 0.6;
}
.tsc-invitation-section .invite-text {
  margin-bottom: 60px;
  position: relative;
}
.tsc-invitation-section .invite-text p {
  font-size: 16px;
  margin-bottom: 8px;
}
.tsc-invitation-section .invite-text .guest-name {
  position: relative;
  font-family: "Drayton", Times, serif;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  color: rgb(162, 1, 2);
  text-align: center;
  -webkit-text-decoration: dotted;
          text-decoration: dotted;
  padding: 0 20px;
  margin: 0 auto 16px;
  width: -moz-fit-content;
  width: fit-content;
}
.tsc-invitation-section .invite-text .guest-name::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 50%;
  display: block;
  height: 1px;
  width: 100%;
  border-bottom: 1px dotted var(--color-primary-1);
  transform: translateX(-50%);
}
.tsc-invitation-section .invite-text .line {
  width: 160px;
  height: 1px;
  background: #b49a68;
  margin: 0 auto 18px;
}
.tsc-invitation-section .couple {
  margin-bottom: 45px;
}
.tsc-invitation-section .couple h2 {
  font-size: 44px;
  font-family: "Ljxdl", Times, serif;
  font-weight: 400;
  text-transform: capitalize;
}
.tsc-invitation-section .couple span {
  display: block;
  font-family: "Uvn", cursive;
  font-size: 52px;
  margin: 0px 0 48px;
  line-height: 1;
}
.tsc-invitation-section .party.party-2 {
  margin-top: 32px;
  padding: 20px;
  border: 1px solid;
  border-color: var(--color-primary-1);
  border-radius: 12px;
}
.tsc-invitation-section .party.party-2 .location h3 {
  margin-bottom: 0;
}
.tsc-invitation-section .party.party-2 .map-btn {
  margin-top: 0;
}
.tsc-invitation-section .party .title {
  font-size: 15px;
  margin-bottom: 12px;
}
.tsc-invitation-section .party .line {
  width: 100%;
  height: 2px;
  max-width: 280px;
  background-color: var(--color-primary-1);
  margin: 0 auto 28px;
}
.tsc-invitation-section .party h2 {
  font-family: "Albra", serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
.tsc-invitation-section .party .date-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}
.tsc-invitation-section .party .date-wrap h3,
.tsc-invitation-section .party .date-wrap h4 {
  text-align: center;
  text-transform: uppercase;
  font-family: "Albra", serif;
}
.tsc-invitation-section .party .date-wrap .month,
.tsc-invitation-section .party .date-wrap .year {
  font-size: 18px;
  font-weight: 500;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-color: var(--color-primary-1);
  padding: 4px 12px;
  min-width: 108px;
}
.tsc-invitation-section .party .date-wrap .day {
  font-size: 44px;
  line-height: 1.2;
}
.tsc-invitation-section .party .lunar {
  font-style: italic;
  font-size: 14px;
  margin: 8px 0 40px;
}
.tsc-invitation-section .party .location {
  margin-top: 10px;
}
.tsc-invitation-section .party .location p {
  font-size: 16px;
  margin-bottom: 10px;
}
.tsc-invitation-section .party .location h3 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Albra", serif;
  text-transform: uppercase;
}
.tsc-invitation-section .party .location span {
  font-size: 24px;
  font-style: italic;
}
.tsc-invitation-section .party .location .iframe {
  width: 100%;
  height: 320px;
  border: 1px solid #e7e7e7;
}
@media (max-width: 575px) {
  .tsc-invitation-section .party .location .iframe {
    height: 240px;
  }
}
.tsc-invitation-section .party .location .iframe iframe {
  height: 100%;
  width: 100%;
}
.tsc-invitation-section .party .map-btn {
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px;
  margin-top: 8px;
  border: none;
  background: transparent;
  font-size: 17px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 600;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 6px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Albra", Times, serif;
  letter-spacing: 1px;
  animation: pulse 1.66s ease-in-out infinite;
}
.tsc-invitation-section .party .map-btn svg {
  fill: var(--color-primary-1);
  width: 28px;
  height: 28px;
}

.tcs-story-section {
  position: relative;
}
@media (max-width: 575px) {
  .tcs-story-section {
    overflow: hidden;
  }
}
.tcs-story-section .position-relative {
  padding-bottom: 40px;
}
.tcs-story-section .bgr-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: top;
  background-size: cover;
  opacity: 0.4;
  z-index: -1;
}
.tcs-story-section .messsage {
  font-size: 18px;
  font-family: "Albra", serif;
  padding: 0 12px;
  text-align: center;
  margin-bottom: 44px;
}
@media (max-width: 575px) {
  .tcs-story-section .messsage {
    font-size: 15px;
  }
}
.tcs-story-section .heading {
  padding-top: 88px;
  text-align: center;
  font-family: "Albra", serif;
  margin-bottom: 52px;
  position: relative;
}
.tcs-story-section .heading .of-txt {
  position: relative;
  display: inline-block;
  font-weight: normal;
  font-size: 56px;
  line-height: 0;
  padding: 0 8px;
  width: 48px;
  height: 10px;
}
.tcs-story-section .heading .of-txt span {
  position: absolute;
  font-family: "Mrattoos Signature", serif;
  top: 0;
  left: 8%;
  font-style: italic;
}
.tcs-story-section .name-wrap,
.tcs-story-section .img-wrap {
  flex: 1;
}
.tcs-story-section .name-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tcs-story-section .name-wrap span {
  font-family: "Palidate", serif;
  font-size: 38px;
  line-height: 1.2;
}
.tcs-story-section .name-wrap h3 {
  text-transform: capitalize;
  font-family: "Vendya", Times, serif;
  font-size: 36px;
  font-weight: 400;
}
.tcs-story-section .groom .img-wrap {
  transform: rotate(15deg) translateY(20px);
}
.tcs-story-section .bride {
  position: relative;
}
.tcs-story-section .bride .img-wrap {
  transform: rotate(-10deg);
}
.tcs-story-section .bride .img-xu {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-84%, -70%);
  width: 16%;
}
.tcs-story-section .img-wrap img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: 8px solid white;
}
.tcs-story-section .story-list {
  margin-top: 20px;
  padding: 16px 12px 16px 40px;
  position: relative;
}
.tcs-story-section .story-list::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  top: 0;
  bottom: 0;
  left: 19px;
  z-index: 9;
  background-color: var(--color-primary-1);
}
.tcs-story-section .story-list .story-item .heading {
  padding-top: 0;
  text-align: left;
  font-family: "Albra", serif;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-size: 18px;
}
.tcs-story-section .story-list .story-item .heading::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  left: -20px;
  z-index: 9;
  background-color: var(--color-primary-1);
}
.tcs-story-section .story-list .story-item + .story-item {
  margin-top: 32px;
}
.tcs-story-section .story-list .story-item .content {
  text-align: justify;
}
.tcs-story-section .media-wrap {
  position: relative;
  background-color: var(--color-primary-1);
  padding: 20px 20px 48px;
  margin: 32px auto 0;
  border-radius: 20px;
  max-width: 480px;
}
@media (max-width: 575px) {
  .tcs-story-section .media-wrap {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.tcs-story-section .media-wrap .music-line-img {
  position: absolute;
  right: 4%;
  width: 30%;
  z-index: 9;
}
.tcs-story-section .media-wrap .music-wrap {
  position: relative;
  padding: 32px 20px 20px;
}
.tcs-story-section .media-wrap .music-wrap .media-img {
  animation: spin 6s linear infinite;
}
.tcs-story-section .media-wrap .music-wrap .media-img:hover {
  animation-play-state: paused;
}
.tcs-story-section .media-wrap .music-wrap .couple-img-wrap {
  width: 64%;
  position: absolute;
  top: 51.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.tcs-story-section .media-wrap .music-wrap .couple-img-wrap > img {
  animation: spin 6s linear infinite;
  border-radius: 50%;
  border: 6px solid white;
}
.tcs-story-section .media-wrap .music-wrap .couple-img-wrap > img:hover {
  animation-play-state: paused;
}
.tcs-story-section .media-wrap .message {
  color: white;
  text-align: center;
  font-family: "Drayton", Times, serif;
  font-size: 32px;
  line-height: 1.2;
}
@media (max-width: 575px) {
  .tcs-story-section .media-wrap .message {
    font-size: 26px;
  }
}

.tcs-calendar-section {
  color: #2b2b2b;
}
@media (max-width: 575px) {
  .tcs-calendar-section {
    padding: 0 12px;
  }
}
.tcs-calendar-section .bgr-top {
  width: 100%;
  height: auto;
  margin-bottom: 32px;
}
.tcs-calendar-section .calendar-wrap {
  position: relative;
  width: 100%;
  min-height: 220px;
  background: transparent;
  border: 1px solid;
  border-color: var(--color-primary-1);
}
.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 .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: 40px;
  color: var(--color-primary-1);
}
.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 .year,
  .tcs-calendar-section .calendar-date-left .date-block .day {
    display: none;
  }
  .tcs-calendar-section .calendar-date-left .date-block .month {
    font-family: "Perfecto", Courier, monospace;
    opacity: 1;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 46px;
    line-height: 1;
  }
  .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-plan-section {
  overflow: hidden;
  position: relative;
}
.tcs-plan-section img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 2/3;
}
.tcs-plan-section .content-wrap {
  position: absolute;
  padding: 36px 12px 20px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.tcs-plan-section .content-wrap .heading {
  padding-right: 8px;
  margin-right: 12%;
  position: relative;
  color: white;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 48px;
  text-align: end;
  font-family: "Perfecto", Courier, monospace;
}
.tcs-plan-section .content-wrap .heading::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: white;
  right: -100%;
  top: 50%;
  transform: translateY(-50%);
}
.tcs-plan-section .content-wrap .plan-wrap {
  position: relative;
  padding: 8% 0 4%;
}
.tcs-plan-section .content-wrap .plan-wrap .line {
  position: relative;
  width: 2px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8%;
  z-index: 9;
  background-color: white;
}
.tcs-plan-section .content-wrap .plan-list {
  padding-left: 16%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 24px;
}
.tcs-plan-section .content-wrap .plan-list .plan-item {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.tcs-plan-section .content-wrap .plan-list .plan-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 50%;
  left: -11.2%;
  transform: translateY(-50%);
  z-index: 9;
  background-color: white;
}
@media (max-width: 575px) {
  .tcs-plan-section .content-wrap .plan-list .plan-item::before {
    left: -12%;
  }
}
.tcs-plan-section .content-wrap .plan-list .plan-item p {
  color: white;
  font-family: "Albra", serif;
  text-transform: uppercase;
}

.tcs-album-section {
  position: relative;
  padding: 20px 12px;
  background-color: white;
}
@media (max-width: 575px) {
  .tcs-album-section {
    overflow: hidden;
  }
}
.tcs-album-section .heading {
  font-size: 52px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  font-family: "Drayton", Courier, monospace;
  margin: 16px 0 32px;
}
@media (max-width: 575px) {
  .tcs-album-section .heading {
    font-size: 40px;
    margin: 4px 0 24px;
  }
}
.tcs-album-section .img-wrap img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: 10px solid white;
}
.tcs-album-section .gallery-section {
  width: 100%;
  max-width: 100%;
}
.tcs-album-section .gallery-section .gallery-top {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  aspect-ratio: 5/7;
}
.tcs-album-section .gallery-section .gallery-top .swiper-slide {
  width: 100%;
  height: 100%;
}
.tcs-album-section .gallery-section .gallery-top .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.tcs-album-section .gallery-section .gallery-top .swiper-button-next,
.tcs-album-section .gallery-section .gallery-top .swiper-button-prev {
  padding: 4px;
  color: white;
  width: 32px;
  height: 32px;
  background-image: url(data:image/svg+xml;charset=utf-8;base64,IDxzdmcgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0iI0ZGRkZGRiI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjAwMDE1IDAuNTg1OTM4TDE4LjQxNDQgMTIuMDAwMkw3LjAwMDE1IDIzLjQxNDRMNS41ODU5NCAyMi4wMDAyTDE1LjU4NTkgMTIuMDAwMkw1LjU4NTk0IDIuMDAwMTVMNy4wMDAxNSAwLjU4NTkzOFoiPjwvcGF0aD48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
}
.tcs-album-section .gallery-section .gallery-top .swiper-button-next::after,
.tcs-album-section .gallery-section .gallery-top .swiper-button-prev::after {
  font-size: 20px;
  font-weight: 600;
}
.tcs-album-section .gallery-section .gallery-top .swiper-button-prev {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.tcs-album-section .gallery-section .gallery-thumbs {
  margin-top: 8px;
}
.tcs-album-section .gallery-section .gallery-thumbs .swiper-slide {
  overflow: hidden;
  opacity: 0.7;
  transition: 0.3s;
  aspect-ratio: 1;
  border: 1px solid transparent;
}
.tcs-album-section .gallery-section .gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.tcs-album-section .gallery-section .gallery-thumbs .swiper-slide.active {
  opacity: 1;
  border: 1px solid;
  border-color: var(--color-primary-1);
}

.tsc-guestbook-section .form {
  padding: 32px 20px 24px;
  border: 1px solid;
  border-color: var(--color-primary-1);
  border-radius: 16px;
}
@media (max-width: 575px) {
  .tsc-guestbook-section .form {
    border: none;
    padding: 0 12px;
  }
}
.tsc-guestbook-section .form .section-heading {
  font-size: 18px;
  padding: 0 12px;
  margin-bottom: 32px;
}
.tsc-guestbook-section .form .submit-area {
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tsc-guestbook-section .form .submit-area > button {
  width: 100%;
  max-width: 220px;
}
.tsc-guestbook-section .modal-body {
  position: relative;
}
.tsc-guestbook-section .modal-body .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px;
  font-size: 16px;
  z-index: 9;
}
.tsc-guestbook-section .qr-code-wrapper .qr-block {
  min-width: auto;
  flex: 1;
}
.tsc-guestbook-section .qr-code-wrapper .qr-block:last-child {
  display: none;
}
.tsc-guestbook-section .qr-code-wrapper .qr-block .name {
  font-size: 36px;
  text-align: center;
  line-height: normal;
  font-family: "Drayton", Times, serif;
  letter-spacing: 2px;
  line-height: 1.6;
  text-transform: capitalize;
}
.tsc-guestbook-section .qr-code-wrapper .qr-block .btn.copy-stk {
  width: 160px;
  padding: 8px;
  text-transform: uppercase;
  font-size: 14px;
}
.tsc-guestbook-section .qr-code-wrapper .bank-info {
  text-align: center;
}
.tsc-guestbook-section .qr-code-wrapper .qr-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  max-width: 280px;
  padding: 0 12px 8px;
}
.tsc-guestbook-section .qr-code-wrapper .button-wrap {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
  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;
}
.tsc-guestbook-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);
}
.tsc-guestbook-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;
}
.tsc-guestbook-section .qr-code-wrapper .button-wrap .btn::after {
  display: none;
}
.tsc-guestbook-section .qr-code-wrapper .button-wrap .btn.active {
  color: #fff;
}
.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 {
  text-transform: capitalize;
  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: "Perfecto", "Great Vibes", "Alex Brush";
  font-weight: normal;
  letter-spacing: 4px;
  font-size: 54px;
}
.tsc-thank-section .thank-wrapper .thank-box .message {
  font-family: "Albra", serif;
  color: #ffffff;
  font-size: 16px;
}

.change-color {
  color: var(--color-primary-1) !important;
}

.color2 {
  /* ==== COLOR ====*/
}
.color2 .tcs-calendar-section .calendar-cal-dow-row div,
.color2 .tcs-calendar-section .calendar-cal-day--selected,
.color2 .change-color,
.color2 .clock-wrap .box:not(:last-child)::after,
.color2 .tcs-guest-section .guest-name {
  color: var(--color-primary-2) !important;
}
.color2 {
  /* ==== BORDER COLOR ====*/
}
.color2 .tsc-guestbook-section .form,
.color2 .tcs-album-section .gallery-section .gallery-thumbs .swiper-slide.active,
.color2 .tsc-invitation-section .party.party-2,
.color2 .tsc-invitation-section .party .date-wrap .month,
.color2 .tsc-invitation-section .party .date-wrap .year,
.color2 .tcs-calendar-section .calendar-wrap,
.color2 .tsc-card-fixed .content .guest-name::after,
.color2 .tsc-invitation-section .invite-text .guest-name::after,
.color2 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-2);
}
.color2 {
  /* ==== BACKGROUND COLOR ====*/
}
.color2 .tcs-story-section .media-wrap,
.color2 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color2 .tsc-guestbook-section .qr-code-wrapper .button-wrap .pill-indicator,
.color2 .tcs-story-section .story-list .story-item .heading::before,
.color2 .tcs-story-section .story-list::before,
.color2 .tsc-invitation-section .party .line,
.color2 .tsc-invitation-section .family .divider,
.color2 .back-to-top {
  background-color: var(--color-primary-2);
}
.color2 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color2 .tcs-hero-slider .gradient-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-2-rgb), 0.4));
}
.color2 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-2-rgb), 0.6));
}
.color2 .tsc-invitation-section .party .map-btn svg {
  fill: var(--color-primary-2);
}
.color2 .btn-primary:hover,
.color2 .btn-primary,
.color2 .btn-check:checked + .btn,
.color2 .btn.active,
.color2 .btn.show,
.color2 .btn:first-child:active,
.color2 :not(.btn-check) + .btn:active,
.color2 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-2);
  background-color: var(--color-primary-2);
}
.color2 .form-control:focus {
  border-color: rgba(var(--color-primary-2-rgb), 0.25);
  box-shadow: 0 0 2px 3px rgba(var(--color-primary-2-rgb), 0.15);
}

.color3 {
  /* ==== COLOR ====*/
}
.color3 .tcs-calendar-section .calendar-cal-dow-row div,
.color3 .tcs-calendar-section .calendar-cal-day--selected,
.color3 .change-color,
.color3 .clock-wrap .box:not(:last-child)::after,
.color3 .tcs-guest-section .guest-name {
  color: var(--color-primary-3) !important;
}
.color3 {
  /* ==== BORDER COLOR ====*/
}
.color3 .tsc-guestbook-section .form,
.color3 .tcs-album-section .gallery-section .gallery-thumbs .swiper-slide.active,
.color3 .tsc-invitation-section .party.party-2,
.color3 .tsc-invitation-section .party .date-wrap .month,
.color3 .tsc-invitation-section .party .date-wrap .year,
.color3 .tcs-calendar-section .calendar-wrap,
.color3 .tsc-card-fixed .content .guest-name::after,
.color3 .tsc-invitation-section .invite-text .guest-name::after,
.color3 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-3);
}
.color3 {
  /* ==== BACKGROUND COLOR ====*/
}
.color3 .tcs-story-section .media-wrap,
.color3 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color3 .tsc-guestbook-section .qr-code-wrapper .button-wrap .pill-indicator,
.color3 .tcs-story-section .story-list .story-item .heading::before,
.color3 .tcs-story-section .story-list::before,
.color3 .tsc-invitation-section .party .line,
.color3 .tsc-invitation-section .family .divider,
.color3 .back-to-top {
  background-color: var(--color-primary-3);
}
.color3 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color3 .tcs-hero-slider .gradient-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-3-rgb), 0.4));
}
.color3 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-3-rgb), 0.6));
}
.color3 .tsc-invitation-section .party .map-btn svg {
  fill: var(--color-primary-3);
}
.color3 .btn-primary:hover,
.color3 .btn-primary,
.color3 .btn-check:checked + .btn,
.color3 .btn.active,
.color3 .btn.show,
.color3 .btn:first-child:active,
.color3 :not(.btn-check) + .btn:active,
.color3 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-3);
  background-color: var(--color-primary-3);
}
.color3 .form-control:focus {
  border-color: rgba(var(--color-primary-3-rgb), 0.25);
  box-shadow: 0 0 2px 3px rgba(var(--color-primary-3-rgb), 0.15);
}

.color4 {
  /* ==== COLOR ====*/
}
.color4 .tcs-calendar-section .calendar-cal-dow-row div,
.color4 .tcs-calendar-section .calendar-cal-day--selected,
.color4 .change-color,
.color4 .clock-wrap .box:not(:last-child)::after,
.color4 .tcs-guest-section .guest-name {
  color: var(--color-primary-4) !important;
}
.color4 {
  /* ==== BORDER COLOR ====*/
}
.color4 .tsc-guestbook-section .form,
.color4 .tcs-album-section .gallery-section .gallery-thumbs .swiper-slide.active,
.color4 .tsc-invitation-section .party.party-2,
.color4 .tsc-invitation-section .party .date-wrap .month,
.color4 .tsc-invitation-section .party .date-wrap .year,
.color4 .tcs-calendar-section .calendar-wrap,
.color4 .tsc-card-fixed .content .guest-name::after,
.color4 .tsc-invitation-section .invite-text .guest-name::after,
.color4 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-4);
}
.color4 {
  /* ==== BACKGROUND COLOR ====*/
}
.color4 .tcs-story-section .media-wrap,
.color4 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color4 .tsc-guestbook-section .qr-code-wrapper .button-wrap .pill-indicator,
.color4 .tcs-story-section .story-list .story-item .heading::before,
.color4 .tcs-story-section .story-list::before,
.color4 .tsc-invitation-section .party .line,
.color4 .tsc-invitation-section .family .divider,
.color4 .back-to-top {
  background-color: var(--color-primary-4);
}
.color4 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color4 .tcs-hero-slider .gradient-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-4-rgb), 0.4));
}
.color4 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-4-rgb), 0.6));
}
.color4 .tsc-invitation-section .party .map-btn svg {
  fill: var(--color-primary-4);
}
.color4 .btn-primary:hover,
.color4 .btn-primary,
.color4 .btn-check:checked + .btn,
.color4 .btn.active,
.color4 .btn.show,
.color4 .btn:first-child:active,
.color4 :not(.btn-check) + .btn:active,
.color4 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-4);
  background-color: var(--color-primary-4);
}
.color4 .form-control:focus {
  border-color: rgba(var(--color-primary-4-rgb), 0.25);
  box-shadow: 0 0 2px 3px rgba(var(--color-primary-4-rgb), 0.15);
}

.color5 {
  /* ==== COLOR ====*/
}
.color5 .tcs-calendar-section .calendar-cal-dow-row div,
.color5 .tcs-calendar-section .calendar-cal-day--selected,
.color5 .change-color,
.color5 .clock-wrap .box:not(:last-child)::after,
.color5 .tcs-guest-section .guest-name {
  color: var(--color-primary-5) !important;
}
.color5 {
  /* ==== BORDER COLOR ====*/
}
.color5 .tsc-guestbook-section .form,
.color5 .tcs-album-section .gallery-section .gallery-thumbs .swiper-slide.active,
.color5 .tsc-invitation-section .party.party-2,
.color5 .tsc-invitation-section .party .date-wrap .month,
.color5 .tsc-invitation-section .party .date-wrap .year,
.color5 .tcs-calendar-section .calendar-wrap,
.color5 .tsc-card-fixed .content .guest-name::after,
.color5 .tsc-invitation-section .invite-text .guest-name::after,
.color5 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-5);
}
.color5 {
  /* ==== BACKGROUND COLOR ====*/
}
.color5 .tcs-story-section .media-wrap,
.color5 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color5 .tsc-guestbook-section .qr-code-wrapper .button-wrap .pill-indicator,
.color5 .tcs-story-section .story-list .story-item .heading::before,
.color5 .tcs-story-section .story-list::before,
.color5 .tsc-invitation-section .party .line,
.color5 .tsc-invitation-section .family .divider,
.color5 .back-to-top {
  background-color: var(--color-primary-5);
}
.color5 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color5 .tcs-hero-slider .gradient-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-5-rgb), 0.4));
}
.color5 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-5-rgb), 0.6));
}
.color5 .tsc-invitation-section .party .map-btn svg {
  fill: var(--color-primary-5);
}
.color5 .btn-primary:hover,
.color5 .btn-primary,
.color5 .btn-check:checked + .btn,
.color5 .btn.active,
.color5 .btn.show,
.color5 .btn:first-child:active,
.color5 :not(.btn-check) + .btn:active,
.color5 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-5);
  background-color: var(--color-primary-5);
}
.color5 .form-control:focus {
  border-color: rgba(var(--color-primary-5-rgb), 0.25);
  box-shadow: 0 0 2px 3px rgba(var(--color-primary-5-rgb), 0.15);
}

.color6 {
  /* ==== COLOR ====*/
}
.color6 .tcs-calendar-section .calendar-cal-dow-row div,
.color6 .tcs-calendar-section .calendar-cal-day--selected,
.color6 .change-color,
.color6 .clock-wrap .box:not(:last-child)::after,
.color6 .tcs-guest-section .guest-name {
  color: var(--color-primary-6) !important;
}
.color6 {
  /* ==== BORDER COLOR ====*/
}
.color6 .tsc-guestbook-section .form,
.color6 .tcs-album-section .gallery-section .gallery-thumbs .swiper-slide.active,
.color6 .tsc-invitation-section .party.party-2,
.color6 .tsc-invitation-section .party .date-wrap .month,
.color6 .tsc-invitation-section .party .date-wrap .year,
.color6 .tcs-calendar-section .calendar-wrap,
.color6 .tsc-card-fixed .content .guest-name::after,
.color6 .tsc-invitation-section .invite-text .guest-name::after,
.color6 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-6);
}
.color6 {
  /* ==== BACKGROUND COLOR ====*/
}
.color6 .tcs-story-section .media-wrap,
.color6 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color6 .tsc-guestbook-section .qr-code-wrapper .button-wrap .pill-indicator,
.color6 .tcs-story-section .story-list .story-item .heading::before,
.color6 .tcs-story-section .story-list::before,
.color6 .tsc-invitation-section .party .line,
.color6 .tsc-invitation-section .family .divider,
.color6 .back-to-top {
  background-color: var(--color-primary-6);
}
.color6 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color6 .tcs-hero-slider .gradient-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-6-rgb), 0.4));
}
.color6 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-6-rgb), 0.6));
}
.color6 .tsc-invitation-section .party .map-btn svg {
  fill: var(--color-primary-6);
}
.color6 .btn-primary:hover,
.color6 .btn-primary,
.color6 .btn-check:checked + .btn,
.color6 .btn.active,
.color6 .btn.show,
.color6 .btn:first-child:active,
.color6 :not(.btn-check) + .btn:active,
.color6 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-6);
  background-color: var(--color-primary-6);
}
.color6 .form-control:focus {
  border-color: rgba(var(--color-primary-6-rgb), 0.25);
  box-shadow: 0 0 2px 3px rgba(var(--color-primary-6-rgb), 0.15);
}

.color7 {
  /* ==== COLOR ====*/
}
.color7 .tcs-calendar-section .calendar-cal-dow-row div,
.color7 .tcs-calendar-section .calendar-cal-day--selected,
.color7 .change-color,
.color7 .clock-wrap .box:not(:last-child)::after,
.color7 .tcs-guest-section .guest-name {
  color: var(--color-primary-7) !important;
}
.color7 {
  /* ==== BORDER COLOR ====*/
}
.color7 .tsc-guestbook-section .form,
.color7 .tcs-album-section .gallery-section .gallery-thumbs .swiper-slide.active,
.color7 .tsc-invitation-section .party.party-2,
.color7 .tsc-invitation-section .party .date-wrap .month,
.color7 .tsc-invitation-section .party .date-wrap .year,
.color7 .tcs-calendar-section .calendar-wrap,
.color7 .tsc-card-fixed .content .guest-name::after,
.color7 .tsc-invitation-section .invite-text .guest-name::after,
.color7 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-7);
}
.color7 {
  /* ==== BACKGROUND COLOR ====*/
}
.color7 .tcs-story-section .media-wrap,
.color7 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color7 .tsc-guestbook-section .qr-code-wrapper .button-wrap .pill-indicator,
.color7 .tcs-story-section .story-list .story-item .heading::before,
.color7 .tcs-story-section .story-list::before,
.color7 .tsc-invitation-section .party .line,
.color7 .tsc-invitation-section .family .divider,
.color7 .back-to-top {
  background-color: var(--color-primary-7);
}
.color7 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color7 .tcs-hero-slider .gradient-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-7-rgb), 0.4));
}
.color7 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-7-rgb), 0.6));
}
.color7 .tsc-invitation-section .party .map-btn svg {
  fill: var(--color-primary-7);
}
.color7 .btn-primary:hover,
.color7 .btn-primary,
.color7 .btn-check:checked + .btn,
.color7 .btn.active,
.color7 .btn.show,
.color7 .btn:first-child:active,
.color7 :not(.btn-check) + .btn:active,
.color7 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-7);
  background-color: var(--color-primary-7);
}
.color7 .form-control:focus {
  border-color: rgba(var(--color-primary-7-rgb), 0.25);
  box-shadow: 0 0 2px 3px rgba(var(--color-primary-7-rgb), 0.15);
}

.color8 {
  /* ==== COLOR ====*/
}
.color8 .tcs-calendar-section .calendar-cal-dow-row div,
.color8 .tcs-calendar-section .calendar-cal-day--selected,
.color8 .change-color,
.color8 .clock-wrap .box:not(:last-child)::after,
.color8 .tcs-guest-section .guest-name {
  color: var(--color-primary-8) !important;
}
.color8 {
  /* ==== BORDER COLOR ====*/
}
.color8 .tsc-guestbook-section .form,
.color8 .tcs-album-section .gallery-section .gallery-thumbs .swiper-slide.active,
.color8 .tsc-invitation-section .party.party-2,
.color8 .tsc-invitation-section .party .date-wrap .month,
.color8 .tsc-invitation-section .party .date-wrap .year,
.color8 .tcs-calendar-section .calendar-wrap,
.color8 .tsc-card-fixed .content .guest-name::after,
.color8 .tsc-invitation-section .invite-text .guest-name::after,
.color8 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-8);
}
.color8 {
  /* ==== BACKGROUND COLOR ====*/
}
.color8 .tcs-story-section .media-wrap,
.color8 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color8 .tsc-guestbook-section .qr-code-wrapper .button-wrap .pill-indicator,
.color8 .tcs-story-section .story-list .story-item .heading::before,
.color8 .tcs-story-section .story-list::before,
.color8 .tsc-invitation-section .party .line,
.color8 .tsc-invitation-section .family .divider,
.color8 .back-to-top {
  background-color: var(--color-primary-8);
}
.color8 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color8 .tcs-hero-slider .gradient-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-8-rgb), 0.4));
}
.color8 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-8-rgb), 0.6));
}
.color8 .tsc-invitation-section .party .map-btn svg {
  fill: var(--color-primary-8);
}
.color8 .btn-primary:hover,
.color8 .btn-primary,
.color8 .btn-check:checked + .btn,
.color8 .btn.active,
.color8 .btn.show,
.color8 .btn:first-child:active,
.color8 :not(.btn-check) + .btn:active,
.color8 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-8);
  background-color: var(--color-primary-8);
}
.color8 .form-control:focus {
  border-color: rgba(var(--color-primary-8-rgb), 0.25);
  box-shadow: 0 0 2px 3px rgba(var(--color-primary-8-rgb), 0.15);
}

.color9 {
  /* ==== COLOR ====*/
}
.color9 .tcs-calendar-section .calendar-cal-dow-row div,
.color9 .tcs-calendar-section .calendar-cal-day--selected,
.color9 .change-color,
.color9 .clock-wrap .box:not(:last-child)::after,
.color9 .tcs-guest-section .guest-name {
  color: var(--color-primary-9) !important;
}
.color9 {
  /* ==== BORDER COLOR ====*/
}
.color9 .tsc-guestbook-section .form,
.color9 .tcs-album-section .gallery-section .gallery-thumbs .swiper-slide.active,
.color9 .tsc-invitation-section .party.party-2,
.color9 .tsc-invitation-section .party .date-wrap .month,
.color9 .tsc-invitation-section .party .date-wrap .year,
.color9 .tcs-calendar-section .calendar-wrap,
.color9 .tsc-card-fixed .content .guest-name::after,
.color9 .tsc-invitation-section .invite-text .guest-name::after,
.color9 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-9);
}
.color9 {
  /* ==== BACKGROUND COLOR ====*/
}
.color9 .tcs-story-section .media-wrap,
.color9 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color9 .tsc-guestbook-section .qr-code-wrapper .button-wrap .pill-indicator,
.color9 .tcs-story-section .story-list .story-item .heading::before,
.color9 .tcs-story-section .story-list::before,
.color9 .tsc-invitation-section .party .line,
.color9 .tsc-invitation-section .family .divider,
.color9 .back-to-top {
  background-color: var(--color-primary-9);
}
.color9 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color9 .tcs-hero-slider .gradient-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-9-rgb), 0.4));
}
.color9 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-9-rgb), 0.6));
}
.color9 .tsc-invitation-section .party .map-btn svg {
  fill: var(--color-primary-9);
}
.color9 .btn-primary:hover,
.color9 .btn-primary,
.color9 .btn-check:checked + .btn,
.color9 .btn.active,
.color9 .btn.show,
.color9 .btn:first-child:active,
.color9 :not(.btn-check) + .btn:active,
.color9 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-9);
  background-color: var(--color-primary-9);
}
.color9 .form-control:focus {
  border-color: rgba(var(--color-primary-9-rgb), 0.25);
  box-shadow: 0 0 2px 3px rgba(var(--color-primary-9-rgb), 0.15);
}

.color10 {
  /* ==== COLOR ====*/
}
.color10 .tcs-calendar-section .calendar-cal-dow-row div,
.color10 .tcs-calendar-section .calendar-cal-day--selected,
.color10 .change-color,
.color10 .clock-wrap .box:not(:last-child)::after,
.color10 .tcs-guest-section .guest-name {
  color: var(--color-primary-10) !important;
}
.color10 {
  /* ==== BORDER COLOR ====*/
}
.color10 .tsc-guestbook-section .form,
.color10 .tcs-album-section .gallery-section .gallery-thumbs .swiper-slide.active,
.color10 .tsc-invitation-section .party.party-2,
.color10 .tsc-invitation-section .party .date-wrap .month,
.color10 .tsc-invitation-section .party .date-wrap .year,
.color10 .tcs-calendar-section .calendar-wrap,
.color10 .tsc-card-fixed .content .guest-name::after,
.color10 .tsc-invitation-section .invite-text .guest-name::after,
.color10 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-10);
}
.color10 {
  /* ==== BACKGROUND COLOR ====*/
}
.color10 .tcs-story-section .media-wrap,
.color10 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color10 .tsc-guestbook-section .qr-code-wrapper .button-wrap .pill-indicator,
.color10 .tcs-story-section .story-list .story-item .heading::before,
.color10 .tcs-story-section .story-list::before,
.color10 .tsc-invitation-section .party .line,
.color10 .tsc-invitation-section .family .divider,
.color10 .back-to-top {
  background-color: var(--color-primary-10);
}
.color10 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color10 .tcs-hero-slider .gradient-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-10-rgb), 0.4));
}
.color10 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-10-rgb), 0.6));
}
.color10 .tsc-invitation-section .party .map-btn svg {
  fill: var(--color-primary-10);
}
.color10 .btn-primary:hover,
.color10 .btn-primary,
.color10 .btn-check:checked + .btn,
.color10 .btn.active,
.color10 .btn.show,
.color10 .btn:first-child:active,
.color10 :not(.btn-check) + .btn:active,
.color10 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-10);
  background-color: var(--color-primary-10);
}
.color10 .form-control:focus {
  border-color: rgba(var(--color-primary-10-rgb), 0.25);
  box-shadow: 0 0 2px 3px rgba(var(--color-primary-10-rgb), 0.15);
}

.color11 {
  /* ==== COLOR ====*/
}
.color11 .tcs-calendar-section .calendar-cal-dow-row div,
.color11 .tcs-calendar-section .calendar-cal-day--selected,
.color11 .change-color,
.color11 .clock-wrap .box:not(:last-child)::after,
.color11 .tcs-guest-section .guest-name {
  color: var(--color-primary-11) !important;
}
.color11 {
  /* ==== BORDER COLOR ====*/
}
.color11 .tsc-guestbook-section .form,
.color11 .tcs-album-section .gallery-section .gallery-thumbs .swiper-slide.active,
.color11 .tsc-invitation-section .party.party-2,
.color11 .tsc-invitation-section .party .date-wrap .month,
.color11 .tsc-invitation-section .party .date-wrap .year,
.color11 .tcs-calendar-section .calendar-wrap,
.color11 .tsc-card-fixed .content .guest-name::after,
.color11 .tsc-invitation-section .invite-text .guest-name::after,
.color11 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-11);
}
.color11 {
  /* ==== BACKGROUND COLOR ====*/
}
.color11 .tcs-story-section .media-wrap,
.color11 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color11 .tsc-guestbook-section .qr-code-wrapper .button-wrap .pill-indicator,
.color11 .tcs-story-section .story-list .story-item .heading::before,
.color11 .tcs-story-section .story-list::before,
.color11 .tsc-invitation-section .party .line,
.color11 .tsc-invitation-section .family .divider,
.color11 .back-to-top {
  background-color: var(--color-primary-11);
}
.color11 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color11 .tcs-hero-slider .gradient-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-11-rgb), 0.4));
}
.color11 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-11-rgb), 0.6));
}
.color11 .tsc-invitation-section .party .map-btn svg {
  fill: var(--color-primary-11);
}
.color11 .btn-primary:hover,
.color11 .btn-primary,
.color11 .btn-check:checked + .btn,
.color11 .btn.active,
.color11 .btn.show,
.color11 .btn:first-child:active,
.color11 :not(.btn-check) + .btn:active,
.color11 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-11);
  background-color: var(--color-primary-11);
}
.color11 .form-control:focus {
  border-color: rgba(var(--color-primary-11-rgb), 0.25);
  box-shadow: 0 0 2px 3px rgba(var(--color-primary-11-rgb), 0.15);
}

.color12 {
  /* ==== COLOR ====*/
}
.color12 .tcs-calendar-section .calendar-cal-dow-row div,
.color12 .tcs-calendar-section .calendar-cal-day--selected,
.color12 .change-color,
.color12 .clock-wrap .box:not(:last-child)::after,
.color12 .tcs-guest-section .guest-name {
  color: var(--color-primary-12) !important;
}
.color12 {
  /* ==== BORDER COLOR ====*/
}
.color12 .tsc-guestbook-section .form,
.color12 .tcs-album-section .gallery-section .gallery-thumbs .swiper-slide.active,
.color12 .tsc-invitation-section .party.party-2,
.color12 .tsc-invitation-section .party .date-wrap .month,
.color12 .tsc-invitation-section .party .date-wrap .year,
.color12 .tcs-calendar-section .calendar-wrap,
.color12 .tsc-card-fixed .content .guest-name::after,
.color12 .tsc-invitation-section .invite-text .guest-name::after,
.color12 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-12);
}
.color12 {
  /* ==== BACKGROUND COLOR ====*/
}
.color12 .tcs-story-section .media-wrap,
.color12 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color12 .tsc-guestbook-section .qr-code-wrapper .button-wrap .pill-indicator,
.color12 .tcs-story-section .story-list .story-item .heading::before,
.color12 .tcs-story-section .story-list::before,
.color12 .tsc-invitation-section .party .line,
.color12 .tsc-invitation-section .family .divider,
.color12 .back-to-top {
  background-color: var(--color-primary-12);
}
.color12 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color12 .tcs-hero-slider .gradient-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-12-rgb), 0.4));
}
.color12 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-12-rgb), 0.6));
}
.color12 .tsc-invitation-section .party .map-btn svg {
  fill: var(--color-primary-12);
}
.color12 .btn-primary:hover,
.color12 .btn-primary,
.color12 .btn-check:checked + .btn,
.color12 .btn.active,
.color12 .btn.show,
.color12 .btn:first-child:active,
.color12 :not(.btn-check) + .btn:active,
.color12 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-12);
  background-color: var(--color-primary-12);
}
.color12 .form-control:focus {
  border-color: rgba(var(--color-primary-12-rgb), 0.25);
  box-shadow: 0 0 2px 3px rgba(var(--color-primary-12-rgb), 0.15);
}/*# sourceMappingURL=main.css.map */