body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(weather.jpg);
  background-position: center;
  background-size: cover;

}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.component{
 
        display:flex;
        align-items: center;
        margin:0 auto;
        width:65%;
        height: 100vh;
        
}

.image{
background-image: url("new.gif");
height: 80%;
width:27%;
background-position:center;
background-size:cover;
border-radius: 20px 0 0 20px;
}

.nav{
  background:linear-gradient(rgba(255 255 255 0.15));
  padding: 10px;
  border: 0.1px solid #fff;
  border-radius:  5px;
}

.nav .button{
  background: #e67e22;
  width:150px;
  margin-left: 5rem;
  
}
.nav .input{
  color: #fff;
  font-size:18px;
  margin-right:20
}

.results{
  color:#fff;
  
padding:5rem 10rem;

font-size:25px;
line-height:1px;
  

}
.results svg{
 position: relative;
 top: 5px;
left: -10px;
font-size: 2rem;
}



@media screen and (max-width:992px) {
  .component{
 
    display:flex;
    align-items: center;
    margin:0 auto;
    width:80%;
    height: 100vh;
    
}
  .nav{
    display: flex;
    /* justify-content: space-between; */
    width: 100%;
    height: 40px;
    margin-top: 2rem;
  }
  .image{
    /* width: 40%; */
    height: 70%;
  }
  .nav .button{
    width: 200px;
    background: #e67e22;
    /* padding: 0px; */
    font-size: 12px;

  }
  .nav .input{
    color: #fff;
    font-size: 20px;
  
  }

  .results{
    /* display: flex; */
    font-size: 20px;
    margin: 3rem;
    padding: 0rem 2rem;
    /* line-height: 1; */
  }
  .results svg{
    position: relative;
    top: 7px;
    left:-8px;
    font-size: 1.5rem;
  }
}


@media screen and (max-width:768px) {
 /* .component{
  flex-direction: row;
 } */
  .image{
    /* width: 50%; */
    height: 70%;
  }

  .nav{
    display: flex;
    /* justify-content: space-between; */
    width: 80%;
    height: 40px;
    margin-top: 2rem;
  }
  .nav .button{
    width: 200px;
    background: #e67e22;
    padding: 0px;
    font-size: 10px;

  }
  .nav .input{
    color: #fff;
    font-size: 15px;
  
  }
  .results{
    /* display: flex; */
    font-size: 15px;
    /* margin-left: 1rem; */
    padding: 0rem 2rem ;
    /* line-height: 1; */
  }
  .results svg{
    position: relative;
    top: 7px;
    left:-8px;
    font-size: 1.5rem;
  }
  
}


@media screen and (max-width:576px) {
  .component{
 
    display:flex;
    flex-direction: column;
    align-items: center;
    margin:2rem auto;
    width:100%;
    height: 100vh;
    
}
  .image{
    width: 50%;
    height: 70%;
    border-radius: 20px;
  }

  .nav{
    display: flex;
    /* justify-content: space-between; */
    width: 100%;
    height: 40px;
    margin-top: 2rem;
  }
  .nav .button{
    width: 150px;
    background: #e67e22;
    padding: 0px;
    font-size: 10px;

  }
  .nav .input{
    color: #fff;
    font-size: 12px;
  
  }
  .results{
    /* display: flex; */
    font-size: 10px;
    margin-bottom: 1rem;
    padding: 0rem 0rem ;
    /* line-height: 1; */
  }
  .results svg{
    position: relative;
    top: 7px;
    left:-8px;
    font-size: 1.5rem;
  }
  
}
@media screen and (max-width:350px) {
  .component{
 
    display:flex;
    flex-direction: column;
    align-items: center;
    margin:2rem auto;
    width:100%;
    height: 100vh;
    
}
  .image{
    width: 50%;
    height: 70%;
    border-radius: 20px;
  }

  .nav{
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    width: 90%;
    height: 40px;
    margin-top: 3rem;
    /* z-index: 50; */
    padding: 1rem ;
  }
  .nav .button{
    width: 100px;
    background: #e67e22;
    padding: 5px;
    font-size: 10px;
    
    
    
  }
  .nav .input{
    color: #fff;
    font-size: 10px;
  
  }
  .results{
    /* display: flex; */
    font-size: 10px;
    /* margin-bottom: 1rem; */
    padding: 0rem 0rem ;
    /* line-height: 1; */
  }
  .results svg{
    position: relative;
    top: 7px;
    left:-8px;
    font-size: 1.5rem;
  }
  
}






