:root {
    --wedding-site-step: 1;
}

body {
    overflow-x: hidden;
}
.page-content {
    margin-top: 0;
}

.wedding-site-head-container {
    background: linear-gradient(196deg, rgba(255, 243, 250, 0.50) 13.88%, rgba(255, 227, 227, 0.50) 48.23%, rgba(197, 222, 224, 0.50) 68.03%, rgba(214, 232, 232, 0.50) 87.82%), #FFF;
    display: flex;
    padding: 0;
    margin: 0;
}

.wedding-site-head-container .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.wedding-site-head-left {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 170px 60px 0 140px;
}

.wedding-site-success-left {
    background: transparent;
    align-items: center;
    justify-content: flex-start;
}

.wedding-site-head-title {
    margin-top: 170px;
    color: #031242;
}

.wedding-site-head-desc {
    color: #031242;
    font-family: Switzer;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    opacity: 0.8;
}

.wedding-site-success-left .wedding-site-head-logo {
    margin-bottom: 100px;
}

.wedding-site-steps {
    display: none;
    width: 100%;
    height: 5px;
    flex-shrink: 0;
    border-radius: 100px;
    background: rgba(0, 150, 247, 0.20);
    margin: -140px 0 140px;
}

.wedding-site-step-active {
    border-radius: 100px;
    background: #0096F7;
    height: 5px;
    width: calc(var(--wedding-site-step) * 100% / 3);
}

.wedding-site-head-logo img {
    height: 54px;
}

.wedding-site-success-title {
    color: #031242;
    text-align: center;
    font-family: Swansea;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.45px;
}

.wedding-site-head-search-input {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    height: 72px;
}

.wedding-site-head-search-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    color: #75CF87;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 46px;
}

.wedding-site-head-search-icon2 {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    color: #031242;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.32px;
    opacity: 0.4;
}

.wedding-site-head-search-input-button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    border-radius: 60px;
    background: #0096F7;
    color: #FFF;
    font-family: Switzer;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
}

.wedding-site-head-search-input input {
    width: 100%;
    display: flex;
    height: 72px;
    padding: 19px 23px 13px;
    align-items: center;
    gap: 23px;
    align-self: stretch;
    border-radius: 50px;
    border: 2px solid transparent;
    text-indent: 30px;
    color: #031242;
    font-family: Swansea;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.32px;
    outline: none;
    background: linear-gradient(white, white) padding-box,
    linear-gradient(180deg, #FFE3E3 0%, #C5DEE0 100%) border-box;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    transition: all 0.3s ease;
}

.wedding-site-head-search-input input::placeholder {
    color: #031242;
    font-family: Swansea;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -0.32px;
    opacity: 0.4;
}

.search-result-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.search-result-available {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 100px;
    background: linear-gradient(0deg, rgba(205, 237, 212, 0.40) 0%, rgba(205, 237, 212, 0.40) 100%), #FFF;
}

.search-result-available-content {
    color: #031242;
    font-family: Switzer;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-result-available-icon {
    color: #75CF87;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -0.24px;
    margin-right: 12px;
}

.search-result-available-desc {
    text-transform: uppercase;
    display: flex;
    padding: 0px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: rgba(117, 207, 135, 0.20);
    margin-left: 20px;
    color: #4AA35C;
    font-family: Switzer;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.12px;
}

.search-result-available-button {
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    border-radius: 60px;
    background: #031242;
    color: #FFF;
    font-family: Switzer;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
}

.search-result-unavailable {
    width: 100%;
    display: flex;
    height: 64px;
    padding: 10px 20px;
    justify-content: start;
    gap: 20px;
    align-items: center;
    border-radius: 100px;
    background: rgba(3, 18, 66, 0.05);
    color: #031242;
    font-family: Switzer;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.18px;
}

.search-result-unavailable-icon {
    width: 18px;
    flex-shrink: 0;
    color: rgba(3, 18, 66, 0.40);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -0.24px;
    margin-right: -5px;
}

.search-result-unavailable-desc {
    text-transform: uppercase;
    display: flex;
    padding: 0px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: rgba(3, 18, 66, 0.10);
    color: rgba(3, 18, 66, 0.60);
    font-family: Switzer;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.12px;
}

.search-result-suggestion-item {

}


.wedding-site-head-search-buttons {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 30px 0;
    gap: 30px;
    flex-wrap: wrap;
}

.wedding-site-head-success-buttons {
    flex-direction: column;
}

.wedding-site-head-search-button-continue {
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    background: #031242;
    color: #FFF;
    font-family: Switzer;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
}

.wedding-site-plan-button a,
.wedding-site-head-search-button-continue a {
    color: #FFF;
    text-decoration: none;
}

.wedding-site-head-search-button-search-new {
    color: #0096F7;
    font-family: Switzer;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.wedding-site-head-search-button-search-new a {
    color: #0096F7;
    text-decoration: none;
}

.wedding-site-head-right {
    position: relative;
    min-height: 100vh;
    height: 100%;
}

.wedding-site-head-right iframe {
    object-fit: cover;
    width: 200%;
    min-height: 100vh;
    height: calc(200% - 60px);
    padding: 67px 60px 0 60px;
    border: none;
    top: 0;
    border-radius: 10px;
    left: 0;
    position: absolute;
    transform-origin: 30px 60px;
    transform: scale(0.5);
}

.wedding-site-website-container {
    display: flex;
    border-radius: 8px;
    background: linear-gradient(180deg, #FFF9FC 0%, #FFF 100%);
}

.wedding-site-website-container .container {
    width: 100%;
    display: flex;
    padding-top: 75px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 33px;
}

.wedding-site-website-left {
    padding-right: 30px;
}

.wedding-site-website-left img {
    width: 100%;
}


.wedding-site-website-right {
    padding-left: 80px;
    margin-top: 76px;
}

.wedding-site-website-title {
    color: #031242;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.32px;
}

.wedding-site-website-title svg {
    width: 104px;
    height: 27px;
}

.wedding-site-website-desc {
    color: #031242;
    font-family: Switzer;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 12px;
}

.wedding-site-website-item {
    margin-top: 24px;
    display: flex;
    justify-content: flex-start;
}

.wedding-site-website-item-icon {
    width: 39px;
    height: 39px;
    margin-right: 20px;
}

.wedding-site-website-item-title {
    color: #031242;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.2px;
}

.wedding-site-website-item-desc {
    color: #031242;
    font-family: Switzer;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 9px;
    opacity: 0.8;
}

.wedding-site-plan-container {
    background: #FFF;
    position: relative;
}

.wedding-site-plan-left-circle {
    position: absolute;
    left: -30px;
    width: 610px;
    height: 610px;
    transform: rotate(-24.412deg);
    flex-shrink: 0;
    border-radius: 610px;
    background: linear-gradient(180deg, rgba(219, 137, 255, 0.20) 0%, rgba(255, 255, 255, 0.00) 18.46%);
}

.wedding-site-plan-right-circle {
    position: absolute;
    right: -30px;
    width: 792px;
    height: 792px;
    transform: rotate(22.762deg);
    flex-shrink: 0;
    border-radius: 792px;
    background: linear-gradient(171deg, rgba(0, 150, 247, 0.30) 6.98%, rgba(121, 162, 251, 0.13) 16.97%, rgba(255, 255, 255, 0.00) 28%);
}

.wedding-site-plan-container .container {
    display: flex;
    padding: 24px 42px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.wedding-site-plan-title {
    color: #031242;
    text-align: center;
    font-family: Swansea;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.32px;
}

.wedding-site-plan-title span {
    background: linear-gradient(90deg, #DB89FF 0%, #0096F7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wedding-site-plan-desc {
    color: #031242;
    text-align: center;
    font-family: Switzer;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 596px;
}

.wedding-site-plan-item {

}

.wedding-site-plan-item img {
    width: 100%;
}

.wedding-site-plan-item-title {
    color: #031242;
    text-align: center;
    font-family: Switzer;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.24px;
    margin-top: 24px;
}

.wedding-site-plan-item-desc {
    color: #031242;
    text-align: center;
    font-family: Switzer;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.18px;
}

.wedding-site-plan-button {
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    background: #031242;
    color: #FFF;
    font-family: Switzer;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
}

.animation-btn i {
    position: relative;
    left: 7px;
    transition: all 0.3s;
}

.animation-btn:hover i {
    left: 14px;
}

.wedding-site-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 18, 66, 0.50);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

.wedding-site-modal-mask {
    width: 100%;
    height: 100%;
    position: absolute;
}

.wedding-site-account-info-content,
.wedding-site-modal-content {
    display: inline-flex;
    flex-direction: column;
    padding: 54px 138px 30px 138px;
    justify-content: flex-start;
    align-items: center;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 4px 6px 0px rgba(52, 68, 89, 0.10);
    max-width: 683px;
    position: relative;
    max-height: 95vh;
    overflow-y: auto;
}

.wedding-site-account-info-content {
    margin: auto;
    display: flex;
    max-width: 602px;
    padding: 29px 97px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(3, 18, 66, 0.10);
}

.wedding-site-modal-header {

}

.wedding-site-modal-header-title {
    color: #031242;
    text-align: center;
    font-family: Switzer;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.wedding-site-modal-header-desc {
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Switzer;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.wedding-site-modal-header-desc a {
    display: flex;
    padding: 5px;
    align-items: center;
    gap: 5px;
    color: #0096F7;
}

.wedding-site-modal-header-warning {
    display: flex;
    width: 407px;
    padding: 15px 20px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 3px;
    border: 1px solid #F7CC51;
    background: #FFF8DF;
    color: #9F3D00;
    font-family: Switzer;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.wedding-site-account-info-warning {
    margin-top: 20px;
}

.wedding-site-modal-errors {
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #FDE8E8;
    border: 1px solid #FEAD9A;
    border-radius: 3px;
    color: #9B1D1C;
    font-size: 14px;
    position: relative;
    margin-top: 20px;
    padding: 10px;
}

.wedding-site-modal-errors-icon {
    position: relative;
    right: 10px;
    top: 10px;
    color: #9B1D1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-right: 10px;
    cursor: pointer;
}

.wedding-site-modal-header-warning-icon {
    color: #F9AA00;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.wedding-site-modal-close-button {
    position: absolute;
    top: 30px;
    right: 30px;
    color: rgba(3, 18, 66, 0.60);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.wedding-site-modal-body {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
}

.wedding-site-input-group {
    position: relative;
}

.wedding-site-input-group select,
.wedding-site-input-group input {
    width: 100%;
    display: flex;
    height: 50px;
    padding: 16px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid #D3DBE2;
    background: #FFF;
    box-shadow: 0px 2px 1px 0px rgba(16, 24, 40, 0.00);
    color: #031242;
    font-family: Switzer;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.wedding-site-input-group .custom-select-wrap select {
    border-radius: 6px 0 0 6px;
}

.wedding-site-input-group-name {
    display: flex;
    gap: 15px;
}

.wedding-site-create-account-password-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    color: rgba(3, 18, 66, 0.70);
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.turnstile-challenge {
    display: flex;
    justify-content: center;
}

.wedding-site-create-account-checkbox-div {
    padding: 0;
    display: flex;
    align-items: baseline;
    flex-direction: row;
    gap: 10px;
}

.wedding-site-create-account-checkbox {
    display: none;
}

.wedding-site-create-account-checkbox + label {
    background-color: #FFF;
    border: 1px solid #C1CACA;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    margin-bottom: 0px;
    top: 5px;
    cursor: pointer;
}

.wedding-site-create-account-checkbox:checked + label {
    background-color: #0096f7;
    border-color: #009DDC;
}

.wedding-site-create-account-checkbox:checked + label:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 8px;
    top: 3px;
    left: 2px;
    border: 3px solid #FFFFFF;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.wedding-site-create-account-checkbox-label {
    color: #000;
    font-family: Switzer;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.wedding-site-create-account-submit {
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    align-self: stretch;
    border-radius: 60px;
    background: #031242;
    color: #EBF3FF;
    font-family: Switzer;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
}

.wedding-site-create-account-submit .disabled {
    background: #D3DBE2;
    color: #A1A9B0;
    cursor: not-allowed;
}

.wedding-site-modal-email-verification-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wedding-site-email-verification-title {
    color: #031242;
    text-align: center;
    font-family: Switzer;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.wedding-site-email-verification-icon {
    color: #0096F7;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-right: 10px;
}

.wedding-site-email-verification-desc {
    color: #001345;
    text-align: center;
    font-family: Switzer;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 10px 0 20px 0;
}

.wedding-site-email-verification-desc b {
    color: #001345;
    font-family: Switzer;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 0 10px;
}

.wedding-site-email-verification-desc b {
    font-weight: 600;
}

.wedding-site-input-group-desc {
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Switzer;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.wedding-site-input-group-desc button {
    background: none;
    border: none;
    color: #0096F7;
    font-family: Switzer;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 5px;
    cursor: pointer;
}

.wedding-site-input-group-desc button:disabled {
    color: #95a5a6;
    cursor: not-allowed;
}

.wedding-site-email-verification-button {
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    align-self: stretch;
    border-radius: 60px;
    background: #031242;
    margin: 30px 0 20px 0;
    color: #EBF3FF;
    font-family: Switzer;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
}

.wedding-site-email-skip-button {
    color: #0096F7;
    font-family: Switzer;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    cursor: pointer;
}

.wedding-site-button-loading {
    pointer-events: none;
    background: #cccccc;
    padding-right: 40px;
    position: relative;
}

.wedding-site-button-loading::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border: 2px solid transparent;
    border-top-color: #0096F7;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

.wedding-site-head-search-input .wedding-site-button-loading {
    position: absolute;
}

/* toast */
.toast-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 999999999999;
    transition: transform 0.4s ease;
    transform: translateY(-100%);
}

.wedding-site-toast {
    background: white;
    border-radius: 0 0 8px 8px;
    padding: 18px 30px;
    box-shadow: 0 1px 1px rgba(255, 102, 178, 0.3);
    display: flex;
    align-items: center;
    min-width: 320px;
    border-top: 4px solid #ff66b2;
}

.wedding-site-toast-icon {
    margin-right: 15px;
    color: #ff66b2;
    font-size: 22px;
}

.toast-message {
    font-size: 16px;
    color: #333;
    flex-grow: 1;
    text-align: left;
}

.toast-close {
    background: none;
    border: none;
    cursor: pointer;
    color: #999;
    font-size: 18px;
    margin-left: 15px;
    transition: color 0.2s;
}

.toast-close:hover {
    color: #ff66b2;
}

.toast-container.toast-show {
    transform: translateY(0);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 1441px) {
    .wedding-site-website-container .container {
        width: 1440px;
    }
}

@media (max-width: 1480px) {
    .search-result-available-button {
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .wedding-site-website-container .container {
        width: 100%;
    }

    .wedding-site-head-left {
        padding: 30px;
    }

    .wedding-site-head-title {
        margin-top: 50px;
    }

    .wedding-site-website-right {
        padding: 0 30px;
    }

    .wedding-site-plan-left-circle {
        top: 0;
        left: -50%;
    }

    .wedding-site-plan-right-circle {
        bottom: 0;
        right: -50%;
    }

    .wedding-site-account-info-content {
        max-width: 100%;
        padding: 5px;
        margin: 0;
    }

    .wedding-site-head-container .row {
        margin: 0px;
    }

    .wedding-site-head-right {
        position: relative;
        min-height: 60vh;
        height: 60%;
    }

    .wedding-site-head-right iframe {
        padding: 30px 15px 0 15px;
        border: none;
        border-radius: 10px;
        min-height: 10VH;
        height: 224%;
        width: 300%;
        transform: scale(0.3);
        transform-origin: 30px 15px;
    }

    .search-result-available-button {
        margin-top: 0px;
    }
}

@media (max-height: 768px) {
    .wedding-site-head-title {
        margin-top: 30px;
    }
}

.wedding-site-waiting-content {
    text-align: center;
    padding: 15px;
    color: #031242;
    font-family: Switzer;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 9px;
    opacity: 0.8;
}

.wedding-site-loading-spinner {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #4299e1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin: 0 auto 15px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*pearl landing page*/
.new-navbar-default {
    border-bottom: 1px solid rgba(3, 18, 66, 0.20);
}

.pearl-landing-head-top {
    height: 82px;
    width: 100%;
    background-color: #FFFFFF;
}

.pearl-landing-head-container {
    padding: 0;
    background-image: url("../img/landing-background1.webp");
    background-repeat: no-repeat;
    background-size: cover;
}

.pearl-landing-head-container .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
}

.pearl-landing-head-left {
    padding: 200px 100px 200px 180px;
}

.pearl-landing-head-right {
    text-align: right;
    padding: 70px 0px 112px 70px;
}

.pearl-landing-head-left-title {
    line-height: 60px;
    margin-top: 100px;
    color: #031242;
    max-width: 510px;
}

.pearl-landing-head-left-title span {
    background: linear-gradient(90deg, #DB89FF 0%, #0096F7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pearl-landing-head-left-desc {
    color: #031242;
    font-family: Switzer;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    opacity: 0.8;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 544px;
}

.pearl-landing-head-button {
    max-width: 300px;
    height: 62px;
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    background: #031242;
    color: #FFF;
    font-family: Switzer;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
}

.pearl-landing-head-button a {
    color: #FFF;
    font-family: Switzer;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.pearl-landing-head-button a:hover {
    color: #FFF;
}

.wedding-site-pearl-promotion-container {
    padding: 82px 82px 106px 82px;
    background-image: url("../img/landing-background2.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.wedding-site-pearl-promotion-container-content {
    max-width: 1440px;
    margin: auto;
}

.wedding-site-pearl-promotion-title {
    color: #031242;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 12px;
    text-transform: none;
}

.wedding-site-pearl-promotion-desc {
    color: #031242;
    text-align: center;
    font-family: Switzer;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;

}

.wedding-site-pearl-promotion-content .wedding-site-pearl-promotion-desc {
    text-align: left;
    padding-bottom: 30px;
}

.wedding-site-pearl-promotion-content {
    display: flex;
    justify-content: center;
}

.wedding-site-pearl-promotion-content-row {
    margin-top: 60px;
    margin-bottom: 24px;
}

.wedding-site-pearl-promotion-content-text {
    margin-left: 20px;
    max-width: 319px;
}

.wedding-site-pearl-promotion-content-title {
    color: #031242;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 9px;
}

.wedding-site-pearl-promotion-desc-row {
    max-width: 730px;
    margin: auto;
}

.wedding-site-pearl-promotion-content img {
    height: fit-content;
}

.wedding-site-pearl-marketing-container {
    background-image: url("../img/landing-background3.webp");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 32px;
    padding-top: 66px;
    padding-bottom: 78px;
}

.wedding-site-pearl-promotion-title span {
    background: linear-gradient(90deg, #DB89FF 0%, #0096F7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pearl-landing-section-button {
    max-width: 388px;
    height: 44px;
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    background: #031242;
    cursor: pointer;
    margin: 60px auto 0 auto;
    color: #FFF;
    font-family: Switzer;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.pearl-landing-section-button i {
    margin-left: 30px;
}

.wedding-site-pearl-marketing-container-row {
    margin-top: 60px;
    margin-bottom: 48px;
}

.wedding-site-pearl-marketing-content-title {
    color: #031242;
    text-align: center;
    font-family: Switzer;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    max-width: 400px;
    margin: 0 auto 8px auto;
}

.wedding-site-pearl-marketing-content-desc {
    color: #031242;
    text-align: center;
    font-family: Switzer;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    max-width: 400px;
    margin: auto;
}

.wedding-site-pearl-marketing-desc-row {
    max-width: 720px;
    margin: auto;
}

.wedding-site-pearl-marketing-desc {
    color: #031242;
    text-align: center;
    font-family: Switzer;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.wedding-site-pearl-marketing-content {
    text-align: center;
}

.wedding-site-pearl-marketing-content img {
    margin-bottom: 24px;
    width: 100%;
}

.wedding-site-pearl-marketing-content-title-icon {
    text-align: center;
}

.pearl-landing-head-right img {
    width: 100%;
}

.wedding-site-pearl-promotion-container .swansea-h3,
.wedding-site-pearl-marketing-container .swansea-h3 {
    margin: auto;
    text-transform: none;
}

@media (max-width: 768px) {
    .new-navbar-default {
        border-bottom: none;
    }

    .pearl-landing-head-top {
        height: 90px;
    }

    .pearl-landing-head-left {
        padding: 0;
        text-align: center;
        padding: 63px 20px 68px 20px;
    }

    .pearl-landing-head-left-title {
        margin-top: 60px;
    }

    .pearl-landing-head-right {
        padding: 0 0 60px 0;
    }

    .pearl-landing-head-button {
        margin: auto;
    }

    .wedding-site-pearl-promotion-container {
        padding: 102px 10px 72px 10px;
        background-size: revert;
    }

    .wedding-site-pearl-promotion-title {
        max-width: 360px;
        float: none;
        margin: 0 auto 12px auto;
    }

    .wedding-site-pearl-promotion-desc {
        max-width: 360px;
        padding: 0;
    }

    .wedding-site-pearl-marketing-container {
        margin-top: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .wedding-site-pearl-marketing-content-title,
    .wedding-site-pearl-marketing-content-desc {
        max-width: none;
    }

    .wedding-site-pearl-marketing-content {
        margin-bottom: 48px;
    }

    .pearl-landing-section-button {
        text-align: center;
        height: auto;
        margin: 0 auto;
    }

    .wedding-site-pearl-marketing-container-row {
        margin-bottom: 0;
    }
}
