@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
* {
  color: white;
}
body {
  background-color: #0b1120;

  /* /* width: 100%; */
  top: 0;
  z-index: -123;
  background-size: 100vw 100vh;
  /* overflow: hidden; */
}
.head {
  background-image: linear-gradient(
    to bottom,
    #020024,
    #3e3a8a,
    #8e8bdf,
    rgb(220, 166, 255),
    rgb(109 26 162)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* height: 100vh; */
  padding: 0;
  font-size: 90px;
  text-align: center;
  margin-bottom: 0;
}
.search-div {
  margin-top: 10vh;
  display: flex;
  justify-content: center;
}
.search {
  width: 40%;
  border-radius: 15px;
  padding: 10px 5px;
  font-size: 30px;
  color: black;
}
.sub {
  font-size: 36px;
  margin-top: 9px;
  padding-left: 10px;
  cursor: pointer;
}
button {
  background: none;
  border: none;
  cursor: pointer;
}
.container {
  /* min-width: 80vw; */
  max-height: 100vh;
  display: flex;
  justify-content: center;
  margin-top: 7vh;
  position: relative;
}
h1,
h6 {
  font-family: "Poppins", sans-serif;
}
h6 {
  color: #a6a3e6;
  font-size: 23px;
}
.name-region {
  display: flex;
}
.con-reg {
  top: 39px;
  margin: 0;
  margin-left: 5rem;
  z-index: 888;
  display: flex;
  position: absolute;
}
.city-name {
  font-size: 48px;
  font-weight: 900;
  background-image: linear-gradient(
    to bottom,
    #635fa7,
    #3e3a8a,
    #8e8bdf,
    rgb(73, 40, 95),
    rgb(109 26 162)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
img {
  width: 30vw;
}
.animate__bounce {
  font-size: 40px;
}
.item {
  margin: 15px 0;
}
.center {
  margin: -6px 0px;
}
.parent-div {
  display: flex;
  border: 9px solid rgb(220, 166, 255);
  border-radius: 35px;
  padding: 0px 0px 0px 23px;
  background-color: rgba(133, 133, 133, 0.2);
}
