.sign-icon{
    max-width: 95px;
    aspect-ratio: 1/1;
    margin: auto;
}

.sign-icon img{
    max-width: 100%;
    padding: 5px;
    transition: 0.5s;
}
/* .sign-icon:hover,  */
.sign-icon-img:hover{
    padding: 2px;
}
.zodic-sign-box p{
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1px;
    word-break: break-word;
}
.zodic-sign-box a, .zodic-sign-box a:hover{
    text-decoration: none;
    color: #fff;
}
@media (max-width: 400px) {
    .zodic-sign-box p{
        font-size: 13px;
        font-weight: 500;
    }
}

.rotate {
    animation: rotate 40s linear infinite;
}
.horoscope-main-circle {
    text-align: center;
}
.horoscope-main-circle img {
    max-width: 100%;
    /* height: 450px; */
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/* *********************** */

.main-reading-box{
    background-color: #ffffff44;
    padding: 15px;
    border-radius: 4px;
}
.reading-heading-box{
    display: flex;
    align-items: center;
}
.left-image-box{
    /* background-color: aqua; */
    max-width: fit-content;
}
.left-image-box img{
    max-width: 135px;
}
.right-detail-box{
    /* background-color: aquamarine; */
    width: 100%;
    padding-left: 15px;
    padding-bottom: 10px;
}
.main-sign-box{
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}
.horoscope-date-box{
    color: #fff;
}
.horoscope-next-prev-box{
    display: flex;
}
.horoscope-next-prev-box a, .horoscope-next-prev-box a:hover,
.horoscope-category-box a, .horoscope-category-box a:hover,
.more-horoscope-box a, .more-horoscope-box a:hover{
    text-decoration: none;
    color: #fff;
}
.horoscope-prev{
    margin-left: 0 !important;
}
.horoscope-next-prev-box .horoscope-btn{
    font-size: 18px;
    font-weight: 600;
    margin: 0 5px;
    border-bottom: 1px dashed;
}
.horoscope-next-prev-box .horoscope-btn:hover{
    border-bottom: 1px solid #fff;
}
.horoscope-next-prev-box .horoscope-btn.active{
    /* color: #ff6f61; */
    border-bottom: 1px solid #ff6f61;
}
.horoscope-category-box{
    padding: 10px 0;
}
.horoscope-category-box .horoscope-category path{
    fill: #ff6f61 !important;
}
.horoscope-category-box .horoscope-category.active path{
    fill: #fff !important;
}
.horoscope-category-box .horoscope-category svg{
    max-height: 20px;
    width: auto;
    color: #fff;
}
.horoscope-category-box .horoscope-category {
    /* max-width: fit-content;
    background-color: #fff;
    color: #ff6f61;
    display: inline-block;
    padding: 7px 11px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 6px;
    margin-bottom: 4px;
    cursor: pointer; */

    max-width: fit-content;
    background-color: #fff;
    color: #ff6f61;
    display: inline-block;
    padding: 3px 8px 5px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    margin-bottom: 4px;
    cursor: pointer;
}
.horoscope-category-box .horoscope-category:hover, .horoscope-category-box .horoscope-category.active {
    background-color: #ff6f61;
    color: #fff;
}
.horoscope-category-box .horoscope-category:hover path{
    fill: #fff !important;
}
.horoscope-result{
    border-top: 1px dashed #fff;
    padding-top: 10px;
    margin-top: 10px;
}
.horoscope-result p{
    color: #fff;
}
.more-horoscope-box .more-horoscope-btn{
    max-width: fit-content;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin: 0 10px;
    border-bottom: 5px solid;
    border-radius: 5px;
    padding: 0 5px;
}
.more-horoscope-btn.daily{
    margin-left: 0px !important;
}
.more-horoscope-box .more-horoscope-btn.active, .more-horoscope-box .more-horoscope-btn:hover{
    border-bottom: 5px solid #ff6f61;
}
.container-horoscope{
    max-width: 1300px;
    width: 90%;
    margin: auto;
}
.main-reading-box{
    margin-bottom: 15px;
}
.container-sidebar{
    background-color: #ffffff44;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}
.container-sidebar .zodic-sign-box p{
    font-size: 14px;
}
.container-sidebar .sign-icon-img{
    padding: 2px;
}
.container-sidebar .sidebar-heading{
    text-align: center;
    font-size: 25px;
    padding-bottom: 10px;
}
.mb-image-box{
    display: none;
}
.mb-image-box img{
    max-width: 100%;
}
.result-tab{
    display: none;
}
.personal-tab{
    display: block;
}
.lucky-color-box{
    padding: 3px 13px;
    border-radius: 30px;
    margin: 0 5px;
}
.selected-sign-box{
    background-color: #ffffff44;
    width: 360px;
    max-width: 95%;
    margin: auto;
    padding: 15px 0px 5px;
    border-radius: 2px;
    color: #fff;
}
.selecte-sign-main{
    border: 1px dashed #000;
    border-radius: 50%;
}
.sign-one-name, .sign-two-name{
    margin-bottom: 0;
}
.add-icon{
    text-align: center;
}
.add-icon svg{
    text-align: center;
    font-size: 50px;
}
.select-message{
    text-align: center;
    padding: 15px 0;
    font-size: 25px;
    font-weight: 600;
}
.btn-section-main {
    text-align: center;
    padding: 25px 0 20px;
    max-width: fit-content;
    margin: auto;
}
.custom-new-btn {
    background-color: #fff;
    /* border: 3px solid #ff6f61; */
    /* border-radius: 33px; */
    border-radius: 50px;
    padding: 4px 4px 4px;
    box-shadow: 1px 1px 6px 1px #393939;
}
.custom-new-btn span {
    /* margin: 5px; */
    background-color: #ff6f61;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    border-radius: 50px;
    /* padding: 8px 15px; */
    padding: 8px 30px;
    display: block;
    transition: 0.5s;
}
.custom-new-btn span:hover{
    background-color: #000 !important;
}
.custom-new-btn span:hover .custom-new-btn{
    border: 3px solid #000;
    color: #000;
    box-shadow: 1px 1px 6px 1px #39393980;
}
.show-btn{
    text-align: center;
    display: none;
}
.change-signs-again{
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}
.heading-para{
    font-size: 22px;
    margin-bottom: 5px;
}
.add-max-width, .add-icon{
    max-width: 60px;
}

/* ****************************** */
.circle-container {
    max-width: 100%;
    position: relative;
    width: 600px;  /* Adjust based on your circular image size */
    height: 600px; /* Adjust based on your circular image size */
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wheel-image {
    width: 400px; /* Adjust based on your circular image size */
    height: 400px; /* Adjust based on your circular image size */
    border-radius: 50%;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.zodic-small-image {
    position: absolute;
    max-width: 100%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transform: rotate(var(--angle)) translate(250px) rotate(calc(-1 * var(--angle)));
    transform-origin: center;
    z-index: 2;
    cursor: pointer;
    /* animation: rotateAnimation 10s linear infinite; */
}
/* ****************************** */
/* .rotateAnimation-1 {
    animation: rotateAnimation 5s linear infinite;
} */
@keyframes rotateAnimation {
    from {
        --angle: 0deg;
    }
    to {
        --angle: 360deg;
    }
}

@media (max-width: 767px) {
    .wheel-image {
        width: 200px;
        height: 200px;
    }
    .zodic-small-image {
        width: 60px;
        height: 60px;
        transform: rotate(var(--angle)) translate(140px) rotate(calc(-1 * var(--angle)));
    }
    .circle-container {
        width: 300px;
        height: 300px;
    }

}
@media (max-width: 600px) {
    .reading-heading-box{
        display: block;
    }
    .right-detail-box{
        padding-left: 0;
        text-align: center;
    }
    .horoscope-next-prev-box{
        justify-content: center;
    }
    .left-image-box{
        display: none;
    }
    .mb-image-box{
        display: block;
    }
    .mb-image-box img{
        max-height: 135px;
        padding: 15px;
    }
    .horoscope-category-box .horoscope-category{
        padding: 4px 8px;
        font-size: 15px;
    }
    .more-horoscope-box{
        text-align: center;
    }
    .main-sign-box{
        font-size: 25px;
    }
    .container-sidebar .sidebar-heading{
        font-size: 20px;
    }
    .add-icon svg{
        text-align: center;
        font-size: 40px;
    }
}
@media (max-width: 490px) {
    .wheel-image {
        width: 150px;
        height: 150px;
    }
    .zodic-small-image {
        width: 50px;
        height: 50px;
        transform: rotate(var(--angle)) translate(110px) rotate(calc(-1 * var(--angle)));
    }
    .circle-container {
        width: 300px;
        height: 300px;
    }

}
