html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

/*----- IMAGE -----*/

.image {
    width: 471px;
    height: 262px;
    border-radius: 10px;
}

/*----- TIMELINE ITEM -----*/

.timeline {
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}



.timeline-item {
    padding-left: 40px;
    position: relative;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/
.timeline-info {
    letter-spacing: 3px;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: Markazi Text;
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    line-height: 40px;
    color: #828282;
}

/*----- TIMELINE MARKER -----*/
.timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 32px;
}

.timeline-marker:before {
    background: #CC292A;
    border: 3px solid transparent;
    border-radius: 100%;
    content: "";
    display: block;
    height: 32px;
    position: absolute;
    top: 4px;
    left: -8px;
    width: 32px;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.timeline-marker:after {
    content: "";
    width: 3px;
    background: #CCD5DB;
    display: block;
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 6px;
}

.timeline-item:last-child .timeline-marker:after {
    content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
    background: transparent;
    border: 3px solid #CC292A;
}

/*----- TIMELINE CONTENT -----*/
.timeline-content {
    padding-bottom: 40px;
}

.timeline-content p:last-child {
    margin-bottom: 0;
}

.timeline-content p {
    text-align: justify;
}

/*----- TIMELINE PERIOD -----*/
.period {
    padding: 0;
}

.period .timeline-info {
    display: none;
}

.period .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;
}

.period .timeline-marker:after {
    content: "";
    height: 32px;
    top: auto;
}

.period .timeline-content {
    padding: 40px 0 70px;
}

.period .timeline-title {
    margin: 0;
}

/*----------------------------------------------
    MOD: TIMELINE SPLIT
----------------------------------------------*/
@media (min-width: 768px) {
    .image {
        width: 421px;
        height: 212px;
        border-radius: 10px;
    }

    .timeline,
    .timeline-centered .timeline {
        display: table;
    }

    .timeline-item,
    .timeline-centered .timeline-item {
        display: table-row;
        padding: 0;
    }

    .timeline-info,
    .timeline-centered .timeline-info,
    .timeline-marker,
    .timeline-centered .timeline-marker,
    .timeline-content,
    .timeline-centered .timeline-content,
    .period .timeline-info,
    .timeline-centered .period .timeline-info {
        display: table-cell;
        vertical-align: top;
    }

    .timeline-marker,
    .timeline-centered .timeline-marker {
        position: relative;
    }

    .timeline-content,
    .timeline-centered .timeline-content {
        padding-left: 30px;
    }

    .timeline-info,
    .timeline-centered .timeline-info {
        padding-right: 30px;
    }

    .period .timeline-title,
    .timeline-centered .period .timeline-title {
        position: relative;
        left: -45px;
    }
}

/*----------------------------------------------
      MOD: TIMELINE CENTERED
  ----------------------------------------------*/
@media (min-width: 992px) {

    .timeline-centered,
    .timeline-centered .timeline-item,
    .timeline-centered .timeline-info,
    .timeline-centered .timeline-marker,
    .timeline-centered .timeline-content {
        display: block;
        margin: 0;
        padding: 0;
    }

    .timeline-centered .timeline-item {
        padding-bottom: 40px;
        overflow: hidden;
    }

    .timeline-centered .timeline-marker {
        position: absolute;
        left: 50%;
        margin-left: -7.5px;
    }

    .timeline-centered .timeline-info,
    .timeline-centered .timeline-content {
        width: 50%;
    }

    .timeline-centered>.timeline-item:nth-child(odd) .timeline-info {
        float: left;
        text-align: right;
        padding-right: 30px;
    }

    .timeline-centered>.timeline-item:nth-child(odd) .timeline-content {
        float: right;
        text-align: left;
        padding-left: 30px;
    }

    .timeline-centered>.timeline-item:nth-child(even) .timeline-info {
        float: right;
        text-align: left;
        padding-left: 30px;
    }

    .timeline-centered>.timeline-item:nth-child(even) .timeline-content {
        float: left;
        text-align: right;
        padding-right: 30px;
    }

    .timeline-centered>.timeline-item.period .timeline-content {
        float: none;
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .timeline-centered .timeline-item.period {
        padding: 50px 0 90px;
    }

    .timeline-centered .period .timeline-marker:after {
        height: 30px;
        bottom: 0;
        top: auto;
    }

    .timeline-centered .period .timeline-title {
        left: auto;
    }

    .lineVer {
        display: block;
        width: 100%;
        border-bottom: 1px solid #BDBDBD;
    }

    .lineRight {
        display: block;
        border-right: 1px solid #BDBDBD;
        height: 100%;
    }
}

@media (max-width: 545px) {
    .image {
        width: 280px;
        height: 150px;
        border-radius: 10px;
    }
}

/*----------------------------------------------
      MOD: MARKER OUTLINE
  ----------------------------------------------*/
.marker-outline .timeline-marker:before {
    background: transparent;
    border-color: #CC292A;
}

.marker-outline .timeline-item:hover .timeline-marker:before {
    background: #CC292A;
}

.line::after {
    display: block;
    margin-top: 10px;
    margin-bottom: 50px;
    width: 100%;
    height: 10px;
    border-bottom: 1px solid #BDBDBD;
    content: '';
}

.TextTitle {
    font-family: PT Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    color: #000000;
}

.TextContent1 {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 31px;
    text-align: center;
    color: #828282;
}

.TextContent2 {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 31px;
    color: #828282;
}

.eclipse1 {
    position: absolute;
    width: 166px;
    height: 166px;
    left: 956px;
    top: 562px;
    border-radius: 50%;
    /* Blue */

    background: #006EC7;
    opacity: 0.1;
}

.eclipse2 {
    position: absolute;
    width: 166px;
    height: 166px;
    left: -51px;
    top: 1480px;
    border-radius: 50%;
    /* Blue */

    background: #006EC7;
    opacity: 0.1;
}

@media (min-width: 961px) {}
