*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family:
    "Inter",
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
}

body {
  background-color: #14120b;
}

.container {
  width: 100%;
  background-color: #14120b;
}

.nav-fixed {
  /* background-color: red; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  color: #edecec;
  z-index: 1000;
  justify-content: center;
}
.navbar {
  width: 100%;
  background-color: #14120b;

  max-width: 1280px;
}
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 10px;
}

.layout {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #14120b;
}
.hero-section {
  width: 100%;
  max-width: 1280px;
  /* background-color: #14120b; */
}
.heading-box {
  padding-top:10rem;
  width: 100%;
}
.logo {
  height: 35px;
  width: 35px;
}

.logo-text {
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #edecec;
}

#logo-box {
  display: flex;
  align-items: center;
}
.list {
  font-size: 14px;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.button-box {
  display: flex;
  align-items: center;
  gap: 6px;
}
.signin {
  background: transparent;
  color: #edecec;
  padding: 4px 10px 6px 10px;
  border-radius: 9999px;
  border: 1px solid rgba(237, 236, 236, 0.2);
  font-size: 14px;
}

.download {
  background-color: #edecec;
  border: #edecec;
  padding: 5px 12px;
  border-radius: 9999px;
  color: #14120b;
  font-size: 14px;
}

.main-heading {
  font-weight: 400;
  font-size: 1.625rem;
  letter-spacing: 0.1px;
  color: #edecec;
  margin-bottom: 25px;
}

.windows-btn {
  background-color: #edecec;
  padding: 10px 22px;
  border-radius: 9999px;
  color: #14120b;
  font-size: 16px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  gap: 3px;
}

/* .image-div {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.outer-image-box {
  width: 100%;
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
}

.img {
  width: 100%;
  height: 40rem;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 6px;
}

.top-div {
  color: red;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 34rem;
  width: 64rem;
  background-color: #fff;
  border-radius: 6px;
  z-index: 2;
}

.small-div {
  background-color: red;
  position: absolute;
  top: 70%;
  left: 78%;
  transform: translate(-50%, -50%);
  height: 20em;
  width: 28em;
  border-radius: 10px;
  z-index: 1;
}

.small-div .active {
  z-index: 3;
} */

.downloadimg {
  height: 20px;
  width: 2 0px;
}

.img-div {
  width: 100%;
  background-color: #14120b;
}
img-box {
  max-width: 1280px;
}

#img {
  height: 40rem;
  width: 100%;
  border-radius: 2px;
}

.third-section {
  width: 100%;
  min-width: 1280px;
  margin-top: 80px;
  text-align: center;
  margin-bottom: 100px;
}
.third-section p {
  color: #edecec;
  margin-bottom: 20px;
  font-size: 0.875rem;
}
.support-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.support {
  background-color: rgb(27, 25, 19);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  height: 6.25rem;
  width: 9rem;
}
.support img {
  height: 2.5em;
}
.fourth-section {
  display: flex;
  background-color: rgb(27, 25, 19);
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  gap: 10px;
}
.textdiv {
  margin-left: 22px;
}
.textdiv h3 {
  color: rgb(237, 236, 236);
  font-size: 1.375rem;
  font-weight: 400;
}
.textdiv p {
  color: oklab(0.943859 0.00102818 0.000317931 / 0.6);
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 16px;
}

.textdiv a {
  color: rgb(245, 78, 0);
}

.fourth-img-div img {
  border-radius: 4px;
  height: 40rem;
  width: 50rem;
  margin: 20px;
}

.fifth-section {
  display: flex;
  background-color: rgb(27, 25, 19);
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  gap: 10px;
  margin-top: 90px;
}
.sixth-section {
  display: flex;
  background-color: rgb(27, 25, 19);
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  gap: 10px;
  margin-top: 90px;
}
.textdiv a {
  font-size: 13px;
  font-weight: 500px;
}

#software {
  text-align: center;
  font-size: 40px;
  color: #edecec;
  margin-bottom: 50px;
}
.seventh-section {
  margin-top: 120px;
}
.cards {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.card {
  background-color: rgb(27, 25, 19);
  height: 13rem;
  width: 26rem;
  padding: 12px;
  border-radius: 6px;
}

.card p {
  color: rgb(237, 236, 236);
  font-size: 17px;
}

.lower-cardsection {
  display: flex;
  align-items: center;
  margin-top: 40px;
  gap: 10px;
}

.lower-cardsection h3 {
  font-size: 14px;
  color: rgb(237, 236, 236);
  font-weight: 600;
}
.lower-cardsection p {
  font-size: 14px;
  color: rgb(161, 160, 160);
  font-weight: 600;
}
.lower-cardsection img {
  height: 40px;
  width: 40px;
  border-radius: 4px;
}

.section-eight {
  /* background-color: #fff; */
  margin-top: 10em;
}
.card-section {
  display: flex;
  gap: 10px;
}
.section-eight-card {
  background-color: rgb(27, 25, 19);
  border-radius: 4px;
  padding: 14px 16px;
}
.section-eight-card img {
  height: 25em;
  margin-top: 20px;
  border-radius: 4px;
}
.stay {
  text-align: start;
  color: #edecec;
  font-size: 25px;
  margin-bottom: 15px;
}

.section-eight-card h3 {
  color: #edecec;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 2px;
}
.section-eight-card p {
  color: rgb(161, 160, 160);
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px;
}
.section-eight-card a {
  color: rgb(245, 78, 0);
  text-decoration: none;
}

.section-nine {
  margin-top: 10em;
}

.section-nine-cards {
  background-color: rgb(27, 25, 19);
  height: 7em;
  width: 19em;
  border-radius: 4px;
  padding: 14px 20px;
}

.section-nine-card-div {
  display: flex;
  justify-content: space-between;
}
.changelog {
  text-align: start;
  color: #edecec;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.date-div {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.rating {
  color: rgb(161, 160, 160);
  border: 1px solid rgb(161, 160, 160);
  border-radius: 30px;
  padding: 2px 10px;
}

.date {
  color: rgb(161, 160, 160);
}

.section-ten {
  margin-top: 10rem;
}
.section-nine-cards p {
  color: #edecec;
  font-weight: 400;
  font-size: 16px;
}

.next {
  color: rgb(245, 78, 0);
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
}

.section-ten {
  display: flex;
  background-color: rgb(27, 25, 19);
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  gap: 10px;
}

.fifth-img-div img {
  border-radius: 4px;
  height: 22rem;
  width: 50rem;
  margin: 20px;
}

#para {
  color: #edecec;
}

.section-eleven {
  margin-top: 10rem;
  background-color: rgb(27, 25, 19);
  width: 100%;
}

/* .section-eleven-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 6rem;
gap: 30px;

} */

.section-eleven-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#inner-section-eleven {
  max-width: 1280px;
  margin: 0 auto;
  padding: 6rem 0;
}
/* .card-eleven{
  background-color: #201e19;
  width: 92%;
  border-radius: 4px;
  padding: 18px;

}  */

.card-eleven {
  background-color: #201e19;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 6px;
  padding: 20px;
}

.card-eleven h4,
p {
  font-size: 16px;
}
.card-eleven h4 {
  font-weight: 500;
  color: #edecec;
  margin-bottom: 4px;
}

.card-eleven p {
  margin-bottom: 10px;
  color: rgb(161, 160, 160);
}

.viewmore {
  color: rgb(245, 78, 0);
}

#viewmore {
  margin-left: 21.3rem;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
}

.section-twelve {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6rem;
}

.section-twelve h1 {
  font-size: 4.2rem;
  color: #edecec;
  font-weight: 600;
}
.section-twelve-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.footer {
  background-color: #201e19;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.footer-div {
  width: 100%;
  min-width: 1280px;
  display: flex;
  gap: 10rem;
}

.items-div li {
  list-style: none;
  padding-bottom: 8px;
  color: #edecec;
  font-size: 15px;
  font-weight: 500;
}
.items-div li:first-child {
  color: rgb(161, 160, 160);
}
.last-footer-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5rem;
}

.certified {
  display: flex;
  gap: 10px;
}
.certified p {
  color: rgb(161, 160, 160);
  font-size: 14px;
  font-weight: 500;
}

.toggle-btn {
  display: flex;
  gap: 16px;
  align-items: center;
}
.btn-1  {
  background-color: #1c1b18;;
  border-radius: 999px;
  border: 1px solid #3d3c38;
width: 5rem;
display: flex;
align-items: center;
justify-content: space-between;
padding: 2px;
gap: 4px;
}

.btn-1 button{
  width: 32px;
  height: 24px;
  background: transparent;
  border: none;
  border-radius: 50%;
   color: #9a988f;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.btn-1 button:hover{
    background: rgba(255, 255, 255, 0.05);
color: #e6e4dd;
}

.btn-1 button.active {
  background: #2a2925;
  color: white;
}

/* Make language button match the segmented pill style */
.lang-btn {
  background-color: #1c1b18;
  border: 1px solid #3d3c38;
  border-radius: 999px;
  padding: 4px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #e6e4dd;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.15s ease;
}

/* Match height with icon buttons */
.lang-btn i {
  font-size: 0.9rem;
}

/* Hover effect similar to the segmented buttons */
.lang-btn:hover {
  background: rgba(255, 255, 255, 0.05);
}
