*{
    box-sizing: border-box;
}

body{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.TEST{
    font-size: 60PX;
    font-weight:normal;
    font-family: Arial, Helvetica, sans-serif;
    POSITION: relative;
    LEFT: 380px;
    TOP: 110px;
    letter-spacing: 8PX;
}

.TEST2{
    font-size: 50PX;
    font-weight:normal;
    font-family: Arial, Helvetica, sans-serif;
    POSITION: relative;
    LEFT: 75px;
    TOP: 10px;
    letter-spacing: 4PX;
    cursor: pointer;  
}
.TEST3{
    font-size: 50PX;
    font-weight:normal;
    font-family: Arial, Helvetica, sans-serif;
    POSITION: relative;
    LEFT: 1264px;
    TOP: 17px;
    letter-spacing: 4PX;
    cursor: pointer;  
}
 .secondimg h1:hover{
    text-decoration:underline;
}

.therdimg h1:hover{
    text-decoration:underline;
}


header .container{
    display: flex;
    justify-content: space-between;
    
}

header{
    width: 100%;
    background-color: #eae6e4;
    padding: 20px;
    position: absolute;
    top: 0;
}
ul:hover{
       text-decoration: underline;
}


#brand{
    font-size: larger;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


#dealer{
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bolder;
    letter-spacing:5px ;
    cursor: pointer;
    
}
.pick{
    display: flex;
    flex-direction: column;
}

.firstimg, .secondimg, .therdimg{
    width: 100%;
    height:100vh ;
    background: linear-gradient();
    /* background-attachment: fixed; */
    background-position: center;
    display: flex;
    background-size: cover; 
    
}
.firstimg{
    
    background-image: url(Images/firstimg.jpg);
}
.secondimg{
    background-image: url(Images/secondimg.jpg);
}
 
.therdimg{
    background-image: url(Images/therdimg.jpg);
}


.nav{
    display: flex;
    justify-content: space-around;
    background-color: white;
}
.sec1, .sec2, .sec3{
    width: auto;
    height: 150px;
    color: black;
    margin-top: 60px;
    font-size: 16px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 3px;
    text-shadow: 5px;  
}

.adress{
    width: 100%;
    height: 20px;
    background-color: white;
    display: flex; 
    justify-content: space-around;
    
}
.add{
    position: relative;
    width: 698px;
    height: 182px; 
}
.add, .ssi{
 margin: 0px;
 color: black;
 top:20px;
}
.COPY{
    position: relative;
    top: -39PX;
    LEFT: 112px;
    FONT-SIZE: medium;
    COLOR: RGBA(25,25,25,0.4);
}