.img img{
    height:auto;
    width:100px;
    border-radius:50%;
   position:absolute;
   top:10px;
   right:10px; 
    
    
}
p{
    font-size: 14;
}


.uk-navbar-container{
width:100%;
position:relative;

    
    
}
.new{
    position:relative;
}
.new_con{
    position:absolute;
    bottom:1px;
    left:30%;
}
.about{
    display:flex;
    gap:10px;
    margin-top:30;
    font-color:#ffffffpx;
    background: #D3D3D3;
    .about_sub1{
        margin-top:20px;
    }
}
 .about h2{ 
 color:#ffffff;
 }
 .about_sub2{
     margin-top:150px;
     /* margin-left:20px; */
 }
  .about img{
      height:250px;
  }   
   /* .slide{
      margin:20px 0px;
  }  */
 
.process  {
   text-align:center;
   background: #D3D3D3;
}
/* .p1{
    
    margin-top:30px ;
    
    
} */
.p1 img{
    border-radius:50%;
    height:200px;
    width:200px;
    
}
.p2{
/* margin-top:20px; */
    background: linear-gradient(to left,rgba(0,0,0,0.3),rgba(0,00,0.3),rgba(0,0,0,0.3));
    color:#FFFFFF;
}
.p2 h3{
    color:#FFFFFF;
}

.sporti{
    display:flex;
/*     gap:30px;
 */    justify-content:space-between;
    align-items:flex-start;
    
}
.sports img{
    width:300px;
    height:300px;
   margin-top:1px;
   margin-left:0px;
}
.sportc {
    text-align:center;
}
marquee{
    /* margin-top:20px; */
    bgcolor:#c5c6c7;
    
    
}
.origin{
    /* margin:20px 0px; */
    background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3),rgba(0,0,0,0.3));
 
    
    padding:50px 50px 0px 50px;
    
    
}
.founder img{
    width:100%;
    /* margin-top:20px; */
    margin-bottom:0px;
    height:auto;
    
}
.founder{
    text-align:center;
}
.footer{
   height:300px; background-image:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(https://i.ibb.co/c8CgFFx/letter-b-sticker.jpg );
   background-size: cover;
   text-align:center;
   color:#ffffff;
   padding:30px;
   line-height:30px;
}
a{
    text-decoration:none;
    color:#ffffff;
}
.footer h4{
    color:#ffffff; 
}
/* login page stylings */
fieldset{
    width: 100%;
    height: 300px;
    text-align: center;
    padding: 20px;
    background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3),rgba(0,0,0,0.3)); 
}
.login{
    margin:0px;
}
.login button{
    border-radius: 10px;
   
}
.login a{
     color:#08090f ; 
}
/* racing champions page */
.mainl{
    
    height:300px;
    width: 100%;
    text-align:center; 
    background-size:cover;
    background-position:center ;
    
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
   color:#ffffff; background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(../img/racingn.jpg);
}
 .mainl h3{
    color: #ffffff;
    margin-top:2px;
}
.racers img{
    width:100%;
    height: auto;
    margin:2px;
}
 .body{
   background:#ffffff; 
   color: #0b0d16;
} 
.racers h3{
    color: #0b0d16;
    text-align:left;
    margin:5px 0px;
}
.body h5{
    color: #0b0d16;
    margin-top:2px;
}
/*  bugatti store */
.store img{
    height: 300px;
    width: auto;
    
}
.carousel-caption button{
    border-radius:10px;
}
.categories img{
    width:150px;
    height: 150px;
    border-radius:50%;
}
.categories{
    display:flex;
    gap:5px;
    justify-content: center;
    align-items: center;
}
h3{
    text-align:center;
}
.cat{
    display:block;
    text-align:center;
}
.prod1{
    display:flex;
    gap:5%;
    margin-top:20px;
    
}
.prod1 img{
    width: 200px;
    height: 200px;
    border-radius:10% 10% 0% 0%;
    
}
.prod1 div{
    margin:0px 40px;
    text-align:center;
    border:2px solid;
    border-radius:10%;
}
.sale img{
    width: 400px;
    height: 200px;
} 
.sale{
    display:flex;
    height: 200px;
    margin:40px;
    text-align:center;
    border:2px solid;
    position:relative;
    
}
.salec{
    align-items: center;
    justify-content: center;
    display: flex;
flex-direction: column;
}
.sale button{
    position:absolute;
    bottom:170px;
    background: #0abab5;
}
.sale1{
    display:flex;
    height: 200px;
    margin:40px;
    text-align:center;
    border:2px solid;
    position:relative;
   
} 
.sale12{
display: flex;
flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sale1 button{
    position:absolute;
    bottom:170px;
    right:0px;
    background: #0abab5;
}
.sale1 img{
    width: 400px;
    height: 200px;
} 
.footerp img{
    width: 50px;
    height: auto;
}
.footerp{
    display:flex;
    gap:14%;
   background:#F8F8FF ;
    justify-content: space-between;
    align-items: center;
}

.foot{
    text-align: center;
}