@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&amp;display=swap");
@import url("https://fonts.cdnfonts.com/css/vivaldi");
@import url('https://fonts.googleapis.com/css2?family=GFS+Didot&family=Pinyon+Script&display=swap');

:root,
:root[data-theme=light] {
  --bodybg: hsl(0, 33%, 98%);
  --overlaybg: hsl(231, 71%, 15%);
  --countdowntext: hsl(237, 31%, 41%);
  --footertitle: hsl(232, 36%, 35%);
  --textcolor: hsl(230, 14%, 41%);
  --textprimary: hsl(231, 15%, 24%);
  --bulletbg: hsl(233, 22%, 71%);
  --cardbackbg: hsl(0, 0%, 95%);
  --radiotext: hsl(231, 37%, 35%);
  --mapshadow: hsl(236, 18%, 57%);
  --sectionbg: rgba(72, 75, 137, 0.05);
  --linkbg: hsl(210, 23%, 95%);
  --countoverlay: hsl(346, 77%, 66%);
  --paginationlinkbg: hsl(220, 25%, 95%);
  --white: hsl(0, 0%, 100%);
  --black: hsl(0, 0%, 0%);
  --cardshadow: 0.25rem 0.25rem 1rem 0.1875rem rgba(72, 75, 137, 0.2);
  --dangercolor: hsl(343, 79%, 50%);
  --red: hsl(1, 71%, 54%);
}

:root[data-theme=purple] {
  --footertitle: hsl(282, 44%, 47%);
}

:root[data-theme=blue] {
  --footertitle: hsl(204, 64%, 44%);
}

:root[data-theme=red] {
  --footertitle: hsl(358, 83%, 52%);
}

:root[data-theme=pink] {
  --footertitle: hsl(331, 78%, 59%);
}

/**=====================================================**
                ANIMATION-STYLES
=======================================================**/
.header.header-fixed, .sticky-header {
  animation-duration: 350ms;
  animation-fill-mode: both;
}

@keyframes slideDownIn {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(-100%);
  }
}
.header.header-fixed, .sticky-header {
  animation-name: slideDownIn;
}

@keyframes slideDownInMobile {
  0% {
    transform: translateY(-1.25rem);
  }
  100% {
    transform: translateY(0.625rem);
  }
  0% {
    transform: translateY(-1.25rem);
  }
}
@keyframes slideUpIn {
  0% {
    transform: translateY(-1.25rem);
  }
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(1.25rem);
  }
}
@keyframes slideUpInMobile {
  0% {
    transform: translateY(2.5rem);
  }
  100% {
    transform: translateY(1.5625rem);
  }
  0% {
    transform: translateY(2.5rem);
  }
}
@keyframes slideLeftIn {
  0% {
    transform: translateX(6.25rem);
  }
  100% {
    transform: translateX(0);
  }
  0% {
    transform: translateX(-6.25rem);
  }
}
@keyframes slideRightIn {
  0% {
    transform: translateX(6.25rem);
  }
  100% {
    transform: translateX(0);
  }
  0% {
    transform: translateX(6.25rem);
  }
}
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(1%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/**=====================================================**
                BREAKPOINT-VARIABLES
=======================================================**/
/**=====================================================**
                BREAKPOINT-FUNCTIONS
=======================================================**/
/**=====================================================**
                    BREAKPOINT-MIXIN
=======================================================**/
/**=====================================================**
                    BREAKPOINT-USAGE
=======================================================**/
@font-face {
  font-family: "Zagora";
  font-style: normal;
  font-weight: 400;
  src: local("Zagora"), url("https://fonts.cdnfonts.com/s/90263/Zagora-mLEPG.woff") format("woff");
}
@font-face {
  font-family: "Callista";
  font-style: normal;
  font-weight: 400;
  src: local("Callista"), url("https://fonts.cdnfonts.com/s/74202/Callista-vmqlE.woff") format("woff");
}
@font-face {
  font-family: ""TT Nooks Script";
  font-style: normal;
  font-weight: 300;
  src: local("TT Nooks Script Trial"), url("https://fonts.cdnfonts.com/s/96461/TT Nooks Script Trial Light.woff") format("woff");
}
@font-face {
  font-family: "TT Nooks Script Trial";
  font-style: normal;
  font-weight: 400;
  src: local("TT Nooks Script Trial"), url("https://fonts.cdnfonts.com/s/96461/TT Nooks Script Trial Regular.woff") format("woff");
}
@font-face {
  font-family: "TT Nooks Script Trial";
  font-style: normal;
  font-weight: 700;
  src: local("TT Nooks Script Trial"), url("https://fonts.cdnfonts.com/s/96461/TT Nooks Script Trial Bold.woff") format("woff");
}
@font-face {
  font-family: "TT Nooks Script Trial";
  font-style: normal;
  font-weight: 900;
  src: local("TT Nooks Script Trial"), url("https://fonts.cdnfonts.com/s/96461/TT Nooks Script Trial Black.woff") format("woff");
}

html {
  box-sizing: border-box;
  font-size: 100%;
  scroll-behavior: smooth;
}
html:focus-within {
  scroll-behavior: inherit;
}

* {
  box-sizing: inherit;
}
*::before, *::after {
  box-sizing: inherit;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
button,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
header,
hgroup,
html,
i,
input,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
main,
nav,
object,
ol,
output,
option,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
select,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
}
a::-moz-selection, abbr::-moz-selection, acronym::-moz-selection, address::-moz-selection, applet::-moz-selection, article::-moz-selection, aside::-moz-selection, audio::-moz-selection, b::-moz-selection, big::-moz-selection, blockquote::-moz-selection, button::-moz-selection, body::-moz-selection, canvas::-moz-selection, caption::-moz-selection, center::-moz-selection, cite::-moz-selection, code::-moz-selection, dd::-moz-selection, del::-moz-selection, details::-moz-selection, dfn::-moz-selection, div::-moz-selection, dl::-moz-selection, dt::-moz-selection, em::-moz-selection, embed::-moz-selection, fieldset::-moz-selection, figcaption::-moz-selection, figure::-moz-selection, footer::-moz-selection, form::-moz-selection, header::-moz-selection, hgroup::-moz-selection, html::-moz-selection, i::-moz-selection, input::-moz-selection, iframe::-moz-selection, img::-moz-selection, ins::-moz-selection, kbd::-moz-selection, label::-moz-selection, legend::-moz-selection, li::-moz-selection, mark::-moz-selection, menu::-moz-selection, main::-moz-selection, nav::-moz-selection, object::-moz-selection, ol::-moz-selection, output::-moz-selection, option::-moz-selection, p::-moz-selection, pre::-moz-selection, q::-moz-selection, ruby::-moz-selection, s::-moz-selection, samp::-moz-selection, section::-moz-selection, small::-moz-selection, span::-moz-selection, strike::-moz-selection, strong::-moz-selection, sub::-moz-selection, summary::-moz-selection, select::-moz-selection, sup::-moz-selection, table::-moz-selection, tbody::-moz-selection, td::-moz-selection, tfoot::-moz-selection, th::-moz-selection, thead::-moz-selection, time::-moz-selection, tr::-moz-selection, tt::-moz-selection, u::-moz-selection, ul::-moz-selection, var::-moz-selection, video::-moz-selection {
  background: hsl(237, 31%, 41%);
  color: hsl(0, 0%, 100%);
}
a::selection,
abbr::selection,
acronym::selection,
address::selection,
applet::selection,
article::selection,
aside::selection,
audio::selection,
b::selection,
big::selection,
blockquote::selection,
button::selection,
body::selection,
canvas::selection,
caption::selection,
center::selection,
cite::selection,
code::selection,
dd::selection,
del::selection,
details::selection,
dfn::selection,
div::selection,
dl::selection,
dt::selection,
em::selection,
embed::selection,
fieldset::selection,
figcaption::selection,
figure::selection,
footer::selection,
form::selection,
header::selection,
hgroup::selection,
html::selection,
i::selection,
input::selection,
iframe::selection,
img::selection,
ins::selection,
kbd::selection,
label::selection,
legend::selection,
li::selection,
mark::selection,
menu::selection,
main::selection,
nav::selection,
object::selection,
ol::selection,
output::selection,
option::selection,
p::selection,
pre::selection,
q::selection,
ruby::selection,
s::selection,
samp::selection,
section::selection,
small::selection,
span::selection,
strike::selection,
strong::selection,
sub::selection,
summary::selection,
select::selection,
sup::selection,
table::selection,
tbody::selection,
td::selection,
tfoot::selection,
th::selection,
thead::selection,
time::selection,
tr::selection,
tt::selection,
u::selection,
ul::selection,
var::selection,
video::selection {
  background: hsl(237, 31%, 41%);
  color: hsl(0, 0%, 100%);
}

body {
  background: hsl(0, 33%, 98%);
  color: hsl(231, 15%, 24%);
  font-family: "GFS Didot";
  letter-spacing: 0.03rem;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, h6::-moz-selection {
  background: hsl(237, 31%, 41%);
  color: hsl(0, 0%, 100%);
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {
  background: hsl(237, 31%, 41%);
  color: hsl(0, 0%, 100%);
}

img {
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
a:visited,
a:active,
a:hover {
  text-decoration: none;
}

input,
select,
textarea {
  border: none;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

textarea {
  resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}
input[type=search]::-webkit-search-decoration:focus,
input[type=search]::-webkit-search-cancel-button:focus,
input[type=search]::-webkit-search-results-button:focus,
input[type=search]::-webkit-search-results-decoration:focus {
  outline: none;
}

::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
  color: transparent;
}

input[type=date]::before {
  content: attr(data-placeholder);
  width: 100%;
}

input[type=date]:focus::before,
input[type=date]:valid::before {
  display: none;
}

table tr {
  vertical-align: middle;
}
table tr th, table tr td {
  vertical-align: middle;
}

.display-1,
.display-2,
.display-3,
.display-4 {
  font-family: "Alex Brush", cursive;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  opacity: 1;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
button:focus,
[type=button]:focus,
[type=reset]:focus,
[type=submit]:focus {
  box-shadow: none;
  outline: none;
}
button:not([disabled]):hover,
[type=button]:not([disabled]):hover,
[type=reset]:not([disabled]):hover,
[type=submit]:not([disabled]):hover {
  cursor: pointer;
}

.up-btn {
  padding: 0.75rem;
  border: 0;
  transition: all 350ms ease-in-out;
}
.up-btn:not([disabled]):hover {
  opacity: 1;
}

.btn-hamburger {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  width: 1.75rem;
  height: 1.75rem;
  position: relative;
  z-index: 99999;
}
.btn-hamburger .line {
  width: 100%;
  height: 0.125rem;
  border-radius: 0.25rem;
  border-radius: 0.25rem;
  background: var(--white);
  display: block;
  transition: all 350ms ease-in-out;
}
.btn-hamburger.is-active {
  margin: 1.25rem auto 0;
}
.btn-hamburger.is-active .line:nth-child(1) {
  transform: translateY(-0.25rem) rotate(45deg);
}
.btn-hamburger.is-active .line:nth-child(2) {
  transform: translateY(-0.9375rem) rotate(-45deg);
}

.btn-burger {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 1.75rem;
  height: 0.875rem;
}
.btn-burger svg {
  width: 100%;
  height: 100%;
}

.btn-submit {
  border: 0;
  background: var(--white);
  color: hsl(237, 31%, 41%);
  border-radius: 3.125rem;
  border-radius: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  width: 100%;
  padding: 0.875rem;
  text-align: center;
  text-transform: uppercase;
  transition: all 350ms ease-in-out;
}
@media screen and (min-width: 62rem) {
  .btn-submit {
    font-size: 1.125rem;
  }
}
.btn-submit:not([disabled]):hover {
  background: hsl(231, 71%, 15%);
  color: var(--white);
}

.btn-submit-2 {
  border: 0;
  background: hsl(231, 37%, 35%);
  color: var(--white);
  border-radius: 3.125rem;
  border-radius: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  width: 100%;
  padding: 0.875rem;
  text-align: center;
  text-transform: uppercase;
  transition: all 350ms ease-in-out;
}
@media screen and (min-width: 62rem) {
  .btn-submit-2 {
    font-size: 1.125rem;
  }
}
.btn-submit-2:not([disabled]):hover {
  background: hsl(231, 71%, 15%);
  color: var(--white);
}

.btn-settings {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  background: var(--white);
  border: solid 0.0625rem var(--bulletbg);
}
.btn-settings .icon {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.btn-settings .icon svg {
  width: 100%;
  height: 100%;
}
.btn-settings #settingicon {
  animation: rotation infinite 1s linear;
}

.btn-theme {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  overflow: hidden;
}
.btn-theme.theme-0 {
  background: var(--white);
  border: solid 0.0625rem hsl(0, 0%, 0%);
}
.btn-theme.theme-1 {
  background: hsl(282, 44%, 47%);
}
.btn-theme.theme-2 {
  background: hsl(204, 64%, 44%);
}
.btn-theme.theme-3 {
  background: hsl(358, 83%, 52%);
}
.btn-theme.theme-4 {
  background: hsl(331, 78%, 59%);
}

.btn-reset {
  display: inline-block;
  font-family: "GFS Didot";
  font-size: 0.8125rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  width: auto;
  padding: 0.25rem 0.625rem;
  border: solid 0.0625rem var(--footertitle);
  background: var(--white);
  color: var(--footertitle);
  transition: all 350ms ease-in-out;
  margin-left: auto;
  text-transform: uppercase;
}
.btn-reset:not([disabled]):hover {
  background: var(--footertitle);
  color: var(--white);
}

.card-lovely {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 62rem) {
  .card-lovely {
    gap: 3rem;
  }
}
.card-lovely .profile-picture {
  box-shadow: var(--cardshadow);
  width: 100%;
  height: 100%;
  min-height: 16.25rem;
  max-height: 29.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.card-lovely .profile-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 350ms ease-in-out;
}
.card-lovely .profile-picture img:not([disabled]):hover {
  transform: scale(1.1);
}
.card-lovely-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 62rem) {
  .card-lovely-body {
    gap: 2rem;
  }
}
.card-lovely-body .name {
  color: var(--footertitle);
  font-weight: 400;
}
@media screen and (min-width: 62rem) {
  .card-lovely-body .name {
    font-size: 1.5rem;
  }
}
.card-lovely-body .section-text {
  color: var(--textcolor);
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (min-width: 36rem) {
  .card-lovely-body .section-text {
    font-size: 1.125rem;
  }
}

.card-wedding {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.card-wedding .weddingicon {
  width: 5.5rem;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.card-wedding .weddingicon svg {
  width: 100%;
}
.card-wedding .weddinginfo {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.card-wedding .weddinginfo .wedding-title {
  color: var(--footertitle);
  font-weight: 400;
}
@media screen and (min-width: 62rem) {
  .card-wedding .weddinginfo .wedding-title {
    font-size: 1.5rem;
  }
}
.card-wedding .weddinginfo .wedding-text {
  color: var(--textcolor);
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 62rem) {
  .card-wedding .weddinginfo .wedding-text {
    font-size: 1.125rem;
  }
}

.card-event {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 62rem) {
  .card-event {
    gap: 2.75rem;
  }
}
.card-event-header {
  width: 100%;
  height: 100%;
  min-height: 16.25rem;
  max-height: 29.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.card-event-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 350ms ease-in-out;
}
.card-event-header img:not([disabled]):hover {
  transform: scale(1.1);
}
.card-event-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.25rem;
  text-align: center;
}
.card-event-body .title {
  color: var(--footertitle);
  font-weight: 400;
}
@media screen and (min-width: 62rem) {
  .card-event-body .title {
    font-size: 1.5rem;
  }
}
.card-event-body .textinfo {
  max-width: 22.5rem;
  margin-inline: auto;
}
.card-event-body .text {
  color: var(--textcolor);
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (min-width: 36rem) {
  .card-event-body .text {
    font-size: 1.125rem;
  }
}

.card-guest {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.25rem;
  min-width: 18.75rem;
  max-width: 22.5rem;
}
@media screen and (min-width: 62rem) {
  .card-guest {
    gap: 2rem;
  }
}
.card-guest-header {
  width: 100%;
  height: 100%;
  min-height: 17.5rem;
  max-height: 25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.card-guest-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 350ms ease-in-out;
}
.card-guest-header img:not([disabled]):hover {
  transform: scale(1.1);
}
.card-guest-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.25rem;
  text-align: center;
}
.card-guest-body .guest-name {
  color: var(--footertitle);
  font-weight: 400;
}
@media screen and (min-width: 62rem) {
  .card-guest-body .guest-name {
    font-size: 1.5rem;
  }
}
.card-guest-body .guest-relation {
  color: var(--textcolor);
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (min-width: 36rem) {
  .card-guest-body .guest-relation {
    font-size: 1.125rem;
  }
}

.love-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.love-card-thumbnail {
  width: 100%;
  height: 100%;
  min-height: 17.5rem;
  max-height: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.love-card-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 350ms ease-in-out;
}
.love-card-thumbnail img:not([disabled]):hover {
  transform: scale(1.1);
}
.love-card-detail {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: left;
}
.love-card-detail .date,
.love-card-detail .lovetext {
  color: var(--textcolor);
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (min-width: 36rem) {
  .love-card-detail .date,
  .love-card-detail .lovetext {
    font-size: 1.125rem;
  }
}
.love-card-detail .lovetitle {
  color: var(--footertitle);
  font-weight: 400;
}
@media screen and (min-width: 62rem) {
  .love-card-detail .lovetitle {
    font-size: 1.5rem;
  }
}
.love-card-detail .info {
  max-width: 23.75rem;
}

.card-gallery {
  width: 100%;
  height: 100%;
  min-height: 15.625rem;
  max-height: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.card-gallery img {
  width: 100%;
  min-height: 15.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 350ms ease-in-out;
}
.card-gallery img:not([disabled]):hover {
  transform: scale(1.1);
}

.card-image {
  width: 100%;
  height: 100%;
  min-height: 15rem;
  max-height: 33.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 36rem) {
  .card-image {
    padding-inline: 0rem;
  }
}
.card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 350ms ease-in-out;
}
.card-image img:not([disabled]):hover {
  transform: scale(1.1);
}

.card-flip {
  position: relative;
  min-height: 12.5rem;
  max-height: 26.25rem;
}
@media screen and (min-width: 75rem) {
  .card-flip {
    min-height: 18rem;
  }
}
.card-flip .content {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
}
.card-flip .content .front,
.card-flip .content .back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.card-flip .content .front {
  overflow: hidden;
}
.card-flip .content .front img {
  width: 100%;
  min-height: 12.5rem;
  transition: transform 350ms ease-in-out;
}
@media screen and (min-width: 75rem) {
  .card-flip .content .front img {
    min-height: 18rem;
  }
}
.card-flip .content .front img:not([disabled]):hover {
  transform: scale(1.1);
}
.card-flip .content .back {
  background: hsl(0, 0%, 95%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.875rem;
  text-align: center;
  transform: rotateY(180deg);
  height: 105%;
}
.card-flip .content .back .name {
  color: var(--footertitle);
  font-weight: 400;
}
@media screen and (min-width: 62rem) {
  .card-flip .content .back .name {
    font-size: 1.5rem;
  }
}
.card-flip .content .back .relationship {
  color: var(--textcolor);
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (min-width: 36rem) {
  .card-flip .content .back .relationship {
    font-size: 1.125rem;
  }
}
.card-flip:not([disabled]):hover .content {
  transform: rotateY(180deg);
  transition: transform 0.5s;
}

.whenwhere-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 62rem) {
  .whenwhere-card {
    gap: 2.75rem;
  }
}
.whenwhere-card-thumb {
  width: 100%;
  height: 100%;
  min-height: 18.75rem;
  max-height: 27.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.whenwhere-card-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 350ms ease-in-out;
}
.whenwhere-card-thumb img:not([disabled]):hover {
  transform: scale(1.1);
}
.whenwhere-card-detail {
  background: rgba(72, 75, 137, 0.05);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  padding: 1.25rem;
}
@media screen and (min-width: 62rem) {
  .whenwhere-card-detail {
    padding: 2rem;
  }
}
.whenwhere-card-detail .title {
  color: hsl(237, 31%, 41%);
  font-size: 1.5rem;
  color: var(--footertitle);
  font-weight: 400;
}
@media screen and (min-width: 48rem) {
  .whenwhere-card-detail .title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 62rem) {
  .whenwhere-card-detail .title {
    font-size: 2.125rem;
  }
}
.whenwhere-card-detail .textbox {
  max-width: 28.875rem;
}
.whenwhere-card-detail .textbox .text {
  color: hsl(237, 31%, 41%);
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 62rem) {
  .whenwhere-card-detail .textbox .text {
    font-size: 1.125rem;
  }
}
.whenwhere-card-detail .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  width: 6.25rem;
  height: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: -1;
}
@media screen and (min-width: 87.5rem) {
  .whenwhere-card-detail .icon {
    width: 11.125rem;
    height: 11.125rem;
  }
}
.whenwhere-card-detail .icon svg {
  width: 100%;
  height: 100%;
}

.card-blog {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.card-blog-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.card-blog-header .blog-thumbnail {
  width: 100%;
  height: 100%;
  max-height: 35.8125rem;
  min-height: 10rem;
  overflow: hidden;
}
@media screen and (min-width: 36rem) {
  .card-blog-header .blog-thumbnail {
    min-height: 15.625rem;
  }
}
@media screen and (min-width: 48rem) {
  .card-blog-header .blog-thumbnail {
    min-height: 23.75rem;
  }
}
.card-blog-header .blog-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 350ms ease-in-out;
}
.card-blog-header .blog-thumbnail img:not([disabled]):hover {
  transform: scale(1.1);
}
.card-blog-header .date-category {
  color: hsl(231, 37%, 35%);
}
.card-blog-header .date-category span {
  color: inherit;
  font: inherit;
}
.card-blog-header .date-category .date {
  font-weight: 300;
}
.card-blog-body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.card-blog-body .blog-title {
  color: hsl(231, 37%, 35%);
  font-family: "GFS Didot";
  max-width: 99%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-blog-body .blog-title:not([disabled]):hover {
  color: #181c34;
}
.card-blog-body .section-text {
  color: hsl(231, 37%, 35%);
}
.card-blog-body .readmore {
  color: hsl(231, 37%, 35%);
  font-family: "GFS Didot";
  font-size: 1rem;
  transition: all 350ms ease-in-out;
}
@media screen and (min-width: 62rem) {
  .card-blog-body .readmore {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 87.5rem) {
  .card-blog-body .readmore {
    font-size: 1.25rem;
  }
}
.card-blog-body .readmore:not([disabled]):hover {
  color: var(--footertitle);
}
.card-blog-body .social-list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.infocard {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  background: hsl(0, 0%, 100%);
  box-shadow: var(--cardshadow);
  padding: 1rem;
}
@media screen and (min-width: 48rem) {
  .infocard {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 62rem) {
  .infocard {
    padding: 2.25rem;
  }
}
.infocard-header {
  display: flex;
  align-items: center;
  justify-content: center;
}
.infocard-header .infocard-thumbnail {
  width: 15rem;
  height: 15rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.infocard-header .infocard-thumbnail img {
  width: 100%;
  height: 100%;
}
.infocard-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2.25rem;
  text-align: center;
}
.infocard-body .infobox {
  width: 18.75rem;
  margin-inline: auto;
  padding-inline: 0.875rem;
}
.infocard-body .infobox .infotext {
  font-family: "GFS Didot";
  font-size: 1rem;
}
@media screen and (min-width: 62rem) {
  .infocard-body .infobox .infotext {
    font-size: 1.125rem;
  }
}
.infocard-body .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.infocard-body .social-list .social-link {
  background: hsl(210, 23%, 95%);
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
}
.infocard-body .social-list .social-link svg {
  width: 100%;
  height: 100%;
}

.cardpost {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
.cardpost-thumb {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cardpost-thumb img {
  width: 100%;
  height: 100%;
}
.cardpost-detail {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: calc(100% - 5.875rem);
}
.cardpost-detail .title {
  color: hsl(231, 37%, 35%);
  font-family: "GFS Didot";
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 48rem) {
  .cardpost-detail .title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 62rem) {
  .cardpost-detail .title {
    font-size: 1.125rem;
  }
}
.cardpost-detail .title:not([disabled]):hover {
  color: hsl(231, 71%, 15%);
}
.cardpost-detail .publish-date {
  color: hsl(231, 37%, 35%);
  font-family: "GFS Didot";
  font-size: 0.875rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
}

.header {
  background: transparent;
  padding: 10px 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}
.header-nav .logo {
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.header-nav .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-nav .logo .logo-light {
  display: block;
}
.header-nav .logo .logo-dark {
  display: none;
}
.header-nav .nav-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: calc(100% - 6.25rem);
}
.header-nav .nav-center .couple-name {
  color: var(--countdowntext);
  font-family: "Pinyon Script";
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-transform: capitalize;
}
@media screen and (min-width: 48rem) {
  .header-nav .nav-center .couple-name {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 62rem) {
  .header-nav .nav-center .couple-name {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 75rem) {
  .header-nav .nav-center .couple-name {
    font-size: 2rem;
  }
}
.header-nav .nav-center .center-icons {
  display: none;
}
@media screen and (min-width: 62rem) {
  .header-nav .nav-center .center-icons {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header-nav .nav-center .center-icons .center-icon {
  width: 4.6875rem;
  height: 4.6875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.header-nav .nav-center .center-icons .center-icon svg {
  width: 100%;
  height: 100%;
}
.header-nav .hamburger-menu {
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 999;
}
.header.header-fixed {
  background: hsl(0, 0%, 100%);
  box-shadow: 0.25rem 0.25rem 1rem 0.1875rem rgba(72, 75, 137, 0.2);
  position: fixed;
}
.header.header-fixed .logo .logo-light {
  display: none;
}
.header.header-fixed .logo .logo-dark {
  display: block;
}
.header.header-fixed .nav-center .couple-name {
  color: hsl(232, 36%, 35%);
}
.header.header-fixed .nav-center .center-icons {
  display: none;
}
.header.header-fixed .hamburger-menu .btn-hamburger .line {
  background: hsl(232, 36%, 35%);
}
.header.header-fixed .hamburger-menu .btn-burger svg line {
  stroke: var(--countdowntext);
}

.header-2 {
  padding: 0.75rem 0.5rem;
}
.header-2 .header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 62rem) {
  .header-2 .header-nav {
    justify-content: center;
  }
}
@media screen and (min-width: 62rem) {
  .header-2 .header-nav .logo .logo-light {
    display: none;
  }
}
.header-2 .header-nav .nav-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 62rem) {
  .header-2 .header-nav .nav-center {
    display: none;
  }
}
.header-2 .header-nav .nav-center .section-title {
  color: hsl(0, 0%, 100%);
  font-family: "Alex Brush", cursive;
  font-size: 1.5rem;
}
@media screen and (min-width: 36rem) {
  .header-2 .header-nav .nav-center .section-title {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 48rem) {
  .header-2 .header-nav .nav-center .section-title {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 75rem) {
  .header-2 .header-nav .nav-center .section-title {
    font-size: 3.3125rem;
  }
}
.header-2 .header-nav .desktop-menu {
  display: none;
}
@media screen and (min-width: 62rem) {
  .header-2 .header-nav .desktop-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1.25rem;
  }
}
.header-2 .header-nav .desktop-menu .desktoplist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (min-width: 64rem) {
  .header-2 .header-nav .desktop-menu .desktoplist {
    gap: 2.5rem;
  }
}
@media screen and (min-width: 75rem) {
  .header-2 .header-nav .desktop-menu .desktoplist {
    gap: 3rem;
  }
}
.header-2 .header-nav .desktop-menu .desktoplist-link {
  color: hsl(0, 0%, 100%);
  font-weight: 400;
  font-size: 1.125rem;
}
@media screen and (min-width: 75rem) {
  .header-2 .header-nav .desktop-menu .desktoplist-link {
    font-size: 1.375rem;
  }
}
.header-2 .header-nav .hamburger-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 62rem) {
  .header-2 .header-nav .hamburger-menu {
    display: none;
  }
}
@media screen and (min-width: 62rem) {
  .header-2.header-fixed .header-nav {
    justify-content: space-between;
  }
}
.header-2.header-fixed .header-nav .nav-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.header-2.header-fixed .header-nav .nav-center .section-title {
  color: hsl(232, 36%, 35%);
}
.header-2.header-fixed .header-nav .desktop-menu {
  display: none;
}
.header-2.header-fixed .header-nav .hamburger-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-3 {
  background: hsl(0, 0%, 100%);
  height: 5rem;
  display: flex;
  align-items: center;
}
.header-3 .header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}
.header-3 .header-nav .nav-center .menulogo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-3 .header-nav .nav-center .menulogo .section-title {
  color: hsl(232, 36%, 35%);
  font-family: "Vivaldi", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.05;
  text-transform: capitalize;
}
@media screen and (min-width: 48rem) {
  .header-3 .header-nav .nav-center .menulogo .section-title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 62rem) {
  .header-3 .header-nav .nav-center .menulogo .section-title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 75rem) {
  .header-3 .header-nav .nav-center .menulogo .section-title {
    font-size: 2rem;
  }
}
.header-3 .header-nav .desktop-menu {
  display: none;
}
@media screen and (min-width: 62rem) {
  .header-3 .header-nav .desktop-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header-3 .header-nav .desktop-menu .desktoplist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 100rem) {
  .header-3 .header-nav .desktop-menu .desktoplist {
    gap: 2rem;
  }
}
.header-3 .header-nav .desktop-menu .desktoplist-link {
  color: hsl(232, 36%, 35%);
  font-weight: 400;
  font-size: 1rem;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 87.5rem) {
  .header-3 .header-nav .desktop-menu .desktoplist-link {
    font-size: 1.125rem;
  }
}
.header-3 .header-nav .hamburger-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 62rem) {
  .header-3 .header-nav .hamburger-menu {
    display: none;
  }
}

.sticky-header {
  box-shadow: 0.25rem 0.25rem 1rem 0.1875rem rgba(72, 75, 137, 0.2);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
}

.blog-header {
  background: hsl(0, 0%, 100%);
  height: 4rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 62rem) {
  .blog-header {
    height: 5rem;
  }
}
.blog-header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-header-nav .nav-center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.blog-header-nav .nav-center .couple-name {
  color: hsl(232, 36%, 35%);
  font-family: "Pinyon Script";
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-transform: capitalize;
}
@media screen and (min-width: 48rem) {
  .blog-header-nav .nav-center .couple-name {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 62rem) {
  .blog-header-nav .nav-center .couple-name {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 75rem) {
  .blog-header-nav .nav-center .couple-name {
    font-size: 2rem;
  }
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
  outline: none;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  box-shadow: none;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  box-shadow: none;
  outline: none;
}

.was-validated .form-control:valid:focus {
  box-shadow: none;
  outline: none;
}

.contact-form .nice-select {
  border-color: var(--bs-form-valid-border-color);
}

.offcanvas {
  height: 100vh;
}
.offcanvas.offcanvas-top {
  border-bottom: 0;
  height: 100vh;
}
.offcanvas.offcanvas-bottom {
  border-top: 0;
}
.offcanvas.offcanvas-start {
  border-right: 0;
}
.offcanvas.offcanvas-end {
  border-left: 0;
}
.offcanvas.offcanvas-start {
  border-right: 0;
}
.offcanvas-header .logo {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.offcanvas-header .btn-close {
  display: flex;
  gap: 0.625rem;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0rem;
  border-radius: 0rem;
  transition: all 350ms ease-in-out;
}
.offcanvas-header .btn-close svg {
  width: 100%;
  height: 100%;
}
.offcanvas-header .btn-close:not([disabled]):hover {
  opacity: 1;
  transform: rotate(180deg);
}
.offcanvas-body .sidemenu {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: center;
  padding: 1.5rem;
}
.offcanvas-body .sidemenu-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.offcanvas-body .sidemenu-header .title {
  color: hsl(232, 36%, 35%);
  font-family: "Pinyon Script";
  font-size: 2.25rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-transform: capitalize;
}
@media screen and (min-width: 48rem) {
  .offcanvas-body .sidemenu-header .title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 62rem) {
  .offcanvas-body .sidemenu-header .title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 75rem) {
  .offcanvas-body .sidemenu-header .title {
    font-size: 2rem;
  }
}
.offcanvas-body .sidemenu-header .menutitle {
  font-family: "Vivaldi", sans-serif;
}
.offcanvas-body .sidemenu-header-icon {
  width: 20.5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.offcanvas-body .sidemenu-header-icon svg {
  width: 100%;
}
.offcanvas-body .sidemenu .sidenav {
  position: relative;
  z-index: 200;
}
.offcanvas-body .sidemenu .sidenav .sidelist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.offcanvas-body .sidemenu .sidenav .sidelist-link {
  display: inline-block;
  color: hsl(232, 36%, 35%);
  font-family: "GFS Didot";
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  padding: 0.5rem 1.25rem;
  text-transform: capitalize;
  transition: all 350ms ease-in-out;
}
@media screen and (min-width: 48rem) {
  .offcanvas-body .sidemenu .sidenav .sidelist-link {
    font-size: 1.25rem;
  }
}
.offcanvas-body .sidemenu .sidenav .sidelist-link:not([disabled]):hover {
  color: hsl(0, 0%, 0%);
}
.offcanvas-body .sidemenu .icon {
  position: absolute;
  bottom: -0.625rem;
  left: 0rem;
  width: 5rem;
  height: 6.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 48rem) {
  .offcanvas-body .sidemenu .icon {
    width: 8.75rem;
    height: 10.9375rem;
  }
}
.offcanvas-body .sidemenu .icon svg {
  width: 100%;
}
.offcanvas-body .sidemenu-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  padding-top: 6rem;
}
@media screen and (min-width: 62rem) {
  .offcanvas-body .sidemenu-top {
    margin-bottom: 2.5rem;
  }
}
.offcanvas-body .sidemenu-top .title {
  font-family: "Alex Brush", cursive;
  position: relative;
  z-index: 100;
  margin-top: -5rem;
}
.offcanvas-body .sidemenu-top-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7.5rem;
  height: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 62rem) {
  .offcanvas-body .sidemenu-top-icon {
    width: 12rem;
    height: 12rem;
  }
}
.offcanvas-body .sidemenu-top-icon svg {
  width: 100%;
}
.offcanvas-body .sidemenu-top-icon svg rect {
  width: 100%;
}
.offcanvas-body .sidemenu .righticon {
  position: absolute;
  bottom: -0.625rem;
  right: 0rem;
  width: 5rem;
  height: 6.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 48rem) {
  .offcanvas-body .sidemenu .righticon {
    width: 8.75rem;
    height: 10.9375rem;
  }
}
.offcanvas-body .sidemenu .righticon svg {
  width: 100%;
}
.offcanvas-body .sidemenu .righticon svg rect {
  width: 100%;
}
.offcanvas-body .sidemenu .btn-close {
  background: transparent;
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 1.875rem;
  height: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1000;
}
.offcanvas-body .sidemenu .btn-close svg {
  width: 100%;
  height: 100%;
}
.offcanvas-body .sidemenu .btn-close:not([disabled]):hover {
  opacity: 1;
}
.offcanvas-body .menu-thumb {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.offcanvas-body .menu-thumb img {
  width: 100%;
  min-height: 100vh;
}
.offcanvas-body .menu-thumb .caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}
.offcanvas-body .menu-thumb .caption .caption-title {
  color: hsl(0, 0%, 100%);
  font-family: "Pinyon Script";
  font-weight: 400;
}
.offcanvas-body .menu-thumb .caption .caption-event {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 18.75rem;
}
@media screen and (min-width: 48rem) {
  .offcanvas-body .menu-thumb .caption .caption-event {
    min-width: 29.75rem;
  }
}
.offcanvas-body .menu-thumb .caption .caption-event .title,
.offcanvas-body .menu-thumb .caption .caption-event .caption-text {
  color: hsl(0, 0%, 100%);
  font-family: "GFS Didot";
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3571428571;
}
.offcanvas-body .menu-thumb .caption .caption-event .event {
  background: hsl(0, 0%, 100%);
  border-radius: 6.25rem;
  border-radius: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1.5rem;
}
@media screen and (max-width: 68.75rem) {
  .offcanvas-body .menu-thumb .caption .caption-event .event {
    width: 86%;
  }
}
@media screen and (min-width: 48rem) {
  .offcanvas-body .menu-thumb .caption .caption-event .event {
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
  }
}
.offcanvas-body .menu-thumb .caption .caption-event .event .day-date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 48rem) {
  .offcanvas-body .menu-thumb .caption .caption-event .event .day-date {
    width: 50%;
  }
}
.offcanvas-body .menu-thumb .caption .caption-event .event .day-date .day,
.offcanvas-body .menu-thumb .caption .caption-event .event .day-date .date {
  color: hsl(232, 36%, 35%);
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (min-width: 62rem) {
  .offcanvas-body .menu-thumb .caption .caption-event .event .day-date .day,
  .offcanvas-body .menu-thumb .caption .caption-event .event .day-date .date {
    font-size: 1.125rem;
  }
}
.offcanvas-body .menu-thumb .caption .caption-event .event .divider {
  width: 100%;
  height: 0.0625rem;
  margin: 0.5rem auto;
  background: hsl(232, 36%, 35%);
}
@media screen and (min-width: 48rem) {
  .offcanvas-body .menu-thumb .caption .caption-event .event .divider {
    width: 0.0625rem;
    height: 2.125rem;
    margin: 0;
  }
}
.offcanvas-body .menu-thumb .caption .caption-event .event .locationbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 48rem) {
  .offcanvas-body .menu-thumb .caption .caption-event .event .locationbox {
    width: 50%;
    padding-left: 1rem;
  }
}
.offcanvas-body .menu-thumb .caption .caption-event .event .locationbox .location {
  color: hsl(232, 36%, 35%);
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (min-width: 62rem) {
  .offcanvas-body .menu-thumb .caption .caption-event .event .locationbox .location {
    font-size: 1.125rem;
  }
}
.offcanvas-body .menu-thumb .overlay {
  background: rgba(11, 19, 65, 0.6);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.offcanvas-body .menu-thumb .btn-close {
  background: transparent;
  position: absolute;
  top: 4rem;
  right: 3rem;
  width: 1.875rem;
  height: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1000;
}
.offcanvas-body .menu-thumb .btn-close svg {
  width: 100%;
  height: 100%;
}
.offcanvas-body .menu-thumb .btn-close:not([disabled]):hover {
  opacity: 1;
}
.offcanvas-body .menu-thumbnail {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.offcanvas-body .menu-thumbnail img {
  width: 100%;
  min-height: 100vh;
}
.offcanvas-body .menu-thumbnail .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 100;
}
.offcanvas-body .menu-thumbnail .info .title {
  color: hsl(0, 0%, 100%);
  font-family: "Alex Brush", cursive;
  font-size: 1.5rem;
}
@media screen and (min-width: 36rem) {
  .offcanvas-body .menu-thumbnail .info .title {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 48rem) {
  .offcanvas-body .menu-thumbnail .info .title {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 75rem) {
  .offcanvas-body .menu-thumbnail .info .title {
    font-size: 3.3125rem;
  }
}
.offcanvas-body .menu-thumbnail .info .date {
  color: hsl(0, 0%, 100%);
  font-family: "GFS Didot";
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (min-width: 48rem) {
  .offcanvas-body .menu-thumbnail .info .date {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 62rem) {
  .offcanvas-body .menu-thumbnail .info .date {
    font-size: 1.5rem;
  }
}
.offcanvas-body .menu-thumbnail .overlay {
  background: rgba(11, 19, 65, 0.6);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.offcanvas-body::-webkit-scrollbar {
  background: transparent;
  width: 0.5rem;
}
.offcanvas-body::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  border-radius: 0.5rem;
}

.modal-content {
  border-radius: 0.5rem;
  border-radius: 0.5rem;
}
.modal-header {
  border-bottom: 0;
}
.modal-header .btn-close {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  opacity: 1;
}
.modal-header .btn-close svg {
  width: 100%;
  height: 100%;
  transition: transform 350ms ease-in-out;
}
.modal-header .btn-close:not([disabled]):hover svg {
  transform: rotate(90deg);
}
.tooltip-inner {
  background: var(--footertitle);
  font-size: 0.75rem;
}
.tooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: var(--footertitle);
}
.tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: var(--footertitle);
}
.tooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  border-left-color: var(--footertitle);
}
.tooltip.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  border-right-color: var(--footertitle);
}

.footer {
  padding: 1rem 0;
  position: relative;
}
@media screen and (min-width: 62rem) {
  .footer {
    padding: 0rem 0 8rem;
  }
}
.footer-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2.5rem;
  text-align: center;
}
.footer-info .footer-title {
  color: hsl(232, 36%, 35%);
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (min-width: 36rem) {
  .footer-info .footer-title {
    font-size: 1.125rem;
  }
}
.footer-info .info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.footer-info .info-title {
  color: hsl(232, 36%, 35%);
  font-family: "Pinyon Script";
  font-size: 1.25rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-transform: capitalize;
}
@media screen and (min-width: 48rem) {
  .footer-info .info-title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 62rem) {
  .footer-info .info-title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 75rem) {
  .footer-info .info-title {
    font-size: 2rem;
  }
}
.footer-info .info-icons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-info .info-icons .centericon {
  width: 4.6875rem;
  height: 4.6875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.footer-info .info-icons .centericon svg {
  width: 100%;
  height: 100%;
}
.footer .lefticon,
.footer .righticon {
  position: absolute;
  bottom: 0;
  width: 6rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 36rem) {
  .footer .lefticon,
  .footer .righticon {
    width: 7.3125rem;
    height: 8.625rem;
  }
}
@media screen and (min-width: 48rem) {
  .footer .lefticon,
  .footer .righticon {
    width: 13.5625rem;
    height: 14.875rem;
  }
}
.footer .lefticon svg,
.footer .righticon svg {
  width: 100%;
  height: 100%;
}
.footer .lefticon {
  left: 0;
}
.footer .righticon {
  right: 0;
}

.footer-2 {
  padding: 6rem 0;
}
@media screen and (min-width: 62rem) {
  .footer-2 {
    padding: 9rem 0 8rem;
  }
}
.footer-2 .footer-info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.footer-2 .footer-info .section-title {
  color: hsl(232, 36%, 35%);
  font-family: "Alex Brush", cursive;
  text-transform: capitalize;
}
.footer-2 .footer-info .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: -1;
}
@media screen and (min-width: 36rem) {
  .footer-2 .footer-info .icon {
    width: 7.3125rem;
    height: 8.625rem;
  }
}
@media screen and (min-width: 48rem) {
  .footer-2 .footer-info .icon {
    width: 13.5625rem;
    height: 14.875rem;
  }
}
@media screen and (min-width: 62rem) {
  .footer-2 .footer-info .icon {
    width: 13.5625rem;
    height: 14.875rem;
  }
}
.footer-2 .footer-info .icon svg {
  width: 100%;
  height: 100%;
}

.footer-3 {
  padding: 6rem 0;
}
@media screen and (min-width: 62rem) {
  .footer-3 {
    padding: 9rem 0 8rem;
  }
}
.footer-3 .footer-info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.footer-3 .footer-info .section-title {
  color: hsl(232, 36%, 35%);
  font-family: "Vivaldi", sans-serif;
  text-transform: capitalize;
}
.footer-3 .footer-info .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: -1;
}
@media screen and (min-width: 36rem) {
  .footer-3 .footer-info .icon {
    width: 7.3125rem;
    height: 8.625rem;
  }
}
@media screen and (min-width: 48rem) {
  .footer-3 .footer-info .icon {
    width: 13.5625rem;
    height: 14.875rem;
  }
}
@media screen and (min-width: 62rem) {
  .footer-3 .footer-info .icon {
    width: 13.5625rem;
    height: 14.875rem;
  }
}
.footer-3 .footer-info .icon svg {
  width: 100%;
  height: 100%;
}

.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0rem;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  z-index: 9999999999;
  background: hsl(0, 0%, 100%);
}
.preloader .loader {
  width: 15.625rem;
  height: 15.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marqueeslide {
  width: 100%;
}

.slidertrack {
  animation: scroll 30s linear infinite;
  width: calc(18.75rem * 15);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-18.75rem * 5));
  }
}
.settings {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: -15.625rem;
  z-index: 888;
  width: 15.625rem;
  background: hsl(0, 0%, 100%);
  box-shadow: 0.25rem 0.25rem 1rem 0.1875rem rgba(72, 75, 137, 0.2);
  transition: all 350ms ease-in-out;
}
.settings-header {
  background: hsl(0, 0%, 100%);
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -2.5rem;
  z-index: 888;
}
.settings-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.settings-body .settings-title {
  color: hsl(232, 36%, 35%);
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-transform: uppercase;
}
.settings-body .settings-themes {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.settings-body .template-colors {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.settings-body .template-colors .template-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}
.settings-body .template-colors .template-buttons .btn-color {
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "GFS Didot";
  font-size: 0.8125rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  background: hsl(0, 0%, 100%);
  color: hsl(232, 36%, 35%);
  border: solid 0.0625rem hsl(232, 36%, 35%);
  padding: 0.3125rem;
  text-align: center;
  transition: all 350ms ease-in-out;
}
.settings-body .template-colors .template-buttons .btn-color:hover:not(.active) {
  background: hsl(232, 36%, 35%);
  color: hsl(0, 0%, 100%);
}
.settings-body .template-colors .template-buttons .btn-color.active {
  border-color: hsl(232, 36%, 35%);
  background: hsl(232, 36%, 35%);
  color: hsl(0, 0%, 100%);
}
.settings-body .template-colors .template-buttons .btn-color.active:not([disabled]):hover {
  background: hsl(231, 37%, 35%);
  color: hsl(0, 0%, 100%);
}
.settings-body .template-colors .template-text {
  font-family: "GFS Didot";
  font-size: 0.8125rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}
.settings.is-active {
  left: 0rem;
}

.custom-radio .radio-input:checked ~ .radio-label::after {
  opacity: 1;
  visibility: visible;
}
.custom-radio .radio-label {
  position: relative;
  color: hsl(0, 0%, 100%);
  cursor: pointer;
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
  padding-left: 1.875rem;
}
@media screen and (min-width: 62rem) {
  .custom-radio .radio-label {
    font-size: 1.125rem;
  }
}
.custom-radio .radio-label::before, .custom-radio .radio-label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.custom-radio .radio-label::before {
  width: 1.125rem;
  height: 1.125rem;
  border: solid 0.0625rem hsl(0, 0%, 100%);
  border-radius: 100%;
  transition: transform 350ms ease-in-out;
}
.custom-radio .radio-label::after {
  background: hsl(0, 0%, 100%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  left: 0.3125rem;
  opacity: 0;
  visibility: hidden;
  transition: transform 350ms ease-in-out;
}

/*
 HOME-SLIDER-SECTION START
*/
.home-slider {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: relative;
}
.home-slider .swiper {
  position: relative;
  width: 100%;
}
.home-slider .swiper .parallax-bg {
  background: var(--white);
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
}
.home-slider .swiper-slide {
  position: relative;
  height: 100vh;
}
.home-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-slider .swiper-slide .slider-caption {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}
.home-slider .swiper-slide .slider-caption .slider-title {
  color: var(--white);
  font-family: "Pinyon Script";
  font-weight: 400;
}
.home-slider .swiper-slide .slider-caption .slider-event {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 18.75rem;
}
@media screen and (min-width: 48rem) {
  .home-slider .swiper-slide .slider-caption .slider-event {
    min-width: 29.75rem;
  }
}
.home-slider .swiper-slide .slider-caption .slider-event .title,
.home-slider .swiper-slide .slider-caption .slider-event .slider-text {
  color: var(--white);
  font-family: "GFS Didot";
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3571428571;
}
.home-slider .swiper-slide .slider-caption .slider-event .event {
  background: var(--white);
  border-radius: 6.25rem;
  border-radius: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1.5rem;
}
@media screen and (min-width: 48rem) {
  .home-slider .swiper-slide .slider-caption .slider-event .event {
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
  }
}
.home-slider .swiper-slide .slider-caption .slider-event .event .day-date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 48rem) {
  .home-slider .swiper-slide .slider-caption .slider-event .event .day-date {
    width: calc(50% - 0.0625rem);
  }
}
.home-slider .swiper-slide .slider-caption .slider-event .event .day-date .day,
.home-slider .swiper-slide .slider-caption .slider-event .event .day-date .date {
  color: var(--footertitle);
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (min-width: 62rem) {
  .home-slider .swiper-slide .slider-caption .slider-event .event .day-date .day,
  .home-slider .swiper-slide .slider-caption .slider-event .event .day-date .date {
    font-size: 1.125rem;
  }
}
.home-slider .swiper-slide .slider-caption .slider-event .event .divider {
  width: 100%;
  height: 0.0625rem;
  margin: 0.5rem auto;
  background: var(--footertitle);
}
@media screen and (min-width: 48rem) {
  .home-slider .swiper-slide .slider-caption .slider-event .event .divider {
    width: 0.0625rem;
    height: 2.125rem;
    margin: 0;
  }
}
.home-slider .swiper-slide .slider-caption .slider-event .event .locationbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 48rem) {
  .home-slider .swiper-slide .slider-caption .slider-event .event .locationbox {
    width: 50%;
    padding-left: 1rem;
  }
}
.home-slider .swiper-slide .slider-caption .slider-event .event .locationbox .location {
  color: var(--footertitle);
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (min-width: 62rem) {
  .home-slider .swiper-slide .slider-caption .slider-event .event .locationbox .location {
    font-size: 1.125rem;
  }
}
.home-slider .swiper-slide .slide-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}
.home-slider .swiper-slide .slide-caption .slider-title {
  color: var(--white);
  font-family: "Alex Brush", cursive;
  font-weight: 400;
}
@media screen and (max-width: 31.25rem) {
  .home-slider .swiper-slide .slide-caption .display-1 {
    font-size: 1.5rem;
  }
}
.home-slider .swiper-slide .slide-caption .slide-event {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
}
.home-slider .swiper-slide .slide-caption .slide-event .date {
  color: var(--white);
  font-family: "GFS Didot";
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (min-width: 48rem) {
  .home-slider .swiper-slide .slide-caption .slide-event .date {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 62rem) {
  .home-slider .swiper-slide .slide-caption .slide-event .date {
    font-size: 1.5rem;
  }
}
.home-slider .swiper-slide .overlay {
  background: rgba(11, 19, 65, 0.6);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-slider .swiper-pagination {
  bottom: 1rem;
}
@media screen and (min-width: 62rem) {
  .home-slider .swiper-pagination {
    bottom: 2rem;
  }
}
.home-slider .swiper-pagination-bullet {
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  border: solid 0.0625rem transparent;
  margin: 0;
  background: transparent;
  opacity: 1;
}
@media screen and (min-width: 62rem) {
  .home-slider .swiper-pagination-bullet {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.home-slider .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  background: hsl(233, 22%, 71%);
}
.home-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--white);
}
.home-slider .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: var(--white);
}
.home-slider .swiper .slider-buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  width: 100%;
  padding-inline: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 31.25rem) {
  .home-slider .swiper .slider-buttons {
    top: 90%;
  }
}
@media screen and (max-width: 31.25rem) {
  .home-slider .swiper .slider-buttons {
    padding-inline: 1.5rem;
  }
}
.home-slider .swiper .slider-buttons button {
  background: transparent;
  border: 0;
  width: auto;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-slider .swiper .slider-buttons button svg {
  width: 100%;
}

/*
 COUPLE-SECTION START
*/
.copules {
  padding: 0rem 0.5rem 1rem;
}
@media screen and (min-width: 62rem) {
  .copules {
    padding: 0rem 0.5rem 7.5rem;
  }
}
@media screen and (min-width: 75rem) {
  .copules {
    padding: 0rem 0.5rem 2rem;
  }
}
.copules .lovelyicon {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17.0625rem;
  height: 17.0625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}
.copules .lovelyicon svg {
  width: 100%;
  height: 100%;
}
.copules .lovely-couple {
  /* background: url(../images/lovely-couple/lovely-couple.png) no-repeat center center/cover; */
  padding: 2rem 0.5rem 4rem;
  position: relative;
}
@media screen and (min-width: 62rem) {
  .copules .lovely-couple {
    padding: 4rem 0.5rem 5rem;
  }
}
.copules .lovely-couple-details {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
}
.copules .lovely-couple-details .icon {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 62rem) {
  .copules .lovely-couple-details .icon {
    width: 8.75rem;
    height: 8.75rem;
  }
}
@media screen and (min-width: 75rem) {
  .copules .lovely-couple-details .icon {
    width: 11.875rem;
    height: 11.875rem;
  }
}
.copules .lovely-couple-details .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.copules .lovely-couple-details .textinfo {
  max-width: 37.75rem;
  margin-inline: auto;
}
.copules .lovely-couple-details .textinfo .section-text {
  color: var(--footertitle);
}

.copules-1 {
  padding-top: 5rem;
}

/*
 WHEN-WHERE-SECTION START
*/
.whenwhere {
  position: relative;
  padding: 4.5rem 0.5rem;
}
@media screen and (min-width: 62rem) {
  .whenwhere {
    padding: 8.125rem 0.5rem;
  }
}
.whenwhere-content {
  /* background: url(../images/wedding/wedding.png) no-repeat center center/cover; */
}
.whenwhere-details {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 62rem) {
  .whenwhere-details {
    gap: 4.375rem;
  }
}
.whenwhere-header {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 62rem) {
  .whenwhere-header {
    gap: 2rem;
  }
}
.whenwhere-header .title {
  font-size: 1.75rem;
  color: var(--footertitle);
  font-weight: 400;
}
@media screen and (min-width: 48rem) {
  .whenwhere-header .title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 62rem) {
  .whenwhere-header .title {
    font-size: 2.625rem;
  }
}
.whenwhere-header .text {
  color: var(--textcolor);
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (min-width: 62rem) {
  .whenwhere-header .text {
    font-size: 1.125rem;
  }
}
.whenwhere .maplocation {
  border: solid 1.25rem rgba(126, 129, 166, 0.2);
  box-shadow: var(--cardshadow);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 22.5rem;
  max-height: 33.125rem;
  overflow: hidden;
  padding: 1rem;
}
@media screen and (min-width: 62rem) {
  .whenwhere .maplocation {
    padding: 1.25rem;
  }
}
.whenwhere .maplocation iframe {
  width: 100%;
  min-height: 21.875rem;
  max-height: 33.125rem;
}
.whenwhere .icon {
  width: 10rem;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: -1;
}
@media screen and (min-width: 62rem) {
  .whenwhere .icon {
    width: 16.25rem;
    height: 16.25rem;
  }
}
@media screen and (min-width: 75rem) {
  .whenwhere .icon {
    width: 22.5rem;
    height: 22.5rem;
  }
}
.whenwhere .icon svg {
  width: 100%;
}

/*
 MORE-EVENTS-SECTION START
*/
.more-events {
  padding: 4.5rem 0.5rem;
}
@media screen and (min-width: 62rem) {
  .more-events {
    padding: 4.125rem 0.5rem;
  }
}
.more-events-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 62rem) {
  .more-events-content {
    gap: 5rem;
  }
}
.more-events-header {
  /* background: url(../images/events/celebration.png) no-repeat center center/cover; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 62rem) {
  .more-events-header {
    gap: 2rem;
  }
}
.more-events-header .section-title {
  color: var(--footertitle);
  font-family: "GFS Didot";
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (min-width: 36rem) {
  .more-events-header .section-title {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 48rem) {
  .more-events-header .section-title {
    font-size: 2.75rem;
  }
}
.more-events-header .section-text {
  color: var(--textcolor);
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (min-width: 36rem) {
  .more-events-header .section-text {
    font-size: 1.125rem;
  }
}
.more-events .scheduleinfo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4rem 0rem;
}
.more-events .scheduleinfo .section-link {
  position: relative;
  margin-top: -2rem;
  z-index: 10;
}
.more-events .scheduleinfo .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/*
 EMPTY-BANNER-SECTION START
*/
.empty-banner {
  position: relative;
  width: 100%;
  height: 11.875rem;
}
.empty-banner.empty-banner-2 {
  height: 26.25rem;
}
@media screen and (min-width: 48rem) {
  .empty-banner {
    height: 26.25rem;
  }
}
@media screen and (min-width: 62rem) {
  .empty-banner {
    height: 33.75rem;
  }
}
.empty-banner .empty-thumbnail {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.empty-banner .empty-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.empty-banner .overlay {
  background: rgba(11, 19, 65, 0.6);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*
 LOVESTORY-SECTION START
*/
.lovestory {
  padding: 7.5rem 0.5rem;
}
@media screen and (min-width: 62rem) {
  .lovestory {
    padding: 8.125rem 0.5rem;
  }
}
.lovestory-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5rem;
  text-align: center;
}
.lovestory-header {
  width: 100%;
  background: url(../images/love-story/love-story.png) no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.lovestory-header .section-title {
  color: var(--footertitle);
  font-family: "GFS Didot";
}
@media screen and (max-width: 30rem) {
  .lovestory-header .section-title {
    font-size: 1.25rem;
  }
}
.lovestory-body .lovestory-leftcontent,
.lovestory-body .lovestory-midcontent,
.lovestory-body .lovestory-rightcontent {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 48rem) {
  .lovestory-body .lovestory-midcontent {
    padding-top: 8.75rem;
  }
}
.lovestory .loveslider {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  overflow: hidden;
}
.lovestory .loveslider .love-card {
  min-width: 18.75rem;
  max-width: 22.5rem;
}
.lovestory .loveslider .love-card-detail {
  align-items: center;
  text-align: center;
}
.lovestory .loveslider .love-card-detail .info {
  max-width: 20rem;
  margin-inline: auto;
}
.lovestory .loveslider .love-card-detail .lovetext {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 62rem) {
  .lovestory .loveslider .love-card {
    min-width: 22.5rem;
    max-width: 28.75rem;
  }
}
.lovestory-footer {
  margin: 7.5rem 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.lovestory-footer .section-title {
  color: var(--footertitle);
  position: relative;
  z-index: 10;
}
.lovestory-footer .icon {
  width: 20.375rem;
  height: 20.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 47.9375rem) {
  .lovestory-footer .icon {
    width: 14.125rem;
    height: 14.125rem;
  }
}
.lovestory-footer .icon svg {
  width: 100%;
}

/*
 ATTENDING-SECTION START
*/
.attending {
  position: relative;
  padding: 7.5rem 0.5rem;
}
@media screen and (min-width: 62rem) {
  .attending {
    padding: 8.125rem 0.5rem;
  }
}
.attending .attendinginfo {
  position: relative;
  z-index: 100;
}
.attending-details {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 48rem) {
  .attending-details {
    gap: 2rem;
  }
}
@media screen and (min-width: 62rem) {
  .attending-details {
    gap: 2.5rem;
  }
}
@media screen and (min-width: 75rem) {
  .attending-details {
    gap: 3.625rem;
  }
}
.attending .overlay {
  background: rgba(11, 19, 65, 0.6);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*
 OURGALLERY-SECTION START
*/
.ourgallery {
  padding: 7.5rem 0.5rem;
}
@media screen and (min-width: 62rem) {
  .ourgallery {
    padding: 8.125rem 0.5rem;
  }
}
.ourgallery-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5rem;
  text-align: center;
}
.ourgallery-header {
  /* background: url(../images/gallery/our-moments.png) no-repeat center center/cover; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
.ourgallery-header .section-title {
  color: var(--footertitle);
  font-family: "GFS Didot";
}
.ourgallery-header .section-text {
  color: var(--textcolor);
}
.ourgallery-body {
  position: relative;
  width: 100%;
}
.ourgallery-body .icon {
  position: absolute;
  left: 50%;
  top: 75%;
  bottom: 0;
  transform: translateX(-50%);
  width: 9.375rem;
  height: 9.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 48rem) {
  .ourgallery-body .icon {
    width: 12.5rem;
    height: 12.5rem;
  }
}
@media screen and (min-width: 62rem) {
  .ourgallery-body .icon {
    width: 15.625rem;
    height: 15.625rem;
  }
}
.ourgallery-body .icon svg {
  width: 100%;
}
.ourgallery .swiper {
  width: 100%;
}
.ourgallery .swiper-slide {
  box-shadow: var(--cardshadow);
  width: 9.375rem;
  height: 9.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ourgallery .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 36rem) {
  .ourgallery .swiper-slide {
    width: 12.5rem;
    height: 12.5rem;
  }
}
@media screen and (min-width: 48rem) {
  .ourgallery .swiper-slide {
    width: 18.75rem;
    height: 18.75rem;
  }
}
@media screen and (min-width: 62rem) {
  .ourgallery .swiper-slide {
    width: 25rem;
    height: 25rem;
  }
}

/*
 COUNTDOWN-SECTION START
*/
.countdown {
  position: relative;
  padding: 7.5rem 0.5rem;
}
@media screen and (min-width: 62rem) {
  .countdown {
    padding: 8.125rem 0.5rem;
  }
}
.countdown .countinfo {
  position: relative;
  z-index: 100;
}
.countdown-details {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 48rem) {
  .countdown-details {
    gap: 2rem;
  }
}
@media screen and (min-width: 62rem) {
  .countdown-details {
    gap: 2.5rem;
  }
}
.countdown-details .countdown-clock {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.countdown-details .countdown-clock .countdown-time {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.25rem;
  text-align: center;
}
.countdown-details .countdown-clock .countdown-time .days,
.countdown-details .countdown-clock .countdown-time .hours,
.countdown-details .countdown-clock .countdown-time .minutes,
.countdown-details .countdown-clock .countdown-time .seconds {
  width: 4rem;
  height: 4rem;
  background: var(--white);
  color: var(--countdowntext);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "GFS Didot";
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (min-width: 75rem) {
  .countdown-details .countdown-clock .countdown-time .days,
  .countdown-details .countdown-clock .countdown-time .hours,
  .countdown-details .countdown-clock .countdown-time .minutes,
  .countdown-details .countdown-clock .countdown-time .seconds {
    width: 5rem;
    height: 5rem;
    font-size: 1.5rem;
  }
}
.countdown-details .countdown-clock .countdown-time .count-title {
  color: var(--countdowntext);
  font-family: "GFS Didot";
  font-size: 1.125rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (min-width: 62rem) {
  .countdown-details .countdown-clock .countdown-time .count-title {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 75rem) {
  .countdown-details .countdown-clock .countdown-time .count-title {
    font-size: 1.5rem;
  }
}
.countdown .overlay {
  /* background: rgba(0, 0, 0, 30%); */

  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*
 MARQUEE-SLIDER-SECTION START
*/
.marqueeslider {
  padding: 7.5rem 0.5rem;
}
@media screen and (min-width: 62rem) {
  .marqueeslider {
    padding: 8.125rem 0.5rem;
  }
}
.marqueeslider-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5rem;
  text-align: center;
}
.marqueeslider-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
.marqueeslider-header .section-title {
  color: var(--footertitle);
  font-family: "GFS Didot";
}
.marqueeslider-header .section-text {
  color: var(--textcolor);
}
.marqueeslider .guests {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
@media screen and (min-width: 62rem) {
  .marqueeslider .guests {
    gap: 1.25rem;
  }
}

/*
 CONTACT-SECTION START
*/
.contact {
  background: hsl(32deg 39.82% 77.84%);
  padding: 7.5rem 0.5rem;
}
@media screen and (min-width: 62rem) {
  .contact {
    padding: 8.125rem 0.5rem;
  }
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media screen and (min-width: 62rem) {
  .contact-form {
    padding-left: 0;
    padding-right: 0;
  }
}
.contact-form .confirm-attend {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 62rem) {
  .contact-form .confirm-attend {
    gap: 5rem;
  }
}
.contact-form .form-control {
  background: transparent;
  /* color: var(--white); */
  color: var(--countdowntext);
  border-radius: 0rem;
  border-radius: 0rem;
  border: 0;
  border-bottom: solid 0.0625rem var(--white);
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
  padding: 0.875rem 1.25rem;
}
@media screen and (min-width: 62rem) {
  .contact-form .form-control {
    font-size: 1.125rem;
  }
}
.contact-form .form-control::-moz-placeholder {
  /* color: var(--white); */
  color: var(--countdowntext);
}
.contact-form .form-control::placeholder {
  /* color: var(--white); */
  color: var(--countdowntext);
}
.contact-form .nice-select {
  background: #6c757d;
  color: var(--white);
  border-radius: 0rem;
  border-radius: 0rem;
  border: 0;
  border-bottom: solid 0.0625rem var(--white);
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
  padding: 0.875rem 1.25rem;
  height: auto;
}
@media screen and (min-width: 62rem) {
  .contact-form .nice-select {
    font-size: 1.125rem;
  }
}
.contact-form .nice-select .option {
  color: var(--countdowntext);
}
.contact-thumbnail {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.contact-thumbnail img {
  width: 100%;
  height: 100%;
}

#meetus,
#ourstory,
#whenwhere,
#events,
#ourgallery,
#groomsmen,
#bridesmaid,
#contact {
  scroll-padding-top: 10.4375rem;
  scroll-margin-top: 10.4375rem;
  overflow: hidden;
}

/*
 COUNTDOWN-SECTION-2 START
*/
.countdown-2 {
  position: relative;
  padding: 7.5rem 0.5rem;
}
@media screen and (min-width: 62rem) {
  .countdown-2 {
    padding: 8.125rem 0.5rem;
  }
}
.countdown-2-info .title {
  color: var(--footertitle);
  font-family: "GFS Didot";
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 48rem) {
  .countdown-2-info .title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 62rem) {
  .countdown-2-info .title {
    font-size: 2rem;
    text-align: left;
  }
}
.countdown-2-details .countdown-clock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
}
.countdown-2-details .countdown-clock .countdown-time {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.25rem;
}
.countdown-2-details .countdown-clock .countdown-time .days,
.countdown-2-details .countdown-clock .countdown-time .hours,
.countdown-2-details .countdown-clock .countdown-time .minutes,
.countdown-2-details .countdown-clock .countdown-time .seconds {
  color: var(--countdowntext);
  font-family: "GFS Didot";
  font-weight: 700;
}
.countdown-2-details .countdown-clock .countdown-time .count-title {
  color: var(--countdowntext);
  font-family: "GFS Didot";
  font-size: 1.125rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (min-width: 62rem) {
  .countdown-2-details .countdown-clock .countdown-time .count-title {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 75rem) {
  .countdown-2-details .countdown-clock .countdown-time .count-title {
    font-size: 1.5rem;
  }
}
.countdown-2 .lefticon,
.countdown-2 .righticon {
  width: 8.625rem;
  height: 7.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 62rem) {
  .countdown-2 .lefticon,
  .countdown-2 .righticon {
    width: 14.875rem;
    height: 13.5625rem;
  }
}
.countdown-2 .lefticon svg,
.countdown-2 .righticon svg {
  width: 100%;
}
.countdown-2 .lefticon {
  bottom: -1.25rem;
  left: -1.25rem;
}
.countdown-2 .righticon {
  top: -1.25rem;
  right: -1.25rem;
}

/*
 COUPLES-SECTION-2 START
*/
.couples-2 {
  position: relative;
  padding: 7.5rem 0.5rem;
}
@media screen and (min-width: 62rem) {
  .couples-2 {
    padding: 8.125rem 0.5rem;
  }
}
.couples-2-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2.75rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 10;
}
.couples-2-content .icon {
  width: 7.8125rem;
  height: 7.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 62rem) {
  .couples-2-content .icon {
    width: 14.0625rem;
    height: 14.0625rem;
  }
}
.couples-2-content .icon svg {
  width: 100%;
  height: 100%;
}
.couples-2-content .card-lovely-body .name,
.couples-2-content .card-lovely-body .section-text {
  color: var(--white);
}
.couples-2 .overlay {
  background: rgba(11, 19, 65, 0.5);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*
 LOVE-STORY-SECTION-2 START
*/
.lovestory-2 .lovestory-footer .section-title {
  font-family: "Alex Brush", cursive;
}

/*
 EMPTY-BANNER-2-SECTION START
*/
.empty-banner-2 .empty-info {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2.5rem;
  z-index: 100;
  overflow: hidden;
}
.empty-banner-2 .empty-info .display-1 {
  color: var(--white);
  font-family: "Alex Brush", cursive;
}
.empty-banner-2 .empty-info .section-text {
  margin-top: -1.5rem;
}

/*
 WHEN-WHERE-2-SECTION START
*/
.whenwhere-2 {
  position: relative;
  padding: 7.5rem 0.5rem;
}
@media screen and (min-width: 62rem) {
  .whenwhere-2 {
    padding: 8.125rem 0.5rem;
  }
}
.whenwhere-2-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 62rem) {
  .whenwhere-2-header {
    margin-bottom: 5rem;
  }
}
.whenwhere-2-header .title {
  font-size: 1.75rem;
  color: var(--footertitle);
  font-weight: 400;
}
@media screen and (min-width: 48rem) {
  .whenwhere-2-header .title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 62rem) {
  .whenwhere-2-header .title {
    font-size: 2.625rem;
  }
}
.whenwhere-2-header .text {
  color: var(--textcolor);
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (min-width: 62rem) {
  .whenwhere-2-header .text {
    font-size: 1.125rem;
  }
}
.whenwhere-2 .whenwhere-thumb {
  width: 100%;
  min-height: 26.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.whenwhere-2 .whenwhere-thumb img {
  width: 100%;
  min-height: 26.875rem;
  transition: transform 350ms ease-in-out;
}
.whenwhere-2 .whenwhere-thumb img:not([disabled]):hover {
  transform: scale(1.1);
}
.whenwhere-2 .whenwhere-detail {
  background: var(--countdowntext);
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
  height: 100%;
}
.whenwhere-2 .whenwhere-detail .icon-title .icon {
  width: 9.375rem;
  height: 9.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.whenwhere-2 .whenwhere-detail .icon-title .icon svg {
  width: 100%;
}
.whenwhere-2 .whenwhere-detail .icon-title .title {
  color: var(--white);
  font-weight: 400;
}
@media screen and (min-width: 62rem) {
  .whenwhere-2 .whenwhere-detail .icon-title .title {
    font-size: 1.5rem;
  }
}
.whenwhere-2 .whenwhere-detail .textinfo {
  max-width: 26.25rem;
}
.whenwhere-2 .whenwhere-detail .text {
  color: var(--white);
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 62rem) {
  .whenwhere-2 .whenwhere-detail .text {
    font-size: 1.125rem;
  }
}

/*
  OURGALLERY-2-SECTION START
*/
.ourgallery-2 {
  overflow: hidden;
  padding: 7.5rem 0.5rem;
}
@media screen and (min-width: 62rem) {
  .ourgallery-2 {
    padding: 8.125rem 0.5rem;
  }
}
.ourgallery-2-body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ourgallery-2-body .card-gallery {
  width: 100%;
}
@media screen and (min-width: 36rem) {
  .ourgallery-2-body .card-gallery {
    width: 50%;
  }
}
@media screen and (min-width: 48rem) {
  .ourgallery-2-body .card-gallery {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 62rem) {
  .ourgallery-2-body .card-gallery {
    width: 25%;
  }
}
@media screen and (min-width: 68.75rem) {
  .ourgallery-2-body .card-gallery {
    width: 20%;
  }
}

/*
 ATTENDING-2-SECTION START
*/
.attending-2 {
  position: relative;
  padding: 7.5rem 0.5rem;
}
@media screen and (min-width: 62rem) {
  .attending-2 {
    padding: 8.125rem 0.5rem;
  }
}
.attending-2 .attending-details {
  gap: 2rem;
}
.attending-2 .attending-details .display-2 {
  color: var(--footertitle);
}
.attending-2 .attending-details .section-text {
  color: var(--textcolor);
}
.attending-2 .attending-details .display-2 {
  font-family: "Alex Brush", cursive;
}
.attending-2 .lefticon,
.attending-2 .righticon {
  width: 8.625rem;
  height: 7.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 62rem) {
  .attending-2 .lefticon,
  .attending-2 .righticon {
    width: 14.875rem;
    height: 13.5625rem;
  }
}
.attending-2 .lefticon svg,
.attending-2 .righticon svg {
  width: 100%;
  height: 100%;
}
.attending-2 .lefticon {
  bottom: 0;
  left: -2.5rem;
}
.attending-2 .righticon {
  top: 0rem;
  right: -2.5rem;
}
@media screen and (max-width: 47.9375rem) {
  .attending-2 .righticon {
    top: auto;
    bottom: 0;
  }
}

/*
 OUR-GUESTS-SECTION START
*/
.ourguests {
  padding: 7.5rem 0.5rem;
}
@media screen and (min-width: 62rem) {
  .ourguests {
    padding: 8.125rem 0.5rem;
  }
}
.ourguests-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5rem;
  text-align: center;
}
.ourguests .guestlist {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  overflow: hidden;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 36rem) {
  .ourguests .guestlist {
    padding-inline: 0rem;
  }
}
.ourguests .guestlist .card-flip {
  width: 100%;
}
@media screen and (min-width: 36rem) {
  .ourguests .guestlist .card-flip {
    width: calc(50% - 0.5rem);
  }
}
@media screen and (min-width: 48rem) {
  .ourguests .guestlist .card-flip {
    width: calc(33.3333333333% - 0.5rem);
  }
}
@media screen and (min-width: 62rem) {
  .ourguests .guestlist .card-flip {
    width: calc(25% - 0.5rem);
  }
}
@media screen and (min-width: 68.75rem) {
  .ourguests .guestlist .card-flip {
    width: calc(20% - 0.5rem);
  }
}

/*
 LOCATION-SECTION START
*/
.locationmap {
  padding: 7.5rem 0.5rem;
}
@media screen and (min-width: 62rem) {
  .locationmap {
    padding: 8.125rem 0.5rem;
  }
}
.locationmap-box {
  border: solid 1.25rem rgba(126, 129, 166, 0.2);
  box-shadow: var(--cardshadow);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 22.5rem;
  max-height: 33.125rem;
}
.locationmap-box iframe {
  width: 100%;
  min-height: 21.875rem;
  max-height: 33.125rem;
}

/*
 CONTACT-2-SECTION START
*/
.contact-2 {
  background: var(--bodybg);
  padding: 7.5rem 0.5rem;
}
@media screen and (min-width: 62rem) {
  .contact-2 {
    padding: 8.125rem 0.5rem;
  }
}
.contact-2 .contact-form {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media screen and (min-width: 62rem) {
  .contact-2 .contact-form {
    padding-left: 0;
    padding-right: 0;
  }
}
.contact-2 .contact-form .section-title {
  color: var(--footertitle);
  font-family: "Alex Brush", cursive;
}
.contact-2 .contact-form .custom-radio .radio-input:checked ~ .radio-label::after {
  opacity: 1;
  visibility: visible;
}
.contact-2 .contact-form .custom-radio .radio-label {
  position: relative;
  color: var(--radiotext);
  cursor: pointer;
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
  padding-left: 1.875rem;
}
@media screen and (min-width: 62rem) {
  .contact-2 .contact-form .custom-radio .radio-label {
    font-size: 1.125rem;
  }
}
.contact-2 .contact-form .custom-radio .radio-label::before, .contact-2 .contact-form .custom-radio .radio-label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.contact-2 .contact-form .custom-radio .radio-label::before {
  width: 1.125rem;
  height: 1.125rem;
  border: solid 0.0625rem var(--radiotext);
  border-radius: 100%;
  transition: transform 350ms ease-in-out;
}
.contact-2 .contact-form .custom-radio .radio-label::after {
  background: var(--radiotext);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  left: 0.3125rem;
  opacity: 0;
  visibility: hidden;
  transition: transform 350ms ease-in-out;
}
.contact-2 .contact-form .confirm-attend {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 62rem) {
  .contact-2 .contact-form .confirm-attend {
    gap: 5rem;
  }
}
.contact-2 .contact-form .form-control {
  background: transparent;
  color: var(--radiotext);
  border-radius: 0rem;
  border-radius: 0rem;
  border: 0;
  border-bottom: solid 0.0625rem var(--radiotext);
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
  padding: 0.875rem 1.25rem;
}
@media screen and (min-width: 62rem) {
  .contact-2 .contact-form .form-control {
    font-size: 1.125rem;
  }
}
.contact-2 .contact-form .form-control::-moz-placeholder {
  color: var(--radiotext);
}
.contact-2 .contact-form .form-control::placeholder {
  color: var(--radiotext);
}
.contact-2 .contact-form .nice-select {
  background: transparent;
  color: var(--radiotext);
  border-radius: 0rem;
  border-radius: 0rem;
  border: 0;
  border-bottom: solid 0.0625rem var(--radiotext);
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
  padding: 0.875rem 1.25rem;
  height: auto;
}
@media screen and (min-width: 62rem) {
  .contact-2 .contact-form .nice-select {
    font-size: 1.125rem;
  }
}
.contact-2 .contact-form .nice-select .option {
  color: var(--countdowntext);
}
.contact-2 .contact-thumbnail {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.contact-2 .contact-thumbnail img {
  width: 100%;
  height: 100%;
}

/*
 HOME-SLIDER-SECTION START
*/
.home-slider {
  position: relative;
}
.home-slider .homefadeslider {
  position: relative;
}
.home-slider .homefadeslider .swiper-slide .slider-title {
  font-family: "Vivaldi", sans-serif;
}
.home-slider .homefadeslider .arrow {
  width: 0.5rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.home-slider .homefadeslider .arrow svg {
  width: 100%;
  height: 100%;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-1.875rem);
  }
  60% {
    transform: translateY(-0.9375rem);
  }
}

/*
 COUPLE-3-SECTION START
*/
.couples-3 {
  position: relative;
}
.couples-3 .coupleinfo {
  padding: 5rem 0.5rem 12rem;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 62rem) {
  .couples-3 .coupleinfo {
    padding: 7.1875rem 0.5rem 12rem;
  }
}
.couples-3 .profile-picture {
  width: 100%;
  min-height: 16.25rem;
  max-height: 29.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
.couples-3 .profile-info {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 62rem) {
  .couples-3 .profile-info {
    gap: 2rem;
  }
}
.couples-3 .profile-info .profilename {
  color: var(--white);
  font-weight: 400;
}
@media screen and (min-width: 62rem) {
  .couples-3 .profile-info .profilename {
    font-size: 1.5rem;
  }
}
.couples-3 .profile-info .section-text {
  color: var(--white);
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (min-width: 36rem) {
  .couples-3 .profile-info .section-text {
    font-size: 1.125rem;
  }
}
.couples-3 .overlay {
  background: rgba(11, 19, 65, 0.5);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.couples-3 .icon {
  width: 7.8125rem;
  height: 7.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 62rem) {
  .couples-3 .icon {
    width: 14.0625rem;
    height: 14.0625rem;
  }
}
.couples-3 .icon svg {
  width: 100%;
  height: 100%;
}

/*
 OURGALLERY-3-SECTION START
*/
.ourgallery-3 {
  overflow: hidden;
  padding: 7.5rem 0rem;
}
@media screen and (min-width: 62rem) {
  .ourgallery-3 {
    padding: 8.125rem 0rem;
  }
}
.ourgallery-3 .newgallery {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ourgallery-3 .newgallery .card-gallery {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ourgallery-3 .newgallery .card-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 350ms ease-in-out;
}
.ourgallery-3 .newgallery .card-gallery img:not([disabled]):hover {
  transform: scale(1.1);
}
@media screen and (min-width: 36rem) {
  .ourgallery-3 .newgallery .card-gallery {
    width: 50%;
  }
}
@media screen and (min-width: 48rem) {
  .ourgallery-3 .newgallery .card-gallery {
    width: 33.3333333333%;
    height: 15.5rem;
  }
}
@media screen and (min-width: 62rem) {
  .ourgallery-3 .newgallery .card-gallery {
    width: 25%;
  }
}
@media screen and (min-width: 87.5rem) {
  .ourgallery-3 .newgallery .card-gallery {
    width: 12.5%;
  }
}

/*
 COUNTDOWN-3-SECTION START
*/
.countdown-3 {
  position: relative;
  padding: 7.5rem 0.5rem;
}
@media screen and (min-width: 62rem) {
  .countdown-3 {
    padding: 8.125rem 0.5rem;
  }
}
.countdown-3-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3rem;
  text-align: center;
}
@media screen and (min-width: 62rem) {
  .countdown-3-content {
    gap: 5rem;
  }
}
.countdown-3-info .title {
  color: var(--footertitle);
  font-family: "GFS Didot";
  font-size: 1.25rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 36rem) {
  .countdown-3-info .title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 48rem) {
  .countdown-3-info .title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 62rem) {
  .countdown-3-info .title {
    font-size: 2rem;
  }
}
.countdown-3-details {
  background: var(--white);
  box-shadow: var(--cardshadow);
  flex-grow: 1;
  width: 100%;
  padding: 1.5rem;
}
@media screen and (min-width: 62rem) {
  .countdown-3-details {
    padding: 3rem;
  }
}
.countdown-3-details .countdown-clock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
}
.countdown-3-details .countdown-clock .countdown-time {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.25rem;
}
.countdown-3-details .countdown-clock .countdown-time .days,
.countdown-3-details .countdown-clock .countdown-time .hours,
.countdown-3-details .countdown-clock .countdown-time .minutes,
.countdown-3-details .countdown-clock .countdown-time .seconds {
  color: var(--countdowntext);
  font-family: "GFS Didot";
  font-weight: 700;
}
.countdown-3-details .countdown-clock .countdown-time .count-title {
  color: var(--countdowntext);
  font-family: "GFS Didot";
  font-size: 1.125rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (min-width: 62rem) {
  .countdown-3-details .countdown-clock .countdown-time .count-title {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 75rem) {
  .countdown-3-details .countdown-clock .countdown-time .count-title {
    font-size: 1.5rem;
  }
}
.countdown-3 .linkbox {
  margin-top: -4rem;
}
@media screen and (min-width: 62rem) {
  .countdown-3 .linkbox {
    margin-top: 0rem;
  }
}
.countdown-3 .lefticon,
.countdown-3 .righticon {
  width: 8.625rem;
  height: 7.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 62rem) {
  .countdown-3 .lefticon,
  .countdown-3 .righticon {
    width: 14.875rem;
    height: 13.5625rem;
  }
}
.countdown-3 .lefticon svg,
.countdown-3 .righticon svg {
  width: 100%;
  height: 100%;
}
.countdown-3 .lefticon {
  align-self: flex-start;
  margin: 0rem 0rem 0rem -5rem;
  top: 2rem;
}
@media screen and (min-width: 62rem) {
  .countdown-3 .lefticon {
    margin: 0rem;
    top: 0rem;
  }
}
.countdown-3 .righticon {
  align-self: flex-end;
  margin: -2rem -5rem 0rem 0rem;
}
@media screen and (min-width: 62rem) {
  .countdown-3 .righticon {
    margin: 0rem;
  }
}

/*
 WHENWHERE-3-SECTION START
*/
.whenwhere-3 {
  position: relative;
  padding: 7.5rem 0.5rem;
}
@media screen and (min-width: 62rem) {
  .whenwhere-3 {
    padding: 8.125rem 0.5rem;
  }
}
.whenwhere-3-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 62rem) {
  .whenwhere-3-header {
    margin-bottom: 5rem;
  }
}
.whenwhere-3-header .title {
  font-size: 1.75rem;
  color: var(--footertitle);
  font-weight: 400;
}
@media screen and (min-width: 48rem) {
  .whenwhere-3-header .title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 62rem) {
  .whenwhere-3-header .title {
    font-size: 2.625rem;
  }
}
.whenwhere-3-header .text {
  color: var(--textcolor);
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (min-width: 62rem) {
  .whenwhere-3-header .text {
    font-size: 1.125rem;
  }
}
.whenwhere-3-body {
  background: var(--sectionbg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5rem;
  padding: 4rem 0rem;
}

/*
 LOVESTORY-3-SECTION START
*/
.lovestory-3 .lovestory-footer .section-title {
  font-family: "Vivaldi", sans-serif;
}

/*
 LOCATIONMAP-2-SECTION START
*/
.locationmap-2 {
  position: relative;
  padding: 7.5rem 0.5rem;
}
@media screen and (min-width: 62rem) {
  .locationmap-2 {
    padding: 8.125rem 0.5rem;
  }
}
.locationmap-2-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5rem;
  text-align: center;
}
.locationmap-2 .title {
  color: var(--footertitle);
  font-family: "GFS Didot";
}
.locationmap-2 .locationmap-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 22.5rem;
  max-height: 33.125rem;
  border: solid 1.25rem rgba(126, 129, 166, 0.2);
  box-shadow: var(--cardshadow);
  position: relative;
  z-index: 100;
}
.locationmap-2 .locationmap-box iframe {
  width: 100%;
  min-height: 21.875rem;
  max-height: 33.125rem;
  position: relative;
  z-index: 100;
}
.locationmap-2 .lefticon,
.locationmap-2 .righticon {
  width: 8.625rem;
  height: 7.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 87.5rem) {
  .locationmap-2 .lefticon,
  .locationmap-2 .righticon {
    width: 14.875rem;
    height: 13.5625rem;
  }
}
.locationmap-2 .lefticon svg,
.locationmap-2 .righticon svg {
  width: 100%;
  height: 100%;
}
.locationmap-2 .lefticon {
  bottom: 0rem;
  left: -2.625rem;
}
@media screen and (max-width: 64rem) {
  .locationmap-2 .lefticon {
    z-index: -1;
  }
}
.locationmap-2 .righticon {
  top: -1.25rem;
  right: -2.625rem;
}

/*
 EMPTY-BANNER-3-SECTION START
*/
@media screen and (min-width: 75rem) {
  .empty-banner-3 {
    height: 37.5rem;
    max-height: 37.5rem;
  }
}
@media screen and (min-width: 75rem) {
  .empty-banner-3 .empty-thumbnail {
    height: 37.5rem;
    max-height: 37.5rem;
  }
}

/*
 ATTENDING-3-SECTION START
*/
.attending-3 {
  position: relative;
  padding: 7.5rem 0.5rem;
}
@media screen and (min-width: 62rem) {
  .attending-3 {
    padding: 8.125rem 0.5rem;
  }
}
.attending-3 .attending-details {
  gap: 2rem;
}
.attending-3 .attending-details .display-2 {
  color: var(--footertitle);
}
.attending-3 .attending-details .section-text {
  color: var(--textcolor);
}
.attending-3 .attending-details .display-2 {
  font-family: "Vivaldi", sans-serif;
}
.attending-3 .lefticon,
.attending-3 .righticon {
  width: 8.625rem;
  height: 7.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 62rem) {
  .attending-3 .lefticon,
  .attending-3 .righticon {
    width: 14.875rem;
    height: 13.5625rem;
  }
}
.attending-3 .lefticon svg,
.attending-3 .righticon svg {
  width: 100%;
  height: 100%;
}
.attending-3 .lefticon {
  left: -2.5rem;
}
.attending-3 .righticon {
  right: -2.5rem;
}

/*
 CONTACT-3-SECTION START
*/
.contact-3 {
  background: var(--bodybg);
  padding: 7.5rem 0.5rem;
}
@media screen and (min-width: 62rem) {
  .contact-3 {
    padding: 8.125rem 0.5rem;
  }
}
.contact-3 .contact-form {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media screen and (min-width: 62rem) {
  .contact-3 .contact-form {
    padding-left: 0;
    padding-right: 0;
  }
}
.contact-3 .contact-form .section-title {
  color: var(--footertitle);
  font-family: "Vivaldi", sans-serif;
}
.contact-3 .contact-form .custom-radio .radio-input:checked ~ .radio-label::after {
  opacity: 1;
  visibility: visible;
}
.contact-3 .contact-form .custom-radio .radio-label {
  position: relative;
  color: var(--radiotext);
  cursor: pointer;
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
  padding-left: 1.875rem;
}
@media screen and (min-width: 62rem) {
  .contact-3 .contact-form .custom-radio .radio-label {
    font-size: 1.125rem;
  }
}
.contact-3 .contact-form .custom-radio .radio-label::before, .contact-3 .contact-form .custom-radio .radio-label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.contact-3 .contact-form .custom-radio .radio-label::before {
  width: 1.125rem;
  height: 1.125rem;
  border: solid 0.0625rem var(--radiotext);
  border-radius: 100%;
  transition: transform 350ms ease-in-out;
}
.contact-3 .contact-form .custom-radio .radio-label::after {
  background: var(--radiotext);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  left: 0.3125rem;
  opacity: 0;
  visibility: hidden;
  transition: transform 350ms ease-in-out;
}
.contact-3 .contact-form .confirm-attend {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 62rem) {
  .contact-3 .contact-form .confirm-attend {
    gap: 5rem;
  }
}
.contact-3 .contact-form .form-control {
  background: transparent;
  color: var(--radiotext);
  border-radius: 0rem;
  border-radius: 0rem;
  border: 0;
  border-bottom: solid 0.0625rem var(--radiotext);
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
  padding: 0.875rem 1.25rem;
}
@media screen and (min-width: 62rem) {
  .contact-3 .contact-form .form-control {
    font-size: 1.125rem;
  }
}
.contact-3 .contact-form .form-control::-moz-placeholder {
  color: var(--radiotext);
}
.contact-3 .contact-form .form-control::placeholder {
  color: var(--radiotext);
}
.contact-3 .contact-form .nice-select {
  background: transparent;
  color: var(--radiotext);
  border-radius: 0rem;
  border-radius: 0rem;
  border: 0;
  border-bottom: solid 0.0625rem var(--radiotext);
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
  padding: 0.875rem 1.25rem;
  height: auto;
}
@media screen and (min-width: 62rem) {
  .contact-3 .contact-form .nice-select {
    font-size: 1.125rem;
  }
}
.contact-3 .contact-form .nice-select .option {
  color: var(--countdowntext);
}
.contact-3 .contact-thumbnail {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.contact-3 .contact-thumbnail img {
  width: 100%;
  height: 100%;
}

.blogbanner {
  height: 26.25rem;
  position: relative;
  margin-top: 4rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 62rem) {
  .blogbanner {
    margin-top: 5rem;
  }
}
.blogbanner-detail {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2.5rem;
  text-align: center;
}
.blogbanner-detail .display-1 {
  font-family: "Pinyon Script";
  margin-top: -2.5rem;
}
.blogbanner-detail .section-link {
  font-size: 0.75rem;
}
.blogbanner .overlay {
  background: rgba(11, 19, 65, 0.6);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.blogmain {
  padding: 7.5rem 0.5rem;
}
@media screen and (min-width: 62rem) {
  .blogmain {
    padding: 8.125rem 0.5rem;
  }
}
.blogmain .leftinfo {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 62rem) {
  .blogmain .leftinfo {
    gap: 5rem;
  }
}
@media screen and (min-width: 75rem) {
  .blogmain .leftinfo {
    gap: 8.75rem;
  }
}
.blogmain .leftinfo .bloglist {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 62rem) {
  .blogmain .leftinfo .bloglist {
    gap: 3.75rem;
  }
}
.blogmain .leftinfo .blogpagination .pagination {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.blogmain .leftinfo .blogpagination .pagination .page-item:not(:first-child) .page-link {
  margin-left: 0;
}
.blogmain .leftinfo .blogpagination .pagination .page-item:hover .page-link {
  background: var(--footertitle);
  color: var(--white);
}
.blogmain .leftinfo .blogpagination .pagination .page-item:first-child .page-link, .blogmain .leftinfo .blogpagination .pagination .page-item:last-child .page-link {
  border-radius: 0rem;
  border-radius: 0rem;
}
.blogmain .leftinfo .blogpagination .pagination .page-item:first-child:hover .page-link, .blogmain .leftinfo .blogpagination .pagination .page-item:last-child:hover .page-link {
  background: var(--paginationlinkbg);
  color: var(--radiotext);
}
.blogmain .leftinfo .blogpagination .pagination .page-link {
  background: var(--paginationlinkbg);
  color: var(--radiotext);
  border: 0rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "GFS Didot";
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  overflow: hidden;
  padding: 0.5rem;
}
.blogmain .leftinfo .blogpagination .pagination .page-link:focus {
  box-shadow: none;
  outline: none;
}
.blogmain .leftinfo .blogpagination .pagination .page-link.active {
  background: var(--footertitle);
  color: var(--white);
}
.blogmain .leftinfo .blog-detail {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.blogmain .leftinfo .blog-detail-thumb {
  min-height: 15.625rem;
  max-height: 35.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.blogmain .leftinfo .blog-detail-thumb img {
  width: 100%;
  height: 100%;
  transition: transform 350ms ease-in-out;
}
.blogmain .leftinfo .blog-detail-thumb img:not([disabled]):hover {
  transform: scale(1.1);
}
.blogmain .leftinfo .blog-detail-info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.blogmain .leftinfo .blog-detail-info .bloginfotext {
  color: var(--radiotext);
  font-family: "GFS Didot";
  font-size: 0.875rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (min-width: 48rem) {
  .blogmain .leftinfo .blog-detail-info .bloginfotext {
    font-size: 1rem;
  }
}
@media screen and (min-width: 62rem) {
  .blogmain .leftinfo .blog-detail-info .bloginfotext {
    font-size: 1.125rem;
  }
}
.blogmain .leftinfo .card-blog-body .section-text {
  color: var(--radiotext);
  font-family: "GFS Didot";
  font-size: 0.875rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (min-width: 48rem) {
  .blogmain .leftinfo .card-blog-body .section-text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 62rem) {
  .blogmain .leftinfo .card-blog-body .section-text {
    font-size: 1.125rem;
  }
}
.blogmain .leftinfo .taginfo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.blogmain .leftinfo .taginfo .taglist {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3125rem;
}
.blogmain .leftinfo .taginfo .taglist-item {
  background: var(--white);
  color: var(--radiotext);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.25rem;
  font-family: "GFS Didot";
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (min-width: 48rem) {
  .blogmain .leftinfo .taginfo .taglist-item {
    font-size: 1rem;
  }
}
.blogmain .leftinfo .taginfo .social-list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.blogmain .leftinfo .taginfo .social-list .social-link {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.blogmain .leftinfo .taginfo .social-list .social-link svg {
  width: 100%;
  height: 100%;
}
.blogmain .rightinfo {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 48rem) {
  .blogmain .rightinfo {
    gap: 5rem;
  }
}
.blogmain .rightinfo .rightcontent {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blogmain .rightinfo .rightcontent-header {
  display: flex;
  align-items: center;
  border-bottom: solid 0.0625rem var(--radiotext);
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
}
.blogmain .rightinfo .rightcontent-header .title {
  color: var(--radiotext);
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (min-width: 48rem) {
  .blogmain .rightinfo .rightcontent-header .title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 62rem) {
  .blogmain .rightinfo .rightcontent-header .title {
    font-size: 1.375rem;
  }
}
.blogmain .rightinfo .rightcontent-body .categorylist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blogmain .rightinfo .rightcontent-body .categorylist-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}
.blogmain .rightinfo .rightcontent-body .categorylist-link span {
  color: var(--radiotext);
  font-family: "GFS Didot";
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (min-width: 48rem) {
  .blogmain .rightinfo .rightcontent-body .categorylist-link span {
    font-size: 1rem;
  }
}
@media screen and (min-width: 62rem) {
  .blogmain .rightinfo .rightcontent-body .categorylist-link span {
    font-size: 1.125rem;
  }
}
.blogmain .rightinfo .rightcontent-body .categorylist-link:not([disabled]):hover span {
  color: hsl(231, 71%, 15%);
}
.blogmain .rightinfo .rightcontent-body .relatedposts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blogmain .rightinfo .rightcontent-body .relatedposts .post {
  display: block;
  margin-bottom: 1rem;
}
.blogmain .rightinfo .rightcontent-body .instagramlist {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-wrap: wrap;
}
.blogmain .rightinfo .rightcontent-body .instagramlist .instagramlink {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: calc(50% - 0.625rem);
}
@media screen and (min-width: 30rem) {
  .blogmain .rightinfo .rightcontent-body .instagramlist .instagramlink {
    width: calc(33.3333333333% - 0.625rem);
    max-height: 7.625rem;
  }
}
.blogmain .rightinfo .rightcontent-body .instagramlist .instagramlink img {
  width: 100%;
  height: 100%;
  transition: all 350ms ease-in-out;
}
.blogmain .rightinfo .rightcontent-body .instagramlist .instagramlink img:not([disabled]):hover {
  transform: scale(1.1);
}
.blogmain .rightinfo .rightcontent-body .taglist {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.blogmain .rightinfo .rightcontent-body .taglist-item {
  background: var(--white);
  color: var(--radiotext);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.25rem;
  font-family: "GFS Didot";
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (min-width: 48rem) {
  .blogmain .rightinfo .rightcontent-body .taglist-item {
    font-size: 1rem;
  }
}

/*
 ERROR-SECTION START
*/
.error {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding: 1rem;
  background: hsl(0, 0%, 100%);
}
.error-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 36rem) {
  .error-thumbnail {
    width: 18.75rem;
    height: 18.75rem;
  }
}
@media screen and (min-width: 62rem) {
  .error-thumbnail {
    width: 30rem;
    height: 30rem;
  }
}
.error-thumbnail svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.error-thumbnail .st0::-moz-selection, .error-thumbnail .st1::-moz-selection, .error-thumbnail .st2::-moz-selection, .error-thumbnail .st3::-moz-selection, .error-thumbnail .st4::-moz-selection, .error-thumbnail .st5::-moz-selection {
  background: transparent;
  color: hsl(1, 71%, 54%);
}
.error-thumbnail .st0::selection,
.error-thumbnail .st1::selection,
.error-thumbnail .st2::selection,
.error-thumbnail .st3::selection,
.error-thumbnail .st4::selection,
.error-thumbnail .st5::selection {
  background: transparent;
  color: hsl(1, 71%, 54%);
}

html[data-theme=purple] .header .nav-center .couple-name {
  color: var(--white);
}
html[data-theme=purple] .header.header-fixed {
  background: var(--footertitle);
}
html[data-theme=purple] .header.header-fixed .logo-light {
  display: block;
}
html[data-theme=purple] .header.header-fixed .logo-dark {
  display: none;
}
html[data-theme=purple] .header.header-fixed .hamburger-menu .btn-burger svg line {
  stroke: var(--countdowntext);
}
html[data-theme=purple] .header.header-2 .nav-center .section-title {
  color: var(--white);
}
html[data-theme=purple] .header-3 {
  background: var(--footertitle);
}
html[data-theme=purple] .header-3 .nav-center .menulogo .section-title {
  color: var(--white);
}
html[data-theme=purple] .header-3 .desktop-menu .desktoplist-link {
  color: var(--white);
}
html[data-theme=purple] .header-3 .desktop-menu .desktoplist-link:not([disabled]):hover {
  color: hsl(210, 23%, 95%);
}
html[data-theme=purple] .header-3 .btn-burger svg line {
  stroke: var(--countdowntext);
}
html[data-theme=purple] .home-slider .section-link {
  background: var(--white);
  color: var(--footertitle);
}
html[data-theme=purple] .home-slider .section-link:not([disabled]):hover {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=purple] .countdown-details .countdown-clock .days,
html[data-theme=purple] .countdown-details .countdown-clock .hours,
html[data-theme=purple] .countdown-details .countdown-clock .minutes,
html[data-theme=purple] .countdown-details .countdown-clock .seconds {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=purple] .countdown-3-details {
  background: var(--footertitle);
}
html[data-theme=purple] .countdown-3-details .countdown-clock .countdown-time .days,
html[data-theme=purple] .countdown-3-details .countdown-clock .countdown-time .hours,
html[data-theme=purple] .countdown-3-details .countdown-clock .countdown-time .minutes,
html[data-theme=purple] .countdown-3-details .countdown-clock .countdown-time .seconds {
  color: var(--white);
}
html[data-theme=purple] .countdown-3-details .countdown-clock .countdown-time .count-title {
  color: var(--white);
}
html[data-theme=purple] .countdown-3 .section-link-4 {
  background: var(--white);
  color: var(--footertitle);
  border-color: var(--footertitle);
}
html[data-theme=purple] .countdown-3 .section-link-4:not([disabled]):hover {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=purple] .empty-banner-2 .section-link-2 {
  border-color: var(--footertitle);
  color: var(--white);
}
html[data-theme=purple] .empty-banner-2 .section-link-2:not([disabled]):hover {
  background: var(--footertitle);
}
html[data-theme=purple] .whenwhere-2 .whenwhere-detail {
  background: var(--footertitle);
}
html[data-theme=purple] .whenwhere-3 .section-link-4 {
  color: var(--footertitle);
}
html[data-theme=purple] .whenwhere-3 .section-link-4:not([disabled]):hover {
  background: var(--footertitle);
  color: var(--white);
  border-color: var(--footertitle);
}
html[data-theme=purple] .attending .section-link {
  color: var(--footertitle);
}
html[data-theme=purple] .attending .section-link:not([disabled]):hover {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=purple] .attending-2 .section-link-3,
html[data-theme=purple] .attending-3 .section-link-3 {
  color: var(--footertitle);
  border-color: var(--footertitle);
}
html[data-theme=purple] .attending-2 .section-link-3:not([disabled]):hover,
html[data-theme=purple] .attending-3 .section-link-3:not([disabled]):hover {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=purple] .more-events .link-outline {
  border-color: var(--footertitle);
  color: var(--footertitle);
}
html[data-theme=purple] .more-events .link-outline:not([disabled]):hover {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=purple] .footer-info .info-title {
  color: var(--footertitle);
}
html[data-theme=purple] .footer-2 .footer-info .section-title,
html[data-theme=purple] .footer-3 .footer-info .section-title {
  color: var(--footertitle);
}
html[data-theme=purple] .up-btn {
  background: var(--footertitle) !important;
}
html[data-theme=purple] .offcanvas .sidemenu-header .title {
  color: var(--footertitle);
}
html[data-theme=purple] .offcanvas .sidemenu-top .title {
  color: var(--footertitle);
}
html[data-theme=purple] .offcanvas .sidemenu .sidenav .sidelist-link {
  color: var(--footertitle);
}
html[data-theme=purple] .offcanvas .sidemenu .sidenav .sidelist-link:not([disabled]):hover {
  color: #512763;
}
html[data-theme=purple] .offcanvas .menu-thumb .caption-event .event .day-date {
  color: var(--footertitle);
}
html[data-theme=purple] .offcanvas .menu-thumb .caption-event .event .day-date .day, html[data-theme=purple] .offcanvas .menu-thumb .caption-event .event .day-date .date {
  color: inherit;
}
html[data-theme=purple] .offcanvas .menu-thumb .caption-event .event .divider {
  background: var(--footertitle);
}
html[data-theme=purple] .offcanvas .menu-thumb .caption-event .event .locationbox .location {
  color: var(--footertitle);
}
html[data-theme=purple] .contact-2 .btn-submit-2,
html[data-theme=purple] .contact-3 .btn-submit-2 {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=purple] .contact-2 .btn-submit-2:not([disabled]):hover,
html[data-theme=purple] .contact-3 .btn-submit-2:not([disabled]):hover {
  background: #512763;
}
html[data-theme=purple] .blog-header {
  background: var(--footertitle);
}
html[data-theme=purple] .blog-header .nav-center .homelink .couple-name {
  color: var(--white);
}
html[data-theme=purple] .blogbanner .text-white {
  color: var(--footertitle) !important;
}
html[data-theme=purple] .blogmain .infocard {
  background: var(--footertitle);
}
html[data-theme=purple] .blogmain .infocard-body .infobox .infotext {
  color: var(--white);
}
html[data-theme=purple] .blogmain .card-blog .bloglist-link .blog-title {
  color: var(--footertitle);
}
html[data-theme=purple] .blogmain .card-blog .bloglist-link .blog-title:not([disabled]):hover {
  color: #512763;
}
html[data-theme=purple] .blogmain .card-blog-body .blog-title {
  color: var(--footertitle);
}
html[data-theme=purple] .blogmain .rightinfo .rightcontent-header .title {
  color: var(--footertitle);
}
html[data-theme=purple] .blogmain .rightinfo .rightcontent-body .categorylist-link:not([disabled]):hover span {
  color: var(--footertitle);
}
html[data-theme=purple] .blogmain .rightinfo .rightcontent-body .cardpost-detail .title:not([disabled]):hover {
  color: var(--footertitle);
}
html[data-theme=purple] .blogmain .rightinfo .rightcontent-body .taglist-item {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=purple] .blogmain .blogpagination .pagination {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
html[data-theme=purple] .blogmain .blogpagination .pagination .page-item:hover .page-link {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=purple] .blogmain .blogpagination .pagination .page-item:first-child:hover .page-link, html[data-theme=purple] .blogmain .blogpagination .pagination .page-item:last-child:hover .page-link {
  background: var(--paginationlinkbg);
  color: var(--radiotext);
}
html[data-theme=purple] .blogmain .blogpagination .pagination .page-link.active {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=purple] .blogmain .taginfo .taglist-item {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=purple] .contact .btn-submit {
  background: var(--white);
  color: var(--footertitle);
}
html[data-theme=purple] .contact .btn-submit:not([disabled]):hover {
  background: #512763;
  color: var(--white);
}
html[data-theme=blue] .header .nav-center .couple-name {
  color: var(--white);
}
html[data-theme=blue] .header.header-fixed {
  background: var(--footertitle);
}
html[data-theme=blue] .header.header-fixed .logo-light {
  display: block;
}
html[data-theme=blue] .header.header-fixed .logo-dark {
  display: none;
}
html[data-theme=blue] .header.header-fixed .hamburger-menu .btn-burger svg line {
  stroke: var(--countdowntext);
}
html[data-theme=blue] .header.header-2 .nav-center .section-title {
  color: var(--white);
}
html[data-theme=blue] .header-3 {
  background: var(--footertitle);
}
html[data-theme=blue] .header-3 .nav-center .menulogo .section-title {
  color: var(--white);
}
html[data-theme=blue] .header-3 .desktop-menu .desktoplist-link {
  color: var(--white);
}
html[data-theme=blue] .header-3 .desktop-menu .desktoplist-link:not([disabled]):hover {
  color: hsl(210, 23%, 95%);
}
html[data-theme=blue] .header-3 .btn-burger svg line {
  stroke: var(--countdowntext);
}
html[data-theme=blue] .home-slider .section-link {
  background: var(--white);
  color: var(--footertitle);
}
html[data-theme=blue] .home-slider .section-link:not([disabled]):hover {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=blue] .countdown-details .countdown-clock .days,
html[data-theme=blue] .countdown-details .countdown-clock .hours,
html[data-theme=blue] .countdown-details .countdown-clock .minutes,
html[data-theme=blue] .countdown-details .countdown-clock .seconds {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=blue] .countdown-3-details {
  background: var(--footertitle);
}
html[data-theme=blue] .countdown-3-details .countdown-clock .countdown-time .days,
html[data-theme=blue] .countdown-3-details .countdown-clock .countdown-time .hours,
html[data-theme=blue] .countdown-3-details .countdown-clock .countdown-time .minutes,
html[data-theme=blue] .countdown-3-details .countdown-clock .countdown-time .seconds {
  color: var(--white);
}
html[data-theme=blue] .countdown-3-details .countdown-clock .countdown-time .count-title {
  color: var(--white);
}
html[data-theme=blue] .countdown-3 .section-link-4 {
  background: var(--white);
  color: var(--footertitle);
  border-color: var(--footertitle);
}
html[data-theme=blue] .countdown-3 .section-link-4:not([disabled]):hover {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=blue] .empty-banner-2 .section-link-2 {
  border-color: var(--footertitle);
  color: var(--white);
}
html[data-theme=blue] .empty-banner-2 .section-link-2:not([disabled]):hover {
  background: var(--footertitle);
}
html[data-theme=blue] .whenwhere-2 .whenwhere-detail {
  background: var(--footertitle);
}
html[data-theme=blue] .whenwhere-3 .section-link-4 {
  color: var(--footertitle);
}
html[data-theme=blue] .whenwhere-3 .section-link-4:not([disabled]):hover {
  background: var(--footertitle);
  color: var(--white);
  border-color: var(--footertitle);
}
html[data-theme=blue] .attending .section-link {
  color: var(--footertitle);
}
html[data-theme=blue] .attending .section-link:not([disabled]):hover {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=blue] .attending-2 .section-link-3,
html[data-theme=blue] .attending-3 .section-link-3 {
  color: var(--footertitle);
  border-color: var(--footertitle);
}
html[data-theme=blue] .attending-2 .section-link-3:not([disabled]):hover,
html[data-theme=blue] .attending-3 .section-link-3:not([disabled]):hover {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=blue] .more-events .link-outline {
  border-color: var(--footertitle);
  color: var(--footertitle);
}
html[data-theme=blue] .more-events .link-outline:not([disabled]):hover {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=blue] .footer-info .info-title {
  color: var(--footertitle);
}
html[data-theme=blue] .footer-2 .footer-info .section-title,
html[data-theme=blue] .footer-3 .footer-info .section-title {
  color: var(--footertitle);
}
html[data-theme=blue] .up-btn {
  background: var(--footertitle) !important;
}
html[data-theme=blue] .offcanvas .sidemenu-header .title {
  color: var(--footertitle);
}
html[data-theme=blue] .offcanvas .sidemenu-top .title {
  color: var(--footertitle);
}
html[data-theme=blue] .offcanvas .sidemenu .sidenav .sidelist-link {
  color: var(--footertitle);
}
html[data-theme=blue] .offcanvas .sidemenu .sidenav .sidelist-link:not([disabled]):hover {
  color: #164564;
}
html[data-theme=blue] .offcanvas .menu-thumb .caption-event .event .day-date {
  color: var(--footertitle);
}
html[data-theme=blue] .offcanvas .menu-thumb .caption-event .event .day-date .day, html[data-theme=blue] .offcanvas .menu-thumb .caption-event .event .day-date .date {
  color: inherit;
}
html[data-theme=blue] .offcanvas .menu-thumb .caption-event .event .divider {
  background: var(--footertitle);
}
html[data-theme=blue] .offcanvas .menu-thumb .caption-event .event .locationbox .location {
  color: var(--footertitle);
}
html[data-theme=blue] .contact-2 .btn-submit-2,
html[data-theme=blue] .contact-3 .btn-submit-2 {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=blue] .contact-2 .btn-submit-2:not([disabled]):hover,
html[data-theme=blue] .contact-3 .btn-submit-2:not([disabled]):hover {
  background: #164564;
}
html[data-theme=blue] .blog-header {
  background: var(--footertitle);
}
html[data-theme=blue] .blog-header .nav-center .homelink .couple-name {
  color: var(--white);
}
html[data-theme=blue] .blogbanner .text-white {
  color: var(--footertitle) !important;
}
html[data-theme=blue] .blogmain .infocard {
  background: var(--footertitle);
}
html[data-theme=blue] .blogmain .infocard-body .infobox .infotext {
  color: var(--white);
}
html[data-theme=blue] .blogmain .card-blog .bloglist-link .blog-title {
  color: var(--footertitle);
}
html[data-theme=blue] .blogmain .card-blog .bloglist-link .blog-title:not([disabled]):hover {
  color: #164564;
}
html[data-theme=blue] .blogmain .card-blog-body .blog-title {
  color: var(--footertitle);
}
html[data-theme=blue] .blogmain .rightinfo .rightcontent-header .title {
  color: var(--footertitle);
}
html[data-theme=blue] .blogmain .rightinfo .rightcontent-body .categorylist-link:not([disabled]):hover span {
  color: var(--footertitle);
}
html[data-theme=blue] .blogmain .rightinfo .rightcontent-body .cardpost-detail .title:not([disabled]):hover {
  color: var(--footertitle);
}
html[data-theme=blue] .blogmain .rightinfo .rightcontent-body .taglist-item {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=blue] .blogmain .blogpagination .pagination {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
html[data-theme=blue] .blogmain .blogpagination .pagination .page-item:hover .page-link {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=blue] .blogmain .blogpagination .pagination .page-item:first-child:hover .page-link, html[data-theme=blue] .blogmain .blogpagination .pagination .page-item:last-child:hover .page-link {
  background: var(--paginationlinkbg);
  color: var(--radiotext);
}
html[data-theme=blue] .blogmain .blogpagination .pagination .page-link.active {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=blue] .blogmain .taginfo .taglist-item {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=blue] .contact .btn-submit {
  background: var(--white);
  color: var(--footertitle);
}
html[data-theme=blue] .contact .btn-submit:not([disabled]):hover {
  background: #164564;
  color: var(--white);
}
html[data-theme=red] .header .nav-center .couple-name {
  color: var(--white);
}
html[data-theme=red] .header.header-fixed {
  background: var(--footertitle);
}
html[data-theme=red] .header.header-fixed .logo-light {
  display: block;
}
html[data-theme=red] .header.header-fixed .logo-dark {
  display: none;
}
html[data-theme=red] .header.header-fixed .hamburger-menu .btn-burger svg line {
  stroke: var(--countdowntext);
}
html[data-theme=red] .header.header-2 .nav-center .section-title {
  color: var(--white);
}
html[data-theme=red] .header-3 {
  background: var(--footertitle);
}
html[data-theme=red] .header-3 .nav-center .menulogo .section-title {
  color: var(--white);
}
html[data-theme=red] .header-3 .desktop-menu .desktoplist-link {
  color: var(--white);
}
html[data-theme=red] .header-3 .desktop-menu .desktoplist-link:not([disabled]):hover {
  color: hsl(210, 23%, 95%);
}
html[data-theme=red] .header-3 .btn-burger svg line {
  stroke: var(--countdowntext);
}
html[data-theme=red] .home-slider .section-link {
  background: var(--white);
  color: var(--footertitle);
}
html[data-theme=red] .home-slider .section-link:not([disabled]):hover {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=red] .countdown-details .countdown-clock .days,
html[data-theme=red] .countdown-details .countdown-clock .hours,
html[data-theme=red] .countdown-details .countdown-clock .minutes,
html[data-theme=red] .countdown-details .countdown-clock .seconds {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=red] .countdown-3-details {
  background: var(--footertitle);
}
html[data-theme=red] .countdown-3-details .countdown-clock .countdown-time .days,
html[data-theme=red] .countdown-3-details .countdown-clock .countdown-time .hours,
html[data-theme=red] .countdown-3-details .countdown-clock .countdown-time .minutes,
html[data-theme=red] .countdown-3-details .countdown-clock .countdown-time .seconds {
  color: var(--white);
}
html[data-theme=red] .countdown-3-details .countdown-clock .countdown-time .count-title {
  color: var(--white);
}
html[data-theme=red] .countdown-3 .section-link-4 {
  background: var(--white);
  color: var(--footertitle);
  border-color: var(--footertitle);
}
html[data-theme=red] .countdown-3 .section-link-4:not([disabled]):hover {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=red] .empty-banner-2 .section-link-2 {
  border-color: var(--footertitle);
  color: var(--white);
}
html[data-theme=red] .empty-banner-2 .section-link-2:not([disabled]):hover {
  background: var(--footertitle);
}
html[data-theme=red] .whenwhere-2 .whenwhere-detail {
  background: var(--footertitle);
}
html[data-theme=red] .whenwhere-3 .section-link-4 {
  color: var(--footertitle);
}
html[data-theme=red] .whenwhere-3 .section-link-4:not([disabled]):hover {
  background: var(--footertitle);
  color: var(--white);
  border-color: var(--footertitle);
}
html[data-theme=red] .attending .section-link {
  color: var(--footertitle);
}
html[data-theme=red] .attending .section-link:not([disabled]):hover {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=red] .attending-2 .section-link-3,
html[data-theme=red] .attending-3 .section-link-3 {
  color: var(--footertitle);
  border-color: var(--footertitle);
}
html[data-theme=red] .attending-2 .section-link-3:not([disabled]):hover,
html[data-theme=red] .attending-3 .section-link-3:not([disabled]):hover {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=red] .more-events .link-outline {
  border-color: var(--footertitle);
  color: var(--footertitle);
}
html[data-theme=red] .more-events .link-outline:not([disabled]):hover {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=red] .footer-info .info-title {
  color: var(--footertitle);
}
html[data-theme=red] .footer-2 .footer-info .section-title,
html[data-theme=red] .footer-3 .footer-info .section-title {
  color: var(--footertitle);
}
html[data-theme=red] .up-btn {
  background: var(--footertitle) !important;
}
html[data-theme=red] .offcanvas .sidemenu-header .title {
  color: var(--footertitle);
}
html[data-theme=red] .offcanvas .sidemenu-top .title {
  color: var(--footertitle);
}
html[data-theme=red] .offcanvas .sidemenu .sidenav .sidelist-link {
  color: var(--footertitle);
}
html[data-theme=red] .offcanvas .sidemenu .sidenav .sidelist-link:not([disabled]):hover {
  color: #950e12;
}
html[data-theme=red] .offcanvas .menu-thumb .caption-event .event .day-date {
  color: var(--footertitle);
}
html[data-theme=red] .offcanvas .menu-thumb .caption-event .event .day-date .day, html[data-theme=red] .offcanvas .menu-thumb .caption-event .event .day-date .date {
  color: inherit;
}
html[data-theme=red] .offcanvas .menu-thumb .caption-event .event .divider {
  background: var(--footertitle);
}
html[data-theme=red] .offcanvas .menu-thumb .caption-event .event .locationbox .location {
  color: var(--footertitle);
}
html[data-theme=red] .contact-2 .btn-submit-2,
html[data-theme=red] .contact-3 .btn-submit-2 {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=red] .contact-2 .btn-submit-2:not([disabled]):hover,
html[data-theme=red] .contact-3 .btn-submit-2:not([disabled]):hover {
  background: #950e12;
}
html[data-theme=red] .blog-header {
  background: var(--footertitle);
}
html[data-theme=red] .blog-header .nav-center .homelink .couple-name {
  color: var(--white);
}
html[data-theme=red] .blogbanner .text-white {
  color: var(--footertitle) !important;
}
html[data-theme=red] .blogmain .infocard {
  background: var(--footertitle);
}
html[data-theme=red] .blogmain .infocard-body .infobox .infotext {
  color: var(--white);
}
html[data-theme=red] .blogmain .card-blog .bloglist-link .blog-title {
  color: var(--footertitle);
}
html[data-theme=red] .blogmain .card-blog .bloglist-link .blog-title:not([disabled]):hover {
  color: #950e12;
}
html[data-theme=red] .blogmain .card-blog-body .blog-title {
  color: var(--footertitle);
}
html[data-theme=red] .blogmain .rightinfo .rightcontent-header .title {
  color: var(--footertitle);
}
html[data-theme=red] .blogmain .rightinfo .rightcontent-body .categorylist-link:not([disabled]):hover span {
  color: var(--footertitle);
}
html[data-theme=red] .blogmain .rightinfo .rightcontent-body .cardpost-detail .title:not([disabled]):hover {
  color: var(--footertitle);
}
html[data-theme=red] .blogmain .rightinfo .rightcontent-body .taglist-item {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=red] .blogmain .blogpagination .pagination {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
html[data-theme=red] .blogmain .blogpagination .pagination .page-item:hover .page-link {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=red] .blogmain .blogpagination .pagination .page-item:first-child:hover .page-link, html[data-theme=red] .blogmain .blogpagination .pagination .page-item:last-child:hover .page-link {
  background: var(--paginationlinkbg);
  color: var(--radiotext);
}
html[data-theme=red] .blogmain .blogpagination .pagination .page-link.active {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=red] .blogmain .taginfo .taglist-item {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=red] .contact .btn-submit {
  background: var(--white);
  color: var(--footertitle);
}
html[data-theme=red] .contact .btn-submit:not([disabled]):hover {
  background: #950e12;
  color: var(--white);
}
html[data-theme=pink] .header .nav-center .couple-name {
  color: var(--white);
}
html[data-theme=pink] .header.header-fixed {
  background: var(--footertitle);
}
html[data-theme=pink] .header.header-fixed .logo-light {
  display: block;
}
html[data-theme=pink] .header.header-fixed .logo-dark {
  display: none;
}
html[data-theme=pink] .header.header-fixed .hamburger-menu .btn-burger svg line {
  stroke: var(--countdowntext);
}
html[data-theme=pink] .header.header-2 .nav-center .section-title {
  color: var(--white);
}
html[data-theme=pink] .header-3 {
  background: var(--footertitle);
}
html[data-theme=pink] .header-3 .nav-center .menulogo .section-title {
  color: var(--white);
}
html[data-theme=pink] .header-3 .desktop-menu .desktoplist-link {
  color: var(--white);
}
html[data-theme=pink] .header-3 .desktop-menu .desktoplist-link:not([disabled]):hover {
  color: hsl(210, 23%, 95%);
}
html[data-theme=pink] .header-3 .btn-burger svg line {
  stroke: var(--countdowntext);
}
html[data-theme=pink] .home-slider .section-link {
  background: var(--white);
  color: var(--footertitle);
}
html[data-theme=pink] .home-slider .section-link:not([disabled]):hover {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=pink] .countdown-details .countdown-clock .days,
html[data-theme=pink] .countdown-details .countdown-clock .hours,
html[data-theme=pink] .countdown-details .countdown-clock .minutes,
html[data-theme=pink] .countdown-details .countdown-clock .seconds {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=pink] .countdown-3-details {
  background: var(--footertitle);
}
html[data-theme=pink] .countdown-3-details .countdown-clock .countdown-time .days,
html[data-theme=pink] .countdown-3-details .countdown-clock .countdown-time .hours,
html[data-theme=pink] .countdown-3-details .countdown-clock .countdown-time .minutes,
html[data-theme=pink] .countdown-3-details .countdown-clock .countdown-time .seconds {
  color: var(--white);
}
html[data-theme=pink] .countdown-3-details .countdown-clock .countdown-time .count-title {
  color: var(--white);
}
html[data-theme=pink] .countdown-3 .section-link-4 {
  background: var(--white);
  color: var(--footertitle);
  border-color: var(--footertitle);
}
html[data-theme=pink] .countdown-3 .section-link-4:not([disabled]):hover {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=pink] .empty-banner-2 .section-link-2 {
  border-color: var(--footertitle);
  color: var(--white);
}
html[data-theme=pink] .empty-banner-2 .section-link-2:not([disabled]):hover {
  background: var(--footertitle);
}
html[data-theme=pink] .whenwhere-2 .whenwhere-detail {
  background: var(--footertitle);
}
html[data-theme=pink] .whenwhere-3 .section-link-4 {
  color: var(--footertitle);
}
html[data-theme=pink] .whenwhere-3 .section-link-4:not([disabled]):hover {
  background: var(--footertitle);
  color: var(--white);
  border-color: var(--footertitle);
}
html[data-theme=pink] .attending .section-link {
  color: var(--footertitle);
}
html[data-theme=pink] .attending .section-link:not([disabled]):hover {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=pink] .attending-2 .section-link-3,
html[data-theme=pink] .attending-3 .section-link-3 {
  color: var(--footertitle);
  border-color: var(--footertitle);
}
html[data-theme=pink] .attending-2 .section-link-3:not([disabled]):hover,
html[data-theme=pink] .attending-3 .section-link-3:not([disabled]):hover {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=pink] .more-events .link-outline {
  border-color: var(--footertitle);
  color: var(--footertitle);
}
html[data-theme=pink] .more-events .link-outline:not([disabled]):hover {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=pink] .footer-info .info-title {
  color: var(--footertitle);
}
html[data-theme=pink] .footer-2 .footer-info .section-title,
html[data-theme=pink] .footer-3 .footer-info .section-title {
  color: var(--footertitle);
}
html[data-theme=pink] .up-btn {
  background: var(--footertitle) !important;
}
html[data-theme=pink] .offcanvas .sidemenu-header .title {
  color: var(--footertitle);
}
html[data-theme=pink] .offcanvas .sidemenu-top .title {
  color: var(--footertitle);
}
html[data-theme=pink] .offcanvas .sidemenu .sidenav .sidelist-link {
  color: var(--footertitle);
}
html[data-theme=pink] .offcanvas .sidemenu .sidenav .sidelist-link:not([disabled]):hover {
  color: #b11661;
}
html[data-theme=pink] .offcanvas .menu-thumb .caption-event .event .day-date {
  color: var(--footertitle);
}
html[data-theme=pink] .offcanvas .menu-thumb .caption-event .event .day-date .day, html[data-theme=pink] .offcanvas .menu-thumb .caption-event .event .day-date .date {
  color: inherit;
}
html[data-theme=pink] .offcanvas .menu-thumb .caption-event .event .divider {
  background: var(--footertitle);
}
html[data-theme=pink] .offcanvas .menu-thumb .caption-event .event .locationbox .location {
  color: var(--footertitle);
}
html[data-theme=pink] .contact-2 .btn-submit-2,
html[data-theme=pink] .contact-3 .btn-submit-2 {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=pink] .contact-2 .btn-submit-2:not([disabled]):hover,
html[data-theme=pink] .contact-3 .btn-submit-2:not([disabled]):hover {
  background: #b11661;
}
html[data-theme=pink] .blog-header {
  background: var(--footertitle);
}
html[data-theme=pink] .blog-header .nav-center .homelink .couple-name {
  color: var(--white);
}
html[data-theme=pink] .blogbanner .text-white {
  color: var(--footertitle) !important;
}
html[data-theme=pink] .blogmain .infocard {
  background: var(--footertitle);
}
html[data-theme=pink] .blogmain .infocard-body .infobox .infotext {
  color: var(--white);
}
html[data-theme=pink] .blogmain .card-blog .bloglist-link .blog-title {
  color: var(--footertitle);
}
html[data-theme=pink] .blogmain .card-blog .bloglist-link .blog-title:not([disabled]):hover {
  color: #b11661;
}
html[data-theme=pink] .blogmain .card-blog-body .blog-title {
  color: var(--footertitle);
}
html[data-theme=pink] .blogmain .rightinfo .rightcontent-header .title {
  color: var(--footertitle);
}
html[data-theme=pink] .blogmain .rightinfo .rightcontent-body .categorylist-link:not([disabled]):hover span {
  color: var(--footertitle);
}
html[data-theme=pink] .blogmain .rightinfo .rightcontent-body .cardpost-detail .title:not([disabled]):hover {
  color: var(--footertitle);
}
html[data-theme=pink] .blogmain .rightinfo .rightcontent-body .taglist-item {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=pink] .blogmain .blogpagination .pagination {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
html[data-theme=pink] .blogmain .blogpagination .pagination .page-item:hover .page-link {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=pink] .blogmain .blogpagination .pagination .page-item:first-child:hover .page-link, html[data-theme=pink] .blogmain .blogpagination .pagination .page-item:last-child:hover .page-link {
  background: var(--paginationlinkbg);
  color: var(--radiotext);
}
html[data-theme=pink] .blogmain .blogpagination .pagination .page-link.active {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=pink] .blogmain .taginfo .taglist-item {
  background: var(--footertitle);
  color: var(--white);
}
html[data-theme=pink] .contact .btn-submit {
  background: var(--white);
  color: var(--footertitle);
}
html[data-theme=pink] .contact .btn-submit:not([disabled]):hover {
  background: #b11661;
  color: var(--white);
}

.section-title {
  color: var(--countdowntext);
  font-family: "Pinyon Script";
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (min-width: 36rem) {
  .section-title {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 48rem) {
  .section-title {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 75rem) {
  .section-title {
    font-size: 3.3125rem;
  }
}

.section-text {
  color: var(--countdowntext);
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (min-width: 36rem) {
  .section-text {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48rem) {
  .section-text {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 75rem) {
  .section-text {
    font-size: 1.375rem;
  }
}

.section-link {
  background: hsl(0, 0%, 100%);
  color: hsl(237, 31%, 41%);
  border-radius: 3.125rem;
  border-radius: 3.125rem;
  display: inline-block;
  font-family: "GFS Didot";
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  padding: 0.875rem 2.5rem;
  text-align: center;
  text-transform: uppercase;
  transition: all 350ms ease-in-out;
}
@media screen and (min-width: 62rem) {
  .section-link {
    font-size: 1.125rem;
  }
}
.section-link:not([disabled]):hover {
  background: hsl(237, 31%, 41%);
  color: hsl(0, 0%, 100%);
}

.section-link-2 {
  background: transparent;
  color: hsl(0, 0%, 100%);
  border: solid 0.0625rem hsl(0, 0%, 100%);
}
.section-link-2:not([disabled]):hover {
  background: hsl(0, 0%, 100%);
  color: hsl(237, 31%, 41%);
}

.section-link-3 {
  background: transparent;
  color: hsl(232, 36%, 35%);
  border: solid 0.0625rem hsl(232, 36%, 35%);
}
.section-link-3:not([disabled]):hover {
  background: hsl(232, 36%, 35%);
  color: hsl(0, 0%, 100%);
}

.section-link-4 {
  background: hsl(0, 0%, 100%);
  color: hsl(237, 31%, 41%);
  border: solid 0.0625rem rgba(72, 75, 137, 0.2);
}
.section-link-4:not([disabled]):hover {
  background: hsl(237, 31%, 41%);
  color: hsl(0, 0%, 100%);
  border-color: hsl(237, 31%, 41%);
}

.link-outline {
  border: solid 0.0625rem hsl(237, 31%, 41%);
  width: 15.625rem;
  height: 3.375rem;
}

.glopad {
  margin: 10rem 0rem;
}

.parallax {
  position: relative;
  transform: translateY(2.5rem);
  opacity: 1;
  transition: 1s all ease;
}
.parallax.active {
  transform: translateY(0);
  opacity: 1;
}

/*============================== 
	- Template Name: SOULMATES - Responsive HTML Wedding Template
	- Author: Qtec Solution Limited
	- Version: 1.0
	- Website: https://www.qtecsolution.com/
================================= */