/* YekanBakhFaNum-Black Font Face */
/* YekanBakhFaNum Black */
@font-face {
    font-family: 'YekanBakhFaNum';
    src: url('../fonts/YekanBakhFaNum-Black.woff2') format('woff2');
    font-weight: 900; /* Black weight */
    font-style: normal;
    font-display: swap; /* Improves loading performance */
}

/* YekanBakhFaNum Light */
@font-face {
    font-family: 'YekanBakhFaNum';
    src: url('../fonts/YekanBakhFaNum-Light.woff2') format('woff2');
    font-weight: 300; /* Light weight */
    font-style: normal;
    font-display: swap;
}

/* YekanBakhFaNum Regular */
@font-face {
    font-family: 'YekanBakhFaNum';
    src: url('../fonts/YekanBakhFaNum-Regular.woff2') format('woff2');
    font-weight: 500; /* Regular weight */
    font-style: normal;
    font-display: swap;
} 
.calculatebox_heading{

    background-image: url(../assets/tag-red.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 153px;
    height: 117px;
    z-index: 9;
    position: relative;
    left: 7rem;
    top: -7px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 25px;
    opacity: 0;
    visibility:hidden;
}

.calculatebox_heading2{

    background-image: url(../assets/tag-green.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 153px;
    height: 117px;
    z-index: 9;
    position: absolute;
    top: -7px;
    right: 8rem;
    align-items: center;
    justify-content: end;
    padding-right: 20px;
    left: auto;
    opacity: 0;
    visibility:hidden;
}