.angel-numbers-page-main {
    background: url('./images/bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.section-main {
    padding: 48px 0;
    background: #00000062;
}
.angel-numbers-heading {
    color: #fff;
    max-width: 1100px;
    margin: auto;
    text-align: center;
    padding: 0 15px;
}
.angel-numbers-heading h1 {
    text-shadow: 1px 1px 2px #000, 2px 2px 4px #fff;
}
.angel-numbers-heading h3 {
    text-shadow: 1px 1px 1px #000, 2px 2px 2px #fff;
}
.tab-btn-outter {
    text-align: center;
    background-color: #fff;
    border-radius: 0px 65px 15px 125px;
    padding: 25px 10px 30px;
    cursor: pointer;
    margin-bottom: 15px;
}
.tab-btn-outter-2 {
    border-radius: 65px 0px 125px 15px;
}
.tab-btn-outter.active {
    background-image: linear-gradient(to right, rgba(96, 89, 247, 255), #df6c48);
    color: #fff;
}
.tab-btn-outter .btn-heading {
    font-size: 30px;
    font-weight: 600;
}
.tab-btn-outter .angle-number {
    font-size: 18px;
    font-weight: 500;
}
.number-box {
    text-align: center;
    margin-bottom: 25px;
}
.number-box-inner {
    position: relative;
    cursor: pointer;
    /* filter: drop-shadow(0 0 0 #fff); */
}
.number-box-inner:hover {
    margin-top: -15px;
    margin-bottom: 15px;
    filter: drop-shadow(-1px 1px 2px #fff);
}
.result-image .number-box-inner:hover {
    margin-top: 0px;
}
.number-box-inner img {
    max-width: 100%;
    max-height: 250px;
}
.number-box-inner .number-data {
    font-size: 50px;
    font-weight: 600;
    color: #e2a10b;
    text-shadow: 1px 1px 1px #000, 2px 2px 3px #df6c48;

    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0%, -50%);
}
.tab-section {
    display: none;
}
.tab-section.active {
    display: block;
}
.result-box {
    max-width: 991px;
    margin: auto;
    background: #0000004a;
    color: #fff;
    padding: 15px;
    border-radius: 4px;
}
.result-box p {
    font-size: 18px;
}
.btn-angel-numbers {
    box-shadow: 1px 1px 3px 0px #000, 1px 1px 8px 1px #df6c48 !important;
    border: 1px solid #df6c48;
    color: #fff;
    padding: 10px 15px;
    font-size: 19px;
    font-weight: 500;
    max-width: 100%;
    background: #df6c48;
}
.btn-angel-numbers:hover {
    box-shadow: 1px 1px 3px 0px #000, 1px 1px 2px 1px #df6c48 !important;
    background: #df6c48;
    color: #fff;
}
@media (max-width: 470px){
    #tab-3 .number-box-inner .number-data, #tab-4 .number-box-inner .number-data {
        font-size: 35px;
    }
}
