/* Template Home CSS file */
/* ------------------------------------------------- */

/* Banner
------------ */

section#homepage-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.banner-slider {
    position: absolute!important;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000;
}

.banner-slider img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.banner-slider ul div {
    position: relative;
}

.banner-slider ul div:after {
    position: absolute;
    content: '';
    background: radial-gradient(44.12% 49.97% at 50.03% 62.81%, rgba(0, 0, 0, 0.00) 20.3%, #000 99.03%), transparent 50% / cover no-repeat;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

section#homepage-banner .wrap {
    margin-bottom: 10%;
    margin-top: auto;
}

.banner-slider .splide__track {
    height: 100%;
}

.banner-slider .splide__slide {
    height: 100%;
}

.banner-content h1 {
    background: linear-gradient(92deg, #988245 0%, #F7EED4 15.74%, #E5C66F 31.48%, #FCF9F1 49.19%, #E5C66F 66.9%, #F7EED4 82.64%, #988245 98.38%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    letter-spacing: 5.6px;
    text-transform: uppercase;
}

.banner-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: auto;
}

section#homepage-banner h1 {
    margin-bottom: 20px;
}


.banner-video video {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    bottom: 0;
    right: 0;
    object-position: center;
  }
  #homepage-banner:before {
    position: absolute;
    content: '';
    background: radial-gradient(44.12% 49.97% at 50.03% 62.81%, rgba(0, 0, 0, 0.50) 20.3%, rgba(0,0,0, 0.8) 99.03%), transparent 50% / cover no-repeat;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }

@media (max-width: 768px) {
    section#homepage-banner {
        height: 100vh;
        max-height: 600px;
    }

    section#homepage-banner .wrap {
        margin-top: auto;
        margin-bottom: 40px;
    }
}

/* Locations Section
--------------------- */
.map-svg {
    width: 100%;
    height: fit-content;
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: center;
    position: relative;
}

.mobile-venues {
    display: none;
}

.map-svg svg {
    position: relative;
    z-index: 1;
}

.mobile-venues a {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.mobile-venues a span {
    font-size: 14px;
    text-transform: capitalize;
}

.map-svg svg {
    width: 100%;
}

section.map-section {
    padding: 40px 0;
    background: linear-gradient(129deg, #020203 1.35%, #36113C 93.41%);
    color: var(--white);
}

section.map-section .wrap {
    position: relative;
    z-index: 1;
}

section.map-section .wrap h2 {
    background: linear-gradient(92deg, #988245 0%, #F7EED4 15.74%, #E5C66F 31.48%, #FCF9F1 49.19%, #E5C66F 66.9%, #F7EED4 82.64%, #988245 98.38%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    letter-spacing: 5.6px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

section.map-section .wrap p {
    text-align: center;
    max-width: 600px;
    margin: auto;
}

.mobile-venues {
	display: none;
}

@media (max-width: 980px) {
    .map-svg {
        display: none;
    }

    .mobile-venues {
        display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
		padding: 40px 0;
    }

	.mobile-venues a {
		height: fit-content;
		margin: auto 0;
	}

    .party-gallery div:nth-of-type(7), .party-gallery div:nth-of-type(8), .party-gallery div:nth-of-type(9), .party-gallery div:nth-of-type(10), .party-gallery div:nth-of-type(11), .party-gallery div:nth-of-type(12) {
        display: none;
    }
}

@media (max-width: 550px) {
	.mobile-venues {
		grid-template-columns: 1fr;
	}
}

/* Celebrate Section
------------------ */

section.celebration-section {
    position: relative;
    background: var(--black);
    color: var(--white);
    padding: 120px 0 0;
}

section.celebration-section img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.celebration-section:after {
    position: absolute;
    content: '';
    background: radial-gradient(44.12% 49.97% at 50.03% 62.81%, rgba(0, 0, 0, 0.00) 20.3%, #000 99.03%), transparent 50% / cover no-repeat;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

section.celebration-section .wrap {
    z-index: 1;
    position: relative;
    text-align: center;
}

section.celebration-section .wrap h2 {
    background: linear-gradient(92deg, #988245 0%, #F7EED4 15.74%, #E5C66F 31.48%, #FCF9F1 49.19%, #E5C66F 66.9%, #F7EED4 82.64%, #988245 98.38%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4.27px;
}

.top-celebration-content {
    max-width: 800px;
    margin: auto;
}

.top-celebration-content p {
    max-width: 600px;
    margin: auto;
}

.celebration-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 60px 0;
}

.celebration-box-1, 
.celebration-box-2 {
    padding: 40px 80px;
    border: solid 2px;
    border-radius: 5px;
    background: rgba(2, 2, 3, 0.75);
}

.celebration-box-1 h3, 
.celebration-box-2 h3 {
    letter-spacing: 2.52px;
    margin: 0;
    text-transform: uppercase;
}

.celebration-box-1 p, 
.celebration-box-2 p {
    margin-bottom: 28px;
}

.celebration-box-1 {
    border-color: #FFB1C2;
}

.celebration-box-2 {
    border-color: #CBA0D2;
}

.celebration-box-1 a.button::before, button.button::before {
    background: #FE6485;
}

.celebration-box-2 a.button::before, button.button::before {
    background: #9E52A9;
}

.celebration-box-1 a.button::after, button.button::after {
    border-image: none;
    border-color: #FE6485;
}

.celebration-box-2 a.button::after, button.button::after {
    border-image: none;
    border-color: #9E52A9;
}

.box-1-buttons-section {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 960px) {
    .celebration-boxes {
        grid-template-columns: 1fr;
    }

    .celebration-box-1, 
    .celebration-box-2 {
        padding: 20px;
    }
}

/* Party Highlights
---------------- */
section.party-highlights {
    padding: 80px 0;
    background: linear-gradient(134deg, #020203 0.53%, #36113C 100%);
}

section.party-highlights h2 {
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

section.party-highlights p {
    color: var(--white);
}

.party-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.party-image {
    height: 380px;
}

section.party-highlights h3 {
    background: linear-gradient(92deg, #988245 0%, #F7EED4 15.74%, #E5C66F 31.48%, #FCF9F1 49.19%, #E5C66F 66.9%, #F7EED4 82.64%, #988245 98.38%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    letter-spacing: 4.27px;
    text-transform: uppercase;
    margin: 0;
}

.party-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 80px;
    padding: 40px 0;
}

.party-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

@media (max-width: 1080px) {
    .party-gallery,
    .party-boxes {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 650px) {
    .party-gallery,
    .party-boxes {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
/* Who we are CTA
---------------- */
section#we-are-cta {
    padding: 80px 0;
    background: linear-gradient(92deg, #988245 0%, #F7EED4 15.74%, #E5C66F 31.48%, #FCF9F1 49.19%, #E5C66F 66.9%, #F7EED4 82.64%, #988245 98.38%);
}

section#we-are-cta .wrap {
    max-width: 800px;
    text-align: center;
}

section#we-are-cta .wrap .we-are-cta-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 0;
}

.we-are-cta-content h2 {
    letter-spacing: 4.27px;
    text-transform: uppercase;
    margin: 0;
}

@media (max-width: 650px) {
    section#we-are-cta .wrap .we-are-cta-content {
        gap: 5px;
    }
}

/* Testimonial
--------------------- */

/* Testimonial Section 
----------------------*/

section#testimonial-section {
    padding: 60px 0;
    position: relative;
}

section#testimonial-section img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    object-fit: cover;
}

section#testimonial-section .wrap {
    z-index: 1;
    border-radius: 7px;
    padding: 20px 40px;
    max-width: calc(90vw - 80px);
}

section#testimonial-section:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: radial-gradient(98.6% 43.8% at 56.2% 50.04%, rgba(0, 0, 0, 0.43) 16.5%, #000 100%), transparent 50% / cover no-repeat;
    z-index: -1;
}

section#testimonial-section h2 {
    background: linear-gradient(92deg, #988245 0%, #F7EED4 15.74%, #E5C66F 31.48%, #FCF9F1 49.19%, #E5C66F 66.9%, #F7EED4 82.64%, #988245 98.38%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 4.27px;
    margin-bottom: 40px;
    font-size: clamp(32px, 6vw, 64px);
    line-height: clamp(32px, 6vw, 64px);
    text-transform: uppercase;
}
section#testimonial-section h3 {
    background: linear-gradient(92deg, #988245 0%, #F7EED4 15.74%, #E5C66F 31.48%, #FCF9F1 49.19%, #E5C66F 66.9%, #F7EED4 82.64%, #988245 98.38%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2.52px;
    text-align: end;
    text-transform: uppercase;
}

@media (max-width: 650px) {
    section.testimonial {
        padding: 60px 0;
    }
}

/* Form section 
----------------*/

section.form {
    background: linear-gradient(95deg, #71182C -36.29%, #020203 48.26%);
    padding: 80px 0;
    color: var(--white);
}

section.form .form-content h2 {
    font-size: 61px;
    text-transform: uppercase;
    letter-spacing: 4.27px;
    line-height: 60px;
    font-weight: 500;
    margin: 0;
}

section.form .wrap {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 50px;
}

.gform_heading {
    display: none!important;
}

div#gform_wrapper_1 input {
    background: transparent;
    border: solid 2px #FE8BA4;
    border-radius: 7px;
    padding: 16px 24px;
    height: fit-content;
    line-height: 1;
    color: var(--white);
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
}

div#gform_fields_1 {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.form-sign-up {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

div#gform_wrapper_1 input::placeholder {
    color: #A0A1A5;
    font-family: 'Figtree',sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.gform_footer.top_label input {
    border: solid 2px #FE3D67;
    padding: 8px 16px;
}

div#gform_wrapper_1 input#gform_submit_button_1 {
    border: solid 2px #FE3D67;
    padding: 8px 16px;
    font-family: 'Afacad', sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    transition: ease 0.6s;
    margin-left: auto;
    display: flex;
    width: fit-content;
    margin-top: 20px;
    cursor: pointer;
}

div#gform_wrapper_1 input#gform_submit_button_1:hover {
    background: #FE3D67;
}

label.gfield_label.gform-field-label {
    display: none;
    pointer-events: none;
    visibility: hidden;
}

div#field_1_4 {
    display: none;
    pointer-events: none;
    visibility: hidden;
}

.ginput_container.ginput_container_email input {
    width: calc(100% - 48px);
}

fieldset#field_1_1 {
    border: none;
    padding: 0;
    margin: 0;
}

legend.gfield_label.gform-field-label.gfield_label_before_complex {
    display: none;
    pointer-events: none;
    visibility: hidden;
}

div#input_1_1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

div#gform_1_validation_container h2 {
    color: #c02b0a;
    font-size: 20px;
    border: none;
    line-height: 1;
}

span.gform-icon.gform-icon--close {
    display: none;
}

div#gform_1_validation_container {
    overflow: hidden;
    border: none;
}

div#validation_message_1_3 {
    color: #c02b0a;
    margin-top: 10px;
    font-size: 14px;
}

div#gform_wrapper_1 input:focus-visible {
    outline: none;
    border: solid 2px #872B95;
}

div#gform_wrapper_1 input {
    transition: ease 0.4s;
}

div#gform_1_validation_container:focus-visible {
    outline: none;
}

label.gform-field-label {
    display: none;
}

@media (max-width: 980px) {
    section.form .wrap {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 550px) {
    div#input_1_1 {
        grid-template-columns: 1fr;
    }

    .gform_footer.top_label {
        grid-template-columns: 1fr;
        text-align: center;
    }
}