body {
  background: url("https://altura.aurorak12.org/wp-content/uploads/sites/14/2016/08/HD-Blue-Sky-Wallpaper-1024x648.jpg");
  position: relative;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  /* padding: 10px; */
}
.gmap_canvas>iframe{
  margin-left: 50px;
}

#main-div {
  display: flex;
  /* margin-left:100px;
    width:auto;
    height:auto; */
  justify-content: space-evenly;
  align-items: center;
}

#bigdiv {
  width: 200px;
  color: black;
  font-weight: bold;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;

}

h1 {
  width: 100%;
  background-color: rgb(49, 56, 56);
  margin-top: -10px;
  text-align: center;
  color: white;
  padding: 5px 10px 5px 10px;
  margin-left: -10px;
}

#city {
  margin-top: 10px;
  padding: 10px;
  background-color: aliceblue;
}

#submit {
  width: 50%;
  background-color: lightsalmon;
  color: black;
  font-weight: bold;
  padding: 10px;
  margin-left: 50px;
  border-radius: 10px;
  cursor: pointer;
}

#btnseven {
  margin-top: 10px;
  padding: 10px;
  background-color: midnightblue;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
}

#btnseven>a {
  text-decoration: none;
  color: white;
}

.mapouter {
  width: 820px;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /* justify-content: space-evenly; */
  /* text-align: center; */
  /* border:1px solid red; */
  padding:10px;
}

#weatherbtn {
  margin-top: 10px;
  padding: 10px;
  background-color: brown;
  color: white;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
}

#container {
  /* font-size: 20px; */
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: bold;
  color: rgb(36, 28, 28);
  line-height: 0px;
}

/* showing seven days data */

#weatherContainer {
  position: absolute;
  top: 125%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 1400px;
  /* height:400px;
  border: 5px solid rgba(97, 95, 95, 0.829);
  border-radius: 10px; */
}

.imgappenddiv{
  height: 130px;
}

#iconsContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  justify-content: space-evenly;
  /* gap:20px; */
  margin-right: -50%;
  transform: translate(-50%, -50%);
  height: 250px;
  width: 1350px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 10px;
}

.icons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  float: left;
  height: 200px;
  width: 140px;
  margin: 20px;
  margin-left: 25px;
  /* border: 5px solid rgb(48, 47, 47); */
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.image {
  height: 150px;
  width: 100%;
}

.imgClass {
  height: 140px;
  width: 100%;
}

.weather {
  margin: 5px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}

.minValues {
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  height: 25px;
  width: 85px;
  margin: 0;
  margin-bottom: 10px;
  margin-left: 30px;

}

.maxValues {
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  height: 25px;
  width: 85px;
  margin: 0;
  margin-bottom: 10px;
  margin-left: 30px;
}
@media all and (min-width:421px) and (max-width:720px){
  #main-div {
    display: flex;
    flex-direction: column;
    /* margin-left:100px;
      width:auto;
      height:auto; */
    justify-content: space-evenly;
    align-items: center;
  }
  #bigdiv {
    width: 200px;
    color: black;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
  
  }
  .mapouter {
    width: 600px;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* justify-content: space-evenly; */
    /* text-align: center; */
    /* border:1px solid red; */
    padding:10px;
    margin-top: 20px;
  }
  #container {
    /* font-size: 20px; */
    width:50%;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: bold;
    color: rgb(36, 28, 28);
  }
  #weatherContainer {
    position: absolute;
    top: 125%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 1400px;
    /* height:400px;
    border: 5px solid rgba(97, 95, 95, 0.829);
    border-radius: 10px; */
  }
  #iconsContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 200px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    justify-content: space-evenly;
    text-align: center;
    /* gap:20px; */
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height:auto;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 10px;
  }
}
@media all and (min-width:80px) and (max-width:420px){
  #main-div {
    display: flex;
    flex-direction: column;
    /* margin-left:100px;
      width:auto;
      height:auto; */
    justify-content: space-evenly;
    align-items: center;
  }
  #bigdiv {
    width: 200px;
    color: black;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
  
  }
  .mapouter {
    width: 380px;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* justify-content: space-evenly; */
    /* text-align: center; */
    /* border:1px solid red; */
    padding:10px;
    margin-top: 20px;
  }
  #container {
    /* font-size: 20px; */
    /* width:50%; */
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: bold;
    color: rgb(36, 28, 28);
    line-height: 2px;
    justify-content: center;
  }
  #weatherContainer {
    position: absolute;
    top: 125%;
    left: 50%; 
     margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 200px;
    /* height:400px;
    border: 5px solid rgba(97, 95, 95, 0.829);
    border-radius: 10px; */
  }
  #iconsContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 180px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    justify-content: space-evenly;
    text-align: center;
    /* gap:20px; */
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height:auto;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 10px;
  }
  .gmap_canvas {
    overflow: hidden;
    background: none !important;
  }
  .gmap_canvas>iframe{
    /* margin-left: 50px; */
    width:100%;
    margin:auto;
  }
}

