/* Add your CSS here */

body {
    color: #5e6267;
    background-color: #ccc5b9;
    font-family: "Effra", Helvetica, sans-serif;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

#logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

#logo div span{
    font-family: 'Oswald', sans-serif;
    color: rgb(32, 167, 23);
    font-size: 32px;
}

#logo img {
    height: 50px;
    width: auto;
}

#navbar {
    /* background-color: rgb(79, 87, 87); */
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    /* top: 0px;
    z-index:10;
    opacity: 0.8; */
    margin: 0;
  padding: 0;
  background-color: transparent; /* Set the background to transparent */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000; /* Ensure the navbar appears above other content */
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); /* Optional: Add a subtle border */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Add a shadow for depth */
}

.nav-list {
    list-style-type: none;
    
}

.list-item {
    display: inline-block;
    padding: 20px 10px;
    margin-right: 5px;
}

.nav-list .list-item a {
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    color:rgb(246, 238, 238) ;
}


#navbar a:hover {
    color: rgb(15, 146, 175);
}

.menu {
    display: none;
}

.menu-line{
    width: 20px;
    height: 3px;
    background-color: aliceblue;
    margin-bottom: 4px;
    margin-right: 45px;
}


.heading-carrer {
    text-align: center;
    margin-bottom: 30px;
    padding: 3em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3D4351;
    margin-top: 0;
}

a {
    color: #FF6B6B;

    &:hover {
        color: #FF6B6B;
        text-decoration: none;
    }
}

.example-header {
    background: #3D4351;
    color: #FFF;
    font-weight: 300;
    padding: 3em 1em;
    text-align: center;

    h1 {
        color: #FFF;
        font-weight: 300;
        margin-bottom: 20px
    }

    p {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: 700;
    }
}

.container-fluid {
    .row {
        padding: 0 0 4em 0;

        &:nth-child(even) {
            background: #F1F4F5;
        }
    }
}

.example-title {
    text-align: center;
    margin-bottom: 60px;
    padding: 3em 0;
    border-bottom: 1px solid #E4EAEC;

    p {
        margin: 0 auto;
        font-size: 16px;
        max-width: 400px;
    }
}

/*==================================
            TIMELINE
        ==================================*/

/*-- GENERAL STYLES
        ------------------------------*/
.timeline {
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: inherit;
    }
}

/*----- TIMELINE ITEM -----*/
.timeline-item {
    padding-left: 40px;
    position: relative;

    &:last-child {
        padding-bottom: 0;
    }
}

/*----- TIMELINE INFO -----*/
.timeline-info {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 .5em 0;
    text-transform: uppercase;
    white-space: nowrap;
}

/*----- TIMELINE MARKER -----*/
.timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;

    &:before {
        background: #FF6B6B;
        border: 3px solid transparent;
        border-radius: 100%;
        content: "";
        display: block;
        height: 15px;
        position: absolute;
        top: 4px;
        left: 0;
        width: 15px;
        transition: background 0.3s ease-in-out,
            border 0.3s ease-in-out;
    }

    &:after {
        content: "";
        width: 3px;
        background: #CCD5DB;
        display: block;
        position: absolute;
        top: 24px;
        bottom: 0;
        left: 6px;
    }

    .timeline-item:last-child &:after {
        content: none;
    }
}

.timeline-item:not(.period):hover .timeline-marker:before {
    background: transparent;
    border: 3px solid #FF6B6B;
}

/*----- TIMELINE CONTENT -----*/
.timeline-content {
    padding-bottom: 40px;

    p:last-child {
        margin-bottom: 0;
    }
}

/*----- TIMELINE PERIOD -----*/
.period {
    padding: 0;

    .timeline-info {
        display: none;
    }

    .timeline-marker {
        &:before {
            background: transparent;
            content: "";
            width: 15px;
            height: auto;
            border: none;
            border-radius: 0;
            top: 0;
            bottom: 30px;
            position: absolute;
            border-top: 3px solid #CCD5DB;
            border-bottom: 3px solid #CCD5DB;
        }

        &:after {
            content: "";
            height: 32px;
            top: auto;
        }
    }

    .timeline-content {
        padding: 40px 0 70px;
    }

    .timeline-title {
        margin: 0;
    }
}

#footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.footer-logo h3 {
    font-size: 24px;
    margin-left: 10px;
    color: #fff;
}

.footer-social a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    margin: 0 10px;
}

.fa.fa-twitter::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    content: "";
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
    background-position: center 3px;
}

.spreebuzz{
    height: auto;
    width: 100px;
}
