* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  overflow-x: clip;
  overflow-y: auto;
  scroll-behavior: smooth;
  font-size: 16px;
}

html body {
  font-family: "Barlow", sans-serif;
  font-weight: normal;
  overflow-x: clip;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

html body::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #000;
  transition: all ease 0.2s;
  z-index: 9999;
}

html.access-granted body::before {
  opacity: 0;
  pointer-events: none;
}

input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

input[type=file]::-moz-file-upload-button {
  cursor: pointer;
}

input[type=file]::-ms-file-upload-button {
  cursor: pointer;
}

input[type=file]::-o-file-upload-button {
  cursor: pointer;
}

input[type=file] {
  cursor: pointer;
}

*::-moz-selection {
  color: #000;
  background: oklch(85.2% 0.199 91.936deg);
}

*::selection {
  color: #000;
  background: oklch(85.2% 0.199 91.936deg);
}

*::-moz-selection {
  color: #000;
  background: oklch(85.2% 0.199 91.936deg);
}

*::-webkit-selection {
  color: #000;
  background: oklch(85.2% 0.199 91.936deg);
}

*::-ms-selection {
  color: #000;
  background: oklch(85.2% 0.199 91.936deg);
}

* {
  scrollbar-color: oklch(85.2% 0.199 91.936deg);
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  height: 3px;
  width: 7px;
}

::-webkit-scrollbar-track {
  background-color: oklch(85.2% 0.199 91.936deg);
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #9fa5b9;
  border-radius: 6px !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: "Barlow", sans-serif;
  border: 0;
  outline: 0;
}

b,
strong {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  transition: all 0.4s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
  text-decoration: none;
}

*::after,
*::before,
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
li {
  list-style: none;
}

input,
select,
textarea,
.site textarea {
  font-family: "Barlow", sans-serif;
  font-weight: normal;
  width: 100%;
  background: #fff;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
  font-weight: 700;
}

img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  outline: none !important;
}

body p {
  color: #000;
  font-family: "Barlow", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 180%;
  margin: 0 0 15px 0;
  display: block;
}

body a {
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  line-height: normal;
  outline: none !important;
  display: inline-block;
  line-height: 160%;
}

body a:hover {
  color: oklch(85.2% 0.199 91.936deg);
}

body a:focus {
  outline: none !important;
}

body p:last-of-type {
  margin-bottom: 0;
}

.padding {
  padding: 8rem 0;
}

iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.for-mobile {
  display: none;
}

.gform_wrapper.gravity-theme {
  position: relative;
}

.gform_wrapper.gravity-theme form .gform_body input::-moz-placeholder, .gform_wrapper.gravity-theme form .gform_body select::-moz-placeholder, .gform_wrapper.gravity-theme form .gform_body textarea.large::-moz-placeholder {
  color: #000;
  opacity: 1;
  opacity: 0.3;
  font-weight: 600;
}

.gform_wrapper.gravity-theme form .gform_body input::placeholder,
.gform_wrapper.gravity-theme form .gform_body select::placeholder,
.gform_wrapper.gravity-theme form .gform_body textarea.large::placeholder,
.gform_wrapper.gravity-theme form .gform_body select,
.gform_wrapper.gravity-theme form .gform_body select option.gf_placeholder {
  color: #000;
  opacity: 1;
  opacity: 0.3;
  font-weight: 600;
}

.gform_wrapper.gravity-theme form .gform_body input,
.gform_wrapper.gravity-theme form .gform_body select,
.gform_wrapper.gravity-theme form .gform_body textarea.large {
  height: auto;
  line-height: 1.4;
  padding: 1.25rem;
  color: #000;
  font-family: "Barlow", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  border: 0;
  border-bottom: 4px solid oklch(92.8% 0.006 264.531deg);
  min-height: unset !important;
}

.gform_wrapper.gravity-theme form .gform_body input:focus,
.gform_wrapper.gravity-theme form .gform_body select:focus,
.gform_wrapper.gravity-theme form .gform_body textarea.large:focus {
  border-color: oklch(85.2% 0.199 91.936deg);
}

.gform_wrapper.gravity-theme form .gform_body input::-webkit-outer-spin-button,
.gform_wrapper.gravity-theme form .gform_body input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.gform_wrapper.gravity-theme form .gform_body select {
  cursor: pointer;
}

.gform_wrapper.gravity-theme form .gform_body textarea.large {
  height: 7.063rem !important;
  resize: none;
  border: 4px solid oklch(92.8% 0.006 264.531deg);
  border-radius: 0;
}

.gform_wrapper.gravity-theme form .gfield {
  margin-bottom: 2rem;
}

.gform_wrapper.gravity-theme form .gfield_label,
.rsvp .form .optional-text {
  color: #000;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.gform_wrapper.gravity-theme form .gfield_label span {
  display: none;
}

.rsvp .form div#field_1_1 input {
  font-family: "Permanent Marker";
  font-size: 1.5rem;
}

.rsvp .form div#field_1_1 .gfield_label {
  position: relative;
  margin-bottom: 12px;
}

.rsvp .form div#field_1_1 .gfield_label::before {
  content: "";
  height: 1rem;
  width: 1rem;
  background: #000;
  display: inline-block;
  margin-right: 0.5rem;
}

.gform_confirmation_message {
  font-size: 1.2rem;
}

.gform_wrapper.gravity-theme .gform_footer {
  position: relative;
  padding: 0 !important;
}

.gform_wrapper.gravity-theme .gform_footer img {
  display: none;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 12px;
}

.gform_wrapper.gravity-theme form input[type=submit] {
  background: #000;
  color: #fff;
  padding: 1.5rem 0 !important;
  font-size: 1.87rem;
  font-weight: 900;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  transition: all 0.3s ease 0s;
  margin: 0 !important;
  min-height: unset !important;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.gform_wrapper.gravity-theme form input[type=submit]:hover {
  background: oklch(85.2% 0.199 91.936deg);
  color: #000;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  background: transparent;
  border: 0;
  padding: 0 0 11px;
  box-shadow: unset;
  margin: 0;
  display: none;
}

.gform_wrapper.gravity-theme .ginput_container_phone .instruction.validation_message {
  display: none;
}

.gform_wrapper.gravity-theme .gform_validation_errors span::before {
  content: none;
}

.gform_wrapper.gravity-theme .gform_validation_errors h2 {
  display: none;
}

.gform_wrapper.gravity-theme form .validation_message {
  background: transparent;
  padding: 4px 0 0;
  margin: 0;
  border: 0;
  color: red;
  font-size: 14px;
  text-align: left;
  letter-spacing: 0.5px;
}

.gform_confirmation_wrapper {
  color: green;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  margin: 1.1rem 0;
}

@font-face {
  font-family: "Mansory";
  src: url("fonts/Mansory-Regular.woff2") format("woff2"), url("fonts/Mansory-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#header {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  padding: 24px 0;
  transition: all ease 0.2s;
}

#header .wrapper {
  display: flex;
  align-items: center;
}

#header .logo .logo-top {
  font-size: 1.875rem;
  line-height: 1;
  color: #fff;
  font-weight: 900;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

#header .logo .logo-top span {
  color: oklch(85.2% 0.199 91.936deg);
}

#header .logo .logo-bottom {
  font-size: 0.75rem;
  color: oklch(70.7% 0.022 261.325deg);
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-weight: 700;
  margin-top: 5px;
}

#header .menu-header-menu-container {
  margin-left: auto;
  margin-right: 30px;
}

#header ul.menu {
  display: flex;
  gap: 5px;
  background-color: color-mix(in oklab, #fff 5%, transparent);
  border: 1px solid color-mix(in oklab, #fff 10%, transparent);
  border-radius: 50px;
  padding: 4px;
}

#header ul.menu li a {
  padding: 8px 20px;
  font-size: 14px;
  color: oklch(87.2% 0.01 258.338deg);
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 100px;
}

#header ul.menu li a:hover {
  background-color: oklch(85.2% 0.199 91.936deg);
  color: #000;
}

#header a.header-btn {
  font-size: 14px;
  background: oklch(85.2% 0.199 91.936deg);
  border: 1px solid transparent;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.7px;
  position: relative;
  cursor: pointer;
  top: 0;
  transition: all ease 0.2s;
}

#header a.header-btn:hover {
  background-color: #fff;
  border-color: #000;
  top: -4px;
  color: #000;
}

#header a.header-btn::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: -1;
  top: 4px;
  right: -4px;
  pointer-events: none;
}

#header.fixed {
  padding: 12px 0;
  background-color: #000;
}

/**/
#header .res_navigation {
  width: 26px;
  height: 17px;
  cursor: pointer;
  display: none;
}

.res_navigation .nav-toggle {
  display: block;
  position: relative;
  transition: 0.3s ease;
  z-index: 9;
  width: 26px;
  height: 17px;
}

.res_navigation .nav-toggle span {
  position: absolute;
  height: 2px;
  border-radius: 10px;
  width: 100%;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
}

.res_navigation .nav-toggle span:first-child,
.res_navigation .nav-toggle span:last-child {
  transition: 0.2s ease-in-out;
}

.res_navigation .nav-toggle span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s ease-in-out;
}

.res_navigation .nav-toggle span:last-child {
  top: auto;
  bottom: 0;
}

.res_navigation .nav-toggle.active {
  transform: rotate(45deg);
}

.res_navigation .nav-toggle.active span:first-child {
  transform: translateX(-3%) rotate(90deg);
  top: 16px !important;
}

.res_navigation .nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.res_navigation .nav-toggle.active span:first-child,
.res_navigation .nav-toggle.active span:last-child {
  top: 15px;
  background-color: #fff;
}

.container {
  max-width: 78.75rem;
  margin: 0 auto;
  position: relative;
  padding: 0 0.9375rem;
}

.banner {
  position: relative;
}

.banner::before {
  position: absolute;
  content: "";
  inset: 0;
  background: #000;
  z-index: 0;
  opacity: 0.7;
}

.banner .wrapper {
  padding-top: 10rem;
  padding-bottom: 1.875rem;
  display: grid;
  grid-template-columns: 43.625rem 1fr;
  align-items: center;
  grid-gap: 5rem;
}

.banner h1 span {
  font-size: 8rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  display: block;
}

.banner h1 span:first-child {
  -webkit-text-stroke: 2px white;
  color: transparent;
  font-weight: normal;
  line-height: 1;
}

.banner h1 span:nth-child(2) {
  font-weight: normal;
  letter-spacing: -5.8px;
  line-height: 0.85;
}

.banner h1 span:last-child {
  font-family: "Permanent Marker", cursive;
  line-height: 0.85;
  color: oklch(85.2% 0.199 91.936deg);
  font-weight: 500;
  position: relative;
  rotate: -1deg;
  font-size: 6rem;
  letter-spacing: -4.8px;
}

.banner .title svg {
  color: oklch(85.2% 0.199 91.936deg);
  width: 16rem;
}

.banner .title p.offical-invite {
  padding: 0.25rem 0.5rem;
  background: #fff;
  width: -moz-max-content;
  width: max-content;
  font-weight: 900;
  font-size: 0.75rem;
  transform: translateY(0.6875rem);
  rotate: -6deg;
}

.banner p.note {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.75rem 1.5rem;
  background-color: color-mix(in oklab, #000 80%, transparent);
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0.8125rem;
  box-shadow: 4px 4px 0px 0px var(--tw-shadow-color, rgba(255, 255, 255, 0.2));
  letter-spacing: 1.6px;
  margin-bottom: 2rem;
}

.banner p.note svg {
  color: oklch(85.2% 0.199 91.936deg);
  fill: oklch(85.2% 0.199 91.936deg);
  animation: mymove 3s infinite;
  width: 1rem;
}

.banner p.note span span {
  color: oklch(85.2% 0.199 91.936deg);
  font-weight: 900;
  font-family: "Lilita One", sans-serif;
}

@keyframes mymove {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.banner p.text {
  color: oklch(92.8% 0.006 264.531deg);
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
}

.banner .birthday-detail {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.banner .birthday-detail > div {
  padding: 1.25rem 2rem;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  overflow: hidden;
  box-shadow: 8px 8px 0px 0px rgba(255, 255, 255, 0.1019607843);
  top: 0;
  transition: all ease 0.2s;
}

.banner .birthday-detail > div:hover {
  top: -0.25rem;
}

.banner .birthday-detail > div::before,
.banner .birthday-detail > div::after {
  position: absolute;
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  background-color: #000;
  left: -0.75rem;
}

.banner .birthday-detail > div::after {
  left: auto;
  right: -0.75rem;
}

.banner .birthday-detail span {
  text-transform: uppercase;
  color: oklch(70.7% 0.022 261.325deg);
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 10px;
}

.banner .birthday-detail svg {
  height: 2rem;
  width: 2rem;
}

.banner .birthday-detail p {
  color: #000;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
}

.banner .birthday-detail .where {
  box-shadow: 8px 8px 0px 0px rgba(250, 204, 21, 0.3019607843);
  background: oklch(85.2% 0.199 91.936deg);
  border: 2px solid #000;
}

.banner .birthday-detail .where span {
  color: color-mix(in oklab, #000 60%, transparent);
}

.banner .countdown {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding-top: 4.375rem;
  margin-top: 2.5rem;
  border-color: color-mix(in oklab, #fff 20%, transparent);
  border-style: dashed;
  border-top-width: 2px;
}

.banner .countdown .box span {
  font-size: 2.2rem;
  line-height: 1;
  color: oklch(85.2% 0.199 91.936deg);
  font-family: "Bebas Neue";
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  width: 6rem;
  border: 4px solid oklch(85.2% 0.199 91.936deg);
  box-shadow: 4px 4px 0px 0px #fff;
  background-color: #000;
}

.banner .countdown .box p {
  font-weight: 900;
  color: #fff;
  letter-spacing: 1.2px;
  font-size: 0.75rem;
  text-align: center;
  padding: 0.25rem 0.75rem;
  border: 1px solid #fff;
  margin-top: 0.75rem;
}

.banner .right-col {
  position: relative;
  rotate: 3deg;
}

.banner .right-col .inner-wrap {
  rotate: 2deg;
  transition: all ease 0.2s;
}

.banner .right-col .inner-wrap:hover {
  rotate: 0deg;
}

.banner .main-slider {
  padding: 1rem;
  background: #fff;
}

.banner .slider {
  width: 26.25rem;
  height: 35.625rem;
  position: relative;
}

.banner .slider .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

.banner .slider .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner .slider .slide.active {
  opacity: 1;
  z-index: 1;
}

.banner .right-col p.top-text {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background-color: color-mix(in oklab, oklch(85.2% 0.199 91.936deg) 90%, transparent);
  border-color: oklch(90.5% 0.182 98.111deg);
  border-left-width: 2px;
  border-right-width: 2px;
  rotate: 2deg;
  text-align: center;
  padding: 0.75rem 2.125rem;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto -1.5625rem;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.banner .right-col p.est-text {
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1rem;
  background: #000;
  box-shadow: 4px 4px 0px 0px #facc15;
  position: absolute;
  z-index: 2;
  top: 6.25rem;
  right: -1.25rem;
  rotate: 12deg;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.banner .main-slider p.slider-title {
  font-size: 2.25rem;
  margin: 0 0 0.5625rem;
  font-family: cursive;
  opacity: 0.9;
  rotate: -2deg;
  font-weight: 900;
  line-height: 1;
}

.banner .right-col p.slider-text {
  font-size: 10px;
  color: oklch(70.7% 0.022 261.325deg);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}

.the-details {
  position: relative;
}

.the-details .bg-image,
.the-details .bg-image2 {
  position: absolute;
  inset: 0;
  opacity: 0.4;
  pointer-events: none;
}

.the-details .bg-image2 {
  opacity: 0.05;
}

.float-icon {
  box-shadow: 6px 6px 0px 0px #000;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
  position: absolute;
  padding: 1rem;
  background-color: #fff;
  border: 4px solid #000;
  border-radius: 100px;
  position: absolute;
}

.float-icon.icon1 {
  top: -2.8125rem;
  left: 5rem;
  rotate: -12deg;
}

.float-icon.icon2 {
  top: -2.8125rem;
  right: 5rem;
  rotate: 12deg;
}

.the-details .float-icon.icon2 {
  background: oklch(85.2% 0.199 91.936deg);
}

.the-details .top-bar {
  display: grid;
  grid-template-columns: auto 28.125rem;
  align-items: end;
  margin-bottom: 6.25rem;
  padding-bottom: 3.125rem;
  border-color: #000;
  border-style: dashed;
  border-bottom-width: 8px;
}

.the-details h2 {
  font-size: 6rem;
  line-height: 0.85;
  font-family: "Bebas Neue";
  letter-spacing: -4.8px;
  font-weight: normal;
}

.the-details .title p {
  padding: 0.25rem 0.75rem;
  margin-bottom: 1rem;
  background: #000;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.the-details .top-bar p.top-text {
  margin-bottom: 0;
  font-family: "Permanent Marker";
  text-align: right;
  font-size: 1.5rem;
  line-height: 1.37;
}

.the-details .box-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem;
}

.the-details .box-wrap .box {
  padding: 2.5rem;
  box-shadow: 0.75rem 0.75rem 0px 0px #000;
  background: oklch(85.2% 0.199 91.936deg);
  border: 4px solid #000;
  position: relative;
  transition: all ease 0.2s;
  transform: translateY(0);
}

.the-details .box-wrap .box:hover {
  box-shadow: 1rem 1rem 0px 0px #000;
  transform: translateY(-0.25rem);
}

.the-details .box-wrap .box::before {
  position: absolute;
  content: "";
  top: -1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 2rem;
  width: 2rem;
  background: #fff;
  border-bottom: 4px solid #000;
  border-radius: 50%;
}

.the-details .box-wrap .box .icon {
  height: 4rem;
  width: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  border-radius: 100px;
  margin-bottom: 2rem;
}

.the-details .box-wrap .box .icon svg {
  color: #fff;
}

.the-details .box-wrap .box h3 {
  font-size: 1.875rem;
  font-family: "Bebas Neue";
  text-transform: uppercase;
  letter-spacing: -1.5px;
  font-weight: normal;
  margin-bottom: 1rem;
}

.the-details .box-wrap .box p.time {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1;
  font-weight: 700;
}

.the-details .box-wrap .box p.text {
  font-size: 0.875rem;
  line-height: 1.4;
  color: oklch(44.6% 0.03 256.802deg);
  letter-spacing: 0.7px;
  font-weight: 700;
  text-transform: uppercase;
}

.the-details .box-wrap .box .line {
  -webkit-mask-image: repeating-linear-gradient(90deg, black, black 2px, transparent 2px, transparent 4px);
          mask-image: repeating-linear-gradient(90deg, black, black 2px, transparent 2px, transparent 4px);
  opacity: 0.3;
  background-color: #000;
  height: 2rem;
  width: 100%;
  margin-top: 2rem;
}

.the-details .box-wrap .box a.btn {
  font-size: 1rem;
  background: oklch(85.2% 0.199 91.936deg);
  display: block;
  text-align: center;
  padding: 1rem 0;
}

.the-details .box-wrap .box a.btn {
  font-size: 1rem;
  background: oklch(85.2% 0.199 91.936deg);
  display: block;
  text-align: center;
  padding: 1rem 0;
  color: #000;
  letter-spacing: 1.6px;
  font-weight: 900;
  margin-top: 2rem;
  border: 2px solid transparent;
  text-transform: uppercase;
}

.the-details .box-wrap .box a.btn:hover {
  border-color: #fff;
  background: #000;
  color: #fff;
}

.the-details .box-wrap .box:nth-child(2) {
  background-color: #000;
}

.the-details .box-wrap .box:nth-child(2) .icon {
  background: #fff;
}

.the-details .box-wrap .box:nth-child(2) .icon svg {
  color: #000;
}

.the-details .box-wrap .box:nth-child(2) h3 {
  color: #fff;
}

.the-details .box-wrap .box:nth-child(2) p.time {
  color: #fff;
}

.the-details .box-wrap .box:nth-child(2) p.text {
  color: oklch(70.7% 0.022 261.325deg);
}

.the-details .box-wrap .box:nth-child(2) .line {
  background-color: #fff;
}

.the-details .box-wrap .box:last-child {
  background: #fff;
}

.the-details .box-wrap .box p.note {
  padding: 0.125rem 0.5rem;
  font-size: 0.625rem;
  opacity: 0.6;
  letter-spacing: 1px;
  font-weight: 900;
  border: 2px solid;
  width: -moz-max-content;
  width: max-content;
  rotate: 12deg;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.the-details .box-wrap .box:nth-child(2) p.note {
  border-color: #fff;
  color: #fff;
}

.what-to-expect {
  position: relative;
  background: oklch(85.2% 0.199 91.936deg);
}

.what-to-expect .float-icon.icon1 {
  rotate: 6deg;
  left: 25%;
}

.what-to-expect .float-icon.icon2 {
  rotate: -6deg;
  right: 25%;
  background: #000;
  box-shadow: 6px 6px 0px 0px rgba(255, 255, 255, 0.5019607843);
}

.what-to-expect .float-icon.icon2 svg {
  fill: oklch(85.2% 0.199 91.936deg);
  color: oklch(85.2% 0.199 91.936deg);
}

.what-to-expect::before,
.rsvp::after {
  position: absolute;
  content: "";
  background-image: linear-gradient(45deg, rgb(0, 0, 0) 25%, transparent 25%, transparent 75%, rgb(0, 0, 0) 75%, rgb(0, 0, 0)), linear-gradient(45deg, rgb(0, 0, 0) 25%, transparent 25%, transparent 75%, rgb(0, 0, 0) 75%, rgb(0, 0, 0));
  background-position: 0px 0px, 10px 10px;
  background-size: 20px 20px;
  background-color: rgb(255, 255, 255);
  height: 2rem;
  width: 100%;
  bottom: 0px;
}

.what-to-expect h2 {
  -webkit-text-stroke: 2px black;
  color: transparent;
  font-weight: 400;
  font-size: 8rem;
  line-height: 0.8;
  text-transform: uppercase;
  letter-spacing: -6.4px;
  font-family: "Bebas Neue";
}

.what-to-expect .top-wrap {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 6rem;
}

.what-to-expect .top-wrap p {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.375;
  max-width: 35rem;
}

.what-to-expect .top-wrap p b {
  font-weight: normal;
  font-family: "Lilita One", sans-serif;
}

.what-to-expect .box-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 4rem;
}

.what-to-expect .box-wrap .innerbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4rem;
  align-items: center;
}

.what-to-expect .box-wrap .innerbox:nth-child(2n) .box {
  order: 2;
}

.what-to-expect .box-wrap .box {
  box-shadow: 0.9375rem 0.9375rem 0px 0px #000;
  border: 4px solid #000;
  padding: 1rem;
  background: #fff;
  transition: all ease 0.7s;
  position: relative;
}

.what-to-expect .box-wrap .box:nth-child(odd) {
  rotate: 1deg;
}

.what-to-expect .box-wrap .box:nth-child(even) {
  rotate: -1deg;
}

.what-to-expect .box-wrap .box:hover {
  scale: 1.02;
}

.what-to-expect .box-wrap .box h3 {
  letter-spacing: -1.5px;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 1.2;
  font-family: cursive;
  text-align: center;
  padding: 0.5rem 0 0.25rem;
  text-transform: uppercase;
}

.what-to-expect .box-wrap .box p {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
  color: oklch(55.1% 0.027 264.364deg);
  letter-spacing: 0.7px;
  font-weight: 700;
  text-transform: uppercase;
}

.what-to-expect .box-wrap .box .img-wrap {
  overflow: hidden;
  height: 26rem;
}

.what-to-expect .box-wrap .box img {
  filter: grayscale(100%);
  scale: 1.1;
  transition: all ease 0.5s;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.what-to-expect .box-wrap .box:hover img {
  filter: grayscale(0%);
  scale: 1;
}

.what-to-expect .box-wrap .box .tape {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1019607843), 0 1px 2px -1px rgba(0, 0, 0, 0.1019607843);
  background-color: color-mix(in oklab, #fff 80%, transparent);
  border-color: color-mix(in oklab, #fff 40%, transparent);
  height: 2.125rem;
  width: 8rem;
  position: absolute;
  top: -1.375rem;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.what-to-expect .box-wrap .box:nth-child(odd) .tape {
  rotate: 1deg;
}

.what-to-expect .box-wrap .box:nth-child(even) .tape {
  rotate: -1deg;
}

.rsvp {
  position: relative;
}

.rsvp::before {
  position: absolute;
  content: "";
  inset: 0;
  background-image: linear-gradient(rgb(153, 153, 153) 1px, transparent 1px), linear-gradient(90deg, rgb(153, 153, 153) 1px, transparent 1px);
  background-size: 1.25rem 1.25rem;
  opacity: 0.1;
  pointer-events: none;
}

.rsvp .float-icon.icon1 {
  background: oklch(85.2% 0.199 91.936deg);
}

.rsvp .new-icon,
.the-vibe .new-icon {
  box-shadow: 0.25rem 0.25rem 0px 0px #000;
  width: -moz-max-content;
  width: max-content;
  padding: 1rem;
  background-color: #fff;
  border: 4px solid #000;
  border-radius: 100px;
  margin: 0 auto 1.5625rem;
  background: oklch(85.2% 0.199 91.936deg);
}

.rsvp h2 {
  font-size: 4.2rem;
  line-height: 1;
  font-family: "Bebas Neue";
  letter-spacing: -3.6px;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.rsvp .scissor-wrap {
  display: flex;
  opacity: 0.3;
  gap: 1rem;
  padding: 0 1rem;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 1.875rem;
}

.rsvp .scissor-wrap div {
  width: 100%;
  border-style: dashed;
  border-top-width: 4px;
}

.rsvp .float-icon.icon2 svg {
  color: oklch(63.7% 0.237 25.331deg);
  fill: oklch(63.7% 0.237 25.331deg);
}

.rsvp p.top-note {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 0.5rem 1.5rem;
  background: #000;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  rotate: -1deg;
}

.rsvp .form {
  padding: 4rem;
  box-shadow: 1.25rem 1.25rem 0px 0px #000;
  background: #fff;
  border: 4px solid #000;
  position: relative;
  width: 53rem;
  margin: 4rem auto 0;
}

.rsvp .form .bolt {
  position: absolute;
  background: oklch(92.8% 0.006 264.531deg);
  border: 2px solid #000;
  width: 1rem;
  height: 1rem;
  border-radius: 100px;
  top: 1rem;
  left: 1rem;
}

.rsvp .form .bolt:nth-child(2) {
  left: auto;
  right: 1rem;
}

.rsvp .form .bolt:nth-child(3) {
  top: auto;
  bottom: 1rem;
}

.rsvp .form .bolt:nth-child(4) {
  left: auto;
  bottom: 1rem;
  right: 1rem;
  top: auto;
}

.rsvp .form .line {
  display: block;
  width: 100%;
  border: 2px dashed;
  opacity: 0.3;
  margin-bottom: 1.875rem;
}

.rsvp .form p.form-text {
  line-height: 1.3;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  padding: 0.5rem 0;
  text-transform: uppercase;
  letter-spacing: -1.2px;
  font-weight: 900;
  rotate: 1deg;
}

.rsvp .form .gfield_radio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
  text-align: center;
}

.rsvp .form .gfield_radio > div {
  color: oklch(70.7% 0.022 261.325deg);
  letter-spacing: 1px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 1.875rem;
  background-color: oklch(98.5% 0.002 247.839deg);
  border: 4px solid oklch(92.8% 0.006 264.531deg);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: all ease 0.3s;
}

.rsvp .form .gfield_radio > div:hover {
  border-color: #000;
  box-shadow: 0.5rem 0.5rem 0px 0px #ccc !important;
}

.rsvp .form .gfield_radio input {
  border: 4px solid oklch(87.2% 0.01 258.338deg) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 2rem !important;
  width: 2rem !important;
  margin: 0 auto;
  border-radius: 100px;
  position: relative;
  padding: 0 !important;
}

.rsvp .form .gfield_radio input::before {
  position: absolute;
  content: "";
  height: 1rem;
  width: 1rem;
  background: #000;
  border-radius: 100px;
  margin: auto;
  inset: 0;
  opacity: 0;
}

.rsvp .form .gfield_radio input:checked,
.rsvp .form .gfield_radio > div:hover input {
  border-color: #000 !important;
}

.rsvp .form .gfield_radio > div label {
  font-size: 1.25rem;
}

.rsvp .form .gfield_radio input:checked::before,
.rsvp .form .gfield_radio > div:hover input::before {
  opacity: 1;
}

.rsvp .form .gfield_radio input:checked + label,
.rsvp .form .gfield_radio > div:hover label {
  color: #000;
}

.rsvp .form .gfield_radio input + label::before {
  position: absolute;
  content: "";
  inset: 0;
  cursor: pointer;
}

.rsvp .form .gfield_radio input:checked + label::before {
  border: 5px solid;
  inset: -3px;
  box-shadow: 0.5rem 0.5rem 0px 0px #000;
}

.rsvp .form div#field_1_8 .instruction {
  display: none;
}

.rsvp .form div#field_1_8 input {
  border: 4px solid;
  text-align: center;
}

.rsvp .form div#field_1_8 .gfield_description {
  color: oklch(70.7% 0.022 261.325deg);
  font-size: 0.87rem;
  font-weight: 700;
  text-transform: uppercase;
}

.rsvp .form div#field_1_27 {
  margin-bottom: 0.625rem;
}

.rsvp .form .ginput_container_fileupload .gform_drop_area {
  padding: 4rem;
  border: 4px dashed oklch(87.2% 0.01 258.338deg);
  border-radius: 10px;
  position: relative;
}

.rsvp .form .ginput_container_fileupload button {
  border: 0;
  font-size: 0.8rem;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 900;
  color: oklch(55.1% 0.027 264.364deg);
  position: unset !important;
}

.rsvp .form .ginput_container_fileupload span.gform_drop_instructions {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 900;
  color: oklch(55.1% 0.027 264.364deg);
}

.rsvp .form .ginput_container_fileupload button::before {
  position: absolute;
  content: "";
  inset: 0;
  cursor: pointer;
}

.rsvp .form .ginput_container_fileupload .gform_drop_area:hover {
  background-color: oklch(98.7% 0.026 102.212deg);
  border-color: oklch(85.2% 0.199 91.936deg);
}

.rsvp .form .ginput_container_fileupload span.gform_drop_instructions::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto 0.75rem;
  background: url("../images/download.svg") no-repeat center/contain;
  opacity: 0.6;
}

.rsvp .form fieldset#field_1_7 {
  margin-bottom: 3.125rem;
}

.rsvp .form h3 {
  font-weight: normal;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Bebas Neue";
  margin-bottom: 1.5rem;
}

.rsvp .form p.remember-text {
  font-weight: 700;
  line-height: 1.6;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

.rsvp .form p.note {
  width: -moz-max-content;
  width: max-content;
  padding: 0.25rem 0.75rem;
  background: oklch(85.2% 0.199 91.936deg);
  font-weight: 900;
  font-size: 1.125rem;
  rotate: -1deg;
}

.rsvp .form p.sub-note {
  color: oklch(44.6% 0.03 256.802deg);
  font-weight: 700;
  line-height: 1.6;
}

.rsvp .form .payment-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5rem;
  margin: 3rem 0 0;
}

.rsvp .form .payment-wrap .single {
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0.375rem 0.375rem 0px 0px #000;
  border: 4px solid;
  position: relative;
}

.rsvp .form .payment-wrap .single a {
  position: absolute;
  inset: 0;
}

.rsvp .form .payment-wrap .icon {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.rsvp .form .payment-wrap p.single-title {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.rsvp .form .payment-wrap p.small-box {
  font-weight: 700;
  line-height: 1.5;
  padding: 0.25rem 0.75rem;
  background: oklch(96.2% 0.044 156.743deg);
  border: 2px solid;
}

.good-to-know {
  position: relative;
  background: oklch(85.2% 0.199 91.936deg);
}

.good-to-know h2 {
  font-size: 6rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Bebas Neue";
}

.good-to-know h2 span {
  color: rgba(0, 0, 0, 0);
  font-family: "Bebas Neue";
  -webkit-text-stroke: 0.125rem #fff;
  font-weight: normal;
}

.good-to-know p.note {
  padding: 0.75rem 2rem;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  background: #fff;
  border: 4px solid;
  box-shadow: 8px 8px 0px 0px #000;
  font-size: 1.5rem;
  line-height: 1.3;
  rotate: -2deg;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 5rem;
}

.good-to-know .box-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
}

.good-to-know .box-list .box {
  box-shadow: 10px 10px 0 0 #000;
  border: 4px solid;
  padding: 2rem;
  background-color: #fff;
  cursor: pointer;
}

.good-to-know .box-list .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.good-to-know .box-list .top p {
  font-size: 2.25rem;
  opacity: 0.3;
  font-weight: 900;
}

.good-to-know .box-list p.box-title {
  font-size: 1.87rem;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Bebas Neue";
  line-height: 1;
  margin-bottom: 0.5rem;
}

.good-to-know .box-list p.box-sub-title {
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  background: #000;
  width: -moz-max-content;
  width: max-content;
  padding: 0px 0.625rem;
}

.good-to-know .box-list p.box-text {
  font-size: 0.875rem;
  font-weight: 700;
  color: oklch(70.7% 0.022 261.325deg);
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.good-to-know .box-list .box:nth-child(2),
.good-to-know .box-list .box:last-child {
  background: #000;
}

.good-to-know .box-list .box:nth-child(2) svg,
.good-to-know .box-list .box:last-child svg {
  color: oklch(85.2% 0.199 91.936deg);
}

.good-to-know .box-list .box:nth-child(2) .top p,
.good-to-know .box-list .box:nth-child(2) p.box-title,
.good-to-know .box-list .box:last-child .top p,
.good-to-know .box-list .box:last-child p.box-title {
  color: #fff;
}

.good-to-know .box-list .box:nth-child(2) p.box-sub-title,
.good-to-know .box-list .box:last-child p.box-sub-title {
  background-color: oklch(85.2% 0.199 91.936deg);
  color: #000;
}

.the-vibe {
  position: relative;
  background-color: #000;
}

.the-vibe .new-icon {
  background: #fff;
  border: 4px solid oklch(85.2% 0.199 91.936deg);
}

.the-vibe h2 {
  font-size: 6rem;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Bebas Neue";
  letter-spacing: -2px;
  line-height: 1;
  margin-bottom: 1rem;
}

.the-vibe h2 span {
  color: oklch(85.2% 0.199 91.936deg);
  font-family: inherit;
}

.the-vibe p.top-note {
  font-weight: 700;
  color: oklch(70.7% 0.022 261.325deg);
  text-align: center;
  font-size: 1.125rem;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.the-vibe .logo-slider {
  padding: 4rem 0;
  background: oklch(85.2% 0.199 91.936deg);
  border-top: 0.5rem solid #fff;
  border-bottom: 0.5rem solid #fff;
  rotate: -2deg;
  margin-top: 5rem;
  margin-right: -0.9375rem;
}

.the-vibe .marquee {
  display: flex;
  gap: 3rem;
  width: -moz-max-content;
  width: max-content;
}

.the-vibe .marquee__group {
  display: flex;
  gap: 3rem;
  animation: scroll 15s linear infinite;
  flex: 0 0 auto;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.the-vibe .marquee__group .img-wrap {
  position: relative;
}

.the-vibe .marquee__group .img-wrap::before {
  position: absolute;
  content: "";
  background: color-mix(in oklab, oklch(85.2% 0.199 91.936deg) 50%, transparent);
  width: 8.8125rem;
  height: 2.25rem;
  z-index: 1;
  rotate: -1deg;
  top: -1.25rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.the-vibe .marquee__group .img-wrap:nth-child(odd) {
  rotate: -1deg;
}

.the-vibe .marquee__group .img-wrap:nth-child(even) {
  rotate: 2deg;
}

.the-vibe .marquee__group .img-wrap img {
  display: block;
  width: 28.5rem;
  height: 28.5rem;
  padding: 1rem;
  background: #fff;
  box-shadow: 12px 12px 0 0 #000;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
}

.the-vibe .marquee__group .img-wrap:hover img {
  filter: grayscale(0);
}

footer {
  background-color: #000;
  padding: 6.125rem 0 3rem;
  position: relative;
}

footer::before {
  position: absolute;
  content: "";
  background: url(../images/footer-bg.jpg) no-repeat;
  opacity: 0.2;
  background-size: cover;
  inset: 0;
  filter: grayscale(100%) contrast(125%);
}

footer .wrapper {
  max-width: 64rem;
  margin: 0 auto;
  padding: 4rem;
  position: relative;
  box-shadow: 20px 20px 0px 0px #facc15;
  background-color: color-mix(in oklab, oklch(21% 0.006 285.885deg) 80%, transparent);
  border: 4px solid color-mix(in oklab, #fff 10%, transparent);
}

footer .wrapper .icon1 {
  padding: 0.75rem;
  background: oklch(85.2% 0.199 91.936deg);
  width: -moz-max-content;
  width: max-content;
  border: 4px solid #000;
  rotate: -12deg;
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
}

footer .wrapper .icon2 {
  padding: 0.75rem;
  background: #fff;
  width: -moz-max-content;
  width: max-content;
  border: 4px solid #000;
  rotate: 12deg;
  position: absolute;
  right: -1.5rem;
  bottom: -1.5rem;
}

footer .wrapper .icon2 svg {
  color: #000;
}

footer .wrapper h2 {
  font-family: "Bebas Neue";
  font-size: 6rem;
  line-height: 0.85;
  text-transform: uppercase;
  letter-spacing: -4.8px;
  margin-bottom: 2rem;
  font-weight: normal !important;
  color: #fff;
}

footer .wrapper h2 span {
  display: block;
  -webkit-text-stroke: 0.125rem #fff;
  color: transparent;
  font-family: "Bebas Neue";
}

footer .wrapper p.sub-text {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
  text-transform: uppercase;
  color: oklch(70.7% 0.022 261.325deg);
  margin-bottom: 3rem;
  letter-spacing: 2.4px;
}

footer .wrapper .btn-wrap {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

footer .wrapper .btn-wrap a {
  font-size: 1.25rem;
  background: #fff;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.7px;
  position: relative;
  cursor: pointer;
  top: 0;
  transition: all ease 0.3s;
  width: 23.25rem;
  box-shadow: 8px 8px 0px 0px #333;
  justify-content: center;
}

footer .wrapper .btn-wrap a:hover {
  color: #000;
  background-color: oklch(85.2% 0.199 91.936deg);
}

footer .wrapper .btn-wrap a:last-child {
  background-color: #000;
  border: 4px solid #fff;
  box-shadow: 8px 8px 0px 0px #666;
  color: #fff;
}

footer .wrapper .btn-wrap a:last-child:hover {
  background-color: #fff;
  border: 4px solid #000;
  color: #000;
}

footer .bottom-wrap .hashtag-wrap {
  padding: 3rem 0;
  border-top: 2px dashed oklch(27.8% 0.033 256.848deg);
  margin-top: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .bottom-wrap .hashtag-wrap .left-col p:first-child,
footer .bottom-wrap .hashtag-wrap .right-col p {
  color: oklch(55.1% 0.027 264.364deg);
  letter-spacing: 1.2px;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
}

footer .bottom-wrap .hashtag-wrap .left-col p:last-child {
  background: #fff;
  text-align: center;
  padding: 0.5rem 1.5rem;
  font-size: 1.5rem;
  font-weight: 800;
  box-shadow: 4px 4px 0px 0px #facc15;
  border: 2px solid;
  rotate: -2deg;
  text-transform: uppercase;
}

footer .bottom-wrap .hashtag-wrap .right-col ul {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

footer .bottom-wrap .hashtag-wrap .right-col ul li a {
  height: 3.75rem;
  width: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: oklch(27.4% 0.006 286.033deg);
  border-radius: 100px;
}

footer .bottom-wrap .hashtag-wrap .right-col ul li a svg {
  color: #fff;
}

footer .bottom-wrap .hashtag-wrap .right-col ul li a:hover {
  background-color: oklch(85.2% 0.199 91.936deg);
}

footer .bottom-wrap .hashtag-wrap .right-col ul li a:hover svg {
  color: #000;
}

footer .bottom-wrap .copyright-wrap {
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .bottom-wrap .copyright-wrap p {
  color: oklch(44.6% 0.03 256.802deg);
  letter-spacing: 0.7px;
  font-weight: 700;
  text-transform: uppercase;
}

footer .bottom-wrap .copyright-wrap a {
  padding: 0.75rem 1.5rem;
  background: oklch(85.2% 0.199 91.936deg);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  display: flex;
  gap: 0.75rem;
  box-shadow: 4px 4px #fff;
}

footer .bottom-wrap .copyright-wrap a:hover {
  background-color: #fff;
  color: #000;
}

span.id-wrapper {
  padding-top: 4.5625rem;
  margin-top: -4.5625rem;
  display: block;
}

.access-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  transform: translateY(0);
  transition: all ease 0.5s;
}

html.access-granted div#accessOverlay {
  transform: translateY(-100%);
}

.access-overlay .access-box {
  text-align: center;
  color: #fff;
  background: #000;
  padding: 32px;
  position: relative;
  width: 368px;
}

.access-overlay .access-box::before {
  position: absolute;
  content: "";
  clip-path: polygon(100% 0px, 0px 0px, 100% 100%);
  background: oklch(85.2% 0.199 91.936deg);
  height: 4rem;
  width: 4rem;
  top: 0;
  right: 0;
}

.access-overlay .access-box .icon svg {
  color: oklch(85.2% 0.199 91.936deg);
  width: 2rem;
  height: 2rem;
  margin-bottom: 24px;
}

.access-overlay .access-box h2 {
  font-family: "Bebas Neue";
  font-size: 36px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 1rem;
}

.access-overlay .access-box h2 span {
  font-family: inherit;
  color: oklch(85.2% 0.199 91.936deg);
}

.access-overlay .access-box p.sub {
  opacity: 0.2;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font-weight: 900;
}

.access-overlay .access-box p.sub::before,
.access-overlay .access-box p.sub::after {
  content: "";
  height: 1px;
  width: calc(93% - 240px);
  background: #fff;
  display: inline-block;
}

.access-box input {
  width: 100%;
  text-transform: uppercase;
  padding: 15px 16px;
  letter-spacing: 0.6px;
  font-size: 14px;
  background: #1a1a1a;
  color: #fff;
  border-color: transparent;
  margin: 20px 0;
}

.access-box input:focus {
  border-color: oklch(85.2% 0.199 91.936deg);
}

.access-box input::-moz-placeholder {
  opacity: 0.3;
}

.access-box input::placeholder {
  opacity: 0.3;
}

.access-box button {
  padding: 16px 0;
  background: oklch(85.2% 0.199 91.936deg);
  border: none;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: center;
  color: #000 !important;
}

.access-box button:hover {
  background-color: #fff;
}

.access-box button svg {
  height: 1rem;
  width: 1rem;
}

.access-box small.hint {
  color: oklch(55.1% 0.027 264.364deg);
  margin-top: 1.5rem;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  font-weight: 600;
}

p#accessMsg {
  position: absolute;
  top: 40px;
  background: hsl(358, 76%, 10%);
  color: #fff;
  font-size: 0.7rem;
  padding: 5px 15px;
  border-radius: 6px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  transform: translateY(-100%);
  transition: all ease 0.5s;
  opacity: 0;
}

p#accessMsg.show {
  transform: translateY(0%);
  opacity: 1;
}

p#accessMsg.success {
  background-color: hsl(150, 86%, 65%);
  color: #000;
}

/*modal css*/
.the-details .box-wrap .box {
  cursor: pointer;
}

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

.overflow {
  overflow: hidden;
}

span.close-icon {
  font-size: 55px;
  position: absolute;
  right: -19px;
  top: -17px;
  height: 20px;
  width: 20px;
  line-height: 13px;
  color: #fff;
  cursor: pointer;
}

.modal-content {
  background: #fff;
  width: 800px;
  margin: 1% auto;
  padding: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal-content .innertext {
  height: 500px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 10px;
}
.modal-content .innertext a {
  color: #fdc700;
}
.modal-content .innertext a:hover {
  text-decoration: underline;
}
.modal-content .innertext h2 {
  font-size: 50px;
  font-family: "Bebas Neue";
  letter-spacing: 0;
  font-weight: normal;
}
.modal-content .innertext h3 {
  font-size: 40px;
  font-family: "Bebas Neue";
  letter-spacing: 0;
  font-weight: normal;
}
.modal-content .innertext h4 {
  font-size: 30px;
  font-family: "Bebas Neue";
  letter-spacing: 0;
  font-weight: normal;
}
.modal-content .innertext h5 {
  font-size: 25px;
  font-family: "Bebas Neue";
  letter-spacing: 0;
  font-weight: normal;
}
.modal-content .innertext h6 {
  font-size: 22px;
  font-family: "Bebas Neue";
  letter-spacing: 0;
  font-weight: normal;
}
.modal-content .innertext img {
  padding: 10px 0;
  margin: 0;
}
.modal-content .innertext ul,
.modal-content .innertext ol {
  padding: 10px 0;
}
.modal-content .innertext ul li,
.modal-content .innertext ol li {
  position: relative;
  color: #000;
  font-family: "Barlow", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  padding-left: 13px;
}
.modal-content .innertext ul li:before,
.modal-content .innertext ol li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background-color: #000;
}

.close {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
  font-size: 20px;
}

.rsvp .form .payment-wrap .single .icon {
  width: 77px;
  margin-left: auto;
  margin-right: auto;
}

div#dynamic-fields .gfield {
  display: flex;
  flex-direction: column;
}

div#dynamic-fields .gfield input.medium {
  width: 100%;
}

.what-to-expect .box-wrap .innerbox .contain h3 {
  font-size: 35px;
  font-family: cursive;
  padding-bottom: 20px;
}
.what-to-expect .box-wrap .innerbox .contain a {
  color: #000;
  text-decoration: underline;
}
.what-to-expect .box-wrap .innerbox .contain a:hover {
  text-decoration: none;
}
.what-to-expect .box-wrap .innerbox .contain ul {
  padding: 10px 0;
}
.what-to-expect .box-wrap .innerbox .contain ul li {
  position: relative;
  color: #000;
  font-family: "Barlow", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  padding-left: 13px;
}
.what-to-expect .box-wrap .innerbox .contain ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background-color: #000;
}

@media only screen and (min-width: 1500px) and (max-width: 1699px) {
  .banner .wrapper {
    padding-top: 8rem;
  }
  .banner h1 span {
    font-size: 7rem;
  }
  .banner h1 span:last-child {
    font-size: 5rem;
  }
  .banner p.note {
    margin-bottom: 1.1rem;
  }
  .banner p.text {
    font-size: 1.25rem;
    margin-bottom: 1.7rem;
  }
  .banner .birthday-detail > div {
    padding: 0.95rem 1.8rem;
  }
  .banner .birthday-detail p {
    font-size: 1.4rem;
  }
  /*Modal*/
  .modal-content .innertext h2 {
    font-size: 45px;
  }
  .modal-content .innertext h3 {
    font-size: 34px;
  }
  .modal-content .innertext h4 {
    font-size: 26px;
  }
  .modal-content .innertext h5 {
    font-size: 22px;
  }
  .modal-content .innertext h6 {
    font-size: 19px;
  }
  .what-to-expect .box-wrap .innerbox .contain h3 {
    font-size: 32px;
    padding-bottom: 13px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .banner .wrapper {
    padding-top: 7rem;
  }
  .banner h1 span {
    font-size: 5rem;
  }
  .banner h1 span:nth-child(2) {
    letter-spacing: -3px;
  }
  .banner h1 span:last-child {
    font-size: 3.5rem;
    letter-spacing: -0.5px;
  }
  .banner p.note {
    margin-bottom: 1.1rem;
  }
  .banner p.text {
    font-size: 1.25rem;
    margin-bottom: 1.7rem;
  }
  .banner .birthday-detail > div {
    padding: 0.95rem 1.8rem;
  }
  .banner .birthday-detail p {
    font-size: 1.2rem;
  }
  .banner .slider {
    width: 24.25rem;
    height: 32.625rem;
  }
  .banner .right-col .inner-wrap {
    width: -moz-max-content;
    width: max-content;
  }
  .banner .birthday-detail svg {
    height: 1.6rem;
    width: 1.6rem;
  }
  .banner .countdown {
    padding-top: 2.275rem;
    padding-bottom: 2rem;
  }
  .banner .countdown .box span {
    font-size: 1.9rem;
    height: 4.5rem;
    width: 4.5rem;
  }
  /*Modal*/
  .modal-content .innertext h2 {
    font-size: 40px;
  }
  .modal-content .innertext h3 {
    font-size: 34px;
  }
  .modal-content .innertext h4 {
    font-size: 26px;
  }
  .modal-content .innertext h5 {
    font-size: 22px;
  }
  .modal-content .innertext h6 {
    font-size: 19px;
  }
  .what-to-expect .box-wrap .innerbox .contain h3 {
    font-size: 30px;
    padding-bottom: 13px;
  }
}
@media only screen and (min-width: 1121px) and (max-width: 1279px) {
  .padding {
    padding: 6rem 0;
  }
  .banner .wrapper {
    padding-top: 8rem;
    padding-bottom: 5rem;
    grid-template-columns: 35.625rem 1fr;
    grid-gap: 5rem;
  }
  .banner .right-col .inner-wrap {
    width: -moz-max-content;
    width: max-content;
  }
  .banner h1 span {
    font-size: 6rem;
  }
  .banner h1 span:last-child {
    font-size: 5rem;
  }
  .banner .countdown {
    padding-top: 2rem;
    margin-top: 2rem;
  }
  .banner .slider {
    width: 22.25rem;
    height: 29.625rem;
  }
  .banner .countdown .box span {
    font-size: 2rem;
    height: 5rem;
    width: 5rem;
  }
  .what-to-expect h2 {
    font-size: 7rem;
  }
  .the-vibe .marquee__group .img-wrap img {
    width: 26.5rem;
    height: 26.5rem;
  }
  footer {
    padding: 3rem 0;
  }
  /*Modal*/
  .modal-content .innertext h2 {
    font-size: 38px;
  }
  .modal-content .innertext h3 {
    font-size: 30px;
  }
  .modal-content .innertext h4 {
    font-size: 25px;
  }
  .modal-content .innertext h5 {
    font-size: 22px;
  }
  .modal-content .innertext h6 {
    font-size: 19px;
  }
  .what-to-expect .box-wrap .innerbox .contain h3 {
    font-size: 30px;
    padding-bottom: 13px;
  }
}
@media (max-width: 1120px) {
  .padding {
    padding: 6rem 0;
  }
  html {
    font-size: 14px;
  }
  .banner .wrapper {
    grid-template-columns: 1fr;
    padding-bottom: 5rem;
  }
  .banner .right-col .inner-wrap {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  .the-details .box-wrap {
    grid-gap: 2rem;
  }
  .float-icon {
    width: 5rem;
    height: 5rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 4px 0px 0px #000;
  }
  .float-icon svg {
    width: 2.6rem;
  }
  .rsvp .form {
    width: 80%;
  }
  .gform_wrapper.gravity-theme form input[type=submit] {
    font-size: 1.57rem;
  }
  .the-vibe .marquee__group .img-wrap img {
    width: 21.5rem;
    height: 21.5rem;
  }
  footer {
    padding: 2rem 0 3rem;
  }
  /*Modal*/
  .modal-content .innertext h2 {
    font-size: 38px;
  }
  .modal-content .innertext h3 {
    font-size: 30px;
  }
  .modal-content .innertext h4 {
    font-size: 25px;
  }
  .modal-content .innertext h5 {
    font-size: 22px;
  }
  .modal-content .innertext h6 {
    font-size: 19px;
  }
  .modal-content {
    width: 87%;
    margin: 0% auto;
  }
  .what-to-expect .box-wrap .innerbox .contain h3 {
    font-size: 30px;
    padding-bottom: 8px;
  }
}
@media (max-width: 991px) {
  .the-details .box-wrap .box {
    padding: 1.1rem;
  }
  .the-details .top-bar {
    padding-bottom: 2.625rem;
    border-bottom-width: 4px;
    margin-bottom: 4rem;
  }
  .what-to-expect .top-wrap p {
    font-size: 1.575rem;
    max-width: 26rem;
  }
  .what-to-expect h2 {
    font-size: 6rem;
  }
  .what-to-expect .box-wrap {
    grid-gap: 3rem;
  }
  .rsvp .form {
    width: 90%;
    padding: 3rem;
    margin: 3rem auto 0;
  }
  .rsvp .form .gfield_radio > div {
    padding: 1.175rem;
  }
  .good-to-know h2 {
    font-size: 5rem;
  }
  .good-to-know .box-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .the-vibe .marquee__group .img-wrap img {
    width: 17.5rem;
    height: 17.5rem;
    padding: 0.6rem;
    box-shadow: 8px 8px 0 0 #000;
  }
  footer .wrapper h2 {
    font-size: 5rem;
    letter-spacing: 0;
  }
  footer .wrapper p.sub-text {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  #header .res_navigation {
    display: block;
    margin-left: 20px;
  }
  #header .menu-header-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    transform: translateX(100%);
    transition: all ease 0.3s;
    margin: 0;
    z-index: 1;
  }
  #header ul.menu {
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    height: 100%;
    gap: 1.9rem;
    padding: 0 25px;
    border-radius: 0;
  }
  #header ul.menu li a {
    font-size: 2.2rem;
    padding: 0;
  }
  html.menu-open {
    overflow: hidden;
  }
  html.menu-open #header .menu-header-menu-container {
    transform: translateX(0);
  }
  #header a.header-btn {
    margin-left: auto;
  }
  #header a.header-btn {
    padding: 12px 16px;
  }
  .banner .birthday-detail {
    align-items: baseline;
    flex-direction: column;
  }
  .banner .countdown .box span {
    font-size: 2rem;
    height: 4.5rem;
    width: 4.5rem;
    box-shadow: 2px 2px 0px 0px #fff;
  }
  .banner .wrapper {
    grid-gap: 3rem;
  }
  .banner .slider {
    width: 21rem;
    height: 26rem;
  }
  .float-icon.icon1,
  .what-to-expect .float-icon.icon1 {
    left: 1rem;
  }
  .float-icon.icon2,
  .what-to-expect .float-icon.icon2 {
    right: 1rem;
  }
  .the-details .top-bar {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .the-details .top-bar p.top-text {
    text-align: left;
  }
  .the-details .box-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .the-details .box-wrap .box h3 {
    font-size: 2rem;
    letter-spacing: 0;
  }
  .the-details .box-wrap .box p.text {
    font-size: 1rem;
  }
  .what-to-expect .top-wrap {
    align-items: baseline;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 4rem;
  }
  .what-to-expect .box-wrap {
    grid-template-columns: 1fr;
  }
  .float-icon {
    width: 4rem;
    height: 4rem;
  }
  .float-icon svg {
    width: 1.8rem;
  }
  .rsvp h2 {
    letter-spacing: 0;
  }
  .rsvp .form {
    padding: 1.8rem 15px;
  }
  .rsvp .form .bolt {
    top: 0.5rem;
    left: 0.5rem;
  }
  .rsvp .form .bolt:nth-child(3) {
    bottom: 0.5rem;
  }
  .rsvp .form .bolt:nth-child(4) {
    bottom: 0.5rem;
    right: 0.5rem;
  }
  .rsvp .form .bolt:nth-child(2) {
    right: 0.5rem;
  }
  .rsvp .form div#field_1_1 input {
    font-size: 1.1rem;
  }
  .gform_wrapper.gravity-theme form .gform_body input,
  .gform_wrapper.gravity-theme form .gform_body select,
  .gform_wrapper.gravity-theme form .gform_body textarea.large {
    padding: 0.55rem;
    font-size: 1.2rem;
  }
  .gform_wrapper.gravity-theme form .gfield {
    margin-bottom: 1.5rem;
  }
  .rsvp .form .gfield_radio {
    grid-template-columns: repeat(1, 1fr);
  }
  .rsvp .form h3 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .gform_wrapper.gravity-theme form input[type=submit] {
    font-size: 1.17rem;
    padding: 0.7rem 0 !important;
  }
  .rsvp .form .payment-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .good-to-know .box-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .the-vibe h2 {
    font-size: 5rem;
  }
  .the-vibe .logo-slider {
    padding: 2rem 0;
    margin-top: 3rem;
  }
  .good-to-know .box-list .box {
    padding: 1rem;
  }
  .the-vibe .marquee__group .img-wrap img {
    width: 14.5rem;
    height: 14.5rem;
  }
  .the-vibe .marquee__group .img-wrap::before {
    width: 6.8125rem;
    height: 1.95rem;
  }
  footer .wrapper h2 {
    font-size: 4rem;
  }
  footer .wrapper p.sub-text {
    font-size: 1.1rem;
  }
  footer .wrapper .btn-wrap {
    flex-direction: column;
    align-items: center;
  }
  footer .wrapper .btn-wrap a {
    width: 18.25rem;
  }
  footer .wrapper {
    padding: 2.3rem 15px;
  }
  footer .bottom-wrap .copyright-wrap {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
  footer .bottom-wrap .copyright-wrap p {
    text-align: center;
  }
  footer .bottom-wrap .copyright-wrap a {
    font-size: 1rem;
    align-items: center;
  }
  .the-vibe.padding {
    padding-top: 4rem;
  }
  .access-overlay {
    padding: 0 14px;
  }
  .what-to-expect .box-wrap .box .img-wrap {
    height: 21rem;
  }
  .what-to-expect .box-wrap .innerbox {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
  .what-to-expect .box-wrap .innerbox:nth-child(2n) .box {
    order: inherit;
  }
}/*# sourceMappingURL=style.css.map */