* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-family: "montserrat";
}

body {
  width: 100%;
  height: 100%;
}

#main {
  width: 100%;
  height: 100%;
}

#page1 {
  width: 100%;
  height: 50vh;
  background-color: aquamarine;
  background-image: url(https://images.unsplash.com/photo-1630260643564-7f9c9c140682?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  background-position: center;
  background-size: cover;
}
#pg1-top {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;

}

#page1 #pg1-top-top {
  width: 100%;
  height: 10%;
  color: #ffffff;
  padding: 2vw;
  /* background-color: #fff; */

}

#page1 #pg1-top-top h2{
    font-size: 2vw;
    color: #ffffff;
  }

#page2 {
  width: 100%;
  height: 100vh;
  background-color: darkcyan;
}

#pg2-top {
  width: 100%;
  height: 30%;
  background-color: antiquewhite;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pg2-top-ip {
  width: 30vw;
  height: fit-content;
  background-color: #fff;
  display: flex;
}

#pg2-top-ip input {
  width: 80%;
  height: 50px;
  padding: 1vw;
  font-size: 0.8vw;
}

#pg2-top-ip button {
  width: 20%;
  height: 50px;
}

#pg2-btm {
  width: 100%;
  height: 70%;
  display: flex;
  flex-wrap: wrap;
  /* background-color: rgb(255, 131, 90); */
}

#pg2-btm-left {
  width: 40%;
  height: 100%;
  /* background-color: darkblue; */
  display: none;
  align-items: center;
  justify-content: center;
  
}

#pg2-btm-left img {
  width: 60%;
  height: 70%;
  object-fit: cover;
  object-position: center;
  display: none;
}

#pg2-btm-right {
  width: 100%;
  height: 100%;
  background-color: rgb(114, 114, 220);
}

#pg2-btm-rt-tp {
  width: 100%;
  height: 40%;
  background-color:  rgb(195, 152, 235);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

.temp {
  font-size: 2vw;
}
.wheather {
  font-size: 1vw;
  font-weight: 700;
}

#pg2-btm-rt-bm {
  width: 100%;
  height: 60%;
  background-color: rgb(92, 65, 118);
  display: flex;
}

#pg2-btm-rt-bm-lft {
  width: 50%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1vw;
}

#pg2-btm-rt-bm-rgt {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1vw;
  color: #fff;
}

#pg2-btm-rt-bm i,
h3 {
  font-size: 3vw;
}

#pg2-btm-rt-bm p {
  font-size: 0.7vw;
  font-weight: 600;
}

@media (max-width: 480px) {
  #page1 {
    width: 100%;
    height: 30vh;
    background-color: aquamarine;
    background-image: url(https://images.unsplash.com/photo-1630260643564-7f9c9c140682?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-position: center;
    background-size: cover;
    color: #fff;
  }
  #pg1-top {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #pg1-top-top {
    width: 100%;
    height: 10%;
  }

  #pg1-top-top h2{
    font-size: 1.5vw;
  }

  #page2 {
    width: 100%;
    height: 70vh;
    background-color: darkcyan;
  }

  #pg2-top {
    width: 100%;
    height: 20%;
    background-color: antiquewhite;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #pg2-top-ip {
    width: 70vw;
    height: fit-content;
    background-color: #fff;
    display: flex;
  }

  #pg2-top-ip input {
    width: 80%;
    height: 50px;
    padding: 1.5vw;
    font-size: 2.5vw;
  }

  #pg2-top-ip button {
    width: 20%;
    height: 50px;
  }

  #pg2-btm {
    width: 100%;
    height: 80%;
    /* display: flex; */
  }

  #pg2-btm-left {
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
  }

  #pg2-btm-left img {
    width: 90%;
    height: 70%;
    object-fit: cover;
    object-position: center;
  }

  #pg2-btm-right {
    width: 100%;
    height: 100%;
    background-color: rgb(114, 114, 220);
  }

  #pg2-btm-rt-tp {
    width: 100%;
    height: 40%;
    background-color: rgb(195, 152, 235);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #000000;
  }

  .temp {
    font-size: 7vw;
  }
  .wheather {
    font-size: 4vw;
    font-weight: 700;
  }

  #pg2-btm-rt-bm {
    width: 100%;
    height: 60%;
    background-color: rgb(92, 65, 118);
    display: flex;
  }

  #pg2-btm-rt-bm-lft {
    width: 50%;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
  }

  #pg2-btm-rt-bm-rgt {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    color: #fff;
  }

  #pg2-btm-rt-bm i,
  h3 {
    font-size: 3vw;
  }

  #pg2-btm-rt-bm p {
    font-size: 1.5vw;
    font-weight: 600;
  }
}
