body {
    background-color: #27272A !important;
}

#project-left .title-text {
    font-size: clamp(24px, 4vw, 61px);
}

#project-left p {
    color: #A1A1AA;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

#project-left #tab-project {
    border-color: #3F3F46 !important;
}

#project-left #tab-project span {
    color: #71717A;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

#project-left #tab-project span.active {
    color: white;
    position: relative;
}

#project-left #tab-project span.active::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    background-color: white;
    height: 2px;
}

#project-right {
    z-index: 2;
}

#project-right img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.sticky-md-top {
    top: 110px;
    z-index: 2;
}

.circle-content {
    z-index: -1;
    height: 200px;
    width: 500px;
}

#project-right .title {}

#project-right .title span {
    color: #27272A;
    font-size: clamp(12px, 2vw, 24px);
    font-weight: 700;
    font-family: 'Charmonman', cursive;
}

#project-right a {
    position: relative;
}

#project-right .title strong {
    font-family: 'Charmonman', cursive;
    font-size: clamp(26px, 5vw, 80px);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
    text-shadow: 0 0 6px #000;
    color: #fff;
}