@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-Light-eHES_pR.ttf") format('truetype');
}
@font-face {
    font-family: 'Inter';
    src: url("../fonts/Inter-Regular-oUWyIBa.ttf") format('truetype');
}
.font-inter {
    font-family: Inter, sans-serif;
}
header #pre-nav {
    width: 100%;
    height: 50px;
    background: linear-gradient(90deg, #3D00B3 -23.1%, #6B01D7 71.75%);
}
footer #main-footer {
    padding-top: 80px;
    padding-bottom: 40px;
    background: linear-gradient(69deg, #3D00B3 30.31%, #6B01D7 64.25%);
}
footer #main-footer h3 {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 600;
}
footer #main-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer #main-footer ul li {
    margin-bottom: 10px;
}
footer #main-footer ul li a {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
footer #copyright {
    background: #F8F8F8;
    color: #5A5A79;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 20px 30px;
}
footer .agency-link {
    transition: all 0.7s;
}
footer .agency-link:hover {
    opacity: 1!important;
}

.section-background {
    width: 100%;
    background: url("../images/background-022c2f1.png") no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.section-background2 {
    width: 100%;
    background: url("../images/background2-GpB-wJ5.png") no-repeat center;
    background-size: cover;
    overflow: hidden;
    padding: 50px 0;
}
.section-white {
    width: 100%;
    padding: 75px 0;
    background-color: #FFF;
}
.section-gray {
    width: 100%;
    padding: 75px 0;
    background-color: #F8F8F8;
}
.section-title {
    color: var(--bs-secondary);
    font-family: "Inter", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.section-description {
    color: var(--bs-gray);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
/*          TIMELINE             */
.main-timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    margin: 0 auto;
    background: var(--bs-primary);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.main-timeline .timeline {
    display: inline-block;
    margin-bottom: 40px;
    position: relative;
}
.main-timeline .timeline-icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateY(-50%);
    margin-right: 30px;
}
.main-timeline .timeline-content {
    width: 50%;
    padding: 0 50px;
    margin: 52px 0 0;
    float: right;
    position: relative;
}
.main-timeline .timeline-number {
    width: 50px;
    height: 50px;
    border-radius: 25px 25px 0 25px;
    background: var(--bs-primary);
    color: white;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-timeline .title {
    color: #5A16C6;
    font-family: Inter, sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin-top: 22px;
}
.main-timeline .description {
    display: inline-block;
    font-size: 17px;
    color: #6B6A6A;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: 50%;
    margin-left: 30px;
}
.main-timeline .timeline:nth-child(even) .timeline-content {
    float: left;
    display: flex;
    flex-direction: column;
    text-align: end;
}
.main-timeline .timeline:nth-child(even) .timeline-number {
    align-self: end;
}
.main-timeline .timeline:nth-child(even) .timeline-description {
    text-align: end;
}
@media only screen and (max-width: 767px) {
    header #pre-nav {
        height: 40px;
    }
    header #pre-nav #pre-nav-contact {
        width: 100%;
        font-size: 13px;
    }
    header #pre-nav #pre-nav-contact img {
        width: 14px;
    }
    .main-timeline:before {
        left: 80px;
        right: 0;
        margin: 0;
    }
    .main-timeline .timeline {
        margin-bottom: 70px;
    }
    .main-timeline .timeline:before {
        top: 0;
        left: 83px;
        right: 0;
        margin: 0;
    }
    .main-timeline .timeline-icon {
        top: 15px;
        left: 0;
    }
    .main-timeline .timeline-icon img {
        width: 50px;
        height: 50px;
    }
    .main-timeline .timeline:nth-child(even) .timeline-icon {
        left: 0;
        right: auto;
        margin-left: 0;
    }
    .main-timeline .timeline-content, .main-timeline .timeline:nth-child(even) .timeline-content {
        display: block;
        text-align: start;
        width: 100%;
        margin-top: -15px;
        padding-left: 130px;
        padding-right: 5px;
    }
    .main-timeline .timeline:nth-child(even) .timeline-content {
        float: right;
    }
}
@media only screen and (max-width: 479px) {
    .main-timeline .timeline-content, .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding-left: 110px;
    }
}
/*      FIN TIMELINE         */
/* XX-Large devices (larger desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {
    .section-background2 {
        padding: 160px 0;
    }
    .section-title {
        font-size: 48px;
    }
    .section-description {
        font-size: 17px;
    }
}