
svg.pozadina{
    position: absolute;
    transform: rotate(45deg);
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    left: 0;
}
svg.pozadina path{
    stroke: #237db50d;
    stroke-linecap: square;
    stroke-width: 1.5;
}
/* main{
   background: #f5f5f5;
} */

h1#main-heading-new{
    background: none;
    color: #212529;
    margin: 100px auto 50px;
    position: relative;
    width: fit-content;
    color: var(--dark-blue);
    text-shadow: 1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, 1px 0px 0 #FFFFFF, 0px 1px 0 #FFFFFF, -1px 0px 0 #FFFFFF, 0px -1px 0 #FFFFFF;
    font-weight: 700;
    /* text-shadow: #e0e0e0 1px 1px 0; */
}
h1#main-heading-new::before{
    position: absolute;
    display: block;
    content: "";
    clip-path: polygon(100% 0, 31% 0, 100% 100%);
    background: var(--red);
    height: 22px;
    width: 20px;
    right: 0;
    top: 7px;
}
#up {
    opacity: 1;
    z-index: 999;
}
#up i{
    color: var(--red);
}



@media all and (max-width: 991px){
    h1#main-heading-new{
        margin: 50px auto 30px;
    }
    h1#main-heading-new::before{
        height: 12px;
        width: 10px;
    }
}