@font-face {
    font-family: "christmas_ball";
    src: url("../fonts/Storyboo.TTF") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Museo";
    src: url("../fonts/Museo300-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
.form-section h2{
    font-family: 'christmas_ball', sans-serif !important;
}
.container-main {
    /* height: 100vh; */
    /* padding: 20px; */
    max-width: 725px;
    background: #c4fdff;
    margin: auto;
    box-shadow: -1px -2px 20px 1px #a9a9a9;
    border-radius: 20px;
    /* padding-bottom: 10px; */
}

body {
    background-color: rgb(250, 215, 255) !important;
    padding: 10px !important;
}

.container-main .logo {
    text-align: center;
    padding-bottom: 70px;
}

.container-main .logo img {
    text-align: center;
    height: 100px;
}

.form-section .gender-selection {
    height: 177px;
    margin-top: 20px;
    width: 240px;
    background: black;
    border-radius: 25px;
    display: grid;
    justify-items: center;
    align-items: end;
    position: relative;
}

.form-section .gender-selection .gender-img {
    position: absolute;
    height: 231px;
    top: -140px;
}

.form-section .gender-selection.prince {
    background-image: linear-gradient(70deg, #17316b, #1176bd);
}

.form-section .gender-selection.princess {
    background-image: linear-gradient(70deg, #E91E63, #fe82ac);
}

.form-section .gender-selection h4 {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}

.form-section .gender-selection label {
    padding-bottom: 20px;
    color: #fff;
}

.form-section .gender-selection img {
    position: absolute;
    height: 200px;
    /* left: -25px; */
    /* justify-self: normal; */
    top: 20px;
}

.container-main .content-section {
    /* height: 60vh; */
    display: grid;
    margin-top: -55px;
    background-image: url(../images/events/main.png);
    background-position: top;
    background-size: 100%;
    padding: 90px 25px 60px;
    margin: -34px 10px 10px 2px;
    border-radius: 0 0 25px 25px;
    justify-items: center;
}

.content-section h2 {
    color: red;
}


.bounce-arrow {
    font-size: 40px;
    color: #000000;
    animation: bounce2 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);

    display: block;
    margin: auto;
    margin-bottom: 10px;
}

@keyframes bounce2 {
    50% {
        transform: translateY(-15px);
    }
}

.arrow-img {
    width: 100px;
    animation: bounce2 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.content-section .text-container {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 25px;
    margin-top: 40px;
    border-radius: 20px;
    border: 1px solid #E91E63;
}

.content-section .text-container p {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}

/* Smooth fade-out animation */
.fade-out {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Smooth scale/shine effect on click */
.gender-selection {
    cursor: pointer;
    /* transition: transform 0.3s ease; */
}

.gender-selection.selected {
    background-image: none !important;
    background-color: transparent;
}

.gender-selection.selected .gender-img {
    position: absolute;
    height: 252px;
    /* top: 170px; */
    z-index: 1;
}

.gender-selection.selected h4.pb-4 {
    display: none;
}

section:not(.selected) {
    display: none;
}

.container-main {
    transition: background-color 0.5s ease;
}

/* Blue theme for Prince */
.container-main.blue-theme {
    background-color: #295699 !important;
    /* bootstrap blue */
    color: #fff;
    background-image: linear-gradient(2deg, #17316b, #5ebafb);
}

/* Pink theme for Princess */
.container-main.pink-theme {
    background-color: #ff6fb3 !important;
    color: #fff;
    background-image: linear-gradient(354deg, #E91E63, #fe82ac);
}

.main-form-section,
.parent-form-section {
    margin: 20px !important;
    /* height: 53vh; */
    display: none;
    background-position: center;
    background-size: 100% auto;
    border-radius: 0 0 25px 25px;
    padding: 70px 40px 10px 40px;
    background-size: 97%100%;
    /* Stretches to fill the entire viewport */
    background-position: center;
    background-repeat: no-repeat;
}

.input-group input,
.input-group textarea {
    padding-left: 15px !important;
    border-radius: 2.25rem !important;
}

.single-input {
    margin-bottom: 5px !important;

}

.form-btn-main {
    width: 70px !important;
    height: 70px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 1px 1px 14px 3px #d5d5d5;
    /* justify-self: center; */
    /* position: absolute; */
    /* bottom: 5%; */
    /* left: 0; */
    /* right: 0; */
    font-size: 20px;
    color: darkblue;
    margin-top: 15px;
}

.pay-btn.check-btn-main {
    background: #e91e63;
}

.main-form-section {
    display: none;
    /* opacity: 0;
    transition: opacity 0.6s ease; */
}

/* Fade animations */
.fade-out {
    opacity: 0;
    transition: 0.5s ease;
}

.fade-in {
    opacity: 1;
    transition: 0.5s ease;
}

/* Hide steps initially */
.step {
    display: none;
    opacity: 0;
}

/* Show step */
.step.active {
    display: block;
    margin-top: -40px !important;
    opacity: 1;
    top: -95px;
    z-index: revert-layer;
    position: relative;
}



/* Back button */
.back-btn {
    /* border: none; */
    /* background: #00000055; */
    /* color: white; */
    /* padding: 10px 20px; */
    /* border-radius: 50px; */
    /* margin-top: 20px; */
    /* cursor: pointer; */
}

.wrapper {
    display: inline-flex;
    /* background: #fff; */
    /* height: 42px; */
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
    /* padding: 20px 15px; */
    /* box-shadow: 5px 5px 30px rgba(0,0,0,0.2); */
}

.wrapper .option {
    background: #fff;
    /* height: 100%; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 10px;
    border-radius: 5px;
    cursor: pointer;
    padding: 8px 10px;
    border: 2px solid lightgrey;
    transition: all 0.3s ease;
}

.wrapper .option .dot {
    height: 20px;
    width: 20px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
}

.wrapper .option .dot::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #6d3690;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
}

input[type="radio"] {
    display: none;
}

#option-1:checked:checked~.option-1,
#option-2:checked:checked~.option-2,
#option-3:checked:checked~.option-3 {
    border-color: #6d3690;
    background: #6d3690;
}

#option-1:checked:checked~.option-1 .dot,
#option-2:checked:checked~.option-2 .dot,
#option-3:checked:checked~.option-3 .dot {
    background: #fff;
}

#option-1:checked:checked~.option-1 .dot::before,
#option-2:checked:checked~.option-2 .dot::before,
#option-3:checked:checked~.option-3 .dot::before {
    opacity: 1;
    transform: scale(1);
}

.wrapper .option span {
    /* font-size: 20px; */
    color: #808080;
}

#option-1:checked:checked~.option-1 span,
#option-2:checked:checked~.option-2 span,
#option-3:checked:checked~.option-3 span {
    color: #fff;
}

.btn-wrapper {
    position: relative;
    /* bottom: 5%; */
    /* left: 0; */
    /* right: 0; */
    justify-content: center;
    gap: 20px;
}

.container-main .confirm-section {
    /* height: 68vh; */
    padding: 24px 31px;
    border-radius: 0 0 25px 25px;
}

.accordion-container {
    width: 100%;
    margin-top: 0;
}

.accordion-item {
    border: 1px solid #ddd;
    /* border-radius: 6px; */
    /* margin-bottom: 10px; */
    /* overflow: hidden; */
    background-position: top;
    background-repeat: no-repeat;
    /* background-size: 104%; */
    background-size: 106%100%;
    /* Stretches to fill the entire viewport */
    background-position: center;
    background-repeat: no-repeat;
    padding: 55px 41px 5px;
}

.accordion-header {
    text-align: center;
    width: 100%;
    line-height: 2rem;
    color: #fff;
    padding: 26px;
    /* text-align: left; */
    font-size: 28px;
    background: #e91e63;
    border: none;
    outline: none;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
}

.accordion-body {
    display: none;
    /* padding: 15px; */
    /* background: #fff; */
    font-size: 15px;
    /* height: 196px; */
    padding: 25px !important;
    /* bottom: -4px; */
    position: relative;
}

.accordion-item.active .accordion-header {
    /* background: #eaeaea; */
}

.nm-control-label::before {
    border: 1px solid #e91e1e;
}

.accordian-ul {
    padding: 22px;
    background: #efd5ff;
    border-radius: 20px;
    width: 85%;
    font-size: 18px;
    justify-self: center;
}

.pay-btn {
    width: 150px;
    height: 50px;
    background: #000000;
    border: none;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

@media only screen and (max-width: 600px) {
    .wrapper .option {
        background: #fff;
        /* height: 100%; */
        width: 100%;
        display: flex;
        margin: 0 10px;
        border-radius: 5px;
        cursor: pointer;
        padding: 8px 10px;
        border: 2px solid lightgrey;
        transition: all 0.3s ease;
        gap: 20px;
        align-items: center;
        justify-content: flex-start;
    }

    .wrapper {
        display: inline-flex;
        /* background: #fff; */
        /* height: 42px; */
        width: 100%;
        justify-content: space-evenly;
        border-radius: 5px;
        /* padding: 20px 15px; */
        /* box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2); */
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .accordian-ul {
        padding: 22px;
        background: #efd5ff;
        border-radius: 20px;
        width: 100%;
        font-size: 18px;
        justify-self: center;
    }

    .accordion-item {
        padding: 30px 14px 5px;
    }
    input, textarea {
    padding: 4px 20px!important;
    }
    .main-form-section, .parent-form-section {
    margin: 0px !important;
    }
.container-main .logo {
    text-align: center;
    padding-bottom: 75px;
}
.form-section .gender-selection .gender-img {
    position: absolute;
    height: 231px;
    width: auto;
    /* top: 350px; */
    left: auto;
    transform: translateZ(0);
}
}

.nm-control-label::before {

    border: 1px solid #7932c8 !important;
}
