@import url('https://fonts.googleapis.com/css2?family=Paytone+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Paytone+One&display=swap');


html {

    position: relative;
    min-height: 100%;
    word-wrap: break-word;
    background-color: white;
}


body {
    background-color: white;
    color: #58666e;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;

}

.body {
    background-color: white;
}


#wish-header {
    position: relative;
    height: 60vh;
    max-width: 100vw;
    margin: 0 auto;
}

#wish-header img {
    height: 60vh;
    width:100%;
    position: absolute;
    object-fit: cover;
    left: 0;
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
}

#wish-header img.transparent {
    opacity: 0;
}

@keyframes cf3FadeInOut {
    0% {
        opacity: 1;
    }

    45% {
        opacity: 1;
    }

    55% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


#wish-headerds img.top {
    animation-name: cf3FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-direction: alternate;
}

.wish-body {
    background-color: white;
    min-height: 40vh;
    text-align: center;
    padding-top: 20px;
}

.wish-body .box {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: white;
    border-radius: 40px;
    padding: 15px;
    margin-bottom: 20px;background-image: linear-gradient(109.6deg, rgba(112, 246, 255, 0.33) 11.2%, rgba(221, 108, 241, 0.26) 42%, rgba(229, 106, 253, 0.71) 71.5%, rgba(123, 183, 253, 1) 100.2%);
    color:white;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
color: black;
}

.wish-body .box a , .wish-body .box p {
    color: #111;

}

.wish-body .green {
    color: #0e8129;
}

.wish-body .red {
    color: rgb(163, 38, 38);
}

.wish-body .menu-img {
    height: 70px;
}

.wish-body a:hover,
.wish-body a:focus {
    text-decoration: none;
    color: #0e8129;
}

.bg_cover {
    background-image: url('/apps/Wishes/images/page_bg2.jpg');
    background-size: cover;
    margin: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Baloo+Chettan+2&family=Calligraffitti&display=swap');

.new-wish {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;

}

.new-wish h2 {
    font-family: 'Calligraffitti', cursive;
    font-weight: 50;
    font-size: 7rem;
    text-shadow: -10px 5px 10px #ced0d3;
    letter-spacing: 0.02em;
    text-align: center;
    color: #F9f1cc;
    text-shadow: 2px 2px 0px #FFB650,
        4px 4px 0px #FFD662,
        6px 6px 0px #FF80BF,
        8px 8px 0px #EF5097,
        10px 10px 0px #6868AC,
        12px 12px 0px #90B1E0;
    margin-bottom: 30px;
}

.new-wish .flag {
    height: 150px;
}

.new-wish .btn-primary {
    background-color: #2e2f64;
}
.panel{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 8.5px;;
}

.wish-container {
    padding: 10px;
    background: rgb(2, 0, 36);
    background: linear-gradient(100deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 7%, rgba(154, 7, 42, 1) 39%, rgba(160, 63, 168, 1) 70%, rgb(26, 184, 68) 100%);
    background-image: linear-gradient(109.6deg, rgba(103, 30, 117, 1) 11.2%, rgba(252, 76, 2, 1) 91.1%);
    min-height: 50vh;
    width: 100%;
    border-radius: 35px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: white;
    width: 50%;
    margin: 20px 0;
    position: relative;
}
.anonymous{
    background-color: #4158D0;
        background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
}





.form-control {
    border-radius: 8px;
    outline: none;
    border-style: none;
}

.form-control-static ,.form-control {
    border-radius: 8px;
    color: black;
    outline: none;
    border-style: none;
    padding-left: 3px;
    ;
}

.mailer {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.459);
    padding: 3px 5px;
    border-radius: 10px;
    align-self: center;
    display: none;
}

.qr-share {
    margin: 15px auto;
    padding: 15px 10px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    max-width: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.qr-share #wish-qr-code {
    margin: 10px auto;
    padding: 8px;
    background-color: #ffffff;
    border-radius: 12px;
    width: min(200px, 100%);
    height: auto;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qr-share #wish-qr-code img,
.qr-share #wish-qr-code canvas {
    width: 100%;
    height: auto !important;
    max-width: 184px;
}

.qr-share button {
    margin-top: 8px;
}

.share-toolbox {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px 0;
}

.qr-share-inline {
    margin: 10px 0;
    padding: 12px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.qr-share-inline .qr-box {
    margin: 0 auto;
    width: 200px;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
    padding: 10px;
}

.qr-share-inline .qr-box img,
.qr-share-inline .qr-box canvas {
    width: 100%;
    height: auto !important;
}

.counter-text {
    color: white;
    display: inline-block;
    margin-bottom: 5px;
}

.share-it {
    text-align: center;
    background-color: rgba(183, 247, 208, 0.459);
    padding: 3px 5px;
    border-radius: 10pxs;
    align-self: center;
    display: none;
    width: fit-content;
}

.no-invoice {
    min-height: 50vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.no-invoice {
    min-height: 50vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.no-invoice .box {
    min-height: 30vh;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: white;
    border-radius: 40px;
    padding: 15px;
    text-align: center;
}

.no-invoice .box img {
    width: 200px
}

.no-invoice .box img {
    width: 150px
}

.no-invoice .btn-primary {
    background: linear-gradient(180deg, rgb(56, 25, 112), rgb(144, 36, 148), rgb(131, 33, 33));
}

.no-invoice .btn-primary:hover {
    background: linear-gradient(270deg, rgb(56, 25, 112), rgb(144, 36, 148), rgb(131, 33, 33));
}

.no-invoice .btn-primary:focus {
    background: linear-gradient(90deg, rgb(56, 25, 112), rgb(144, 36, 148), rgb(131, 33, 33));
}

.title img {
    height: 30px;
}

.footer {
    margin-top: 100px;
    ;
    width: 100%;
    height: 60px;
    padding-top: 15px;
    border-top: #e9e3cf solid 1px;
}

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: -1px;
    border-right: 1px solid #eee;
    background-color: #3a3f51;
    color: #a6a8b1;
}

.navbar {
    position: fixed;
    z-index: 200;
    right: 25px;
    top: 3%;
    background-color: transparent;
}

.nav-sidebar {
    margin-right: -21px;
    margin-bottom: 20px;
    margin-left: -20px;
}

.nav-sidebar>li>a {
    padding-right: 20px;
    padding-left: 20px;
    color: #a6a8b1;
}

.nav-sidebar>.active>a,
.nav-sidebar>.active>a:hover,
.nav-sidebar>.active>a:focus {
    color: #fff;
    background-color: #428bca;
}

.nav>li>a:focus,
.nav>li>a:hover {
    color: #fff;
    background-color: #32374a;
}

.navbar-nav>li {
    float: left;
    margin-left: 1px;

}

.main {
    padding: 20px;
}

@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.main .page-header {
    margin-top: 0;
}

.navbar-inverse {
    background-color: #f04949;
    border-color: #f04949;
}

.navbar-inverse .navbar-brand {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.navbar-nav {

    background-color: transparent;
}
.navbar ul .dropdown .dropdown-menu {
    margin-top: 3px;
    border-radius: 15px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #f04949;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #f04949;
}

.line {
    font-size: 0;
    height: 2px;
    margin: 10px 0;
    overflow: hidden;
    width: 100%;
    background-color: #2e3344;
}

.sidebar ul.nav li a>i {
    float: left;
    line-height: 40px;
    margin: -10px 5px -10px -10px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 40px;
}

.sidebar ul.nav li a {
    font-weight: 700;
}

.btn {
    border-radius: 15px;
    background-color: white;
}

.btn-success,
.panel-success {
    background-color: #0f7c28 !important;
    border-color: #0e8129 !important;
    color: #fff !important;
}

.btn-primary,
.panel-primary {
    border-color: #7266ba;
    color: #fff !important;
}

.btn-info,
.panel-info {
    background-color: #23b7e5;
    border-color: #23b7e5;
    color: #fff !important;
}

.btn-warning,
.panel-warning {
    background-color: #fad733;
    border-color: #fad733;
    color: rgb(0, 0, 0) !important;
}

.btn-danger,
.panel-danger {
    background-color: #f05050;
    border-color: #f05050;
    color: #fff !important;
}

.btn-dark,
.panel-dark {
    background-color: #3a3f51;
    border-color: #3a3f51;
    color: #fff !important;
}

.footer {
    z-index: 9999;
}

.btn i {
    padding-left: 5px;
    padding-right: 10px;
}

.account-menu .fa,
.dropdown-menu li a .fa {
    padding-left: 5px;
    padding-right: 10px;
    font-size: 13px;
}

.logout .fa {
    color: #fff !important;
}

.logout .fa:hover,
.logout .fa:active,
.logout .fa:focus {
    color: #111 !important;
}

input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-inline .form-group {
    margin-bottom: 20px;
    float: right;
}

.dropdown-menu {
    z-index: 9999 !important;
}

.message_success {
    background-color: #4f7906;
    color: #fff;
    padding: 5px;
}

.message_error {
    background-color: #e74c3c;
    color: #fff;
    padding: 5px;
}

.modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 100%;
}

@media print {
    #print_content {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin-left: 20px;
        margin-right: 20px;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
        font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
}

.searchTxt {
    margin-bottom: 10px;
}

.success-icon {
    font-size: 5em;
}

.invoice-save-top {
    margin-top: 20px;
    height: 60px;
    padding: 20px;
    font-size: 20px;
}

.invoice-save-btm {
    height: 60px;
    padding: 20px;
    font-size: 20px;
}

.bottom-ads {
    padding-left: 0%;
}

@media (min-width: 768px) {
    .bottom-ads {
        padding-left: 9%;
    }
}

.login-form {
    background-image: url('../images/bg.jpg');
    width: 380px;
    margin: 1% auto;
    padding: 20px;
    color: white;
}

.demo-heading {
    width: 600px;
    margin: 1% auto;
    padding: 20px;
}

.c_logo {
    height: 80px;
    width: 80px;
    float: left;
    margin: 5px;
    background-color: white;
    border-radius: 10px;
}


/*############################## USER PROFILE SECTION */
.profile-banner {
    width: 100%;

}

.img-banner {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.profile-info {
    text-align: center;

    margin-bottom: 20px;

}

.xP {
    position: relative;
    justify-content: center;
}

.xP:hover:after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: url('/content/images/cam.png') center no-repeat;
    background-size: 150px;
}

.xP:hover img {
    opacity: 0.7;
}

.xP input {
    display: none;
}

.profile-banner input {
    display: none;
}

.p-banner {
    position: absolute;
    right: 20px;
    top: 85px;
    color: grey;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    font-size: larger;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.img-user {
    margin-top: -75px;
    width: 150px;
    height: 150px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 50%;
    background-color: white;
    object-fit: cover;
}

.user-info {
    padding: 20px;
    text-align: center;
}

.verify-user {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    padding: 15px;
    margin-top: 120px;
    margin-bottom: 120px;
    width: 40%;
    position: relative;
    /* or absolute */
    top: 50%;
    left: 30%;
}

.verify-user h2,
.verify-user h1,
.verify-user h3 {
    color: grey;
    text-align: center;
}

.verify-user .form {
    margin-top: 25px;
    padding: 5%;
}

.verify-user .form-control {
    text-align: center;
}

.verify-okay {
    padding: 50px;

}


.user-banner {
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
    color: rgb(29, 29, 90);

}

.user-bar {
    background-color: #cfe1e9;

    padding: 15px;
}

.user-action {
    text-align: center;
    padding: 20px 0px;
    background-color: #f7f7f7;
    color: rgb(70, 55, 55);
    margin-bottom: 70px;
    width: 100%;
}

.user-action a,
button {
    padding: 10px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    outline: none;
    border: none;
}

.user-action a:active {
    color: red;
}

.user-action a:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.user-details {
    width: 70%;
}

.col-data {
    position: relative;
}

.link-remove {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: white;
    border-radius: 10px;
    padding: 3px 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: auto;
}

.col_category {
    cursor: pointer;
}

.table {
    border-color: white;
}

.r-20 {
    border-radius: 20px;
    ;
}

.border-0 {
    border-width: 0;
}

.invoice_main {
    background-color: white;
    margin-top: 60px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}


.center {
    text-align: center;
}

.btn-new {
    text-align: center;
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 5px;
    padding: 10px 5px;
    color: white;
    background: linear-gradient(180deg, #2e2f64, rgb(95, 29, 86))
}

.btn-new:hover {
    color: yellow;
    text-decoration: none;
}

.btn-new:hover {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.invoices {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;

    width: 100%;
    border-radius: 30px;
    padding: 20px 10px;
    background: linear-gradient(180deg, rgb(238, 255, 254), rgb(252, 234, 244));
}

.invoices:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.invoices h2 {
    color: #428bca;
}

.green {
    color: green;
}

.orange {
    color: orangered;
}

.purple {
    color: purple;
}

.invoices h4 {
    color: #e74c3c
}

.right {
    float: right;
    text-align: right;
}

.center {
    text-align: center;
}


@media screen and (max-width: 768px) {
    .navbar-right {
        float: right;
        margin-right: 10px;
    }

    .dropdown .dropdown-menu {
        background-color: white;
        ;
    }

}

.intro,
.intro a {
    color: #fff;
    font-family: Arial;
}

/* customizable snowflake styling */
.snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Arial;
    text-shadow: 0 0 1px #000;
}

@-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%
    }

    100% {
        top: 100%
    }
}

@-webkit-keyframes snowflakes-shake {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes snowflakes-fall {
    0% {
        top: -10%
    }

    100% {
        top: 100%
    }
}

@keyframes snowflakes-shake {
    0% {
        transform: translateX(0px)
    }

    50% {
        transform: translateX(80px)
    }

    100% {
        transform: translateX(0px)
    }
}

.snowflake {
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    -webkit-animation-duration: 10s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running
}

.snowflake:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s
}

.snowflake:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s
}

.snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, .5s;
    animation-delay: 6s, .5s
}

.snowflake:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s
}

.snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s
}

.snowflake:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s
}

.snowflake:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s
}

.snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s
}

.snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s
}

.snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s
}

/* Demo Purpose Only*/
.demo {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}

.demo a {
    font-family: 'Raleway', sans-serif;
    color: #000;
}

.fly_boy {
    position: fixed;
    width: 120px;
    left: 2%;
    bottom: 1%;
    z-index: 1000;
}

@media (max-width: 768px) {
    .fly_boy {
        position: fixed;
        width: 100px;
        left: 30px;
        top: 1%;
        opacity: 0.4;
    }
}

/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    border-radius: 20px;

    background: linear-gradient(90deg, rgb(243, 241, 101), rgb(236, 250, 36));
    height: 40px;
}

body::-webkit-scrollbar {
    width: 1em;
    border-radius: 20px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgba(214, 31, 168, 0.3);
}

body::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #2e2f64, #7266ba, #FF80BF);

    outline: 1px solid slategrey;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wish_arena {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    overflow: hidden;
}

 .back_img {
    margin: 0;
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
        max-height: 100vh;
    top:0;
    left:0;
    object-fit: cover;
    position: absolute;
    overflow: hidden;
    animation: animateBg 5s linear infinite;
}

.wish_arena .wish_containerx::-webkit-scrollbar {
    display: none;
}
.wish_arena .wish_containerx {
    margin: 20px;
    max-width: 100vw;
        max-height: 100vh;
    position: relative;
    display: inline-block;
    padding: 20px;
    padding-top: 100px;
    overflow: scroll;
}

.wish_containerx .wish_container {
    padding-top:80px;
    position: relative;
    z-index: 100;
    width: 50vw;
    min-height: 50vh;
    background: linear-gradient(90deg, #15435e91, #09293b91, #12212b91, #05060791);
    border-radius: 100px;
    border-style: solid 10px white;
}

.wish_container .wish_header img {
    max-height: 200px;
    max-width: 250px;
    margin-top: 45px;
}

.wish_container .wish_header {
    border-radius: 50%;
    width: 300px;
    height: 300px;
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgb(30, 30, 94) 35%, rgb(19, 15, 53) 70%, rgb(0, 0, 0) 100%);
    text-align: center;
    margin-top: -150px;
    margin-left: calc(25vw - 150px);
    ;
}

.wish_container .wish_footer {
    background: linear-gradient("");
}
.wish_footer a:hover{
  text-decoration: none;
  color:goldenrod;
}
@media (max-width: 768px) {


    .wish_containerx .wish_container {
        position: relative;
        z-index: 100;
        width: 80vw;
        min-height: 50vh;
        background: linear-gradient(90deg, #15435e91, #09293b91, #12212b91, #05060791);
        border-radius: 30px;
        border-style: solid 10px white;
        margin-top:100px;
    }

    .wish_container .wish_header img {
        max-height: 150px;
        max-width: 150px;
    }

 .wish_container .wish_header {
     border-radius: 50%;
     width: 200px;
     height: 200px;
     background: rgb(2, 0, 36);
     background: linear-gradient(90deg, rgb(30, 30, 94) 35%, rgb(19, 15, 53) 70%, rgb(0, 0, 0) 100%);
     text-align: center;
     margin-top: -200px;
     margin-left: calc(40vw - 100px);     ;
 }

}

.wish_container  .wish_content{
 background-color: rgba(255, 255, 255, 0.637);
 margin:20px;
 border-radius: 30px;
 padding: 10%;
 color:black;
font-family: 'Paytone One', sans-serif;
font-size: larger;
}


@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&family=Paytone+One&display=swap');

.wish_container .wish_footer {
    background: linear-gradient(90deg, black, rgb(141, 106, 11), rgb(202, 184, 22));
    width: "fit-content";
    border-radius: 20px;
    padding: 10px;
    color:white;
    text-shadow: black 1px 1px 2px ;
    font-family: 'Patrick Hand', cursive;
}


.summary {
    background-image: radial-gradient(circle 763px at 18.3% 24.1%, rgba(255, 249, 137, 1) 7.4%, rgba(226, 183, 40, 1) 58.3%);
    padding-bottom: 30px;
    min-height: 100vh;
    height: 100%;
}


.summary .panel-heading{

    background: linear-gradient(180deg, orange, orangered);
    color:white;
    font-weight: bold;
    border-radius: 8.5px 8.5px 0 0;
}












@media (max-width: 768px) {
    .wish-container {
        width: 100%;
margin-left: 0;
margin-right: 0;
    }

    .container {
        margin: 0px 5px;
    }
}



.section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-position-x: center;
    background-size: cover;
    animation: animateBg 15s linear infinite;
}

@keyframes animateBg {

    0%,
    100% {
        transform: scale(1.5);
    }

    70% {
        transform: scale(1.3);
    }

    50% {
        transform: scale(1);
    }

    20% {
        transform: scale(1.2);
    }
    10%{
        transform: scale(1.05);
    }
    2%{
        transform: scale(1);
    }
}

span {
    position: absolute;
    z-index: 150;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1), 0 0 0 8px rgba(255, 255, 255, 0.1), 0 0 20px rgba(255, 255, 255, 1);
    animation: animate 3s linear infinite;
}

span::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    height: 1px;
    background: linear-gradient(90deg, #fff, transparent);
}

@keyframes animate {
    0% {
        transform: rotate(315deg) translateX(0);
        opacity: 1;
    }

    70% {
        opacity: 1;

    }

    100% {
        transform: rotate(315deg) translateX(-1500px);
        opacity: 0;

    }

}

span:nth-child(1) {
    top: 0;
    right: 0;
    left: initial;
    animation-delay: 0;
    animation-duration: 1s;
}

span:nth-child(2) {
    top: 0;
    right: 80px;
    left: initial;
    animation-delay: 0.2s;
    animation-duration: 3s;
}

.span:nth-child(3) {
    top: 80px;
    right: 0px;
    left: initial;
    animation-delay: 0.4s;
    animation-duration: 2s;
}

span:nth-child(4) {
    top: 0;
    right: 180px;
    left: initial;
    animation-delay: 0.6s;
    animation-duration: 1.5s;
}

span:nth-child(5) {
    top: 0;
    right: 400px;
    left: initial;
    animation-delay: 0.8s;
    animation-duration: 2.5s;
}

span:nth-child(6) {
    top: 0;
    right: 600px;
    left: initial;
    animation-delay: 1s;
    animation-duration: 3s;
}

span:nth-child(7) {
    top: 300px;
    right: 0px;
    left: initial;
    animation-delay: 1s;
    animation-duration: 1.75s;
}

span:nth-child(8) {
    top: 0px;
    right: 700px;
    left: initial;
    animation-delay: 1.4s;
    animation-duration: 1.25s;
}

span:nth-child(9) {
    top: 0px;
    right: 1000px;
    left: initial;
    animation-delay: 0.75s;
    animation-duration: 2.25s;
}

span:nth-child(10) {
    top: 0px;
    right: 500px;
    left: initial;
    animation-delay: 2.75s;
    animation-duration: 2.25s;
}

span:nth-child(11) {
    top: 0px;
    right: 850px;
    left: initial;
    animation-delay: 2.75s;
    animation-duration: 2.25s;
}

span:nth-child(12) {
    top: 0px;
    right: 1000px;
    left: initial;
    animation-delay: 2.75s;
    animation-duration: 2.25s;
}

span:nth-child(13) {
    top: 0px;
    right: 1000px;
    left: initial;
    animation-delay: 2.75s;
    animation-duration: 2.25s;
}

span:nth-child(14) {
    top: 0px;
    right: 1000px;
    left: initial;
    animation-delay: 2.75s;
    animation-duration: 2.25s;
}

span:nth-child(15) {
    top: 0px;
    right: 1000px;
    left: initial;
    animation-delay: 2.75s;
    animation-duration: 2.25s;
}