.carousel-inner{
    background-color: #000000;
}
.carousel-caption {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    overflow: hidden;
}
.carousel-caption > .blur-fon{
    display: none;
}
.carousel-caption .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    height: 100%;
    width: 520px;
    margin: auto 20px auto auto;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: left;
    border-radius: 5px;
}

.carousel-caption .content h5{
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
}
.carousel-caption .content h6{
    font-size: 24px;
    margin-top: -15px;
    font-weight: 500;
    line-height: 1;
}
.carousel-caption .content p {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
}

.carousel-caption .content .btn {
    margin-top: 40px;
}

.carousel-indicators {
    bottom: -3px;
    margin-bottom: 0;
}

.carousel-indicators li {
    height: 6px;
    background-color: rgba(0, 0, 0, 0.75);
}
.carousel-indicators .active {
    background-color: #f96031;
}
@media (max-width: 1200px) {
    .carousel-caption .content .btn {
        margin-top: 30px;
    }
}

@media (max-width: 992px) {
    .carousel-caption .content .btn {
        margin-top: 25px;
    }
}

@media (min-width: 767px) {
    .carousel-caption .content > *.fs-52-d{
        font-size: 52px;
    }
    .carousel-caption .content > *.fs-48-d{
        font-size: 48px;
    }
    .carousel-caption .content > *.fs-42-d{
        font-size: 42px;
    }
    .carousel-caption .content > *.fs-38-d{
        font-size: 38px;
    }
    .carousel-caption .content > *.fs-32-d{
        font-size: 32px;
    }
    .carousel-caption .content > *.fs-28-d{
        font-size: 28px;
    }
    .carousel-caption .content > *.fs-24-d{
        font-size: 24px;
    }
    .carousel-caption .content > *.fs-20-d{
        font-size: 20px;
    }
    .carousel-caption .content > *.fs-18-d{
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .carousel-caption > .blur-fon{
        display: block;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px);
        z-index: 0;
    }
    .carousel-item-right,
    .carousel-item-left,
    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active {
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: end;
    }
    .carousel-item-right .carousel-caption,
    .carousel-item-left .carousel-caption,
    .carousel-item-next .carousel-caption,
    .carousel-item-prev .carousel-caption,
    .carousel-item.active .carousel-caption,
    .carousel-item .carousel-caption {
        margin-top: auto;
        left: inherit;
        right: inherit;
        top: inherit;
        bottom: inherit;
        position: inherit;
        max-width: inherit;
        width: 100%;
        padding: 0;
        opacity: 1;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
        background-color: #000000;
    }

    .carousel-caption .content {
        background-color: rgba(0, 0, 0, 0.7);
        padding: 10px;
        gap: 5px;
        margin: 0;
        width: inherit;
        z-index: 1;
        border-radius: 0;
    }
    .carousel-caption .content h5,
    .carousel-caption .content h6{
        line-height: inherit;
    }
    .carousel-caption .content p{
        font-size: 16px;
    }
    .carousel-indicators{
        display: none;
    }

    .carousel-caption .content > *.fs-52-m{
        font-size: 52px;
        line-height: 52px;
    }
    .carousel-caption .content > *.fs-48-m{
        font-size: 48px;
        line-height: 48px;
    }
    .carousel-caption .content > *.fs-42-m{
        font-size: 42px;
        line-height: 42px;
    }
    .carousel-caption .content > *.fs-38-m{
        font-size: 38px;
        line-height: 38px;
    }
    .carousel-caption .content > *.fs-32-m{
        font-size: 32px;
        line-height: 32px;
    }
    .carousel-caption .content > *.fs-28-m{
        font-size: 28px;
        line-height: 28px;
    }
    .carousel-caption .content > *.fs-24-m{
        font-size: 24px;
        line-height: 24px;
    }
    .carousel-caption .content > *.fs-20-m{
        font-size: 20px;
        line-height: 20px;
    }
    .carousel-caption .content > *.fs-18-m{
        font-size: 18px;
        line-height: 18px;
    }
}

/*1+1*/
.glue{
    font-size: 120px;
    text-align: center;
    font-weight: 500;
    line-height: 1;
    color: #ffcd00;
    margin-bottom: 5%;
    font-style: italic;
}
@media (max-width: 992px) {
    .glue{
        font-size: 80px;
        margin-bottom: 0;
    }
}
@media (max-width: 767px){
    .glue {
        display: flex;
        justify-content: right;
        font-style: inherit;
        text-align: right;
    }
    .glue::after{
        content: "";
        height: 4px;
        background-color: #3f46ee;
        width: calc(100% - 240px);
        position: absolute;
        align-self: center;
        left: 0;
    }
}
@media (max-width: 480px){
    .glue{
        font-size: 68px;
    }
    .glue::after{
        width: calc(100% - 200px);
    }
}