
/*
    MAIN COLORS:
    #383C48
    #f1f1f1
    #B87333
*/


/*GENERAL*/
* {
    line-height: 1;
}
header {
    top: 0;
    width: 100%;
    padding: 1rem;
    margin: 0;
}
body {
    font-family: 'Mohave', sans-serif;
}
html {
    position: relative;
    min-height: 100%;
}
footer {
    bottom: 0;
    width: 100%;
    margin: 0;
}

/*HEADER / FOOTER*/
.title {
    font-size: 1rem;
    font-weight: bold;
    font-family: 'Mohave', sans-serif;
    text-wrap: nowrap;
    color: #383C48;
}
.subtitle {
    font-size: 1rem;
    text-wrap: auto;
    font-family: 'Mohave', sans-serif;
    color: #383C48;
}
.contact-text {
    font-size: 1rem;
    text-wrap: auto;
    font-family: 'Mohave', sans-serif;
    color: #383C48;
}

/* NAVMENU */
.navbar {
    position: static;
}
.navMenuBtn {
    border: none;
    --bs-navbar-toggler-focus-width: 0;
}
.navBtn {
    position: relative;
    display: inline-block;
    font-family: 'Mohave', sans-serif;
    font-weight: 500;
    color: #383C48;
}
.navBtn:hover {
    color: #B87333;
    width: 100%;
}
.navBtn:hover::after {
    width: 100%;
}
.navBtn::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 0;
    height: 2px;
    background: #B87333;
    transition: all 0.5s ease;
    transform: translateX(-50%);
}
.navBtn:focus,
.navBtn:active,
.navBtn:active:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

/*INDEXL*/
body {
    background: #f1f1f1;
}

.confettiButton {
    height: 100%;
    width: 100%;
    align-content: center;
    justify-content: center;
    background-color: #383C48;
    color: #f1f1f1;
    border: 0;
    border-radius: 20px;
    font-size: 1rem;
    font-family: 'Mohave', sans-serif;
    margin-top: 20px;
}
.confettiButton:active {
    transform: scale(1.01);
}
.connectText {
    font-size: 1.1rem;
    color: #f1f1f1;
    font-family: 'Bebas Neue', sans-serif;
    margin-bottom: 0; /* important for vertical alignment */
    margin-right: 20px;
}

div.gradient {
    height: auto;
    border: none;
    background: linear-gradient( 90deg, #383C48 30%, #B87333 70% );
    padding: 10px 0px 10px 50px;
}

.hero {
    padding: 60px 0;
}
.hero-title {
    font-size: 2rem;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 500;
    color: #383C48;
    word-spacing: 5px;
}
.hero-text {
    color: #383C48;
    margin-top: 15px;
    font-size: 1.2rem;
    font-family: 'Mohave', sans-serif;
    letter-spacing: 1px;
    word-spacing: 4px;
}

.imgcollage {
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

/*ABOUT US*/
.socialMediaIcon{
    width: 30px;
    height: 30px;
}
.historyTitle {
    font-size: 2rem;
    font-weight: bold;
    font-family : 'Bebas Neue', sans-serif;
    letter-spacing: 2px;
    word-spacing: 5px;
    color: #f1f1f1;
}
.historyText{
    font-size: 1.25rem;
    font-family: 'Mohave', sans-serif;
    letter-spacing: 1px;
    word-spacing: 4px;
    color: #f1f1f1;
}
.jobTitle {
    font-size: 1.2rem;
    font-family: 'Mohave', sans-serif;
    letter-spacing: 1px;
    word-spacing: 4px;
    color: #f1f1f1;
    margin-bottom : 20px;
}
.loreDiv {
    width: 90%;
    border-radius: 20px;
    background-color: #383C48;
}
.name{
    font-size: 1.5rem;
    font-family : 'Bebas Neue', sans-serif;
    letter-spacing: 2px;
    word-spacing: 5px;
    color: #f1f1f1;
    margin-top: 25px;
    margin-bottom : 5px;
}
.personDesc{
    font-size: 1rem;
    font-family: 'Mohave', sans-serif;
    letter-spacing: 1px;
    word-spacing: 4px;
    color: #f1f1f1;
    max-width: 300px;
    margin: auto;
}

/*PRODUCT TIMELINE HEADER*/
.progress-title {
    font-size: 2rem;
    color: #383C48;
    font-family: 'Bebas Neue', sans-serif;
    margin-bottom: 0;
}
.progress-text {
    font-size: 1.3rem;
    color: #383C48;
    font-family: 'Mohave', sans-serif;
    margin-bottom: 0;
}

/*PRODUCT TIMELINE*/
.timeline-wrapper {
    position: relative;
    display: flex;
    align-content: center;
    overflow-x: auto;
    padding-bottom: 50px;
    padding-top: 50px;
    min-height: 30vh;
}
.timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 650px;
}
.timeline::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    height: 4px;
    background: #e5e5e5;
    z-index: 0;
    border-radius: 2px;
}
.timeline-Text {
    font-size: 1.2rem;
    color: #383C48;
    font-family: 'Bebas Neue', sans-serif;
}
.timeline-progress {
    position: absolute;
    top: 18px;
    left: 0;
    height: 4px;
    width: 25%; /* Adjust progress here */
    background: #383C48;
    z-index: 1;
    border-radius: 2px;
    transition: width 0.6s ease;
    opacity: 0.4;
}

/*STEPS*/
.timeline-step {
    position: relative;
    text-align: center;
    flex: 1;
    z-index: 2;
}
.timeline-step .icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    transition: all 0.3s ease;
}
.timeline-step img {
    width: 40px;
    height: 40px;
}
.timeline-step p {
    font-size: 1.2rem;
    margin: 0;
    color: #383C48;
}


/* Completed step (highlight) */
.timeline-step.completed .icon {
    background: white;
    box-shadow: 0 0 10px #ffffff;
}
.timeline-step.completed p {
    opacity: 0.4;
}

/* Current step (highlight) */
.timeline-step.current .icon {
    transform: scale(1.2);
    box-shadow: 0 0 15px #ffffff;
}
.timeline-step.current p{
    color: #B87333;
    font-size: 1.2rem;
}

/* Future steps (highlight) */
.timeline-step:not(.current) p {
    opacity: 0.4;
}




/*MOBILE*/
.timeline-mobile {
    list-style: none;
    padding-left: 0;
    position: relative;
    margin-top: 40px;
}
.timeline-mobile li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 30px;
    padding-left: 50px;
}
.timeline-mobile li p {
    margin: 0; 
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.2rem;
}

/* Vertical timeline line */
.timeline-mobile::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 5px;
    bottom: 5px;
    width: 2px;
    background: #dcdcdc;
}

/* Icon circle */
.timeline-mobile li img {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
}

/* Completed step highlight */
.timeline-mobile li.completed p {
    opacity: 0.4;
}

/* Current step highlight */
.timeline-mobile li.current p {
    font-size: 1.3rem;
    color: #B87333;
}
.timeline-mobile li.current img {
    transform: scale(1.2);
    box-shadow: 0 0 15px #ffffff;
}

/* Future step highlight */
.timeline-mobile li:not(.current) p {
    opacity: 0.4;
}


/* MOBILE*/
@media (max-width:768px), (max-width:992px) {
    .loreDiv {
        width: 90%;
        margin: 0;
        padding: 0;
    }

    .release-info {
        order: 3;
    }

    .timeline {
        gap: 30px;
    }
}


