@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: "grot";
    src: url("grotesk.otf");
}

*{
    margin: 0;
    padding: 0;
}

body{
    background-color: #FFEDE5;
}

.logo{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.logo img{
    width: 145px;
    height: 35px;
    
}

.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    max-width: 1000px;
    background-color: #523122;
    border-radius: 50px;
    height: 50px;
    z-index: 1000;
  }
  
  .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem; 
    list-style: none;
    padding: 0;
    margin: 0;
  }
  

li{
    display: inline;
    align-items: center;
    margin-left: 30px;
    padding: 20px;
}

a{
    display: inline-block;
    text-decoration:none;
    color: white;
    align-self: center;
    font-family: "Montserrat", sans-serif;
}

h1{
 font-family: "grot";
 font-size: 70px;
 text-align: center;
 color:#523122;
 margin-top: 100px;
}
.aboutus{
    display: grid;
    grid-template-columns: repeat(2,50%);
    height: fit-content;
    gap: 20px;
    margin: 20px;
    margin-right: 40px;
    max-width: 100%;
}
.aboutus img{
    height: 100%;
    width: 100%;
    max-width: 100%;
}
.aboutus div{
    background-color: #523122;
    border-radius: 40px;
    max-width: 100%;
    width: 100%;
}
.aboutus div h2{
    font-size: 50px;
    font-family: "grot";
    color:white;
    text-align: center;
    margin-top: 20px;
    margin: 30px;
}
.aboutus div p{
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    color:white;
    text-align: center;
    margin-top: 20px;
    margin: 30px;
    font-weight: 100;
}
.moto{
    background-color: black;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom : 10px;
}

.vmv{

}
.vmv h1{
    margin-top: 100px;
    color: white;
    padding-top: 50px;

}

.vmv p{
    color: #FFEDE5;
    font-family: "Montserrat", sans-serif;
    margin-left: 50px;
    margin-right: 50px;
    text-align: justify;
    font-size: 1.1rem;
}

.card-container{
    display: flex;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    padding-bottom: 50px;
}

.moto-card{
    margin-top: -100px;
    margin: 30px;
    height: 500px;
    width:400px;
}
.mtext{

}
.mtext h1{
    font-size: 3rem;
    color: white;
}
.pcontainer{
    background-color: #523122;
    height: 350px;
    box-shadow: 2px white;
}
.mtext p{
    padding: 20px;
    color: white;
    font-family: "Montserrat", sans-serif;  
    font-weight: 100;
    text-align: justify;
}

#circle-transition {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle at center, #4A3B31 0%, #3D2B1F 70%, #1E150F 100%);
  border-radius: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

@media (max-width:720px) and (max-width:1024px){
    .navbar {
    width: 85%;
    height: auto;
    flex-wrap: wrap;
  }

  .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .nav-links li {
    display: inline;
    margin: 0 10px;
  }

  .nav-links a {
    text-decoration: none;
    color: white;
    font-size: 1.2rem; 
  }
    .aboutus{
        display: flex;
        flex-direction: column;
    }
    .card-container{
        flex-direction: column;
    }


.vmv h1{
    margin-top: 100px;
    color: white;
    padding-top: 50px;

}

.vmv p{
    color: #FFEDE5;
    font-family: "Montserrat", sans-serif;
    margin-left: 50px;
    margin-right: 50px;
    text-align: justify;
    font-size: 1.1rem;
}

.card-container{
    display: flex;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    padding-bottom: 50px;
}

.moto-card{
    margin-top: -100px;
    margin: 30px;
    margin: 0 auto;
    height: 500px;
    width:400px;
}
.mtext{

}
.mtext h1{
    font-size: 3rem;
    color: white;
}
.pcontainer{
    background-color: #523122;
    height: 350px;
    box-shadow: 2px white;
}
.mtext p{
    padding: 20px;
    color: white;
    font-family: "Montserrat", sans-serif;  
    font-weight: 100;
    text-align: justify;
}
}
@media (min-width:540px) and (max-width:719px){
    .navbar {
    width: 85%;
    height: auto;
    flex-wrap: wrap;
  }

  .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .nav-links li {
    display: inline;
    margin: 0 10px; 

  .nav-links a {
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
  }
    .aboutus{
        display: flex;
        flex-direction: column;
    }
    .card-container{
        flex-direction: column;
    }

.vmv h1{
    margin-top: 100px;
    color: white;
    padding-top: 50px;

}

.vmv p{
    color: #FFEDE5;
    font-family: "Montserrat", sans-serif;
    margin-left: 50px;
    margin-right: 50px;
    text-align: justify;
    font-size: 1.1rem;
}

.card-container{
    display: flex;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    padding-bottom: 50px;
}

.moto-card{
    margin-top: -100px;
    margin: 30px;
    margin: 0 auto;
    height: 500px;
    width:400px;
}
.mtext{

}
.mtext h1{
    font-size: 3rem;
    color: white;
}
.pcontainer{
    background-color: #523122;
    height: 350px;
    box-shadow: 2px white;
}
.mtext p{
    padding: 20px;
    color: white;
    font-family: "Montserrat", sans-serif;  
    font-weight: 100;
    text-align: justify;
}
}
@media (min-width:360px) and (max-width:539px){
    .navbar {
    width: 85%;
    height: auto;
    flex-wrap: wrap;
  }

  .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .nav-links li {
    display: inline;
    margin: 0 10px; 
  }

  .nav-links a {
    text-decoration: none;
    color: white;
    font-size: 1.2rem; 
  }
    .aboutus{
        display: flex;
        flex-direction: column;
    }
    .card-container{
        flex-direction: column;
    }


.vmv h1{
    margin-top: 100px;
    color: white;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2.5rem;
}

.vmv p{
    color: #FFEDE5;
    font-family: "Montserrat", sans-serif;
    margin-left: 50px;
    margin-right: 50px;
    text-align: justify;
    font-size: 1.0rem;
}
.moto{
    height: max-content;
}

.card-container {
    display: flex;
    flex-wrap: wrap;             
    justify-content: center;      
    text-align: center;
    margin: 0 auto;
    padding-bottom: 50px;
    gap: 30px;          
    height: fit-content;         
}

.moto-card {
    margin-top: 30px;             
    height: 350px;
    width: 300px;
    max-width: 100%;
    margin: 30px;
}

.mtext{

}
.mtext h1{
    font-size: 3rem;
    color: white;
    margin-top: 20px;
}
.pcontainer{
    background-color: #523122;
    height: 300px;
    box-shadow: 2px white;
}
.mtext p{
    padding: 20px;
    color: white;
    font-family: "Montserrat", sans-serif;  
    font-weight: 100;
    text-align: justify;
    height: 100%;
}
}