.not-join {
    background: #0b0f1a;
    padding: 0px 0px 80px 0px;
    color: #ffffff;
    position: relative;
    background-image: url(../images/not-joinBG.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.not-join::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ff9999;
    background: linear-gradient(189deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.844) 37%);
}

.not-join .container {
    position: relative;
    z-index: 2;
}

.not-join  .wave-wrap {
    position: relative;
}

.not-join  .wave-svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 1;
    pointer-events: none;
}

.custom-shape-divider-bottom-1768902443 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: 5;
}

.custom-shape-divider-bottom-1768902443 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 30px;
}

.custom-shape-divider-bottom-1768902443 .shape-fill {
    fill: #000;
}

.not-join  .not-join-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 70px;
    background-color: #000;
    padding-top: 30px;
    border-radius: 20px;
}

.not-join  .not-join-header h5 {
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
    position: relative;
}

.not-join  .not-join-header h5::after {
    content: "";
    position: absolute;
    top: calc(50% - -2px);
    transform: translateY(-50%);
    left: calc(50% - -100px);
    margin-left: 12px;
    width: 73px;
    height: 3px;
    background-color: #ffc517;

}

.not-join  .not-join-header h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

.not-join-header h1 span {
    color: #f6cb2f;
}

.not-join  .not-join-header p {
    color: #f6f8ff;
    font-size: 18px;
    font-weight: 400;
}

.not-join  .fs {
    margin-top: 100px;
}

.not-join  .mou {
    margin-top: 50px;
}

.not-join  .not-card {
    background: #000000;
    border-left: 2px solid #f7c71e;
    border-top: 2px solid #f7c71e;
    padding: 10px 10px;
    border-radius: 10px;
    transition: 0.3s ease;
    box-shadow: rgba(255, 255, 255, 0.928) 0px -1px 7px;
    height: 150px;
    margin-bottom: 20px;
}

.not-join  .not-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.07);
}

.not-join  .not-card h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #f6cb2f;
}

.not-join  .not-card p {
    font-size: 18px;
    color: #e5e7eb;
    text-align: justify;
    padding-left: 30px;
}

.not-join  .not-join-note {
    margin-top: 60px;
    text-align: center;
}

.not-join  .not-join-note p {
    color: #9ca3af;
    font-size: 14px;
}

.not-join  .point-not {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 18px;
    line-height: 1.5;
}

.not-join  .point-not i {
    color: #ff2020;
    font-size: 25px;
    margin-top: 4px;
    flex-shrink: 0;
}

.not-join .jion-img img{
    width: 90%;
    margin: auto;
}
@media(max-width:990px){
    .not-join .not-join-header h5::after{
        display: none;
    }
     .not-join .not-join-header h5 {
        color: #f7c71e;
     }
     .not-join .not-join-header h1 {
    font-size: 26px;
padding-top: 15px;
    margin-bottom: 15px;
}
.not-join .mou {
    margin-top: 0px;
}
.not-join .not-card h4 {
    font-size: 18px;
}
.not-join .not-card {
    height: 170px;
}
}