 body{
    scroll-behavior: smooth!important;
 }
 .logo-cut::after {
      position: absolute;
    content: "";
    width: 100%;
    height: 108%;
    bottom: 0px;
    right: -86px;
    z-index: 0;
    clip-path: polygon(92% 0px, 100% 0px, 73% 100%, 65% 100%);
    background:#ea580c;
    }

.logo-cut::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 585px;
    z-index: 0;
    right: -60px;
    top: 0px;
    clip-path: polygon(0px 0px, 100% 0px, 92% 100%, 0% 100%);
    background:#1F242E;
}

.logo-cont{
    z-index: 2;
}