/* ===============================
   HERO
================================ */

.rewards-hero{

    max-width:1200px;
    margin:80px auto;
    padding:0 20px;

}

.rewards-image img{

    width:100%;
    border-radius:12px;
    display:block;

}

.rewards-content{

    max-width:700px;
    margin-top:40px;

}

.rewards-content h2{

    font-size:42px;
    font-weight:300;
    margin-bottom:15px;
    color:#222;

}

.rewards-content p{

    font-size:18px;
    line-height:1.8;
    color:#666;
    margin-bottom:30px;

}

.rewards-btn{

    display:inline-block;
    padding:14px 34px;
    background:#A11D21;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:600;
    border-radius:4px;
    transition:.3s;

}

.rewards-btn:hover{

    background:#7f171b;

}

/* ===============================
   DETAILS
================================ */

.rewards-links{

    max-width:1200px;
    margin:80px auto;
    padding:0 20px;

}

.section-title{

    margin-bottom:40px;

}

.section-title span{

    display:block;
    color:#666;
    letter-spacing:2px;
    font-size:14px;
    margin-bottom:10px;

}

.section-title h2{

    font-size:42px;
    font-weight:300;
    color:#222;

}

/* ===============================
   GRID
================================ */

.reward-grid{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;

}

.reward-card{

    position:relative;
    overflow:hidden;
    border-radius:12px;
    text-decoration:none;
    color:#fff;

}

.reward-card img{

    width:100%;
    height:350px;
    object-fit:cover;
    display:block;
    transition:.5s;

}

.reward-card:hover img{

    transform:scale(1.08);

}

.overlay{

    position:absolute;
    inset:0;
    background:rgba(0,0,0,.35);

}

.card-content{

    position:absolute;
    left:25px;
    right:25px;
    bottom:25px;

}

.card-content h3{

    font-size:22px;
    margin-bottom:15px;

}

.card-content span{

    font-size:14px;
    font-weight:600;
    text-transform:uppercase;

}

.rewards-info{
    background:#fff;
    padding:70px 20px;
    text-align:center;
}

.rewards-info .container{
    max-width:800px;
    margin:0 auto;
}

.rewards-info h2{
    font-size:42px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.rewards-info p{
    font-size:20px;
    color:#555;
    line-height:1.8;
    margin-bottom:35px;
}

.reward-link{
    display:inline-block;
    text-decoration:none;
    color:#8b6f3d;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    border-bottom:2px solid #8b6f3d;
    padding-bottom:4px;
    transition:.3s;
}

.reward-link:hover{
    color:#000;
    border-color:#000;
}
/* =======================================================
   TRAVEL CHOICE
======================================================= */

/* ===========================================
   TRAVEL CHOICE
=========================================== */

.travel-choice{
    width:100%;
    padding:80px 0;
    background:#fff;
}

/* ===========================================
   HEADER
=========================================== */

.travel-header{
    width:90%;
    max-width:1400px;
    margin:0 auto 35px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

.travel-header h2{
    margin:0;
    font-size:42px;
    font-weight:700;
    color:#222;
    line-height:1.2;
}

.travel-counter{
    font-size:16px;
    color:#666;
    white-space:nowrap;
}

/* ===========================================
   SWIPER
=========================================== */

.travelSwiper{
    width:90%;
    max-width:1400px;
    margin:auto;
    overflow:hidden;
}

.swiper-slide{
    display:flex;
}

/* ===========================================
   BANNER
=========================================== */

.travel-banner{
    position:relative;
    width:100%;
    height:620px;
    border-radius:16px;
    overflow:hidden;
    background:#000;
}

.travel-image{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .8s ease;
}

.swiper-slide-active .travel-image{
    transform:scale(1.05);
}

/* ===========================================
   OVERLAY
=========================================== */

.travel-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.75) 0%,
        rgba(0,0,0,.45) 35%,
        rgba(0,0,0,.10) 70%,
        rgba(0,0,0,0) 100%
    );
}

/* ===========================================
   CONTENT
=========================================== */

.travel-content{
    position:absolute;
    left:60px;
    bottom:60px;
    max-width:600px;
    color:#fff;
    z-index:10;
}

.travel-tag{
    display:inline-block;
    margin-bottom:18px;
    font-size:13px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#fff;
    opacity:.9;
}

.travel-content h3{
    margin:0 0 20px;
    font-size:48px;
    line-height:1.2;
    font-weight:700;
}

.travel-content p{
    margin:0 0 30px;
    font-size:20px;
    line-height:1.8;
    color:#f3f3f3;
}

.travel-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    transition:.3s;
}

.travel-btn span{
    transition:.3s;
}

.travel-btn:hover{
    color:#d4af37;
}

.travel-btn:hover span{
    transform:translateX(6px);
}

/* ===========================================
   NAVIGATION
=========================================== */

.travel-prev,
.travel-next{
    width:54px !important;
    height:54px !important;
    background:#fff;
    border-radius:50%;
    color:#111 !important;
    box-shadow:0 8px 20px rgba(0,0,0,.15);
}

.travel-prev:hover,
.travel-next:hover{
    background:#111;
    color:#fff !important;
}

.travel-prev::after,
.travel-next::after{
    font-size:18px !important;
    font-weight:bold;
}

/* ===========================================
   PAGINATION
=========================================== */

.swiper-pagination{
    bottom:25px !important;
}

.swiper-pagination-bullet{
    width:10px;
    height:10px;
    opacity:.4;
}

.swiper-pagination-bullet-active{
    opacity:1;
    transform:scale(1.2);
}

/* ===========================================
   RESPONSIVE
=========================================== */

@media (max-width:1024px){

    .travel-header{
        flex-direction:column;
        align-items:flex-start;
    }

    .travel-banner{
        height:500px;
    }

    .travel-content{
        left:40px;
        right:40px;
        bottom:40px;
    }

    .travel-content h3{
        font-size:38px;
    }

    .travel-content p{
        font-size:18px;
    }

}

@media (max-width:768px){

    .travel-choice{
        padding:60px 0;
    }

    .travel-header{
        width:92%;
    }

    .travelSwiper{
        width:92%;
    }

    .travel-header h2{
        font-size:30px;
    }

    .travel-banner{
        height:420px;
        border-radius:12px;
    }

    .travel-content{
        left:25px;
        right:25px;
        bottom:25px;
    }

    .travel-tag{
        font-size:11px;
    }

    .travel-content h3{
        font-size:28px;
    }

    .travel-content p{
        font-size:15px;
        line-height:1.6;
    }

    .travel-btn{
        font-size:14px;
    }

    .travel-prev,
    .travel-next{
        width:42px !important;
        height:42px !important;
    }

}