body
{
    margin: 0px;
}
.full-page
{
    
    overflow: hidden;
    /* background-color: rgb(255, 255, 255); */
}
.heder
{
    width: 100%;
    height: 100px;
    position: fixed;
    width: 100%;
    background-color: #ffffffa2;
    background-image: linear-gradient(to bottom, transparent 80%,rgb(205, 205, 205));
    display: flex;
}
.hedder-text
{
    display: flex;
    color: #0E5E6F;
    margin-left: 300px;
    font-weight: bolder;
}
.image-icon-div
{
    margin-left: -250px;
    width: 170px;
    height: 110px;
    margin-top: -5px;
    
}
.automotive
{
    margin-left: 50px;
    
}
.automotive:hover
{
    font-size: 25px;
    
}
.link
{
    color: #0E5E6F;
    
}
.line
{
    width: 60%;
    margin-top: -30px;
    height: 2px;
    margin-left: 90px;
    background-color: #0E5E6F;
    transform:rotate(90deg);
    font-family: Serif,Georgia;
     -o-transform:rotate(90deg);
     -moz-transform:rotate(90deg);
     -webkit-transform:rotate(90deg);
}
nav
{
    margin-left: 100px;
    color: #153462;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
}
nav ul li
{
    display: inline-block;
    padding: 20px 20px;
}
.txt1:hover
{
    font-size: 23px;
    text-shadow: 1px 1px 1px #ffffff;
}
.txt2:hover
{
    font-size: 23px;
    text-shadow: 1px 1px 1px #f5eeee;
}
.txt3:hover
{
    font-size: 23px;
    text-shadow: 1px 1px 1px #fefefe;
}
.txt4:hover
{
    font-size: 23px;
    text-shadow: 1px 1px 1px #ffffff;
}
.contact-hedder
{
   margin-left: 100px;
   margin-top: 40px;
    font-size:large;
}
.body-main
{
    width: 100%;
    height: 550px;
}
.nav-bar
{

    margin-left: 70px;
    margin-top: 200px;
    border-radius: 20px;
    width: 80px;
    height: 460px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 10px 0px rgba(0.5, 0.5, 0.5, 0.5);
}
.nav-bar:hover
{
    box-shadow: 0px 5px 10px 0px rgb(0, 52, 41);
}
.icons
{
    display: flex;
    flex-direction:column;
}
.followus
{
    margin-top: 10px;
    height: 80px;
    width: 80px;
    filter: drop-shadow(2px 3px 20px rgb(255, 239, 122));
}
.icon-image1
{
    margin-top: 40px;
    margin-left: 20px;
    height: 40px;
    width: 40px;
}
.icon-image1:hover
{
    margin-top: 40px;
    margin-left: 20px;
    height: 40px;
    width: 40px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.icon-image2
{
    margin-top: 40px;
    margin-left: 20px;
    height: 40px;
    width: 40px;
}
.icon-image2:hover
{
    margin-top: 40px;
    margin-left: 20px;
    height: 40px;
    width: 40px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.icon-image3
{
    margin-top: 40px;
    margin-left: 20px;
    height: 40px;
    width: 40px;
}
.icon-image3:hover
{
    margin-top: 40px;
    margin-left: 20px;
    height: 40px;
    width: 40px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.icon-image4
{
    margin-top: 40px;
    margin-left: 20px;
    height: 40px;
    width: 40px;
}
.icon-image4:hover
{
    margin-top: 40px;
    margin-left: 20px;
    height: 40px;
    width: 40px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.img-img
{
    background-repeat: no-repeat;
    width: 800px;
    height: 350px;
    margin-left: 800px;
    margin-top: -500px;
}
.bmw
{
    width: 700px;
    margin-top: -50px;
    margin-left: 100px;
}
.bmw:hover
{
    filter:drop-shadow(0px 0px 0.5px #015b74);
}
.img-xuv
{
    background-repeat: no-repeat;
    width: 800px;
    height: 150px;
    margin-left: 600px;
    margin-top: -10px;
}
.xuv
{
    margin-top: -60px;
    width: 600px;
    margin-left: 180px;
}
.xuv:hover
{
    filter:drop-shadow(0px 0px 0.5px #015b74);
}
.main-text
{
    margin-top: -500px;
    margin-left: 200px;
    height: 250px;
    width: 800px;
}
.quot-txt
{
    margin-top: 20px;
    padding-left: 100px;
    font-size: 47px;
    font-weight: bolder;
    color: #015b74;
    font-family: Copperplate Gothic Light;
    filter: drop-shadow(2px 1px 50px #001253);
}
.map
{   padding-top: -800px;
    padding-top: -50px;
    height: 500px;
    width: 900px;
    background-image: url(image/map.jpg);
    background-size: cover;
    /* background-color: #153462; */
}
.sub-body
{
    width: 100%;
    height: 500px;
    
}
.body-box
{
    margin-left: 70px;
    height: 450px;
    width: 90%;
    border-radius: 20px ;
    box-shadow: 0px 5px 10px 0px rgba(0.5, 0.5, 0.5, 0.5);
}
.side-view
{
    margin-top: 30px;
    margin-left: 50px;
    height: 350px;
    width: 750px;
    
}
.side-view:hover
{
    filter: drop-shadow(2px 2px 20px rgb(255, 180, 180));
}
.solg
{
    width: 400px;
    height: 60px;
    margin-left: 800px;
    margin-top: -350px;
    display: flex;
    
}
.short
{
    color: #283747;
    font-size: 60px;
    font-weight: bolder;
    font-family: Bodoni MT;
}
.short:hover
{
    filter: drop-shadow(2px 3px 20px rgb(255, 197, 197));
}
.footer
{
    width: 100%;
    height: 800px;
    
}
.footer-box
{
    display: flex;
    flex-direction: column;
    margin-left: 70px;
    height: 750px;
    width: 90%;
    border-radius: 20px ;
    box-shadow:  0px 5px 10px 0px  rgb(0, 0, 0) ;
}
.footer-walp
{
    width: 100%;
    height: 750px;
    margin-left: 0px;
    border-radius: 20px;
    opacity: 500%;
    background-image: url(image/walp.png);
    background-size: cover;
}
.img1-box
{
    margin-top: 400px;
    margin-left: 400px;
    width: 450px;
    height: 250px;
}
.img1
{
    width: 450px;
    height: 250px;
    border-radius: 25px;
}
.img1:hover
{
    border-radius: 0px;
    filter: drop-shadow(2px 1px 20px rgb(18, 59, 32));
}
.img2-box
{
    margin-top: -250px;
    margin-left: 875px;
    width: 300px;
    height: 150px;
}
.img2
{
    width: 300px;
    height: 150px;
    border-radius: 25px;
}
.img2:hover
{
    border-radius: 0px;
    filter: drop-shadow(2px 1px 20px rgb(232, 45, 45));
}
.img3-box
{
    margin-top: -350px;
    margin-left: 950px;
    width: 300px;
    height: 175px;
}
.img3
{
    width: 300px;
    height: 175px;
    border-radius: 25px;
}
.img3:hover
{
    border-radius: 0px;
    filter: drop-shadow(2px 1px 20px rgb(100, 193, 255));
}
.img4-box
{
    margin-top: -275px;
    margin-left: 695px;
    width: 250px;
    height: 275px;
}
.img4
{
    width: 225px;
    height: 275px;
    border-radius: 25px;
}
.img4:hover
{
    border-radius: 0px;
    filter: drop-shadow(2px 1px 20px rgb(0, 0, 0));
}
.img5-box
{
    margin-top: -170px;
    margin-left: 490px;
    width: 200px;
    height: 150px;
}
.img5
{
    width: 175px;
    height: 170px;
    border-radius: 25px;
}
.img5:hover
{
    border-radius: 0px;
    filter: drop-shadow(2px 1px 20px rgb(80, 102, 248));
}
.main-footer
{
    height: 130px;
    width: 100%;
}
.main-footer-box
{
    display: flex;
    height: 120px;
    width: 100%;
    border-radius: 2px ;
    box-shadow:  0px 10px 20px 0px  rgb(0, 0, 0) ;
}
.footer-text
{
    display: flex;
    padding-top: 35px;
    margin-left: 280px;
}
.final-text
{
    font-weight: bold;
    margin-top: 50px;
    margin-left: 120px;
    filter: drop-shadow(2px 1px 10px rgb(0, 0, 0));
}
.walp-txt
{
    font-size: 55px;
    font-weight: bolder;
    font-family: Copperplate Gothic Light;
    margin-top: -200px;
    margin-left: 100px;
    filter: drop-shadow(2px 1px 10px #001253);
}
