/*--------------navbar.blade----------------*/
nav.navbar-expand-lg.navbar-light.bg-light {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
}

img.d-inline-block.align-top {
    width: 80%;
    height: 80%;
}

.flex-item p {
    margin: 0;
}

.flex-item p.head {
    color: red;
    font-weight: bold;
}

/*--------------home.blade----------------*/
.breadcrumb__section {
    padding: 10% 0;
    height: 100%;
    width: auto;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-main {
    position: relative;
    width: 100%;
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(../img/homebg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-title {
    font-size: 2rem;
}

span.fw-bold {
    font-size: 3rem;
}

@media screen and (max-width: 768px) {
    .hero-title {
        font-size: 1rem;
    }

    span.fw-bold {
        font-size: 2rem;
    }
}

/*--------------tracking.blade----------------*/
.input-group.mb-3 {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.input-group.mb-3 span {
    position: absolute;
    display: block;
    right: 7rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    color: #fff;
    background-color: #ccc;
    font: 1.2rem monospace;
    text-align: center;
    line-height: 1rem;
    cursor: pointer;
}

.section-tracking.my-12 {
    display: none;
}

.tracking-item.gray::before {
    background-color: hsl(0, 0%, 68%);
}

.tracking-card.gray {
    background: hsl(0, 0%, 68%);
}

.tracking-card.gray::before {
    border-bottom: 50px solid hsl(0, 0%, 68%);
}

@media screen and (max-width: 559px) {

    .tracking-main.c-1-4::after {
        height: 15%;
    }

    .tracking-main.c-2-4::after {
        height: 50%;
    }

    .tracking-main.c-3-4::after {
        height: 80%;
    }

    .tracking-main.c-4-4::after {
        height: 100%;
    }

    .tracking-main {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        list-style: none;
        padding-left: 2rem;
        margin-top: 0.5rem;
        padding-top: 2.5rem;
    }
}

@media screen and (min-width: 560px) {
    .tracking-main.c-1-4::after {
        width: 15%;
    }

    .tracking-main.c-2-4::after {
        width: 50%;
    }

    .tracking-main.c-3-4::after {
        width: 80%;
    }

    .tracking-main.c-4-4::after {
        width: 100%;
    }
}

/*--------------tab_about.blade----------------*/
.col-lg-6.mb-2#mission {
    text-align: right;
}

/*--------------footer.blade----------------*/
.p-5 {
    padding: 2rem !important;
}

.col-12.col-sm-6.text-center h5 img {
    margin: 1%;
    width: 2rem;
    height: 2rem;
}
