* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    background: #08110f;
    color: white;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.navbar {
    height: 75px;
    padding: 0 7%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background: rgba(5, 15, 13, 0.78);
    backdrop-filter: blur(15px);
}

.logo,
.footer-logo {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 4px;
}

.logo span,
.footer-logo span {
    color: #d5a84b;
}

.nav-links {
    display: flex;
    gap: 30px;
    list-style: none;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 13px;
    transition: 0.3s;
}

.nav-links a:hover {
    color: #d5a84b;
}

.language-btn {
    border: 1px solid #d5a84b;
    background: transparent;
    color: #d5a84b;
    padding: 8px 14px;
    border-radius: 20px;
    cursor: pointer;
}

.menu-btn {
    display: none;
    border: none;
    background: none;
    color: white;
    font-size: 25px;
}


/* HERO */

.hero {
    height: 100vh;
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;

    text-align: center;

    background:
        linear-gradient(
            rgba(0, 0, 0, 0.45),
            rgba(0, 0, 0, 0.75)
        ),
        url("https://smtourssrilanka.com/tours/tour-kandy-lake.jpg?auto=format&fit=crop&w=2200&q=90");

    background-size: cover;
    background-position: center;
}

.hero-content {
    max-width: 900px;
    padding: 20px;
}

.welcome,
.small-title {
    color: #d5a84b;
    letter-spacing: 5px;
    font-size: 13px;
}

.hero h1 {
    font-size: clamp(80px, 15vw, 190px);
    line-height: 0.95;
    letter-spacing: 15px;
    margin: 15px 0;
}

.hero h2 {
    font-size: 25px;
    font-weight: 400;
}

.hero-description 
    max-width: 650px;
    margin: 20px auto;
    color: #ddd;
    line-height: 1.8;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.primary-btn,
.secondary-btn,
.map-btn {
    padding: 13px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.primary-btn {
    background: #d5a84b;
    color: #111;
    border: none;
    cursor: pointer;
}

.secondary-btn {
    border: 1px solid white;
    color: white;
}

.primary-btn:hover,
.secondary-btn:hover,
.map-btn:hover {
    transform: translateY(-4px);
}

.scroll-down {
    position: absolute;
    bottom: 30px;
    color: #bbb;
    font-size: 12px;
}


/* COMMON */

.section {
    padding: 110px 8%;
}

.section-title {
    text-align: center;
    margin-bottom: 65px;
}

.section-title p {
    color: #d5a84b;
    letter-spacing: 4px;
    font-size: 12px;
}

.section-title h2 {
    font-size: 45px;
    margin-top: 8px;
}

.line {
    width: 60px;
    height: 2px;
    background: #d5a84b;
    margin: 15px auto;
}


/* ABOUT */

.about {
    background: #0e1916;
}

.about-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.about-image img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 8px;
}

.number {
    color: #d5a84b;
}

.about-text h3 {
    font-size: 34px;
    margin: 12px 0 20px;
}

.about-text > p {
    color: #aaa;
    line-height: 1.9;
    margin-bottom: 15px;
}

.stats {
    display: flex;
    gap: 45px;
    margin-top: 35px;
}

.stat h3 {
    color: #d5a84b;
    font-size: 25px;
}

.stat p {
    color: #888;
    font-size: 11px;
}


/* PLACES */

.places {
    background: #08110f;
}

.places-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.place-card {
    background: #111e1a;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.4s;
}

.place-card:hover {
    transform: translateY(-10px);
}

.place-image {
    height: 280px;
    position: relative;
    overflow: hidden;
}

.place-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.place-card:hover img {
    transform: scale(1.08);
}

.place-number {
    position: absolute;
    top: 15px;
    left: 15px;

    width: 35px;
    height: 35px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #d5a84b;
    color: #111;

    border-radius: 50%;
    font-weight: bold;
}

.place-content {
    padding: 23px;
}

.place-content h3 {
    margin-bottom: 10px;
}

.place-content p {
    color: #999;
    font-size: 13px;
    line-height: 1.7;
}

.place-content a {
    display: inline-block;
    margin-top: 18px;
    color: #d5a84b;
    text-decoration: none;
    font-size: 13px;
}


/* CULTURE */

.culture {
    height: 600px;

    background:
        linear-gradient(
            rgba(0,0,0,.55),
            rgba(0,0,0,.75)
        ),
        url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRirwqU4S-9NUBbN9QsHsevur1fxE2OxwpCETIJjyhnxA&s=10?auto=format&fit=crop&w=2200&q=90");

    background-size: cover;
    background-position: center;

    display: flex;
    align-items: center;
}

.culture-overlay {
    width: 100%;
}

.culture-content {
    max-width: 700px;
    margin-left: 8%;
}

.culture-content h2 {
    font-size: 55px;
    margin: 15px 0;
}

.culture-content p:not(.small-title) {
    color: #ddd;
    line-height: 1.8;
}

.culture-content button {
    margin-top: 25px;
    padding: 12px 25px;
    background: #d5a84b;
    border: none;
    border-radius: 25px;
    cursor: pointer;
}


/* FOOD */

.food {
    background: #0e1916;
}

.food-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.food-item {
    text-align: center;
    padding: 40px 25px;
    background: #111e1a;
    border-radius: 8px;
}

.food-icon {
    font-size: 45px;
    margin-bottom: 15px;
}

.food-item h3 {
    margin-bottom: 12px;
}

.food-item p {
    color: #999;
    font-size: 14px;
    line-height: 1.7;
}


/* GALLERY */

.gallery {
    background: #08110f;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.gallery-item {
    height: 350px;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.gallery-item:hover img {
    transform: scale(1.06);
}


/* MODAL */

.modal {
    display: none;

    position: fixed;
    z-index: 2000;

    inset: 0;

    background: rgba(0,0,0,.92);

    align-items: center;
    justify-content: center;

    padding: 30px;
}

.modal img {
    max-width: 90%;
    max-height: 85vh;
    border-radius: 8px;
}

.close {
    position: absolute;
    right: 35px;
    top: 20px;

    font-size: 45px;
    cursor: pointer;
}


/* MAP */

.map-section {
    min-height: 450px;

    display: flex;
    align-items: center;

    padding: 80px 8%;

    background:
        linear-gradient(
            rgba(5,15,13,.7),
            rgba(5,15,13,.8)
        ),
        url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSuo9ScLmYo-TsU51smT6OmDaL5ka97fxjURFfqvK-hAw&s=10?auto=format&fit=crop&w=2000&q=85");

    background-size: cover;
    background-position: center;
}

.map-text {
    max-width: 600px;
}

.map-text > p:first-child {
    color: #d5a84b;
    letter-spacing: 4px;
    font-size: 12px;
}

.map-text h2 {
    font-size: 55px;
    margin: 10px 0;
}

.map-text p {
    color: #bbb;
    line-height: 1.8;
}

.map-btn {
    display: inline-block;
    margin-top: 25px;
    background: #d5a84b;
    color: #111;
}


/* CONTACT */

.contact {
    text-align: center;
    background: #0e1916;
}

.contact-description {
    color: #aaa;
    margin-bottom: 30px;
}


/* FOOTER */

footer {
    text-align: center;
    padding: 50px 20px;
    background: #050b09;
}

.footer-logo {
    margin-bottom: 10px;
}

footer p {
    color: #777;
    font-size: 13px;
}

.footer-line {
    width: 60px;
    height: 1px;
    background: #d5a84b;
    margin: 20px auto;
}

.copyright {
    font-size: 11px;
}


/* MOBILE */

@media (max-width: 1000px) {

    .places-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 768px) {

    .navbar {
        padding: 0 5%;
    }

    .nav-links {
        display: none;

        position: absolute;
        top: 75px;
        left: 0;

        width: 100%;

        padding: 25px;

        background: #08110f;

        flex-direction: column;
        align-items: center;
    }

    .nav-links.active {
        display: flex;
    }

    .menu-btn {
        display: block;
    }

    .language-btn {
        display: none;
    }

    .hero h1 {
        font-size: 75px;
        letter-spacing: 7px;
    }

    .hero h2 {
        font-size: 20px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .about-container {
        grid-template-columns: 1fr;
    }

    .about-image img {
        height: 350px;
    }

    .stats {
        flex-wrap: wrap;
        gap: 25px;
    }

    .places-grid {
        grid-template-columns: 1fr;
    }

    .culture-content {
        margin-left: 5%;
        margin-right: 5%;
    }

    .culture-content h2 {
        font-size: 38px;
    }

    .food-grid {
        grid-template-columns: 1fr;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .section-title h2 {
        font-size: 35px;
    }

    .map-text h2 {
        font-size: 40px;
    }
}