@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;700;900&display=swap');
*{
  margin: 0;
  padding: 0;
  font-family: 'Poppins',sans-serif;
  box-sizing: border-box;
  
}
.header{
   
  height: 180px;
  background-size: cover;
  position: relative;
  width: 100%;
  
}
nav .hero-btn2{
  display: inline-block;
  text-decoration: none;
  background: black;
  color: white;
  margin-left: 15px;
  padding: 10px 25px;
  font-size: 18px;
  margin-top: 10px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  
}
nav .hero-btn2 i{
  padding: 10px;
}
nav .hero-btn2:hover{

 background: rgb(212, 211, 211);
}
nav .heronew{
  background: transparent;
  color: black;
}
nav .heronew:hover{
  background: transparent;

}
nav .heronew::after{
  content: '';
  width: 0;
  height: 3px;
  background: black;
  position: absolute;
  left: 0;
  bottom: -6px;
  transition: 0.5s;
}
nav .heronew:hover::after{
  width: 100%;
}
nav ul li{
  display: inline-block;
  list-style: none;
  margin: 10px 40px ;
  
}
nav ul li a{
  color: black;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  position: relative;

}

nav ul li a::after{
  content: '';
  width: 0;
  height: 3px;
  background: white;
  position: absolute;
  left: 0;
  bottom: -6px;
  transition: 0.5s;
}
nav ul li a:hover::after{
  width: 100%;
}

nav .fas{
  display: none;
}
nav ul{
  display: none;
}


.overview{
  width: auto;
  padding: 0 20;
 text-align: center;

  
}
.overview .row{
  margin-top: 0%;
  display: flex;
  justify-content: space-around;
  
}
.overview-col{
  padding: 0px 150px 15px 150px;
  text-align: center;
  
 
}
.overview h1{
  
  font-size: 50px;
  text-align: center;
  padding: 18px 0;
}
.overview-col p{
  font-size: 25px;
  padding: 25px;
  font-family:'Poppins',sans-serif;
  color: rgb(31, 30, 30);

}
.overview-btn{
  
  text-decoration: none;
  color: white;
  border: 1px solid rgb(4, 54, 74);
  padding: 14px 34px;
  font-size: 18px;
  border-radius: 30px;
  background: rgb(4, 54, 74);
  text-align: center;
  position: relative;
  cursor: pointer;
  
  
 
}
.overview-btn:hover{
  background-color: white;
  color: black;
  border: 1px solid black;
}
.overview svg{
  display: none;
}
.product{
  width: auto;
  padding: 10 60;
}
.product h1{
  text-align: center;
  font-size: 35px;
  padding-bottom: 50px;

}

.product .row1{
  margin-top: 0%;
  display: flex;
  justify-content: space-around;
  
}
.product .row2{
  margin-top: 0%;
  display: flex;
  justify-content: space-evenly;
  
}


.product-col{
  flex-basis: 30%;
  color: black;
  margin-bottom: 5%;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  transition: .5s;  
  background-color: white;
  border-radius: 5px;
  box-shadow:  0px 0px 20px rgba(0, 0, 0, 0.3);
 
}
.inputfield{
  box-shadow:  none;
  padding: 0px;
  margin: 0px;

}
.inputfield h3{
  margin-bottom: 20px;
}

.inputfield input {
  height: 46px;
  width: 100%;
  outline: none;
  font-size: 18px;
  padding: 0 17px;
  margin: 0 0 20px 0;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.inputfield .separator {
  height: 1px;
  width: 100%;
  margin: 25px 0;
  background-image: linear-gradient(to right, #22193f, #2a3957) ;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inputfield .separator::before{
  content: "or";
  color: white;
  font-size: 18px;
  padding: 0 15px 3px;
  margin-top: -4px;
  border-radius: 5px;
  background-image: linear-gradient(to right, #22193f, #2a3957) ;
}
.inputfield select ,button {
  width: 100%;
  padding: 10px 0;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(to right, #22193f, #2a3957) ;
  transition: 0.2s ;
}
svg{
  width: 400px;
  height: 300px;

}
.product-col i{
  width: 70px;
  height: auto;
  padding: 5px;
  padding-top: 15px;
  border-radius: 50%;

}
.product-col h3{
  
  font-size: 25px;
  text-align: center;
  

}
.product-col p{
 
  font-size: 16px;
  
  text-align: left;
 

}
.current-data-flex{
  display: flex;
  padding-top: 20px;
  
}
.current-data{
  flex-basis: 60%;
  
}
.current-data img{
  width: 50%;
}

.forecast-data-flex{
  display: flex;
  
  
}
.forecast-data{
  flex-basis: 60%;

}

.forecast-data p{
   margin: 10px 15px;
}
.current-data p{
  margin: 15px;
}
.forecast-data img{
  width: 120px;
  width: 120px;
  
}
.data{
  padding: 10px;
}

.fiveday-forecast{
  display: grid;
  grid-template-columns: auto auto auto;
  gap:40px;
  padding: 0px 100px;
}

@media(max-width:800px){

  .header{
    background-image:linear-gradient(to top, rgba(14, 13, 13, 0.838) 25%,transparent 70%)
        ,linear-gradient(to bottom, rgba(14, 13, 13, 0.838) 15%,transparent 70%)
        ,url(weather.jpg);
    height: 300px;
    
}
  

nav ul{
  display: block;
}

nav .fa-solid{
  display: block;
  font-size: 25px;
  margin: 30px;  
  padding-left: 80%; 
  color: black;
  z-index: 1;
  cursor: pointer;
}
nav .fa-times{
display: block;
font-size: 25px;
margin: 20px;  
color: white;
z-index: 2;
cursor: pointer;
}
nav .hero-btn2{
display: none;
}

nav ul li{
display: block;
margin: 15px 10px;
padding: 5px;
font-size: 10px;

}
nav ul{
background:white;
position: fixed;
top: 0;
right: -100%;
width: 100%;
text-align: center;
height: 100vh;
padding-top: 10px;
z-index: 2;
transition: right 0.5s;
cursor: pointer;
text-align: left;

}
#sidemenu{
z-index: 500;
}
nav #sidemenu .fa-solid{
margin: 3px;
}
#sidemenu li i{
color: rgb(59, 57, 57); 
display: inline;
padding-left: 0;
padding: 5px;
font-size: 18px;
}
#sidemenu hr{
color: rgb(59, 57, 57);
height: 0.5px;
}
#sidemenu p{
margin-top: 20px;
padding: 10px;
color: rgb(59, 57, 57);
text-align: left;
font-family: 'Montserrat', sans-serif;
font-size: 15px;
}
.loginpage{
display: flex;
flex-direction: row;
margin: 10px;
justify-content: space-evenly;
}
#sidemenu .login{
background-color: rgba(246, 97, 97, 0.074);
border: 1px solid red;
color: red;
font-size: 20px;
padding: 10px 25px;
border-radius: 10px;
text-align: left;
display: block;
font-weight: 400;
}
#sidemenu .join{
background:#1d1233;
color: white;
}

nav ul li a{
   color: rgb(59, 57, 57);
   font-weight: 600;
   font-size: 19px;
   font-family: 'Montserrat', sans-serif;
  
}

nav ul li a:hover::after{

width: 0%;

}
nav ul li :hover{

color: black;

}
nav ul .fas{
  position: absolute;
  top: 25px;
  padding: 20px;
  left: 300px;
  cursor: pointer;
  color: white;
}



.contact form input,form textarea{

width: 300px;
border: 0;
outline: none;
border-bottom: 1px solid black;
padding: 10px;
margin: 10px;
color:black;
font-size: 15px;
border-radius: 5px;
font-family: 'Poppins',sans-serif;

}
form .btn1{
padding: 10px;
font-size: 15px;
font-weight: 500;
margin-top: 10px;
width: 300px;
border: none;
width: 140;
border-radius: 10px;
cursor: pointer;
color: black;
background: white;
font-family: 'Poppins',sans-serif;
}
form .btn1:hover{
background: black;
color: white;

}
.overview{
  width: auto;
  padding: 0;
 text-align: center;

  
}

.overview-col{
  padding: 5px;
  text-align: center;
  
 
}
.overview h1{
  
  font-size: 25px;
  text-align: center;
  padding: 18px 0;
}
.overview-col p{
  font-size: 16px;
  padding: 25px;
  font-family:'Poppins',sans-serif;
  text-align: center;
  

}
.product{
  width: auto;
  padding: 10;
}
.product h1{
  text-align: center;
  font-size: 25px;
  padding-bottom: 10px;

}
.inputfield h3{
  font-size: 25px;
}

.product .row1{
  margin-top: 0%;
  flex-direction: column;
  
}
.product .row2{
  margin-top: 0%;
  flex-direction: column;

  
}
.current-data h4{
  text-align: left;
}

.product-col{
  margin: 20px;
}
.overview svg{
  display: inline;
}
.product svg{
  display: none;
}


svg{
  width: 300px;
  height: 300px;

}
.row{
  flex-direction: column;
}
.fiveday-forecast{
  display: grid;
  grid-template-columns: auto;
  gap:0px;
  padding: 0px;
}




}



