﻿.hero-wrap {
    /* margin-bottom: 17rem; */
    position: relative;
}
/* @media (max-width: 416px) {
    .hero-wrap {
        margin-bottom: 10rem;
    }
}
@media (max-width: 768px) {
    .hero-wrap {
        margin-bottom: 14rem;
    }
} */
.hero-wrap div {
    position: absolute;
    top: 0;
    left: 0;
}
.heroes-bg {
    z-index: 0;
}
.heroes-def {
    z-index: 1;
}
.heroes-hov {
    z-index: 2;
}

.heroes-space {
    opacity: 0;
}

.hoverit {
    opacity: 0;
}

.hoverit:hover {
    opacity: 1;
}

.footer-ban-com {
    width: 100%;
}

.heroes-sec-side {
    width: 14%;
    /* width: 12.5%; */
    /* opacity: 0; */
}

.heroes-sec {
    width: 12%;
    /* width: 12.5%; */
}

/* Carousel */

.slide-container {
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
}
.slide-content {
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
}

.swiper-navBtn {
    color: #151a48;
    transition: color 0.3s ease;
}
.swiper-navBtn:hover {
    color: #0e1130;
    transform: scale(1.2);
}
.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 35px;
}
.swiper-button-next {
    right: 0;
}
.swiper-button-prev {
    left: 0;
}
.swiper-pagination-bullet {
    background-color: #ffffff;
    border: 2px solid #151a48;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: #151a48;
}

@media screen and (max-width: 768px) {
    .slide-content {
        margin: 0 10px;
    }
    .swiper-navBtn {
        display: none;
    }
}

.card-milestone {
    width: 100%;
    height: 290px;
    background-color: #d9d9d9;
    border-radius: 10%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.368);
    padding: 20px;
    margin-bottom: 1rem;
}

.title-milestone {
    height: 17%;
    display: flex;
    flex-direction: column;
}
.desc-milestone {
    height: 83%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.milestone {
    text-align: center;
    line-height: 1.2;
}

.txt-company {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 400;
    color: #9e9e9e;
}

.display-career {
    font-size: 1rem;
    /* font-size: calc(1.265rem + 0.18vw); */
    font-weight: 600;
}
