* {
  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%
  );
  background-attachment: fixed;
  font-family: sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
}

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-link3 a {
  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;
}

.services {
  border: 1px solid white;
  margin-top: 4px;
}

.services-company {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4rem;
  margin-top: 40px;
  padding: 0 40px;
}

.first-column,
.second-column {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  flex: 1;
  max-width: 500px;
}

.second-column {
  gap: 2.6rem;
}

.first-row,
.second-row,
.third-row,
.fourth-row {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.una,
.pangalawa,
.pangatlo,
.pang-apat {
  width: 12rem;
  height: 12rem;
  border-radius: 8px;
  flex-shrink: 0;
  object-fit: cover;
  transition: 0.3s;
  box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3);
  border: 1px solid rgba(255, 0, 0, 0.2);
}

.una:hover,
.pangalawa:hover,
.pangatlo:hover,
.pang-apat:hover {
  background-color: rgba(255, 0, 0, 0.1);
  border: 1px solid red;
  box-shadow:
    0 0 20px rgba(255, 0, 0, 0.8),
    0 0 40px rgba(255, 0, 0, 0.4);
  transform: scale(1.05);
}

.swp-about,
.fcs-about,
.dss-about,
.pdp-about {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}

.swp,
.fcs,
.dss,
.pdp {
  font-size: 1.5rem;
  color: red;
}

.swp-info,
.fcs-info,
.dss-info,
.pdp-info {
  color: #fbedd1;
  font-size: 0.8rem;
}

.last {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  gap: 12px;
}

.what-you-need {
  font-size: 1.8rem;
  color: red;
}

.cos {
  font-size: 1.2rem;
  color: red;
  border: 2px solid red;
  background-color: transparent;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.cos: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;
}

.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;
  }

  .services-company {
    flex-direction: column;
    padding: 0 20px;
    gap: 2rem;
    margin: 30px;
  }

  .first-column,
  .second-column {
    max-width: 100%;
    width: 100%;
    gap: 2rem;
  }

  .first-row,
  .second-row,
  .third-row,
  .fourth-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .una,
  .pangalawa,
  .pangatlo,
  .pang-apat {
    width: 100%;
    height: 200px;
  }

  .swp,
  .fcs,
  .dss,
  .pdp {
    font-size: 1.2rem;
  }

  .swp-info,
  .fcs-info,
  .dss-info,
  .pdp-info {
    font-size: 0.85rem;
  }

  .what-you-need {
    font-size: 1.3rem;
    text-align: center;
  }

  .last {
    margin-top: 1rem;
  }

  .kapi {
    font-size: 10px;
  }
}
