.carousel .carousel-indicators {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 12rem;
    left: auto;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
    transform: none;
}

.carousel-item img{
    height: 850px;
    object-fit: cover;
    object-position: 0 20%;
}

.carousel-caption{
    height: 100%!important;
    left: auto!important;
    width: 35%!important;
    background: linear-gradient(90deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0.6) 100%);
}

header {
    background: #000!important;
    background-color: #000!important;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

.orange{
    color: #ff832a;
}

.btnbanner{
    background-color: #000;
    color: #ff832a;
    border-radius: 3rem;
    font-size: 2rem !important;
    padding: 5px 15px;
    width: fit-content;
    text-decoration: none;
}

.btnbanner:hover{
    color: #fff;
}

.carousel-item .carousel-caption h2 {
    font-size: 4.5rem;
    color: #ccc;
    margin-bottom: 2rem;
}
.carousel-item .carousel-caption h3 {
    font-size: 4rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 2rem;
}

.ps-8{
    padding-left: 8rem;
    width: 60%;
}

.carousel-item .carousel-caption img {
    width: 85%;
    height: auto;
}

.becomeclient{
    background-image: url(../img/Moto2.webp);
    height: 41rem;
    background-position: 0 20%;
}

.becomeclient img {
    width: 15rem;
    margin-top: 3rem;
}

.becomeclient h3 {
    color: #fff;
    font-size: 4rem;
    font-weight: bold;
    margin-top: 2rem;
    padding-right: 0;
    margin-bottom: 3rem;
}

.btnbecome{
    background-color: #ff832a;
    color: #fff;
    text-align: center;
    padding: 10px 25px 10px 30px;
    font-size: 1.5rem;
    border-radius: 3rem;
    text-decoration: none;
    font-weight: 600;
}

.btnbecome:hover{
    color: #000;
}

.becomeinner{
    width: 40%;
    height: 100%;
    padding-left: 8rem;
    background: linear-gradient(270deg,rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0, .6) 15%, rgb(0, 0, 0, .6) 100%)
}

@media (max-width: 1920px){
    .carousel-item .carousel-caption h2 {
        font-size: 4rem;
        margin-bottom: 2rem;
    }
    .carousel-item .carousel-caption h3 {
        font-size: 3.5rem;
        margin-bottom: 2rem;
    }

    .carousel-item img{
        height: 850px;
    }

    .ps-8{
        padding-left: 7rem;
        width: 75%;
    }

    .becomeinner{
        padding-left: 7rem;
    }
}

@media (max-width: 1366px){
    .carousel-item .carousel-caption h2 {
        font-size: 3.7rem;
        margin-bottom: 2rem;
    }
    .carousel-item .carousel-caption h3 {
        font-size: 3.2rem;
        margin-bottom: 2rem;
    }

    .ps-8{
        padding-left: 6.5rem;
    }

    .carousel-caption{
        width: 45%!important;
    }

    .carousel-item img{
        height: 700px;
        object-position: 50% -50%;
    }

    .carousel .carousel-indicators {
        bottom: 10rem;
    }

    .becomeclient{
        height: 37rem;
        background-position: 40% 20%;
    }

    .becomeinner{
        width: 42%;
        padding-left: 6.5rem;
    }
}

@media (max-width: 991px){
    .carousel-item .carousel-caption h2 {
        font-size: 3.2rem;
        margin-bottom: 1.8rem;
    }
    .carousel-item .carousel-caption h3 {
        font-size: 3rem;
        margin-bottom: 1.8rem;
    }

    .ps-8{
        padding-left: 6rem;
        width: 80%;
    }

    .carousel-caption{
        width: 50%!important;
    }

    .carousel-item img{
        height: 650px;
        object-position: 80% 20%;
        margin-top: 3rem;
    }

    .carousel .carousel-indicators {
        bottom: 9rem;
    }

    .btnbanner{
        font-size: 1.6rem !important;
        padding: 4px 12px;
    }

    .becomeclient{
        height: 35rem;
    }

    .becomeclient img {
        width: 13rem;
        margin-top: 2.5rem;
    }

    .becomeclient h3 {
        font-size: 3rem;
        margin-top: 1.8rem;
        margin-bottom: 2.5rem;
    }

    .btnbecome{
        padding: 8px 20px 8px 25px;
        font-size: 1.3rem;
    }
    
    .becomeinner{
        width: 45%;
        padding-left: 6.5rem;
    }

}

@media (max-width: 600px){
    .carousel-item .carousel-caption img {
        width: 90%;
        display: inherit!important;
    }
}

@media (max-width: 768px){
    .carousel-item .carousel-caption h2 {
        font-size: 2.5rem;
        margin-bottom: 1.8rem;
    }
    .carousel-item .carousel-caption h3 {
        font-size: 2.2rem;
        margin-bottom: 1.8rem;
    }

    .btnbanner{
        font-size: 1.3rem !important;
        padding: 5px 10px;
    }

    .ps-8{
        padding-left: 3rem;
        width: 85%;
    }

    .carousel-caption{
        width: 55%!important;
    }

    .carousel-item img{
        height: 600px;
        object-position: 55% 20%;
    }

    .carousel .carousel-indicators {
        bottom: 8rem;
    }

    .becomeclient{
        height: 32rem;
        background-position: 50% 25%;
    }

    .becomeclient img {
        width: 12rem;
    }

    .becomeclient h3 {
        font-size: 2.8rem;
    }

    .btnbecome{
        padding: 8px 20px 8px 25px;
        font-size: 1.2rem;
    }

    .becomeinner{
        width: 50%;
        padding-left: 5rem;
    }
}

@media (max-width: 480px){
    .carousel-item .carousel-caption h2 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    .carousel-item .carousel-caption h3 {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }

    .ps-8{
        padding-left: 4.5rem;
        width: 90%;
    }

    .btnbanner{
        font-size: 1rem !important;
        padding: 3px 8px;
    }

    .carousel-caption{
        width: 60%!important;
    }

    .carousel-item img{
        height: 400px;
        object-position: 65% 20%;
    }

    .carousel .carousel-indicators {
        bottom: 6rem;
    }

    .becomeclient{
        height: 28rem;
    }

    .becomeclient img {
        width: 11rem;
        margin-top: 2rem;
    }

    .becomeclient h3 {
        font-size: 2.5rem;
        margin-top: 1.5rem;
        margin-bottom: 2rem;
    }

    .btnbecome{
        padding: 6px 15px 6px 20px;
        font-size: 1.1rem;
    }

    .becomeinner{
        width: 55%;
        padding-left: 2rem;
    }
}