html,
body {
    position: relative;
    height: 100%;
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}
/*-sliders-*/
swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* -cards -*/

.cards {
    display: flex;
    flex-direction: column;
    align-items: right;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 10px;
    width: 600px;
    height: 400px;
    padding: 20px;
    border: 1px solid #757575;
    margin-top: 20%;
    margin-right: 40%;
    margin-bottom: 10px;
    flex: 1; /* کارت‌ها به صورت مساوی فضای موجود را پر می‌کنند */
}

.cards .img {
    margin-bottom: 20px;
    margin-top: -60px;
    overflow: hidden;
    border-radius: 10px;
}

.cards .img img {
    width: 300px;
    border-radius: 10px;
    border: 1px solid #929292;
    transition: all .2s linear;
}

.cards .img img:hover {
    transform: scale(1.1);
    border-radius: 10px;
}

.cards .cardText {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 1px solid rgb(0, 0, 0);
    padding-bottom: 10px;
}

.cards .cardText .Magyars {
    display: flex;
    text-align: right;
    align-items: right;
    justify-content: space-between;
    color: rgb(0, 123, 255);
}

.cards .cardText .Magyars::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: rgb(0, 123, 255);
    border-radius: 50px;
}

.cards .cardText .Magyars span {
    margin-right: 10px;
}

.cards .cardText .title {
    display: flex;
    margin-top: 20px;
    align-items: flex-start;
    flex-direction: column;
}

.cards .cardText .title span {
    color: rgb(8, 8, 8);
    font-weight: bold;
    font-size: 20px;
    text-align: right;
}

.cards .cardText .title p {
    text-align: right;
    color: rgb(34, 34, 34);
    line-height: 1.8;
    font-weight: 400;
    font-size: 15px;
}

.cards .cardText .price_time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: rtl;
    width: 100%;
}

.cards .cardText .price_time .time {
    display: flex;
    background-color: rgba(0, 0, 0, 0.384);
    border-radius: 5px;
    padding: 5px;
    align-items: center;
    justify-content: space-between;
}

.cards .cardText .price_time .time span {
    margin-right: 10px;
    color: #f1f1f1; /* رنگ متن روشن */
}

.cards .cardText .price_time .time img {
    width: 20px;
}

.cards .cardText .price_time .price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cards .cardText .price_time .price span {
    font-size: 30px;
    color: rgb(0, 0, 0); /* رنگ متن سفید */
    font-weight: bold;
}

.cards .cardText .price_time .price p {
    margin-right: 10px;
}

.cards .cardText .price_time .price svg {
    color: rgb(255, 255, 255); /* رنگ سفید */
    margin-right: 5px;
}


.cards .button_link {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 10px;
    text-align: center;
}

.more_info{
    color: rgb(96 156 255);
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    margin-top: 3%;
}
.cards .button_link svg{
    margin-right: 10px;
}


.cards .button_link svg{
    margin-right: 10px;
}

