html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
  padding-top: 56px;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
}

.nav-scroller .nav {
  color: rgba(255, 255, 255, .75);
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-scroller .nav-link:hover {
  color: #007bff;
}

.nav-scroller .active {
  font-weight: 500;
  color: #343a40;
}

.bg-purple {
  background-color: #6f42c1;
}

.btn-eb {
    font-weight: 600;
  --bs-btn-color: #106864;
  --bs-btn-bg: #7fd4cd;
  --bs-btn-border-color: #106864;
  --bs-btn-hover-color: #023532;
  --bs-btn-hover-bg: #7fd4b0;
  --bs-btn-hover-border-color: #86eac0;
  --bs-btn-focus-shadow-rgb: 11,172,204;
  --bs-btn-active-color: #106864;
  --bs-btn-active-bg: #7fd4cd;
  --bs-btn-active-border-color: #5ecdc4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

/* Divider */

.bg-gruen {
    width: 100%;
    min-height: 2rem;
    background: rgb(50,171,53);
    background: -moz-linear-gradient(90deg, rgba(50,171,53,1) 0%, rgba(53,55,57,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(50,171,53,1) 0%, rgba(53,55,57,1) 100%);
    background: linear-gradient(90deg, rgba(50,171,53,1) 0%, rgba(53,55,57,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#32ab35",endColorstr="#353739",GradientType=1);
    border: solid rgba(60, 129, 126, .25);
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bg-dunkel {
    width: 100%;
    min-height: 2rem;
    background: rgb(37,40,43);
    background: -moz-radial-gradient(circle, rgba(37,40,43,1) 0%, rgba(47,48,51,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(37,40,43,1) 0%, rgba(47,48,51,1) 100%);
    background: radial-gradient(circle, rgba(37,40,43,1) 0%, rgba(47,48,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#25282b",endColorstr="#2f3033",GradientType=1);
    border: solid rgba(60, 129, 126, .25);
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bg-hell {
    width: 100%;
    min-height: 2rem;
    background: rgb(255,255,255);
    background: -moz-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(217,217,217,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(217,217,217,1) 100%);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(217,217,217,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#d9d9d9",GradientType=1);
    border: solid rgba(60, 129, 126, .25);
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

/* Custom Mark */

.mark, mark {
    border-radius:2px;
    padding: .1875em .35em;
    background: rgba(74,0,125,.15);
    background: -moz-linear-gradient(328deg, rgba(74,0,125,.15) 16%, rgba(210,35,35,.15) 100%);
    background: -webkit-linear-gradient(328deg, rgba(74,0,125,.15) 16%, rgba(210,35,35,.15) 100%);
    background: linear-gradient(328deg, rgba(74,0,125,.15) 16%, rgba(210,35,35,.15) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4a007d",endColorstr="#d22323",GradientType=1);
}

/* Timeline */


}
.timeline {
    position: relative;
    background: #272e48;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5rem;
    margin: 0 auto 1rem auto;
    overflow: hidden;
}
.timeline:after {
    content: "";
    position: absolute;
    top: 3280px;
    left: 50%;
    margin-left: -2px;
    border-right: 2px dashed #4b546f;
    height: 2280px;
    display: block;
}

.timeline-row {
    padding-left: 50%;
    position: relative;
    margin-bottom: 30px;
}
.timeline-row .timeline-time {
    position: absolute;
    right: 50%;
    top: 15px;
    text-align: right;
    margin-right: 20px;
    color: #bcd0f7;
    font-size: 1.5rem;
}
.timeline-row .timeline-time small {
    display: block;
    font-size: 0.8rem;
}
.timeline-row .timeline-content {
    position: relative;
    padding: 20px 30px;
    background: #427192;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 20px;
    height: 16px;
    width: 16px;
    background: #ffffff;
}
.timeline-row .timeline-content:before {
    content: "";
    position: absolute;
    top: 20px;
    right: -49px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 10;
    background: #6893b1;
    border: 2px dashed #4b546f;
}
.timeline-row .timeline-content h4 {
    margin: 0 0 20px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 150%;
}
.timeline-row .timeline-content p {
    margin-bottom: 30px;
    line-height: 150%;
}
.timeline-row .timeline-content i {
    font-size: 1.2rem;
    line-height: 100%;
    padding: 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #272e48;
    margin-bottom: 10px;
    display: inline-block;
}
.timeline-row .timeline-content .thumbs {
    margin-bottom: 20px;
    display: flex;
}
.timeline-row .timeline-content .thumbs img {
    margin: 5px;
    max-width: 60px;
}
.timeline-row:nth-child(even) .timeline-content {
    margin-left: 40px;
    text-align: left;
}
.timeline-row:nth-child(even) .timeline-content:after {
    left: -8px;
    right: initial;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(-135deg);
}
.timeline-row:nth-child(even) .timeline-content:before {
    left: -52px;
    right: initial;
}
.timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
}
.timeline-row:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 20px;
}
.timeline-row:nth-child(odd) .timeline-content {
    margin-right: 40px;
}
.timeline-row:nth-child(odd) .timeline-content:after {
    right: -8px;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
}

@media (max-width: 992px) {
    .timeline {
        padding: 15px;
    }
    .timeline:after {
        border: 0;
    }
    .timeline .timeline-row:nth-child(odd) {
        padding: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:before {
        display: none;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:after {
        display: none;
    }
    .timeline .timeline-row:nth-child(even) {
        padding: 0;
    }
    .timeline .timeline-row:nth-child(even) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
        text-align: left;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content {
        margin: 0;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content:before {
        display: none;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content:after {
        display: none;
    }
}

/* Logos */


.logobg{
    background: linear-gradient(
    50deg,
    rgba(255, 255, 255, 0.4) 12%,
    rgba(255, 255, 255, 0.1) 77%
    );
      background-blend-mode: ;
      box-shadow: 0px 4px 24px 1px rgba(0, 0, 0, 0.28);
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px);
}

/* Socials */

.text-youtube, text-youtube:hover, text-youtube:focus {
    color: #dd4848;
}

.text-instagram, text-instagram:hover, text-instagram:focus {
    color: #ff0255;
}

.text-facebook, text-facebook:hover, text-facebook:focus {
    color: #2585e7;
}

.text-linkedin, text-linkedin:hover, text-linkedin:focus {
    color: #0a7ec7;
}

.text-whatsapp, text-whatsapp:hover, text-whatsapp:focus {
    color: #15bc28;
}

.text-mail, text-mail:hover, text-mail:focus {
    color: #99befb;
}




