.home-sliderA {
    height: 39.0625vw;
}

.home-containerA {
    height: 70.4375vw;
    background: var(--primary-color);
    padding: 6.25vw 0vw;
    place-items: center;
}

.home-locations {
    height: 67.8125vw;
    background: var(--secondary-color2);
    padding: 6.25vw 2.03125vw;
}

.home-locations * {
    color: var(--text-color);
}

.home-locations-title {
    padding-left: 5.46875vw;
}

.locations-container {
    display: flex;
    justify-content: space-between;
}

.location-item {
    position: relative;
    background-image: url(../../img/home/base.png);
    background-size: 100% 100%;
    width: 29.45vw;
    height: 40.625vw;
}

#location-1 {
    background-image: url(../../img/home/location-1.png);
    background-size: 100% 100%;
}

#location-2 {
    background-image: url(../../img/home/location-3.png);
    background-size: 100% 100%;
}

#location-3 {
    background-image: url(../../img/home/location-2.png);
    background-size: 100% 100%;
}

.location-item * {
    position: absolute;
}

.location-item img {
    width: 2.5vw;
    right: 1.328125vw;
    cursor: pointer;
}

.location-wnr {
    bottom: 4.375vw;
}

.location-item img,
.location-base {
    bottom: 0.9375vw;
}

.location-base,
.location-wnr {
    left: 0.9375vw;
}

.locations-button {
    background: var(--text-color);
    color: var(--black);
    width: 21vw;
    height: 3.75vw;
    padding: 0.9375vw 0.9375vw 0.9375vw 1.25vw;
    justify-self: center;
    display: flex;
    align-items: center;
    margin-top: 4.6875vw;
    border-radius: 0.625vw;
    position: relative;
    cursor: pointer;
}

.locations-button span {
    color: #6f6b4d;
}

.locations-button img {
    width: 1.875vw;
    position: absolute;
    right: 0.9375vw;
}

.home-containerB {
    height: 81.015625vw;
    background: var(--white);
    padding-top: 6.25vw;
    text-align: center;
}

.home-containerB .bold-24 {
    position: relative;
    padding: 0vw 7.5vw;
    display: flex;
    align-items: center;
}

.home-sliderB {
    margin-top: 1.5625vw;
    width: 84.92vw;
}

.home-reviews {
    width: 95.9375vw;
}

.scroller {
    position: relative;
    height: 34.375vw;
    overflow: hidden;
}

.scroller-left-arrow,
.scroller-right-arrow {
    position: absolute;
    top: 15.7vw;
    width: 2.8125vw;
    z-index: 1;
    cursor: pointer;
}

.scroller-left-arrow {
    left: 17vw;
}

.scroller-right-arrow {
    right: 17vw;
    transform: rotate(180deg);
}

.scl-item {
    position: absolute;
    width: 62.09375vw;
    height: 33vw;
    left: 18.3vw;
    justify-self: center;
    transition: left 0.5s, transform 0.5s;
}

.scl-item img {
    width: 100%;
    height: 100%;
}

.scl-item-R {
    transform: scale(0.9);
    left: 80.3vw;
}

.scl-item-R2 {
    transform: scale(0.9);
    left: 142.3vw;
}

.scl-item-L {
    transform: scale(0.9);
    left: -43.7vw;
}

.scl-item-L2 {
    transform: scale(0.9);
    left: -104.7vw;
}

.scl-item-N {
    display: none;
    transition: none;
}

.scl-item div {
    position: absolute;
    bottom: 2.8125vw;
    padding: 0px 1.5625vw;
    text-align: center;
    line-height: 3.125vw;
    letter-spacing: -0.0390625vw;
    color: var(--white);
    width: 100%;
}

.view-more-2 {
    position: absolute;
    display: flex;
    right: 5.46875vw;
    cursor: pointer;
}

.view-more-2 .view-more-arrow {
    width: 1.25vw !important;
    margin-left: 0.9375vw;
}

.home-reviews-container {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.home-reviews-contentA {
    margin-left: 6vw;
    width: 34.375vw;
    text-align: left;
}

.home-reviews-contentB {
    width: 80.625vw;
    overflow: hidden;
}

.hr-sliderB {
    width: 33.33%;
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
    height: 25vw;
    padding: 0vw 2vw;
}

.hr-item {
    text-align: left;
    width: 29.6875vw;
    height: 19vw;
    padding: 2.75vw;
    border-radius: 0.625vw;
    background: #fff;
}

.hr-item img {
    width: 10.625vw;
}

.home-containerB .h-sliderB {
    padding: 0vw 0.8vw !important;
}

.home-containerB .review-slider {
    width: 88% !important;
    margin-left: 6% !important;
}

.home-containerB .scroller-left-arrow {
    left: 5.5vw;
}

.home-containerB .scroller-right-arrow {
    right: 5.5vw;
}

.home-containerB .scroller-left-arrow,
.home-containerB .scroller-right-arrow {
    top: 15.8vw;
}

.ab-c1 {
    color: #40a69f !important;
}

.ab-c2 {
    color: #4e46b4 !important;
}

.ab-c3 {
    color: #ffb319 !important;
}

.ab-c4 {
    color: #ff4e64 !important;
}

.ab-c5 {
    color: #95f1d5 !important;
}

.ab-c6 {
    color: #4aa3ff !important;
}

.google-map-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    overflow: hidden;
}

.google-map-item {
    margin-top: -10.5vw;
    border: 0;
    width: 91%;
    height: 110%;
}

#scl-2 .bold-32 {
    padding: 0px 10vw;
}

.review-x .regular-16.mb-12 {
    min-height: 7.8vw;
}

@media (max-width: 768px) {
    #scl-2 .bold-32 {
        padding: 0px 1.5625vw;
    }

    #location-1 {
        background-image: url(../../img/home/bogota.png);
        background-size: 100% 100%;
    }

    #location-2 {
        background-image: url(../../img/home/miami.png);
        background-size: 100% 100%;
    }

    #location-3 {
        background-image: url(../../img/home/toronto.png);
        background-size: 100% 100%;
    }

    .offer-box {
        height: 33.2vw;
    }

    .google-map-container {
        display: none;
    }

    .footer-contact .footer-icons {
        align-items: center;
    }

    .mtrd {
        margin-top: 0vw;
    }

    #header-picker {
        position: static !important;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0.75vw;
        padding: 4vw;
        padding-top: 1vw;
        background: var(--white);
        margin: 0px;
        border: none;
        border-radius: 0px;
        width: 100%;
        padding-bottom: 0vw;
        height: 85vw;
    }

    #header-picker button {
        margin-top: 0.5vw;
        justify-self: left;
        margin-bottom: 3vw;
        height: 10vw;
        border-radius: 2.05vw;
    }

    #header-picker .h-picker-item,
    #header-picker button {
        width: 100%;
    }

    header .header-picker div {
        width: 90%;
    }

    .home-sliderA {
        height: 76.92vw;
    }

    #slider .indicators {
        transform-origin: bottom center;
        transform: scale(2);
    }

    .home-containerA .scl-item {
        height: 80.827vw;
        margin-left: 0.6vw;
    }

    .home-containerA {
        height: 177vw;
        overflow: hidden;
    }

    .home-containerA .scroller {
        transform-origin: top center;
        transform: scale(1.34);
        padding-top: 2vw;
        height: 107vw;
    }

    .home-containerA .scl-item img {
        border-radius: 1.5vw;
    }

    .home-containerA .scl-item-R {
        left: 85vw;
    }

    .home-containerA .scl-item-L {
        left: -53vw;
    }

    .home-containerA .scroller-left-arrow {
        left: 15.5vw;
        top: 38vw;
        width: 6vw;
    }

    .home-containerA .scroller-right-arrow {
        right: 16vw;
        top: 38vw;
        width: 6vw;
    }

    .home-containerA .scl-item .bold-32 {
        font-size: 4vw;
        line-height: 4.5vw;
    }

    .home-containerA .offer-box {
        height: 45.2vw;
    }

    .offer-box {
        padding: 4.7vw;
        box-shadow: 0px 1.53vw 1.53vw -1.53vw rgba(0, 0, 0, 0.16), 0px 0px 0.256vw rgba(0, 0, 0, 0.4);
        border-radius: 2.0512vw;
        width: 91vw;
    }

    .offer-box .bold-24.mb-8 {
        width: 90%;
        font-size: 5.4vw;
    }

    .offer-box .offer-button {
        padding: 3.025vw 3.075vw;
        border: 0.256vw solid #000000;
        border-radius: 2.051vw;
        position: absolute;
        bottom: 6.5vw;
    }

    .offer-box .view-more-button {
        top: 12.3vw;
        width: 8.205vw;
        right: 5.128vw;
    }

    .offer-box .offer-info {
        bottom: 7.5vw;
        right: 5.128vw;
    }

    .offer-box .offer-info img {
        width: 4.1vw;
        margin-right: 0.3vw;
        margin-left: 1.4vw;
    }

    .hr-span {
        display: inline-block;
        width: 100%;
        margin-bottom: 0.3vw;
    }

    .home-locations {
        height: 103vw;
        transform-origin: top left;
        transform: scale(2);
        width: 50vw;
        padding: 4vw 4vw;
        margin-bottom: 100vw;
    }

    .locations-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 2.75vw;
    }

    .location-item {
        width: 42vw;
        height: 25vw;
        border-radius: 1vw;
    }

    .locations-button {
        width: 100%;
        justify-content: center;
        font-size: 2vw;
        padding: 2.3vw;
        border-radius: 1.2vw;
    }

    .locations-button span {
        color: #000;
    }

    .home-locations-title {
        padding-left: 0px;
    }

    .home-locations-title .bold-24 {
        font-size: 2.8vw;
    }

    .review-slider {
        height: 92vw;
    }

    .home-containerB .h-sliderB {
        transform-origin: top left;
        transform: scale(3);
    }

    .home-containerB .bold-24 span {
        font-size: 6.1538vw;
    }

    .home-containerB .bold-24 .view-more-2 .regular-14 {
        font-size: 3.589vw;
    }

    .home-containerB .view-more-2 img {
        width: 4.1025vw;
        margin-left: 2vw;
    }

    .sh-bar {
        height: 3vw;
        padding-top: 10.25vw;
        padding-bottom: 5.12vw;
    }

    .view-more-2 {
        align-items: center;
    }

    .home-containerB {
        height: auto;
        background: var(--white);
        padding-top: 6.25vw;
        text-align: center;
    }

    .home-containerB .scroller-left-arrow,
    .home-containerB .scroller-right-arrow {
        top: 53.8vw;
        width: 8vw;
    }

    .bknow .scroller-left-arrow,
    .bknow .scroller-right-arrow {
        top: 43.8vw;
    }

    .home-containerB .scroller-left-arrow {
        left: 3.3vw;
    }

    .home-containerB .scroller-right-arrow {
        right: 3.3vw;
    }

    #reviewSliderDots {
        transform-origin: bottom;
        transform: scale(2);
    }

    .home-reviews-container {
        display: block;
        padding-bottom: 10vw;
        overflow: hidden;
    }

    .home-reviews-container .home-reviews-contentA {
        width: 100%;
        margin-bottom: 8.205vw;
        margin-top: 2vw;
    }

    .home-reviews-container .home-reviews-contentA .regular-16 {
        font-size: 4.10256vw;
        height: 4vw;
    }

    .home-reviews-container .home-reviews-contentA .bold-40 {
        font-size: 10vw;
        line-height: 10vw;
    }

    .home-reviews-container .mb-16 {
        margin-bottom: 4.102vw;
    }

    .home-reviews-contentB {
        transform-origin: left top;
        transform: scale(2.8);
        height: 60vw;
    }

    #homeReviewSliderDots {
        transform-origin: bottom center;
        transform: scale(2.8);
        bottom: 6vw;
    }

    footer {
        display: block;
        transform-origin: left top;
        transform: scale(3.5);
        padding: 2.5vw 2vw;
        height: auto;
        width: fit-content;
        max-width: 28.6vw;
        overflow: hidden;
    }

    footer .footer-links,
    footer .footer-locations,
    footer .footer-other {
        height: auto;
        margin: 1.5vw 0px;
    }

    #header-picker .h-picker-item {
        border-radius: 2.05vw;
        height: 11vw;
    }

    #header-picker .h-picker-item img {
        width: 4vw;
        margin-right: 2vw;
        margin-left: 1vw;
    }
}