@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.cdnfonts.com/css/gagalin');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@600&family=Orbitron&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ABeeZee&display=swap');

html{
    scroll-behavior: smooth;
    width: 100%;
    margin: auto;
    height: 100%;
}

*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: 0;
    border: 0;
    list-style: none;

}

:root{
 --color-primary-blue: #1e4dd8;
 --color-btn-orange: #f46036;
 --color-underline-text-yellow: #fffc31;
 --color-forms-black:  #0f110c; 
 --color-green: #00a878;
 --color-hover: #ffffff;
 /* font-family: Roboto */
 /* font-family: Space Mono */
 /* font-family: Open Sans */
 /* font-family: Sofia Pro*/
 /* font-family: Calibre */
 /* font-family: Formular Mono */
 --container-width-lg:80%;
 --container-width-md:92%;

 
 
}

body{
    background-color: #dddada;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0;  
    padding: 0;
    height: 100vh;
    /* width: var(--container-width-lg) ; */
    position: relative;
    height:100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.container {
    width: 80%;
    margin: 0 auto;

}
::-webkit-scrollbar{
    width: 7px;
    height: 100%;
    overflow: hidden;
}
::-webkit-scrollbar-button{
    display: none;
}
::-webkit-scrollbar-track{
    background-color: #504f4f;
    border-radius: 5px;

}

    ::-webkit-scrollbar-thumb{
    background-color: #adaaaa;
    border-radius: 5px;
    }




a{
    color: rgb(255, 255, 255);
    overflow: hidden;

}
a:hover{
    color:var(--color-hover); 
    transition: all 400ms ease;
}
a,img{
    cursor:pointer;
}

nav{
    background: rgba(16, 16, 16, 0.762);
    width:100%;
    height: 10rem;
    position: relative;
    top: 0;
    padding: 30px auto;
    left: 0;
}

.navbar1{
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: bold;
    justify-content: center;

}
.navtext {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    top: 0.7rem;
}

#ltxt{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35.4%;

}
.nav-manu{
    display: flex;
    gap: 8rem;
}
 .a{
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #ffffffe6;
    font-family: 'Orbitron', sans-serif;

 }
.a:hover{
    color: #d3d2d2c9;
    transition: 100ms;
}
#rtxt{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;

}

.imagenav{
    position: relative;
    display: grid;
    justify-content: center;
    width: 32%;
    align-items: center;
} 
.imagenav img{
    width: 110px;
    height: 110px;
    justify-self: center;
}
.imgg{
    position: relative;
    display: flex;
    justify-content: center;

}
.moto{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0.4rem;
    cursor: pointer;
}
.moto txt{
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #ffffffc9;
    font-style: italic;
font-family: 'Orbitron', sans-serif;
}

.square1 {
    width: 140px;
    height: 140px;
    background: #dddada;
    position: absolute;
    transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
left:-5rem;
margin-top: -4.68rem;
 }
 .square2 {
    width: 140px;
    height: 140px;
    background: #dddada;
    position: absolute;
    transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
right:-5rem;
margin-top: -4.68rem;
 }

#motowords{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 13rem;
    width: 80%;
    margin: 0 auto;
}
.base{
    position: relative;
    display: flex;
    text-align: center;
    align-self: center;
    justify-content: center;
    font-family: 'ABeeZee', sans-serif;
    width: 50%;
    font-size: 20px;
}

.moto1{
    position: absolute;
    display: flex;
    left: -6rem;
}
.moto2{
    position: absolute;
    display: flex;
    right: -6rem;
}

.gallery {
    position: relative;
    margin-top: 29rem;
    box-shadow: 10px 10px 156px 39px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 10px 156px 39px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 156px 39px rgba(0,0,0,0.75);
z-index: 1;
  }
  
  .gallery-cell {
    width: 66%;
    height: 500px;
    margin-right: 10px;
  }
.gallery-cell img{
    width: 100%;
    height: 500px;
}
#homeinfo{
    margin: 0 auto;
    width: 80%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20rem;
    height: 40rem;
}

#homeinfo h3{
    font-size: 2rem;
    font-weight: bold;
    padding: 20px;
}
.inf{
    position: absolute;
    width: 50%;
    font-size: 1.3rem;
    font-family: 'ABeeZee', sans-serif;
    letter-spacing: 2px;
    line-height: 27px;
    text-align: justify;
    text-shadow: -2px 2px 19px rgba(192,174,174,1);
    font-weight: 300;
}
.shape{
    border-radius: 50%;
    background-color: #fcfbfc;
    box-shadow: 1px 1px 86px 9px rgba(233, 185, 185, 0.75);
-webkit-box-shadow: 1px 1px 86px 9px rgba(233, 185, 185, 0.75);
-moz-box-shadow: 1px 1px 86px 9px rgba(233, 185, 185, 0.75);
width: 180px;
height: 180px;
display: flex;
justify-content: center;
align-items: center;
}
.world{
    position: absolute;
    top: 1rem;
    left: 1rem;
}
.world img{
    width: 140px;
    height: 120px;
}
.log{
 position: absolute;
 right: 1rem;
 top: 1rem;
}
.log img{
    width: 160px;
    height: 140px;
}
.mt{
 position: absolute;
 bottom: 1rem;
 right: 1rem;
}
.mt img{
    width: 160px;
    height: 140px;
}
.equipment{
 position: absolute;
 bottom: 1rem;
 left: 1rem;
}
.equipment img{
    width: 160px;
    height: 140px;
}
.bigwonder{
    position: relative;
    display: flex;
    align-items: center;
    height: 30vh;
    margin-top: 10rem;
    width: 230%;
    overflow: hidden;
    background-color: #0f110c;
    gap: 10vw;
}
.cop{
    width: 100%;
    font-size: 12rem;
    font-weight: bolder;
    text-transform: uppercase;
    -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: white;
  animation: bigwonder 3s linear infinite;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes bigwonder{
    from{
        transform: translateX(-93%);
    }
      to{
        transform: translateX(16%);
      }
  }
 
#shop{
    background-color: #0f110c;
    width: 100%;
    height: 100rem;
    position: relative;
    display: flex;

}
.cards{
    position: relative;
    display: grid;
    justify-content: center;
    align-items: center;
    margin-top: 5vh;
    overflow: hidden;
}
.row1{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15vw ;
}
.row2{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15vw ;
    top: -5vh;
}

.card{
    max-width: 400px;
    background-color: transparent;
    border-radius: 8px;
    overflow: visible;
    border: 1px solid white;
    position: relative;
}


.card img {
    width: 100%;
    height: auto;
}
.m1 img{
    width: 550px;
  position: relative;
  display: flex;
  left: -6vw;
}
.m2 img{
    width: 510px;
    position: relative;
    display: flex;
    left: -4vw;
    top: -4vh;
}
.m3 img{
    
        width: 550px;
        position: relative;
        display: flex;
        left: -6vw;
        top: -3vh;
}
.m4 img{
    
    width: 670px;
    height: 370px;
    position: relative;
    display: flex;
    left: -10vw;
    top: -5vh;
}
.card-content {
    padding: 20px;
}

.card-title {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #ffffff;
}

.card-description {
    color: #adaaaa;
    margin-bottom: 15px;
}

.card-details {
    color: #adaaaa;
    margin-bottom: 15px;
}

.card-price {
    font-size: 1.2em;
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-bottom: 15px;
}

.contact-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  z-index: 0;
  background: transparent;
  overflow: hidden;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.contact-button:hover{
    color: #000000;

}
.contact-button:hover:after {
    height: 100%;
  }
.contact-button:after {
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background: #ffffff;
  }
   #socials{
    position: relative;
    align-items: center;
    display: grid;
    justify-content: center;
    margin: auto;
    overflow: hidden;
    height: 30rem;
    width: 100%;
    background-color: #0f110c;
  }
  .social-icons{
    display: grid;
    grid-template-columns: 0.5fr 0.5fr;
    grid-column-gap: 52px;
    margin-right: 30px ;
}
.soc{
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: auto;
transition: 700ms all;
width: 130px;
overflow: visible;
bottom: 4rem;
}
.soc:hover svg{
    transform: scale(1.1);
    
}
.soc:hover .p::after{

                  transform: scaleX(1);
                  transform-origin: center;

}
.p::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    transform-origin: center;
    transition: transform 0.50s ease-out;
    border-radius: 2px;
}  
.social-links{
    transition: 600ms all;
    position: relative;
    justify-content: center;
    align-items: center;
    display: grid;
    overflow: visible;
}
#socials h2{
    position: relative;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-size: 5rem;
    font-weight: bolder;
    letter-spacing: 17px;
    text-align: center;
    align-items: center;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: white;
    top: 1vh;
}
.social-links svg{
   object-fit: cover;
   transition: 700ms all;
}
#facebook{
    margin-left: 5px;
}
.p{
    font-size: large;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    justify-self: center;
    display: flex;
    position: relative;
    color: #ffffff;
    overflow: visible;
    transition: all 500ms;
    top: 2vh;
} 
.footer{
    width: 100%;
    position: relative;
    background-color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #c9c4c4;
    height: 15vh;
}
#res{
    position: relative;
    border-right: 1px solid white ;
    width: 500px;
    justify-content: center;
    display: grid;
    align-items: center;
    height: 67.5px;
}

#app{
    border-left: 1px solid white ;
    width: 500px;
    justify-content: center;
    display: grid;
    align-items: center;
    position: relative;
    
}
.footer img{
    position: relative;
    width:80px;
    height: 80px;
}

@media (max-width: 768px){
    nav{
        background: rgba(16, 16, 16, 0.762);
        width:100%;
        height: 4rem;
        position: relative;
        top: 0;
        padding: 10px auto;
        left: 0;
    }
    
    .navbar1{
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
        font-weight: bold;
    }
    .navtext {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        top: 0.8rem;
    }
    
    #ltxt{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36%;
    
    }
    .nav-manu{
        display: flex;
        gap: 2rem;
    }
     .a{
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #ffffffe6;
        font-family: 'Orbitron', sans-serif;
    
     }
    .a:hover{
        color: #d3d2d2c9;
        transition: 100ms;
    }
    #rtxt{
        position: relative;
        display: flex;
        align-items: center;
        width: 33%;
        justify-content: center;
    
    }
    
    .imagenav{
        position: relative;
        display: grid;
        justify-content: center;
        width: 33.5%;
        top: -0.5rem;
    } 
    .imagenav img{
       width: 50px;
       height: 41px;
    }
    .imgg{
        position: relative;
        display: flex;
        justify-content: center;
        top: -0.2rem;
    
    }
    
    .moto{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0.2rem;
        cursor: pointer;
    }
    .moto txt{
        font-size: 0.4rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #ffffffc9;
        font-style: italic;
    font-family: 'Orbitron', sans-serif;
    }
    
    .square1 {
        width: 90px;
        height: 90px;
        background: #dddada;
        position: absolute;
        transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    left:-5rem;
    margin-top: -3rem;
     }
     .square2 {
        width: 90px;
        height: 90px;
        background: #dddada;
        position: absolute;
        transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    right:-5rem;
    margin-top: -3rem;
     }




     #motowords{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 5rem;
        width: 80%;
        margin: 0 auto;
    }
    .base{
        position: relative;
        display: flex;
        text-align: center;
        align-self: center;
        justify-content: center;
        font-family: 'ABeeZee', sans-serif;
        width: 50%;
        font-size: 13px;
        left: 0.3rem;
    }
    
    .moto1{
        position: absolute;
        display: flex;
        left: -3.5em;
    }
    .moto1,
    .moto2, img{
        width: 200px;
        height:  200px;
    }
    .moto2{
        position: absolute;
        display: flex;
        right: -3.5rem;
    }
    
    .gallery {
        position: relative;
        margin-top: 10rem;
        box-shadow: 10px 10px 156px 39px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 10px 156px 39px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 156px 39px rgba(0,0,0,0.75);
    z-index: 1;
      }
      
      .gallery-cell {
        width: 66%;
        height: 260px;
        margin-right: 10px;
      }
    .gallery-cell img{
        width: 100%;
        height: 260px;
    }



    #homeinfo{
        margin: 0 auto;
        width: 80%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 7rem;
        height: 20rem;
    }
    #homeinfo h3{
        font-size: 1.7rem;
        font-weight: bold;
        padding: 15px;
    }
    .inf{
        position: absolute;
        width: 50%;
        font-size: 14px;
        font-family: 'ABeeZee', sans-serif;
        letter-spacing: 0.3px;
        line-height: 18px;
        text-align: justify;
        text-shadow: -2px 2px 19px rgba(192,174,174,1);
        font-weight: 400;
    }
    .shape{
        border-radius: 50%;
        background-color: #fcfbfc;
        box-shadow: 1px 1px 86px 9px rgba(233, 185, 185, 0.75);
    -webkit-box-shadow: 1px 1px 86px 9px rgba(233, 185, 185, 0.75);
    -moz-box-shadow: 1px 1px 86px 9px rgba(233, 185, 185, 0.75);
    width: 84px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .world{
        position: absolute;
        top: -1rem;
        left: -1rem;
    }
    .world img{
        width: 70px; 
        height: 50px;
    }
    .log{
     position: absolute;
     right: -1rem;
     top: -1rem;
    }
    .log img{
    width:  90px;
    height: 70px;
    }
    .mt{
     position: absolute;
     bottom: -1rem;
     right: -1rem;
    }
    .mt img{
        width: 90px ;
        height: 70px;
    }
    .equipment{
     position: absolute;
     bottom: -1rem;
     left: -1rem;
    }
    .equipment img{
        width: 90px;
        height: 70px;
    }


    .bigwonder{
        position: relative;
        display: flex;
        align-items: center;
        height: 15vh;
        margin-top: 6.8rem;
        width: 230%;
        overflow: hidden;
        background-color: #0f110c;
        gap: 10vw;
        border: none;
    }
    .cop{
        width: 100%;
        font-size: 6rem;
        font-weight: bolder;
        text-transform: uppercase;
        -webkit-text-stroke-width: 3px;
      -webkit-text-stroke-color: white;
      animation: bigwonder 3s linear infinite;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      border: none;
    }
    @keyframes bigwonder{
        from{
            transform: translateX(-97.9%);
        }
          to{
            transform: translateX(11.2%);
          }
      }

      ::-webkit-scrollbar{
        width: 3px;
        height: 100%;
        overflow: hidden;
    }
    ::-webkit-scrollbar-button{
        display: none;
    }
    ::-webkit-scrollbar-track{
        background-color: #504f4fae;
        border-radius: 5px;
    
    }
    
        ::-webkit-scrollbar-thumb{
        color: #c6bfbf8f;
        border-radius: 5px;
        }
    
    


      #shop{
        background-color: #0f110c;
        width: 100%;
        height: auto;
        position: relative;
        display: grid;
        overflow: visible;
        margin-top: -0.1vh;
    }
    .cards{
        position: relative;
        display: grid;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        gap: 8vh;
       
    }
    .row1{
        position: relative;
        display: grid;
        justify-content: center;
        align-items: center;
        gap: 3vh ;
    }
    .row2{
        position: relative;
        display: grid;
        justify-content: center;
        align-items: center;
        gap: 3vh ;
    }
    
    .card{
        max-width: 300px;
        background-color: transparent;
        border-radius: 8px;
        overflow: visible;
        border: 1px solid white;
        position: relative;
        /* height: 420px; */
        
    }
    .m1 img{
        width: 370px;
      position: relative;
      display: flex;
      left: -5vw;
      top: -0.5rem;
    }
    .m1 .card-content{
        margin-top: -1.2rem;
    }
    .m2 img{
        width: 370px;
        position: relative;
        display: flex;
        left: -4.7vw;
    }

    .m3 .card-content{
        margin-top: -1.3rem;
        
    }
    .m2 .card-content{
        margin-top: -1rem;
    }
    .m2{
        height: 450px;
    }

    .m3 .card-description{
        margin-bottom: 8px;
    }
    .m3 img{
        
            width: 350px;
            position: relative;
            display: flex;
            left: -3.5vw;
            margin-top: -0.5rem;
    }
    .m3 .card-content{
        margin-top: -1.5rem;
    }
    .m4 img{
        
        width: 450px;
        height: auto;
        position: relative;
        display: flex;
        left: -11.5vw;
        top: -3.5rem;
    }

    .m4 .card-content{
        margin-top: -3.7rem;
    }
    .card-content {
        padding: 20px;
    }
    
    .card-title {
        font-size: 1rem;
        margin-bottom: 10px;
        color: #ffffff;
    }
    
    .card-description {
        color: #adaaaa;
        margin-bottom: 8px;
        font-size: 0.75rem;
    }
    
    .card-details {
        color: #adaaaa;
        margin-bottom: 9px;
        font-size: 0.65rem;
    }
    
    .card-price {
        font-size: 0.75rem;
        color: rgb(255, 255, 255);
        font-weight: bold;
        margin-bottom: 10px;
    }
    
    .contact-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 79%;
        height: 25px;
      cursor: pointer;
      transition: all 0.3s ease;
      position: relative;
      text-align: center;
      text-decoration: none;
      border-radius: 4px;
      z-index: 0;
      background: transparent;
      overflow: hidden;
      border: 2px solid #ffffff;
      color: #ffffff;
      font-size: 0.8rem;
      left: 1.86rem;
    }
    .contact-button:hover{
        color: #000000;
    
    }
    .contact-button:hover:after {
        height: 100%;
      }
    .contact-button:after {
        content: "";
        position: absolute;
        z-index: -1;
        transition: all 0.3s ease;
        left: 0;
        bottom: 0;
        height: 0;
        width: 100%;
        background: #ffffff;
      }



      #socials{
        position: relative;
        align-items: center;
        display: grid;
        justify-content: center;
        width: 100%;
        background-color: #0f110c;
        margin-top: -5vh;
      }
      .social-icons{
        display: grid;
        grid-template-columns: 0.5fr 0.5fr;
        grid-column-gap: 10px;
        margin-right: 2px;
    }
    .soc{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    transition: 700ms all;
    width: 20px;
    overflow: visible;
    bottom: 4rem;
    }
    .soc svg{
        width: 50px;
        height: 50px;
    }
    .soc:hover svg{
        transform: scale(1.1);
        
    }
    .soc:hover .p::after{
    
                      transform: scaleX(1);
                      transform-origin: center;
    
    }
    .p::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #ffffff;
        transform-origin: center;
        transition: transform 0.50s ease-out;
        border-radius: 2px;
    }  
    .social-links{
        transition: 600ms all;
        position: relative;
        justify-content: center;
        align-items: center;
        display: grid;
        overflow: visible;
    }
    #socials h2{
        position: relative;
        text-transform: uppercase;
        font-family: Roboto, sans-serif;
        font-size: 3rem;
        font-weight: bolder;
        letter-spacing: 5px;
        text-align: center;
        align-items: center;
        -webkit-text-stroke-width: 3px;
        -webkit-text-stroke-color: white;
        top: 4rem;
    }
    .social-links svg{
       object-fit: cover;
       transition: 700ms all;
    }
    #facebook{
        margin-left: 5px;
    }
    .p{
        font-size: 0.9rem;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
        justify-self: center;
        display: flex;
        position: relative;
        color: #ffffff;
        overflow: visible;
        transition: all 500ms;
        top: 2vh;
    } 


    .footer{
        width: 100%;
        position: relative;
        background-color: #000000;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #c9c4c4;
        height: 15vh;
        /* top: -4vh; */
        bottom: 0;
    }
    #res{
        position: relative;
        border-right: 1px solid white ;
        width: 300px;
        justify-content: center;
        display: grid;
        align-items: center;
        height: 40.5px;
        font-size: 0.7rem;
    }
    
    #app{
        border-left: 1px solid white ;
        width: 300px;
        justify-content: center;
        display: grid;
        align-items: center;
        position: relative;
        font-size: 0.6rem;
        
    }
    .footer img{
        position: relative;
        width: 60px ;
        height: 60px;
    }
}



@media (max-width: 600px){

    nav{
        background: rgba(16, 16, 16, 0.762);
        width:100%;
        height: 4rem;
        position: relative;
        top: 0;
        padding: 10px auto;
        left: 0;
    }
    
    .navbar1{
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
        font-weight: bold;
        justify-content: center;
    }
    .navtext {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        top: 0.8rem;
    }
    
    #ltxt{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35.4%;
    
    }
    .nav-manu{
        display: flex;
        gap: 2rem;
    }
     .a{
        font-size: 0.64rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #ffffffe6;
        font-family: 'Orbitron', sans-serif;
    
     }
    .a:hover{
        color: #d3d2d2c9;
        transition: 100ms;
    }
    #rtxt{
        position: relative;
        justify-content: center;
        display: flex;
        align-items: center;
        width: 33%;
    
    }
    
    .imagenav{
        position: relative;
        display: grid;
        justify-content: center;
        width: 32%;
        align-items: center;
        top: -0.4rem;
    } 
    .imagenav img{
       width: 50px;
       height: 45px;
       justify-self: center;
    }
    .imgg{
        position: relative;
        display: flex;
        justify-content: center;
    
    }
    
    .moto{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0.2rem;
        cursor: pointer;
    }
    .moto txt{
        font-size: 0.4rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #ffffffc9;
        font-style: italic;
    font-family: 'Orbitron', sans-serif;
    }
    
    .square1 {
        width: 80px;
        height: 80px;
        background: #dddada;
        position: absolute;
        transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    left:-5rem;
    margin-top: -2.68rem;
     }
     .square2 {
        width: 80px;
        height: 80px;
        background: #dddada;
        position: absolute;
        transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    right:-5rem;
    margin-top: -2.68rem;
     }




     #motowords{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 5rem;
        width: 80%;
        margin: 0 auto;
    }
    .base{
        position: relative;
        display: flex;
        text-align: center;
        align-self: center;
        justify-content: center;
        font-family: 'ABeeZee', sans-serif;
        width: 50%;
        font-size: 11px;
        left: 0.3rem;
    }
    
    .moto1{
        position: absolute;
        display: flex;
        left: -3.5em;
    }
    .moto1,
    .moto2, img{
        width: 200px;
        height:  200px;
    }
    .moto2{
        position: absolute;
        display: flex;
        right: -3.5rem;
    }
    
    .gallery {
        position: relative;
        margin-top: 10rem;
        box-shadow: 10px 10px 156px 39px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 10px 156px 39px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 156px 39px rgba(0,0,0,0.75);
    z-index: 1;
      }
      
      .gallery-cell {
        width: 66%;
        height: 200px;
        margin-right: 10px;
      }
    .gallery-cell img{
        width: 100%;
        height: 200px;
    }



    #homeinfo{
        margin: 0 auto;
        width: 80%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 7rem;
        height: 20rem;
    }
    .inf{
        position: absolute;
        width: 50%;
        font-size: 11px;
        font-family: 'ABeeZee', sans-serif;
        letter-spacing: 0.3px;
        line-height: 14px;
        text-align: justify;
        text-shadow: -2px 2px 19px rgba(192,174,174,1);
        font-weight: 400;
    }
    .shape{
        border-radius: 50%;
        background-color: #fcfbfc;
        box-shadow: 1px 1px 86px 9px rgba(233, 185, 185, 0.75);
    -webkit-box-shadow: 1px 1px 86px 9px rgba(233, 185, 185, 0.75);
    -moz-box-shadow: 1px 1px 86px 9px rgba(233, 185, 185, 0.75);
    width: 84px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .world{
        position: absolute;
        top: -1rem;
        left: -1rem;
    }
    .world img{
        width: 70px; 
        height: 50px;
    }
    .log{
     position: absolute;
     right: -1rem;
     top: -1rem;
    }
    .log img{
    width:  90px;
    height: 70px;
    }
    .mt{
     position: absolute;
     bottom: -1rem;
     right: -1rem;
    }
    .mt img{
        width: 90px ;
        height: 70px;
    }
    .equipment{
     position: absolute;
     bottom: -1rem;
     left: -1rem;
    }
    .equipment img{
        width: 90px;
        height: 70px;
    }


    .bigwonder{
        position: relative;
        display: flex;
        align-items: center;
        height: 15vh;
        margin-top: 7rem;
        width: 230%;
        overflow: hidden;
        background-color: #0f110c;
        gap: 10vw;
    }
    .cop{
        width: 100%;
        font-size: 5rem;
        font-weight: bolder;
        text-transform: uppercase;
        -webkit-text-stroke-width: 3px;
      -webkit-text-stroke-color: white;
      animation: bigwonder 3s linear infinite;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    @keyframes bigwonder{
        from{
            transform: translateX(-97.9%);
        }
          to{
            transform: translateX(11.2%);
          }
      }

      ::-webkit-scrollbar{
        width: 3px;
        height: 100%;
        overflow: hidden;
    }
    ::-webkit-scrollbar-button{
        display: none;
    }
    ::-webkit-scrollbar-track{
        background-color: #504f4fae;
        border-radius: 5px;
    
    }
    
        ::-webkit-scrollbar-thumb{
        color: #c6bfbf8f;
        border-radius: 5px;
        }
    
    


      #shop{
        background-color: #0f110c;
        width: 100%;
        position: relative;
        height: auto;
        display: grid;
    
    }
    .cards{
        position: relative;
        display: grid;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        gap: 8vh;
    }
    .row1{
        position: relative;
        display: grid;
        justify-content: center;
        align-items: center;
        gap: 3vh ;
    }
    .row2{
        position: relative;
        display: grid;
        justify-content: center;
        align-items: center;
        gap: 3vh ;
    }
    
    .card{
        max-width: 300px;
        background-color: transparent;
        border-radius: 8px;
        overflow: visible;
        border: 1px solid white;
        position: relative;
        /* height: 420px; */
        
    }
    .m1 img{
        width: 360px;
      position: relative;
      display: flex;
      left: -6vw;
    }
    .m1 .card-content{
        margin-top: -0.9rem;
    }
    .m2 img{
        width: 350px;
        position: relative;
        display: flex;
        left: -4.7vw;
    }

    .m3 .card-content{
        margin-top: -1.3rem;
        
    }
    .m2 .card-content{
        margin-top: -2rem;
    }

    .m3 .card-description{
        margin-bottom: 8px;
    }
    .m3 img{
        
            width: 350px;
            position: relative;
            display: flex;
            left: -5vw;
            margin-top: -0.6rem;
    }
    .m3 .card-content{
        margin-top: -1.5rem;
    }
    .m4 img{
        
        width: 450px;
        height: auto;
        position: relative;
        display: flex;
        left: -15.5vw;
        top: -3.5rem;
    }

    .m4 .card-content{
        margin-top: -3.7rem;
    }
    .card-content {
        padding: 20px;
    }
    
    .card-title {
        font-size: 1rem;
        margin-bottom: 10px;
        color: #ffffff;
    }
    
    .card-description {
        color: #adaaaa;
        margin-bottom: 8px;
        font-size: 0.75rem;
    }
    
    .card-details {
        color: #adaaaa;
        margin-bottom: 9px;
        font-size: 0.65rem;
    }
    
    .card-price {
        font-size: 0.75rem;
        color: rgb(255, 255, 255);
        font-weight: bold;
        margin-bottom: 10px;
    }
    
    .contact-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 79%;
        height: 25px;
      cursor: pointer;
      transition: all 0.3s ease;
      position: relative;
      text-align: center;
      text-decoration: none;
      border-radius: 4px;
      z-index: 0;
      background: transparent;
      overflow: hidden;
      border: 2px solid #ffffff;
      color: #ffffff;
      font-size: 0.8rem;
      left: 1.86rem;
    }
    .contact-button:hover{
        color: #000000;
    
    }
    .contact-button:hover:after {
        height: 100%;
      }
    .contact-button:after {
        content: "";
        position: absolute;
        z-index: -1;
        transition: all 0.3s ease;
        left: 0;
        bottom: 0;
        height: 0;
        width: 100%;
        background: #ffffff;
      }



      #socials{
        position: relative;
        align-items: center;
        display: grid;
        justify-content: center;
        margin: auto;
        margin-top: -5vh;
        width: 100%;
        background-color: #0f110c;
      }
      .social-icons{
        display: grid;
        grid-template-columns: 0.5fr 0.5fr;
        grid-column-gap: 10px;
        margin-right: 2px;
    }
    .soc{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    transition: 700ms all;
    width: 20px;
    overflow: visible;
    bottom: 4rem;
    }
    .soc svg{
        width: 50px;
        height: 50px;
    }
    .soc:hover svg{
        transform: scale(1.1);
        
    }
    .soc:hover .p::after{
    
                      transform: scaleX(1);
                      transform-origin: center;
    
    }
    .p::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #ffffff;
        transform-origin: center;
        transition: transform 0.50s ease-out;
        border-radius: 2px;
    }  
    .social-links{
        transition: 600ms all;
        position: relative;
        justify-content: center;
        align-items: center;
        display: grid;
        overflow: visible;
    }
    #socials h2{
        position: relative;
        text-transform: uppercase;
        font-family: Roboto, sans-serif;
        font-size: 3rem;
        font-weight: bolder;
        letter-spacing: 5px;
        text-align: center;
        align-items: center;
        -webkit-text-stroke-width: 3px;
        -webkit-text-stroke-color: white;
        top: 4rem;
    }
    .social-links svg{
       object-fit: cover;
       transition: 700ms all;
    }
    #facebook{
        margin-left: 5px;
    }
    .p{
        font-size: 0.9rem;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
        justify-self: center;
        display: flex;
        position: relative;
        color: #ffffff;
        overflow: visible;
        transition: all 500ms;
        top: 2vh;
    } 


    .footer{
        width: 100%;
        position: relative;
        background-color: #000000;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #c9c4c4;
        height: 15vh;
        /* top: -4vh; */
        bottom: 0;
    }
    #res{
        position: relative;
        border-right: 1px solid white ;
        width: 300px;
        justify-content: center;
        display: grid;
        align-items: center;
        height: 40.5px;
        font-size: 0.7rem;
    }
    
    #app{
        border-left: 1px solid white ;
        width: 300px;
        justify-content: center;
        display: grid;
        align-items: center;
        position: relative;
        font-size: 0.6rem;
        
    }
    .footer img{
        position: relative;
        width: 70px ;
        height: 60px;
    }
}

@media (max-width: 431px){

    nav{
        background: rgba(16, 16, 16, 0.762);
        width:100%;
        height: 3.5rem;
        position: relative;
        top: 0;
        padding: 10px auto;
        left: 0;
    }
    
    .navbar1{
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
        font-weight: bold;
        justify-content: center;
    }
    .navtext {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        top: 0.8rem;
    }
    
    #ltxt{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35.4%;
    
    }
    .nav-manu{
        display: flex;
        gap: 1rem;
    }
     .a{
        font-size: 0.47rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #ffffffe6;
        font-family: 'Orbitron', sans-serif;
    
     }
    .a:hover{
        color: #d3d2d2c9;
        transition: 100ms;
    }
    #rtxt{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 33%;
    
    }
    
    .imagenav{
        position:  relative;
        display: grid;
        justify-content: center;
        width: 32%;
        top: -0.4rem;
        align-items: center;
    } 
    .imagenav img{
       width: 40px;
       height: 38px;
       justify-self: center;
    }
    .imgg{
        position: relative;
        display: flex;
        justify-content: center;
    
    }
    .moto{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0.2rem;
        cursor: pointer;
    }
    .moto txt{
        font-size: 0.4rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #ffffffc9;
        font-style: italic;
    font-family: 'Orbitron', sans-serif;
    }
    
    .square1 {
        width: 80px;
        height: 80px;
        background: #dddada;
        position: absolute;
        transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    left:-5rem;
    margin-top: -2.63rem;
     }
     .square2 {
        width: 80px;
        height: 80px;
        background: #dddada;
        position: absolute;
        transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    right:-5rem;
    margin-top: -2.63rem;
     }

     ::-webkit-scrollbar{
        width: 3px;
        height: 100%;
        overflow: hidden;
    }
    ::-webkit-scrollbar-button{
        display: none;
    }
    ::-webkit-scrollbar-track{
        background-color: #504f4fae;
        border-radius: 5px;
    
    }
    
        ::-webkit-scrollbar-thumb{
        color: #c6bfbf8f;
        border-radius: 5px;
        }

     #motowords{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 3rem;
        width: 80%;
        margin: 0 auto;
    }
    .base{
        position: relative;
        display: flex;
        text-align: center;
        align-self: center;
        justify-content: center;
        font-family: 'ABeeZee', sans-serif;
        width: 50%;
        font-size: 9.5px;
        left: 0.3rem;
    }
    
    .moto1{
        position: absolute;
        display: flex;
        left: -2.5em;
    }
    .moto1,
    .moto2, img{
        width: 150px;
        height:  150px;
    }
    .moto2{
        position: absolute;
        display: flex;
        right: -2.5rem;
    }
    
    .gallery {
        position: relative;
        margin-top: 6rem;
        box-shadow: 10px 10px 156px 39px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 10px 156px 39px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 156px 39px rgba(0,0,0,0.75);
    z-index: 1;
      }
      
      .gallery-cell {
        width: 66%;
        height: 200px;
        margin-right: 10px;
      }
    .gallery-cell img{
        width: 100%;
        height: 200px;
    }



    #homeinfo{
        margin: 0 auto;
        width: 80%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 5rem;
        height: 20rem;
    }
    #homeinfo h3{
        font-size: 1.5rem;
        font-weight: bold;
        padding: 10px;
    }
    .inf{
        position: absolute;
        width: 50%;
        font-size: 9.5px;
        font-family: 'ABeeZee', sans-serif;
        letter-spacing: 0.3px;
        text-align: center;
        text-shadow: -2px 2px 19px rgba(192,174,174,1);
        font-weight: 400;
    }
    .shape{
        border-radius: 50%;
        background-color: #fcfbfc;
        box-shadow: 1px 1px 86px 9px rgba(233, 185, 185, 0.75);
    -webkit-box-shadow: 1px 1px 86px 9px rgba(233, 185, 185, 0.75);
    -moz-box-shadow: 1px 1px 86px 9px rgba(233, 185, 185, 0.75);
    width: 60px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .world{
        position: absolute;
        top: -1rem;
        left: -1rem;
    }
    .world img{
        width: 46px; 
        height: 40px;
    }
    .log{
     position: absolute;
     right: -1rem;
     top: -1rem;
    }
    .log img{
    width:  70px;
    height: 50px;
    }
    .mt{
     position: absolute;
     bottom: -1rem;
     right: -1rem;
    }
    .mt img{
        width: 70px ;
        height: 50px;
    }
    .equipment{
     position: absolute;
     bottom: -1rem;
     left: -1rem;
    }
    .equipment img{
        width: 70px;
        height: 50px;
    }


    .bigwonder{
        position: relative;
        display: flex;
        align-items: center;
        height: 14vh;
        margin-top: 5rem;
        width: 230%;
        overflow: hidden;
        background-color: #0f110c;
        gap: 10vw;
    }
    .cop{
        width: 100%;
        font-size: 3.40rem;
        font-weight: bolder;
        text-transform: uppercase;
        -webkit-text-stroke-width: 3px;
      -webkit-text-stroke-color: white;
      animation: bigwonder 3s linear infinite;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    @keyframes bigwonder{
        from{
            transform: translateX(-97.9%);
        }
          to{
            transform: translateX(11.2%);
          }
      }




      #shop{
        background-color: #0f110c;
        width: 100%;
        height: auto;
        position: relative;
        display: grid;
        overflow: visible;
    
    }
    .cards{
        position: relative;
        display: grid;
        justify-content: center;
        align-items: center;
        gap: 8vh;
        overflow: hidden;
    }
    .row1{
        position: relative;
        display: grid;
        justify-content: center;
        align-items: center;
        gap: 3vh ;
    }
    .row2{
        position: relative;
        display: grid;
        justify-content: center;
        align-items: center;
        gap: 3vh ;
    }
    
    .card{
        max-width: 270px;
        background-color: transparent;
        border-radius: 8px;
        overflow: visible;
        border: 1px solid white;
        position: relative;
        /* height: 400px; */
        
    }
    .m1 img{
        width: 330px;
      position: relative;
      display: flex;
      left: -8vw;
      margin-top: -0.5rem;
    }
    .m1 .card-content{
        margin-top: -0.4rem;
    }
    .m2 img{
        width: 310px;
        position: relative;
        display: flex;
        left: -4.7vw;
        margin-top: 0.4rem;
    }
    .m2 .card-content{
        margin-top: -1.8rem;
    }

    .m3 .card-description{
        margin-bottom: 8px;
    }
    .m3 img{
        
            width: 310px;
            position: relative;
            display: flex;
            left: -6vw;
            margin-top: 0.1rem;
    }
    .m3 .card-content{
        margin-top: -1.4rem;
    }
    .m4 img{
        
        width: 400px;
        height: auto;
        position: relative;
        display: flex;
        left: -18.9vw;
        top: -2.5rem;
    }

    .m4 .card-content{
        margin-top: -3.7rem;
    }
    .card-content {
        padding: 20px;
    }
    
    .card-title {
        font-size: 0.9rem;
        margin-bottom: 15px;
        color: #ffffff;
    }
    
    .card-description {
        color: #adaaaa;
        margin-bottom: 10px;
        font-size: 0.65rem;
    }
    
    .card-details {
        color: #adaaaa;
        margin-bottom: 10px;
        font-size: 0.60rem;
    }
    
    .card-price {
        font-size: 0.65rem;
        color: rgb(255, 255, 255);
        font-weight: bold;
        margin-bottom: 13px;
    }
    
    .contact-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 79%;
        height: 25px;
      cursor: pointer;
      transition: all 0.3s ease;
      position: relative;
      text-align: center;
      text-decoration: none;
      border-radius: 4px;
      z-index: 0;
      background: transparent;
      overflow: hidden;
      border: 2px solid #ffffff;
      color: #ffffff;
      font-size: 0.8rem;
      left: 1.86rem;
    }
    .contact-button:hover{
        color: #000000;
    
    }
    .contact-button:hover:after {
        height: 100%;
      }
    .contact-button:after {
        content: "";
        position: absolute;
        z-index: -1;
        transition: all 0.3s ease;
        left: 0;
        bottom: 0;
        height: 0;
        width: 100%;
        background: #ffffff;
      }



      #socials{
        position: relative;
        align-items: center;
        display: grid;
        justify-content: center;
        width: 100%;
        margin-top: -5vh;
        background-color: #0f110c;
      }
      .social-icons{
        display: grid;
        grid-template-columns: 0.5fr 0.5fr;
        grid-column-gap: 10px;
        margin-right: 2px;
    }
    .soc{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    transition: 700ms all;
    width: 16px;
    overflow: visible;
    bottom: 4rem;

    }
    .soc svg{
        width: 50px;
        height: 50px;
    }
    .soc:hover svg{
        transform: scale(1.1);
        
    }
    .soc:hover .p::after{
    
                      transform: scaleX(1);
                      transform-origin: center;
    
    }
    .p::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #ffffff;
        transform-origin: center;
        transition: transform 0.50s ease-out;
        border-radius: 2px;
    }  
    .social-links{
        transition: 600ms all;
        position: relative;
        justify-content: center;
        align-items: center;
        display: grid;
        overflow: visible;
    }
    #socials h2{
        position: relative;
        text-transform: uppercase;
        font-family: Roboto, sans-serif;
        font-size: 3rem;
        font-weight: bolder;
        letter-spacing: 5px;
        text-align: center;
        align-items: center;
        -webkit-text-stroke-width: 3px;
        -webkit-text-stroke-color: white;
        top: 4rem;
    }
    .social-links svg{
       object-fit: cover;
       transition: 700ms all;
    }
    #facebook{
        margin-left: 5px;
    }
    .p{
        font-size: 0.9rem;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
        justify-self: center;
        display: flex;
        position: relative;
        color: #ffffff;
        overflow: visible;
        transition: all 500ms;
        top: 2vh;
    } 


    .footer{
        width: 100%;
        position: relative;
        background-color: #000000;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #c9c4c4;
        height: 11vh;
        /* top: -4vh; */
        bottom: 0;
    }
    #res{
        position: relative;
        border-right: 1px solid white ;
        width: 200px;
        justify-content: center;
        display: grid;
        align-items: center;
        height: 33.75px;
        font-size: 0.6rem;
    }
    
    #app{
        border-left: 1px solid white ;
        width: 200px;
        justify-content: center;
        display: grid;
        align-items: center;
        position: relative;
        font-size: 0.5rem;
        
    }
    .footer img{
        position: relative;
        width: 40px ;
        height: 40px;
    }
}

@media (max-width: 376px){
    nav{
        background: rgba(16, 16, 16, 0.762);
        width:100%;
        height: 3rem;
        position: relative;
        top: 0;
        padding: 10px auto;
        left: 0;
    }
    
    .navbar1{
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
        font-weight: bold;
    }
    .navtext {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        top: 0.5rem;
    }
    
    #ltxt{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35.4%;
    
    }
    .nav-manu{
        display: flex;
        gap: 1rem;
    }
     .a{
        font-size: 0.4rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #ffffffe6;
        font-family: 'Orbitron', sans-serif;
    
     }
    .a:hover{
        color: #d3d2d2c9;
        transition: 100ms;
    }
    #rtxt{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 33%;
    
    }
    
    .imagenav{
        position: relative;
        display: grid;
        justify-content: center;
        align-items: center;
        width: 32%;
        top: -0.3rem;
    } 
    .imagenav img{
       width: 34px;
       height: 32px;
    }
    .imgg{
        position: relative;
        display: flex;
        justify-content: center;
    
    }
    
    .moto{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0.1rem;
        cursor: pointer;
    }
    .moto txt{
        font-size: 0.38rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #ffffffc9;
        font-style: italic;
    font-family: 'Orbitron', sans-serif;
    }
    
    .square1 {
        width: 80px;
        height: 80px;
        background: #dddada;
        position: absolute;
        transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    left:-5rem;
    margin-top: -2.63rem;
     }
     .square2 {
        width: 80px;
        height: 80px;
        background: #dddada;
        position: absolute;
        transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    right:-5rem;
    margin-top: -2.63rem;
     }

  ::-webkit-scrollbar{
        width: 3px;
        height: 100%;
        overflow: hidden;
    }
    ::-webkit-scrollbar-button{
        display: none;
    }
    ::-webkit-scrollbar-track{
        background-color: #504f4fae;
        border-radius: 5px;
    
    }
    
        ::-webkit-scrollbar-thumb{
        color: #c6bfbf8f;
        border-radius: 5px;
        }
     
     
        #motowords{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 3rem;
        width: 80%;
        margin: 0 auto;
    }
    .base{
        position: relative;
        display: flex;
        text-align: center;
        align-self: center;
        justify-content: center;
        font-family: 'ABeeZee', sans-serif;
        width: 50%;
        font-size: 8.5px;
        left: 0.3rem;
    }
    
    .moto1{
        position: absolute;
        display: flex;
        left: -2.5em;
    }
    .moto1,
    .moto2, img{
        width: 130px;
        height:  130px;
    }
    .moto2{
        position: absolute;
        display: flex;
        right: -2.5rem;
    }
    
    .gallery {
        position: relative;
        margin-top: 6rem;
        box-shadow: 10px 10px 156px 39px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 10px 156px 39px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 156px 39px rgba(0,0,0,0.75);
    z-index: 1;
      }
      
      .gallery-cell {
        width: 66%;
        height: 160px;
        margin-right: 10px;
      }
    .gallery-cell img{
        width: 100%;
        height: 160px;
    }



    #homeinfo{
        margin: 0 auto;
        width: 80%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 5rem;
        height: 17rem;
    }
    #homeinfo h3{
        font-size: 1.3rem;
        font-weight: bold;
        padding: 10px;
    }
    .inf{
        position: absolute;
        width: 50%;
        font-size: 8.6px;
        font-family: 'ABeeZee', sans-serif;
        letter-spacing: 0.2px;
        text-align: center;
        text-shadow: -2px 2px 19px rgba(192,174,174,1);
        font-weight: 400;
    }
    .shape{
        border-radius: 50%;
        background-color: #fcfbfc;
        box-shadow: 1px 1px 86px 9px rgba(233, 185, 185, 0.75);
    -webkit-box-shadow: 1px 1px 86px 9px rgba(233, 185, 185, 0.75);
    -moz-box-shadow: 1px 1px 86px 9px rgba(233, 185, 185, 0.75);
    width: 60px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .world{
        position: absolute;
        top: -1rem;
        left: -1rem;
    }
    .world img{
        width: 45px; 
        height: 40px;
    }
    .log{
     position: absolute;
     right: -1rem;
     top: -1rem;
    }
    .log img{
    width:  70px;
    height: 50px;
    }
    .mt{
     position: absolute;
     bottom: -1rem;
     right: -1rem;
    }
    .mt img{
        width: 70px ;
        height: 50px;
    }
    .equipment{
     position: absolute;
     bottom: -1rem;
     left: -1rem;
    }
    .equipment img{
        width: 70px;
        height: 50px;
    }


    .bigwonder{
        position: relative;
        display: flex;
        align-items: center;
        height: 14vh;
        margin-top: 5rem;
        width: 230%;
        overflow: hidden;
        background-color: #0f110c;
        gap: 10vw;
    }
    .cop{
        width: 100%;
        font-size: 3.10rem;
        font-weight: bolder;
        text-transform: uppercase;
        -webkit-text-stroke-width: 3px;
      -webkit-text-stroke-color: white;
      animation: bigwonder 3s linear infinite;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    @keyframes bigwonder{
        from{
            transform: translateX(-97.9%);
        }
          to{
            transform: translateX(11.2%);
          }
      }




      #shop{
        background-color: #0f110c;
        width: 100%;
        height: auto;
        position: relative;
        display: grid;
    
    }
    .cards{
        position: relative;
        display: grid;
        justify-content: center;
        align-items: center;
        gap: 8vh;
        overflow: hidden;
    }
    .row1{
        position: relative;
        display: grid;
        justify-content: center;
        align-items: center;
        gap: 3vh ;
    }
    .row2{
        position: relative;
        display: grid;
        justify-content: center;
        align-items: center;
        gap: 3vh ;
    }
    
    .card{
        max-width: 270px;
        background-color: transparent;
        border-radius: 8px;
        overflow: visible;
        border: 1px solid white;
        position: relative;
        /* height: 400px; */
        
    }
    .m1 img{
        width: 330px;
      position: relative;
      display: flex;
      left: -9.5vw;
      margin-top: -0.5rem;
    }
    .m1 .card-content{
        margin-top: -0.4rem;
    }
    .m2 img{
        width: 310px;
        position: relative;
        display: flex;
        left: -5.3vw;
        margin-top: 0.2rem;
    }
    .m2 .card-content{
        margin-top: -1.75rem;
    }

    .m3 .card-description{
        margin-bottom: 8px;
    }
    .m3 img{
        
            width: 310px;
            position: relative;
            display: flex;
            left: -6vw;
            margin-top: 0.3rem;
    }
    .m3 .card-content{
        margin-top: -1.5rem;
    }
    .m4 img{
        
        width: 400px;
        height: auto;
        position: relative;
        display: flex;
        left: -21.5vw;
        top: -2.5rem;
    }

    .m4 .card-content{
        margin-top: -3.7rem;
    }
    .card-content {
        padding: 20px;
    }
    
    .card-title {
        font-size: 0.9rem;
        margin-bottom: 15px;
        color: #ffffff;
    }
    
    .card-description {
        color: #adaaaa;
        margin-bottom: 10px;
        font-size: 0.65rem;
    }
    
    .card-details {
        color: #adaaaa;
        margin-bottom: 10px;
        font-size: 0.60rem;
    }
    
    .card-price {
        font-size: 0.65rem;
        color: rgb(255, 255, 255);
        font-weight: bold;
        margin-bottom: 13px;
    }
    
    .contact-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 79%;
        height: 25px;
      cursor: pointer;
      transition: all 0.3s ease;
      position: relative;
      text-align: center;
      text-decoration: none;
      border-radius: 4px;
      z-index: 0;
      background: transparent;
      overflow: hidden;
      border: 2px solid #ffffff;
      color: #ffffff;
      font-size: 0.8rem;
      left: 1.86rem;
    }
    .contact-button:hover{
        color: #000000;
    
    }
    .contact-button:hover:after {
        height: 100%;
      }
    .contact-button:after {
        content: "";
        position: absolute;
        z-index: -1;
        transition: all 0.3s ease;
        left: 0;
        bottom: 0;
        height: 0;
        width: 100%;
        background: #ffffff;
      }



      #socials{
        position: relative;
        align-items: center;
        display: grid;
        justify-content: center;
        margin-top: -5vh;
        width: 100%;
        background-color: #0f110c;
      }
      .social-icons{
        display: grid;
        grid-template-columns: 0.5fr 0.5fr;
        grid-column-gap: 10px;
        margin-right: 2px;
    }
    .soc{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    transition: 700ms all;
    width: 16px;
    overflow: visible;
    bottom: 4rem;

    }
    .soc svg{
        width: 50px;
        height: 50px;
    }
    .soc:hover svg{
        transform: scale(1.1);
        
    }
    .soc:hover .p::after{
    
                      transform: scaleX(1);
                      transform-origin: center;
    
    }
    .p::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #ffffff;
        transform-origin: center;
        transition: transform 0.50s ease-out;
        border-radius: 2px;
    }  
    .social-links{
        transition: 600ms all;
        position: relative;
        justify-content: center;
        align-items: center;
        display: grid;
        overflow: visible;
    }
    #socials h2{
        position: relative;
        text-transform: uppercase;
        font-family: Roboto, sans-serif;
        font-size: 2.5rem;
        font-weight: bolder;
        letter-spacing: 5px;
        text-align: center;
        align-items: center;
        -webkit-text-stroke-width: 3px;
        -webkit-text-stroke-color: white;
        top:4rem;
    }
    .social-links svg{
       object-fit: cover;
       transition: 700ms all;
    }
    #facebook{
        margin-left: 5px;
    }
    .p{
        font-size: 0.9rem;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
        justify-self: center;
        display: flex;
        position: relative;
        color: #ffffff;
        overflow: visible;
        transition: all 500ms;
        top: 2vh;
    } 


    .footer{
        width: 100%;
        position: relative;
        background-color: #000000;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #c9c4c4;
        height: 11vh;
        /* top: -4vh; */
        bottom: 0;
    }
    #res{
        position: relative;
        border-right: 1px solid white ;
        width: 200px;
        justify-content: center;
        display: grid;
        align-items: center;
        height: 27px;
        font-size: 0.5rem;
    }
    
    #app{
        border-left: 1px solid white ;
        width: 200px;
        justify-content: center;
        display: grid;
        align-items: center;
        position: relative;
        font-size: 0.4rem;
        
    }
    .footer img{
        position: relative;
        width: 40px ;
        height: 40px;
    }
}