* {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
  font-family: "Space Grotesk", sans-serif;
}
::selection {
    background-color: #EFE6D5;
    color: black; 
}
header {
  position: sticky;
  top: 0;
}
.header-content {
  background-color: #0e0d0b;
  height: 70px;
}
.logo {
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
}
.dot {
  color: #e8a530;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  right: 5px;
}

.hero {
  background: radial-gradient(#2a2000 0%, #0d0d0d 100%);
}

.introduction {
  color: #e8a52c;
  font-size: 12px;
  letter-spacing: 4px;
  margin-top: 20px;
}

.titles {
  color: white;
  font-weight: 700;
  font-size: 240%;
  margin-top: 20px;
}
.move-h {
  background-image: linear-gradient(135deg, #e8a530, #f7d56e);
  color: transparent;
  background-clip: text;
}
.para {
  color: #8a8075;
  font-family: "Outfit", sans-serif;
  width: 80%;
  margin-top: 20px;
}
.text {
  padding-top: 30px;
  padding-left: 20px;
}
button {
  border: none;
  border-radius: 12px;
  padding: 18px 26px;
  font-weight: 500;
  font-size: 16px;
  font-family: "Space Grotesk";
}
.yellow {
  color: black;
  background-color: #e8a530;
  margin-top: 20px;
}
.yellow:hover{
  background-color: #ffb534;
}
.second-button {
  color: white;
  background-color: black;
  border: solid #8e641c 2px;
  margin-top: 20px;
  font-family: "Space Grotesk", sans-serif;
}
.second-button:hover{
  background-color: rgb(41, 29, 8);
  border: solid #ffb534 3px;
}
.headphones {
  display: block;
  margin-top: 8%;
  height: auto;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.menu {
  background-color: black;
  position: absolute;
  width: 100%;
}
.menu-links {
  color: #8a8075;
  text-decoration: none;
  font-size: 12px;
  padding: 12px;
}
.menu-links:hover{
  color: white;
}
.menu button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 520;
  padding: 12px;
  width: 90%;
  margin: 0px auto 24px auto;
  height: 35px;
  padding: 0px;
}
.section2 {
  background-color: black;
}
.section2 .titles {
  font-size: 175%;
  margin-top: 0px;
}
.section2 .introduction {
  margin-top: 20%;
}
.information-container {
  height: 1000px;
}
.information {
  background-color: #171513;
  width: 90%;
  padding: 20px;
  border-radius: 20px;
  border: solid rgba(255, 255, 255,0.1) 1px;
}
.information:hover {
  border-color: rgba(232, 165, 44,0.3);
}
.info-icon {
  color: #e8a530;
  background-color: #2e2619;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.info-h3 {
  color: white;
}
.info-p {
  margin-top: 20px;
  color: #8a8075;
}
.section3 {
  background-color: black;
  padding: 20% 10% 20% 10%;
}
.section3 .titles {
  color: white;
  font-weight: 700;
  font-size: 35px;
  margin-top: 20px;
}
.section3 .para {
  width: 100%;
  font-size: 18px;
}

@media (min-width: 768px) {
  .menu-md .menu-links {
    font-size: 14px;
  }
  .menu-md .yellow {
    padding: 8px 16px 8px 16px;
    font-size: 14px;
    margin-right: 20px;
  }
  .hero .titles {
    font-size: 70px;
    width: 80%;
  }
  .hero .para {
    font-size: 19px;
    width: 50%;
  }
  .headphones {
    width: 70%;
    padding-bottom: 8%;
  }
  .second-button {
    margin-left: 8px;
  }
  .section2 .titles {
    font-size: 45px;
    margin-bottom: 30px;
  }
  .information-container {
    height: auto;
  }
  .information {
    background-color: #171513;
    width: 45%;
    padding: 35px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .info-icon {
    padding: 23px;
  }
  .info-h3 {
    font-size: 20px;
  }
  .section3 {
    background-color: black;
    padding: 20% 10% 20% 10%;
  }
  .section3 .titles {
    font-size: 50px;
  }
  .section3 .para {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .logo-div{
    padding: 5% 8%;
  }
  .hero {
    padding: 5% 8%;
  }
  .text {
    padding-left: 0;
  }
  .headphones {
    width: 45%;
    padding: 0;
    margin: 0;
    height: 450px;
  }
  .section2 {
  padding: 5% 8%;
}
  .section2 .introduction {
    font-size: 17px;
  }
  .section2 .titles {
    font-size: 55px;
    margin-bottom: 5%;
  }
  .information-container {
    width: 100%;
    gap: 25px;
  }
  .information {
    width: 23%;
  }
  .section3 .titles {
    font-size: 70px;
  }
  .section3 .para {
    font-size: 20px;
    width: 35%;
  }
  .section3 button {
    width: 25%;
  }
}
