h1.new-design {
    font-size: 85px;
    line-height: 95px;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 900;
    color: #000;
    position: relative;
    z-index: 99;
}
/*
body {
    background: #8ac2ef;
    position: relative;
    margin: 0;
}*/
html{
overflow: hidden;
}
footer.footer-design {
    padding: 14px 0;
    background: #0f6393;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}
section.trianglemind-section {
    padding: 0;
}
    section.trianglemind-section img {
        width: 100%;
        height: 100%;
    }
body {
    margin: 0;
    padding: 0;
    background: #f5f5f5;
}

span.triangledesgn {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 320px solid transparent;
    border-right: 200px solid transparent;
    border-bottom: 433px solid #f97316;
    opacity: 0.9;
    transform: rotate(210deg);
    left: 0;
    right: 0;
    bottom: 0;
    top: 200px;
    margin: auto;
    z-index: 99;
}
    span.triangledesgn.second {
        border-bottom: 483px solid #01598a;
        z-index: 9;
    }
.h1-design-wrap {
    position: relative;
}
.h1-design-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
li {
    list-style: none;
    position: relative;
}
img.icon-design {
    height: 30px;
    margin-right: 12px;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(74deg) brightness(109%) contrast(101%);
}
ul.footr-dsgn-wrap li {
    color: #fff;
}
    ul.footr-dsgn-wrap li a {
        font-family: "Inter", sans-serif;
    }
a {
    text-decoration: none;
    color: #fff;
}
ul.footr-dsgn-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
    padding: 0;
    justify-content: center;
}
span.space {
    margin: 0 7px;
}