@font-face {
    font-family: 'MyFont';
    src: url(../task2/NotoSansDisplay-VariableFont_wdth\,wght.ttf);
}
@font-face {
    font-family: 'MyFont2';
    src: url(./BitcountSingleInk-VariableFont_CRSV\,ELSH\,ELXP\,SZP1\,SZP2\,XPN1\,XPN2\,YPN1\,YPN2\,slnt\,wght.ttf);
}
@font-face {
    font-family: 'MyFont3';
    src: url(./FontsFree-Net-Land-Rover-Web-Medium.ttf);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
body,html{
    height: 100%;
    width: 100%;
}
#main {
    position: relative;
    height: 100%;
    width: 100%;
    /* background: radial-gradient(circle, grey, black); */
    background-image: url(https://images.unsplash.com/photo-1542282088-fe8426682b8f?q=80&w=1974&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
    background-position: center;
}
#firsthome a{
    text-decoration: none;
    color: white;
    font-size:18px ;
    font-family: 'MyFont2';
    margin-left: 32px;

}
#navbar{
    display: flex;
    color: whitesmoke;
    justify-content: space-between;
    align-items: center;
    font-family: 'MyFont2';
    padding: 30px 28px;
}
#navbar p{
    font-size: 28px;
}
#main h1{
    font-size: 300px;
    color: white;
    margin-left: 20px;
    padding: 0px;
    font-family: 'MyFont3';
    /* text-shadow: 2px 2px 4px #000000; */
   position: absolute;
    top: 10%;
}
#car-details{
    position: absolute;
    bottom: 15%;
    left: 5%;
    color: white;
    font-family: 'MyFont2';
}
#bottombar{
    position: absolute;
    bottom: 2%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    color: white;
    font-family: 'MyFont2';
    padding: 20px;
}

img{
    position: absolute;
}
.car-image1{
    height: 250px;
    right: 2%;
    bottom: 10%;
    border-radius: 25px;
   
}
.car-image2{
    height: 180px;
    right: 20%;
    bottom: 35%;
    border-radius: 25px;
}

