@import url("https://fonts.googleapis.com/css2?family=Martian+Mono:wght@400;700&display=swap");
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;
}

html,
body {
  height: 100%;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input[type=submit] {
  box-shadow: none;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.weather {
  background: radial-gradient(circle, rgb(53, 50, 84) 0%, rgb(99, 49, 59) 100%);
  height: 100vh;
  display: flex;
}
.weather__card {
  background: radial-gradient(circle, rgb(55, 101, 235) 0%, rgb(244, 56, 94) 100%);
  width: 31.25rem;
  margin: auto;
  padding: 1.25rem;
  border-radius: 1.5rem;
}
.weather__search {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.weather__wrapper {
  display: none;
}
.weather__error {
  margin-top: 1.5rem;
  text-align: center;
  display: none;
  font-size: 2rem;
  font-weight: 600;
  color: #FFE4D6;
}
.weather__input {
  height: 2.5rem;
  border-radius: 1rem;
  padding: 0.75rem;
  box-shadow: none;
  border: none;
}
@media (max-width: 21.875rem) {
  .weather__search {
    flex-direction: column;
  }
  .weather__input {
    width: 10rem;
  }
  .weather__input::-moz-placeholder {
    font-size: 0.9rem;
  }
  .weather__input::placeholder {
    font-size: 0.9rem;
  }
}
.weather__button img {
  max-width: 1rem;
}
.weather__button {
  padding: 0.625rem 0.8125rem;
  border-radius: 50%;
  cursor: pointer;
}
.weather__card-mid {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.weather__card-temp {
  font-size: 2rem;
  font-weight: 600;
  color: #FFE4D6;
}
.weather__card-city {
  font-size: 2rem;
  font-weight: 600;
  color: #FFE4D6;
}
.weather__card-bottom {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  flex-wrap: wrap;
}
.weather__humidity {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.weather__humidity-img {
  width: 48px;
}
.weather__humidity-perecentage {
  font-size: 1.5rem;
  font-weight: 600;
  color: #FFE4D6;
}
.weather__humidity-title {
  font-size: 1rem;
  font-weight: 600;
  color: #FFE4D6;
}
.weather__wind {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.weather__wind-img {
  width: 48px;
}
.weather__wind-speed {
  font-size: 1.5em;
  font-weight: 600;
  color: #FFE4D6;
}
.weather__wind-title {
  font-size: 1rem;
  font-weight: 600;
  color: #FFE4D6;
}

body {
  font-family: "Martian Mono", monospace;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.page {
  flex: 1 1 auto;
}

[class*=__container] {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 1109.98px) {
  [class*=__container] {
    max-width: 970px;
  }
}
@media (max-width: 990.98px) {
  [class*=__container] {
    max-width: 750px;
  }
}
@media (max-width: 767.98px) {
  [class*=__container] {
    max-width: none;
  }
}