
/* Global Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #fceed6
    color: #333;
    line-height: 1.6;
}
header {
    background: rgba(206, 249, 231, 0.8); /* Light background with 80% opacity for transparency */
    color: rgb(0, 0, 0);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); /* Shadow effect */
    transition: background 0.3s;
 }


 header .logo {
     font-size: 2em;
     font-weight: bold;
 }
 .menu-toggle {
    background: transparent;
    border: none;
    color: #d9b08c;
    font-size: 1.5em;
    cursor: pointer;
}
.cta-button {
    background: linear-gradient(to bottom, #cef9e7, #9eeece, #86e8fc);
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1em;
    transition: background 0.3s;
}
.cta-button:hover {
    background: #86e3f5;
}
nav {
    margin-top: 10px; /* Space between title and nav */
}

nav a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    margin: 0 15px;
    transition: color 0.3s;
}

nav a:hover {
    color: #ffcc00; /* Hover effect */
}
/* Media Queries for Hamburger Menu */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5em;
    }
    .cta-button {
        font-size: 1.2em;
    }
}
@media (max-width: 480px) {
    .hero h1 {
        font-size: 2em;
    }
    .destinations {
        flex-direction: column;
        align-items: center;
    }
    .destination {
        width: 90%;
    }
}

.hero.Bangkok {
    background: url(https://res.cloudinary.com/dpwoqx0xz/image/upload/v1731833737/iStock-2113145841_vafiss.jpg) no-repeat center center/cover;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
}
.hero.kohchang {
    background: url(https://images.unsplash.com/photo-1500878555357-5c67150cb136?q=80&w=2669&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D) no-repeat center center/cover;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
}
.hero.kohphangan {
    background: url(https://images.unsplash.com/photo-1579554632071-cffdaad3738c?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D) no-repeat center center/cover;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
}
.hero.kohtao {
    background: url(https://images.unsplash.com/photo-1715357581572-2688dc7ace2a?q=80&w=2532&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D) no-repeat center center/cover;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
}
.hero.khaosok{
    background: url(https://images.pexels.com/photos/10849906/pexels-photo-10849906.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1) no-repeat center center/cover;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
}
.hero.Kohsamui {
    background: url(https://images.unsplash.com/photo-1698312178456-ef326fe34b20?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D) no-repeat center center/cover;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
}
.hero.huahin {
    background: url(https://images.unsplash.com/photo-1677053694723-b13b41063f92?q=80&w=1974&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D) no-repeat center center/cover;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
}
.hero.kanchanaburi {
    background: url(https://images.pexels.com/photos/23876564/pexels-photo-23876564/free-photo-of-waterfall-and-river-in-sai-yok-national-park-in-thailand.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1) no-repeat center center/cover;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
}
.hero.khaolak {
    background: url(https://cdn.pixabay.com/photo/2020/01/27/18/45/khao-lak-4798047_1280.jpg) no-repeat center center/cover;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
}
.hero.Phuket {
    background: url(https://cdn.pixabay.com/photo/2017/06/19/14/10/thailand-2419443_1280.jpg) no-repeat center center/cover;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
}
.hero.ChiangRai {
    background: url(https://images.pexels.com/photos/14094477/pexels-photo-14094477.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2) no-repeat center center/cover;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
}
.hero.Khaoyai {
    background: url(https://cdn.pixabay.com/photo/2013/10/22/02/56/landscape-199188_1280.jpg) no-repeat center center/cover;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
}
.hero.Chiangmai {
    background: url(https://static.independent.co.uk/2024/02/09/16/newFile.jpg) no-repeat center center/cover;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
}
.hero.Doiinthanon {
    background: url(https://static.independent.co.uk/2024/02/09/16/newFile.jpg) no-repeat center center/cover;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
}
.hero.Phangngabay {
    background: url(https://images.unsplash.com/photo-1682517165112-193c75b55ee4?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTF8fHBoYW5nJTIwbmdhJTIwYmF5fGVufDB8fDB8fHww) no-repeat center center/cover;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
}
.hero.Pattaya {
    background: url(https://images.unsplash.com/photo-1702546330003-5d4dec1563c3?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NHx8cGF0dGF5YXxlbnwwfDB8MHx8fDA%3D) no-repeat center center/cover;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    text-align: center;
    position: relative;
}.hero.krabi {
    background: url(https://cdn.pixabay.com/photo/2014/10/15/09/50/sunset-489427_1280.jpg) no-repeat center center/cover;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
}
.hero.phiphi {
    background: url(https://cdn.pixabay.com/photo/2019/10/17/01/09/island-4555696_1280.jpg) no-repeat center center/cover;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
}
.hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
}

.hero h2 {
    font-size: 3em;
    z-index: 1;
}

.content {
    padding: 40px 20px;
    max-width: 800px;
    margin: 20px auto;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

.content h3 {
    color: #000000;
    margin-bottom: 15px;
}

.content p {
    margin-bottom: 20px;
    font-size: 1.1em;
    line-height: 1.8;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.gallery img {
    width: calc(33% - 10px);
    height: 200px; /* Set a fixed height */
    object-fit: cover; /* Ensure images cover the area without distortion */
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer; /* Change cursor to pointer */
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1001; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
    justify-content: center; /* Center content */
    align-items: center; /* Center content */
    display: flex; /* Use flex to center the image */
}

.modal img {
    max-width: 90%; /* Responsive */
    max-height: 90%; /* Responsive */
    border-radius: 8px;
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

footer {
    background: linear-gradient(to bottom, #cef9e7, #9eeece,#86e8fc );
    color: white;
    padding: 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .hero h2 {
        font-size: 2.5em;
    }

    .gallery img {
        width: calc(50% - 10px); /* Two images per row on smaller screens */
        height: 150px; /* Adjust height for smaller screens */
    }
}

@media (max-width: 480px) {
    .gallery img {
        width: 100%; /* Full width on mobile */
        height: 100px; /* Adjust height for mobile */
    }
}
