* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
    font-family: "montserrat", sans-serif;
}
body{}
nav{
  width: 100%;
  z-index: 9999;
  position: fixed;
  color: #fff!important;
}

nav h1{
  float: left;
  line-height: 60px;
}
.fixed{
  position: fixed;
  background: #00000080;
  animation: anim 1s linear;
  color: #fff!important;
}
@keyframes anim{
  0%{
    opacity: .1;
  }
  20%{
    opacity: .3;
  }
  40%{
    opacity: .5;
  }
  60%{
    opacity: .7;
  }
  80%{
    opacity: .9;
  }
  100%{
    opacity: 1;
  }
}
nav ul{
  float: right;
}
nav ul li{
  float: left;
  margin-left: 20px;
  line-height: 60px;
}
nav ul li a{
  text-decoration: none;
  color: #fff;
  padding: 20px 10px;
  transition: .5s ease;
  font-size: 18px;
}
nav ul li a:hover{
  background: #888;
  color: #FFDF06FF;


}
.loader{
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  background: #000000BE;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  display: none;
}
.sloader{
  border: 20px solid #C0C0C0FF;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  border-top-color: #3498DBFF;
  animation: loader 1s linear infinite;
  position: relative;
}
.loader img{
  position: absolute;

}

@keyframes loader{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
.bgsection {
  font-family: "montserrat", sans-serif;
  background-image: url(https://free4kwallpapers.com/uploads/originals/2019/04/19/nice-weather-amp-river-views-wallpaper.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
}
.app-wrap {
  display: grid;
  grid-template-columns: 50% 50%;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.6)
  );
}
header {
  padding: 50px 15px 15px;
}
header input {
  width: 100%;
  max-width: 280px;
  padding: 10px 15px;
  border: none;
  outline: none;
  background-color:#555;
  border-radius: 16px 0px 16px 0;
  border-bottom: 3px solid #df8e00;
  color: #333;
  font-size: 20px;
  font-weight: 300;
  transition: 0.2s ease-out;
  margin-top: 50px;
}
header input:focus {
  background-color:#fff;
  border-radius: 0px 16px 0px 16px;
  border-bottom: 3px solid #df8e00;
}
main {
  margin-top: 20vh;
  padding: 25px 25px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.location .city {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 5px;
}
.location .date {
  color: #fff;
  font-size: 20px;
  line-height: 50px;
}
.main-temp .temp {
  color: #fff;
  font-size: 100px;
  font-weight: 900;
  margin: 30px 0;
  text-shadow: 2px 10px rgba(0, 0, 0, 0.6);
}
.main-temp .span {
  font-weight: 500;
}
.main-temp .weather {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 15px;
  text-shadow: 0px 3px rgba(0, 0, 0, 0.6);
}
.main-temp .hi-low {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-shadow: 0px 4px rgba(0, 0, 0, 0.4);
}

ul{
  list-style: none;

}
h2{
  color: #333;
  font-size: 25px;
}
.container{
  width: 90%;
  margin: auto;
}
.ccontainer{
  width: 95%;
  margin: auto;
  display: grid;
  grid-template-columns: auto auto auto ;
}
.oul li{
  border: 1px solid #333;
  text-align: center;
  height: 100%;
  box-shadow: 0 0 3px 2px #444;
  margin-left: 10px;
  margin-top: 25px;
}
.weather-head{
  box-shadow: 0 0 4px 3px #16B0E8FF;
}
.weather-head img{
  margin-right: 10px;
}
.city-title{
  color: #333;
  font-size: 30px;
  line-height: 70px;
}
.temp1{
  font-size: 20px;
  line-height: 80px;
}

svg{
  border: 1px solid #3333;
  box-shadow: 0 0 3px 3px #222;
  padding-left: 10px;
  padding-right: 10px;
  width: 70%;
  margin-left: 15%;

}
path{
  cursor: pointer;
  transition: .5s ease;
}
path:hover{
  opacity: .6;
}
.cityname{
  font-size: 35px;
  color: #4F8BAFFF;
}
.citytemp{
  font-size: 30px;
  display: inline;
  padding-bottom: 20px;
}

.wrap3 {
  font-family: "montserrat", sans-serif;
  background-image: url(https://free4kwallpapers.com/uploads/originals/2019/04/19/nice-weather-amp-river-views-wallpaper.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;

}
.app-wrap2 {
  height: 100vh ;
  width: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.6)
  );
  padding-top: 100px;
  color: #fff;
  text-align: center;
}
.app-wrap2 h1{
  font-size: 50px;
  text-align: center;
}
.app-wrap2 a{
  padding: 7px 12px;
  background: #00000080;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  border-radius: 5px;
  padding-right: 50px;
  padding-left: 50px;
}
.to-up{
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #333;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  transition: 1s ease;
  font-size: 20px;
  transform: translateX(100px);
  cursor: pointer;
}
.tr{
  transform: translateX(-20px);
}
footer{
  font-family: "montserrat", sans-serif;
  text-align: center;
  background: #333;
  color: #fff;
  padding: 20px ;
  font-size: 20px;
}
li{
  list-style: none;
}
.menu{
  color: #fff;
  float: right;
 line-height: 60px;
 transition: .5s ease;
 padding: 0 15px;
 padding-top: 10px;
 cursor: pointer;
 display: none; 
}
.menu:hover{
  background: #4444;
  color: #FFDF06FF;
}
.mobile-menu{
  display: none;
}
@media(max-width: 560px){
nav ul{
  display: none;
}
  .menu{
    display: block;
  }
  .mobile-menu{
    display: inline;
    z-index: 9999;
    position: fixed;
    background: #00000095;
    color: #333;
    width: 100%;
    height: 100vh;
    padding-top: 25px;
    text-align: center;
    transition: .5s ease;
    transform:translateX(100%) ;
  }
  .menu-link a{
    text-decoration: none;
    color: #fff;
    font-size: 25px;
    padding: 5px 30px;
    border-radius: 5px;
    margin-top: 10px;
    transition: .5s ease;
  }
  .menu-link a:hover{
    background: #00000062;
    color: #fff;

  }
  .link{
    position: fixed;
    top: 60px;
    left: 20px;
  }
  .link-s{
    cursor: pointer;
    margin-top: 20px;
  }
  .link-i i{
    padding: 10px 17px
  }
  .link-s i{
    transition: 1s ease;
    padding:10px;
    border-radius: 50%;
  }
  .telegram{
    color: #3975C5FF;
  }
  .instagram {
  border-radius: 50%;
  color: crimson;
  transition: 1s ease;
}
  .facebook{
    color: #1975C5FF;
  }
  .youtube{
    color: crimson
  }
  .telegram:hover{
    background: #3975C5FF;
    color: #fff;
  }
  .instagram:hover{
    background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  color: #fff;
  }
  .facebook:hover{
    background: #1975C5FF;
    color: #fff;
  }
  .youtube:hover{
    background: crimson;
    color: #fff;
  }
  .times{
    float: right;
    font-size: 25px;
    padding-top: 15px;
    padding: 5px 10px;
    transition: .5s ease;
    border-radius: 5px;
    color: #fff
  }
  .times:hover{
    background: #7683C0FF;

    color: #fff
  }
  .mobile-menu .times{
    cursor: pointer;
  }
  header input{
      position: absolute;
      left: 10%;
      right: 10%;
      border-radius: 5px;
      border-bottom-color:#fff ;
      width: 1100px
  }
  .location{
    margin-top: 70px;
    margin-left: 100%
  }
  .main-temp{
    margin-left: 100%
  }

}
@media(max-width:330px ){
header input{
  width: 150px
}
#about{
  font-size: 25px;
}
}
@media(max-width:240px ){
header input{
  width: 150px
}
#about{
  font-size: 25px;
}
}



