.park-list-section {
    padding: 60px;
    text-align: center;
    width: 100%;
    display: block;
    background-image: linear-gradient(to bottom, #14212A, #646B72);
}

.park-list-section .title-p {
    color: rgba(256, 256, 256, .5);
    font-size: 16px;
    margin-top: 12px;
}

.SectionParkSwiper {
    margin-top: 40px;
}

.SectionParkSwiper .card {
    background-color: #E0DED8;
    border-radius: 8px;
    padding: 16px;
    transition: .5s all ease-in-out;
}

.SectionParkSwiper .card:hover {
    background-color: #E0DED873;
}

.SectionParkSwiper .card:hover .card-title, .SectionParkSwiper .card:hover .card-content {
    color: #fff;
}

.SectionParkSwiper .card img {
    border-radius: 4px;
    border: 1px solid #C3C3C3;
    margin-bottom: 16px;
    height: 185px;
    width: 100%;
    object-fit: cover;
}

.SectionParkSwiper .card .card-title {
    font-size: 16px;
    font-weight: 600;
    font-family: Poppins;
    margin-bottom: 14px;
}

.SectionParkSwiper .card .card-content {
    font-size: 14px;
    font-weight: 500;
    font-family: Poppins;
    color: #00000080;
}

.section-photo {
    padding: 56px 0;
}

.section-photo img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.SectionPhotoSwiper .swiper-button-next,
.SectionPhotoSwiper .swiper-button-prev {
    display: none !important;
}

.slider-park-container {
    position: relative;
    padding-top: 60px;
}

.slider-navigation {
    position: absolute;
    top: 0;
    right: 60px;
    display: flex;
    gap: 10px;
}

.slider-navigation .custom-prev,
.slider-navigation .custom-next {
    background: #ffab40;
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-navigation .custom-prev:hover,
.slider-navigation .custom-next:hover {
    background: #e69636;
}

.park-title {
    font-weight: 600;
    text-align: center;
    color: #fff;
    font-family: Poppins;
    font-size: 32px;
    width: 50%;
    margin: 0 auto 12px auto;
}

.park-text {
    color: #FFFFFF80;
    font-family: Poppins;
    font-size: 14px;
    text-align: center;
    margin: 0 auto 32px auto;
    width: 60%;
}

.park-btn {
    background-color: #FBB040;
    padding: 11px 16px;
    color: #000;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
}

.park-btn-section {
    display: flex;
    justify-content: center;
}

.park-text3 {
    text-align: center;
    margin: auto;
    max-width: 80%;
    font-weight: 500;
}

.park-last {
    border-bottom: 1px solid #ABABAD;
}

.park-wheel {
    top: 0%;
    right: -5%;
    width: auto;
    max-height: 90%;
    max-width: max-content;
}

.park-second-wheel {
    right:auto;
    left: -5%;
}

.voltcafe_intro_content {
     overflow: visible;
}

@media only screen and (max-width: 992px) {
    .park-title {
        font-size: 18px;
        width: 50%;
        margin: 0 auto 12px auto;
    }

    .park-text3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1920px) {
 .park-wheel {
    right: -6%;
}

.park-second-wheel {
    left: -6%;
}
}

@media only screen and (max-width: 1800px) {
 .park-wheel {
    right: -8%;
}

.park-second-wheel {
    left: -8%;
}
}


@media only screen and (max-width: 1400px) {
 .park-wheel {
    right: -12%;
}

.park-second-wheel {
    left: -12%;
}
}

@media only screen and (max-width: 992px) {
 .park-wheel {
    right: -7%;
}

.park-second-wheel {
    left: -7%;
}
}

@media only screen and (max-width: 768px) {
 .park-wheel {
    max-height: 70%;
    right: -11%;
}

.park-second-wheel {
    left: -11%;
}
}



@media only screen and (max-width: 555px) {
    .service_wheel_first {
        left: auto;
    }
    
 .park-wheel {
    right: -14%;
}

.park-second-wheel {
    left: -14%;
}
}


@media only screen and (max-width: 500px) {
 .park-wheel {
    max-height: 50%;
    right: -14%;
}

.park-second-wheel {
    left: -14%;
}
}


@media only screen and (max-width: 350px) {
 .park-wheel {
    max-height: 30%;
    right: -14%;
}

.park-second-wheel {
    left: -14%;
}
}
