body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    background: linear-gradient(to right, #ffe6e6, #ffccf2);
    color: #333;
}

/* HEADER */
header {
    background-color: #6a0572;
    padding: 30px;
    text-align: center;
    color: white;

}

.logo {

    width: 100px;
    margin-bottom: 10px;

}

/* NAVIGATION */
nav {
    display: flex;
    justify-content: center;
    background-color: #ff6f61;
    flex-wrap: wrap;
}

nav button {
    background-color: #fff;
    border: none;
    padding: 20px 30px;
    margin: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #ff6f61;
    cursor: pointer;
    border-radius: 10px;
    transition: 0.3s;
}

nav button:hover {
    background-color: #ffe5b4;
    color: #6a0572;
}

/* MAIN CONTENT */
main {
    padding: 50px;
    max-width: 1600px;
    margin: auto;
}

section {
    margin-bottom: 100px;
}

.hero {
    text-align: center;
    font-size: 26px;
    background-color: #fff3f3;
    padding: 60px 20px;
    border-radius: 15px;

}

.about {
    background-color: #f0f0f5;
    padding: 40px;
    border-radius: 15px;
}

.gallery {
    background-color: #e0f7fa;
    padding: 40px;
    border-radius: 15px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.gallery-grid img {
    width: 40%;
    border-radius: 12px;
}

/* CONTACT FORM */
.contact {
    background-color: #fff8e1;
    padding: 40px;
    border-radius: 15px;
}

.contact form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact input,
.contact textarea {
    padding: 15px;
    font-size: 18px;
    border: 2px solid #ccc;
    border-radius: 8px;
}

.contact button {
    background-color: #6a0572;
    color: white;
    padding: 15px;
    font-size: 18px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.contact button:hover {
    background-color: #8e44ad;
}

.instagram-button {
   display: inline-block;
    background: #6a0572;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 15px;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
    transition: all 0.3s ease;
border: #ccc;
}

.instagram-button:hover {
    background-color: #6a13e6;
}

.insta-logo {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    border-radius: 4px;
}

.Marriott img {
    width: 10%;
    background-color: cadetblue;
}

.Marriott a {
    display: inline-block;
    background: #E1306C;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 15px;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
    transition: all 0.3s ease;

}

.form-button {
  display: inline-block;
    background: #6a0572;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 15px;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
    transition: all 0.3s ease;

}

.form-button:hover {
    background-color: #6a13e6;
}

.Google-logo {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    border-radius: 4px;
}

.media-button {
    display: inline-block;
    background: #6a0572;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 15px;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
    transition: all 0.3s ease;
}

.media-button:hover {
    background-color: #6a13e6;
}
.dias-button
{
      display: inline-block;
    background:#6a0572;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 15px;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
    border: #ccc;
    transition: all 0.3s ease;
}
.dias-button:hover
{
background-color:#6a13e6 ;    
}
