@import url("./header.css");
@import url("./footer.css");

body {
    overflow-x: hidden;

    /* padding: 0 10px; */
}

h1 {
    font-weight: 600 !important;
}

.allContainer {
    background-color: #E9EEF6;
}

.sidePadding {
    padding: 0px 7% 0px 7%;
}

.bgColor {
    background-color: #011A45;
}

.heading {
    background: linear-gradient(rgba(16, 15, 15, 0.6), rgba(16, 15, 15, 0.6)), url("../images/rear-view-three-tech.png") no-repeat center;
    background-size: cover;
}

.headingP1 {
    font-weight: 400 !important;
}

.fw600 {
    font-weight: 600 !important;
}

.breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    text-wrap: nowrap;
    overflow-x: scroll;
    list-style: none;
    padding: 0;
    margin: 0;
    scrollbar-width: none; /* Hide scrollbar in Firefox */
    /* display: inline-block; */
}

.breadcrumb-item {
    display: inline-block;
    margin-right: 0px;
}

.breadcrumb-item::after {
    content: " >";
    color: #333;
}

.breadcrumb-item::before {
    content: "" !important;
}

.breadcrumb-item:last-child::after {
    content: "";
}

.breadcrumb::-webkit-scrollbar {
    display: none !important;
}

.storyContent p,
.ourMissionVision p,
.whoAreWe p {
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    font-style: normal;
    text-align: left;
    color: #1c1212;
}

.ourStoryImageContainer {
    height: 330px;
}

.whoWeareCardContainer {
    display: flex;
    flex-wrap: nowrap !important;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
}



.whoWeareCard {
    flex: 0 0 auto;
    width: 399px !important;
    height: 326px !important;
    background: #ffffff;
    border: 1px solid #707070;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-left: 20px;
}

.whyChoose ul li {
    list-style: decimal;
    margin-bottom: 10px;
}

.founderImageContainer {
    /* width: 400px; */
    height: 400px;
}

.section6 p {
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    font-style: normal;
    text-align: left;
    color: #1c1212;
}

.slider {
    margin-top: 63px;
    width: 50%;
    height: 8px;
    -webkit-appearance: none;
    background: transparent;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20%;
    height: 10px;
    background: #0A3B8E;
    border-radius: 4px;
}

.slider::-webkit-slider-thumb:hover {
    cursor: pointer;
}

.slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius: 4px;
}



@media screen and (min-width: 320px) and (max-width: 1024px) {
    body {
        overflow-x: hidden;
    }

    .ourMissionVision {
        padding: 0 !important;
    }

}


@media screen and (min-width: 320px) and (max-width: 540px) {

    .headingP1,
    .headingP2 {
        font-size: 24px !important;
    }

    .ourStoryHead{
        font-size: 24px !important;
    }
    .storyContent p {
        font-size: 14px !important;
    }

    .ourStoryReverse,
    .founderReverse {
        flex-direction: column-reverse !important;
    }

    .ourStoryImageContainer {
        height: 169px;
        width: 100% !important;
    }

    .whoWeareCard {
        width: 258px !important;
    }

    .slider {
        width: 100%;
    }

}

/* media till min laptop screen size */
@media (min-width: 768px) and (max-width: 1199px) {
    .sidePadding {
        padding: 0px 5%;
    }
}

/* media form min tablet to max tablet screen size */
@media (min-width: 481px) and (max-width: 767px) {
    .sidePadding {
        padding: 0px 5%;
    }
}


/* media for  less than max mobile screen size */
@media screen and (max-width: 480px) {

    .sidePadding {
        padding: 0px 15px;
    }

}