.-contant-flex {
    display: flex;
    flex-direction: column;
}

.city_content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    justify-content: space-between;
    margin-bottom: 40px
}

.city-block {
    border-radius: var(--largeradius);
    max-width: 333px;
    min-width: 325px;
    position: relative;
    transition: 0.3s all ease;
    padding-inline:0}

.vi-city {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: pointer
}

.--city--info-boxitem a {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: var(--sp-fill);
    position: absolute;
    z-index: 10;
    transition: 0.3s all ease;
    bottom: 0;
    right: 0;
    padding: 26px;
    font-family: var(--font-family)
}

.--city--info-boxitem a: hover {
    color:var(--uicolor)
}

.-cityBox-widgets-container {
    display: flex;
    width: 321px;
    align-items: center;
    gap: 25px
}

.-cityBox-widgets-container .city-block {
    min-width: 100%
}

.city-owl-curser {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

.-cityBox-widgets-items-s1.-page--cites--boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    gap: 25px
}

.-ycwt-city__widget .-YC-owl-navs-items {
    display: flex;
    gap: 10px;
    position: absolute;
    top: 215px;
    z-index: 79;
    left: 50%;
    transform: translateX(-50%)
}

.shape_img_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    left: 0;
    background-size: cover
}

.mine_img_bg {
    width: 100%;
    height: 320px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    transition: all .25s ease-in-out;
    background: var(--background);
    display: flex;
    justify-content: center
}

.vi-city:hover img {
    transform: scale(1.05)
}

.mine_img_bg img {
    transition: all .25s ease-in-out
}

.mine_img_bg::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    transition: all 500ms cubic-bezier(.77,0,.175,1);
    background: linear-gradient(to top,#0018379c 0%,#0018379c 13%,#00183700 52%,#00183700 100%);
    z-index: 1
}

.cityBox-icone {
    background: #fff;
    width: 60px;
    height: 60px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px 50px 0 0;
    bottom: -10px;
    left: 45px;
    z-index: 10
}

.cityBox-icone::before {
    content: "";
    position: absolute;
    background-color: #fff0;
    bottom: 10px;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 #fff;
    border-bottom-right-radius: 20px;
    right: 100%
}

.cityBox-icone::after {
    content: "";
    left: 100%;
    border-bottom-left-radius: 20px;
    position: absolute;
    background-color: #fff0;
    bottom: 10px;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 #fff
}

.cityBox-icone i {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: var(--uicolor2)
}

.-ycwt-city__widget .prev-and-next {
    position: relative;
    bottom: 0;
    left: 0;
    width: 101px;
    padding: 11px 10px;
    border-radius: 20px;
    justify-content: space-between;
    background: var(--uicolor2);
    display: flex;
    align-items: center
}

.-ycwt-city__widget .-YC-owl-Slides-prev.-custom-owl-Slides-prev {
    padding-left: 19px
}

.-ycwt-city__widget .title-wadget {
    margin-bottom: 0
}

.-ycwt-city .-def-BTN-v1 {
    justify-content: center
}

.prev-and-next {
    display: flex;
    align-items: center;
    background: var(--uicolor2);
    padding: 12px 14px;
    width: 100px;
    border-radius: 20px;
    justify-content: space-between;
    color: white;
    cursor: pointer;
}


.-YC-owl-Slides-prev {
    border-left: solid 1px #dddddd61;
    padding-left: 17px;
}