* {
  margin: 0;
  padding: 0;
}

.header {
  display: flex;
  background-color: #f5f5f5;
  padding: 10px 55px;
}
.nav-lists {
  display: flex;
  gap: 20px;
  font-size: 14px;
}

.jumpman-logo {
  height: 18px;
  margin-right: auto;
}
.lines {
  border-right: 1px solid black;
  height: 14px;
}

.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;

  padding: 5px 50px;
}
.nike-logo {
  height: 48px;
  width: 65px;
}
.main-nav-list,
.search-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 14px;
  font-weight: 700;
}
.main-nav-list {
  margin-right: -150px;
}

.nav-item {
  font-size: 20px;
  font-weight: 600px;
}
.nav-item a:hover {
  border-bottom: solid;
}

.search-input {
  outline: none;
  border: none;
  background-color: #eee;
  width: 80%;
  padding: 12px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  margin-right: -30px;
}
.search-input::-webkit-input-placeholder {
  padding-left: 20px;
}
ion-icon {
  font-size: 24px;
}
.search {
  display: flex;
  align-items: center;
}

li {
  list-style: none;
}
.nav-lists a:hover {
  color: #666;
}

li a {
  text-decoration: none;
  color: rgb(42, 41, 41);
}

.search-icon {
  margin-right: -30px;
}
.section-hero {
  position: relative;
}
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  z-index: -1;
}

.hero-text {
  padding-top: 370px;
  padding-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: aliceblue;
}
h1 {
  font-family: "Nike Futura ND", sans-serif;
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.hero-para {
  font-size: 22px;
}

.btn {
  padding: 8px 18px;
  font-size: 18px;
  border-radius: 100px;
  border: none;
  margin-top: 24px;
  background-color: #fff;
}
.btn:hover {
  background-color: #898787;
}

.section-categories,
.section-catalogues {
  padding: 45px;
  display: flex;
  gap: 14px;
  position: relative;
}

.category-img {
  z-index: -1;
  width: 380px;
}

.btn-categories {
  position: absolute;
  bottom: 50px;
  left: 40px;
}

.category {
  position: relative;
}
.kids-btn {
  left: 135px;
}
.catalogue {
  position: relative;
}
.catalogue-text {
  position: absolute;
  bottom: 30px;
  left: 50px;
  color: white;
  padding-bottom: 30px;

  line-height: 32px;
}
.description {
  font-size: 18px;
}
.section-catalogues {
  padding-top: 0;
  flex-wrap: wrap;
}
.catalogue-img {
  width: 580px;
}
.nike-football {
  height: 100%;
}

.big-image-text {
  padding-left: 50px;
  padding-bottom: 80px;
}
.big-image {
  height: 700px;
  width: 100%;
}
.icons-text {
  margin-bottom: 20px;
  margin-left: 80px;
}
.section-icons {
  display: flex;
  gap: 15px;
  padding: 45px;
  padding-top: 0;
  overflow-x: auto;
}
.products {
  position: relative;
}
.products > button {
  position: absolute;
  left: 50px;
  bottom: 40px;
  z-index: 1;
}
.sneakers-img {
  height: 400px;
}

.section-lists {
  padding: 50px 200px;
  display: flex;
  justify-content: space-between;
}

.lists-title {
  margin-bottom: 30px;
}

.each-item {
  font-size: 16px;
  color: #898787;
  margin-top: 20px;
}
footer {
  margin: 45px;
  padding-top: 45px;
  border-top: 1.5px solid rgb(231, 229, 229);
  gap: 150px;

  display: flex;
}

h3 {
  font-size: 16px;
  margin: 20px 0;
}
.copyright-container {
  display: flex;
  gap: 30px;
  padding: 45px;
  margin-bottom: 50px;
  font-size: 14px;
}
.country {
  font-size: 16px;
  margin: 20px 0;
  margin-left: auto;
  display: flex;
  justify-content: center;
}

.footer-item {
  font-size: 14px;
  margin-bottom: 12px;
}

.copy-lists {
  display: flex;
  gap: 30px;
}
