* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}
html {
  scroll-behavior: smooth;
}

@import url("https://fonts.googleapis.com/css2?family=Playwrite+DK+Loopet:wght@100..400&display=swap");
/* Reset default styles */
ul {
  margin: 0;
  padding: 0;
}
nav {
  color: black; /* Text color */
  display: flex;
  justify-content: space-between;
  /* gap: 20%; */
  align-items: center;
  padding-inline: 5%;
}
.logo img {
  width: 100px;
}
.cart-img {
  width: 35px;
}
ul {
  list-style-type: none;
  display: flex;
  font-size: 18px;
}

ul li {
  margin-right: 20px;
}

ul li a {
  text-decoration: none;
  color: black;
  font-weight: 550;
}

ul li a:hover {
  color: rgb(68, 68, 68);
}
.left-nav {
  display: flex;
  justify-content: center;
  gap: 5%;
  align-items: center;
  position: relative;
}

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 250px;
  z-index: 999;
  text-align: left;
  background-color: rgb(245, 243, 243);
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
  /* gap: 10px; */
  align-items: flex-start;
  justify-content: flex-start;
}
.sidebar li {
  padding-top: 50px;
  padding-left: 20px;
}
.hide-bar {
  position: absolute;
  left: 75%;
  top: -40px;
}
.sidebar li {
  width: 100%;
}

.sidebar a {
  width: 100%;
}
.menu-button {
  display: none;
}

.number {
  position: absolute;
  right: 8px;
  top: 18px;
  font-size: 11px;
  font-weight: bold;
}
.search {
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 20px;
  padding-inline: 15px;
  background-color: rgb(240, 240, 240);
}
.search-input {
  border: none;
  padding: 5px;
  background-color: transparent;
  outline: none;
  font-size: 14px;
  font-weight: bold;
}

.login {
  background-color: rgba(138, 138, 138, 0.599);
  padding: 4px;
  padding-inline: 20px;
  border-radius: 20px;
}
.sect {
  padding-inline: 5%;
  padding-block: 3%;
  position: relative;
  display: flex;
  justify-content: space-between;
  /* gap: 5%; */
}
.sect .left {
  width: 250px;
}
.sect .left h1 {
  font-size: 18px;
}
.sect .left p {
  font-size: 14px;
}
.sect .right {
  width: 250px;
}
.sect .right .display {
  display: flex;
  flex-direction: column;
  padding-top: 100%;
}
.sect .right h1 {
  font-size: 18px;
}
.sect .right p {
  font-size: 14px;
}
.sect .middle {
  display: flex;
  gap: 37%;
  justify-content: center;
  align-items: center;
}
.sect .middle h1 {
  font-size: 150px;
  font-family: "Playwrite DK Loopet", cursive;
}
.sect .shoes {
  display: flex;
  justify-content: center;
  position: relative;
  height: 45vh;
}
.shoes .shoe1 {
  transform: rotate(60deg);
  position: absolute;
  top: -90px;
  left: -190px;
}
.shoes .shoe2 {
  transform: rotate(-55deg);
  position: absolute;
  top: -70px;
  left: -110px;
}
.shoes img {
  width: 295px;
}

.hero-content h1 {
  font-size: 48px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.hero-content h1 span {
  color: rgb(246, 8, 8);
  font-style: italic;
  font-weight: 1000;
}
.hero-content h1 .other {
  font-style: normal;
}
.hero-content p {
  font-size: 18px;
  width: 100%;
}
.hero-content img {
  position: relative;
  border-radius: 8px;

  box-shadow: 0 4px 8px rgba(221, 10, 10, 0.1);
}
.sec-two {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  height: 90vh;
  margin-bottom: 0;
}
.sec-two .up {
  background-image: url(./images/backnike.webp);
  background-position: center;
  background-size: cover;
  color: white;
  height: 49vh;
}
.up .inner {
  width: 100%;
  height: 49vh;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.455);
  background-image: url(../images/backnike.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.down {
  display: flex;
  justify-content: center;
  overflow: hidden;
  top: -160px;
  position: relative;
  width: 100%;
}

.image-slider {
  min-width: 100%;
  transition: transform 0.5s ease;
  /* top: -50px; */
  /* position: absolute; */
}

.img {
  width: 450px;
  /* filter: drop-shadow(0px 7px 15px black); */
}

.up h3 {
  font-size: 40px;
  margin-bottom: 20px;
  padding-top: 30px;
}
.up .inner p {
  margin-bottom: 15px;
}
.up button {
  padding: 10px;
  font-size: 17px;
  width: 100px;
  outline: none;
  border: none;
  background-color: lightblue;
  border-radius: 10px;
}
.sec-three {
  padding-inline: 5%;
  /* margin-top: -80px; */
}
.sec-three h3 {
  font-size: 30px;
  margin-bottom: 30px;
}

.going {
  margin-top: -90px;
}
.all-card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}
.all-card a {
  text-decoration: none;
  color: black;
}
.card img {
  width: 200px;
  border-radius: 12px;
  margin-bottom: 10px;
}
.card h1 {
  font-size: 16px;
  margin-bottom: 8px;
  color: rgb(141, 3, 3);
}
.card p {
  font-size: 14px;
  margin-bottom: 10px;
}
.images .down-img {
  width: 40px;
  margin-right: 10px;
  border-radius: 3px;
}

.what {
  padding-block: 2%;
}
.what h1 {
  text-align: center;
  margin-bottom: 25px;
}

.sec-five {
  width: 100%;
  height: 100vh;
  background-image: url(./images/air-force-1-07-mens-shoes-jBrhbr.png);
  background-position: center;
  background-size: cover;
}
footer {
  background-color: rgb(31, 31, 31);
  color: white;
  padding: 5%;
  padding-bottom: 1%;
}
.footer-up {
  display: flex;
  justify-content: flex-start;
  gap: 10%;
  margin-bottom: 30px;
}
.foot h4 {
  margin-bottom: 10px;
  font-size: 14px;
}
.foot h5 {
  margin-bottom: 10px;
  color: grey;
  font-weight: 500;
  font-size: 14px;
}
.footer-down {
  display: flex;
  justify-content: flex-end;
  gap: 2%;
  font-size: 13px;
  color: grey;
  margin-bottom: 20px;
}
footer h3 {
  color: grey;
  font-size: 13px;
}
.faq {
  padding-inline: 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
  align-items: center;
}
.faq h1 {
  margin-bottom: 17px;
}
.faq-question {
  width: 600px;
}
.question {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.question h3 {
  font-weight: 500;
}
.answer {
  display: none;
  font-size: small;
}
hr {
  margin-bottom: 15px;
}
.toggle {
  border: none;
  font-size: 20px;
  background-color: transparent;
}
.faq-question p {
  padding-bottom: 10px;
}
hr {
  background-color: yellow;
}

.logos {
  display: flex;
  justify-content: space-between;
  margin-top: 0%;
  padding-inline: 5%;
}

.logos .logo1 img {
  width: 200px;
  filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, 0.6));
}
.logos .logo2 img {
  width: 200px;
  filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, 0.6));
}
.logos .logo3 img {
  width: 200px;
  filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, 0.6));
}
.video-section {
  position: relative;
}
.background-video {
  width: 100%;
  /* height: 30vh; */
}
.marquee-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-bottom: 30px;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  background-image: url(./images/001_001-nike-logos-swoosh-black-removebg-preview.png);
}

.marquee {
  display: flex;
  width: 150%;
  animation: marquee 40s linear infinite;
}

.marquee.reverse {
  animation-direction: reverse;
}

@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

.review-card {
  display: flex;
  flex-direction: column;
  width: 220px;
  margin: 0 10px;
  padding: 14px;
  background-color: rgba(99, 216, 255, 0.961);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: background-color 0.3s;
}

.review-card:hover {
  background-color: rgba(8, 187, 246, 0.381);
}

.review-header {
  display: flex;
  align-items: center;
}

.review-img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

.review-info {
  display: flex;
  flex-direction: column;
}

.review-name {
  font-size: 0.875em;
  font-weight: 600;
}

.review-username {
  font-size: 0.75em;
  color: rgba(0, 0, 0, 0.6);
}

.review-body {
  margin-top: 8px;
  font-size: 0.875em;
  font-style: italic;
}

.shop-by-section {
  padding-inline: 5%;
  /* background-color: #f5f5f5; */
  position: relative;
  margin-bottom: 20px;
}

.shop-by-section h2 {
  font-size: 1.7rem;
  /* margin-top: 20px; */
}

.shop-by-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
}

.container {
  margin: 1rem;
  border-radius: 15px;
  text-align: center;
  flex: 1 1 30%;
  position: relative;
  max-width: 30%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* transition: transform 0.3s ease; */
}

.shop-by-link {
  text-decoration: none;
  background-color: rgb(4, 173, 210);
  color: white;
  padding: 10px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
}

/* Bottom right text */
.text-block {
  position: absolute;
  bottom: 30px;
  left: 10px;
  text-align: left;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}

.container img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
}

.text-block h4 {
  /* margin: 1rem 0; */
  font-size: 25px;
  position: absolute;
  bottom: 35px;
  left: 20px;
  color: black;
}

.sect-one {
  display: flex;
  justify-content: left;
  gap: 5%;
  /* align-items: center; */
  padding-inline: 5%;
  padding-top: 1%;
}

.secone-right img {
  width: 550px;
}

.secone-left h1 {
  font-size: 1.8rem;
  padding-top: 50px;
  margin-bottom: 20px;
}
.secone-left p {
  font-size: 17px;
  line-height: 1.8;
}

.sect-four {
  display: flex;
  justify-content: left;
  gap: 7%;
  /* align-items: center; */
  padding-inline: 5%;
  padding-top: 3%;
  margin-bottom: 50px;
}

.secfour-right img {
  width: 550px;
}

.secfour-left h1 {
  font-size: 1.8rem;
  padding-top: 50px;
  margin-bottom: 20px;
}
.secfour-left p {
  font-size: 17px;
  line-height: 1.8;
}

.hamburger .bar {
  width: 30px;
  height: 4px;
  margin-bottom: 3px;
  background-color: rgb(79, 78, 78);
  border-radius: 20px;
}

.hamburger {
  display: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  height: 24px;
}

/* responsiveness */

@media (max-width: 1200px) {
  .all-card {
    gap: 20px;
  }
}

@media (max-width: 1100px) {
  .sect .middle h1 {
    font-size: 130px;
  }
  .shoes img {
    width: 270px;
  }
  .logos .logo3 img {
    width: 180px;
  }

  .logos .logo1 img {
    width: 180px;
  }

  .logos .logo2 img {
    width: 180px;
  }

  .secone-right img {
    width: 500px;
  }
  .secone-left p {
    font-size: 15px;
    line-height: 1.7;
  }
  .secone-left h1 {
    font-size: 1.6rem;
  }
  .text-block h4 {
    font-size: 20px;
  }

  .shop-by-link {
    font-size: 12px;
  }

  .secfour-right img {
    width: 500px;
  }
  .secfour-left p {
    font-size: 15px;
    line-height: 1.7;
  }
  .secfour-left h1 {
    font-size: 1.6rem;
  }
  .up h3 {
    font-size: 35px;
  }
  .up .inner p {
    font-size: 15px;
  }
  .img {
    width: 390px;
    top: -145px;
  }
}

@media (max-width: 1096px) {
  .shoes .shoe2 {
    top: -50px;
    left: -95px;
  }
  .shoes .shoe1 {
    top: -65px;
    left: -180px;
  }
  .sect .right h1 {
    font-size: 17px;
  }
}

@media (max-width: 1094px) {
  .shoes img {
    width: 250px;
  }
  .shoes .shoe1 {
    left: -170px;
  }
}
@media (max-width: 1050px) {
  .container {
    max-width: 28%;
  }
  .card img {
    width: 170px;
  }
  .question h3 {
    font-size: 15px;
  }
}

@media (max-width: 1000px) {
  ul li a {
    font-size: 17px;
  }
  .search {
    padding: 5px;
  }
  .shoes img {
    width: 230px;
  }
  .sect .middle h1 {
    font-size: 120px;
  }
  .shoes .shoe2 {
    left: -80px;
  }
  .shoes .shoe1 {
    left: -150px;
  }
  .sect .right h1 {
    font-size: 16px;
  }
  .sect .right p {
    font-size: 12px;
  }
  .sect .left h1 {
    font-size: 16px;
  }
  .sect .left p {
    font-size: 12px;
  }
  .secone-left h1 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .secone-right img {
    width: 480px;
  }
  .secone-left p {
    font-size: 15px;
    line-height: 1.5;
  }

  .secfour-left h1 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .secfour-right img {
    width: 480px;
  }
  .secfour-left p {
    font-size: 15px;
    line-height: 1.5;
  }
  .img {
    width: 370px;
  }
  .card img {
    width: 150px;
  }
  .card h1 {
    font-size: 14px;
  }
  .card p {
    font-size: 12px;
  }
  .card h4 {
    font-size: 12px;
  }
}

@media (max-width: 950px) {
  .secone-right img {
    width: 450px;
  }
  .secfour-right img {
    width: 480px;
  }
  .shop-by-section h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 900px) {
  .shoes img {
    width: 230px;
  }
  .sect .middle h1 {
    font-size: 110px;
  }
  .shoes .shoe2 {
    left: -77px;
  }
  .shoes .shoe1 {
    left: -150px;
    top: -60px;
  }
  .sect .left p {
    width: 200px;
  }
  .logos .logo3 img {
    width: 150px;
  }
  .logos .logo1 img {
    width: 150px;
  }
  .logos .logo2 img {
    width: 150px;
  }
  .secone-right img {
    width: 400px;
  }
  .secone-left h1 {
    font-size: 1.2rem;
  }
  .secfour-left p {
    font-size: 13px;
  }
  .secfour-left p {
    font-size: 13px;
  }
  .secfour-right img {
    width: 400px;
  }
  .secfour-left h1 {
    font-size: 1.2rem;
  }
  ul li a {
    font-size: 15px;
  }
  .logo img {
    width: 90px;
  }
  .search-input {
    font-size: 13px;
  }
}

@media (max-width: 850px) {
  .secone-left p {
    font-size: 14px;
  }
  .shop-by-link {
    padding: 7px;
  }
  .text-block h4 {
    font-size: 19px;
  }
  .text-block {
    bottom: 18px;
    left: 0px;
  }
  .text-block h4 {
    bottom: 30px;
  }
}
@media (max-width: 800px) {
  .secone-right img {
    width: 400px;
  }
  .secfour-right img {
    width: 400px;
  }
  .secone-left p {
    font-size: 13px;
  }
  .sect-one {
    gap: 0;
  }
  .foot h4 {
    font-size: 12px;
  }
  .foot h5 {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .hideOnMobile {
    display: none;
  }
  .menu-button {
    display: block;
  }
  .search {
    display: none;
  }
  .left-nav {
    gap: 20px;
  }
  nav ul {
    display: none;
  }
  .sect .middle h1 {
    font-size: 90px;
  }
  .shoes img {
    width: 180px;
  }
  .shoes .shoe2 {
    left: -60px;
    top: -25px;
  }
  .sect .middle {
    gap: 35%;
  }
  .shoes .shoe1 {
    left: -120px;
    top: -20px;
  }
  .sect .right h1 {
    font-size: 13px;
    margin-bottom: 3px;
  }
  .sect .left h1 {
    font-size: 13px;
  }
  .sect .left p {
    font-size: 11px;
  }
  .logos .logo1 img {
    width: 120px;
  }
  .logos .logo2 img {
    width: 120px;
  }
  .logos .logo3 img {
    width: 120px;
  }
  .sect-one {
    flex-direction: column;
    text-align: center;
  }
  .secone-left h1 {
    font-size: 1.5rem;
  }
  .secone-left p {
    font-size: 14px;
  }
  .sect-four {
    flex-direction: column-reverse;
    text-align: center;
  }
  .secfour-left h1 {
    font-size: 1.5rem;
  }
  .secfour-left p {
    font-size: 14px;
  }
  .number {
    right: 56px;
  }
}

@media (max-width: 700px) {
  .sect .right h1 {
    font-size: 11px;
  }
  .sect .right p {
    font-size: 10px;
  }
  .sect .left h1 {
    font-size: 11px;
  }
  .sect .left p {
    font-size: 10px;
  }
  .secone-left h1 {
    font-size: 1.3rem;
  }
  .secone-left p {
    font-size: 13px;
  }
  .secone-right img {
    width: 350px;
  }

  .secfour-left h1 {
    font-size: 1.3rem;
  }
  .secfour-left p {
    font-size: 13px;
  }
  .secfour-right img {
    width: 350px;
  }
  .up h3 {
    font-size: 25px;
  }

  .up .inner p {
    font-size: 13px;
  }
  .img {
    width: 300px;
    /* top: -110px; */
  }

  .hamburger {
    display: flex;
  }

  /* nav ul {
    display: none;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    background-color: black;
  } */
}

@media (max-width: 680px) {
  .sect .middle h1 {
    font-size: 70px;
  }
  .shoes img {
    width: 145px;
  }
  .shoes .shoe2 {
    left: -50px;
    top: 5px;
  }
  .shoes .shoe1 {
    left: -93px;
    top: 10px;
  }
  .sect .right .display {
    padding-left: 40px;
    padding-top: 90%;
  }
  .container {
    max-width: 60%;
  }
  .shop-by-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .logo img {
    width: 82px;
  }
}
@media (max-width: 650px) {
  .sect .right .display {
    padding-left: 30px;
  }
  .logos .logo1 img {
    width: 100px;
  }
  .logos .logo2 img {
    width: 100px;
  }
  .logos .logo3 img {
    width: 100px;
  }
}

@media (max-width: 620px) {
  .sect .right .display {
    padding-left: 10px;
    padding-top: 100%;
  }
  .faq-question {
    width: 500px;
  }
}
@media (max-width: 600px) {
  .sect .left p {
    width: 170px;
  }
  .sect .left {
    width: 230px;
  }
  .footer-up {
    gap: 5%;
  }
}

@media (max-width: 570px) {
  .sect .right .display {
    padding-left: 0px;
    padding-top: 110%;
  }
  .sect .middle h1 {
    font-size: 60px;
  }
  .shoes img {
    width: 130px;
  }
  .shoes .shoe2 {
    left: -45px;
    top: 13px;
  }
  .shoes .shoe1 {
    left: -84px;
    top: 15px;
  }
  .footer-down p {
    font-size: 11px;
  }
}

@media (max-width: 530px) {
  .sect .left {
    width: 150px;
  }
  .faq-question {
    width: 450px;
  }
  .marquee {
    width: 170%;
  }
}
@media (max-width: 500px) {
  .sect .left {
    width: 130px;
  }
  .sect .left p {
    width: 150px;
  }
}
@media (max-width: 470px) {
  .sect .left {
    width: 150px;
  }
  .sect .right .display {
    display: none;
  }
  .faq-question {
    width: 380px;
  }
  .question h3 {
    font-size: 13px;
  }
  .foot h4 {
    font-size: 11px;
  }
  .foot h5 {
    font-size: 11px;
  }
  .logos {
    margin-top: -15%;
  }
  .logo img {
    width: 75px;
  }

  .cart-img {
    width: 30px;
    position: relative;
  }
  .number {
    top: 14px;
  }
  .secone-right img {
    width: 320px;
  }
  .secfour-right img {
    width: 320px;
  }
}
@media (max-width: 425px) {
  .sect .left {
    width: 130px;
  }
}
@media (max-width: 400px) {
  .sect .left {
    width: 100px;
  }
  .sect .middle h1 {
    padding-top: 20px;
  }
  .shoes .shoe2 {
    top: 23px;
  }
  .shoes .shoe1 {
    top: 28px;
  }
  .up h3 {
    font-size: 20px;
  }
  .up .inner p {
    font-size: 11px;
  }
  .up button {
    padding: 8px;
    font-size: 14px;
    width: 80px;
  }
  .marquee {
    width: 250%;
  }
  .faq-question {
    width: 340px;
  }
}
@media (max-width: 375px) {
  .logo img {
    width: 70px;
  }

  .cart-img {
    width: 28px;
  }
  .number {
    top: 12px;
    left: 177px;
  }
  .footer-up {
    flex-wrap: wrap;
  }

  .number {
    left: 11px;
  }
}
@media (max-width: 370px) {
  .card img {
    width: 130px;
  }
  .faq-question {
    width: 320px;
  }
  .question h3 {
    font-size: 12px;
  }
}

@media (max-width: 350px) {
  .sect .left {
    width: 80px;
  }
  .logo img {
    width: 60px;
  }
  .hamburger {
    height: 20px;
  }
  .cart-img {
    width: 25px;
  }
  .number {
    top: 9.5px;
    /* left: 176px; */
  }
  .text-block h4 {
    font-size: 15px;
  }
  .shop-by-link {
    font-size: 10px;
  }
  .sec-three h3 {
    font-size: 25px;
  }
  .secone-right img {
    width: 300px;
  }
  .secfour-right img {
    width: 300px;
  }
}

@media (max-width: 340px) {
  .card h1 {
    font-size: 12px;
  }
}

@media (max-width: 330px) {
  .up .inner p {
    font-size: 11px;
    width: 250px;
    text-align: center;
    margin-left: 45px;
  }
  .img {
    width: 280px;
  }
  .faq-question {
    width: 300px;
  }
}
