/* =========================================
   RESET
========================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "DM Sans", sans-serif;
    background: #061b18;
    color: #ffffff;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}


/* =========================================
   NAVBAR
========================================= */

.navbar {
    width: min(1200px, 92%);

    margin: 25px auto;

    padding: 15px 22px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    position: absolute;

    top: 0;
    left: 50%;

    transform: translateX(-50%);

    z-index: 20;

    background: rgba(255, 255, 255, 0.08);

    border: 1px solid rgba(255, 255, 255, 0.16);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border-radius: 50px;
}

.logo {
    display: flex;
    flex-direction: column;
}

.logo span {
    font-family: "Playfair Display", serif;

    font-size: 25px;

    font-weight: 800;
}

.logo small {
    color: #e8c15a;

    font-size: 9px;

    letter-spacing: 1.5px;
}

.nav-links {
    display: flex;
    gap: 28px;
}

.nav-links a {
    font-size: 14px;

    font-weight: 600;

    transition: 0.3s;
}

.nav-links a:hover {
    color: #e8c15a;
}

.nav-book {
    padding: 12px 23px;

    background: #e8c15a;

    color: #061b18;

    border-radius: 30px;

    font-weight: 700;

    transition: 0.3s;
}

.nav-book:hover {
    transform: translateY(-3px);
}


/* =========================================
   HERO
========================================= */

.wasini-hero {
    min-height: 100vh;

    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            90deg,
            rgba(2, 20, 17, 0.92),
            rgba(2, 20, 17, 0.50),
            rgba(2, 20, 17, 0.75)
        ),
        url("images/wasini-island.jpg");

    background-size: cover;

    background-position: center;
}

.hero-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            to bottom,
            rgba(0,0,0,.15),
            rgba(0,0,0,.45)
        );
}

.hero-content {
    width: min(1100px, 92%);

    text-align: center;

    position: relative;

    z-index: 2;

    padding-top: 100px;
}

.hero-badge {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 10px 20px;

    border-radius: 50px;

    background: rgba(232,193,90,.14);

    border: 1px solid rgba(232,193,90,.45);

    color: #f2ce70;

    font-size: 11px;

    letter-spacing: 2px;

    font-weight: 700;

    margin-bottom: 25px;
}

.eyebrow {
    color: #e8c15a;

    font-size: 12px;

    letter-spacing: 4px;

    font-weight: 700;
}

.hero-content h1 {
    font-family: "Playfair Display", serif;

    font-size: clamp(55px, 9vw, 110px);

    line-height: .95;

    margin: 18px 0;
}

.hero-content h1 span {
    display: block;

    color: #e8c15a;
}

.hero-location {
    color: #f3d78b;

    font-size: 20px;

    font-weight: 700;
}

.hero-description {
    max-width: 760px;

    margin: 25px auto;

    color: rgba(255,255,255,.84);

    font-size: 18px;
}


/* =========================================
   TRIP DETAILS
========================================= */

.trip-details {
    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 15px;

    margin: 35px 0;
}

.detail-card {
    display: flex;

    align-items: center;

    gap: 12px;

    padding: 14px 20px;

    background: rgba(255,255,255,.09);

    border: 1px solid rgba(255,255,255,.15);

    border-radius: 18px;

    backdrop-filter: blur(12px);
}

.detail-card i {
    color: #e8c15a;

    font-size: 20px;
}

.detail-card small {
    display: block;

    color: rgba(255,255,255,.6);

    font-size: 11px;
}

.detail-card strong {
    display: block;

    font-size: 14px;
}


/* =========================================
   BUTTONS
========================================= */

.hero-buttons {
    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 15px;
}

.btn,
.reserve-btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    padding: 15px 28px;

    border-radius: 50px;

    font-weight: 700;

    transition: .3s;
}

.btn-primary,
.reserve-btn {
    background: #e8c15a;

    color: #061b18;
}

.btn-primary:hover,
.reserve-btn:hover {
    transform: translateY(-4px);

    box-shadow:
        0 15px 35px rgba(232,193,90,.25);
}

.btn-outline {
    background: rgba(255,255,255,.08);

    border: 1px solid rgba(255,255,255,.45);

    backdrop-filter: blur(10px);
}

.btn-outline:hover {
    background: rgba(255,255,255,.16);
}


/* =========================================
   GENERAL
========================================= */

.section-container {
    width: min(1100px, 90%);

    margin: auto;
}

.intro-section,
.highlights-section,
.itinerary-section,
.carry-section {
    padding: 110px 0;
}

.intro-section,
.carry-section {
    background: #0a2621;
}

.highlights-section {
    background: #071e1a;
}

.itinerary-section {
    background: #061b18;
}

.section-heading {
    text-align: center;

    max-width: 760px;

    margin: 0 auto 60px;
}

.section-label {
    color: #e8c15a;

    font-size: 12px;

    letter-spacing: 4px;

    font-weight: 800;

    margin-bottom: 15px;
}

h2 {
    font-family: "Playfair Display", serif;

    font-size: clamp(38px, 5vw, 62px);

    line-height: 1.05;
}

h2 span {
    color: #e8c15a;
}

.section-heading p {
    margin-top: 20px;

    color: rgba(255,255,255,.68);

    font-size: 17px;
}


/* =========================================
   EXPERIENCE CARDS
========================================= */

.experience-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;
}

.experience-card,
.highlight-card {
    padding: 35px;

    background: rgba(255,255,255,.05);

    border: 1px solid rgba(255,255,255,.10);

    border-radius: 25px;

    transition: .35s;
}

.experience-card:hover,
.highlight-card:hover {
    transform: translateY(-8px);

    border-color: rgba(232,193,90,.5);
}

.icon-box {
    width: 60px;

    height: 60px;

    display: grid;

    place-items: center;

    border-radius: 18px;

    background: rgba(232,193,90,.12);

    color: #e8c15a;

    font-size: 25px;
}

.experience-card h3,
.highlight-card h3 {
    margin: 20px 0 10px;

    font-size: 23px;
}

.experience-card p,
.highlight-card p {
    color: rgba(255,255,255,.64);
}


/* =========================================
   HIGHLIGHTS
========================================= */

.highlight-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 18px;
}

.highlight-card i {
    font-size: 30px;

    color: #e8c15a;
}


/* =========================================
   ITINERARY
========================================= */

.timeline {
    max-width: 820px;

    margin: auto;
}

.timeline-item {
    display: grid;

    grid-template-columns: 65px 1fr;

    gap: 25px;

    padding-bottom: 40px;
}

.timeline-number {
    width: 55px;

    height: 55px;

    border-radius: 50%;

    display: grid;

    place-items: center;

    background: #e8c15a;

    color: #061b18;

    font-weight: 800;
}

.timeline-content {
    padding: 25px;

    border-radius: 20px;

    background: rgba(255,255,255,.05);

    border: 1px solid rgba(255,255,255,.1);
}

.timeline-content span {
    color: #e8c15a;

    font-size: 11px;

    text-transform: uppercase;

    letter-spacing: 2px;

    font-weight: 700;
}

.timeline-content h3 {
    margin: 8px 0;

    font-size: 24px;
}

.timeline-content p {
    color: rgba(255,255,255,.65);
}


/* =========================================
   WHAT TO CARRY
========================================= */

.carry-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 15px;
}

.carry-item {
    display: flex;

    align-items: center;

    gap: 15px;

    padding: 22px;

    border-radius: 18px;

    background: rgba(255,255,255,.05);

    border: 1px solid rgba(255,255,255,.1);
}

.carry-item i {
    color: #e8c15a;

    font-size: 22px;
}


/* =========================================
   BOOKING
========================================= */

.booking-section {
    padding: 120px 0;

    background:
        linear-gradient(
            rgba(3,20,17,.90),
            rgba(3,20,17,.90)
        ),
        url("images/wasini-booking.jpg");

    background-size: cover;

    background-position: center;
}

.booking-container {
    width: min(900px, 90%);

    margin: auto;

    text-align: center;

    padding: 70px 40px;

    background: rgba(255,255,255,.08);

    border: 1px solid rgba(255,255,255,.15);

    border-radius: 30px;

    backdrop-filter: blur(18px);
}

.booking-content > p {
    max-width: 650px;

    margin: 20px auto;

    color: rgba(255,255,255,.68);
}

.booking-price {
    margin: 30px 0;
}

.booking-price small,
.booking-price span {
    display: block;

    color: rgba(255,255,255,.6);
}

.booking-price strong {
    display: block;

    color: #e8c15a;

    font-size: 44px;
}

.booking-note {
    font-size: 12px !important;

    margin-top: 15px !important;
}


/* =========================================
   FOOTER
========================================= */

.footer {
    padding: 60px 20px;

    text-align: center;

    background: #03110f;

    color: rgba(255,255,255,.65);
}

.footer-logo strong {
    display: block;

    font-family: "Playfair Display", serif;

    font-size: 30px;

    color: #ffffff;
}

.footer-logo span {
    color: #e8c15a;

    font-size: 12px;
}

.social-links {
    display: flex;

    justify-content: center;

    gap: 12px;

    margin: 25px 0;
}

.social-links a {
    width: 42px;

    height: 42px;

    display: grid;

    place-items: center;

    border-radius: 50%;

    background: rgba(255,255,255,.08);

    transition: .3s;
}

.social-links a:hover {
    background: #e8c15a;

    color: #061b18;
}

.copyright {
    font-size: 12px;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 900px) {

    .nav-links {
        display: none;
    }

    .experience-grid,
    .highlight-grid,
    .carry-grid {
        grid-template-columns: 1fr;
    }

    .hero-content {
        padding-top: 130px;
    }

    .trip-details {
        flex-direction: column;
    }

    .detail-card {
        width: 100%;

        justify-content: center;
    }

    .booking-container {
        padding: 50px 22px;
    }

}


@media (max-width: 600px) {

    .navbar {
        border-radius: 22px;
    }

    .nav-book {
        padding: 10px 16px;

        font-size: 13px;
    }

    .hero-content h1 {
        font-size: 58px;
    }

    .hero-description {
        font-size: 16px;
    }

    .timeline-item {
        grid-template-columns: 50px 1fr;

        gap: 15px;
    }

    .timeline-number {
        width: 45px;

        height: 45px;

        font-size: 12px;
    }

}