﻿body {
    background: #fff;
}

.font-bold{
    font-weight: 600 !important;
}

#about-hero {
    width: 100%;
    min-height: 25rem;
    background-image: url(/Content/Images/about/about_BG.png);
    background-repeat: no-repeat;
    background-position: 11%;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    padding: 4rem;
}
#about-hero h2 {
    color: white;
    font-size: 45px;
}
.mission-head {
    font-size: 39px;
    font-weight: 500;
    margin-bottom: 25px;
}
.mission-text {
    width: 100%;
    font-size: 22.52px;
    font-weight: normal;
}

#ceo {
    background-image: url(/Content/Images/about/ceo-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    padding: 4rem;
    color: white;
    margin-bottom:2rem;
    overflow-x: clip;
}
#ceo-left {
    height: 18rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    width: 36rem;
    padding-left: 6.25rem;
    padding-bottom: 4rem;
}

.ceo-content{
    margin-bottom: 1.25rem;
}

.ceo-head {
    font-size: 51px;
    width: 80%;
}
#ceo-left button {
    background-color: #163491;
    padding: 15px;
    border: none;
    outline: none;
    color: white;
    border-radius: 6px;
    transition: 0.5s;
    cursor: pointer;
}
#mission p {
    font-style: normal;
    font-weight: 500;
    font-size: 26.2751px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.01em;
    margin-top: 15.31px;
}
#mission h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
}
#mission {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6rem 15rem;
    background-image: url(/Content/Images/about/mission.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 10px;
    color: white;
    text-align: center;
}

#ceo-right {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

#ceo-right img {
    position: absolute;
    left: 47rem;
    margin-top: -14.9rem;
}
#mission h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
}
#values-section {
    padding: 6rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
    #values-section > * {
        margin-bottom: 1.5rem;
    }
    #values-section > p {
        font-weight: 500;
        font-size: 18px;
    }
.values-head {
    width: 100%;
}
.values-head-bottom {
    margin-top: 6rem;
}
    .values-head hr {
        width: 100%;
        border-top: 2px solid #2393E9;
    }
    .values-head > div {
        position: relative;
        top: -40px;
        left: 50%;
        display: inline-block;
        transform: translateX(-50%);
        background-color: white;
        padding: 0 8px;
    }
.values-list {
    list-style: none;
}
#values-list-item-1 {
    border: none;
}

.values-list-items {
    float: left;
    padding: 4px 35px;
    border-left: 1px solid rgb(109, 109, 109);
}

#values-nav {
    box-shadow: 0px 3px 3px #b6b6b6;
    padding: 10px;
    border: 1px solid #E4E4E4;
}

#about-features {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0rem 4rem 4rem 4rem;
    gap: 2rem;
}
    #about-features > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        border: 1px solid #E4E4E4;
        padding: 1.5rem;
    }
        #about-features > div > * {
            margin-bottom: 20px;
        }
.about-feature-logo {
    padding: 1.5rem;
    background-color: #F0F8FF;
    border-radius: 100%;
}
.about-feature-content {
    font-size: 13px;
}
.about-feature-button {
    background-color: #2393E9;
    padding: 8px 40px;
    color: white;
    outline: none;
    border: none;
    cursor: pointer;
    border-radius: 17px;
    margin-top: 30px;
    transition: 0.5s;
}
.about-feature-heading {
    font-size: 20px;
    font-weight: 500;
}
#about-hero, #about-mission, #values-section, #about-features {
    padding: 4rem 7.25rem;
    width: 100%;
}

#ceo {
    padding: 4rem 1rem 0rem;
    width: 100%;
}

#about-features {
    padding-top: 0;
    align-items: stretch;
}

@media only screen and (max-width: 2560px) {
    #ceo-right img {
        left: 95rem;
    }
}

@media only screen and (max-width: 1920px) {
    #ceo-right img {
        left: 70rem;
    }
}

@media (max-width: 1600px) {
    #ceo-right img {
        left: 50rem;
    }
}

@media (max-width: 1366px) {
    #ceo-right img {
        left: 44rem;
    }
}

@media only screen and (max-width: 1024px) {
    #about-hero, #about-mission, #ceo, #values-section, #about-features {
        padding: 4rem 1rem;
    }

    #about-hero {
        min-height: 15rem;
    }

    #ceo {
        flex-direction: column;
        padding-bottom: 0;
    }

    .ceo-content {
        margin-bottom: 0;
    }

    #ceo-left {
        width: auto;
        padding-left: 0;
        padding-bottom: 0;
    }

    #ceo-right {
        justify-content: initial;
    }

    #ceo-right img {
        position: static;
        margin-top: 0;
        margin-bottom: 0px;
    }

    #mission {
        padding: 6rem 8rem;
    }

    #about-features {
        padding-top: 0;
    }
}
@media only screen and (max-width: 890px) {
    #about-features {
        flex-wrap: wrap;
    }
    #ceo-right img {
        width: 90%;
    }
}
@media only screen and (max-width: 768px) {
    #mission {
        padding: 4rem 0rem;
        border-radius: 0;
    }

    .mission-text {
        width: 100%;
    }
}

@media only screen and (max-width: 430px) {
    #about-hero {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #about-hero h2 {
        font-size: 2rem;
    }
    #ceo-left {
        height: 13rem;
    }
    .ceo-head {
        font-size: 34px;
        width: 100%;
    }
    .mission-head {
        font-size: 25px;
    }
    .mission-text {
        width: auto;
        font-size: 16px;
    }
    #mission h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: center;
    }

    #mission p {
        font-size: 18px;
        font-weight: 500;
        line-height: 25px;
        letter-spacing: -0.01em;
        text-align: center;
        margin-top: 0;
    }
    .values-list {
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-right: 0.53px solid #283F50;
        border-left: 0.53px solid #283F50;
        padding: 0 13px;
        align-items: center;
        margin: 0px 8px;
    }
    .values-list-items {
        padding: 7px 52px;
        font-size: 16px;
    }
    .values-list-items {
        border: none;
    }
    #values-section > p {
        width: 16rem;
        text-align: center;
    }
}

@media only screen and (max-width: 375px) {
    #ceo-left {
        height: 15rem;
    }
    #mission {
        padding: 4rem 1rem;
    }
}

@media only screen and (max-width: 320px) {
    #mission {
        padding: 4rem 0rem;
    }
}
