.stay-v1-item-body{
    width: 336px;
}
.stay-v1-img-container {
    position: relative;
    width: inherit;
    display: block;
    height: 210px;
    overflow: hidden;
    border-top-right-radius: var(--border-radius);
    border-top-left-radius: var(--border-radius);
}
.stay-v1-time {
    position: absolute;
    top: 6%;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffff;
    background: var(--tr-primary);
    padding: 5px 13px;
    border-radius: 100px;
    left: 5%;
    z-index: 1;
}
.stay-v1-img-container img {
    width: inherit;
    height: inherit;
    object-fit: cover;
    transition: all 0.6s ease;
}
.stay-v1-title-content h2 {
    font-size: 17px;
    height: 54px;
}
.stay-v1-title-content p {
    height: 54px;
    overflow: hidden;
}
.stay-v1-body-data {
    background: #fff;
    box-shadow: 0 20px 30px -20px rgba(20, 20, 20, 0.2);
    border-radius: 0px 0px var(--border-radius) var(--border-radius);
    transition: all 0.4s ease;
}
.stay-v1-item-body:hover .stay-v1-body-data {
    box-shadow: 0 1px 2px 0 rgba(20, 20, 20, 0.24);
}
.stay-v1-item-body:hover .stay-v1-img-container img {
    transform: scale(1.1);
}
.stay-v1-body-data {
    padding: 25px 30px 30px 30px;
}
.stay-v1-actions {
    /* padding: 13px 30px 14px 30px; */
    display: flex;
    justify-content: end;
    position: relative;
}
.stay-v1-from {
    display: block;
    text-align: end;
    font-size: 15px;
    line-height: 173%;
    letter-spacing: -0.02em;
    /* color: #5a5859; */
    color: var(--totalcolor);
}
.stay-v1-price{
    font-weight: 600;
    /* color: #141414; */
    color: var(--tr-accent-green);
    /* font-family: var(--tp-ff-onest); */
    letter-spacing: -0.02em;
    font-size: 20px;
}
.stay-v1-title-content{
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
}
.stay-v1-arrow {
    height: 50px;
    width: 50px;
    /* background: red;
    color: #141414; */
    background: var(--tr-accent-green);
    color: #fff;
    transform: rotate(-45deg);
    width: 50px;
    height: 50px;
    /* background: #f2f2f2; */
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;

    position: absolute;
    top: -56%;
    left: 4%;
}

.stay-v1-arrow:hover {
    transform: rotate(0deg);
    transition: all 0.4s ease;
    /* background-color: #141414; */
    background: var(--tr-primary);
    color: #fff;
}
.stay-v1-main-container .owl-stage {
    padding: 25px 0px;
}
.section-stay-v1 {
    position: relative;
    /* background-repeat: no-repeat;
    background-size: cover; */
}
.ouner {
    content: ' ';
    width: 100%;
    height: 100%;
    display: block;
    background-color: #460f0f49;
    position: absolute;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}
.stay-v1-main-container {
    width: 1050px;
    margin: auto;
}
.section-stay-v1 .owl-theme .owl-dots .owl-dot.active span, .section-stay-v1 .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--tr-accent-green);
}
.section-stay-v1 .owl-theme .owl-dots .owl-dot span {
    background: #6c757d;
}
@media screen and (max-width: 1536px) {}
@media screen and (max-width: 1280px) {
    .stay-v1-main-container {
        width: 700px;
    }
}
@media screen and (max-width: 1024px) {
    .stay-v1-main-container {
        width: 696px;
    }
}
@media screen and (max-width: 768px) {
    .stay-v1-main-container {
        width: 338px;
    }
}
@media screen and (max-width: 640px) {
    .stay-v1-main-container {
        width: 338px;
    }
}