.about-landing {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 4rem 0px;
}

.about-landing .dummy-block {
    width: 200px;
    border-radius: 0px 30px 30px 0px;
    background-color: #202529;
}

.about-landing .image-section {
    max-width: 400px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 10px;
    flex-direction: column;
}

.about-landing .image-section img {
    width: 100%;
    border-radius: 30px;
    height: auto;
}

.about-landing .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
    flex-grow: 1;
    padding: 0px 20px;
    min-width: 300px;
    max-width: calc(100% - 938px);
}

.about-landing h2 {
    color: #202529;
}

.about-landing .content p {
    font-size: 14px;
    font-weight: 300;
}

.about-landing .content a {
    align-self: flex-end;
    color: #202529;
    text-decoration: none;
}

.about-landing .msg-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
}

.about-landing .msg-section .mission {
    width: 47%;
}

.about-landing .msg-section h3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    color: #b0190c;
    font-weight: 400;
}

.about-landing .msg-section h3 hr {
    width: 100%;
    border: none;
    height: 2px;
    background-color: #b0190c;
}

.about-landing .about-nav {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
    background-color: #202529;
    color: #FFF;
    padding: 20px;
    border-radius: 30px 0px 0px 30px;
}

.about-landing .about-nav img {
    width: 80%;
    border-radius: 20px;
}

.about-landing .about-nav a {
    color: #FFF;
    text-decoration: none;
}

.bg-a1 {
    background-color: #202529 !important;
}

.about-gallery {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
    width: 100%;
    padding: 2rem 0px;
    color: #fff;
    min-height: 50vh;
    padding-bottom: 0px;
}

.about-gallery h2 {
    margin-left: 10%;
}

.about-gallery .scroller {
    display: flex;
    overflow-x: auto;
    justify-content: flex-start;
    scroll-behavior: smooth;
    align-items: stretch;
    position: relative;
    overflow: auto;
    width: 100%;
    padding: 10px;
    padding-right: 0px;
    padding-top: 2rem;
}

.about-gallery .scroller::-webkit-scrollbar {
    height: 0px;
    display: none;
}

.about-gallery .scroller .wrapper {
    flex: 0 0 auto;
    width: 260px;
    height: auto;
    margin-right: 20px;
    background-color: transparent;
    border-radius: 10px;
}

.about-gallery .scroller .wrapper img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    opacity: 0.8;
    transition: 0.3s;
}

.about-gallery .scroller .wrapper:hover img {
    opacity: 1;
    transform: translateY(5px);
    transition: 0.3s;
}

.about-gallery .scroller .wrapper p {
    color: #202529;
    text-align: center;
    width: 100%;
    padding-top: 10px;
    cursor: pointer;
}

.about-gallery .scroller button {
    position: sticky;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    background: #b0190c;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 0px;
    min-width: 90px;
    height: 90px;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.3s;
}

.about-gallery .scroller button:hover {
    transition: 0.3s;
    scale: 1.1;
}

.about-gallery .scroller button i {
    transition: 0.3s;
}


.about-gallery .scroller button:hover i {
    scale: 0.8;
    transition: 0.3s;
}

.about-gallery .scroller .fade-out {
    position: sticky;
    top: 0;
    right: -2px;
    min-width: 60px;
    max-width: 15%;
    min-height: 100%;
    background-image: linear-gradient(to right, #ffffff3d, #fdfefe);
    z-index: 1;
}

.about-gallery .scroller button i {
    font-size: inherit;
}

/* .about-gallery .scroller .scroll-left {
    left: 10px;
} */

.about-gallery .scroller .scroll-right {
    right: 40px;
}

.about-history {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    flex-direction: row;
    width: 100%;
    padding: 0px;
    color: #fff;
    min-height: 50vh;
    max-width: 1200px;
    padding-bottom: 3rem;
}

.about-history .right {
    display: flex;
    justify-content: flex-start;
    align-self: flex-start;
    gap: 10px;
    flex-direction: column;
    width: 50%;
    max-width: 600px;
}

.about-history .right p {
    font-size: 14px;
    line-height: 24px;
}

.about-history .left {
    display: flex;
    justify-content: flex-start;
    align-self: flex-start;
    gap: 10px;
    flex-direction: column;
    width: 40%;
    max-width: 600px;
}

.about-history .left h2 {
    text-align: left;
    justify-content: flex-start;
}

.about-history .right a {
    align-self: flex-end;
    color: #FFF;
    text-decoration: none;
}

.about-history .left .img-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
}

.about-history .left .img-block img {
    max-width: 190px;
    mix-blend-mode: color-burn;
    background-color: #FFF;
    border-radius: 30px;
}

.about-history .left .img-block h2 {
    font-size: 2.4rem;
    line-height: 3rem;
}

.management {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    padding: 2rem 0px;
    color: #fff;
    min-height: 50vh;
    padding-bottom: 0px;
    padding-bottom: 3rem;
}

.management h2 {
    color: #b0190c;
    width: 100%;
    text-align: left;
    align-items: flex-start;
    justify-content: flex-star;
}

.management .stacking {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    scroll-behavior: smooth;
    align-items: stretch;
    position: relative;
    width: 100%;
    padding: 10px;
    padding-right: 0px;
    padding-top: 2rem;
    gap: 20px;
}

.management .stacking::-webkit-scrollbar {
    height: 0px;
    display: none;
}

.management .stacking .wrapper {
    flex: 0 0 auto;
    width: 260px;
    height: auto;
    background-color: transparent;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.management .stacking .wrapper img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    transition: 0.3s;
}

.management .stacking .wrapper p {
    color: #202529;
    text-align: left;
    width: 100%;
    padding: 10px;
    padding-top: 30px;
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    background-image: linear-gradient(to bottom, transparent, #000000FA);
    color: #FFF;
}

.management .stacking .wrapper p label {
    display: block;
    font-size: 14px;
}

.bg-a2 {
    background-color: #f4f3f0 !important;
}

.management .director-section {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1000px;
}

.management .director-section .content {
    min-width: 300px;
    background-color: #b0190c;
    border-radius: 20px;
    padding: 20px;
    flex-grow: 1;
    max-width: calc(100% - 310px);
}

.management .director-section .image {
    width: 300px;
    min-height: 300px;
    border-radius: 20px;
    background-color: #202529;
}

.management .director-section .content p {
    font-size: 14px;
    opacity: 0.7;
    line-height: 24px;
    font-weight: 300;
}

.management .director-section .content h3 {
    font-size: 1.5rem;
    font-weight: 400;
}

.management .director-section .content label {
    font-size: 16px;
}

.management .director-section .content .msg {
    margin: 15px 0px;
    font-size: 16px;
    opacity: 1;
    font-weight: 400;
}

.achievements {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    padding: 2rem 0px;
    color: #fff;
    min-height: 50vh;
    padding-bottom: 0px;
    padding-bottom: 3rem;
}

.achievements h2 {
    color: #b0190c;
    justify-content: flex-start;
    width: 100%;
}

.achievements .stacking {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.achievements .stacking .wrapper {
    width: 100%;
    max-width: 280px;
    height: auto;
    max-height: 190px;
    position: relative;
}

.achievements .stacking .wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.achievements .stacking .wrapper p {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #00000099;
    color: #FFF;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
}

@media screen and (max-width: 880px) {
    .about-landing {
        margin-top: 0px;
        padding-right: 10px;
    }

    .about-landing .content {
        max-width: none;
        padding: 10px;
    }

    .about-landing .msg-section {
        flex-direction: column;
        gap: 20px;
    }

    .about-landing .msg-section .mission {
        width: 100%;
    }

    .about-landing .dummy-block {
        width: 60px;
        height: none;
    }

    .about-landing .image-section {
        width: calc(100% - 70px);
    }

    .about-landing .about-nav {
        display: none;
    }

    .about-gallery .scroller .scroll-right {
        display: none;
    }

    .about-history {
        flex-direction: column;
        padding: 10px;
    }

    .about-history .left .img-block h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .about-history .left .img-block img {
        max-width: 120px;
    }

    .about-history .left,
    .about-history .right {
        width: 100%;
    }

    .management .stacking {
        padding: 10px;
        justify-content: center;
        align-items: flex-start;
    }

    .achievements {
        padding: 10px;
    }

    .achievements .stacking {
        padding: 10px;
        justify-content: center;
        align-items: flex-start;
    }
}