.destinations{
    padding: 24px 0;
}

.section-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
    direction: rtl;
}

.section-header a{
    color:#2f6fed;
    text-decoration:none;
    font-weight:bold;
}

.place-card{
    height:430px;
    border-radius:18px;
    overflow:hidden;
    position:relative;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
}

.place-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.4s;
}

.place-card:hover img{
    transform:scale(1.08);
}

.place-card::after{
    content:"";
    position:absolute;
    inset:0;
    background: linear-gradient(to top, rgb(3 74 207 / 91%) 10%, rgb(15 180 148 / 0%), #10b78100);
}

.place-info{

position:absolute;

bottom:22px;

right:22px;

left:22px;

color:#fff;

z-index:2;

direction: rtl;

text-align: right;
}

.place-info h4{
font-weight:700;
margin-bottom:8px;
}

.place-info p{
margin:0;
display:flex;
align-items:center;
gap:8px;
font-size:15px;
}

.swiper{
padding-bottom:15px;
}

.swiper-button-next,
.swiper-button-prev{

width:42px;
height:42px;
border-radius:50%;
background:#fff;
box-shadow:0 5px 20px rgba(0,0,0,.12);
color:#2f6fed;

}

.swiper-button-next:after,
.swiper-button-prev:after{
font-size:18px;
font-weight:bold;
}
.tours{
    padding:70px 0;
}

.section-title{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
}

.section-title h2{
    color:#2563eb;
    font-size:34px;
    font-weight:800;
}

.swiper{
    padding:10px 5px 60px;
}

.tour-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
    height: auto;
    direction: rtl;
}

.tour-card:hover{
    transform:translateY(-8px);
}

.tour-image{
    position:relative;
}

.tour-image img{
    width:100%;
    height:210px;
    object-fit:cover;
}

.days{
    position:absolute;
    top:15px;
    left:15px;
    background:#10b981;
    color:#fff;
    padding:6px 14px;
    border-radius:20px;
    font-size:13px;
    font-weight:bold;
}

.content{
    padding:22px;
    direction: rtl;
}

.content h4{
    font-size:26px;
    font-weight:800;
    margin-bottom:10px;
}

.location{
    color:#777;
    margin-bottom:18px;
}

.bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.price{
    color:#1e40af;
    font-weight:800;
    font-size: 17px;
}

.price small{
    font-size:16px;
    color:#666;
}

.arrow{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#f5f7fb;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#2563eb;
    font-size:20px;
}

.swiper-button-next,
.swiper-button-prev{
    color:#2563eb;
}

.swiper-button-next:after,
.swiper-button-prev:after{
    font-size:24px;
    font-weight:bold;
}