        /* css reset */

*, *::before, *::after {
    box-sizing: border-box;
  }

  * {
    margin: 0;
    font-family: "Manrope", sans-serif;
  }

  body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
  }

  img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
  }

  input, button, textarea, select {
    font: inherit;
  }

  p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
  }

/* ----------İNDEX.HTML---------- */

        /* navbar */

header {
    background-color: #141414;
    height: auto;
    margin-bottom: 200px;
}

  .navbar {
    width: 1110px;
    height: auto;
    margin: auto;
    padding: 32px 0px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px #646464 solid ;
    position: relative;
    z-index: 2;
  }

  .navbar ul {
    list-style: none;
    display: flex;
    gap: 34px;
    padding: 0px;
  }

  .navbar ul li a {
    color: #FFFFFF;
    width: 44px;
    font-weight: 700;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 2px;
    text-decoration: none;
    transition: color 0.2s ease;
  }

.navbar ul li a:hover {
  color: #D87D4A;
}

  .top_card {
    width: 1110px;
    height: 640px;
    margin: auto;
    display: flex;
    gap:  46px;
    position: relative;
  }

  .top_card span {
    width: 398px;
    margin-top: 128px;
  }

  .top_card img {
    width: 708.8px;
    position: absolute;
    right: 0px;
    top: -90px;
    z-index: 1;
  }


  .top_card h3 {
    color: #FFFFFF;
    width: auto;
    opacity: 59.64%;
    font-weight: 400;
    font-size: 14px;
    line-height: 19.12px;
    letter-spacing: 10px;
    margin-bottom: 24px;
  }

  .top_card h1 {
    color: #FFFFFF;
    width: 400px;
    height: 116px;
    font-weight: 700;
    font-size: 56px;
    line-height: 58px;
    letter-spacing: 2px;
    margin-bottom: 24px;
  }

  .top_card p {
    color: #FFFFFF;
    width: 359px;
    opacity: 75%;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 40px;
  }

  .top_card a {
    color: #FFFFFF;
    background-color: #D87D4A;
    width: 99px;
    font-weight: 700;
    font-size: 13px;
    line-height: 17.76px;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 15px 31px;
    transition: background-color 0.2s ease;
  }

  .top_card a:hover {
    background-color: #FBAF85;
  }

        /* container */

.container {
  width: 1110px;
  margin: auto;
}

        /* devices */

.devices {
  display: flex;
  gap: 30px;
  margin-bottom: 168px;
  width: 1110px;
  height: 284px;
}

.devices span {
  background-image: url(/assets/img/devices_background.png);
  width: 350px;
  height: 204px;
  position: relative;
  text-align: center;
  margin-top: 80px;
}

.devices_position {
  position: absolute; 
  top: -20%;
  left: 50%;
  transform: translate(-50%, -18%);
}

.devices_shadow {
  position: absolute; 
  top: 25%;
  left: 50%;
  transform: translate(-50%, -18%);
}

.devices h3 {
  margin-top: 116px;
}

.devices a {
  color: #000000;
  opacity: 50%;
  width: auto;
  display: flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  gap: 13px;
  padding-left: 146px;
  transition: color 0.2s ease;
}

.devices a:hover {
  color: #D87D4A;
}

        /* device_ads */

.device_ads {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 200px;
}

.ZX9_SPEAKER {
  background-image: url(/assets/img/zx9_speaker_background.png);
  width: 1110px;
  height: 560px;
  position: relative;
  padding-left: 666px;
  padding-top: 133px;
  padding-right: 95px;
}

.ZX9_SPEAKER h1 {
  color: #FFFFFF;
  width: 271px;
  height: 116px;
  font-weight: 700;
  font-size: 56px;
  line-height: 58px;
  letter-spacing: 2px;
  margin-bottom: 24px;
}

.ZX9_SPEAKER p {
  color: #FFFFFF;
  width: 349px;
  height: 75px;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 40px;
}

.ZX9_SPEAKER a {
  color: #FFFFFF;
  background-color: #000000;
  width: 99px;
  font-weight: 700;
  font-size: 13px;
  line-height: 17.76px;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 15px 31px;
  transition: background-color 0.2s ease;
}

.ZX9_SPEAKER a:hover {
  background-color: #4C4C4C;
}

.ZX9_SPEAKER img {
  position: absolute;
  bottom: 0px;
  left: 110px;
}

.ZX7_SPEAKER {
  background-image: url(/assets/img/zx7_speaker.png);
  width: 1110px;
  height: 320px;
  padding-left: 95px;
  padding-top: 101px;
}

.ZX7_SPEAKER h1 {
  color: #000000;
  width: 212px;
  height: 38px;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 2px;
  margin-bottom: 32px;
}

.ZX7_SPEAKER a {
  color: #000000;
  background-color: transparent;
  width: 99px;
  font-weight: 700;
  font-size: 13px;
  line-height: 17.76px;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 15px 31px;
  border: 1px solid #000000;
  transition: background-color 0.2s ease;
}

.ZX7_SPEAKER a:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.YX1_EARPHONES {
  background-image: url(/assets/img/YX1_EARPHONES_background.png);
  width: 540px;
  height: 320px;
  padding-left: 95px;
  padding-top: 101px;
}

.YX1_EARPHONES h1 {
  color: #000000;
  width: auto;
  height: 38px;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 2px;
  margin-bottom: 32px;
}

.YX1_EARPHONES a {
  color: #000000;
  background-color: transparent;
  width: 99px;
  font-weight: 700;
  font-size: 13px;
  line-height: 17.76px;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 15px 31px;
  border: 1px solid #000000;
  transition: background-color 0.2s ease;
}

.YX1_EARPHONES a:hover {
  background-color: #000000;
  color: #FFFFFF;
}

        /* audiophile_description */

.audiophile_description {
  display: flex;
  gap: 125px;
  margin-bottom: 200px;
}

.audiophile_description span {
  margin-top: 147px;
}

.audiophile_description span span {
  color: #D87D4A;
}

.audiophile_description h1 {
  width: 405px;
  height: 88px;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 1.43px;
  margin-bottom: 32px;
}

.audiophile_description p {
  width: 440px;
  height: 175px;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  opacity: 50%;
}

        /* footer_menu */

footer {
  background-color: #101010;
  padding-top: 48px;
  padding-bottom: 48px;
}

.footer_menu {
  width: 1110px;
  height: 325px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.border {
  border-top: 4px solid #D87D4A;
  width: 101px;
  position: absolute;
  left: 0px;
  top: -48px;
}

.footer_menu ul {
  list-style: none;
  display: flex;
  gap: 34px;
  padding: 0px;
}

.footer_menu ul a {
  color: #FFFFFF;
  width: 44px;
  font-weight: 700;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 2px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer_menu ul li a:hover {
  color: #D87D4A;
}

.footer_menu p {
  color: #FFFFFF;
  width: 534px;
  height: 100px;
  opacity: 50%;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}

.footer_menu span {
  display: flex;
  gap: 16px;

}

.footer_menu h4 {
  color: #FFFFFF;
  width: 540px;
  height: 25px;
  opacity: 50%;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
}

/* ----------headphones.html---------- */

        /* navbar */

.top {
  width: 1110px;
  margin: auto;
  text-align: center;
  align-items: center;
  padding-top: 98px;
  padding-bottom: 98px;
}

header h1 {
  color: #FFFFFF;
  height: 44px;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 1.43px;
}

        /* product_items */

.product_items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 160px;
}

.product_items span {
  width: 445px;
  height: 343px;
  margin: auto;
  margin-top: 109px;
}

.product_items span h1 {
  color: #000000;
  width: 445px;
  height: 88px;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 1.43px;
  margin-bottom: 32px;
}

.product_items span p {
  color: #000000;
  width: 445px;
  height: 100px;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  opacity: 50%;
  margin-bottom: 40px;
}

.product_items span a {
    color: #FFFFFF;
    background-color: #D87D4A;
    width: 99px;
    font-weight: 700;
    font-size: 13px;
    line-height: 17.76px;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 15px 31px;
    transition: background-color 0.2s ease;
}

.product_items span a:hover {
  background-color: #FBAF85;
}

.product_items h4 {
  color: #D87D4A;
  width: auto;
  height: 19px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19.12px;
  letter-spacing: 10px;
  margin-bottom: 16px;
}