* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100vh;
  height: auto;
  display: flex;
  flex-direction: column;
  background: #000000;
  background: linear-gradient(
    125deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 48%,
    rgba(0, 0, 0, 1) 66%,
    rgba(69, 0, 0, 1) 83%,
    rgba(84, 2, 2, 1) 95%
  );
  font-family: sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
}

/* ── NAVBAR ── */
header {
  width: 100%;
  background: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px 0 50px;
  flex-wrap: wrap;
}

.header-image {
  width: clamp(80px, 12vw, 200px);
  height: 60px;
  object-fit: contain;
  object-position: center;
  flex-shrink: 0;
}

.nav-container {
  padding-right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

nav ul li a {
  padding: 10px;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 1px;
  color: red;
  text-decoration: none;
  border: 1px solid transparent;
  transition: 0.3s;
}

nav ul li {
  border-left: 1px solid black;
}

ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 20px;
  list-style: none;
  text-decoration: none;
}

nav ul li a:hover {
  background-color: rgba(255, 0, 0, 0.1);
  color: white;
  border-color: #ff4d4d;
  box-shadow:
    0 0 15px rgba(255, 0, 0, 0.7),
    0 0 30px rgba(255, 0, 0, 0.4),
    inset 0 0 10px rgba(255, 0, 0, 0.5);
  text-shadow:
    0 0 8px #fff,
    0 0 12px red;
  transform: scale(1.05);
  border-radius: 30px;
  border: 1px solid #ff4d4d;
}

.show-link1 {
  background-color: rgba(255, 0, 0, 0.1);
  color: white;
  border-color: #ff4d4d;
  box-shadow:
    0 0 15px rgba(255, 0, 0, 0.7),
    0 0 30px rgba(255, 0, 0, 0.4),
    inset 0 0 10px rgba(255, 0, 0, 0.5);
  text-shadow:
    0 0 8px #fff,
    0 0 12px red;
  transform: scale(1.05);
  border-radius: 30px;
  border: 1px solid #ff4d4d;
}

.header {
  border: 1px solid red;
}

.hero {
  border: 1px solid white;
  margin-top: 3px;
}

.hero-bg {
  object-position: 40% 10%;
  top: 100px;
  width: 100%;
  height: 600px;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  filter: brightness(0.8);
  opacity: 0.3;
}

.hero-image {
  width: 500px;
  height: 500px;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: left;
  margin: 40px;
}

.bussiness-name {
  font-weight: bold;
  font-size: 60px;
  color: red;
  display: flex;
  justify-content: left;
  align-items: left;
}

.HEHE {
  font-weight: lighter;
  line-height: 2px;
  font-size: 2rem;
  color: red;
  display: flex;
  justify-content: left;
  align-items: left;
}

.first-column {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: left;
  gap: 1rem;
}

.home {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.hero-content {
  text-align: justify;
  width: 490px;
  font-size: 15px;
  color: #fbedd1;
  padding-top: 10px;
}

.button-column {
  display: flex;
  gap: 30px;
}

.cws,
.eos {
  border-radius: 10px;
  width: auto;
  border: 2px solid red;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: red;
  transition: all 0.3s ease;
  padding: 12px;
  text-decoration: none;
}

.cws:hover,
.eos:hover {
  background-color: rgba(255, 0, 0, 0.1);
  color: white;
  border-color: #ff4d4d;
  box-shadow:
    0 0 15px rgba(255, 0, 0, 0.7),
    0 0 30px rgba(255, 0, 0, 0.4),
    inset 0 0 10px rgba(255, 0, 0, 0.5);
  text-shadow:
    0 0 8px #fff,
    0 0 12px red;
  transform: scale(1.05);
  border-radius: 30px;
}

.button-column a {
  text-decoration: none;
}

.pula {
  border: 1px solid red;
  position: relative;
  width: 100%;
  margin-top: 40px;
}

.puti {
  border: 1px solid white;
  position: relative;
  width: 100%;
  margin-top: 5px;
}

.all-footer {
  background-color: transparent;
  position: relative;
  text-align: left;
  padding: 10px 20px;
  font-size: 13px;
  color: white;
}

.kapi {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin-top: 5px;
  margin-left: 10px;
  color: #fbedd1;
  font-size: 13px;
}

@media (max-width: 1000px) and (max-width: 768px) {
  body {
    padding-bottom: 20px;
  }

  header {
    height: auto;
    padding: 5px 24px;
    flex-direction: column;
  }

  .header-image {
    margin: 0 auto;
    padding: 5px;
    width: 80px;
    height: 60px;
  }

  .nav-container {
    padding-right: 0;
    width: 100%;
  }

  nav ul {
    gap: 4px;
    padding: 8px 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  nav ul li a {
    padding: 6px 10px;
    font-size: 11px;
  }

  .home {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px;
    position: relative;
    z-index: 1;
  }

  .hero-image {
    width: 100%;
    height: auto;
    margin: 20px 100px;
  }

  .hero-bg {
    position: absolute;
    top: 125px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .first-column {
    align-items: center;
    text-align: center;
  }

  .bussiness-name {
    text-align: center;
    margin-top: -80px;
    font-size: 40px;
  }

  .puke {
    font-size: 1.2rem;
    text-align: center;
  }

  .hero-content {
    width: 100%;
    font-size: 14px;
    padding: 10px 30px;
  }

  .button-column {
    font-size: 13px;
    padding: 10px 10px;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .kapi {
    font-size: 10px;
  }
}
