.insights-form .insight-img .active #Pisces-base {
    fill: rgba(255, 255, 255, 0.15);
    animation: blinker 2.5s linear infinite;
}

.insights-form .insight-img .active #Aries-base {
    fill: rgba(255, 255, 255, 0.15);
    animation: blinker 2.5s linear infinite;
}

.insights-form .insight-img .active #Taurus-base {
    fill: rgba(255, 255, 255, 0.15);
    animation: blinker 2.5s linear infinite;
}

.insights-form .insight-img .active #Gemini-base {
    fill: rgba(255, 255, 255, 0.15);
    animation: blinker 2.5s linear infinite;
}

.insights-form .insight-img .active #Cancer-base {
    fill: rgba(255, 255, 255, 0.15);
    animation: blinker 2.5s linear infinite;
}

.insights-form .insight-img .active #Leo-base {
    fill: rgba(255, 255, 255, 0.15);
    animation: blinker 2.5s linear infinite;
}

.insights-form .insight-img .active #Virgo-base {
    fill: rgba(255, 255, 255, 0.15);
    animation: blinker 2.5s linear infinite;
}

.insights-form .insight-img .active #Libra-base {
    fill: rgba(255, 255, 255, 0.15);
    animation: blinker 2.5s linear infinite;
}

.insights-form .insight-img .active #Scorpio-base {
    fill: rgba(255, 255, 255, 0.15);
    animation: blinker 2.5s linear infinite;
}

.insights-form .insight-img .active #Sagittarius-base {
    fill: rgba(255, 255, 255, 0.15);
    animation: blinker 2.5s linear infinite;
}

.insights-form .insight-img .active #Capricorn-base {
    fill: rgba(255, 255, 255, 0.15);
    animation: blinker 2.5s linear infinite;
}


.insights-form .insight-img .active #Pisces-image {
    fill: #F9AE50;
}

.insights-form .insight-img .active #Aries-image {
    fill: #F9AE50;
}

.insights-form .insight-img .active #Taurus-image {
    fill: #F9AE50;
}

.insights-form .insight-img .active #Gemini-image {
    fill: #F9AE50;
}

.insights-form .insight-img .active #Cancer-image {
    fill: #F9AE50;
}

.insights-form .insight-img .active #Leo-image {
    fill: #F9AE50;
}

.insights-form .insight-img .active #Virgo-image {
    fill: #F9AE50;
}

.insights-form .insight-img .active #Libra-image {
    fill: #F9AE50;
}

.insights-form .insight-img .active #Scorpio-image {
    fill: #F9AE50;
}

.insights-form .insight-img .active #Sagittarius-image {
    fill: #F9AE50;
}

.insights-form .insight-img .active #Capricorn-image {
    fill: #F9AE50;
}

.start-end-date {
    margin-top: 25px;
}

@media(min-width:800px) and (max-width:1500px) {
    .start-end-date h1 {
        font-size: 25px !important;
    }
}

.cta h4 {
    margin-top: 25px;
    font-family: play;
}

.profile-questions {
    text-align: center;
    padding: 20px 0;
    width: 100%;
}

.profile-questions h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin: 0 0 30px;
}

.rad-label:hover,
.rad-label:focus-within {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.rad-label {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 15px 20px;
    margin: 10px 0 0 0;
    cursor: pointer;
    transition: .3s;
    background-color: rgba(255, 255, 255, 0.7);
}

.rad-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}

.rad-text {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    transition: .3s;
}

.continue-btn .btn-light {
    border: 0;
    background-color: #fff;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 16px 30px;
    min-width: 320px;
    margin: 20px 0;
}

.continue-btn .btn-light:hover {
    background-color: #000;
    color: #fff;
}

.welcome-wrapper {
    display: flex;
    font-family: 'Roboto';
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px;
    height: calc(100% - 85px);
}

.answer-example {
    text-align: start;
    color: #fff;
    margin: 0 0 30px 0;
    font-size: small;
}

#about h6 {
    color: #FFF;
    font-family: 'play';
}

.main-div {
    display: flex;
}

.numbers {
    margin: 0 10px 0 10px;
    color: #FFF;
}

.custom-popup-class {
    width: 300px;
    font-family: 'play';
    background-color: lightgray;
    font-size: smaller;
}

.custom-prior-class {
    width: 583px;
    font-family: 'play';
    background-color: lightgray;
    font-size: smaller;
}

#profile-form {
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* padding-bottom: 500px; */
}

#profile-form .insight-form-content {
    /* border: 2px solid #EBECF0; */
    border-image-slice: 1;
    /* border-width: 3px; */
    /* border-image-source: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%); */
    border-left: 0;
    border-right: 0;
    border-top: 0;
    /* padding-bottom: 50px; */
}

#profile-form .wrapper-dropdown {
    position: relative;
    display: inline-block;
    width: 100% !important;
    padding: 28px 8px 28px 28px;
    background: #040125;
    background-clip: padding-box;
    border: solid 2px #F9AE50;
    /* border: solid 2px transparent; */
    text-align: left;
    color: #fff;
    cursor: pointer;
    border-radius: 200px;
    font-family: 'Play';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#profile-form .wrapper-dropdown .dropdown {
    overflow-y: auto;
    height: 280px;
    transition: 0.3s;
    position: absolute;
    top: 110%;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
    border-radius: 0;
    box-shadow: inherit;
    background: inherit;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #F9AE50;
}

#profile-form .dropdown {
    padding: 0.5rem !important;
}

#profile-form .wrapper-dropdown.active .dropdown {
    opacity: 1;
    visibility: visible;
}

.modal-show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.profile-astro-modal {
    /* position: absolute;
    left: 0;
    top: 0; */
    width: 100%;
    height: 100%;
}

.profile-astro-modal-content {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1rem 1.5rem;
    width: 24rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.4px);
    -webkit-backdrop-filter: blur(7.4px);
    padding: 18px 30px;
}

.profile-astro-modal h6 {
    color: #040125;
    font-family: 'Orbitron';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.profile-astro-modal p {
    color: #040125 !important;
    font-family: 'Play';
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px !important;
    padding: 0 !important;
    text-align: start !important;
}

#profile-form .arrow {
    margin-left: 10px;
    margin-right: 10px;
    float: right;
    rotate: 180deg;
}

#profile-form .rotated {
    transform: rotate(-180deg);
}

.about-point-details .accordion-button {
    /* background: linear-gradient(to left, #F5387E, #F9AE50); */
    background: #040125;
    color: #FFF;
    font-family: 'Play';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    box-shadow: none !important;
}

.about-point-details .accordion-body {
    color: #FFF;
    font-family: 'Play';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    padding-top: 0;
}

.about-point-details .accordion-item {
    background-color: #040125;
    border-color: #2e2a56;
}

.about-point-details .accordion-button:not(.collapsed) {
    background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 0;
}

.about-point-details .accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

.about-slider {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    padding-top: 60px;
}

.about h1 {
    color: #FFF;
    font-family: 'Orbitron';
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.dropdown-content {
    font-family: 'play';
    display: none;
    position: absolute;
    /* background-color: #f1f1f1; */
    background-color: rgba(192, 192, 192, 0.3);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
}

.nav-item:hover .dropdown-content {
    display: block;
}

.swal2-radio {
    background: lightgray !important;
    grid-area: swal2-radio;
}

.tips-box .tips .tips-points .points .tips-text p.astrology_insights {
    color: #c5a3a3;
}


div[disabled=disabled] {
    pointer-events: none;
    opacity: 0.4;
    overflow: hidden;
}

#swal2-html-container {
    overflow: visible;
}

.swal2-actions {
    z-index: auto;
}

#resume-form {
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#resume-form .insight-form-content {
    border-image-slice: 1;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

#resume-form .wrapper-dropdown {
    position: relative;
    display: inline-block;
    width: 100% !important;
    padding: 28px 8px 28px 28px;
    background: #040125;
    background-clip: padding-box;
    border: solid 2px #F9AE50;
    text-align: left;
    color: #fff;
    cursor: pointer;
    border-radius: 200px;
    font-family: 'Play';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#resume-form .wrapper-dropdown .dropdown {
    overflow-y: auto;
    transition: 0.3s;
    position: absolute;
    top: 110%;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
    border-radius: 0;
    box-shadow: inherit;
    background: inherit;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #F9AE50;
}

#resume-form .dropdown {
    padding: 0.5rem !important;
}

#resume-form .wrapper-dropdown.active .dropdown {
    opacity: 1;
    visibility: visible;
}

#resume-form .arrow {
    margin-left: 10px;
    margin-right: 10px;
    float: right;
    rotate: 180deg;
}

#resume-form .rotated {
    transform: rotate(-180deg);
}

#privacy p {
    color: #FFF;
    font-family: 'Play';
    font-size: 16px;
    font-style: normal;
    line-height: 26px;
    padding: 0 70px;
}

.privacy-header {
    text-decoration: underline;
    font-weight: bolder;
}

.privacy-content {
    padding-left: 100px !important;
}

.refund-header {
    font-weight: bold;
}

.swal2-popup {
    grid-template-areas:
        "swal2-title"
        "swal2-radio"
        "swal2-html-container"
        "swal2-actions";
}

.swal2-html-container {
    grid-area: swal2-html-container;
}

.custom-popup-subscription {
    font-family: 'play';
    grid-template-areas:
        "swal2-title"
        "swal2-html-container"
        "swal2-actions";
}

.remind-cancel {
    background-color: #282c46 !important;
}

.cancel-anyway {
    background-color: #ededed !important;
    color: #282c46 !important;
}

.custom-popup-subscription-cancel {
    font-family: 'play';
    grid-template-areas:
        "swal2-title"
        "swal2-html-container"
        "swal2-actions";
}

.custom-popup-plan {
    font-family: 'play';
}

.cancel-plan-now {
    background-color: #e06666 !important;
}

.survey-line {
    width: 50%;
    height: 1px;
    background-color: lightgray;
    margin: 10px auto;
}

.custom-popup-renewal {
    font-family: 'play';
}

.subscription-cancel {
    margin: 10px;
}

#survey p {
    border-radius: 5px;
    margin: 0 0 10px 40px;
    border: 1px solid rgb(0, 217, 255);
    /* color: rgb(19 141 201); */
    color: rgb(29 121 167);
    background-color: rgb(169 242 255 / 87%);
    text-align: left;
    font-family: 'Play';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 10px 0 10px 5px;
}

.alphabet {
    margin-right: 5px;
    border-radius: 5px;
    border: 1px solid rgb(0, 217, 255);
    padding: 10px;
    color: rgb(29 121 167);
    background-color: white;
}

#submit-answer {
    border: 1px solid rgb(0, 217, 255);
    color: white;
    background-color: rgb(19 141 201);
    margin: 15px 0 0 38px;
}

#survey p.option.selected {
    /* background-color: #72e5ffc9; */
    /* color: rgb(19 141 201); */
    background-color: #A24857;
    color: rgb(0, 217, 255);
}

.custom-success-survey {
    font-family: 'play';
    display: grid;
    grid-template-areas:
        "title"
        "image";
}

.custom-swal2-title {
    grid-area: title;
}

.custom-swal2-image {
    grid-area: image;
}


.subscription-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    /* new */
    padding: 42px;
}

.disscount-cupon {
    border-radius: 5px;
    border: 3px solid #F9AE50;
    width: 45%;
    /* background-color: lightblue; */
    text-align: center;
    height: fit-content;
    padding: 10px;
    cursor: pointer;
}

.disscount-cupon-comeback {
    background: linear-gradient(92deg, #7603cd, #fd5c5c);
    color: #fff;
    border-radius: 5px;
    font-size: x-large;
    font-weight: bold;
}

.discount-details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.just-for-you {
    background: linear-gradient(271deg, #7603cd, #fd5c5c);
    color: #fff;
    border-radius: 5px;
    height: fit-content;
    padding: 10px;
    font-weight: bold;
}

.twenty-percent-discount {
    text-align: left;
    margin-left: 21px;
}

@media (max-width: 990px) {
    .discount-details {
        display: block;
    }

    .just-for-you,
    .twenty-percent-discount {
        flex: 1;
    }
}

.subscriptions-setting p {
    text-align: left;
    color: black;
    padding: 0 0 10px 10px;
}

.subscriptions-setting {
    border-radius: 5px;
    border: 3px solid #F9AE50;
    width: 50%;
    background-color: white;
}

.content-wrapper {
    display: flex;
}

.content-column {
    flex: 1;
}

#zodiac-zone {
    background: url('../images/Sun-image.png') right center no-repeat,
        url('../images/vmv.png') left center no-repeat;
    background-size: auto 50%, auto 100%;
    /* background-position: -150px center; */
}

#zodiac-zone {
    padding-left: 100px;
}

@media(max-width:1550px) {
    #zodiac-zone {
        /* background-position: -150px center; */
    }
}

@media(max-width:1400px) {
    #zodiac-zone {
        /* background-position: -180px center; */
    }
}

@media(max-width:1300px) {
    #zodiac-zone {
        background-image: none;
    }

    #zodiac-zone .row {
        justify-content: start !important;
    }
}

#zodiac-at-work h2 {
    /* color: #FFF;
    font-family: 'Orbitron';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 20px; */
    color: #FFF;
    font-family: 'Orbitron';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#zodiac-at-work p {
    color: #FFF;
    font-family: 'Play';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}

#zodiac-at-work ul {
    color: #FFF;
}

.image-container {
    display: flex;
    /* justify-content: space-between; */
}

.image-container img {
    max-width: 60%;
}

.personality-img{
    width: 40%;
}

.resume-image {
    height: fit-content;
}

.my-custom-font {
    font-family: 'Play';
}

.btn-tips {
    background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
    border: 1px solid;
    padding: 10px;
    text-decoration: none;
    font-family: 'Play';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-left: 20px;
}

#insights .letter_text {
    color: #FFF;
    /* font-family: 'Orbitron'; */
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    /* text-transform: uppercase; */
    text-align: center;
}

.work-persona-drop-down {
    color: orange;
}

.highlight-text {
    color: #FF5733;
}
