body {
    font-family: "Roboto", "Helvetica Neue", "Arial, sans-serif";
    color: #000000;
    font-size: 24px;
}

.hero-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url('../photos/Behance-41.jpg');
    height: 80vh;
    width: 10ovh;
    object-fit: cover;
    color: #ffffff;
    background-position: center;
    position: relative;
}

.hero-container-color {
    background-color: rgba(0, 0, 0, 0.211);
    z-index: 100;
    position: absolute;
    width: 100%;
    height: 100%;
}

.caption-container {
    z-index: 200;
}

.caption-sub-content {
    z-index: 200;
}

.about-us-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    background-color: #ffffff;
    background-size: cover;
}

.about-us {
    font-family: roboto black;
    font-size: 60px;
    letter-spacing: 6px;
    color: #1d04fa;
}

.intro-container {
    color: #ffffff;
    padding: 50px 100px;
    text-align: center;
    font-size: 30px;
    text-align: justify;
    letter-spacing: 2px;
    background-image: url(/photos/object-3.png);
    background-position: center center;
    filter: contrast(80%);
}

.vision-container {
    color: #000000;
    width: 100%;
    height: auto;
    padding-top: 10px;
    background-image: url(/photos/object-2.png);
    position: relative;
    z-index: -200;
}

.vision h3 {
    width: 220px;
    height: 70px;
    padding: 10px;
    margin: 20px;
    color: #0000ff;
    border: 1px solid #ebebeb;
    text-align: center;
    box-shadow: 2px 2px 20px#b1afaf;
}

.vision-img {
    width: 100%;
    height: 100px;
    position: absolute;
    overflow: hidden;
    z-index: -100;
    animation-name: vision-image;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

@keyframes vision-image {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.vision-message {
    font-size: 30px;
    padding: 10px 100px 40px 100px;
    letter-spacing: 2px;
}

hr {
    background-color: #c9c9c9;
}

.mission-container {
    color: #000000;
    background-color: #f5f5f5;
    padding-top: 10px;
    background-image: url(/photos/object-2.png);
    ;
    width: 100%;
    height: auto;
}

.mission h3 {
    width: 250px;
    height: 70px;
    padding: 10px;
    margin: 20px;
    color: #0000ff;
    border: 1px solid #ebebeb;
    text-align: center;
    box-shadow: 2px 2px 20px#b1afaf;
}

.mission-message {
    font-size: 30px;
    padding: 10px 100px 40px 100px;
    letter-spacing: 2px;
}

.core-values-container {
    color: #000000;
    background-color: #ffffff;
    width: 100%;
    /* background-image: url(/photos/object-1.png); */
    background-size: cover;
}

.core-values {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 20px;
}


/* .core-values img {
        width: 400px;
        height: 140px;
        padding-left: 10px;
        box-shadow: 1px 2px 2px#b1afaf;
    } */

.core-values h3 {
    width: 330px;
    height: 70px;
    padding: 10px;
    margin: 10px;
    color: #0000ff;
    border: 1px solid #ebebeb;
    text-align: center;
    box-shadow: 2px 2px 20px#b1afaf;
}

.core-values-message {
    display: flex;
    justify-content: center;
}

.core-values-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 2;
}

.unique-container {
    color: #000000;
    background-color: #f5f5f5;
    width: 100%;
    height: auto;
    background-image: url(/photos/object-2.png);
    background-size: contain;
}

.unique {
    display: flex;
    justify-content: center;
    padding: 40px 0px 30px;
    font-size: 45px;
    font-weight: 600;
    color: rgb(177, 177, 226);
    text-shadow: 1px 2px 2px #000000;
    animation-name: unique;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

@keyframes unique {
    from {
        text-shadow: 1px 2px 2px #000000;
        color: #ffffff;
    }
    to {
        text-shadow: 0px 0px 1px #6e6d6d;
    }
}

.unique-message {
    padding: 0px 150px 40px;
    letter-spacing: 2px;
}

.Our-story-title {
    color: #0000ff;
}

.our-story-image {
    max-width: 250px;
}

.modal-body img {
    max-width: 100%;
}

@media(max-width:768px) {
    .intro-container {
        font-size: 22px;
        padding: 50px 40px;
    }
    .about-us-container {
        height: 150px;
    }
    .about-us {
        font-family: roboto black;
        font-size: 45px;
        letter-spacing: 6px;
        color: #1d04fa;
    }
    .vision-message {
        font-size: 25px;
        padding: 10px 10px 20px 50px;
        letter-spacing: 2px;
    }
    .mission-message {
        font-size: 25px;
        padding: 10px 50px 20px 50px;
        letter-spacing: 2px;
    }
    .unique-message {
        padding: 0px 30px 40px;
    }
    .our-story-content {
        padding: 0px 40px;
    }
}