.navbar-menu {
    position: absolute;
    width: 100%;
    padding: 3% 0 3% 0;
}
.navbar-menu li.nav-item {
    padding: 0 3% 0 3%;
}
.overlay-content-video {
    position: absolute;
    top: 0;
    bottom: 5px;
    right: 0;
    left: 0;
    height: 75%;
    display: flex;
    align-items: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    background-color: rgba(0, 0, 0, 0.55);
    transition: background-color 0.3s ease 0s;
}
.background-transparent {
    background-color: rgba(0,0,0,0) !important;
}
.background-overlay {
    background-color: rgba(0,0,0,0.7) !important;
}
.overlay-text-button {
    display: flex;
    justify-content: space-around;
}
.button-overlay {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 0 auto 0;
}
.play-button-video {
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.30);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transform: translateX(-200%);
}
.play-button-video i {
    color: #fff;
}
.content-overlay-text {
    max-width: 400px;
    transition: opacity 0.5s;
}
.content-overlay-text h1 {
    color: #fff;
    font-weight: 700;
}
.overlay-content-video .button-overlay {
    opacity: 0;
    transition: opacity 0.3s;
}
.overlay-content-video:hover .button-overlay{
    opacity: 1;
    transition: opacity 0.3s;
}
@media screen and (max-width: 1200px) {
    .new_header_about_index .button-overlay {
        opacity: 1 !important;
        transition: opacity .3s;
    }
}
ul.navbar-nav {
    width: 40%;
    justify-content: center;
}
.overlay-start-here {
    display: flex;
    justify-content: space-around;
}
.movie {
    width: 100%;
}
.start-text {
    width: 20%;
    transition: opacity 0.5s;
}
.start-button .btn {
    background-color: #ffffff;
    color: #1800ff;
    font-weight: bold;
    border-radius: 0.5rem;
    height: 40%;
}
.events {
    display: flex;
    padding: 1.5% 2% 2.5% 2%;
    position: absolute;
    width: 60%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #18191ab8;
    color: white;
    justify-content: space-around;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: opacity 0.5s;
}
.event-tabs {
    margin: 0 2%;
    padding: 1.25% 2.5%;
    display: flex;
    white-space: nowrap;
    background-color: #1800ff;
    border-radius: 25px;
    font-size: 13px !important;
    align-items: center;
}
.event-text {
    margin-right: 5%;
}
.event-nr {
    margin-left: 5%;
    padding-right: 2rem;
}
.event-nr p {
    margin-bottom: 0;
}
.event-text h6 {
    margin-bottom: 0;
}
.event-arrow {
    position: absolute;
    bottom: -25%;
    left: 50%;
    background-color: white;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    box-shadow: 0 6px 12px -2px grey;
}
.event-arrow .arrow {
    color: #1800ff;
}
.about-index {
    margin-top: 20%;
}
.motivational-index {
    margin-top: 10%;
}
.speech {
    margin-top: 5%;
}
.speech-text {
    margin-top: 10%;
}
.speech-text p {
    margin-top: 10%;
}
.stats {
    margin-top: 7%;
}
.stat-box {
    background-color: white;
    margin: 0 3% 0 3%;
    border-radius: 5px;
    text-align: center;
    padding: 3% 3.5%;
    box-shadow: 10px 10px 20px 0px rgba(159,159,159,0.8);
}
.stat-box h1 {
    font-size: 4rem;
    color: #1800ff;
}

.stat-box h4 {
    color: #1800ff;
}
.empower {
    margin-top: 10%;
    background-image: url("../images/ermal.jpg ");
    height: 60%;
    display: flex;
    background-size: cover;
}
.empower .container {
    align-self: center;
}
.empower h1 {
    font-size: 3.5rem;
    color: #ffffff;
}
.life-coach {
    margin-top: 5%;
    color: white;
}
.life-coach p {
    line-height: 1.2rem;
    margin-bottom: 0;
}
.life-coach-line {
    border-bottom: 1px solid white;
    width: 30%;
    align-self: center;
    margin: 0 5%;
}
.success-index {
    display: flex;
    margin-top: 7%;
    justify-content: center;
}
.stories {
    background-color: #f7f7f8;
    margin-top: 5%;
    padding: 8% 0;
}
.story {
    background-color: white;
    text-align: center;
    padding: 0 7% 5% 7%;
    border-radius: 5px;
    box-shadow: 6px 6px 10px 0px rgba(108,108,108,0.54);
}
.story h3 {
    color: #1800ff;
    font-weight: bold;
}
.story h6 {
    font-weight: 600;
}
.story-icon img {
    border-radius: 50%;
    width: 40%;
    margin-top: -15%;
    margin-bottom: 7%;
}
.speeches {
    margin: 7% 0;
}
.speeches h1 {
    font-weight: bold;
}
.offers, .apply {
    color:  white;
    font-weight: bold;
    margin-bottom: 5%;
    padding: 3%;
    background-color: #1800ff;
    border-radius: 10px;
}
.offers h1, .apply h1 {
    margin-left: 10%;
}