.name{
    font-size: 90em;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-image: linear-gradient(to right,#0254b1, #d40723);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
    display:inline-block;
    transform-style: preserve-3d;
    animation: watercolor 2s ease-out infinite alternate;
    }
    @keyframes watercolor{
        0%{
            transform: translateY(0) rotateX(0) scale(1);
            opacity: 0;
        }
}  
.nam{
    font-size: 1.8em;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-image: linear-gradient(to right,#0254b1, #d40723);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
    display:inline-block;
    transform-style: preserve-3d;
    animation: watercolor 2s ease-out infinite alternate;
    }
    @keyframes watercolor{
        0%{
            transform: translateY(0) rotateX(0) scale(1);
            opacity: 0;
        }
}      
.wrap{
    width:auto;
    height: auto;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    background:url(/5.mp4);
    background-size: cover;
    background-position: center;
}
.wrap-texto{
    color:black;
    text-align: center;
    width: 50%;
}
.btn{
    align-items: center;
    width: 17.5vw;
}
.btn2{
    vertical-align: middle;
    width: 45.5vw; 
}
.btn3{
    vertical-align:text-bottom;
    width: 35vw;
}
.wra{
    width: 100%;
    height: 48.01vw;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    background:linear-gradient(to right, rgb(0 0 0 / .1),rgb(0 0 0 / .1)), url(/imagen_p.jpg);
    background-size: cover;
    background-position: center;
}
.wraa{
    width: 100%;
    height: 48.01vw;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    background:linear-gradient(to right, rgb(0 0 0 / .1),rgb(0 0 0 / .1)), url(/letras\ \(2\).jpg);
    background-size: cover;
    background-position: center;
}
.wrapp{
    position: relative;
    width: 100vw;
    height: 48.9vw;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}
.wr{
    width: 100%;
    height: 48.01vw;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    background:linear-gradient(to right, rgb(0 0 0 / .1),rgb(0 0 0 / .1)), url(/Imagen2.svg);
    background-size: cover;
    background-position: center;
}
.wrr{
    width: 100%;
    height: 48.01vw;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    background:linear-gradient(to right, rgb(0 0 0 / .1),rgb(0 0 0 / .1)), url(/fdrop.jpg);
    background-size: cover;
    background-position: center;
}
.w{
    width: 100%;
    height: 48.01vw;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.buttons {
    position: relative;
    margin: 8%;
    text-align: center;
}
.btn-hover {
    width: 200px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    height: 60px;
    text-align:center;
    border: none;
    background-size: 300% 100%;

    border-radius: 50px;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-hover:hover {
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-hover:focus {
    outline: none;
}
.btn-hover.color-4 {
    background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516);
    box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75);
}
.btn-hover.color-6 {
    background-image: linear-gradient(to right, #009245, #FCEE21, #00A8C5, #D9E021);
    box-shadow: 0 4px 15px 0 rgba(83, 176, 57, 0.75);
}
.btn-hover.color-7 {
    background-image: linear-gradient(to right, #6253e1, #852D91, #A3A1FF, #F24645);
    box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
}
.btn-hover.color-8 {
    background-image: linear-gradient(to right, #3054f3, #df0505, #df0505, #4556f2);
    box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
}
.btn-hover.color-9 {
    width: auto;
    height: auto;
    text-align: center;
    background-image: linear-gradient(to right, #3054f3, #df0505, #df0505, #4556f2);
    box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
}
.audio{
    position: absolute;
    top: 0;
    left: 0;
}
.popup {
    position: fixed;
    bottom: -100px;
    right: 10px;
    width: 300px;
    height: 170px;
    background-color: #0170b9;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: bottom 0.5s ease, opacity 0.5s ease;
    z-index: 9999;
}

.popup-content {
    padding: 1rem 0.6rem;
    padding-bottom: 1.5rem;
    text-align: center;
}

.popup-text {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.popup.show {
    bottom: 10%;
    opacity: 1;
}

/* end pop-up */

/* Container for the 3D effect */
.container {
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1200px;
}

/* 3D card setup */
.tilt-card {
    width: 200px;
    height: 300px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.4s ease-in-out, box-shadow 0.3s ease,
        background-color 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.tilt-card:hover {
    transform: scale(1.1) rotateX(15deg) rotateY(15deg);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.3);
    background-color: transparent;
}

/* Front face of the card */
.tilt-card-front,
.tilt-card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    color: #fff;
}

.tilt-card-front {
    background-color: #007bff;
    background-image: url(flag-america-usa-41.gif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    transform: rotateY(0deg);
    transition: transform 0.3s ease;
}

.tilt-card-back {
    background-color: #f1c40f;
    background-image: url(Happy.gif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    transform: rotateY(180deg);
}

.tilt-card:hover .tilt-card-front {
    transform: rotateY(180deg);
}

.tilt-card:hover .tilt-card-back {
    transform: rotateY(360deg);
}

/* Hover effects on text */
h2,
h3 {
    font-size: 24px;
    text-align: center;
    transition: transform 0.3s ease, color 0.3s ease;
    color: #269ceb;
    letter-spacing: 1px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
    background-color: black;
}

p {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    font-weight: 300;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* Hover effects on text */
.tilt-card:hover h2,
.tilt-card:hover p {
    transform: scale(1.1);
    color: #fff;
}

.image-item:hover {
    animation-play-state: paused;
}

/* Styling voor de lightbox-overlay */
.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8); /* Donkere achtergrond */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000; /* Zorg ervoor dat het altijd bovenaan staat */
}

/* Styling voor de lightbox-afbeelding */
.lightbox-overlay img {
    max-width: 70%;
    max-height: 70%;
    border: 2px solid white; /* Optionele rand rond de afbeelding */
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5); /* Optionele schaduw */
    cursor: pointer; /* Laat zien dat je kunt klikken om te sluiten */
}




/* end pop-up */

/* Container for the 3D effect */
.containerr {
    display: flex;
    justify-content: right;
    align-items: right;
}

/* 3D card setup */
.tiltt-card {
    width: 200px;
    height: 300px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.4s ease-in-out, box-shadow 0.3s ease,
        background-color 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.tiltt-card:hover {
    transform: scale(1.1) rotateX(15deg) rotateY(15deg);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.3);
    background-color: transparent;
}

/* Front face of the card */
.tiltt-card-front,
.tiltt-card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    color: #fff;
}

.tiltt-card-front {
    background-color: #007bff;
    background-image: url(America-83.gif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    transform: rotateY(0deg);
    transition: transform 0.3s ease;
}

.tiltt-card-back {
    background-color: #f1c40f;
    background-image: url(Happy.gif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5px;
    transform: rotateY(180deg);
}

.tiltt-card:hover .tiltt-card-front {
    transform: rotateY(18deg);
}

.tiltt-card:hover .tiltt-card-back {
    transform: rotateY(36deg);
}



/* Hover effects on text */
.tiltt-card:hover h1,
.tiltt-card:hover p {
    transform: scale(1.1);
    color: #fff;
}

.image-item:hover {
    animation-play-state: paused;
}



.header{
    height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
}
.content{
    max-width: 49rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: auto;
}
.header-video{
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width:80%;
    height: 0%;
    align-items: baseline;
    object-fit: cover;
}
.header-video video{
    min-width: 100%;
    min-height: 100%;
}
.header-overlay{
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .85;
}
.header-content h1{
    font-size: 18vh;
    margin-bottom: 0;
    margin: auto;
}
.wraap{
    width: 99vw;
    height: 48em;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    background: url(/paisaje-3d.avif);
    background-size: cover;
    background-position: center;
}
.cent{
    text-align: center;
}
.lado{
    align-items: center;
}
.tamñ{
    width: 2px;
    height: 2px;
}
  
  
  body {
    margin: 0;
    min-height: 100vh;
    display: grid;
    place-content: center;
    grid-auto-flow: column;
    gap: 50px;
    background: #0d636e;
  }
  .ccc{
    background-color: rgba(0, 0, 0, 0.8);
  }



  .header {
    height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
}

.content {
    max-width: 49rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: auto;
    z-index: 1; /* Asegura que el contenido esté por encima del video */
}

.header-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.header-video video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Asegura que el video cubra toda el área */
}

.header-overlay {
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
}

.header-content h1 {
    font-size: 18vh;
    margin-bottom: 0;
    margin: auto;
    z-index: 1; /* Asegura que el texto esté por encima del video */
}


.wWrap {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: 2rem;
}
.buttons {
    position: absolute;
    bottom: 1rem;
    left: 42%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 1rem; /* Añade espacio entre los botones */
}
.buttons a {
    text-decoration: none;
}
.btn-hover {
    padding: .3rem .6rem;
    font-size: 1rem;
    color: #fff;
    background-color: #007BFF;
    border: none;
    border-radius: 55px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.btn-hover:hover {
    background-color: #0056b3;
}
.header-content h1 {
    font-size: 15vh;
    margin-bottom: 0;
    z-index: 2;
    text-align: center;
}
.top-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
}


.kodfun-galeri {
    display: flex;
    height: 10rem;
    gap: 0rem; /* Reduce el espacio entre las imágenes */
}
.kodfun-galeri > a {
    flex: 1;
    border-radius: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    transition: all 0.8s cubic-bezier(0.25, 0.4, 0.45, 1.4);
    text-decoration: none; /* Elimina el subrayado predeterminado de los enlaces */
    display: block; /* Asegura que el enlace cubra todo el área del div */
}
.kodfun-galeri > a:hover {
    flex: 8;
}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif; 
    background-size: cover;
}
.text{
    text-align: center;
    margin-top: 10vh;
}
.text h1{
    font-size: 30px;
    color: rgba(255, 255, 255, 0.1);
    background-image: url(fondo.jpg);
    background-repeat: repeat-x;
    background-clip: text;
    -webkit-background-clip: text;
    animation: text 20s linear infinite;
}

@keyframes text{
    0%{
        background-position: 0 0;
    }
    50%{
        background-position: 2000px 0;
    }
}




.btn-imagen {
    padding: 10px 15px;
    font-size: 20px;
    color: black;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: url('https://via.placeholder.com/300') center/cover;
    transition: transform 0.3s, box-shadow 0.3s;
    text-shadow: 0 0 5px #fff, 0 0 10px #a6dff5, 0 0 15px #00b7ff, 0 0 20px #00b7ff;
  }
  .btn-imagen::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 88%;
    height: 88%;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .btn-imagen:hover::before {
    opacity: 1;
  }
  .btn-imagen:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px #0099ff, 0 0 40px #00aeff, 0 0 0px #00aeff;
  }




  .btnnn-imagen {
    padding: 10px 15px;
    font-size: 20px;
    color: black;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: url('https://via.placeholder.com/300') center/cover;
    transition: transform 0.3s, box-shadow 0.3s;
    text-shadow: 0 0 5px #fff, 0 0 10px #c686d6, 0 0 15px #cc2c97, 0 0 20px #2cccb7;
  }
  .btnnn-imagen::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 88%;
    height: 88%;
    opacity: 0 #cc2c97;
    transition: opacity 0.3s #cc2c97;
  }
  .btnnn-imagen:hover::before {
    opacity: 1;
  }
  .btnnn-imagen:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px #cc2c97, 0 0 40px #cc2c97;
  }




  .btnn-imagen {
    padding: 10px 15px;
    font-size: 20px;
    color: black;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: url('https://via.placeholder.com/300') center/cover;
    transition: transform 0.3s, box-shadow 0.3s;
    text-shadow: 0 0 5px #fff, 0 0 10px #a6f5a6, 0 0 15px #00ff37, 0 0 20px #00ff37;
  }
  .btnn-imagen::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 88%;
    height: 88%;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .btnn-imagen:hover::before {
    opacity: 1;
  }
  .btnn-imagen:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px #00ff37, 0 0 40px #00ff37;
  }



  
  .bttn-imagen {
    padding: 10px 15px;
    font-size: 20px;
    color: black;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: url('https://via.placeholder.com/300') center/cover;
    transition: transform 0.3s, box-shadow 0.3s;
    text-shadow: 0 0 5px #fff, 0 0 10px #f5f4a6, 0 0 15px #ffe600, 0 0 20px #ffe600;
  }
  .bttn-imagen::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 88%;
    height: 88%;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .bttn-imagen:hover::before {
    opacity: 1;
  }
  .bttn-imagen:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px #ffe600, 0 0 40px #ffe600;
  }


  
  .bbtn-imagen {
    padding: 10px 15px;
    font-size: 20px;
    color: black;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: url('https://via.placeholder.com/300') center/cover;
    transition: transform 0.3s, box-shadow 0.3s;
    text-shadow: 0 0 5px #fff, 0 0 10px #a57eec, 0 0 15px #5815d4, 0 0 20px #531eb8;
  }
  .bbtn-imagen::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 88%;
    height: 88%;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .bbtn-imagen:hover::before {
    opacity: 1;
  }
  .bbtn-imagen:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px #661cf0, 0 0 40px #661cf0, 0 0 60px #661cf0;
  }





  .bttnn-imagen {
    font-family:fantasy;
    padding: 10px 15px;
    font-size: 27px;
    color: #080808;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: url('https://via.placeholder.com/300') center/cover;
    transition: transform 0.3s, box-shadow 0.3s;
    text-shadow: 0 0 5px #fff, 0 0 10px #f5f4a6, 0 0 15px #ffe600, 0 0 20px #ffe600;
  }
  .bttnn-imagen::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 88%;
    height: 88%;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .bttnn-imagen:hover::before {
    opacity: 1;
  }
  .bttnn-imagen:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px #ffe600, 0 0 40px #ffe600;
  }


  .bbtnn-imagen {
    font-family:fantasy;
    padding: 10px 15px;
    font-size: 27px;
    color: #080808;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: url('https://via.placeholder.com/300') center/cover;
    transition: transform 0.3s, box-shadow 0.3s;
    text-shadow: 0 0 5px #fff, 0 0 10px #a6f5a6, 0 0 15px #00ff37, 0 0 20px #00ff37;
  }
  .bbtnn-imagen::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 88%;
    height: 88%;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .bbtnn-imagen:hover::before {
    opacity: 1;
  }
  .bbtnn-imagen:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px #00ff37, 0 0 40px #00ff37;
  }



  .bbttnn-imagen {
    font-family:fantasy;
    padding: 10px 15px;
    font-size: 27px;
    color: #080808;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: url('https://via.placeholder.com/300') center/cover;
    transition: transform 0.3s, box-shadow 0.3s;
    text-shadow: 0 0 5px #fff, 0 0 10px #c686d6, 0 0 15px #cc2c97, 0 0 20px #2cccb7;
  }
  .bbttnn-imagen::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 88%;
    height: 88%;
    opacity: 0 #cc2c97;
    transition: opacity 0.3s #cc2c97;
  }
  .bbttnn-imagen:hover::before {
    opacity: 1;
  }
  .bbttnn-imagen:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px #cc2c97, 0 0 40px #cc2c97;
  }

  .btn-bounce {
    padding: 10px 20px;
    font-size: 24px;
    color: white;
    background-color:rgb(240, 16, 27);
    border: none;
    border-radius: 15px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
    animation: bounce 2s infinite;
}
.btn-bounce:hover {
    background-color: #2868df;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}