.post {
    margin-top: 225px;
}

.post h1 {
    position: relative;
    font-size: 82px;
    font-weight: 500;
    margin-bottom: 34px;
}

.post h1::before{
    content: '';
    position: absolute;
    left: 526px;
    bottom: -250px;
    width: 300px;
    height: 300px;
    background: #6F00E4;
    filter: blur(150px);
    opacity: 0.7;
    z-index: -1;
}

.post h1::after{
    content: '';
    position: absolute;
    right: -150px;
    top: -100px;
    width: 692px;
    height: 692px;
    background: url('../images/Vector.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
}

.post p {
    margin-bottom: 23px;
}

.post p.yellow {
    color: #FCB813;
}

.post p.red {
    color: #FF0000;
}

.header .container:before {
    content: none;
}

.header-tomenu .btn {
    height: 45px;
    width: 275px;
    margin-right: 30px;
}

.header-tomenu .btn i {
    width: 18px;
    height: 18px;
    clip-path: polygon(0% 43%, 79% 43%, 46% 10%, 56% 0, 100% 45%, 100% 55%, 56% 100%, 46% 90%, 79% 57%, 0 57%);
    background: var(--white-color);
    display: block;
    margin-left: 10px;
}

.circle{
    position: relative;
    width: 100%;
}

.circle::before{
    z-index: -1;
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    filter: blur(80px);
    border-radius: 999px;
    z-index: -1;
}

.circle.red::before{
    background: #FF0000;
}

.circle.left::before{
    left: -164px;
    bottom: 0;
}

.circle.right::before{
    right: -164px;
    bottom: 0;
}

.circle.purple::before{
    background: #9747FF;
}
