ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline>li {
    margin: 20px 0;
    padding-left: 20px;
}

ul.timeline>li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #994e37;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");

.ys-hero {
    background-image: url("/images/factory/3.jpg");
    background-size: cover;
    background-position: center;
    height: 75vh;
}

.ys-plus {
    background-image: url("/images/cards/contact.jpg");
    background-size: cover;
    background-position: right;
}

.ys-product {
    background-image: url("/images/cards/product.jpg");
    background-size: cover;
    background-position: center;
}

.bg-orange {
    background-color: #ff9d00;
}

.bg-choco {
    background-color: #994e37;
}

.bg-darken {
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
}

.bg-lighten {
    background-color: rgba(153, 78, 55, 1);
}

.ys-nav {
    font-family: 'Poppins', sans-serif;
}

.font-comforta {
    font-family: 'Comfortaa', cursive;
}

.font-poppins {
    font-family: 'Poppins', sans-serif;
}

.btn-outline-dark-bottom {
    color: #343a40;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    transition: all 0.2s ease-out;
}

.btn-outline-dark-bottom:hover {
    border-bottom: 3px solid #343a40;
}

.btn-outline-light-bottom {
    color: white;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    transition: all 0.2s ease-out;
}

.btn-outline-light-bottom:hover {
    color: white;
    border-bottom: 3px solid white;
}

.jumbotron-1 {
    background-color: rgba(0, 0, 0, 0.1) !important;
    background-blend-mode: darken;
    background-size: cover;
    background-image: url("/images/jumbotron.jpg");
    background-position: center;
    height: 95vh;
}

.ys-partners img{
    height: 100px;
    max-height: 100px;
}

.ys-partners-col{
    height:20vh;
}

.ys-partners-col .col .d-flex img{
    height: 100% !important;
    max-height: 100% !important;
}

.mh-80{
    max-height: 80% !important;
}

@media screen and (max-width: 990px) {
    .ys-nav {
        background-position: center;
    }

    .ys-contact {
        background-position: right;
    }

    .bg-lighten {
        background-color: rgba(255, 255, 255, 0.9);
    }

    .btn-outline-light-bottom {
        color: #343a40;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        transition: all 0.2s ease-out;
    }

    .btn-outline-light-bottom:hover {
        border-bottom: 3px solid #343a40;
    }

    .ys-partners img{
        width: 100px;
        max-width: 100px;
    }
}



.opacity-0 {
    opacity: 0;
}

.ys-contact {
    background-image: url("/images/cards/contact.jpg");
    background-size: cover;
    background-position: center;
}

.jumbotron-2 {
    height: 70vh;
    background-image: url("/images/hero_tkp.jpg");
    background-size: cover;
    background-position: top;
}
