.about {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: #5b5b5b;
    overflow-x: hidden;
}

.about .navbar {
    display: flex;
    width: 100%;
    height: 64px;
    align-items: center;
    justify-content: center;
    padding: 0px 2.5vw;
    background-color: #5b5b5b;
    box-shadow: 0px 1px 3px #2828284c;
    position: sticky;
    top: 0;
    z-index: 100;
}

.about .frame {
    display: flex;
    width: 100%;
    max-width: 1200px;
    align-items: center;
    justify-content: space-between;
    gap: 5vw;
    position: relative;
}

.about .div {
    display: inline-flex;
    height: 38px;
    align-items: center;
    gap: 8px;
    position: relative;
    flex: 0 0 auto;
}

.about .union-wrapper {
    position: relative;
    width: 38px;
    height: 38px;
    aspect-ratio: 1;
}

.about .union {
    position: absolute;
    width: 38px;
    height: 38px;
    top: 0;
    left: 0;
}

.about .text-wrapper {
    position: relative;
    width: fit-content;
    font-family: "Goldman-Bold", Helvetica;
    font-weight: 700;
    color: #bea98a;
    font-size: clamp(18px, 2vw, 24px);
    letter-spacing: 0;
    line-height: normal;
}

.about .frame-2 {
    display: inline-flex;
    align-items: center;
    gap: 1vw;
    position: relative;
    flex: 0 0 auto;
}

.about .div-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 1vw;
    position: relative;
    flex: 0 0 auto;
    border-radius: 6px;
}

.about .text-wrapper-2 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Inter-Medium", Helvetica;
    font-weight: 500;
    color: #ffffff99;
    font-size: clamp(12px, 1vw, 14px);
    letter-spacing: 0;
    line-height: 22px;
    white-space: nowrap;
    transition: color 0.3s;
}

.about .text-wrapper-2.active {
    color: #00ffcc;
}

.about .text-wrapper-2:hover {
    color: #ffffff;
}

.about .text-wrapper-2:hover {
    color: #00ffcc;
}

.about .text-wrapper-3 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Inter-Medium", Helvetica;
    font-weight: 500;
    color: #ffffff99;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    white-space: nowrap;
}

.about .group {
    position: absolute;
    width: 40vw;
    max-width: 591px;
    height: auto;
    max-height: 480px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

.about .frame-3 {
    display: flex;
    flex-direction: column;
    width: 80vw;
    max-width: 1040px;
    align-items: flex-start;
    justify-content: center;
    gap: 13px;
    position: absolute;
    top: 104px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
}

.about .frame-4 {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    position: relative;
    flex: 0 0 auto;
}

.about .text-wrapper-4 {
    position: relative;
    width: fit-content;
    font-family: "Goldman-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 22px;
    white-space: nowrap;
}

.about .frame-wrapper {
    position: relative;
    width: 24px;
    height: 24px;
    overflow: hidden;
    transform: rotate(180deg);
    aspect-ratio: 1;
}

.about .arrow-wrapper {
    position: relative;
    width: 200px;
    height: 200px;
    top: -88px;
    left: -88px;
}

.about .arrow {
    position: absolute;
    width: 23px;
    height: 15px;
    top: 92px;
    left: 88px;
    transform: rotate(-180deg);
}

.about .map-image {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.about .founded-in-by {
    position: relative;
    align-self: stretch;
    font-family: "Goldman-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    max-width: 100%;
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
    .about .navbar {
        padding: 0px 20px;
        gap: 20px;
    }

    .about .frame {
        gap: 20px;
        width: 100%;
        justify-content: space-between;
    }

    .about .frame-2 {
        gap: 8px;
    }

    .about .frame-3 {
        width: 90vw;
        top: 80px;
        padding: 0 20px;
    }

    .about .group {
        width: 80vw;
        top: 60%;
    }

    .about .text-wrapper-4 {
        font-size: 20px;
    }

    .about .founded-in-by {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .about .navbar {
        padding: 0px 10px;
    }

    .about .frame {
        flex-direction: column;
        gap: 10px;
        height: auto;
        padding: 10px 0;
    }

    .about .frame-2 {
        gap: 4px;
    }

    .about .div-wrapper {
        padding: 6px 12px;
    }

    .about .frame-3 {
        width: 95vw;
        padding: 0 10px;
        top: 120px;
    }

    .about .text-wrapper-4 {
        font-size: 18px;
    }

    .about .founded-in-by {
        font-size: 13px;
    }

    .about .group {
        width: 90vw;
        top: 65%;
    }
}