.perks-section .perks-header {
    width: 30%;
    max-width: 265px;
    flex: 1 0 30%;
}

.perks-section .perks-header hr {
    height: 6px;
    background-color: #FFC72C;
}

.perks-carousel {
    display: flex;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    scrollbar-width: none;
    /* for Firefox */
    overflow-x: scroll;
}

.perks-carousel::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}

.perks-carousel-item {
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    border: 1.5px solid #B3B3B3;
    width: 570px;
    height: 330px;
}

.perks-carousel-item.full-carousel-item {
    padding: 30px 40px;
}

.perks-carousel-item.half-carousel-item .half-carousel-item-content {
    padding: 30px 40px;
    padding-right: 20px;
}

.perks-carousel-item:not(:first-child) {
    margin-left: 20px;
}

.perks-carousel-item:last-child {
    margin-right: 20px;
}

.perks-carousel-item-logo {
    max-width: 100%;
}

.carousel-padding {
    flex-shrink: 0;
}

.carousel-progress__bar-wrapper {
    height: 1.5rem;
    width: 100%;
    outline: none;
    border: 0;
    padding-left: 20px;
    padding-top: 30px;
    background: transparent;
    display: flex;
    align-items: center;
}

.carousel-progress__bar {
    width: 356px;
    background: #b3b3b3;
    height: 3px;
    scrollbar-width: none;
    display: block;
    border-radius: 4px;

    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

.carousel-progress__bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 169px;
    height: 3px;
    background: #006ac3;
    cursor: grab;
}

.carousel-progress__bar::-moz-range-thumb {
    width: 169px;
    height: 3px;
    background: #006ac3;
    cursor: grab;
}

.carousel-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 60px;
    top: calc(50% - 20px);
}

.bg-abenity, .bg-avis {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-abenity {
    background-image: url("../images/carousel/bg-rooftop-pool.jpg");
}

.bg-avis {
    background-image: url("../images/carousel/bg-autumn-car.jpg");
}

.bg-budget {
    background-image: url("../images/carousel/bg-budget.jpg");
}

.bg-myus {
    border-radius: 6px;
    background: linear-gradient(256deg, #2AD2C9 0.88%, #09BCEF 53.09%, #0051A5 105.29%);
}

#abenity .perks-carousel-item-content {
    min-width: 127px;
}

#myus .perks-carousel-item-header, #myus .perks-carousel-item-content {
    width: 222px;
}

#myus .bg-bubble {
    border-radius: 50%;
}

#myus .bg-bubble.top-right {
    top: 15px;
    right: 20px;
}

#myus .bg-bubble.center-left {
    top: 45px;
    right: 95px;
}

#myus .bg-bubble.bottom-right {
    bottom: 10px;
    right: 10px;
}

/* mobile */
@media only screen and (max-width: 639px) {

    .perks-section .perks-header {
        width: 100%;
        max-width: 100%;
        flex: 1 0 100%;
    }

    .perks-carousel {
        /* height: calc(100% - 20px); */
    }

    .carousel-button {
        right: 15px;
    }

    .perks-carousel-item {
        width: calc(100% - 20px);
        min-height: 400px;
        height: calc((100vw - 50px) * 1.18);
        max-height: 450px;
    }

    .perks-carousel-item.full-carousel-item {
        padding: 20px;
    }

    #budget.perks-carousel-item.full-carousel-item {
        padding: 30px !important;
    }
    
    .perks-carousel-item.half-carousel-item .half-carousel-item-content {
        padding: 25px;
    }

    .perks-carousel-item.half-carousel-item .grid-half:first-child {
        height: 35%;
    }
    
    .perks-carousel-item.half-carousel-item .grid-half:not(:first-child) {
        height: 65%;
    }

    .bg-avis {
        background-size: cover;
    }

    .bg-budget {
        background-size: cover;
        background-position: bottom center;
        background-image: url("../images/carousel/bg-budget-mobile.jpg");
    }

    #myus .bg-bubble.top-right {
        width: 62px;
        height: 62px;
        top: 80px;
        right: 60px;
    }
    
    #myus .bg-bubble.center-left {
        width: 160px;
        height: 160px;
        top: 232px;
        right: 50px;
    }
    
    #myus .bg-bubble.bottom-right {
        width: 101px;
        height: 101px;
        top: 144px;
        bottom: unset;
        right: 4px;
    }

    .carousel-progress__bar-wrapper {
        width: 100%;
        padding-left: 0px;
        padding-right: 15px;
    }

    .carousel-progress__bar {
        width: 100%;
    }
}

@media only screen and (max-width: 380px) {
    #myus .bg-bubble.center-left {
        width: 100px;
        height: 100px;
        right: 25px;
    }

    #myus .bg-bubble.bottom-right {
        width: 80px;
        height: 80px;
        top: 144px;
        bottom: unset;
        right: 4px;
    }
}