* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'DM Sans', sans-serif;
}

body {
  background-color: #f5c000;
  padding-top: 100px;
}

footer {
  background-color: #010101;
  color: white;
  padding: 40px 0;
  text-align: center;
  margin-top: 99px;
}

.copyright {
  color: rgb(167, 167, 167);
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-links {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.footer-links a {
  color: rgb(167, 167, 167);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #f5c000;
}

.designby {
  color: rgb(167, 167, 167);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.designby:hover {
  color: #f5c000;
  transition: all 0.3s ease-in-out;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  margin: 0;
  border-bottom: 2px solid #010101;
  border-radius: 0 0 50px 50px;
  background-color: #010101;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.5);
}

.main-content1 {
  margin-bottom: 50px;
  margin-top: 120px;
  text-align: center;
  font-size: 80px;
}

.main-content2 {
  text-align: center;
  font-size: 30px;
}

.button2-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.order-btn2 {
  margin-top: 50px;
  background-color: #010101;
  color: white;
  padding: 2rem 4rem;
  font-size: 2.5rem;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.order-btn2:hover {
  background-color: #333;
  transition: all 0.3 ease-in-out;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.logo-icon {
  width: 40px;
  height: 40px;
  background-color: #010101;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}

.logo-text {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

.nav-links {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.nav-links a {
  text-decoration: none;
  color: white;
  font-weight: 500;
  transition: all 0.3s ease;
}

.sr-showroom,
.pricing-pr,
.home-hm {
  color: #f5c000 !important;
}

.nav-links a:hover {
  color: #f5c000;
  transition: all 0.3 ease-in-out;
}

.order-btn {
  background-color: #f5c000;
  color: white;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}

.order-btn:hover {
  color: white !important;
  background-color: #f5c000be;
  transition: all 0.3s ease-in-out;
}

/*
PRICING SECTION
*/

.harga {
  display: grid;
  column-gap: 48px;
  width: 80%;
  margin: 60px auto;
  font-size: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
  list-style-type: none;
}

.harga-headswap {
  background-color: #010101;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  border-radius: 50px;
}

.harga-headswap>li {
  padding: 50px;
}

.headswap {
  font-size: 50px;
  font-weight: 600;
}

.headswap-btn {
  background-color: #f5c000;
  color: #010101;
  text-decoration: none;
  border-radius: 20px;
  padding: 15px 40px;
  cursor: pointer;
  font-size: 30px;
  font-weight: 600;
}

.headswap-btn:hover {
  background-color: #cb9f00;
  transition: all .3s ease-in-out;
}

.harga-envi {
  background-color: #010101;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  border-radius: 50px;
}

.harga-envi>li {
  padding: 50px;
}

.envi {
  font-size: 50px;
  font-weight: 600;
}

.envi-btn {
  background-color: #f5c000;
  color: #010101;
  text-decoration: none;
  border-radius: 20px;
  padding: 15px 40px;
  cursor: pointer;
  font-size: 30px;
  font-weight: 600;
}

.envi-btn:hover {
  background-color: #cb9f00;
  transition: all .3s ease-in-out;
}

.harga-customskin {
  background-color: #010101;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  border-radius: 50px;
}

.harga-customskin>li {
  padding: 50px;
}

.customskin {
  font-size: 50px;
  font-weight: 600;
}

.customskin-btn {
  background-color: #f5c000;
  color: #010101;
  text-decoration: none;
  border-radius: 20px;
  padding: 15px 40px;
  cursor: pointer;
  font-size: 30px;
  font-weight: 600;
}

.customskin-btn:hover {
  background-color: #cb9f00;
  transition: all .3s ease-in-out;
}

/*
showroom SECTION
*/

.showroom {
  display: grid;
  column-gap: 48px;
  width: 80%;
  margin: 60px auto;
  font-size: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.sr1 {
  background-color: #010101;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
}

.sr1>ul {
  list-style: none;
  margin: 10px;
}

.sr1-btn {
  background-color: #f5c000;
  border-radius: 100px;
  color: #010101;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: none;
  font-weight: 500;
}

.sr1-btn:hover {
  background-color: #f5c000be;
  transition: all 0.3s ease-in-out;
}

.img-sr1 {
  width: 100%;
  display: block;
}

.sr2 {
  background-color: #010101;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
}

.sr2>ul {
  list-style: none;
  margin: 10px;
}

.sr2-btn {
  background-color: #f5c000;
  border-radius: 100px;
  color: #010101;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: none;
  font-weight: 500;
}

.sr2-btn:hover {
  background-color: #f5c000be;
  transition: all 0.3s ease-in-out;
}

.img-sr2 {
  width: 100%;
  display: block;

}

.sr3 {
  background-color: #010101;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
}

.sr3>ul {
  list-style: none;
  margin: 10px;
}

.sr3-btn {
  background-color: #f5c000;
  border-radius: 100px;
  color: #010101;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: none;
  font-weight: 500;
}

.sr3-btn:hover {
  background-color: #f5c000be;
  transition: all 0.3s ease-in-out;
}

.img-sr3 {
  width: 100%;
  display: block;

}

.sr4 {
  background-color: #010101;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  margin-top: 48px;
}

.sr4>ul {
  list-style: none;
  margin: 10px;
}

.sr4-btn {
  background-color: #f5c000;
  border-radius: 100px;
  color: #010101;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: none;
  font-weight: 500;
}

.sr4-btn:hover {
  background-color: #f5c000be;
  transition: all 0.3s ease-in-out;
}

.img-sr4 {
  width: 100%;
  display: block;
}

.sr5 {
  background-color: #010101;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  margin-top: 48px;
}

.sr5>ul {
  list-style: none;
  margin: 10px;
}

.sr5-btn {
  background-color: #f5c000;
  border-radius: 100px;
  color: #010101;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: none;
  font-weight: 500;
}

.sr5-btn:hover {
  background-color: #f5c000be;
  transition: all 0.3s ease-in-out;
}

.img-sr5 {
  width: 100%;
  display: block;
}

.sr6 {
  background-color: #010101;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  margin-top: 48px;
}

.sr6>ul {
  list-style: none;
  margin: 10px;
}

.sr6-btn {
  background-color: #f5c000;
  border-radius: 100px;
  color: #010101;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: none;
  font-weight: 500;
}

.sr6-btn:hover {
  background-color: #f5c000be;
  transition: all 0.3s ease-in-out;
}

.img-sr6 {
  width: 100%;
  display: block;
}

.sr7 {
  background-color: #010101;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  margin-top: 48px;
}

.sr7>ul {
  list-style: none;
  margin: 10px;
}

.sr7-btn {
  background-color: #f5c000;
  border-radius: 100px;
  color: #010101;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: none;
  font-weight: 500;
}

.sr7-btn:hover {
  background-color: #f5c000be;
  transition: all 0.3s ease-in-out;
}

.img-sr7 {
  width: 100%;
  display: block;
}

.sr8 {
  background-color: #010101;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  margin-top: 48px;
}

.sr8>ul {
  list-style: none;
  margin: 10px;
}

.sr8-btn {
  background-color: #f5c000;
  border-radius: 100px;
  color: #010101;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: none;
  font-weight: 500;
}

.sr8-btn:hover {
  background-color: #f5c000be;
  transition: all 0.3s ease-in-out;
}

.img-sr8 {
  width: 100%;
  display: block;
}

.sr9 {
  background-color: #010101;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  margin-top: 48px;
}

.sr9>ul {
  list-style: none;
  margin: 10px;
}

.sr9-btn {
  background-color: #f5c000;
  border-radius: 100px;
  color: #010101;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: none;
  font-weight: 500;
}

.sr9-btn:hover {
  background-color: #f5c000be;
  transition: all 0.3s ease-in-out;
}

.img-sr9 {
  width: 100%;
  display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
  body {
    padding-top: 80px;
  }

  .footer-links {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .footer-content {
    padding: 0 20px;
  }

  .navbar {
    position: fixed;
    padding: 1rem;
    width: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .nav-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    gap: 15px;
  }

  .nav-links a {
    padding: 5px 10px;
    font-size: 0.9rem;
  }

  .order-btn {
    width: auto;
    padding: 0.5rem 1rem;
    margin-left: 0;
  }

  .main-content1 {
    margin-top: 160px;
  }

  .main-content2 {
    font-size: 18px;
    padding: 0 15px;
  }

  .order-btn2 {
    padding: 1rem 2.5rem;
    font-size: 1.8rem;
    width: 90%;
    max-width: 350px;
    justify-content: center;
    display: flex;
  }

  .showroom {
    grid-template-columns: 1fr;
    width: 95%;
    margin: 40px auto;
    gap: 20px;
    margin-top: 5rem;
  }

  .sr1,
  .sr2,
  .sr3,
  .sr4,
  .sr5,
  .sr6,
  .sr7,
  .sr8,
  .sr9 {
    margin-top: 0;
  }

  .harga {
    flex-direction: column;
    align-items: center;
  }

  .harga-headswap,
  .harga-customskin,
  .harga-envi {
    width: calc(100% - 2rem);
    margin: 1rem;
    padding: 3rem 1rem;
  }

  .headswap,
  .customskin,
  .envi {
    font-size: 40px;
  }

  .headswap-btn,
  .customskin-btn,
  .envi-btn {
    padding: 0.8rem 2.5rem;
    font-size: 2rem;
  }

  .logo {
    justify-content: center;
    width: auto;
    margin-bottom: 10px;
  }

  .logo-text {
    font-size: 1.2rem;
  }

  footer {
    margin-top: 100px;
    padding: 20px;
  }
}

/* Additional media query for extra small devices */
@media (max-width: 480px) {
  .order-btn {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
  }

  .main-content1 {
    margin-top: 100px;
    font-size: 50px;
  }

  .main-content2 {
    font-size: 17px;
  }

  .order-btn2 {
    padding: 0.8rem 2rem;
    font-size: 1.5rem;
  }

  .navbar {
    padding: 0.8rem;
  }

  .nav-links {
    gap: 10px;
  }

  .nav-links a {
    font-size: 0.8rem;
  }

  .logo-text {
    font-size: 1.1rem;
  }

  body {
    padding-top: 70px;
  }

  .harga {
    display: grid;
    column-gap: 24px;
    row-gap: 24px;
    width: 90%;
    margin: 40px auto;
    font-size: 1rem;
    grid-template-columns: 1fr;
    list-style-type: none;
  }
  
  .harga-headswap,
  .harga-envi,
  .harga-customskin {
    background-color: #010101;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    border-radius: 30px;
    padding: 30px;
  }
  
  .headswap,
  .envi,
  .customskin {
    font-size: 40px;
    font-weight: 600;
  }
  
  .headswap-btn,
  .envi-btn,
  .customskin-btn {
    background-color: #f5c000;
    color: #010101;
    text-decoration: none;
    border-radius: 15px;
    padding: 10px 30px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
  }
  
  .headswap-btn:hover,
  .envi-btn:hover,
  .customskin-btn:hover {
    background-color: #cb9f00;
    transition: all .3s ease-in-out;
  }
}