#anc_oracle-new {
    /*width: min(100%, 980px);*/
    width:100%;
    margin: 0 auto;
}

#oracle-stage-new {
    position: relative;
    width: 100%;
}

#rotatecircleimage {
    position: relative;
    min-height: 620px;
    width: 100%;
    background-image: linear-gradient(135deg, rgba(255, 247, 228, 0.08), rgba(255, 247, 228, 0.18)), url("/media/images/site/istockphoto-2243564598-1024x1024(1).jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
    overflow: visible;
    box-shadow: 0 18px 48px rgba(38, 28, 10, 0.16);
}

#oracle-outer-textblock-new {
    position: absolute;
    top: 12%;
    left: 6%;
    width: min(54%, 460px);
    z-index: 4;
}

#anc_text-new {
    width: 100%;
    opacity: 1;
}

#anc_text_inner-new {
    width: 100%;
}

#ancrealtext-new {
    color: #1f1508;
    font-size: clamp(1.35rem, 2vw, 2rem);
    line-height: 1.3;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.35);
}

.anctextout-new {
    display: block;
}

.ancauthor-new {
    margin-top: 0.9rem;
    text-align: right;
    font-size: clamp(0.9rem, 1.2vw, 1rem);
}

#oracle-outer-circle-new {
    position: absolute;
    top: -24%;
    right: -11%;
    width: clamp(180px, 28vw, 280px);
    aspect-ratio: 1 / 1;
    z-index: 5;
    pointer-events: none;
}

.rotatecircle-new,
#rotatecircle-new {
    width: 100%;
    height: 100%;
    background: conic-gradient(rgb(253, 203, 0) 8.3%, rgb(173, 255, 47) 0 16.6%, rgb(0, 102, 127) 0 24.9%, rgb(7, 171, 212) 0 33.2%, rgb(42, 42, 251) 0 41.5%, rgb(184, 184, 253) 0 49.8%, rgb(68, 68, 96) 0 58.1%, rgb(236, 236, 253) 0 66.4%, rgb(159, 126, 89) 0 74.7%, rgb(206, 25, 25) 0 83%, rgb(255, 165, 0) 0 91.3%, rgb(255, 215, 0) 0 100%);
    border-radius: 50%;
    border: 10px solid rgba(255, 248, 230, 0.78);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

#anc_generate-new,
#anc_generate_new {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    padding: 12px 22px;
    margin: 0 0 -34px 6%;
    position: relative;
    z-index: 6;
    border: none;
    border-radius: 12px;
    background-image: url(../images/button2.png);
    background-repeat: repeat-x;
    color: #10282e;
    font-family: 'Pasdenom';
    font-size: 1.05rem;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(68, 54, 17, 0.18);
}

#anc_generate-new:hover,
#anc_generate_new:hover {
    background-image: url(../images/buttonhover.png);
    background-repeat: repeat-x;
}

#anc_generate-new:disabled,
#anc_generate_new:disabled {
    opacity: 0.6;
    cursor: wait;
}

@media (max-width: 860px) {
    #rotatecircleimage {
        min-height: 560px;
    }

    #oracle-outer-textblock-new {
        top: 15%;
        width: min(58%, 400px);
    }
}

@media (max-width: 680px) {
    #anc_generate-new,
    #anc_generate_new {
        margin: 0 0 16px;
    }

    #rotatecircleimage {
        min-height: 640px;
        border-radius: 20px;
    }

    #oracle-outer-circle-new {
        top: -2%;
        right: 4%;
        width: min(42vw, 220px);
    }

    #oracle-outer-textblock-new {
        top: 26%;
        left: 7%;
        width: 86%;
        max-width: none;
    }

    #ancrealtext-new {
        font-size: clamp(1.15rem, 4.6vw, 1.6rem);
    }
}




















