/* About page scoped styles */
.about-page .about_hero_sec {
    padding: 128px 0 236px;
    background-image: url('../images/about_hero_bg.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 100vh;
}

.about-page .ahs_textDiv {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.about-page .about_timeline_bg {
    background-image: url('../images/about_timeline_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    background-attachment: fixed;
}

.about-page .about_timeline_section {
    padding: 80px 0;
}

.about-page .about_timeline_div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.about-page .about_timeline_div #a_timeline img {
    height: 500px;
    margin-left: 60px;
    will-change: transform;
    -webkit-change: transform;
}

.about-page .horizontal-scroll-section {
    position: relative;
    min-height: 100vh;
    opacity: 0;
    transition: 0.2s opacity;
}

.about-page .horizontal-scroll-section--init {
    opacity: 1;
}

.about-page .horizontal-scroll-section__content {
    display: flex;
    align-items: center;
}

.about-page .horizontal-scroll-section__content-wrapper {
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
}

.about-page .horizontal-scroll-section__content-section {
    position: relative;
    min-width: 60vw;
    text-align: center;
    padding: 0 40px;
    height: 100%;
    display: flex;
    align-items: center;
}

.about-page .horizontal-scroll-section__image {
    display: flex;
    align-items: center;
}

.about-page .scene {
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
}

.about-page .scene--active {
    position: fixed;
}

.about-page .scene--ended {
    position: absolute;
    bottom: 0;
    top: auto;
}

.about-page .timeline-img {
    height: 76vh;
}

.about-page .ats_head {
    margin: 0;
    border: 0;
}

.about-page .wwa_head {
    padding-bottom: 32px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 32px;
}

.about-page .wwa_head h2 {
    color: #171717;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 12px;
}

.about-page .wwa_head p {
    color: #404040;
    font-size: 16px;
    margin: 0;
    width: 60%;
}

.about-page #a_timeline {
    white-space: nowrap;
    overflow: hidden;
    cursor: grab;
}

.about-page .greybg_section {
    padding: 95px 0;
}

.about-page .greybgTextBox {
    padding: 64px;
    text-align: center;
    background-color: #F7F7F9;
    border-radius: 6px;
}

.about-page .greybgTextBox h3 {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 8px;
}

.about-page .greybgTextBox p {
    font-size: 14px;
    color: #737373;
    margin: 0 auto 24px;
    width: 60%;
}

.about-page .gbt_btn {
    background-color: #ffffff;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    padding: 12px 20px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #404040;
    text-decoration: none;
}

.about-page .gbt_btn:hover {
    background-color: #0049FF;
    color: white;
}

.about-page .coreValue_sec .mmccs_head {
    width: 100%;
    padding-bottom: 48px;
    margin-bottom: 48px;
    border-bottom: 1px solid #E5E5E5;
}

.about-page .coreValue_sec .mmccs_head p {
    width: 53%;
}

.about-page .coreValue_sec .wcm_text p {
    font-size: 16px;
    color: #737373;
}

.about-page .coreValue_sec {
    padding-top: 73px;
}

.about-page .statistics_sec {
    background-color: #F7F7F9;
    padding: 64px 0;
}

.about-page .stats_flexBox {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.about-page .statsCol {
    flex: 1;
    padding: 24px;
    background-color: #ffffff;
    border: 1px solid #F1F2F3;
    border-radius: 8px;
    display: flex;
    gap: 24px;
}

.about-page .stats_textBox h2 {
    font-size: 32px;
    color: #171717;
    font-weight: 600;
    margin: 0 0 4px;
}

.about-page .stats_textBox p {
    font-size: 14px;
    color: #737373;
    margin: 0;
}

.about-page .statsCol_img img {
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.about-page .whyMegamind_sec {
    padding: 178px 0;
}

.about-page .wms_textBox {
    text-align: center;
}

.about-page .whyMegamind_sec .scs_head {
    width: 90%;
    margin-bottom: 76px;
}

.about-page .whyMegamind_sec .scs_head .wmc_head_p {
    width: 80%;
    margin: 0 auto;
}

.about-page .whyMegamind_sec .scs_head .wms_blue_p {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #6366F1;
    margin: 0 0 12px;
}

.about-page .wms_textBox h2 {
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 32px;
}

.about-page .wms_ul {
    margin: 0 0 24px;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.about-page .wms_ul li {
    margin: 0 auto;
    font-size: 18px;
    color: #737373;
}

.about-page .wms_dark_p {
    font-size: 18px;
    color: #303136;
    margin: 0;
}

.about-page .about_logoSec .logos_row {
    flex-wrap: wrap;
    border: 0;
    margin: 0;
}

.about-page .logo_col_abt {
    display: flex;
    gap: 14px;
    justify-content: center;
}

.about-page .logo_col_abt h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-align: left;
    display: flex;
    align-items: center;
    height: 40px;
}

.about-page .logo_col_abt img {
    width: 40px;
    height: 40px;
}

.about-page .about_logoSec .scs_head {
    width: 100%;
    margin: 0 0 32px;
}

.about-page .about_logoSec .scs_head h2 {
    font-size: 36px;
}

@media screen and (max-width: 768px) {
    .about-page .whyMegamind_sec .scs_head {
        width: 100%;
        margin-bottom: 56px;
    }

    .about-page .about_hero_sec {
        padding: 64px 0;
    }

    .about-page .about_timeline_section {
        padding: 20px 0 0;
    }

    .about-page .about_timeline_div marquee img {
        height: 200px;
    }

    .about-page .greybgTextBox {
        padding: 64px 30px;
    }

    .about-page .greybgTextBox h3 {
        font-size: 20px;
    }

    .about-page .greybgTextBox p {
        width: 100%;
    }

    .about-page .wwa_head p {
        width: 100%;
    }

    .about-page .gbt_btn {
        padding: 8px 13px;
    }

    .about-page .greybg_section {
        padding-bottom: 0;
    }

    .about-page .coreValue_sec .mmccs_head p {
        width: 100%;
    }

    .about-page .coreValue_sec .mmccs_head {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .about-page .coreValue_sec {
        padding-bottom: 30px;
    }

    .about-page .stats_textBox h2 {
        font-size: 28px;
    }

    .about-page .stats_textBox p {
        white-space: nowrap;
    }

    .about-page .stats_flexBox {
        gap: 20px;
    }

    .about-page .whyMegamind_sec {
        padding: 110px 0 30px;
    }

    .about-page .wms_textBox h2 {
        font-size: 24px;
    }

    .about-page .wms_ul li,
    .about-page .wms_dark_p {
        font-size: 14px;
    }

    .about-page .logo_col_abt {
        flex: 1;
        max-width: unset;
    }

    .about-page .logo_col_abt h4 {
        font-size: 16px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .about-page .about_hero_sec {
        padding: 100px 0 56px;
    }

    .about-page .about_timeline_div marquee img {
        height: 300px;
    }

    .about-page .stats_flexBox {
        display: flex;
        gap: 25px;
    }

    .about-page .stats_textBox h2 {
        font-size: 28px;
    }

    .about-page .statsCol {
        gap: 18px;
    }

    .about-page .stats_textBox p {
        white-space: nowrap;
    }

    .about-page .logo_col_abt {
        flex: 1;
        max-width: unset;
    }

    .about-page .coreValue_sec {
        padding-bottom: 100px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1200px) {
    .about-page .about_hero_sec {
        height: auto;
    }
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
    .about-page .whyMegamind_sec .scs_head {
        width: 100%;
    }

    .about-page .whyMegamind_sec .scs_head h2 {
        font-size: 32px;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1400px) {
    .about-page .whyMegamind_sec .scs_head h2 {
        font-size: 40px;
    }

    .about-page .whyMegamind_sec .scs_head {
        width: 90%;
    }
}

@media screen and (max-height: 720px) {
    .about-page .about_hero_sec {
        height: auto;
    }
}

@media screen and (min-width: 1920px) {
    .about-page .about_hero_sec {
        height: auto;
    }
}
