html,
body {
    max-width: 100vw;
}

.vertical-align {
    /* Use a flexbox layout */
    display: flex;

    /* Make a horizontal flexbox (the default) */
    flex-direction: row;

    /* The important part: vertically center the items */
    align-items: center;
    padding-left: 1;
}

.no-gap {
    margin: 0px;
    padding: 0px;
}

.object-shadow {
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

.object-shadow-light {
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.19) !important;
}

.text-shadow-1 {
    text-shadow: -2px 0 40px rgba(0, 0, 0, 0.2),
    0 2px 40px rgba(0, 0, 0, 0.2),
    2px 0 40px rgba(0, 0, 0, 0.2),
    0 -2px 40px rgba(0, 0, 0, 0.2);
}

.text-shadow-white {
    text-shadow: -2px 0 40px white,
    0 2px 40px white,
    2px 0 40px white,
    0 -2px 40px white;
}

.parallax {
    background-image: url("assets/photo/Pool.jpeg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.individual-slide {
    min-width: 25%;

    /* 4 slides visible at a time */
    height: 100%;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ebebeb;
    margin-right: 10px;
    font-size: 20px;
    text-align: center;
}

.individual-slideSm {
    min-width: 33.33%;
}

.sliderbutton {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
}

button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.slider-image {
    width: 100%;
}

.slider-link {
    padding-top: 15px;
    padding-bottom: 9px;
    color: #565656;
}

/* Untuk Ukuran Layar Mobile */
.sliderXS {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.individual-slideXS {
    min-width: 40%;

    /* 4 slides visible at a time */
    height: 100%;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ebebeb;
    margin-right: 10px;
    font-size: 20px;
    text-align: center;
}

.sliderbuttonXS {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
}

.prevXS {
    left: 5px;
}

.nextXS {
    right: 5px;
}

.slider-imageXS {
    width: 100%;
}

.slider-linkXS {
    padding-top: 15px;
    padding-bottom: 9px;
    color: #565656;
    height: 60px;
}

/* Untuk Ukuran Layar Mobile Widget Ke - 2 */
.sliderXS2 {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.individual-slideXS2 {
    min-width: 40%;

    /* 4 slides visible at a time */
    height: 100%;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ebebeb;
    margin-right: 10px;
    font-size: 20px;
    text-align: center;
}

.sliderbuttonXS2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
}

.prevXS2 {
    left: 5px;
}

.nextXS2 {
    right: 5px;
}

.slider-imageXS2 {
    width: 100%;
}

.slider-linkXS2 {
    padding-top: 15px;
    padding-bottom: 9px;
    color: #565656;
    height: 60px;
}

/* Untuk Widget Ke - 2 */
.slider2 {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.individual-slide2 {
    min-width: 25%;

    /* 4 slides visible at a time */
    height: 100%;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ebebeb;
    margin-right: 10px;
    font-size: 20px;
    text-align: center;
}

.sliderbutton2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
}

.prev2 {
    left: 10px;
}

.next2 {
    right: 10px;
}

.slider-image2 {
    width: 100%;
}

.slider-link2 {
    padding-top: 15px;
    padding-bottom: 9px;
    color: #565656;
    height: 60px;
}

.page-item {
    padding: 10px;
}

.page-link {
    padding: .85rem .95rem;
}