@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: "Open Sans", sans-serif;
    background-color: #3a3a5a;
    flex-direction: column;
    min-height: 100vh;
    display: flex;
    padding: 0;
    margin: 0;
}

.header {
    justify-content: space-between;
    background-color: #222236;
    align-items: center;
    padding: 10px 20px;
    display: flex;
}

.logo-img{
    width: 270px;
    height: 30px;
}

.nav-list {
    align-items: center;
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    gap: 15px;
}

.nav-link {
    text-decoration: none;
    color: #ffff;
}

.nav-link {
    transition: background-color 0.3s ease, color 0.3s ease;
    text-decoration: none;
    border-radius: 5px;
    padding: 5px 10px;
    padding: 5px 10px;
    font-weight: 500;
    color: white;

}

.nav-link:hover {
    text-shadow: #AAAAAA 0px 0px 5px;
    color: white;
}

.nav-link-button {
    transition: background-color 0.3s ease, transform 0.3s ease;
    text-shadow: none !important;
    background-color: #c8374c;
    border-radius: 5px;
    padding: 5px 20px;
    color: white;
}

.nav-link-button:hover {
    text-shadow: none !important;
    background-color: #a62d44;
    transform: scale(1.05);
}

main {
    background-color: #444465;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    align-items: center;
    text-align: center;
    max-width: 800px;
    margin: 5vh auto;
    color: #FFFFFF;
    font-size: 1rem;
    padding: 2rem;
    display: flex;
    display: flex;
    padding: 2rem;
    width: 80%;
}

main h1, main p {
    margin: 10px 0;
}

main p {
    font-size: 1.2rem;
}

.link-about {
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 500;
    color: #FFFF00;
}

.link-about:hover {
    color: #9e9e01;
}

.menu-toggle {
    flex-direction: column;
    cursor: pointer;
    display: none;
    gap: 5px;
}

.bar {
    background-color: white;
    border-radius: 4px;
    width: 30px;
    height: 4px;
}

.side-menu {
    transition: right 0.3s ease;
    background-color: #222;
    font-size: 1.2rem;
    padding-top: 50px;
    position: fixed;
    right: -250px;
    width: 250px;
    height: 100%;
    top: 0;
}

.side-menu.active {
    right: 0;
}

.side-menu-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.side-nav-link {
    transition: background-color 0.3s ease;
    text-decoration: none;
    color: white;
    display: block;
    padding: 10px;
}

.side-nav-link:hover {
    background-color: #444;
}

.close-btn {
    position: absolute;
    cursor: pointer;
    font-size: 30px;
    color: white;
    right: 20px;
    top: 20px;
}

.title-gallery {
    text-align: center;
    color: #ffffff;
    font-size: 2rem;
    margin: 20px 0;
}

section {
    background-color: #444465;
}

.gallery {
    text-align: center;
    margin: 20px 0;
}

.gallery h2 {
    margin-bottom: 20px;
    font-size: 2rem;
    color: #fff;
}

.gallery-container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding: 0 20px;
    display: grid;
    gap: 15px;
}

.gallery-container img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: auto;
    width: 100%;
}

.gallery-container img:hover {
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

@keyframes slideInLeftBounce {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        transform: translateX(10px);
    }
    80% {
        transform: translateX(-5px);
    }
    100% {
        transform: translateX(0);
    }
}

.whatsapp-float {
    animation: slideInLeftBounce 0.8s ease-out;
    background: none;
    position: fixed;
    z-index: 1000;
    border: none;
    bottom: 20px;
    left: 20px;
    padding: 0;
}

.whatsapp-icon {
    transition: transform 0.3s ease;
    height: 60px;
    width: 60px;
}

.whatsapp-icon:hover {
    transform: scale(1.1);
}

.footer {
    border-top: 1px solid #222236;
    background-color: #222236;
    text-align: center;
    padding: 15px 20px;
    margin-top: auto;
    font-size: 14px;
    color: white;
}

.footer-text {
    margin: 0;
}

.footer-link {
    text-decoration: none;
    margin-left: 10px;
    color: #AAAAAA;
    font-size: 14px;
}

.footer-link:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

/************ Media Queries ***********/
@media (max-width: 760px) {
    .nav-list {
        display: none;
    }

    .menu-toggle {
        display: flex;
    }
}

/************ Snowflake Animation ***********/
.snowflake-wrapper {
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    pointer-events: none;
    animation-name: fall;
    position: fixed;
    z-index: 9999;
    top: -2em;
}
.snowflake {
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: inline-block;
    animation-name: spin;
    color: white;
}
@keyframes fall {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(110vh);
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}