body{
    margin:0;
    padding:0;
    background-color: #000;
    cursor:pointer;
    color:#fff;

}
#preloader{
    background : white url('images/loader3.gif') no-repeat center center;
    background-size: 20%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
    background-color: rgba(0,0,0,1.9);
}
.section0 button{
    background-color: #000;
    border:1px solid red;
}
.btn1{
    width:70px;
    height:70px;
}
.navlogo{
    border-radius: 50%;
    width:230px;
    height:160px;
}
.right_nav a{
    transition:0.4s all;
    font-size:18px;
    color:white !important;
}
.right_nav a:hover{
    border:1px solid #fff;
    border-radius:20%;
    font-size:20px;
    color:#E52A2A !important;
}
.nav1{
    height:75px;
    font-size:17px; 
}
.open{
    position:absolute;
    left:0;
}
.open button{
    position:absolute;
    left:35px;
    transition:0.3s all;
}
.open button:hover{
    background-color:#000;
    border:2px solid red;

}
.sidebar{
    width:300px;
    position:absolute;
    left:-300px;
    top:60px;
    height:4%;
    background-color:#000;
    color:#fff;
    text-align:center;
    z-index:100;
    width:275px;
    transition:0.8s all;
}
.sidebar li button{
    background-color: #000;
    border:1px solid #000;
    padding-top:30px;
}
.sidebar li button:hover{
    background-color: #2C2C2C;
    border:2px solid gray;
}
.sidebar .title{
    color:#fff;
    font-size:25px;
    border-bottom:2px solid #fff;
    border-top:2px solid #fff;
    border-right:2px solid #fff; 
    gap:2px;   
}
.close{
    color:gray;
    font-size:25px;
    position:absolute;
    padding: 3px 13px;
}
.close:hover{
    color:#fff;
}
.main1{
    background:url("https://i.pinimg.com/originals/1b/f5/65/1bf5654d98d55e757e05d9ed66ac8031.jpg");
    background-repeat: no-repeat;
   
    background-position: center;
    background-attachment: fixed;
}
.sidebar li{
    list-style-type: none;
    display:block;
    width:100%;
    line-height: 60px;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    transition:0.6s all;
}
.jimg{
    width:230px;
    height:150px;
}
.box{
    color:#fff;
    border:1px solid #000;
    margin-top:10%;
    border-radius:5%;
    text-align: center;
    margin-top:50%;
    background-color:#2C2C2C;
    box-shadow:2px 2px 2px 2px #2C2C2C;
    height:330px;
    transition:0.4s all;
}
.box:hover{
    transform:scale(1.1,1.1);
}
.box button{
    color:#000;
    background-color: #000;
    color:#fff;
    border:1px solid #2C2C2C;   
}
.box  button:hover{
    background-color: #2C2C2C;
    color:#fff;
    border:1px solid red;
}
.sec1{
    background-color:rgba(0,0,0,0.7);
}
.limg{
    width:230px;
    height:150px;
}
.main2{
    background-image:url('https://1000logos.net/wp-content/uploads/2018/03/Symbol-Lamborghini.jpg');
    background-repeat: no-repeat;
    
    background-position: center;
    background-attachment: fixed;
}
.sec2{
    background-color:rgba(0,0,0,0.7);
}
.main3{
    background-image:url('https://blog.logomyway.com/wp-content/uploads/2021/05/Bentley-logo-JPEG.jpg');
    background-repeat: no-repeat;
   
    background-position: center;
    background-attachment: fixed;
}
.sec3{
    background-color:rgba(0,0,0,0.7);
}
.benimg{
    width:230px;
    height:150px;
}
.main1,.main2,.main3{
    margin-top:10%;
}
.main4{
    background-image:url('https://www.izmostock.com/wp-content/uploads/2015/12/Tesla.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.sec4{
    background-color:rgba(0,0,0,0.7);
}
.main5{
    background-image:url('https://live.staticflickr.com/7039/6890013382_e735fd4f18_b.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.sec5{
    background-color:rgba(0,0,0,0.7);
}
.aimg{
    height:90px;
    width:180px;
}
.main6{
    background-image:url('https://i.pinimg.com/originals/9a/c4/a3/9ac4a31e8b3a6d8b53e4d576d286b4d6.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.sec6{
    background-color:rgba(0,0,0,0.7);
}
.main7{
    background-image:url('https://www.izmostock.com/wp-content/uploads/2015/12/Mercedes-Benz.png');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    background-attachment: fixed;
}
.sec7{
    background-color:rgba(0,0,0,0.6);
}
.main8{
    background-image:url('https://wallpapers.com/images/hd/lexus-logo-silver-926n2mfoxigh1xe6.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.sec8{
    background-color:rgba(0,0,0,0.8);
}
.footer{
    background-color:#2C2C2C;
    margin-top:10%;
    background-image:url('images/fcar.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color:#fff;
    background-attachment: fixed;
}
.foot1{
    background-color: rgba(0,0,0,0.7);
    
}
.fa1{
    color:#fff;
    font-size:30px;
    
}
.foottop{
    margin-top:10%;   
}
.lastfooter{
    display:flex;
    justify-content: space-between;
}
.rightfoot{
    gap:4px;
}
.foot1 a{
    color:#fff;
    text-decoration: none;
    transition:0.4s all;
}
.foot1 p  :hover{
    color:red;
    font-size:20px;
}
.foot1 p{
    font-size:20px;
}
