


@font-face {
    font-family: 'Montserrat';
    src: url(./assets/fonts/Montserrat-VariableFont_wght.ttf);
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Italic';
    src: url(./assets/fonts/Montserrat-Italic-VariableFont_wght.ttf);
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Tilt Neon';
    src: url(./assets/fonts/TiltNeon-Regular-VariableFont_XROT\,YROT.ttf);
    font-style: normal;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    background-color: #3E1C52;
}

body, button {
    font-family: 'Montserrat', sans-serif;
    color: white;
}

ul {
    list-style: none;
}

button, a{
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    color: white;
}




.container {
    display: flex;
    flex-direction: column;
    padding: 80px 15%;
    gap: 20px;
}

.gray-text {
    color: #D1D5DC;
}

.gradient-primary {
    background: linear-gradient(to right, #1C1660 10%, #47215D 50%, #132E6B 100%);
}

.gradient-secondary {
    background: linear-gradient(to right, #1B1658 10%, #3E1C52 50%, #142A5E 100%);
}

.cta-container {
    gap: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.cta-facebook img, .cta-instagram img{
    height: 2.5rem;
    width: auto;
    display: flex;
    align-items: center;
    transition: transform 0.1s ease-in-out;
}

.cta-facebook img:hover, .cta-instagram img:hover{
    transform: scale(110%);
}

.cta-button {
    padding: 10px;
    background: linear-gradient(to right, #00C0D9 , #6A23B1 , #E30078 , #00C0D9 , #6A23B1 , #E30078 );
    background-size: 300% 200%;
    background-position: 0% 50%;
    border-radius: 6px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    color: white;
    border: none;
    cursor: pointer;
    transition: background-position 1s ease-in-out;
}

.cta-button:hover{
        background-position: 100% 50% ;

}

.social-links-simplified {
    display: flex;
    flex-direction: row;
    gap: 14px;

}


.social-links-simplified li, .social-links-simplified a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
}

.social-links {
    display: flex;
    flex-direction: row;
    gap: 14px;
    height: 2.5rem;

}

.social-links img{
    height: 100%;
    transform: scale(100%);
    transition: transform 0.1s ease-in-out;
}

.social-links img:hover{
    transform: scale(110%);
}

.facebook-icon a:hover svg path{
    stroke:#1877F2;
}

.instagram-icon a:hover svg path{
    fill:#dd2a7b;
}

.spotify-icon a:hover svg g{
    stroke:#1db954;
}

.youtube-icon a:hover svg path{
    stroke:#FF0000;
}



h1, h2, h3 {
    font-family: 'Tilt Neon', sans-serif;
    color: rgba(255, 255, 255, 0.772);
}

h2 {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
        text-shadow: 0 0 20px #fff, 0 0 5px #FFFFFF ;
}

p, li, span {
    font-size: 16px;
}



header {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    height: 76px;

}

.main-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 56px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 5px;
}

.logo img {
    width: 30px;
}

.logo span {
    font-size: 12px;
    font-weight: bold;
}

.nav-links {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-links li, .nav-links a {
    font-size: 14px;
    height: 100%;
    display: inherit;
    align-items: center;
}

.nav-links a{
    padding: 0px 10px;
}

.nav-links a:hover{
    background-color: rgba(66, 24, 108, 0.387);
    color: #ffffff;
}




.burger-menu, .burger-menu-button{
    display: none;
}



.hero-background-container {
    position: relative;
    overflow: hidden;
    background: linear-gradient(-70deg, #141040 10%, #301540 50%, #0F1F45 100%);
    z-index: 1;
}

#hero-background-image {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 80px 0;
}

.brand-name {
    font-size: 40px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 20px #fff, 0 0 10px #FFFFFF ;
}

.brand-name span {
    font-size: 25px;
    text-shadow: 0 0 20px #0FF, 0 0 10px #0FF;
}

.tagline {
    text-align: center;
}



/* -- Music Player -- */
.music-player {
    z-index: 2;
    background: linear-gradient(to right, #230c4c73, #12336e73);
    border: #008EB6 1px solid;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 5px 10px 5px 5px;
}

.player-button {
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(to right, #00C0D9, #6A23B1, #E30078);
    background-size: 100% 100%;
    background-position:center;
    cursor: pointer;

}

#play{
    display: block;
}

#pause{
    display: none;
}

#replay-button{
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    cursor: auto;

}

@keyframes rainbow{
    0%{
        background-size: 100% 100%;
    }
    
    100%{
        background-size: 200% 200%;
    }
}

.player-button:hover{
    animation: rainbow 1s;
    animation-fill-mode: forwards;
    box-sizing: border-box;
}

.song-title {
    font-size: 12px;
}

.artist-name {
    font-size: 12px;
    font-weight: 400;
    color: #9CA3AF;
}

/* -- Metrics -- */
.metrics-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.metric-item {
    display: flex;
    flex-direction: column;
    padding: 16px 12px;
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: 10%;
}

.metric-item p {
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
}

.metric-item p:first-child {
    font-weight: bold;
    font-size: 24px;
}




#biography h2 { text-align: left; }

.biography-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.biography-text {
    flex: 1;
}

.biography-image {
    width: 100%;
    height: 100%;
    max-width: 400px;
    flex-basis: 0;
    flex-grow: 1;
}

.features-list {
    display: flex;
    gap: 35px;
}

.features-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.contact-button {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 10px;
    background: linear-gradient(to right, #00C0D9, #6A23B1,  #00C0D9, #6A23B1);
    background-size: 300% 100%;
    background-position: 0% 50%;
    transition: background-position 1s ease-in-out;
    border-radius: 10px;
    border: none;
    font-size: 14px;
}

.contact-button:hover{
    background-position: 100% 50%;
}


.contact-button img {
    width: 8%;
}


#services {
    align-items: center;
}

#services p:only-of-type{
    text-align: center;
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    height: 400px;
    width: 100%;
    filter: drop-shadow(0px 4px 50px rgba(34, 9, 56, 0.5));
}

.service-card {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.service-title {
    display: flex;
    align-items: center;
    min-height: 34px;
    gap: 10px;
}

.service-title h3 {
    font-weight: 600;
}

.service-title .icon-background {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 5px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}

#weddings-card {
    background-image: linear-gradient(105deg, rgba(28, 12, 62, 0.79), rgba(74, 2, 48, 0.7)), url(./assets/img/matrimonios.png);
    border-radius: 10px 0 0 10px;
    grid-row: 1 / span 2;
}

#weddings-card .icon-background {
    background: linear-gradient(to right, #FF3636, #FF0044);
}

#private-events-card {
    background-image: linear-gradient(105deg, rgba(28, 12, 62, 0.7), rgba(74, 2, 48, 0.79)), url(./assets/img/evento_privado.png);
    border-radius: 0 10px 0 0;
}

#private-events-card .icon-background {
    background: linear-gradient(to right, #BA5CD4, #7596E3, #619BF2);
}

#birthdays-card {
    background-image: linear-gradient(105deg, rgba(28, 12, 62, 0.7), rgba(74, 2, 48, 0.79)), url(./assets/img/cumpleaños.png);
    border-radius: 0 0 10px 0;
}

#birthdays-card .icon-background {
    background: linear-gradient(to right, #FD8F00, #FAC800);
}


#contact {
    align-items: center;
    gap: 30px;
}

#contact h2, #contact p {
    text-align: center;
}

.neon-divider {
    height: 2px;
    width: 60%;
    background-color: #fff;
    border-radius: 1px;
    box-shadow: 0 0 5px 2px rgba(255, 0, 174, 0.5),
                0 0 10px 1px rgba(255, 0, 174, 0.5);
}

.contact-details {
    display: flex;
    gap: 30px;
}

.contact-details li {
    display: flex;
    align-items: center;
    gap: 10px;
}



footer {
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #1c1660 10%, #47215d 50%, #132e6b 100%), rgba(0, 0, 0, 0.3);
    background-blend-mode: overlay;
}

footer p {
    text-align: center;
}

.footer-logo {
    width: 10%;
    min-width: 150px;
    max-width: 170px;
}

.copyright-text {
    color: rgba(209, 213, 220, 0.35);
    font-size: 14px;
}


 .attribution-text{
    display: none;
    color: rgba(209, 213, 220, 0.35);
    font-size: 14px;
 }

.attribution-text a{
    text-decoration: underline; 
    color:  #7c46b2;
}

@media screen and (max-width: 900px) {
    .metrics-container{
    width: 50%;
    justify-content: space-between;

    }

    .biography-wrapper{
        flex-direction: column;
        align-items: center;
    }

    .biography-image{
        height: auto;
    }

    .contact-button{
        width: 50%;
    }
}

