html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

ol,
ul {
  list-style: none;
}

li {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

span {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

p {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

tr,
td {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  cursor: default;
}
tr p,
td p {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  cursor: default;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

button {
  background: none;
  outline: none;
  border: none;
  padding: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  cursor: pointer;
  display: block;
}
button > i {
  font-size: inherit;
  color: inherit;
}

select,
input {
  background: none;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

main {
  display: block;
}

label {
  display: block;
}

a {
  color: #000;
  display: block;
  text-decoration: none;
}
a > i {
  font-size: inherit;
  color: inherit;
}

i {
  display: block;
}

img {
  display: block;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator,
input[type=time]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
          appearance: none;
  opacity: 0;
}

html body main header .quick-city button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html {
  width: 100%;
  height: 100%;
  min-width: 375px;
}
html body {
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  background: url("../img/bg.jpg") center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
html body::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(5px);
}
html body main {
  width: 60%;
  height: 47.5rem;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.15)), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15));
  border-radius: 0.75rem;
  backdrop-filter: blur(6.25rem);
  padding: 1.25rem;
}
html body main header {
  position: relative;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
html body main header .quick-city {
  position: relative;
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
html body main header .quick-city button {
  background: rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 35%;
  width: 4.5rem;
  height: 4.5rem;
  cursor: pointer;
  color: #fff;
}
html body main header .quick-city button:focus, html body main header .quick-city button:hover {
  border: 0.25rem solid rgba(0, 0, 0, 0.15);
}
html body main header .quick-city button span {
  font-size: 3rem;
}
html body main header .quick-city ul {
  display: none;
  position: absolute;
  top: calc(100% + 1rem);
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(0.5rem);
  border-radius: 2rem;
  overflow: hidden;
  z-index: 10;
  min-width: 17.5rem;
  padding: 0.5rem;
  gap: 0.5rem;
}
html body main header .quick-city ul.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html body main header .quick-city ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding: 0.625rem 1rem;
  cursor: pointer;
  color: #000;
  white-space: nowrap;
  border-radius: 1.75rem;
}
html body main header .quick-city ul li svg {
  width: 5rem;
  height: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: #000;
}
html body main header .quick-city ul li span {
  font-size: 1.5rem;
}
html body main header .quick-city ul li:hover {
  background: rgba(255, 255, 255, 0.75);
}
html body main header .search-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  position: relative;
}
html body main header .search-wrap input {
  width: 100%;
  padding: 1rem 1.5rem;
  border-radius: 6.25rem;
  border: 0.25rem solid transparent;
  background: rgba(0, 0, 0, 0.15);
  outline: none;
  font-weight: bold;
  -webkit-transition: 0.25s border;
  transition: 0.25s border;
  padding-right: 3rem;
  font-size: 1.5rem;
  color: #fff;
}
html body main header .search-wrap input:focus, html body main header .search-wrap input:hover {
  border: 0.25rem solid rgba(0, 0, 0, 0.15);
}
html body main header .search-wrap input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.25rem;
}
html body main header .search-wrap input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.25rem;
}
html body main header .search-wrap input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.25rem;
}
html body main header .search-wrap input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.25rem;
}
html body main header .search-wrap input::placeholder {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.25rem;
}
html body main header .search-wrap button {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
  border: none;
  cursor: pointer;
}
html body main header .search-wrap button span {
  color: #fff;
}
html body main header .search-wrap button span.material-symbols-outlined {
  font-size: 2.5rem;
}
html body main section.weather-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem;
  padding: 0 2rem;
}
html body main section.weather-info .location-date-container,
html body main section.weather-info .weather-summary-container,
html body main section.weather-info .weather-conditions-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html body main section.weather-info .location-date-container,
html body main section.weather-info .weather-summary-container {
  font-size: 3rem;
}
html body main section.weather-info .weather-conditions-container {
  font-size: 1.5rem;
}
html body main section.weather-info .location,
html body main section.weather-info .condition-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}
html body main section.weather-info .location span.material-symbols-outlined,
html body main section.weather-info .condition-item span.material-symbols-outlined {
  font-size: 2.5rem;
}
html body main section.weather-info .weather-icon {
  width: 15rem;
  height: 15rem;
}
html body main section.weather-info .weather-summary-info {
  text-align: end;
}
html body main section.weather-info .condition-item span {
  font-size: 5rem;
}
html body main section.weather-info .forecast-items-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem;
  overflow-x: scroll;
  padding-bottom: 1.5rem;
}
html body main section.weather-info .forecast-items-container::-webkit-scrollbar {
  height: 1rem;
}
html body main section.weather-info .forecast-items-container::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 6.25rem;
}
html body main section.weather-info .forecast-items-container::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 6.25rem;
}
html body main section.weather-info .forecast-items-container .forecast-item {
  min-width: 17.5rem;
  background: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.375rem;
  padding: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.75rem;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
  font-size: 1.25rem;
}
html body main section.weather-info .forecast-items-container .forecast-item:hover {
  background: rgba(255, 255, 255, 0.25);
}
html body main section.weather-info .forecast-items-container .forecast-item .forecast-item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5rem;
  height: 5rem;
}
html body main section.section-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.75rem;
  text-align: center;
  margin-top: 5%;
}
html body main section.section-message img {
  width: auto;
  max-height: 30rem;
  min-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
html body main section.section-message div {
  font-weight: bold;
}
html body main section.section-message div h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
html body main section.section-message div h4 {
  font-size: 1rem;
}
@media (max-width: 1399px) {
  html body main section.weather-info .location-date-container,
  html body main section.weather-info .weather-summary-container {
    font-size: 2rem;
  }
  html body main section.weather-info .forecast-items-container {
    gap: 2.5rem;
  }
  html body main section.weather-info .forecast-items-container .forecast-item {
    min-width: 12rem;
  }
  html body main section.section-message img {
    max-height: 25rem;
  }
}
@media (max-width: 1000px) {
  html body main section.weather-info {
    gap: 2rem;
  }
  html body main section.weather-info .location-date-container,
  html body main section.weather-info .weather-summary-container {
    font-size: 1.75rem;
  }
  html body main section.weather-info .weather-conditions-container {
    font-size: 1.25rem;
  }
  html body main section.weather-info .weather-icon {
    width: 13rem;
    height: 13rem;
  }
  html body main section.weather-info .condition-item span {
    font-size: 4rem;
  }
  html body main section.weather-info .forecast-items-container {
    gap: 1.75rem;
  }
  html body main section.weather-info .forecast-items-container .forecast-item {
    min-width: 9rem;
  }
  html body main section.section-message img {
    max-height: 20rem;
  }
}
@media (max-width: 768px) {
  html body main {
    width: 85%;
    height: 40rem;
  }
  html body main header .quick-city button {
    width: 3.125rem;
    height: 3.125rem;
  }
  html body main header .quick-city button span {
    font-size: 2.5rem;
  }
  html body main header .search-wrap input {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
  }
  html body main header .search-wrap input::-webkit-input-placeholder {
    font-size: 0.8rem;
  }
  html body main header .search-wrap input::-moz-placeholder {
    font-size: 0.8rem;
  }
  html body main header .search-wrap input:-ms-input-placeholder {
    font-size: 0.8rem;
  }
  html body main header .search-wrap input::-ms-input-placeholder {
    font-size: 0.8rem;
  }
  html body main header .search-wrap input::placeholder {
    font-size: 0.8rem;
  }
  html body main header .search-wrap button span.material-symbols-outlined {
    font-size: 1.5rem;
  }
  html body main section.weather-info {
    padding: 0;
    gap: 1rem;
  }
  html body main section.weather-info .location-date-container,
  html body main section.weather-info .weather-summary-container {
    font-size: 1.25rem;
  }
  html body main section.weather-info .weather-conditions-container {
    font-size: 1rem;
  }
  html body main section.weather-info .weather-icon {
    width: 10rem;
    height: 10rem;
  }
  html body main section.weather-info .condition-item span {
    font-size: 3rem;
  }
  html body main section.weather-info .forecast-items-container {
    gap: 1rem;
  }
  html body main section.weather-info .forecast-items-container .forecast-item {
    min-width: 9rem;
  }
  html body main section.weather-info .forecast-items-container .forecast-item .forecast-item-icon {
    width: 4rem;
    height: 4rem;
  }
}
html body .filter .popup {
  position: fixed;
  inset: 50% auto auto 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  width: 95vw;
  max-width: 30rem;
  display: none;
}
html body .filter .popup.display {
  display: block;
}
html body .filter .popup.display ~ .mask {
  display: block;
}
html body .filter .mask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5019607843);
}