* {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}

.wrap {
  margin:0 auto;
  padding:0;
  overflow-x:hidden;
}

body, html { 
   background: black;
     margin: 0 auto;

     width: 100%;
height: 100%;
animation: bugfix infinite 1s;
-webkit-animation: bugfix infinite 1s;

}



h1 {
  font-size: 5.75rem;
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  color: #161721;

}


h1 span {
  display: inline-block;
}


h2 {
  font-size: 4.25rem;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  color: #161721;

}

h3 {
  font-size: 3rem;
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  color: #161721;

}



li  {
  font-size: 1.25rem;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #161721;

}


li span {
  font-size: 1.25rem;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #161721;

}



h4 {
  font-size: 16.563rem;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: white;
}

h5 { 
  font-size: 2rem;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  color: #161721;

}



p {
  font-size: 1.25rem;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: white;
}


strong {
position: relative;
}

strong::before {
/* Highlight color */
background-color: #69ECCA;
content: "";
position: absolute;
width: calc(100% + 4px);
height: 60%;
left: -2px;
bottom: 0;
z-index: -2;
transform: rotate(-2deg);

}



li {
  font-size: 1.5rem;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: white;

}


.skyscanner-title {
  margin-top: 40%;
}


.menu-wrapper {
  display: none;
  text-align: left;

  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}




body{


  
  width: 100%;
  height: 100%;
  padding-left: auto;
  padding-right: auto;
  
  
  
}



a{
  text-decoration: none;
}





.header-status {
  background-position: center;
  background-attachment: contain;
  background-size: cover;
  display: flex;
  flex-flow: column nowrap;
  margin-top: 2rem;
   
}



.header-about {
  width: min(90%, 70.5rem);
  margin: 0 auto;
  margin-top: 7rem;

}

 



.menu {
  display: flex;
  flex-flow: row;
  width: 100%;
  justify-content: space-between;
  position:absolute;
  align-items: center;
  top: 0;
  left: 0;
  margin-right: 2rem;
  height: 50px;
}

.logo {
  flex: 1 1 50;
  height: 3rem;
  margin-left: 2rem;
  align-content: flex-start;
  padding: 1rem 0 0 0;
}

.logo a:hover {
  filter: invert(20%);
}

.nav {
  flex: 1 1 50;
  margin-top: 1.5rem;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  margin-right: 2rem;
  font-size: 0.875rem;
  margin-left: auto;
}





.typing-text {
  display:inline-flex;
  overflow: hidden;
  white-space: wrap;
  font-weight: 400;
  color: #161721;
  border-right: .05em solid #161721;
  animation: typing 0s steps(30, end), blink-caret .3s step-end infinite !important;
  margin-top: 0;
  max-width: 45ch;
  font-size: 1.25rem;
  font-family: 'Raleway', sans-serif;
  line-height: 1.5;
  text-align: center;

 
}






@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #161721 }
}

              
                         
    

          .texto-principal {
 
              margin-top: 1rem;
              margin-bottom: 1rem;
              text-align:center;
              font-weight: 900; 
              font-family: 'Raleway', sans-serif; 
              
          }
      

 
            
       
            
            

          





.parrafo-principal {
  max-width: 45.5ch;
  text-align:left;
  margin-left: 0;
  line-height: 1.5;
  margin-top: 1.5rem;
}



          .titulo-principal{
              display: inline;
              color: #161721;
              margin-top: 5em;
              width: min(90%, 35.5rem)
          }
            
          

          .hero {
              padding-top: 20vh;
              margin-left: 2rem;
              margin-right: 2rem;
          }
          
          .hero-image {
          
          flex: 1 1 40%;
          
          padding: 1%;
          max-width: 600px;
          justify-content:center;
          text-align: center;
          align-content: center;
          align-self: center;
          justify-items: center;
          justify-self: center;
          place-items: center;
          vertical-align: middle;
          margin: 0 auto;
          }
          
          .triangle {
              position:sticky;
              top: 0;
              left: 0;
              width: 0;
              height: 0;
              border-bottom: 5vh solid #F8FAFB;
              border-left: 100vw solid transparent;
              border-top-right-radius: 50%;
              border-top-left-radius: 20%;
            }
            
            .triangle2 {
              position:inherit;
              top: 0;
              left: 0;
              width: 0;
              height: 0;
              margin-top: 0;
              border-top: 5vh solid #F8FAFB;
              border-right: 100vw solid transparent;
              border-bottom-right-radius: 50%;
              border-bottom-left-radius: 20%;
            }





      .status-imagen {
         
         margin-top: -16rem;
      }

      .status-texto {
          text-align: center;
          
          
      }






.brands {

  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  width: min(90%, 70.5rem);


  
   
  }

  

      .logos   {
          flex: 1 1 40%;
          text-align: center;
         
      }




      

      .work {

          display: flex;
          flex-flow: row wrap;
          flex: 1 1 auto;
          margin: 0 auto;
          width: cover;
          justify-content: center;
          align-items:center;
          align-content:center;
          margin-left: 2rem;
          margin-right: 2rem;
          padding-bottom: 5rem;
      }

   .work-bcdc  {
      flex: 1 1 auto;
                  width: 600px;
                  max-width: 600px;

          }
        
          .work-bcdc a:hover{
              filter:invert(20%)

          }




              .work-status  {
      flex: 1 1 auto;
          margin-left: 2rem;
          margin-right: 2rem;
          padding: 1rem;
          width: 600px;
          max-width: 600px;

          }
        
          .work-status a:hover{
              filter:invert(20%)

          }



              .work-nike {
                    flex: 1 1 auto;
                    width: 600px;
                    padding: 1%;
                    max-width: 600px;

              }

              .work-nike a:hover{
                  filter:invert(20%)
              }


              .work-skyscanner  {
                  flex: 1 1 auto;
                  width: 600px;
                  padding: 1%;
                  max-width: 600px;


          }
        
          .work-skyscanner a:hover{
              filter:invert(20%)

          }

              .work-redeem {
                  flex: 1 1 auto;
                  width: 600px;
                  padding: 1%;
                  max-width: 600px;
                  align-self: center;

 
              }

              .work-redeem a:hover{
                  filter:invert(20%)
              }

              
/*
.work-title {
  text-align: left;
  width: cover;
  margin: 0 auto;
  margin-bottom: 15%;


  background: url(../../images/bg5.svg);
  
  

}*/

.work-title2 {
text-align: left;
padding-left: 2rem;
padding-top: 6.5rem;
padding-bottom: 1rem; 
padding-right: 2rem;

}



.work-title3 {
  text-align: left;
  width: cover;
  margin: 0 auto;
  margin-bottom: 15%;
margin-top: -10rem;

  background: url(../../images/bg5.svg);
  background-color: #161721 ;
  background-size:cover;
background-repeat:no-repeat;
  

}

.work-title4 {
  text-align: center;
  padding-top: 20rem;
  padding-bottom: 0rem; 
  }



.portfolio-gallery-wrapper {
  padding-top: 15%;
  padding-bottom: 15%;
  background: url(../../images/bg4.svg);
  
  background-size: auto;

}


.portfolio-container {
display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}



.portfolio-gallery {
-webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}


.bg4 {
  

  background: url(../../images/bg4.svg);
  
  background-size: auto;

}


.column {
          display: flex;
          flex-flow: row wrap;
          flex: 1 1 auto;
          margin: 0 auto;
          justify-content:center;
          object-fit: cover;
          text-align: center;
          align-content: center;
          align-self: center;
          justify-items: center;
          justify-self: center;
          place-items: center;
          vertical-align: middle;
          margin: 0 auto;

}    

.column img { 
  flex: 1 1 auto;
  max-width: 800px;
width: 100%;
height: 100%;

}










.get-status {
  margin-top: -18rem;
  text-align: center;
}

a.button-status {
  display: inline-block;

 
width: calc(100% - 2 * 1em);   
 
    font-weight: bold;
          border-radius: 1.875em;
         
          padding: 0.313em 1em;
          border: 0.188em solid #1D1E2C;
    color: #1D1E2C;
 
         }

         
      
         a.button-status:hover{
          -webkit-text-fill-color:white;
          background-color: #161721;

          }






      a.button-work:hover {
          filter: invert(60%);
      }

      a.button-about:hover {
          filter:invert(60%)
      }

      a.button-contact:hover {
          filter:invert(60%)
      }


    



      
     .overview {
      display: flex;
      flex-flow: column;  
      text-align: left;   
      
      width: min(90%, 70.5rem);
      margin-top: 20rem;
      max-width: 70.5ch;
          
      text-justify: inter-word;
      padding:0;


      } 
 

/*

      .myrole{
         display: flex;
         flex-flow: column;
         text-align: justify;
         margin: 0 auto;
         width: min(90%, 70.5rem);
         margin-top: 20rem;
         max-width: 70.5ch;
      
      } */




      

      .myrole{

          display: flex;
          flex-flow: column;  
          text-align:left;   
          width: min(90%, 80rem);
          margin-top: 0;
          max-width: 80ch;
          line-height: 2; 

       } 
     



      .hatsworn{
          display: flex;
          flex-flow: column;
          text-align: left;
          margin: 0 auto;     
         width: min(90%, 70.5rem);
         margin-top: 20rem;
         max-width: 70.5ch;
      border-radius: 50px;
       
       } 


 





       .newlanguage {
          display: block;
          margin: 0 auto;
          text-align: center;
          
          width: 100%;
          max-width:  70.5ch;
          margin-top: 5rem;
          align-content: center;
          align-self: center;
          justify-items: center;
          justify-self: center;
          place-items: center;
          line-height: 100%;
       }

       .challenge{
          display: flex;
         flex-flow: column;
         text-align: justify;
         margin: 0 auto;
         width: min(90%, 70.5rem);
         margin-top: 20rem;
         max-width: 70.5ch;
      border-radius: 50px;
       } 



.skills{
          display: flex;
         flex-flow: column;
         text-align: justify;
         margin: 0 auto;
         width: min(90%, 70.5rem);
         margin-top: 5rem;
         max-width: 70.5ch;
      border-radius: 50px;
       } 

      





       .ux {
          display: flex;
          flex-flow: column;  
          text-align:left;   
          margin: 0 auto;
          width: min(90%, 70.5rem);
          margin-top: 20rem;
          max-width: 70.5ch;
      border-radius: 50px;
      
       }

       .seedphrase1 {
          text-align: center;
          
margin-top: 1rem;
          display: block;
          margin: 0 auto;
          text-align: center;
      
          
          max-width:  60ch;


       }
               
       .report-big {
          display: flex;
          flex-flow: column;
          border-radius: 2vh;
          align-items: center;
          padding: 1px 1px 1px 1px;
          width: 300px;
          text-align: center;
          align-content: center;
          align-self: center;
          justify-items: center;
          justify-self: center;
          place-items: center;
          vertical-align: middle;
          margin: 0 auto;

       }


              
       .report-small {
          display: none;
       }

       




       .solving{
          display: flex;
          flex-flow: column;
          text-align: justify;
          margin: 0 auto;
          width: min(90%, 70.5rem);
          margin-top: 20rem;
          max-width: 70.5ch;
      border-radius: 50px;
        
       } 


       .seedphrase0text {
          display: flex;
          flex-flow: column;
          text-align: justify;
          margin: 0 auto;
          width: min(90%, 70.5rem);
          max-width: 70.5ch;
          margin-top: 10px;
          
          border-radius: 10px; 

       }

       .greybox {
          display: flex;
          flex-flow: column;
          text-align: justify;
          margin: 0 auto;
          max-width: 70.5ch;
          padding: 10px 30px 10px 30px;
          margin-top: 50px;
          border-radius: 2vh; 
          background-color: #F5F5F5;
       }



       .greybox2 {
          display: flex;
          flex-flow: column;
          margin: 0 auto;
          max-width: 70.5ch;
          margin-top: 50px; 
          margin-top: 30rem;
       }



       .line{
          width: 100%;
          max-width: 70.5ch;

          border-bottom: 1px solid #161721;
          position: absolute;
          }
          


          
.box {
  background: #F8FAFB;
  
}




       .seedphrase0 {
          text-align: center;
          align-content: center;
          align-self: center;
          justify-items: center;
          justify-self: center;
          place-items: center;
          vertical-align: middle;
          line-height: 100%;
       }

       



.screenshots {
      margin: 0 auto;
      width: min(90%, 70.5rem);
      margin-top: 20rem;
      max-width: 60ch;
      display: flex;
      flex-flow: column;

      

}

      .gallery-wrapper {
      overflow-x: scroll;
overflow-y: hidden;

display: grid;
grid-template-columns: repeat(2, auto);
grid-gap: 0 50px;

padding: 30px 60px;


  text-align: center;  
  
  align-self: center;
  justify-items: center;
  justify-self: center;
  place-items: center;
  vertical-align: middle;
  line-height: 100%;
  background: url(../../images/bg4.svg);
    
     align-content: flex-start;


}


.gallery {
  padding: 20px;

align-content: flex-start;
}


.gallery-wrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
align-content: flex-start;
}

.gallery-wrapper {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
align-content: flex-start;

}







.otherworks {
  margin-top: 10rem;
  padding-bottom: 10rem;
  padding-left:  5rem;
  padding-right: 5rem;
}

a.otherworks-btn {
  display: flex;
  flex-flow: column;
  border-radius: 30px;
  align-items: center;
  
  padding: 5px 5px 5px 5px;
  border: 3px solid #1D1E2C;
font-weight: bold;
  width: 250px;
  text-align: center;
  margin: 0 auto;

 }

 a.otherworks-btn:hover{
  -webkit-text-fill-color:white;
  background-color: #161721;

  }







.footer {
  display: flex;
  flex-flow: column ;
  
  max-width: 75ch;
  margin: 0 auto;

  margin-top: 5rem;
  width: min(90%, 70.5rem);

  text-align: center;
  align-content: center;
  align-self: center;
  justify-items: center;
  justify-self: center;
  place-items: center;
  vertical-align: middle;



  
}

.footer-text { 
  display: flex;
  flex-flow: column;
  margin-top: 10rem;
  z-index: 2;

  text-align: center;
  
}



.myemail {
font-weight: bold;
}

a.button-email {
  display: flex;
  flex-flow: column;
  border-radius: 30px;
  align-items: center;
  padding: 8px 16px 8px 16px;
  border: 3px solid #1D1E2C;
  font-weight: bold;

  width: auto;
  margin-top: 2rem;
  text-align: center;
  align-content: center;
  align-self: center;
  justify-items: center;
  justify-self: center;
  place-items: center;
  vertical-align: middle;

  -webkit-text-fill-color:white;
  background-color: #161721;
  
 }

 a.button-email:hover{
  -webkit-text-fill-color:#161721;
  border: 3px solid #161721;
  background-color: transparent;
}


.bg {
  opacity: 25%;
  margin-top: -45rem;
  margin-right: 0rem;
}




.copyright {
  margin-top: 10rem;
  text-align: center;
  align-content: center;
  align-self: center;
  justify-items: center;
  justify-self: center;
  place-items: center;
  vertical-align: middle;

  z-index: 1;
}


.bg {
  opacity: 25%;
  margin-top: -50rem;
  margin-right: 0rem;
}


.bg2 {
  background: url(../../images/bg2.svg);
  height: 500px;
  background-position: left;
  background-repeat: repeat-y;
  background-size: cover;
}


.bg3 {
  background: url(../../images/bg3.svg);
  height: 500px;
  background-position: left;
  background-repeat: repeat-y;
  background-size: cover;
 
}



.skills {
  margin-top: 5rem;
  width: min(90%, 70.5rem);
  text-align: center;
  margin: 0 auto;
  margin-top: 5rem;
  max-width: 75ch;

}



.huge {
  display: block;
  margin: 0 auto;
  text-align: center;
  
  width: 100%;
  max-width:  70.5ch;
  margin-top: 5rem;
  align-content: center;
  align-self: center;
  justify-items: center;
  justify-self: center;
  place-items: center;
  line-height: 100%;
}


.about-text{
  display: flex;
  flex-flow: column;  
     
  margin: 0 auto;
  width: min(90%, 70.5rem);
  margin-top: 10rem;
  max-width: 70.5ch;
  border-radius: 50px;
  
      

  } 




  #hero-small {
      display:none;
  }



  #hero-medium {
      display:none;
  }



.skills-tag {

 display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "Lato" sans-serif;
  font-weight: 300;

}


.button-skills {
-webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;

  background-color: transparent; 
  padding: 0.35em 1.2em;
  margin: 0 0.5em 0.5em 0;
  border: 3px solid #1D1E2C;
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-size: 16px;


}



.skills-img {
  margin-top: 0rem;
}

.image-resize{
width: 80%;
height: auto;
}


@media all and (max-width: 1367px) {

/*
  h1 {
      font-size: 3.454rem;
  }
  
  
  h1 span {
      display: inline-block;
  }
  
  
  h2 {
      font-size: 2.135rem;
      font-family: 'Open Sans', sans-serif;
      font-weight: 900;
      color: #161721;
  
  }
  
  li span {
      font-size: 2.135rem;
      font-family: 'Open Sans', sans-serif;
      font-weight: 900;
      color: #161721;
  
  }
  
  
  
  h6 { 
      font-size: 9.044rem;
      color: #161721;
  
  }
  
  
  
  h5 { 
      font-size: 9.044rem;
      color: #161721;
  
  }
  
  
  
  p {
      font-size: 1.067rem;
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      color: #161721;
  
  }
  
  li {
      font-size: 1.067rem;
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      color: #161721;
  
  }
  
*/




  #hero-big {
      display:none;
  }


  #hero-small {
      display:none;
  }

  #hero-medium {
      display:flex;
  }




/*
  .texto-principal {
       margin-top: 2rem;       
      flex: 1 1 40%;
      width: 413px;
      padding: 1%;
      max-width: 413px;

   }*/

}

@media all and (max-width: 1024px) {

  .containersection-articles2 .container-articles2 {
    display: none;
  }

  #hero-big {
      display:none;
  }


  #hero-small {
      display:none;
  }

  #hero-medium {
      display:flex;
  }

  

 
.logo {
  margin-left: 1.5rem;
}
  .menu-wrapper {
   display: block;
   width: 100%;
  }

  .nav {
      display: none;
  }

h1 {
  font-size: 3.454rem;
  color: #161721;
}
  h6 {
      font-size: 7.853rem;
  }


  h5 { 
      font-size: 1.6rem;
  
  }


  
  


  .articulos .overview .img-payments{
      
      flex-direction: column;
      text-align: justify;
      display: flex;
      text-align: center;
      align-content: center;
      align-self: center;
      margin: 0 auto;
  }

 
 

.work-bcdc  {
      margin-top: 20%;
              flex: 1 1 auto;
              min-width: 600px;
              padding: 5%;

      }
  

  .work-status  {
              flex: 1 1 auto;
              min-width: 37.5rem;
              padding: 1rem;

      }
    
  

          .work-nike {
                flex: 1 1 auto;
                min-width: 600px;
                padding: 5%;

          }



          .work-skyscanner  {
              flex: 1 1 auto;
              min-width: 600px;
              padding: 5%;


      }


          .work-redeem {
              flex: 1 1 auto;
              min-width: 600px;
              padding: 5%;
              align-self: center;
              margin-bottom: 30%;


          }

          #portfoliopic {
              padding: 2%;
              
          }

          .get-status {
              margin-top: 0rem;
              
          }


/*
.hero {
  margin-top: 10rem;
  
  margin: 0 auto;
  width: min(90%, 80rem);
  margin-bottom: 10rem;


  
} */


          .hero-image {
          
              flex: 1 1 auto;
              padding: 1%;
             
              margin-top: 5rem;

          }
/*
.texto-principal {
  flex: 1 1 auto;
padding: 1%;
max-width: 1000px;
text-align: center;


}*/

.parrafo-principal {
  text-align: center;
  margin-top: 5rem;
  max-width: 1000px;

  font-size: 1.14rem;

      margin: 0 auto;
}


.articulos {
  margin-top: 28rem;
}


}





@media all and (max-width: 768px) {
  
  .responsive3 {
      width: 100px !important;
      height: auto;
  }

  .responsive4 {
      width: 200px !important;
      height: auto;
  }
  

  
  
  
  .section .work .column {
      flex-direction: column;
  }


  .greybox2 {
      display: flex;
      flex-flow: column;
      margin: 0 auto;
      max-width: 35ch;
      margin-top: 50px;
      margin-top: 30rem;

   }



  .skills-img {
      margin-top: 0rem;
  }


  #hero-big {
      display: none;
  }


  #hero-medium {
      display: none;
  }

  #hero-small {
      display:flex;
      min-width: 350px;

  
  }


  .report-big {
      display: none;
  }

  
  .report-small {

      display:flex;
  flex-flow: column;
  border-radius: 2vh;
  align-items: center;
  padding: 1px 1px 1px 1px;
  width: 300px;
  text-align: center;
  align-content: center;
  align-self: center;
  justify-items: center;
  justify-self: center;
  place-items: center;
  vertical-align: middle;
  margin: 0 auto;
}


/*
  h1 {
      font-size: 3rem;
  
  }


  h1 span {
      font-size: 3rem;

  }
*/

  h2 {
      font-size: 2rem;
    
  
  }


  h4 {
      font-size: 5rem;
  }

  .typing-text {
      font-size: 1rem;

    }
 

  p {
      font-size: 1rem;
  }
/*
  h6 {
      font-size: 4.85rem;
  }


  h5 { 
      font-size: 4rem;
  
  }


  li {
      font-size: 0.927rem;
      
  
  }
  

  li span {
      font-size: 1.854rem;
  
  }
*/
  .logo {
      text-align: center;
      align-content: center;
      align-self: center; 
  }

  

  .articulos .overview .img-payments{
      
      flex-direction: column;
      text-align: justify;
      display: flex;
      text-align: center;
      align-content: center;
      align-self: center;
      margin: 0 auto;
  }


  
  
              .hero-image {
              
                  flex: 1 1 auto;
                  padding: 1%;
                  margin-top: 10rem;
                  justify-content:center;
                  text-align: center;
                  align-content: center;
                  align-self: center;
                  justify-items: center;
                  justify-self: center;
                  place-items: center;
                  vertical-align: middle;
              
              
              
              }
 /* 
  .texto-principal {
      flex: 1 1 auto;
  padding: 1%;
  max-width: 744px;
  text-align: center;
  
  }*/
  
  .parrafo-principal {
      text-align: center;
      margin-top: 5rem;
      max-width: 744px;
      margin: 0 auto;

      font-size: 1.14rem;
  
  }

.brands {
  display: none;
}


/*
  .work-title {
      text-align: left;
      width: cover;
      margin: 0 auto; 
  }*/

 

.work-bcdc  {
          margin-top: 20%;
                  flex: 1 1 auto;
                  min-width: 400px;
                  padding: 5%;
  
          }




      .work-status  {
                  flex: 1 1 auto;
                  min-width: 400px;
                  padding: 5%;
  
          }
      
      
          .work-nike {
              flex: 1 1 auto;
              min-width: 400px;
              padding: 5%;

        }



        .work-skyscanner  {
            flex: 1 1 auto;
            min-width: 400px;
            padding: 5%;


    }


        .work-redeem {
            flex: 1 1 auto;
            min-width: 400px;
            padding: 5%;
            align-self: center;
            margin-bottom: 30%;


        }



}
  


@media all and (max-width: 411px){
 
 

 
  .section .work .column {
      flex-direction: column;
  }

  .column img { 
      flex: 1 1 auto;
      max-width: 350px;
  }







  .logo {
      text-align: center;
      align-content: center;
      align-self: center; 
  }

  

  .articulos .overview .img-payments{
      
      flex-direction: column;
      text-align: justify;
      display: flex;
      text-align: center;
      align-content: center;
      align-self: center;
      margin: 0 auto;
  }

  

  .hero-image {
              
      flex: 1 1 auto;
      padding: 1%;
      max-width: 387px;
      margin-top: 5rem;
      
      justify-content:center;
      text-align: center;
      align-content: center;
      align-self: center;
      justify-items: center;
      justify-self: center;
      place-items: center;
      vertical-align: middle;
  }


 


/*
.texto-principal {
flex: 1 1 auto;
padding: 1%;
max-width: 387px;
text-align: center;

}*/

.parrafo-principal {
text-align: center;
margin-top:5rem;
max-width: 387px;

font-size: 1.14rem;

margin: 0 auto;
}

/*
.work-title {
  text-align: left;
  width: cover;
  margin: 0 auto;
  margin-bottom: 5rem;
margin-top: 5rem;

  background: url(../../images/bg5.svg);
  background-color: #161721 ;
  background-size:cover;
  background-repeat:no-repeat;
  

}*/


   .work-bcdc  {
      margin-top: 20%;
              flex: 1 1 auto;
              min-width: 214px;
              padding: 5%;

      }




  .work-status  {
              flex: 1 1 auto;
              min-width: 214px;
              padding: 5%;

      }
  
  
      .work-nike {
          flex: 1 1 auto;
          min-width: 214px;
          padding: 5%;

    }



    .work-skyscanner  {
        flex: 1 1 auto;
        min-width: 214px;
        padding: 5%;


}


    .work-redeem {
        flex: 1 1 auto;
        min-width: 214px;
        padding: 5%;
        align-self: center;
        margin-bottom: 30%;


    }








  .pull-quote {

      border-left: 4px solid #161721; /* Left border with a color of your choice */
      padding: 10px; /* Padding to create space around the quote text */
      font-weight: bold; /* Make the text bold */
      font-style: italic; /* Make the text italic */
      margin: 20px 0; /* Adjust margin as needed */
      /* You can add more styles like font size, font family, etc. */
  }






}
 
@media all and (max-width: 360px) {
  .section .work .column {
      flex-direction: column;
  }

  .column img { 
      flex: 1 1 auto;
      max-width: 300px;
  }
  

  .logo {
      text-align: center;
      align-content: center;
      align-self: center; 
  }

  

  .articulos .overview .img-payments{
      
      flex-direction: column;
      text-align: justify;
      display: flex;
      text-align: center;
      align-content: center;
      align-self: center;
      margin: 0 auto;
  }

 
  .hero-image {
              
      flex: 1 1 auto;
      padding: 1%;
      max-width: 336px;
      margin-top: 5rem;
  }
/*
.texto-principal {
flex: 1 1 auto;
padding: 1%;
max-width: 336px;
text-align: center;

}*/

.parrafo-principal {
text-align: center;
margin-top:5rem;
max-width: 336px;


margin: 0 auto;
}


.work-bcdc  {
  margin-top: 20%;
          flex: 1 1 auto;
          min-width: 188px;
          padding: 5%;

  }


.work-status  {
          flex: 1 1 auto;
          min-width: 188px;
          padding: 5%;

  }


  .work-nike {
      flex: 1 1 auto;
      min-width: 188px;
      padding: 5%;

}



.work-skyscanner  {
    flex: 1 1 auto;
    min-width: 188px;
    padding: 5%;


}


.work-redeem {
    flex: 1 1 auto;
    min-width: 188px;
    padding: 5%;
    align-self: center;
    margin-bottom: 30%;


}

}




.skyscanner1 {
  
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width:  150ch;
  margin-top: 5rem;
  align-content: center;
  align-self: center;
  justify-items: center;
  justify-self: center;
  place-items: center;
  line-height: 100%;

}



.fly {
  
  display: flex;
  flex-direction: column;

  text-align: center;
  margin-top: 1em;
  height: 100vh;
  background-image: url(../../images/fly.webp); 
  
  align-self: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  justify-content: center;
}



.icons {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 10rem;
}
.dribbble {
  width: 100px;
}



mark {
  margin: 0;
  padding: 0em 0em;
  border-radius: 0.8em 0.3em;
  background: transparent;
  background-image: linear-gradient(
    to right,
    rgba(255, 209, 117, 0.1),
    rgba(255, 209, 117, 0.8) 4%,
    rgba(255, 209, 117, 0.3)
  );
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

#imgrounded {
    border-radius: 2vh;
}

#imgrounded2 {
  border-radius: 4vh;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeInLeft {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInLeft {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  } 


  @keyframes bugfix {
      from {
        padding: 0;
      }
      to {
        padding: 0;
      }
    }
    @-webkit-keyframes bugfix {
      from {
        padding: 0;
      }
      to {
        padding: 0;
      }
    }
    #overlay-button {
          position:absolute;
      right: 1.5rem;
      top: 1.5rem;
      padding: 26px 11px;
      z-index: 999;
      cursor: pointer;
      user-select: none;
      margin-top: -1rem;
    }
    #overlay-button span {
      height: 4px;
      width: 35px;
      border-radius: 2px;
      background-color: white;
      position: relative;
      display: block;
      transition: all 0.2s ease-in-out;
    }
    #overlay-button span:before {
      top: -10px;
      visibility: visible;
    }
    #overlay-button span:after {
      top: 10px;
    }
    #overlay-button span:before, #overlay-button span:after {
      height: 4px;
      width: 35px;
      border-radius: 2px;
      background-color: white; 
      position: absolute;
      content: "";
      transition: all 0.2s ease-in-out;
    }
    #overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
      background: white;
    }
    
    input[type=checkbox] {
      display: none;
    }
    
    input[type=checkbox]:checked ~ #overlay {
      visibility: visible;
    }
    
    input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
      background: transparent;
    }
    input[type=checkbox]:checked ~ #overlay-button span:before {
      transform: rotate(45deg) translate(7px, 7px);
      opacity: 1;
    }
    input[type=checkbox]:checked ~ #overlay-button span:after {
      transform: rotate(-45deg) translate(7px, -7px);
    }
    
    #overlay {
      height: 100vh;
width: 100%;
background: black;
opacity: 0.98;
z-index: 2;
visibility: hidden;
position: fixed;
top: 0;
left: 0;
transition: visibility 0s linear 0.3s, opacity 0.3s ease;
display: flex; 
align-items: center; 
    }

    #overlay.active {
      visibility: visible;
    }
    #overlay ul {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center;
      padding-left: 0;
      list-style-type: none;
    }
    #overlay ul li {
      padding: 0em;
    }
    #overlay ul li a {
      color: white;
      text-decoration: none;
      
    }
    #overlay ul li a:hover {
          filter:invert(60%)
    }


  
.blockbackgroundmargin {
  margin-left: 10%;
  margin-right: 10%;

}    
.blockbackground {
  background-color: #161721;
  width: fit-content;
  margin: 0;
    border-radius: 16px;
  }

.mydesignapproach{
  display: flex;
  flex-flow: column;
  
  margin: 0 auto;
  width: min(90%, 70.5rem);
  margin-top: 3em;
  padding: 32px;

} 




.responsive {
  width: 75%;
  height: auto;
}

.responsive2 {
  width: 40%;
  height: auto;
}

.responsive3 {
  width: 100%;
  height: auto;
}




.grid {
  text-align: center;
  width: 95vw;
  margin-left: 2rem;
  margin-right: 2rem;
  
}


/* Step 3: how big should the gap be between grid items? remember that the total gap between two items would be double what you set here since both would have that amount set as their individual padding. Also add box-sizing:border-box to make sure the padding doesn't affect the total widh of the item */


.grid-item {
  display: block;
  padding: 0.3rem;
  box-sizing: border-box;
  max-width: 12.5rem;
}

.grid-item--width2 {
  display: block;
  padding: 0.3rem;
  box-sizing: border-box;
  min-width: 25rem;
}

/*
.grid-item {
  padding: 5px;
  box-sizing: border-box;
    display: inline;
    max-width: 200px;
  }

.grid-item--width2 { 
  
  padding: 5px;
  box-sizing: border-box;
    display: inline;
    min-width: 600px; 
  }


  .grid-item3 {
      padding: 0;
      box-sizing: border-box;
        display: inline;
        max-width: 600px;
      }
*/

/* Step 4: Add media queries (subjective) to make the whole grid resposive. */

@media (min-width: 500px) {
  .grid-item {
    width: 50%;
  }
  .grid-item--width2 {
      width: 100%;
  }
}

@media (min-width: 1000px) {
  .grid-item {
    width: 33.333%;
  }
  .grid-item--width2 {
      width: 100%;
  }
}

@media (min-width: 1700px) {
  .grid-item {
    width: 25%;
  }
}

@media (min-width: 2100px) {
  .grid-item {
    width: 20%;
  }
  .grid-item--width2 {
      width: 100%;
  }
}







/*carousel*/

/* Animation */
@keyframes scroll {
0% { transform: translateX(0); }
100% { transform: translateX(calc(-200px * 7))}
}


/*  Styling  */
#logos-home-page .slider {
  margin: auto;
  overflow: hidden;
  position:relative;
  width: 100%;
  min-height: 300;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 75%;
}





#logos-home-page .slider:before,#logos-home-page .slider:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 2;
  pointer-events: none;  
}

#logos-home-page .slider:after {
  left: 0;
  right: calc(75% + 10px);
  background: linear-gradient(to left, transparent, #FCFCFC);
    }

#logos-home-page .slider:before {
 
  right: 0;
  left: calc(75% + 10px);
  background: linear-gradient(to right, transparent, #FCFCFC);
    }

#logos-home-page .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(200px * 13);
}

  
#logos-home-page div.slide {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slide img {
  filter: hue-rotate(180deg); /* Change the color using CSS filter */
}



/*
@media only screen and (max-width: 1280px) {
  #logos-home-page .slider,
  #logos-home-page .slider:before,
  #logos-home-page .slider:after,
  #logos-home-page .slide-track,
  #logos-home-page div.slide {
    display: none !important;
  }
}
*/


.grida {
  display: grid;
  gap: 1rem;
  justify-content: center;
}

.itema {
  padding: 2rem;
  text-align: center;
  color: white;
  background-color: #1D1E2C; 
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s, border 0.3s;
  height: 320px; 
  border-radius: 1rem;
}

.itema:hover {
  transform: scale(1.1);
  border: 1px solid white;
}

.itema img {
  margin: 0 auto; /* Center the images horizontally */
  display: block;
}

.titlea {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
}

@media (min-width: 768px) {
  .grida {
      grid-template-columns: 1fr 1fr 1fr;
      margin: 0 3rem; /* Add margin for larger screens */
  }
}

/*
img[alt="Image1"],
img[alt="Image2"],
img[alt="Image3"],
img[alt="Image4"] {
border-radius: 1rem;
} */







/*gallery*/

.gallery-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1rem;
}

.img-box {
  position: relative;
  width: 26.609rem;
  height: 15.965rem;
  margin: 1rem;
  overflow: hidden;
  border-radius: 2vh;
}

.img-box:hover img {
  transform: scale(1.1);
}

.img-box:hover .transparent-box {
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s ease;
}

.transparent-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.caption {
  position: absolute;
  top: 8%;
  left: 8%;
  color: white;
  margin-right: 2rem;
}

.caption p:first-child {
  font-weight: 300;
  margin-bottom: 0.5rem;
}

.caption p:last-child {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 0;
}

.img-box:hover  {
  transform: translateY(-20px);
  opacity: 1;
}

.img-box:hover {
  cursor: pointer;
}





/*mouse scroll down*/




*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }


.mouse_scroll {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 100px;
    margin-bottom: 5rem;
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid lightgrey;
  border-bottom: 2px solid lightgrey;
  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}


.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .3s;
  animation-direction: alternate;
  
  
  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid lightgrey;
  top: 1700px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: lightgrey;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid lightgrey;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}






.backgroundimage{
  display: flex;
  justify-content: center;
  align-items: center;
 
  width: 60px;
  height:60px;
  background-image: url(../../images/profile4.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;

  
}







.containersection {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}





.container {
position: relative;
z-index: 1;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
  margin-bottom: 6.5rem;
}

.container .card {
position: relative;
width: auto;
height: 520px;
margin: 20px;
border-radius: 16px;
display: flex;
  justify-content: center;
  align-items: center;
}




.container .card .content {
position: relative;
display: flex;
flex-direction: column;
transition: 0.5s;
  
}

.container .card:hover .content {
transform: translateY(-20px);
  border-radius: 16px;
}






.container .card .content .imgBx {
position: relative;
width: 300px;
height: 300px;
overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.container .card .content .imgBx img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}

.container .card .content .contentBx h3 {

font-weight: 500;
font-size: 18px;
text-align: left;
 
}

.container .card .content .contentBx h3 span {
font-size: 12px;
font-weight: 300;
text-transform: initial;
  text-align: left;
 
}


.contentBx {
  margin: 32px;
}

.container .card .sci {
position: absolute;
bottom: 50px;
display: flex;
}

.container .card .sci li {
list-style: none;
margin: 0 10px;
transform: translateY(40px);
transition: 0.5s;
opacity: 0;
}

.container .card:hover .sci li {
transform: translateY(0px);
opacity: 1;
}

.container .card .sci li a {
color: #fff;
font-size: 20px;
}

.card1 {
  background-color: black; 
}

.card2 {
  background-color: white; 
}







/*Articles*/




.containersection-articles {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}

.containersection-articles2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  }



.container-articles {
position: relative;
z-index: 1;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
  margin-bottom: 2rem;
}


.container-articles2 {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
    margin-bottom: 2rem;
  }


.container-articles .card-articles {
position: relative;
width: 300px;
height: 250px;
margin: 20px;
display: flex;
  justify-content: left;
  align-items: left;
  box-shadow: 10px 10px 1px rgba(0, 0, 0, 1); 
border-radius: 16px;
  background-color: #f9f9f9;
}




.container-articles .card-articles .content-articles {
position: relative;
display: flex;
flex-direction: column;
transition: 0.5s;
  
}

.container-articles .card-articles:hover .content-articles {
transform: translateY(-20px);
  border-radius: 16px;
}


.imgBx-articles {
  border-radius: 16px;
}



.container-articles .card-articles .content-articles .imgBx-articles {
position: relative;
width: 300px;
height: 150px;
overflow: hidden;
}

.container-articles .card-articles .content-articles .imgBx-articles img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}

.container-articles .card-articles .content-articles .contentBx-articles h3 {
color: #fff;
font-weight: 500;
font-size: 16px;
text-align: center;
 
}

.container-articles .card-articles .content-articles .contentBx-articles h3 span {
font-size: 12px;
font-weight: 300;
text-transform: initial;
  text-align: left;
 
}


.contentBx-articles {
  margin-top: 1rem;
  text-transform: capitalize;
  margin: 32px;

}

.container-articles .card-articles .sci {
position: absolute;
display: flex;
}

.container-articles .card-articles .sci li {
list-style: none;
margin: 0 10px;
transform: translateY(40px);
transition: 0.5s;
opacity: 0;
}

.container-articles .card-articles:hover .sci li {
transform: translateY(0px);
opacity: 1;
}

.container-articles .card-articles .sci li a {
color: #fff;
font-size: 20px;
}




/*
.card-article1 {
  background-color: #69ECCA; 
} */



.material-symbols-rounded {
font-variation-settings:
'FILL' 0,
'wght' 400,
'GRAD' 0,
'opsz' 24
}



.icon-container {
  display: flex;
  align-items: center; 
  margin-left: 32px;
  margin-right: 32px;
  margin-top: 8px;
  margin-bottom: 8px;
}


.material-symbols-rounded {
  
  line-height: initial; 
}


.titlecontainer {
  display:flex; 
  flex-direction: column; 
  align-items: center;
 margin-left: 2rem;
 margin-right: 2rem;
 margin-top: 20vh; 
 margin-bottom: 15vh; 
 text-align: center;
 font-size: 1vw;        
}


.fancycontainer {
  font-family: sans-serif;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}

@keyframes textShine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}


.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}





/* Work */
.newcontainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.newcontainer .divcontainer {
  display: flex;
  align-items: flex-start;
  gap: 1rem;            /* 16px */
  padding: 0 2rem 6.5rem;      /* 32px */
  width: 100%;
}

.newcontainer .newarticle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;            /* 16px */
  flex: 1;
}

.newcontainer .rectangle {
  width: 100%;
  height: 520px;        /* 520px */
  object-fit: contain;
    aspect-ratio: 16/9;   /* or whatever your design needs */
      background-color: black;



       mask-image: linear-gradient(to bottom, 
        black 0%,      /* Fully visible from the top */
        black 80%,     /* Fully visible up to 80% of the height */
        transparent 100% /* Fully transparent at the bottom */
    );
    /* For broader browser support, especially older ones */
    -webkit-mask-image: linear-gradient(to bottom, 
        black 0%, 
        black 80%, 
        transparent 100%
    );


    }


.newcontainer .divcontainer2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;         /* 4px */
  width: 100%;
}

.newcontainer .text-wrapper {
  text-align: left;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #bfbfbf;
  font-size: 1;    /* desktop/tablet */
  line-height: 120%;
    font-optical-sizing: auto;
  font-style: normal;
}

.newcontainer .text-wrapper-2 {
  text-align: left;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: white;
  font-size: 2rem;      /* desktop/tablet */
  line-height: 120%;
 font-optical-sizing: auto;
  font-style: normal;
}

.newcontainer .text-wrapper,
.newcontainer .text-wrapper-2 {
  text-align: left !important;
  margin: 0;
  display: block;
}

/* 📱 Tablet & Mobile breakpoint */
@media (max-width: 1024px) {
  .newcontainer .divcontainer {
    flex-direction: column;  /* stack instead of row */
    gap: 3rem;               /* extra spacing between articles */
    padding: 0 1rem;         /* reduce padding on smaller screens */
  }

  .gapbetween {
    padding-bottom: 3rem;
  }

.newcontainer .rectangle {
  width: 100%;
  aspect-ratio: 16/9;   /* or whatever your design needs */
  object-fit:contain;
}

  /* font size adjustments for mobile */
  .newcontainer .text-wrapper {
    font-size: 0.875rem;     /* 14px */
  }

  .newcontainer .text-wrapper-2 {
    font-size: 1.25rem;      /* 20px */
  }
}



/* Horizontal scroll */
.newslider {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0px 0px 0px 32px;
    position: relative;
    overflow-x: auto;
    flex-wrap: nowrap;
    cursor: grab;
    user-select: none;
}.newslider.active {
    cursor: grabbing;
}.newslider .slideritem {
    display: flex;
    flex-direction: column;
    width: 680px;
    align-items: flex-start;
    gap: 16px;
    position: relative;
}.newslider .rectangle2 {

   

    width: 100%;
  height: 520px;        /* 520px */
  object-fit: cover;
    aspect-ratio: 16/9;   /* or whatever your design needs */

}



.newslider .rectangle-wrapper {
    display: flex;
    flex-direction: column;
    width: 680px;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    margin-right: -664.00px;
}


.navbarcontainer {
  align-items: center;
}


.gradient-text {
    /* Step 1: Create the gradient background */
    background: linear-gradient(to bottom, white, #BFBFBF, rgba(0, 0, 0, 0.184)); /* Example Blue Gradient */
    
    /* Step 2: Clip the background to the shape of the text */
    -webkit-background-clip: text;
    background-clip: text;
    
    /* Step 3: Make the text color transparent to see the background through it */
    -webkit-text-fill-color: transparent;
    color: transparent; /* Standard property for non-webkit browsers */
}


.gradient-text2 {
    /* Step 1: Create the gradient background */
    background: linear-gradient(to bottom, white, #BFBFBF 60%, #656769); /* Example Blue Gradient */
    
    /* Step 2: Clip the background to the shape of the text */
    -webkit-background-clip: text;
    background-clip: text;
    
    /* Step 3: Make the text color transparent to see the background through it */
    -webkit-text-fill-color: transparent;
    color: transparent; /* Standard property for non-webkit browsers */
}



.glow-text {
    /* Set the base color to a light shade or white for the glow to stand out */
    color: #FFFFFF; 
    
    /* Multiple text-shadow layers create the glow. The first few are tight, the last is blurred and spread out. */
    text-shadow: 
        0 0 1.5px #BFBFBF,     /* Tight, subtle glow */
        0 0 3px #BFBFBF,    /* Medium glow */
        0 0 7.5px #808080;    /* Wide, soft glow */
}

.glow-text-big {
    /* Set the base color to a light shade or white for the glow to stand out */
    color: #FFFFFF; 
    
    /* Multiple text-shadow layers create the glow. The first few are tight, the last is blurred and spread out. */
    text-shadow: 
        0 0 5px #BFBFBF,     /* Tight, subtle glow */
        0 0 10px #BFBFBF,    /* Medium glow */
        0 0 20px #808080;    /* Wide, soft glow */
}


/*Tags*/
.frame {
    display: inline-flex;
    gap: 6px;
    width: 100%;
    align-items: center;
    position: relative;
    margin-top: 0.5rem;
}

.frame .tag-verified-small {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2px;
    padding: 2px 6px 2px 6px;
    position: relative;
    flex: 0 0 auto;
    background-color: #191919;
    border-radius: 8px;
}

.frame .verified-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    position: relative;
    flex: 0 0 auto;
}

.frame .verified {
    display: flex;
    justify-content: center;
    width: fit-content;
    font-family: "Inter-Medium", Helvetica;
    font-weight: 500;
    color:#BFBFBF;
    font-size: 0.75rem;
    line-height: 150%;
    white-space: nowrap;
    align-items: center;
    position: relative;
}
