.daily-angel{
    padding: 48px 0;
}
.daily-angel-result{
    background-image: url('./images/angel-bg.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.daily-angel-inner-result{
    padding: 48px 0;
}
h1 {
    font-size: 42px;
}
h2 {
    font-size: 32px;
}
.angel-box{
    display: flex;
    text-align: center;
}
.angel-image img{
    max-width: 125%;
    margin-left: -11%;
}
.daily-angel-heading h1{
    text-shadow: 1px 1px 2px #303030;
}
.daily-angel-heading{
    text-align: center;
    max-width: 45%;
    width: 1015px;
    margin: auto;
    position: relative;
    z-index: 1;
    padding-bottom: 35px;
}
.daily-angel-result .daily-angel-heading{
    color: #fff;
    text-shadow: 2px 2px 3px #303030;
}
.angle-image{
    max-width: 200px;
    position: absolute;
    top: -50px;
    z-index: -1;
}
.daily-angel-result .angle-image{
    top: -80px;
}
.angle-left{
    left: -115px;
}
.angle-right{
    right: -115px;
    transform: scaleX(-1);
}
.main-daily-angel-box{
    max-width: 1200px;
    margin: auto;
}
.angel-box .angel-image:nth-child(2n){
    /* background-color: aqua; */
    margin-top: 80px;
}
.crystal-ball-txt{
    max-width: 100%;
    width: 800px;
    margin: auto;
    position: relative;
    display: none;
}
.crystal-ball-txt h2{
    max-width: 100%;
    width: 270px;
    margin: auto;
    text-align: center;
    text-shadow: 1px 1px 1px #303030;
}
.crystal-ball-txt img{
    max-width: 100%;
    width: 800px;
    position: absolute;
    /* top: -204px; */
    bottom: -58px;
    z-index: -1;
    /* left: -93%; */
}
.angel-result-box-outter{
    background-color: #ffffffc9;
    max-width: 800px;
    margin: auto;
    padding: 15px;
}
.angel-result-box-outter p:last-child{
    margin-bottom: 0;
}
.angel-result-box{
    margin-left: 50px;
}
.result-image{
    max-width: 100%;
    width: 250px;
    float: left;
    margin-top: -40px;
    margin-left: -250px;
}
.result-crystal-ball{
    float: right;
    max-width: 100%;
    width: 150px;
    margin-top: -60px;
    margin-right: -90px;
}
.main-btn {
    /* background: var(--color-four) !important; */
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C) !important;
    padding: 8px !important;
    text-align: center;
    transition: 0.5s;
    border-radius: 8px;
    box-shadow: 5px 4px 15px 0px #000000bf;
    border: 1px solid #000;
    font-weight: 700 !important;
    font-size: 18px;
    text-decoration: none;
    display: block;
    max-width: 100%;
    width: 100%;
    margin: auto;
    box-shadow: 0 0 0 0 rgba(252, 246, 186, 1);
    color: #071434 !important;
    cursor: pointer;
}


.custom-new-btn {
    background-color: #fff;
    border: 3px solid #000;
    /* border-radius: 33px; */
    border-radius: 50px;
    padding: 4px 4px 4px;
}

.custom-new-btn span {
    /* margin: 5px; */
    background-color: #000;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    border-radius: 50px;
    /* padding: 8px 15px; */
    padding: 8px 30px;
    display: block;
    transition: 0.5s;
}
.btn-section-main {
    text-align: center;
    padding: 38px 0 20px;
    max-width: fit-content;
    margin: auto;
}
/* .custom-new-btn:hover{
    border: 3px solid #db1134;
    color: #db1134;
} */
.custom-new-btn span:hover{
    background-color: #db1134 !important;
}
.custom-new-btn span:hover .custom-new-btn{
    border: 3px solid #db1134;
    color: #db1134;
}

@media (max-width: 1264px) {
    .daily-angel-heading{
        width: 815px;
    }
    .angel-box{
        max-width: 90%;
        margin: auto;
        display: flex;
    }
}
@media (max-width: 1264px) {
    .angel-result-box-outter {
        max-width: 600px;
    }
}
@media (max-width: 1075px) {
    .daily-angel-heading{
        max-width: 70%;
    }
    h1 {
        font-size: 37px;
    }
    h2 {
        font-size: 27px;
    }
}
@media (max-width: 991px) {
    .result-crystal-ball{
        float: right;
        max-width: 100%;
        width: 150px;
        margin-top: -60px;
        margin-right: 0px;
    }
    .angel-result-box-outter {
        max-width: 500px;
    }
}
@media (max-width: 767px) {
    .angel-result-box-outter {
        max-width: 95%;
        margin-top: 55px;
    }
    .result-image {
        max-width: 100%;
        width: 250px;
        float: unset;
        margin-top: -60px;
        margin-left: 0px;
    }
    .angel-result-box {
        margin-left: 0px;
        text-align: center;
    }
    .angel-result-box p {
        text-align: start;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 20px;
    }
    .angel-box{
        display: block;
        text-align: center;
        max-width: 80%;
        margin: auto;
    }
    .angel-box .angel-image:nth-child(2n){
        /* background-color: aqua; */
        margin-top: 0px;
    }
    .angel-image img{
        max-width: 100%;
        margin-left: 0%;
    }
    .angle-left{
        left: -80px;
    }
    .angle-right{
        right: -80px;
        transform: scaleX(-1);
    }
    .angle-image{
        top: -10px;
        z-index: -1;
        height: 100px;
    }
    .daily-angel-heading h1{ font-size: 20px;}
}
@media (max-width: 450px) {
    .angle-image{
        display: none;
    }
    .daily-angel-heading{
        max-width: 100%;
        margin: auto;
        padding: 0 15px;
    }
}
