@font-face {
    font-family: 'Trench'; 
    src: url(fonts/TrenchThin-16R0.otf) format('opentype'); 
  
  }
  
@font-face {
    font-family: 'Nexa'; 
    src: url(fonts/Nexa-ExtraLight.ttf) format('truetype'); 
  
  }

@font-face {
    font-family: 'Nexa Heavy'; 
    src: url(fonts/Nexa-Heavy.ttf) format('truetype'); 
  
  }
  

@font-face {
    font-family: 'STERION'; 
    src: url(fonts/Sterion-BLLld.ttf) format('truetype'); 
  
  }
  

  
*,
*::before ,
*::after {
    box-sizing: border-box;
    
  }

html {
    scroll-behavior:smooth;
  }

body {
    margin: 80px 0 0 0;
    background-color: black;

}

  
.test_p {
    border: 1px red solid;
    display: flex;
    flex-direction: column;
    color: white;
    font-family: "Oswald", sans-serif;
    z-index: 100;
}




.hero {
    height: 100vh;
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
    }


.container-content {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 300px;
    }

.container-img {
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: end;
}


      
.hero .image-hero {
    width: 100%;  
    filter: contrast(5) blur(4px) brightness(0); 
    animation: unblur 3s forwards ease-in-out;
    }
      
.hero .image-hero img {
    width: 100%;
    }

.header-title {
    margin: 0 0 1rem 0;
    padding: 4px;
    font-size: 6rem; 
    font-family: 'Nexa', sans-serif;
    font-weight: 500;
    letter-spacing: -3px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(to right, #f3f3f3, #00f7f7, #00f7f7, #f3f3f3);
    color: #000;
    background-size: 200% auto;
    background-clip: text;
    background-position: 100% center;
    transform: scaleX(0.8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    z-index: 1;
    filter: drop-shadow(0 0 0rem #00f7f7);
    animation: filterglowoff 4s ease-out infinite alternate-reverse, animatedText 6s infinite alternate-reverse;
    }

@keyframes filterglow {
    from {
        filter: drop-shadow(0 0 0rem #00f7f7);
    }
    to {
        filter: drop-shadow(0 0 0.75rem #00f7f7);
       }
}

@keyframes filterglowoff {
    from {
        filter: drop-shadow(0 0 0.75rem #00f7f7);
    }
    to {
        filter: drop-shadow(0 0 0rem #00f7f7);
       }
}



@keyframes animatedText {
    to {
        background-position: 200% center;
       }
      
    }
      

@keyframes unblur {
    from {
        
        filter:  contrast(3) blur(5px) brightness(0); 
        }
    to {
        
        filter:  contrast(1.2) blur(0) brightness(1); 
            
        }
        
        
    }
.search-container {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    
}  

/* .search-bar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 70px;
    gap: 1em;
    }        */

.bar_icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 55%;
    }  


.suggestions {
    position: absolute;
    top: calc(100%); 
    left: 2%;
    right: 0;
    width: 48%;
    background: rgb(0, 0, 0);
    border: 1px solid #ffffff;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    z-index: 1;

    
    }


.suggestions a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    padding: 10px;
    margin: 0;
    color: rgb(255, 255, 255);
    font-family: "Oswald", sans-serif;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.1s ease, filter 0.1s ease;
    }
    
.suggestions a:hover, .suggestions a.highlight {
    background-color: #0ff;
    filter: drop-shadow(0px 0px 0.3rem #0ff);
    color: #000;
    }

    .suggestions a img {
        opacity: 1;
        transition: opacity 0.1s 40ms ease-in;
    }
    
    .suggestions a:hover img {
        opacity: 0;
        transition: opacity 0.1s ; 
    }

.suggestions a:active {
    background-color: #ec1dff;
    filter: drop-shadow(0px 0px 0.3rem #ec1dff);
    color: #ffffff;
        }




.hero_content {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    width: fit-content;
    color: white;
    font-family: 'Nexa', sans-serif;
    z-index: 3;
    font-size: 1.2rem;
    }    

.hero-text {
    width: 100%;
    transform: scaleX(0.85) translateX(-60px); 
    font-family: 'Nexa', sans-serif;
    margin-bottom: 0.5rem;
    
        
    }



.concept { 
    position: relative;
    background-color: #000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 48.69vh;
}

.concept svg {
    fill: #ec1dff;      
}

.svg1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-width: 99%;
    min-height: 99%;
    z-index: 2;
    filter: drop-shadow(0 0 0.5rem #0ff);
}



.svg2 {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.svg1 svg {
    width: 100%;
}

.svg2 {
    width: 100%;
}


.concept_button {
    background-color: white;
    color: black;
    font-family: 'Abel', sans-serif;
    text-decoration: none;
    padding: 0.7rem 4rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    transform: skew(-21deg);
    display: inline-block;
    position: relative;
    left: -10%;
    overflow: hidden;
    opacity: 0;
    transition: left 0.8s ease, opacity 0.4s ease, filter .4s ease, top .4s ease;
}

.concept_button span {
    display: inline-block;
    transform: skew(21deg); 
    position: relative;
    z-index: 1;
}

.concept_button:hover {
    color: white;
    filter: drop-shadow(0 0 0.75rem rgba(255, 0, 191, 0.3));
}

.concept_button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%; 
    width: 100%;
    height: 100%;
    background-color: #ec1dff;
    transition: left 0.5s ease-out, opacity 0.4s ease, filter .4s ease, top .4s ease; 
    z-index: 0; 
    opacity: 0;
}



.concept_button:hover::before {
    left: 0; 
    opacity: 1;
}

.concept_button.visible {
    opacity: 1;
    left: 0%;
}

.concept-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    position: relative;
    z-index: 99;
    width: 50%;
}

.concept-content p {
    opacity: 0;
    margin-bottom: 2rem;
    font-family:'Abel', sans-serif;
    filter: drop-shadow(0px 0px 0px #000000);
    transition: all 0.8s ease;

}


.concept-content p.visible {
    opacity: 1;

}

.concept-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 150px 150px 0 150px;
    gap: 2rem;
}



.concept_logo {
    width: 20%;
    min-width: 20%;
    opacity: 0;
    margin-bottom: 20px;
    margin-right: 40rem;
    align-self: flex-start;
    filter: invert(1) drop-shadow(-2px 0px 0px #ec1dff69) drop-shadow(2px 0px 0px #30ff1d6c);
    transition: all 0.8s ease;
    


}

.concept_logo.visible {
    opacity: 1;
    margin-right: 43rem;
  }



.concept_image {
    width: 18%;
    height: 100%;
    position: relative;
    z-index: 99;
    margin-bottom: 170px;
}

.concept_image img {
    width: 100%;
    filter: drop-shadow(var(--shadow-x) var(--shadow-y) 0px #c300ffdc) drop-shadow(var(--shadow-x) var(--shadow-y) #09ff00bb);
}



.products {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    position: relative;
    z-index: 0;
}


.line-text {
    padding: 0 10px;
    color: #ffffff; 
      }

.bottom-title {
    margin-top: 50px;
    text-align: center;
    font-size: 5rem;
}
.bottom-title::before {
    content: '';
    border-top: 2px solid #ffffff; 
    }
      
.bottom-title::after {
    content: '';
    border-top: 2px solid #ffffff; 
      }

.bottom_hero-text {
    color: white;
    transform: scaleX(0.85); 
    font-family: 'Nexa', sans-serif;
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.products_background {
    background-image: url(details/detail_images/background.svg);
    background-repeat: repeat;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0px 0px 40px 25px rgba(0,0,0,1);
    -moz-box-shadow: inset 0px 0px 40px 25px rgba(0,0,0,1);
    box-shadow: inset 0px 0px 40px 25px rgba(0,0,0,1);
    filter: brightness(0.2);

}

.wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
    gap: 4rem;
}

.wrapper > * {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: white 2px solid;
    margin-top: 10px;
    margin-left: 80px;
    margin-right: 80px;
    transition: border 0.1s ease-in-out;
    position: relative;
    background-color: black;
    background-size: 200%;

}

.grid-item {
  display: flex; 
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  overflow: hidden;
  height: 50vh;
  position: relative;
}

.wrapper > *:hover {
    border: #0ff 2px solid;
}

.wrapper > *:active {
    border: #ec1dff 2px solid;
}

.grid-item:hover p {
    color: black;
    background-color: #0ff;
    filter: drop-shadow(0px 0px 0.25rem #0ff);
}



.grid-item:active p {
    color: white;
    background-color: #ec1dff;
    filter: drop-shadow(0px 0px 0.25rem #ec1dff);
}

.grid-item:hover .catalog_item {
    transform: scale(1.1);
}

.products-container {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.game_display_container {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: auto;

}

.game_display {
    width: 120px;
    
}

.catalog_item {
    width: 70%;
    min-width: 250px;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease-in-out, filter 0.2s ease-in-out;
}


.grid-item p {
    margin: 0;
    width: 100%;
    padding: 12px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: black;
    transition: background-color 0.1s, color 0.1s, filter 0.1s;
}

.bike_name {
    font-size: 1.2rem;
}

.price {
    font-family: 'Nexa', sans-serif;
    font-size: 1.1rem;

}

@media screen and (min-width: 1001px) {
    .wrapper {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(1, 50vh);
    }
}


@media screen and (max-width: 1215px) {
    .wrapper {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 50vh);
    }
    .catalog_item {
        width: 50%;
    }
}

@media (max-width: 1710px) {

    .concept_image {
        display: none;
    }

    .svg_front {
        display: none;
    }

    .svg_back {
        display: none;
    }

    .svg1 {
        background-color: #00f7f7;
    }

    .svg2 {
        background-color: #ec1dff;
    }

    .concept-content {
        display: flex;
        flex-direction: column; 
        align-items: center;
        justify-content: center;
        background-color: #00f7f7;
        width: 100%;
        margin-bottom: 50px;
    }

    .concept_logo {
        width: 10%;
        min-width: 10%;
        align-self: center;
        margin-right: 0;
    }
    .concept_logo.visible {
        min-width: 10%;
        align-self: center;
        margin-right: 0;
    }
    .products_background {
        background-size: 30%;
    }
}

@media (max-width: 1040px) {
    .header-title {
      font-size: 4rem;
    }
    .hero-text {
        font-size: 1rem;
        width: 100%;
        height: 50%;
    }

    .concept-content p {
        font-size: 0.8rem;
    }

    .concept-content p.visible {
        font-size: 0.8rem;
    }

    .concept_logo {
        width: 20%;
        min-width: 20%;
    }
    .mention_modal-content {
        top: 0px;
    }
  }