h1,
h2,
h3,
p {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

button {
  border: none;
  cursor: pointer;
}

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

body {
  font-family: "Lato", sans-serif;
  margin: 0;
  background-image: url(https://static.freundin.de/0x2:3550x1999/2560x1440/images/2024-12/kaffeetrends_2025.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.container {
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (min-width: 380px) {
  .container {
    width: 320px;
  }
}
@media screen and (min-width: 480px) {
  .container {
    width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    width: 704px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1050px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    width: 1350px;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  box-sizing: border-box;
}

.header-logo {
  font-size: 55px;
  font-weight: bold;
  color: rgb(255, 255, 255);
}

.header-logo-dot {
  color: rgb(58, 58, 255);
}

.header-list {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-nav-link {
  color: rgb(255, 255, 255);
  font-size: 20px;
  padding: 9px 9px;
  border-radius: 5px;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  transition: border-bottom 250ms ease;
}
.header-nav-link:hover {
  border-bottom: 2px solid rgb(255, 255, 255);
}

.header-input {
  border: 0px;
  outline: none;
  border-radius: 5px;
  padding: 10px 20px;
}

.header-btn {
  border-radius: 5px;
  padding: 10px 25px;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.hero {
  padding-left: 40px;
}

.hero-title {
  padding: 200px 0 60px;
  font-size: 80px;
  font-weight: bold;
  color: rgb(255, 255, 255);
}

.hero-btn {
  margin: 60px 0 100px;
  padding: 15px 33px;
  background-color: rgb(255, 255, 255);
}

.hero-text {
  text-align: left;
  width: 40%;
  color: rgb(255, 255, 255);
}

.hero-link-list {
  display: flex;
  gap: 20px;
}/*# sourceMappingURL=main.css.map */