﻿/* -------------------------------------------------------------------------------------- ROOT */

:root {
    --black-color: #010101;
    --white-color: #ffffff;
    --purple-color: #8c54a0;
    --purple-color-100: #81247b;
    --purple-color-200: #61115c;
    --pink-color: #F68E91;
    --blue-color: #80D6F7;
    --yellow-color: #FFF880;
    --yellow-color-100: #ffff00;
}

html {
    scroll-behavior: smooth;
}

body .content {
    /*font-family: 'Nunito', Helvetica, Arial, Lucida, sans-serif !important;*/
    max-width: 70%;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

ul li {
    list-style: none;
}

.row {
    margin: 0 !important;
}

body .scroll-to-top {
    background: var(--purple-color);
    font-size: 30px;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    padding: 15px;
    position: fixed;
    right: 20px;
    bottom: 60px;
    z-index: 50000;
    height: 50px;
    width: 50px;
    line-height: 0px;
    border: none;
    cursor: pointer;
    display: none;
    box-shadow: 0px 12px 58px -6px #f1d321;
}

    body .scroll-to-top:hover {
        background: var(--purple-color-200);
        box-shadow: none;
    }

    body .scroll-to-top i {
        margin-top: -5px;
    }

body .mobileMenu {
    display: none;
}

body .error-message {
    border: 1px solid #ff9595;
    color: #ff4545;
    margin-top: 2px;
    padding: 0 5px;
    border-radius: 3px;
    background-color: #ffebef;
    width: 100%;
}

/* ------------------------------------------------------------------------------------------------------------- HEADER */
header {
    background-color: var(--purple-color);
    z-index: 10;
    box-shadow: 0px 12px 18px -6px rgba(129, 36, 123, 0.59);
    -webkit-backdrop-filter: blur(10px);
}


    header .topMenu {
        width: 100%;
        height: 40px;
        border-bottom: 1px solid var(--yellow-color);
    }

        header .topMenu .content {
            display: flex;
            justify-content: space-between;
            line-height: 40px;
        }



            /* Style for icons */
            header .topMenu .content div:first-child a i {
                font-size: 18px;
                margin-right: 10px;
            }

            header .topMenu .content div:first-child a i {
                font-size: 18px;
                margin-right: 10px;
            }

            header .topMenu .content a {
                font-size: 14px;
                font-weight: 600;
                padding: 0 5px;
                position: relative;
                display: inline-block;
                color: var(--white-color);
            }

                header .topMenu .content a::after {
                    position: absolute;
                    content: '';
                    left: 50%;
                    top: 30px;
                    width: 0;
                    height: 0;
                    border-radius: 50%;
                    background-color: var(--yellow-color);
                    transition: all 0.3s ease-in-out;
                    transform: translateX(-50%);
                    opacity: 0;
                }

                header .topMenu .content a:hover::after {
                    width: 4px;
                    height: 4px;
                    opacity: 1;
                    box-shadow: 10px 0 0 0 #fff880, -10px 0 0 0 #fff880;
                }


            header .topMenu .content div:last-child {
                display: flex;
            }

                header .topMenu .content div:last-child div {
                    position: relative;
                    height: 200px;
                    z-index: 10000;
                }

                    header .topMenu .content div:last-child div ul {
                        opacity: 0;
                        transition: opacity 0.4s ease;
                        position: absolute;
                        left: 0;
                        right: 0;
                        height: 130px;
                        margin: 0;
                        padding: 0;
                        border-radius: 0 0 8px 8px;
                        background-color: var(--purple-color-100);
                        border-radius: 0 0 8px 8px;
                        box-shadow: 0px 12px 18px -6px rgba(129, 36, 123, 0.59);
                        z-index: 10000;
                    }

                        header .topMenu .content div:last-child div:hover ul,
                        header .topMenu .content div:last-child div ul:hover {
                            opacity: 1;
                        }

                        header .topMenu .content div:last-child div ul li a {
                            color: var(--white-color);
                            transition: 0.4s all;
                        }

                            header .topMenu .content div:last-child div ul li a:hover {
                                color: var(--yellow-color);
                            }


                            header .topMenu .content div:last-child div ul li a::after {
                                display: none;
                            }

    header nav .content {
        display: flex;
        justify-content: space-between;
        min-height: 100px;
    }

        header nav .content div {
            display: flex;
            align-items: center;
            width: 70%;
            flex-direction: row-reverse;
        }

        header nav .content img {
            max-height: 100px;
            transition: transform 0.4s ease;
        }

            header nav .content img:hover {
                transform: scale(1.1);
            }

    header nav ul {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

        header nav ul li {
            list-style: none;
            padding: 0 5px;
        }

            header nav ul li a {
                font-size: 14px;
                font-weight: 600;
                padding: 0 5px;
                color: var(--white-color);
                transition: 0.4s all;
            }

                header nav ul li a:hover {
                    color: var(--yellow-color);
                }

                header nav ul li a i {
                    font-size: 12px;
                    margin-left: 3px;
                }

            header nav ul li:last-child {
                margin-left: 50px;
            }

                header nav ul li:last-child a {
                    color: #ffffff !important;
                    padding: 20px 40px;
                    border: 2px solid var(--yellow-color);
                    border-radius: 50px;
                    letter-spacing: 0px;
                    font-size: 14px;
                    font-family: 'Nunito', Helvetica, Arial, Lucida, sans-serif !important;
                    font-weight: 900 !important;
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-position: center top;
                    background-blend-mode: normal;
                    background-image: url(../images/button-1.webp);
                }



body header.fixTop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #ffffff99;
    backdrop-filter: blur(10px);
}

    body header.fixTop .content {
        min-height: 65px;
    }

    body header.fixTop nav ul li:last-child a {
        padding: 10px 40px;
    }


    body header.fixTop .content a {
        color: var(--purple-color-200);
    }

    body header.fixTop nav .content img {
        max-height: 65px;
    }


    body header.fixTop .topMenu .content a::after {
        position: absolute;
        content: '';
        left: 50%;
        top: 30px;
        width: 0;
        height: 0;
        border-radius: 50%;
        background-color: var(--purple-color-200);
        transition: all 0.3s ease-in-out;
        transform: translateX(-50%);
        opacity: 0;
    }

/* ------------------------------------------------------------------------------------------------------------- FOOTER */
body .footer {
    width: 100%;
    background-image: url(../images/footer-pattern.png);
    background-color: #81237A !important;
    position: relative;
}

    body .footer .content {
        z-index: 10;
        padding-top: 100px;
    }

        body .footer .content .col:last-child {
            display: flex;
        }

            body .footer .content .col:last-child > div {
                width: calc(50% - 40px);
                padding: 0 20px;
            }

        body .footer .content img {
            width: 300px;
            border-radius: 50% !important;
        }


        body .footer .content a img {
            width: 25px;
           margin: 0 5px
        }

        body .footer .content h3 {
            color: var(--yellow-color);
            letter-spacing: 2px;
            line-height: 1.7em;
            font-size: 16px;
        }

        body .footer .content p {
            font-size: 12px;
            color: white;
        }

        body .footer .content .col:last-child > div:last-child p {
            font-size: 16px;
            font-weight: 600;
        }

        body .footer .content .col:last-child > div:last-child a {
            color: var(--white-color);
            font-weight: normal;
        }


    body .footer .footer-bottom {
        background-image: url(../images/footer-wave.svg);
        height: 200px;
        background-size: 100% 100px;
        bottom: 0;
        height: 100px;
        z-index: 1;
        transform: scale(1, 1);
        position: absolute;
    }

        body .footer .footer-bottom div {
            background-color: #8c54a0;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 100px;
            height: 150px;
        }


/* ------------------------------------------------------------------------------------------------------------- HOME -  */

body .home .slider {
    height: calc(100vh - 170px);
    background-image: url(../images/Birthday-Party.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 150px 0;
    position: relative;
}

    body .home .slider .content {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    body .home .slider .curver-slider {
        background-image: url(../images/curve-slider.svg);
        height: 100px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

body .home .unforgettable {
    background-image: url(../images/bg-party.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 150px 0;
    padding-bottom: 0;
}

    body .home .unforgettable .content {
        text-align: center;
        color: var(--purple-color-100);
    }

        body .home .unforgettable .content h3 {
            font-weight: 700;
            font-size: 36px;
        }

        body .home .unforgettable .content h4 {
            font-weight: 700;
            font-size: 22px;
        }

        body .home .unforgettable .content h1 {
            font-weight: 700;
            font-size: 60px;
        }

        body .home .unforgettable .content p {
            font-size: 21px;
            font-weight: 600;
        }

    body .home .unforgettable .passthrough {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        body .home .unforgettable .passthrough > div:first-child {
            width: calc(50% - 10px);
            padding: 50px;
            flex: none;
        }

        body .home .unforgettable .passthrough > div:last-child {
            width: calc(50% - 10px);
            padding: 50px;
        }

        body .home .unforgettable .passthrough > div img {
            width: 100%;
            border-radius: 50px;
            border: 2px solid var(--purple-color);
        }

        body .home .unforgettable .passthrough > div p {
            text-align: left;
            font-size: 17px;
            font-weight: 500;
            line-height: 35px;
        }


body .home .pkg-item {
    display: flex;
    align-items: center;
    padding: 0;
}

    body .home .pkg-item .col {
        width: 50%;
    }


        body .home .pkg-item .col:first-child {
            width: calc(50% - 10px);
            padding: 50px;
            flex: none;
        }

            body .home .pkg-item .col:first-child .pkg {
                color: var(--purple-color-200);
                text-align: center;
                padding: 30px 0;
                background-color: #fafafa;
                border-radius: 30px;
            }

                body .home .pkg-item .col:first-child .pkg h2 {
                    font-weight: 800 !important;
                    text-transform: uppercase !important;
                    font-size: 30px !important;
                }


                body .home .pkg-item .col:first-child .pkg p {
                    line-height: 20px;
                    display: block;
                    font-weight: 500;
                }

                    body .home .pkg-item .col:first-child .pkg p.price {
                        background-color: #8C54A0;
                        margin: 20px 0;
                        color: white;
                        height: 100px;
                        font-size: 60px;
                        line-height: 100px;
                    }

                body .home .pkg-item .col:first-child .pkg .details {
                    margin: 20px 0;
                }

                    body .home .pkg-item .col:first-child .pkg .details p {
                        font-weight: normal;
                        color: var(--purple-color-200);
                        font-weight: 600;
                        line-height: 30px
                    }

                        body .home .pkg-item .col:first-child .pkg .details p:first-child {
                            font-size: 19px;
                            font-weight: 600;
                        }

                        body .home .pkg-item .col:first-child .pkg .details p span {
                            text-decoration: line-through;
                        }

                body .home .pkg-item .col:first-child .pkg h4 {
                    color: var(--purple-color-200);
                    font-weight: 600;
                    font-size: 18px;
                    margin: 30px 0;
                }


                body .home .pkg-item .col:first-child .pkg.pkg-pop {
                    background-color: #DEEB97;
                    box-shadow: 0px 12px 58px -6px #deeb97;
                }

                    body .home .pkg-item .col:first-child .pkg.pkg-pop p.price {
                        background-color: var(--purple-color);
                        color: #DEEB97;
                        font-weight: 700;
                    }


                body .home .pkg-item .col:first-child .pkg.pkg-start {
                    background-color: #8ed1fc;
                    box-shadow: 0px 12px 58px -6px #80D6F7;
                }

                    body .home .pkg-item .col:first-child .pkg.pkg-start p.price {
                        background-color: #ffff00;
                        color: var(--purple-color-200);
                        font-weight: 700;
                    }


                body .home .pkg-item .col:first-child .pkg.pkg-gold {
                    background-image: url(../images/goldwallcompressor.webp);
                    box-shadow: 0px 12px 58px -6px #f1d321;
                }


                    body .home .pkg-item .col:first-child .pkg.pkg-gold p.price {
                        background-color: var(--purple-color-200);
                        font-weight: 700;
                        color: #FFF880
                    }

                body .home .pkg-item .col:first-child .pkg.pkg-Addons {
                    background-color: pink;
                }

                    body .home .pkg-item .col:first-child .pkg.pkg-Addons p.price {
                        background-color: var(--purple-color-200);
                        font-weight: 700;
                        color: #FFF880
                    }

        body .home .pkg-item .col:last-child {
            width: calc(50% - 10px);
            padding: 50px;
            color: var(--purple-color);
        }


            body .home .pkg-item .col:last-child h2 {
                color: var(--purple-color-200);
                font-size: 26px;
                font-weight: 700;
                max-width: 90%;
            }

            body .home .pkg-item .col:last-child h4 {
                font-size: 22px;
                font-weight: 700;
                padding-bottom: 10px;
                line-height: 1em;
                color: var(--pink-color);
                max-width: 90%;
            }

            body .home .pkg-item .col:last-child p {
                color: var(--purple-color-200);
                padding-bottom: 1em;
                max-width: 90%;
            }

            body .home .pkg-item .col:last-child div {
                text-align: center;
            }

                body .home .pkg-item .col:last-child div a {
                    color: #ffffff !important;
                    border-width: 0px !important;
                    border-radius: 30px;
                    font-weight: 600;
                    background-color: #8C54A0;
                    font-size: 20px;
                    display: inline-block;
                    padding: 5px 30px;
                    box-shadow: 0px 12px 38px -6px rgba(140,84,160,0.5);
                    transition: color 300ms ease 0ms, background-color 300ms ease 0ms, letter-spacing 300ms ease 0ms, box-shadow 300ms ease 0ms;
                }



body .home .cancellation-policy {
    padding: 50px 0;
}

    body .home .cancellation-policy .content {
        background-color: var(--white-color);
        border-radius: 15px 15px 15px 15px;
        border: 2px solid #BED62F;
        padding: 20px 30px;
        max-width: 40%;
        box-shadow: 0px 12px 38px -6px rgba(222,235,151,0.5);
    }

        body .home .cancellation-policy .content h2 {
            font-size: 24px;
            color: var(--purple-color-200);
            font-weight: 700;
            text-align: center;
            text-decoration: underline;
        }

        body .home .cancellation-policy .content ul li {
            list-style: inside;
            color: var(--purple-color-200);
        }

        body .home .cancellation-policy .content p {
            color: var(--purple-color-200);
        }



body .home .image {
    padding: 50px 0;
}


    body .home .image img {
        width: 100%;
        border-radius: 20px;
    }



body .plans .header {
    height: calc(100vh - 170px);
    background-image: url(../images/Art-and-Crafts-Party-honey-land.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 150px 0;
    position: relative;
}

body .plans .content {
    text-align: center;
}

body .home .plans .curver-slider {
    background-image: url(../images/curve-slider.svg);
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}


body .home .plans .plan-items {
    background-image: url(../images/bg-party.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 150px 0;
    padding-bottom: 0;
    min-height: 100vh;
    color: var(--purple-color-200);
}

    body .home .plans .plan-items h2 {
        font-weight: 700;
        font-size: 45px;
        line-height: 1.3em;
        margin: 0;
    }

    body .home .plans .plan-items h3 {
        font-size: 16px;
        font-weight: 600;
        margin: 10px;
    }

    body .home .plans .plan-items p {
        font-size: 18px;
        font-weight: normal;
        margin: 10px;
    }

    body .home .plans .plan-items .items {
        display: flex;
        flex-wrap: wrap;
        margin: 50px 80px;
    }

        body .home .plans .plan-items .items .plan-item {
            width: 50%;
            padding: 20px;
        }

            body .home .plans .plan-items .items .plan-item img {
                width: calc(100% - 30px);
                margin: 0 15px;
                border-radius: 20px 20px 0 0;
            }


            body .home .plans .plan-items .items .plan-item > div {
                background-color: #8C54A0;
                border-radius: 15px 15px;
                padding: 35px 30px;
                box-shadow: 0px 12px 18px -6px rgba(129,36,123,0.5);
                color: var(--white-color);
            }

                body .home .plans .plan-items .items .plan-item > div h2 {
                    font-weight: 700;
                    font-size: 30px;
                    margin-bottom: 15px
                }

            body .home .plans .plan-items .items .plan-item a {
                color: var(--purple-color);
                background-color: var(--yellow-color);
                border-radius: 30px;
                font-weight: 700;
                font-size: 20px;
                padding: 0px 2em;
                margin: 60px 0 30px 0;
                line-height: 39px;
                display: inline-block;
                box-shadow: 0px 12px 38px -6px rgba(255,248,128,0.5);
            }

            body .home .plans .plan-items .items .plan-item h3 {
                font-size: 16px;
                font-weight: 500;
                margin: 0;
                line-height: 2em;
                text-align: justify;
            }

            body .home .plans .plan-items .items .plan-item p {
                font-size: 14px;
                color: var(--white-color);
                letter-spacing: 1px;
                line-height: 1.3em;
                text-align: justify;
                margin: 0;
                font-weight: 500;
            }

            body .home .plans .plan-items .items .plan-item ul {
                margin: 20px 0;
                padding: 0;
                text-align: left;
            }

            body .home .plans .plan-items .items .plan-item .details {
                margin: 30px 0
            }

                body .home .plans .plan-items .items .plan-item .details p {
                    text-align: center;
                    margin: 0;
                }

                    body .home .plans .plan-items .items .plan-item .details p span {
                        text-decoration: line-through;
                    }


                    body .home .plans .plan-items .items .plan-item .details p.price {
                        font-weight: 700 !important;
                        font-size: 34px !important;
                    }




/* ------------------------------------------------------------------------------------------------------------- CONTACT US */
.contactus {
    background-image: url(/images/contactus-bg.webp);
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 100px;
}

    .contactus .getintouch {
        border-radius: 10px;
        max-width: 50%;
        margin: 0 auto;
        background-color: #ffffffe6;
        padding: 30px;
        box-shadow: 0px 12px 38px -6px rgba(129, 36, 123, 0.48);
        text-align: center;
    }

        .contactus .getintouch .content {
            width: 100%;
        }

        .contactus .getintouch > .row {
            width: 100%;
            max-width: 100%;
        }

        .contactus .getintouch h2 {
            font-weight: 700;
            text-transform: uppercase;
            font-size: 35px;
            color: var(--purple-color-200);
            letter-spacing: 3px;
            line-height: 1.4em;
            text-align: center;
            width: 100%;
        }

        .contactus .getintouch p {
            font-weight: normal;
            text-transform: uppercase;
            font-size: 16px;
            color: var(--purple-color-200);
            text-align: center;
            width: 100%;
        }

        .contactus .getintouch .row {
            margin: 0 auto !important;
        }


            .contactus .getintouch .row .col {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                margin-bottom: 10px
            }


            .contactus .getintouch .row label {
                color: #585858;
                font-size: 14px;
                display: inline-block;
                width: 100%;
                text-align: left;
                min-height: 25px;
            }

            .contactus .getintouch .row input,
            .contactus .getintouch .row select {
                background-color: #e5e5e5;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                width: 100%;
                min-width: unset;
                max-width: unset;
                height: auto;
                min-height: unset;
                max-height: unset;
                display: block;
                margin: 0;
                padding: 9px;
                border-width: 1px;
                border-style: solid;
                border-radius: 6px;
                background-image: unset;
                line-height: 1em;
                -webkit-transition: .2s ease;
                transition: .2s ease;
            }


            .contactus .getintouch .row.content span {
                text-align: left;
                font-size: 14px;
            }

        .contactus .getintouch button {
            min-width: 150px;
            cursor: pointer;
            padding: 10px;
            margin-top: 20px;
            border: 0;
            background-color: var(--purple-color-200);
            color: var(--white-color);
            font-weight: 600;
            border-radius: 2px;
            line-height: 1.45em;
            text-align: center;
            -webkit-transition: .2s ease;
            transition: .2s ease;
        }


        .contactus .getintouch .attention {
            margin: 40px 0 !important;
            text-align: center;
        }

            .contactus .getintouch .attention .col {
                text-align: center;
                display: flex;
                flex-direction: column;
                align-items: center;
            }

                .contactus .getintouch .attention .col i {
                    font-size: 80px;
                    color: var(--purple-color-200);
                    margin-bottom: 20px;
                }

                .contactus .getintouch .attention .col h2 {
                    font-size: 18px;
                }


#notification {
    text-align: center;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading i {
    animation: spin 1s linear infinite;
}

.hidden {
    display: none;
}