#banner {
    /* display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 110px 0; */
    background-image: url(./about-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#banner .banner-content {
    position: relative;
}

#banner .banner-content .banner-bg img {
    max-width: 100%;
    height: auto;
}

#banner .banner-content h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 45px;
    font-family: "poppins_medium";
}
#history {
    padding: 100px 0px;
}

#history .wrapper {
}

#history .wrapper .main-history {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#history .wrapper .main-history .history-right {
    width: 45%;
}

#history .wrapper .main-history .history-right .jne-logo {
    width: 14%;
    margin-bottom: 15px;
}

#history .wrapper .main-history .history-right .jne-logo img {
}

#history .wrapper .main-history .history-right .title-box {
}

#history .wrapper .main-history .history-right .title-box h3 {
}

#history .wrapper .main-history .history-right p {
    font-size: 17px;
    margin-bottom: 25px;
}

#history .wrapper .main-history .history-right .history-links {
}

#history .wrapper .main-history .history-right .history-links .history-box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: space-between;
    border-radius: 16px;
    box-shadow: 7px 11px 30px 0px rgba(0, 0, 0, 0.06);
    padding: 18px;
    border: 1px solid var(--Primary, #b7815b);
}

#history .wrapper .main-history .history-right .history-links .history-box h2 {
    font-size: 17px;
    font-family: "poppins_semibold";
}

#history .wrapper .main-history .history-right .history-links .history-box .history-icon {
    width: 20px;
}

#history .wrapper .main-history .history-right .history-links .history-box .history-icon img {
}

#history .wrapper .main-history .history-left {
    width: 46%;
}

#history .wrapper .main-history .history-left img {
}

#history .wrapper .main-history .history-right .history-links .history-box:hover {
    background: var(--Primary, #b7815b);
}

#history .wrapper .main-history .history-right .history-links .history-box:hover .history-icon {
    display: none;
}

#history .wrapper .main-history .history-right .history-links .history-box:hover .white-arrow {
    display: block;
}
#history .wrapper .main-history .history-right .history-links .history-box .white-arrow {
    display: none;
}

#history .wrapper .main-history .history-right .history-links .history-box:hover h2 {
    color: white;
}

#events {
    padding: 100px 0px;
    background: #f9f9f9;
}

#events .wrapper {
}

#events .wrapper .main-event {
    margin-bottom: 50px;
}

#events .wrapper .main-event .title-box {
    text-align: center;
}

#events .wrapper .main-event .title-box h3 {
}

#events .wrapper .main-event p {
    text-align: center;
    width: 68%;
    margin: 0 auto;
    font-size: 17px;
}

#events .wrapper .bottom-event {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#events .wrapper .bottom-event .event-box {
    width: 31%;
    margin-right: 35px;
}

#events .wrapper .bottom-event .event-box .event-image {
}

#events .wrapper .bottom-event .event-box .event-image img {
}

#events .wrapper .bottom-event .event-box .event-content {
    padding: 20px;
    position: relative;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background: #fff;
    box-shadow: 7px 11px 30px 0px rgba(0, 0, 0, 0.06);
}

#events .wrapper .bottom-event .event-box .event-content span {
    position: absolute;
    border-radius: 28px;
    background: #b7815b;
    font-size: 14px;
    padding: 7px 14px;
    top: -17px;
    color: #ffff;
}

#events .wrapper .bottom-event .event-box .event-content h3 {
    font-size: 20px;
    font-family: "poppins_regular";
    margin-top: 15px;
}

#events .wrapper .bottom-event .event-box .event-content p {
    font-size: 17px;
    margin-top: 10px;
}

#motto {
    padding: 100px 0px;
}
#motto .wrapper .title-box h3 {
    font-size: 28px;
}
#motto .wrapper {
}

#motto .wrapper .title-box {
}

#motto .wrapper .title-box h3 {
}

#motto .wrapper .motto-box {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

#motto .wrapper .motto-box .motto-card {
    border-radius: 16px;
    background: #fff;
    box-shadow: 7px 11px 30px 0px rgba(0, 0, 0, 0.06);
    width: 32%;
    padding: 20px;
}

#motto .wrapper .motto-box .motto-card .top-motto {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.top-motto {
}

#motto .wrapper .motto-box .motto-card .top-motto .motto-image {
    width: 27px;
    margin-right: 15px;
}

#motto .wrapper .motto-box .motto-card .top-motto .motto-image img {
}

#motto .wrapper .motto-box .motto-card .top-motto h4 {
    color: #b7815b;
    font-family: "poppins_semibold";
    font-size: 22px;
}

#motto .wrapper .motto-box .motto-card p {
    font-size: 17px;
    color: #888;
    line-height: 24px;
}
#team {
    padding: 100px 0px;
}

#team .wrapper {
}

#team .wrapper .title-box {
}

#team .wrapper .title-box h3 {
}

#team .wrapper .team-box {
    display: flex;
    justify-content: space-between;
}

#team .wrapper .team-box .team-card {
    width: 23%;
    transition: transform 0.3s ease;
}

#team .wrapper .team-box .team-card .team-member {
    border-radius: 16px 16px 0px 0px;
    border: 1px solid #d3d3d3;
}

#team .wrapper .team-box .team-card .team-member img {
}

#team .wrapper .team-box .team-card .team-role {
    border-radius: 10px;
    background: #fbfbfb;
    padding: 13px 12px;
    text-align: center;
    border: 1px solid #d3d3d3;
    position: relative;
    width: 100%;
    top: -6px;
    transition: background 0.3s ease, border 0.3s ease;
}

#team .wrapper .team-box .team-card .team-role h3 {
    font-size: 19px;
    font-family: "poppins_semibold";
}

#team .wrapper .team-box .team-card .team-role span {
}

#team .wrapper .team-box .team-card:hover .team-role {
    border: none; /* Remove border on hover */
    background: white; /* Change background color to white on hover */
}

#team .wrapper .team-box .team-card:hover {
    transform: scale(1.05); /* Zoom in on hover */
}

@media all and (max-width: 1380px) {
}
@media all and (max-width: 1280px) {
    #history .wrapper .main-history .history-right .history-links .history-box h2 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 368px;
    }
    #history .wrapper .main-history .history-right .jne-logo {
        width: 18%;
    }
    #team .wrapper .team-box {
        flex-wrap: wrap;
    }
    #team .wrapper .team-box .team-card .team-role h3 {
        font-size: 17px;
    }
    #team .wrapper .team-box .team-card .team-role span {
        font-size: 15px;
    }
    .about section.wrapper div.about-bottom div.about-cards div.about-card h3 {
        margin-bottom: 10px;
    }
}
@media all and (max-width: 1080px) {
    #history .wrapper .main-history .history-right p {
        font-size: 15px;
    }
    #motto .wrapper .motto-box .motto-card p {
        line-height: 24px;
    }
    #banner .banner-content h2 {
        font-size: 38px;
        font-family: "poppins_medium";
    }
    #history .wrapper .main-history .history-right .history-links .history-box h2 {
        font-size: 15px;
        font-family: "poppins_semibold";
    }
    #events .wrapper .bottom-event .event-box .event-content p {
        font-size: 16px;
    }
    #motto .wrapper .motto-box .motto-card p {
        font-size: 16px;
    }
    #team .wrapper .team-box .team-card {
        width: 24%;
    }
    #team .wrapper .team-box .team-card .team-role h3 {
        font-size: 16px;
    }
}
@media all and (max-width: 980px) {
    #history .wrapper .main-history {
        flex-wrap: wrap;
    }
    #history .wrapper .main-history .history-right {
        width: 100%;
    }
    #history .wrapper .main-history .history-left {
        width: 90%;
        margin: 0 auto;
    }
    #motto .wrapper .motto-box {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }
    #motto .wrapper .motto-box .motto-card {
        width: 45%;
    }
    #team .wrapper .team-box .team-card {
        width: 32%;
    }
    #team .wrapper .team-box {
        justify-content: center;
        gap: 30px;
    }
    #motto .wrapper .title-box h3 {
        font-size: 25px;
    }
}
@media all and (max-width: 768px) {
    #events .wrapper .bottom-event .event-box {
        margin-right: 0px;
    }
    #banner .banner-content h2 {
        font-size: 39px;
    }
    #banner .banner-content .banner-bg img {
        max-width: 100%;
        height: 46vh;
        object-fit: cover;
    }
    #events .wrapper .bottom-event .event-box .event-content {
        padding: 34px;
        min-height: 200px;
        position: relative;
        box-shadow: 7px 11px 30px 0px rgba(0, 0, 0, 0.06);
    }
    #events .wrapper .main-event p {
        width: 95%;
    }
    #motto .wrapper .motto-box .motto-card {
        width: 80%;
    }
    #banner .banner-content h2 {
        font-size: 38px;
    }
    .about section.wrapper div.about-bottom div.about-cards div.about-card {
        width: 95%;
        padding: 20px;
    }
    #history {
        padding: 70px 0px;
    }
    #events {
        padding: 70px 0px;
        background: #f9f9f9;
    }
    #motto {
        padding: 70px 0px;
    }
    #team {
        padding: 70px 0px;
    }
    #team .wrapper .team-box .team-card {
        width: 41%;
    }
}
@media all and (max-width: 640px) {
    #banner .banner-content h2 {
        font-size: 31px;
    }
    #history {
        padding: 70px 0px;
    }
    #events {
        padding: 70px 0px;
    }
    #motto {
        padding: 70px 0px;
    }
    #motto .wrapper .title-box h3 {
        font-size: 26px;
    }
    #motto .wrapper .motto-box .motto-card {
        width: 90%;
    }
    #team .wrapper .team-box .team-card {
        width: 57%;
    }
    #team .wrapper .team-box .team-card {
        width: 70%;
    }
}
@media all and (max-width: 480px) {
    #history .wrapper .main-history .history-right .jne-logo {
        width: 26%;
    }
    #events .wrapper .bottom-event .event-box {
        margin-right: 43px !important;
    }
    #events .wrapper .bottom-event .event-box .event-content {
        min-height: 233px;
    }
    #banner .banner-content h2 {
        font-size: 33px;
    }
    #events .wrapper .main-event p {
        font-size: 16px;
    }
    #history .wrapper .main-history .history-right .history-links .history-box h2 {
        font-size: 16px;
    }
    #motto .wrapper .motto-box .motto-card {
        width: 90%;
    }
}
@media all and (max-width: 360px) {
    #events .wrapper .bottom-event .event-box .event-content {
        padding: 20px;
    }
    #events .wrapper .bottom-event .event-box .event-content p {
        font-size: 15px;
    }
    #motto .wrapper .motto-box .motto-card {
        width: 95%;
    }
}
@media all and (max-width: 320px) {
}
