.carousel-item{
    min-height: 100vh;
    max-height: 900px;
    overflow: hidden;
    position: relative;
}

.carousel-item img{
    /* width: 100%; */
    height: auto;
    position: absolute;
    /* top: -27.5%; */
    /* left: 0; */
}

.carousel-inner .carousel-item:nth-child(1) img{
    /* margin-left: 50%; */
}

.carousel-inner .carousel-item:nth-child(2) img{
    right: 0;
}

.carousel-inner .carousel-item:nth-child(3) img{
    width: 100%;
}

.carousel-indicators{
    justify-content: right;
    margin-bottom: 43.5vh;
    margin-right:0%;
    position: relative;
}

.carousel-indicators [data-bs-target]{
    opacity: 1;
}

[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], 
[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
    background-color: #fff;
}

[data-bs-theme=dark] .carousel .carousel-indicators .active,
.carousel .carousel-indicators .active{
    background-color: #EF731B;
}

.carousel .carousel-indicators button{
    width: 16px;
    height: 16px;
    border-radius: 100% 100%;
    margin-right: 1em;
}

.carousel .carousel-indicators button:nth-last-child(1){
    margin-right: 0;
}

[data-bs-theme=dark] .carousel-caption h1,
[data-bs-theme=dark] .carousel-caption h3,
[data-bs-theme=dark] .carousel-caption p{
    color: #fff;
}

.carousel-caption h1{
    font-size: 4em;
}
.carousel-caption h3{}
.carousel-caption p{}

.carousel-caption{
    top: 26.5%;
    right: 7.5%;
    left: 7.5%;
    text-shadow: 2px 2px 10px rgb(0, 0, 0);
}

.carousel-control-next, .carousel-control-prev{
    width: 7.5%;
}