@media (max-width: 1024px) {
  
  body{
    padding-top: 5rem;
  }

  h2{
    font-size: 7rem;
  }
  
  .brand-title{
    color: var(--ticolor);
    text-decoration: underline;
    text-decoration-color: var(--tecolor);
  
    font-size: 3.5rem;
    font-weight: bold;
  
    font-family: 'Bebas Neue', sans-serif;
  
    padding-left: .5rem;
  }

  .motortitle{
    font-size: 5rem;
  }

  .navbar-links li a{
    font-size: 2rem;

  }

  .productlist{
    grid-template-columns: 1fr 1fr;
  }

  /* nav bar */
  .navbar-links li a{
    text-decoration: none;
    color: var(--ticolor);

    font-size: 2rem;

    padding: 1rem;
    display: block;
  }
  

  /* home */

  .brand-title{
    font-size: 3rem;
  }

  .first-section{
    height: 33rem;
  }

  .firstbox,
  .secondbox{
    font-size: 4.5rem;
  }

  .boxwrapper{
    height: 55vh;
  }

  .kword{
    font-size: 10rem;
  }

  .mainblock2{
    font-size: small;
  }

  /* blocs */

  .third-block,
  .third-block-2,
  .third-block-3{
    font-size: 6rem;
  }

  .third-block{
    padding-left: 5rem;
  }

  .third-block-3{
    padding-right: 5.5rem;
  }


 

  /* footer */

  .footer-invite{
    font-size: 10rem;

    bottom: 6.2rem;
  }
}
@media (max-width: 768px) {
  
  body{
    padding-top: 5rem;
  }
  
  .brand-title{
    color: var(--ticolor);
    text-decoration: underline;
    text-decoration-color: var(--tecolor);
  
    font-size: 3.5rem;
    font-weight: bold;
  
    font-family: 'Bebas Neue', sans-serif;
  
    padding-left: .5rem;
  }

  .motortitle{
    font-size: 5rem;
  }

  .navbar-links li a{
    font-size: 1.5rem;

  }

  .productlist{
    grid-template-columns: 1fr 1fr;
  }

  .first-head{
    overflow-x: hidden;
  }

  /* blocks */

  /* contact Us */

  .basic-box{
    height: 45rem;
  }

  
  .phone,
  .phone2{
    font-size: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .elist li{
    font-size: 1.5rem;
    padding-right: 2rem;
  }
  .map{
    width: 20rem;
    height: 20rem;
  }

}
@media (max-width: 425px) {
  .brand-title{
    color: var(--ticolor);
    text-decoration: underline;
    text-decoration-color: var(--tecolor);
  
    font-size: 4rem;
    font-weight: bold;
  
    font-family: 'Bebas Neue', sans-serif;
  
    padding-left: .5rem;
  }
  
  .navbar-links ul{
    margin: 0;
    padding: 0;
    display: flex;
  }
  .navbar-links li{
    list-style: none;
  }
  .navbar-links li a{
    text-decoration: none;
    color: var(--ticolor);

    font-size: 1rem;

    padding: 1rem;
    display: block;
  }
  
  .navbar-links li:hover{
    background-color: var(--tecolor);
  }
  
  .toggle-button{
    position: absolute;
    TOP: .5rem;
    left: 23.5rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;

    font-size: 1rem;
    color: var(--tecolor)
  }
  /* alwdshflkasdh */
  .toggle-button{
    display: flex;
  }

  .navbar-links{
    display: none;
    width: 100%;
  }

  .navbar{
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar-links ul{
    flex-direction: column;
    width: 100%;
  }

  .navbar-links li{
    text-align: right;
  }

  .navbar-links li a{
    padding: .5rem 1rem;
  }
  
  .navbar-links.active{
    display: flex;
  }

  /* the rest of the main */

  body{
    padding-top: 4rem;

    overflow-x: hidden;
  }

  h2{
    font-size: 5rem;
  }

  p{
    font-size: 2rem;
  }

  h1{
    font-size: 3rem;
  }

  p{
    font-size: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  
  /* navbar */
  .brand-title{
    font-size: 2rem;
  }
  .toggle-button{
    right: 20rem;
  }
  
  .first-section{
    height: 10rem;
  }
  /* main content */

  .firstbox,
  .secondbox{
    font-size: 1rem;

    border: 5px solid var(--ticolor);
  }
  .secondbox{
  
    border: 5px solid;
    border-color: var(--tecolor);
  
    transform: translateX(30%);
  }

  .first-head{
    font-size: 3rem;
    padding-top: 2.1rem;

    overflow-y: hidden;
    overflow-x: hidden;
  }

  .OP1{
    padding: 0;
    animation: sauce31 5s ease-out infinite;
  }

  .sauce{

    animation: sauce41 5s ease-out infinite;
  }

  .boxwrapper{
    height: 25vh;
    width: 100%;

    border: 5px solid var(--combinecolor);
    border-radius: 20px;
  }
  .wordbox{
    padding-top: 3rem;
  }
  .kword{
    font-size: 2rem;
  }
  .mainblock2{
    font-size: 1rem;
  }

  .firstE1{
    font-size: 2rem;
    margin-top: 1rem;
  }

  .firstE2{
    font-size: 1.5rem;
    padding: 5px;
    padding-bottom: 100px;
  }

  .third-block,
  .third-block-2,
  .third-block-3{
    font-size: 2rem;
    padding: 0;
  }

  .third-block{
    padding-left: 1rem;
  }

  .third-block-3{
    padding-right: 2rem;
  }

  
  /* footer */

  .footer-container{
    margin-top: 1rem;
  }

  .footer-invite{
    font-size:4.2rem;

    bottom: 2.5rem;
  }

  .icon1::before,
  .icon2::before,
  .icon3::before,
  .icon4::before,
  .icon5::before{
    font-size: 2rem;
  }

  .footer{
    height: 4rem;
  }

  /* About Us */


  /* Contact Us */

  .basic-box{

    height: 45rem;
  }
  .phone,
  .phone2{
    font-size: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .elist li{
    font-size: 1.3rem;
    padding-right: 2rem;
  }
  .map{
    width: 15rem;
    height: 15rem;
  }

  /* vehicles */

  .productlist{
    grid-template-columns: 1fr;
  }

  .motortitle{
    font-size: 3rem;
  }
  .motortitle2{
    font-size: 2rem;
  }

  .item{
    padding: 0;
  }

  .image{
    width: 10rem;
  }

  .image-actual{
    width: 16rem;
  }

  .cycle-title{
    font-size: 3rem;
  }

  .generic-specs{
    font-size: 2.5rem;
  }
  .strongfont{
    font-size: 1.5rem;
  }

  .price{
    padding-bottom: 2rem;
  }
  .strongfont-price{
    font-size: 3rem;
  }
  .price-actual{
    font-size: 3rem;
  }

}
@media (max-width: 393px) {
  .toggle-button{
    left: 22rem;
  }
}
@media (max-width: 375px) {
  .toggle-button{
    left: 20.5rem;
  }
}
@media (max-width: 320px) {
  .toggle-button{
    left: 18rem;
  }
}
@media (max-width: 280px) {
  .toggle-button{
    left: 15rem;
  }
}