#myCarousel {
    margin: 0 auto;
    overflow: hidden;
    background: #0e1621;
}
#myCarousel .carousel-inner {
    position: relative;
    width: 100%;
    height: clamp(320px, 34.1vw, 655px);
    overflow: hidden;
}

#myCarousel .carousel-inner > .item,
#myCarousel .carousel-inner > .item.active,
#myCarousel .carousel-inner > .item.next,
#myCarousel .carousel-inner > .item.prev {
    height: 100%;
}

#myCarousel .carousel-inner > .item.next,
#myCarousel .carousel-inner > .item.prev,
#myCarousel .carousel-inner > .item.active.left,
#myCarousel .carousel-inner > .item.active.right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#myCarousel .carousel-inner > .item {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #0e1621;
    transform: translateZ(0);
}
#myCarousel .carousel-inner > .item > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform;
}
#myCarousel .carousel-indicators {
    bottom: 18px !important;
}
#myCarousel .carousel-inner .item:nth-child(2) a {
    position: absolute;
    top: 64.5%;
    left: 14.9%;
    width: 6.8%;
    height: 7.6%;
    min-width: 100px;
    min-height: 34px;
}
#myCarousel .btext {
    position: absolute;
    top: 42.5%;
    left: 27.5%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #bb9c56;
    font-size: clamp(38px, 3.75vw, 72px);
    font-weight: 700;
    letter-spacing: clamp(3px, 0.45vw, 9px);
    white-space: nowrap;
}
#myCarousel .btext h2 {
    margin: 0;
    font-size: 100%;
    font-weight: 700;
}
#myCarousel .carousel-inner .item:nth-child(2) .btext {
    top: 48.5%;
    left: 28.2%;
    font-size: clamp(34px, 3vw, 58px);
    letter-spacing: clamp(3px, 0.26vw, 5px);
}
#myCarousel .carousel-inner .item:nth-child(2) .btext h2:first-child {
    margin-top: 1.5vw;
    margin-bottom: 0;
    font-weight: 545;
}
#myCarousel .carousel-inner .item:nth-child(2) .btext h2:nth-child(2) {
    margin-top: 0;
    margin-left: 1.6vw;
    padding-top: 1.6vw;
    font-size: 115%;
    letter-spacing: 2.1vw;
}
#myCarousel .carousel-inner .item:nth-child(2) .btext button:nth-child(3) {
    float: left;
    width: 6.8vw;
    height: 2.6vw;
    margin-top: 2.6vw;
    margin-left: 1.5vw;
    padding: 0;
    border: none;
    border-radius: 2px;
    background-color: #bb9c56;
}
#myCarousel .carousel-inner .item:nth-child(2) .btext button:nth-child(3) span {
    color: #fff;
    font-size: .9vw;
    font-weight: 600;
    letter-spacing: 3px;
}
#myCarousel .carousel-inner .item:nth-child(3) .btext {
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: clamp(30px, 2.4vw, 46px);
    letter-spacing: 3px;
}
#myCarousel .carousel-inner .item:nth-child(3) .btext h2:first-child {
    margin-bottom: 31px;
}
@media (max-width: 768px) {
    #myCarousel .carousel-inner {
        height: auto;
    }
    #myCarousel .carousel-inner > .item {
        height: auto;
        min-height: 180px;
    }
    #myCarousel .carousel-inner > .item > img {
        position: relative;
        inset: auto;
        height: auto;
        object-fit: contain;
        transform: none;
        will-change: auto;
    }
    #myCarousel .btext {
        top: 46%;
        left: 29%;
        font-size: 7.1vw;
        letter-spacing: 1.3vw;
    }
    #myCarousel .btext h2:nth-child(2) {
        margin-top: 1vw;
    }
    #myCarousel .carousel-inner .item:nth-child(2) a {
        width: 18vw;
        height: 6.5vw;
        min-width: 0;
        min-height: 0;
    }
    #myCarousel .carousel-inner .item:nth-child(2) .btext {
        top: 53%;
        left: 27%;
        font-size: 5.1vw;
        letter-spacing: .7vw;
    }
    #myCarousel .carousel-inner .item:nth-child(2) .btext h2:nth-child(2) {
        margin-top: 0;
        margin-left: 2.5vw;
        padding-top: 2.5vw;
        font-size: 115%;
        letter-spacing: 4.1vw;
    }
    #myCarousel .carousel-inner .item:nth-child(2) .btext button:nth-child(3) {
        width: 18vw;
        height: 6.5vw;
        margin-top: 3vw;
        margin-left: 2.6vw;
        border-radius: 0;
    }
    #myCarousel .carousel-inner .item:nth-child(2) .btext button:nth-child(3) span {
        font-size: .9vw;
        letter-spacing: 3px;
    }
    #myCarousel .carousel-inner .item:nth-child(3) .btext {
        top: 45%;
        left: 50%;
        font-size: 5vw;
        letter-spacing: inherit;
        white-space: nowrap;
    }
    #myCarousel .carousel-inner .item:nth-child(3) .btext h2:first-child {
        margin-bottom: 10px;
    }
}
