.mobil-menu-section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 101vh;
    z-index: 9999;
    background-color: #171717;
    overflow: hidden;
    transform: translate(-100%, -10px);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1) 0s;
    opacity: 0;
    visibility: hidden;
}

.mobil-menu-section.active {
    transform: translate(0, 0);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1) 0s;
    opacity: 1;
    visibility: visible;
}

.mobil-menu-section::before {
    content: "";
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(360deg, hsl(223deg 62% 29% / 80%) 0%, #8357FF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    width: 500px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    border-radius: 100%;
    opacity: .2;
    filter: blur(90px);
}

.mobil-menu-section .mobil-menu-wrap {
    padding: 120px 0 0;
}

.mobil-menu-section .mobil-menu-wrap .menu {
    position: relative;
    z-index: 9999;
}

.mobil-menu-section .mobil-menu-wrap .menu ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mobil-menu-section .mobil-menu-wrap .menu ul li {}

.mobil-menu-section .mobil-menu-wrap .menu ul li a {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.mobil-menu-section .mobil-menu-wrap .images-content {
    position: absolute;
    left: 0;
    bottom: -60%;
}

.mobil-menu-section .mobil-menu-wrap .images-content .human {
    height: 700px;
    width: 500px;
    object-fit: contain;
    z-index: 99;
    position: relative;
}

.mobil-menu-section .mobil-menu-wrap .images-content .wings {}

.mobil-menu-section .mobil-menu-wrap .images-content .wings img {
    width: 300px;
    position: absolute;
}

.mobil-menu-section .mobil-menu-wrap .images-content .wings .left-wing {
    left: -50px;
    top: 50px;
    transform: rotate(-15deg) !important;
}

.mobil-menu-section .mobil-menu-wrap .images-content .wings .right-wing {
    right: -50px;
    top: 50px;
    transform: rotate(15deg) !important;
}

.mobil-menu-section .mobil-menu-wrap .borker-platform {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -50px;
}

.mobil-menu-section .mobil-menu-wrap .borker-platform .broker-round {
    width: 300px;
    height: 300px;
    border: 1px solid #8357ff42;
}

.mobil-menu-section .mobil-menu-wrap .borker-platform .broker-round .broker-shape-group {
    width: 300px;
    height: 300px;
}

.mobil-menu-section .mobil-menu-wrap .borker-platform .broker-round .broker-shape-group span {}

.mobil-menu-section .mobil-menu-wrap .borker-platform .broker-round .broker-shape-group span:nth-child(1) {
    width: 14px;
    height: 14px;
    left: -8px;
}

.mobil-menu-section .mobil-menu-wrap .borker-platform .broker-round .broker-shape-group span:nth-child(2) {
    width: 22px;
    height: 22px;
    top: -12px;
}

.mobil-menu-section .mobil-menu-wrap .borker-platform .broker-round .broker-shape-group span:nth-child(3) {}

.mobil-menu-section .mobil-menu-wrap .borker-platform .broker-round .broker-shape-group span:nth-child(4) {
    width: 20px;
    height: 20px;
    bottom: -10px;
}

.mobil-menu-section .mobil-menu-wrap .borker-platform .broker-text {
    left: -80px;
    bottom: 60px;
    transform: translate(0) rotate(-7deg);
    width: fit-content;
}

.mobil-menu-section .mobil-menu-wrap .borker-platform .broker-text .broker-once-text {
    font-size: 80px;
    line-height: 50px;
}

.mobil-menu-section .mobil-menu-wrap .borker-platform .broker-text .broker-second-text {
    font-size: 40px;
    line-height: 30px;
}

@media only screen and (max-width: 991px) {}

@media only screen and (min-width: 992px) {
    .mobil-menu-section {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mobil-menu-section .mobil-menu-wrap {
        padding: 200px 0 0;
    }

    .mobil-menu-section .mobil-menu-wrap .images-content{
        bottom: -60%;
    }
    .mobil-menu-section .mobil-menu-wrap .images-content .human {
        height: 1400px;
        width: 1000px;
    }
    .mobil-menu-section .mobil-menu-wrap .images-content .wings img {
        width: 600px;
    }

    .mobil-menu-section .mobil-menu-wrap .borker-platform,
    .mobil-menu-section .mobil-menu-wrap .borker-platform .broker-round,
    .mobil-menu-section .mobil-menu-wrap .borker-platform .broker-round .broker-shape-group{
        width: 600px;
        height: 600px;
    }

    .mobil-menu-section .mobil-menu-wrap .borker-platform .broker-text{
        left: -200px;
        bottom: 300px;
    }
    .mobil-menu-section .mobil-menu-wrap .borker-platform .broker-text .broker-once-text{
        font-size: 150px;
        line-height: 100px;
    }
    .mobil-menu-section .mobil-menu-wrap .borker-platform .broker-text .broker-second-text{
        font-size: 100px;
        line-height: 50px;
    }
    .mobil-menu-section .mobil-menu-wrap .borker-platform{
        top: 40%;
    }

}

