*{
    margin: 0;
    padding: 0;
}
body{
    background-image:url(./background\ image.jpg);
    width: 250px;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
}
.logo{
    display: flex;
    position: relative;
    width:25px;
    height: 25px;
    margin-left: 70px;
    margin-top: 70px;
}
.lists{
    display: flex;
    position: relative;
    margin-left: 420px;
    margin-top:-35px;
    border-bottom: 2px solid #fff;
}
.nav-item{
    margin-left: 45px;
    font-size: 20px;
    color: white;
}
.nav-item1{
    display: flex;
    position: relative;
    margin-left: 155px;
    color: white;
    font-size: 20px;
}
.call img{
    display: flex;
    position: relative;
    width: 20px;
    height: 20px;
    margin-left: -185px;
    margin-top: 12px;
    color: white;
}
.heading{
    display: flex;
    position:absolute;
    margin-left:150px;
    margin-top: 150px;
    font-size: 55px;
    color: #fff;
}
.btn{
    display: flex;
    position: absolute;
    margin-left: 200px;
    margin-top: 300px;
}
button{
    width: 180px;
    padding: 13px 13px;
    border-radius: 16px;
    color: #fff;
    font-weight: bolder;
    font-size: 20px;
    background: none;
    border:2px solid #fff;
}
.interior img{
    display: flex;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: 1250px;
    margin-top: 120px;
    padding: 20px;
    border-radius: 15px 15px;
    background-color: #fff;
}
.head{
    display: flex;
    position: absolute;
    margin-left:1250px ;
    margin-top: 190px;
    color: white;
    font-weight: lighter;
    font-size: 15px;
}
.bottom img{
    display: flex;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: 900px;
    margin-top: 350px;
    padding: 20px;
    border-radius: 15px 15px;
    background-color: #fff;
}
.head1{
    display: flex;
    position: absolute;
   margin-left:900px;
   margin-top: 430px;
   color: #fff;
   font-weight: lighter;
   font-size: 15px;
}

