.modal {
    overflow: hidden !important;
}

.modal-dialog {
    background-color: #000;
    width: 100% !important;
    max-width: 100% !important;
    height: 100%;
    margin: 0 !important;
    padding: 0;
}

.modal-body {
    padding: 0 !important;
}

.modal-content {
    background-color: #000 !important;
    max-width: 1400px;
    width: 80% !important;
    margin: auto;
}

.btn-close {
    background: unset !important;
    cursor: pointer;
    position: absolute;
    z-index: 9;
    top: 20px;
    left: 20px;
    height: auto !important;
    opacity: 1 !important;
    width: 100px !important;
}

.carousel-indicators [data-bs-target] {
    height: unset !important;
}

.navbar-light .navbar-brand {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: yellow;
}

.navbar-toggler {
    padding: 1px 5px;
    font-size: 18px;
    line-height: 0.3;
    background: #fff;
}

.carousel-item img {
    width: 100% !important;
    max-height: 700px;
    object-fit: contain;
}

.carousel-caption {
    bottom: 220px;
    z-index: 2;
}

.carousel-caption h5 {
    font-size: 85px;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-top: 25px;
    font-family: 'Moon Dance', cursive;
}

.carousel-caption p {
    width: 60%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
}

.carousel-caption a {
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 20px;
    display: inline-block;
    color: #fff;
    margin-top: 15px;
    border-radius: 5px;
}

.carousel-control-prev {
    left: -150px !important;
}

.carousel-control-next {
    right: -150px !important
}

.carousel-inner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: rgba(0, 0, 0, 0.6); */
    z-index: 1;
}

.carousel-indicators {
    bottom: -120px !important;
}

.carousel-indicators img {
    height: 80px;
    object-fit: cover;
}

.carousel-indicators button {
    width: 110px !important;
}

@media only screen and (max-width: 845px) {
    .carousel-item img {
        max-height: 200px;
    }
    .carousel-indicators {
        margin-bottom: 0 !important;
        bottom: -60px !important;
    }
    .carousel-indicators img {
        height: 40px !important;
    }
    .carousel-control-prev {
        left: 0 !important;
    }
    .carousel-control-next {
        right: 0 !important;
    }
    .btn-close {
        width: 65px !important;
    }
}