/**********************************************************************************
  ********************************* HOME ********************************************
  ***********************************************************************************/

body {
    background-color: #ebebeb;
}

#cover-img {
    height: 75vh;
    position: relative;
    z-index: 5;
}

#home {
    height: 70%;
    background: none;
}

.home-image {
    position: absolute;
    top: auto;
    left: auto;
    transform: none;
    height: 100% !important;
    width: 100%;
}

.home-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 70%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.home-content {
    width: 100%;
    height: 100%;
    display: table;
}

.home-content-inner {
    display: table-cell;
    vertical-align: middle;
}

.home-heading {
    color: white;
    font-weight: 500;
    font-size: 3.8rem;
    text-transform: capitalize;
    margin: 0;
    display: inline-block;
}

.home-heading:after {
    content: "";
    border-radius: 15px;
    height: 5px;
    width: 20%;
    background: var(--dark);
    position: absolute;
    left: 0;
    bottom: -10px;
}

.home-desc {
    color: white;
    font-weight: 500;
    font-size: 3rem;
    margin: 20px 0 30px;
    display: inline-block;
}

.sider-page-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35%;
    height: 45%;
    transform: translate(-50%, -50%);
}

.sider-page-content .tag-line {
    position: absolute;
    top: 50%;
    width: 100%;
    height: fit-content;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.sider-page-content .tag-line h1 {
    font-weight: bold;
    margin: 0;
}

.sider-page-content .top-cover {
    position: absolute;
    top: 0;
    left: 50%;
    width: 42%;
    transform: translateX(-50%);
    height: 35%;
    border: 4px solid var(--dark);
    border-bottom: none;
    display: flex;
    justify-content: center;
    align-items: end;
}

.sider-page-content .top-cover h3 {
    color: #fff;
    text-transform: uppercase;
}

.sider-page-content .bottom-cover {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 42%;
    transform: translateX(-50%);
    height: 35%;
    border: 4px solid #fff;
    border-top: none;
    display: flex;
    justify-content: center;
}

/*************************************************
*********** OUR JOURNEY ****************
****************************************/

.our-journey {
    background: #ebebeb;
    position: relative;
    padding-bottom: 1rem;
}

.our-journey-container {
    display: flex;
    position: relative;
    height: 2000px;
}

.journey-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 100%;
    background-color: rgba(229, 21, 21, 0.15);
}

.active-journey-line {
    position: sticky;
    top: 90px;
    left: 0;
    width: 12px;
    height: 300px;
    background-color: var(--dark);
    transition: all 0.2s linear;
    z-index: 9;
}

.our-journey-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-color: #ebebeb;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer {
    margin-top: 10rem;
}

.our-journey-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 16.666%;
    background-color: transparent;
}
.our-journey-section-2 {
    top: 16.666%;
}
.our-journey-section-3 {
    top: 33.333%;
}
.our-journey-section-4 {
    top: 49.999%;
}
.our-journey-section-5 {
    top: 66.666%;
}
.our-journey-section-6 {
    top: 83.3333%;
}

.our-journey-icon {
    background-color: #ebebeb;
    position: sticky;
    width: 54px;
    height: 54px;
    left: 0;
    transform: translateX(-40%);
    top: 390px;
    z-index: 100;
}
.icon-circle {
    position: relative;
    top: 2px;
    left: 2px;
    width: 50px;
    height: 50px;
    background-color: var(--dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle img {
    width: 40px !important;
    height: auto !important;
}

.our-journey-left {
    position: absolute;
    top: 0;
    left: 10%;
    width: 43%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-journey-right {
    position: absolute;
    top: 0;
    left: 60%;
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
}

.text-container {
    position: relative;
    width: 80%;
}

.journey-text-card {
    padding: 20px;
    background-color: rgba(229, 21, 21, 0.15);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
}

.journey-img {
    height: 200px;
    width: 330px;
    position: relative;
    z-index: 3;
}

.journey-text-card .title {
    margin-bottom: 3rem;
}

.journey-text-card .title h2 {
    font-size: 26px;
    text-align: left;
}

.journey-text-card .title::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 15%;
    transform: translateX(0);
    height: 4px;
    background: var(--dark);
}

.journey-year {
    font-size: 52px;
    display: inline-block;
    margin-bottom: 20px;
    color: var(--dark);
    position: absolute;
    top: 50%;
    right: -15px;
    transform: rotate(90deg) translateX(-35%);
}

.journey-img::after {
    content: "";
    position: absolute;
    bottom: -4px;
    right: -4px;
    width: 40%;
    height: 40%;
    z-index: -1;
    background-color: var(--dark);
}

.journey-img::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: 40%;
    height: 40%;
    z-index: -1;
    background-color: var(--dark);
}

@media (max-width: 1200px) {
    .sider-page-content {
        width: 45%;
        height: 45%;
    }
}

@media (max-width: 600px) {
    #cover-img {
        z-index: 4;
    }
    .sider-page-content {
        width: 100%;
    }
    .sider-page-content .top-cover {
        width: 50%;
    }
    .sider-page-content .bottom-cover {
        width: 50%;
    }

    .our-journey-container {
        height: 3500px;
    }

    .our-journey-icon {
        width: 44px;
        height: 44px;
        left: 30px;
    }

    .our-journey-icon {
        background-color: #ebebeb;
        position: sticky;
        width: 40px;
        height: 40px;
        left: 33px;
        border-radius: 50%;
        top: 390px;
        z-index: 100;
    }

    .icon-circle {
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        background-color: var(--dark);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .our-journey-left {
        position: absolute;
        top: 5%;
        left: 20%;
        width: 75%;
        height: 45%;
        display: flex;
        align-items: start;
        justify-content: center;
    }

    .our-journey-right {
        position: absolute;
        top: 55%;
        left: 20%;
        width: 75%;
        height: 45%;
        display: flex;
        align-items: start;
        justify-content: center;
    }

    .active-journey-line {
        left: 30px;
    }
    .journey-line {
        left: 30px;
    }

    .journey-text-card {
        height: 100%;
    }

    .text-container {
        height: 70%;
        display: flex;
        align-items: center;
    }
}
