/* Bootstrap carousel */
.carousel-mt {
    margin-top: 88px;
}
.carousel-item picture {
    display: block;
    width: 100vw;
}
.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel-bg {
    position: absolute;
    content: "";
    background: rgba(12, 20, 38, 0.4);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.carousel-caption-custom {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.carousel-caption-custom .content {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.carousel-caption-custom .content p {
    font-size: 2rem;
}
@media (min-width: 576px) {
    .carousel-caption-custom .content p {
        font-size: 3.5rem;
    }
}
@media (min-width: 992px) {
    .carousel-caption-custom .content p {
        font-size: 5rem;
    }
}
.carousel-indicators {
    bottom: 80px;
    z-index: 3;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
      border-top-width: 0px;
      border-top-style: none;
      border-top-color: currentcolor;
      border-bottom-width: 0px;
      border-bottom-style: none;
      border-bottom-color: currentcolor;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-last-text {
    margin-top: -10px;
}
@media (max-width: 575.98px) {
    .carousel-indicators {
        top: 350px;
    }
}
@media (min-width: 576px) {
    .carousel-item picture {
        height: 100vh;
    }
    .carousel-last-text {
        margin-top: -15px;
    }
}
@media (min-width: 768px) {
    .carousel-indicators {
        bottom: 40px;
    }
}
@media (min-width: 992px) {
    .carousel-indicators {
        bottom: 50px;
    }
}
.carousel-control-prev, .carousel-control-next {
    background: transparent;
    border: 0;
}