/*background: ##04044A;
background: linear-gradient(346deg, rgba(0, 0, 0, 0.98) 0%, rgba(3, 3, 10, 1) 16%, rgba(31, 31, 31, 1) 100%);



            */
*{
    box-sizing: border-box;
    margin: 0 ;
    padding: 0 ;
    scroll-behavior: smooth;
}
body {
--background: linear-gradient(160deg,
  #000000 0%,
  #06080c 35%,
  #0c1118 70%,
  #16202d 100%
);
background-color: #000000;
margin: 0;
padding: 0;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
height: 100vh;
color: white ;
max-width: 900px;
margin: auto;


}

.headeritems__container{
    display : flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.2rem;
    position: relative;
    margin: 10px 20px
}
.headeritems__container::after{
    content:'';
    position: absolute;
    background: linear-gradient(150deg,
  #280e76 0%,
  #5d78ad 50%,
  #090a0b 85%,
  #000000 100%
);
    height: 2px;
    width: 50%;
    bottom: -10px;
    left: 0
}
.headeritems__container::before{
    content:'';
    position: absolute;
background: linear-gradient(135deg,
    #000000 0%,
    #14326e 40%,
    #295182 70%,
    #00E1FF 100%);
    height: 2px;
    width: 50%;
    margin-top: 1.1px;
    bottom: -10px;
    right: 0
}
.header__strong{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.nav__ul{
    display: flex;
    gap : 30px ;
}
.nav__li{
    list-style: none;
    padding: 10px 0


}
.nav__links{
    text-decoration: none;
    font-size: 1.19rem ;
    color: white;
    position: relative;
    

}
    .nav__links:hover {
        color: #00eaff;
        text-shadow: 0 0 10px #00eaff;
        transform: scale(1.05);
    }

    /* Línea animada debajo del link */
    .nav__links::after {
        content: "";
        position: absolute;
        top: 0px;
        left: 50%;
        width: 0;
        height: 2px;
        background: #00eaff;
        transition: 0.3s ease;
        transform: translateX(-50%);
        box-shadow: 0 0 8px #00eaff;
        margin-top: -4px
    }    
    .nav__links::before {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 50%;
        width: 0;
        height: 2px;
        background: #00eaff;
        transition: 0.3s ease;
        transform: translateX(-50%);
        box-shadow: 0 0 8px #00eaff;
        margin-bottom: -5px
    }
    .nav__links:hover::before {
        width: 100%;
    }
    .nav__links:hover::after {
        width: 100%;
    }


.main__section{
    background: var(--background);
    height: 790px;
    padding: 20px;
    display: flex
    


}

.main__sectionsub{
    display: flex ;
    flex-direction: column
}

.information__container{
    display: flex ;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start ;
    padding: 20px;
    position: relative;
}



.main__title{
    background: linear-gradient(150deg,#8db2bb, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 2.3rem;
}
.main__subtitle{
    margin-top: 10px;
    font-size: 1.6rem;
    background: linear-gradient(150deg, #dfe2f9,#91b2b9);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.more__information{
    max-width: 450px;
    margin-top: 10px;
    /* Ensure long words or URLs wrap to next line */
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-size: 1.1rem;
    color: white;
}
.information__container::after{
    content:'';
    position: absolute ;
    height: 2px;
    width: 480px;
    background: linear-gradient(150deg,
    #280e76 0%,
    #5d78ad 50%,
    #090a0b 85%,
    #000000 100%);   
    top: 256px;
}
.information__container::before{
    content:'';
    position: absolute ;
    height: 2px;
    width: 480px;
    background: linear-gradient(150deg,
    #280e76 0%,
    #5d78ad 50%,
    #090a0b 85%,
    #000000 100%);   
    top: 440px;

}
.main__imgcontainer{
    width: 1000px;
    max-width: 100%;
    margin-top: 30px;
}
.main__img{
    width: 100%;
    object-fit: cover;
    clip-path: polygon(25.0% 0.0%, 100.0% 0.0%, 75.0% 100.0%, 0.0% 100.0%);
}

.experience__container{
    display: flex;
    margin: 20px 20px;
    gap: 10px;

}
.experience__subcontainer{
    max-width: 200px;
background: linear-gradient(160deg,
    #120e3f 0%,
    #0d0519 35%,
    #05070B 65%,
    #140c5a 90%,
    #341d75 100%
);
    padding: 19px;
    
}
.experience__p{
    margin-top: 10px;
}

/* Aplica a TODAS las clases que contengan la palabra experience */
[class*="experience"] {
  transition: transform 0.35s ease, background-position 1.6s ease, filter 0.35s ease;
  background-size: 180% 180%;
  animation: organicShift 7s ease-in-out infinite;
}

/* Hover premium */
[class*="experience"]:hover {
  transform: translateY(-5px) scale(1.015);
  background-position: 80% 20%;
  filter: brightness(1.15) saturate(1.2);
}

/* Animación orgánica única */
@keyframes organicShift {
  0%   { transform: translateY(0) scale(1); }
  25%  { transform: translateY(-2px) scale(1.01); }
  50%  { transform: translateY(1px) scale(0.995); }
  75%  { transform: translateY(-1px) scale(1.008); }
  100% { transform: translateY(0) scale(1); }
}





.platforms__container{
    display: flex;
    gap: 10px;
    max-width: 27%;
    padding: 10px;
    margin: 30px 20px;
    background: linear-gradient(150deg,
      #42235478 0%,
      #3541a3 35%,
      #256d91 70%,
      #352b84 100%);
}
.platforms{
    width: 100%;
    
}
.platforms_img{
    width: 100%;
}


.platforms__container {
  transition: transform 0.3s ease;
}

.platforms__container:hover {
  transform: translateY(-6px) scale(1.03);
}

/* Animación individual para cada icono */
.platforms_img {
  transition: transform 0.3s ease, filter 0.3s ease;
  animation: iconPulse 4s ease-in-out infinite;
}

.platforms_img:hover {
  transform: scale(1.15);
  filter: drop-shadow(0 0 6px #dadcff);
}

/* Keyframes */
@keyframes groupBreath {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.02); }
}







.button__container{
    display: flex;
    gap: 10px;
}
.projects__button{
    margin: 0px 20px;
    border: 1px solid #372582;
    background-image: linear-gradient(120deg, #000dff33, #071e3833);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    transition: background-size 0.4s ease, transform 0.25s ease, color 0.3s ease;
    max-width: 100px;
    display: flex;
    justify-content: center ;
    align-items: center;
    padding: 15px 100px;
    text-decoration: none;
    font-size: 1.3rem;
    color: white;
    transition: all 0.3s;
}
.projects__button:hover {
  background-size: 100% 100%;
  transform: translateY(-2px); 
  color: #9bcace; /* tu paleta neon-dark */
}
.projects{
 background: linear-gradient(145deg,
  #001B2E 0%,     /* azul glaciar oscuro */
  #000000 28%,    /* azul hielo profundo */
  #0c0d0d 65%,    /* azul neon glacial */
  #13093c 100%    /* azul hielo brillante */
);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center ;
    position: relative;
    padding: 100px 0 
}
.projects::after{
    content:'';
    position: absolute;
    background: linear-gradient(150deg,
    #efecf7 0%,
    #5d78ad 50%,
    #090a0b 85%,
    #000000 100%);
    height: 2px;
    width: 50%;
    top: 0px;
    left:0
}
.projects::before{
    content:'';
    position: absolute;
    background: linear-gradient(150deg,
    #0c0a10 0%,
    #5d78ad 50%,
    #417cb8 85%,
    #fffefe 100%);
    height: 2px;
    width: 50%;
    top: 0px;
    right:0
}
.projects__title{
    font-size: 1.9rem;
    letter-spacing: 1.4px;
    margin-bottom: 20px;
    color: #5e849f;
}
.projects__container{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.background__projects{
    background: linear-gradient(145deg,
        #230842 0%,     /* azul glaciar oscuro */
        #10053a 28%,    /* azul hielo profundo */
        #040b33 65%,    /* azul neon glacial */
        #092d7a5c 100%    /* azul hielo brillante */
    );
    padding: 30px 30px;
}
.project__subcontainer{
    width: 210px;
}
.velourwash__img{
    width: 100%;
    border-radius: 2px;
    animation: orbit 2s ease-in-out infinite;
}

@keyframes orbit {
    0%, 100%{
        transform: translateY(0px);
    }
    50%{
    transform: translateY(-10px);

    }
}


.seemore__buttoncontainer{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px}
.seemore__button{
    font-size: 1.3rem;
    padding: 12px 65px;
    color: white;
    text-decoration: none ;
    border: 1px solid #372582;
    background-image: linear-gradient(120deg, #00eaff33, #0077ff33);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    transition: background-size 0.4s ease, transform 0.25s ease, color 0.3s ease;
    }


.seemore__button:hover {
  background-size: 100% 100%;
  transform: translateY(-2px); 
  color: #00eaff; /* tu paleta neon-dark */
}

.technologies__maincontainer{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 400px;
    margin: auto ;
    height: 100px;    
    background: linear-gradient(145deg,
    #172026 0%,     /* azul glaciar oscuro */
    #13203c 28%,    /* azul hielo profundo */
    #201537 65%,    /* azul neon glacial */
    #372582 100%    /* azul hielo brillante */);
    gap: 10px;
    position: relative;

}



.technologies__container{
    background: linear-gradient(145deg,
    #0d466c 0%,     /* azul glaciar oscuro */
    #233c72 28%,    /* azul hielo profundo */
    #311a65 65%,    /* azul neon glacial */
    #311e87 100%    /* azul hielo brillante */);
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center ;
    padding: 10px;
    width : 60px;

}
.technologies__maincontainer{
    overflow: hidden;
    position: relative;
}

.html__logo{
    transition: transform 0.3s ease-in-out;
    animation: bounce 2s ease-in-out infinite, glow 3s ease-in-out infinite;}
.css__logo{
    transition: transform 0.3s ease-in-out;
    animation: bounce2 2s ease-in-out infinite, glow2 3s ease-in-out infinite;}

.logo{
    width: 100%;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-15px); }
}

/* Brillo suave */
@keyframes glow {
  0%, 100% { filter: drop-shadow(0 0 0px #1500ff93); }
  50%      { filter: drop-shadow(0 0 5px #870bda); }
}
@keyframes bounce2 {
  0%, 100% { transform: translateY(0); }
  40%      { transform: translateY(-15px); }
}

/* Brillo suave */
@keyframes glow2 {
  0%, 100% { filter: drop-shadow(0 0 0px #1500ff); }
  50%      { filter: drop-shadow(0 0 5px #00eaff); }
}

.services{
    height: 1200px;
    background: linear-gradient(145deg,
    #271339 0%,     /* azul glaciar oscuro */
    #000000 28%,    /* azul hielo profundo */
    #0e091a 65%,    /* azul neon glacial */
    #1f154a 100%    /* azul hielo brillante */);
    position: relative;
}
.services::before{
    content: '';
    position: absolute;
    background: linear-gradient(150deg,
    #0c0a10 0%,
    #5d78ad 50%,
    #417cb8 85%,
    #e7d7ef 100%);
    height: 2px;
    width: 50%;
    top: 0px;
    right: 0;
}
.services::after{
    content: '';
    position: absolute;
    background: linear-gradient(150deg,
    #f3edff 0%,
    #143473 50%,
    #647d97 85%,
    #020101 100%);
    height: 2px;
    width: 50%;
    top: 0px;
    left: 0;
}
.services__maincontainer{
    display: flex ;
    flex-direction: column ;
    justify-content: center;
    align-items: center;
}
.services__title{
    text-align: center ;
    margin-top: 100px;
    font-size: 1.9rem;
    letter-spacing: 1.3px;
    color: #888e93d8
}

.service{
    display: flex;
    align-items: center;
    background: linear-gradient(145deg,
    #100d35 0%,     /* azul glaciar oscuro */
    #000000 28%,    /* azul hielo profundo */
    #0e091a 65%,    /* azul neon glacial */
    #110e1a 100%    /* azul hielo brillante */);
    margin-top: 30px;
    max-width: 800px;
    margin-left: 30px;
    padding: 30px

}
.service__containerimg{
    width: 300px
}
.service__img{
    width: 100%
}
.service__pagraph{
    max-width: 400px;
    margin-left: 30px;
    margin-right: 30px
}
.services__buttoncontainer{
    display: flex;
    justify-content: center;
    align-items: center ;
    margin-top: 20px;
    font-size: 1.2rem;
}
.services__button{
    padding: 14px 36px;
    border: 1px solid #372582;
    background-image: linear-gradient(120deg, #7300ff33, #0077ff33);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    transition: background-size 0.4s ease, transform 0.25s ease, color 0.3s ease;
    text-decoration: none;
    color: white
    }
.services__button:hover {
  background-size: 100% 100%;
  transform: translateY(-2px); 
  color: #00eaff; 
}
.comment__section{
    height: 800px;
    background: linear-gradient(145deg,
    #322651cd 0%,     
    #140a0a 28%,    
    #100c1a 65%,   
    #ac499062 100% );
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    position: relative 
}
.comment__section::after{
    content:'';
    position: absolute;
    background: linear-gradient(150deg,
    #f3edff 0%,
    #143473 50%,
    #eedede 85%,
    #ffffff 100%);
    height: 2px;
    width: 50%;
    top: 0px;
    left:0
}
.comment__section::before{
    content:'';
    position: absolute;
    background: linear-gradient(150deg,
    #faf3f3 0%,
    #143473 50%,
    #647d97 85%,
    #eee5e5 100%);
    height: 2px;
    width: 50%;
    top: 0px;
    right:0
}
.comment__sectioncontainer{
    display: flex;
    gap: 20px
}
.comment{
    height: 500px;
    width: 300px;
    background: linear-gradient(145deg,
    #0a086776 0%,     /* azul glaciar oscuro */
    #343e7e68 28%,    /* azul hielo profundo */
    #51259862 65%,    /* azul neon glacial */
    #20377262 100%    /* azul hielo brillante */);
}
.comment__firstimg{
    width: 50px;
}
.first__img{
    width: 100%;
    border-radius: 50%;
}
.start__container{
    width: 150px;
    margin:  0 30px
}
.star{
    width: 100%
}
.upperpart__comment{
    display: flex ;
    align-items: center;
    margin-left: 20px;
    margin-top: 20px
    
}
.comment__title{
    margin-left: 10px;
}
.comment__p{
    margin: 20px 30px 0 30px
}
.maincomment__title{
    font-size: 1.9rem;
    color:#8f90ab
}
    .comment__sectioncontainer {
    width: 100%;
    overflow: hidden;
    position: relative;
    }
    .comment__track {
    display: flex;
    gap: 20px;
    animation: slideRight 20s linear infinite;
    }
.comment {
    min-width: 10%;
    flex-shrink: 0;
    }
    @keyframes slideRight {
    0%   { transform: translateX(-100%); }
    100% { transform: translateX(55%); }
    }
.comment:active ~ .comment__track,
.comment__track:active {
  animation-play-state: paused;
}
.contact__info{
    height: 850px;
    background: linear-gradient(145deg,
    #15143dcd 0%,     /* azul glaciar oscuro */
    #0a0b14 28%,    /* azul hielo profundo */
    #130c17 65%,    /* azul neon glacial */
    #7a256262 100%  );
    position: relative 
}
.contact__info::before{
    content:'';
    position: absolute;
    background: linear-gradient(150deg,
    #faf3f3 0%,
    #143473 50%,
    #647d97 85%,
    #eee5e5 100%);
    height: 2px;
    width: 50%;
    top: 0px;
    right:0
}
.contact__info::after{
    content:'';
    position: absolute;
    background: linear-gradient(150deg,
    #faf3f3 0%,
    #143473 50%,
    #003164 85%,
    #eee5e5 100%);
    height: 2px;
    width: 50%;
    top: 0px;
    left:0
}
.form__title{
    text-align: center ;
    font-size: 1.8rem;
    text-transform: uppercase ;
    color:#898db7e0;
    padding-top: 100px;
    margin-bottom: 30px;
}
input, textarea, button{
    padding: 10px;
    background: linear-gradient(145deg,
    #3d3355cd 0%,     /* azul glaciar oscuro */
    #462a53 28%,    /* azul hielo profundo */
    #271a47 65%,    /* azul neon glacial */
    #1c0e3a62 100%  );
    outline: none;
    border: none ;
    color: white ;
    font-size: 1.1rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
label, button{
    margin: 17px 0 4px 0 ;
    font-size: 1.3rem
}
.form{
    max-width: 700px;
    display: flex ;
    flex-direction: column ;
    margin:auto ;
    background: linear-gradient(145deg,
    #322651cd 0%,   
    #140a0a 28%,    
    #100c1a 65%, 
    #ac499062 100%  );
    padding: 40px;
    height: 605px
}
.card {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
}

/* Imagen */
.card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.footer{
    height: 200px;
    background: linear-gradient(145deg,
    #0a086776 0%,     /* azul glaciar oscuro */
    #343e7e68 28%,    /* azul hielo profundo */
    #51259862 65%,    /* azul neon glacial */
    #20377262 100%    /* azul hielo brillante */); 
    text-align: center;

}
.carlos-review-wrapper {
    max-width: 550px;
    margin: 40px auto;
    padding: 25px;
    background: linear-gradient(145deg,
    #25086776 0%,     /* azul glaciar oscuro */
    #343e7e68 28%,    /* azul hielo profundo */
    #51259862 65%,    /* azul neon glacial */
    #67207262 100%    /* azul hielo brillante */); 
    color: #fff;
    font-family: Arial, sans-serif;
}

.carlos-review-name {
    width: 100%;
    padding: 12px;
    border: none;
    margin-bottom: 15px;
    background: #1a1d3a;
    color: #ffffff;
    margin-top: 10px 
}

.carlos-star-box {
    display: flex;
    gap: 12px;
    font-size: 32px;
    margin-bottom: 15px;
}

.carlos-star {
    cursor: pointer;
    color: #5e4470;
    transition: 0.25s;
}

.carlos-star.carlos-selected,
.carlos-star:hover {
    color: #888473;
}

.carlos-review-text {
    width: 100%;
    height: 110px;
    padding: 12px;
    border: none;
    margin-bottom: 15px;
    background: #1a1d3a;
    color: #fff;
}

.carlos-review-submit {
    padding: 14px 36px;
    border: 1px solid #372582;
    background-image: linear-gradient(120deg, #7300ff33, #0077ff33);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    transition: background-size 0.4s ease, transform 0.25s ease, color 0.3s ease;
    text-decoration: none;
    color: white
    }



.carlos-review-submit:hover {
    background-size: 100% 100%;
    transform: translateY(-2px); 
    color: #00eaff; /* tu paleta neon-dark */
}

.carlos-review-item {
    background: #14173a;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
}

.carlos-review-stars {
    color: #030302;
    font-size: 22px;
    margin-bottom: 8px;
}

.carlos-review-author {
    font-weight: bold;
    margin-bottom: 5px;
}
.information__footer{
    display: flex;
    justify-content : center ;
    align-items: center ;
    height: 20vh;
}
.nav__hamburger{
    display: none;
}



/* seemore1 */
/* MAIN SECTION */
.velour_case_section {
    width: 100%;
    padding: 70px 20px;
    background: #0b0f29;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px
}

/* CONTAINER */
.velour_case_container {
    max-width: 1000px;
    color: #ffffff;
    text-align: center;
}

/* TITLE */
.velour_case_title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #7aa2ff;
    text-shadow: 0 0 12px rgba(122, 162, 255, 0.5);
}

/* INTRO */
.velour_case_intro {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #d6d9f5;
    margin-bottom: 50px;
}

/* HIGHLIGHTS */
.velour_case_highlights {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

/* CARD */
.velour_case_card {
    background: #11163d;
    padding: 30px;
    width: 280px;
    border-radius: 14px;
    box-shadow: 0 0 18px rgba(122, 162, 255, 0.25);
    transition: 0.3s ease;
    text-align: left;
}

.velour_case_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 30px rgba(122, 162, 255, 0.45);
}

/* CARD NUMBER */
.velour_case_number {
    font-size: 2.4rem;
    font-weight: 700;
    color: #7aa2ff;
    margin-bottom: 10px;
    padding-right: 5px;
}

/* CARD LABEL */
.velour_case_label {
    font-size: 1.1rem;
    color: #c7c9e8;
    margin-bottom: 10px;
}

/* CARD DETAIL */
.velour_case_detail {
    font-size: 0.95rem;
    color: #b8bbd9;
    line-height: 1.6;
}

/* DESCRIPTION SECTION */
.velour_case_description {
    text-align: left;
    margin-top: 40px;
}

.velour_case_subtitle {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #7aa2ff;
}

.velour_case_description p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #d6d9f5;
    margin-bottom: 20px;
}
/*seemore2*/

/* SECTION */
.next_project_section {
    width: 100%;
    padding: 80px 20px;
    background: #05060d;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* CONTAINER */
.next_project_container {
    max-width: 1050px;
    color: #e6e6e6;
    text-align: center;
}

/* TITLE */
.next_project_title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #9bb4ff;
    text-shadow: 0 0 18px rgba(155, 180, 255, 0.4);
}

/* INTRO */
.next_project_intro {
    font-size: 1.25rem;
    line-height: 1.9;
    color: #c3c6d9;
    margin-bottom: 60px;
}

/* SQUARE WRAPPER */
.next_project_square {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/* PERFECT SQUARE */
.next_project_placeholder {
    width: 260px;
    height: 260px;
    background: #07080f;
    clip-path: inset(0); /* CUADRADO PERFECTO */
    border: 1px solid rgba(120, 140, 255, 0.25);
    box-shadow:
        0 0 25px rgba(0, 0, 0, 0.7),
        0 0 18px rgba(120, 140, 255, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
}

/* HOVER EFFECT */
.next_project_placeholder:hover {
    transform: translateY(-10px);
    box-shadow:
        0 0 35px rgba(120, 140, 255, 0.35),
        0 0 30px rgba(0, 0, 0, 0.8);
}

/* TEXT INSIDE SQUARE */
.next_project_placeholder h3 {
    font-size: 1.6rem;
    color: #9bb4ff;
    margin-bottom: 10px;
}

.next_project_placeholder p {
    font-size: 1rem;
    color: #c3c6d9;
}







/*seemore3*/
/* SECTION */
.portfolio_dark_section {
    width: 100%;
    padding: 80px 20px;
    background: #05060d; /* ultra dark */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* CONTAINER */
.portfolio_dark_container {
    max-width: 1050px;
    color: #e6e6e6;
    text-align: center;
}

/* TITLE */
.portfolio_dark_title {
    font-size: 2.9rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #9bb4ff;
    letter-spacing: 1px;
    text-shadow: 0 0 18px rgba(155, 180, 255, 0.4);
}

/* INTRO */
.portfolio_dark_intro {
    font-size: 1.25rem;
    line-height: 1.9;
    color: #c3c6d9;
    margin-bottom: 60px;
}

/* STATS */
.portfolio_dark_stats {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

/* CARD */
.portfolio_dark_card {
    background: #0c0e1a;
    padding: 35px;
    width: 300px;
    border-radius: 16px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.6),
                0 0 20px rgba(120, 140, 255, 0.15);
    transition: 0.3s ease;
    text-align: left;
    border: 1px solid rgba(120, 140, 255, 0.15);
}

.portfolio_dark_card:hover {
    transform: translateY(-12px);
    box-shadow: 0 0 35px rgba(120, 140, 255, 0.35),
                0 0 30px rgba(0, 0, 0, 0.7);
}

/* CARD NUMBER */
.portfolio_dark_number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #9bb4ff;
    margin-bottom: 12px;
}

/* CARD LABEL */
.portfolio_dark_label {
    font-size: 1.15rem;
    color: #b5b8d4;
    margin-bottom: 12px;
}

/* CARD DETAIL */
.portfolio_dark_detail {
    font-size: 1rem;
    color: #a7aac7;
    line-height: 1.7;
}

/* DESCRIPTION */
.portfolio_dark_description {
    text-align: left;
    margin-top: 40px;
}

.portfolio_dark_subtitle {
    font-size: 1.9rem;
    margin-bottom: 20px;
    color: #9bb4ff;
}

.portfolio_dark_description p {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #c3c6d9;
    margin-bottom: 25px;
}

.phonenumber{
    color: #c3cbcc;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
}



@media screen and (max-width: 900px){  
    .main__section{
        flex-direction: column-reverse;
        height: initial;
        padding: 50px 0 
        
    }

    .platforms__container{
        height: initial;
    }

    .projects__container{
        flex-direction: column;

    }
    .projects{
        height: initial;
        padding: 100px;
    }

    .headeritems__container {
        justify-content: center;
        margin-top: 30px
    }
    .headeritems__container::after{
    content:'';
    position: absolute;
    background: linear-gradient(150deg,
    #280e76 0%,
    #5d78ad 50%,
    #090a0b 85%,
    #000000 100%);
    height: 2px;
    width: 50%;
    bottom: -10px;
    left: 250px
}
.headeritems__container::before{
    content:'';
    position: absolute;
background: linear-gradient(135deg,
    #000000 0%,
    #14326e 40%,
    #295182 70%,
    #00E1FF 100%);
    height: 2px;
    width: 50%;
    margin-top: 1.1px;
    top: -14px;
    right: 250px
}
.main__sectionsub{
    position: relative ;
    text-align: center;
}
.information__container::after{
    display: none;
}
.information__container::before{
    display: none ;

}
.information__container{
    position: initial;
    margin: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    box-shadow: 0 0 20px #1b1b1c;
    margin-bottom: 30px
}
.more__information{
    max-width: 500px;
}
.experience__container{
    flex-wrap : wrap;
justify-content: center;
}
.button__container{
    flex-direction: column;
    align-items: center;
}
.platforms__container{
    max-width: 300px;
    margin: 30px auto;
}
.platforms_img{
    width: 50px;
}
.service{
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-left: 0px;
}
.services{
    height: initial;
    padding: 10px 20px 100px 20px;
}
.technologies__maincontainer{
    width: 300px 
}
.main__imgcontainer{
    width: 300px;
    margin: 0;
    box-shadow: 0 0 20px #1b1b1c;
}
.main__img{
    width: 300px;
    height: 300px;
    border-radius: 0;
    object-fit: cover;
    clip-path: none;
    position: relative;

}
.second__service{
    flex-direction: column-reverse;
}
.headeritems__container::after{
    display: none ;
}
.headeritems__container::before{
    display: none ;
}
.main__section{
    justify-content: center;
    align-items: center;
    margin: 0px 20px;
}

.headeritems__container{
    justify-content: space-between;
    }
    .nav__ul {
        display: flex;
        flex-direction: column;
        gap: 25px;
        background: rgba(0, 0, 0, 0.85);
        backdrop-filter: blur(12px);
        padding: 30px 0;
        position: absolute;
        top: 70px;
        right: 0;
        width: 100%;
        text-align: center;
        border-bottom: 2px solid #372582;
        box-shadow: 0 10px 25px rgba(0,0,0,0.4);
        opacity: 0;
        transform: translateY(-20px);
        pointer-events: none;
        transition: opacity 0.35s ease, transform 0.35s ease;
    }
    .nav__ul.active {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
    .nav__ul {
        background: linear-gradient(145deg, #02040a 0%, #0b0f29 40%, #111a3d 70%, #1a2b5c 100%);
        z-index: 999;
        width: 50%;
    }

    /* Botón hamburguesa */
    .nav__hamburger {
        display: flex;
        flex-direction: column;
        gap: 6px;
        cursor: pointer;
        margin-right: 20px;
        z-index: 1000;
    }
    .nav__hamburger span {
        width: 34px;
        height: 4px;
        background: #e8f1ff;
        border-radius: 4px;
        transition: 0.35s ease;
        box-shadow: 0 0 6px #00eaff;
    }
    .nav__hamburger.open span:nth-child(1){
        transform: translateY(10px) rotate(45deg);
    }
    .nav__hamburger.open span:nth-child(2){
        opacity: 0;
    }
    .nav__hamburger.open span:nth-child(3){
        transform: translateY(-10px) rotate(-45deg);
    }
    .nav__links {
        font-size: 1.5rem;
        font-weight: 600;
        padding: 10px 0;
        color: #e8f1ff;
        transition: 0.3s ease;
        position: relative;
    }
    .nav__links:hover {
        color: #00eaff;
        text-shadow: 0 0 10px #00eaff;
        transform: scale(1.05);
    }
    .nav__links::after {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 50%;
        width: 0;
        height: 2px;
        background: #00eaff;
        transition: 0.3s ease;
        transform: translateX(-50%);
        box-shadow: 0 0 8px #00eaff;
    }    
    .nav__links::before {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 50%;
        width: 0;
        height: 2px;
        background: #00eaff;
        transition: 0.3s ease;
        transform: translateX(-50%);
        box-shadow: 0 0 8px #00eaff;
    }
    .nav__links:hover::before {
        width: 100%;
    }
    .nav__links:hover::after {
        width: 100%;
    }
}



