@import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);

body {
  background-image: url(./img/retro-living-room-interior-design-c362cb6e-f482-4ca4-97bf-0b845c268977.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.list {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  list-style: none;
  color: #fff;
  font-family: "Poppins";
  margin-left: 30%;
  font-size: 20px;
  position: absolute;
  top: 4%;
}

.icon-call {
  position: absolute;
  left: 60%;
  top: -60%;
}

.logo-here {
  color: #fff;
  font-size: 40px;
  width: 10%;
  font-family: "Poppins";
  margin-left: 50px;
}

hr {
  margin-right: 5%;
}

.hero-heading {
  font-size: 100px;
  width: 60%;
  font-family: "Poppins";
  color: #fff;
  margin-left: 50px;
}

.button-large {
  width: 280px;
  height: 80px;
  background-color: transparent;
  border-radius: 50px 50px;
  border-color: #fff;
  color: #fff;
  font-size: 30px;
  margin-left: 50px;
}

p {
  color: rgb(255, 255, 255);
  font-family: "Poppins";
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.158);
  width: 300px;
  height: 200px;
  display: flex;
  text-align: center;
  align-items: end;
  padding: 20px 30px;
}

.para-1 {
  position: absolute;
  left: 60%;
  top: 70%;
}

.para-2 {
  position: absolute;
  left: 75%;
  top: 30%;
}

.icon-light {
  position: absolute;
  right: 35%;
  top: 5%;
}

.icon-puzzle {
  position: absolute;
  left: 10%;
  top: 10%;
}

@media screen and (max-width: 768px) {
  

  body {
    background-image: url(./img/retro-living-room-interior-design-c362cb6e-f482-4ca4-97bf-0b845c268977.jpg);
    height: 100vh;
    width: 50vh;
  }
  
  .logo-here{
    font-size: 20px;
  }
  .list-item{
    display: none;
  }

  .icon-call{
   position: relative;
  left: -1%;
  top:-10%;
  }

  .hero-heading {
    font-size: 50px;
    width: 100%;
    font-family: "Poppins";
    color: #fff;
    margin-left: 50px;
  }

  

.button-large {
  width: 180px;
  height: 40px;
  background-color: transparent;
  border-radius: 50px 50px;
  border-color: #fff;
  color: #fff;
  font-size: 15px;
  margin-left: 50px;
}

.blocks{
  display: flex;
}


.para-1 {
  position: absolute;
  left: 5%;
  top: 60%;
  width: 30%;
}




.para-2 {
  position: absolute;
  left: 55%;
  top: 60%;
  width: 30%;
}


.icon-light {
  position: absolute;
  right: 1%;
  top: -10%;
}

.icon-puzzle{
  position: absolute;
  right: 4%;

  top: -10%;
}
  
}
  

