footer {
  height: fit-content;
  width: 100%;
  padding: 50px 0px 10px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .container {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
footer .container .row {
  width: 78%;
  padding: 5px 5%;
  height: fit-content;
}
footer .container .row:first-child {
  display: flex;
  justify-content: space-between;
  padding: 40px 0px 30px 0px;
}

footer .container .row:first-child .sosmed {
  width: 18%;
  display: flex;
  height: fit-content;
  justify-content: space-evenly;
}
footer .container .row:first-child .sosmed i {
  font-size: 18px;
}
footer .container .row:first-child .about {
  font-family: "72 Black";
  font-size: 14px;
}
footer .container .row:first-child ul {
  width: 70%;
  display: flex;
  justify-content: space-evenly;
  list-style: none;
}
footer .container .row:first-child ul li {
  display: flex;
  width: 24%;
  flex-direction: column;
  align-items: left;
  justify-content: space-between;
}
footer .container .row:first-child ul li a {
  padding: 3px 5px;
  text-decoration: none;
  color: #000000;
}
footer .container .row:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .container .row:nth-child(2) img {
  width: 114%;
  height: 100%;
}
footer .container .row:nth-child(3) {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  height: 60px;
  display: flex;
  justify-content: start;
  align-items: center;
  font-family: "72 Black";
  font-size: 14px;
}
footer .container .row:nth-child(3) a:first-child {
  margin-right: auto;
  text-decoration: none;
  color: #000000;
  font-size: 14px;
}
footer .container .row:nth-child(3) a:nth-child(2),
footer .container .row:nth-child(3) a:nth-child(3) {
  text-decoration: none;
  color: #000000;
  margin: 0px 3%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer {
    height: fit-content;
    width: 100%;
    padding: 50px 0px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  footer .container {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    width: 98%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
  footer .container .row {
    width: 78%;
    padding: 5px 5%;
    height: fit-content;
  }
  footer .container .row:first-child {
    display: flex;
    justify-content: space-between;
    padding: 40px 0px 30px 0px;
  }

  footer .container .row:first-child .sosmed {
    width: 22%;
    display: flex;
    height: fit-content;
    justify-content: space-evenly;
  }

  /* Mengatur warna ikon media sosial */
  footer .container .row:first-child .sosmed a i {
      color: #000; /* Ganti dengan warna yang diinginkan */
      font-size: 18px; /* Sesuaikan ukuran font jika perlu */
      transition: color 0.3s; /* Transisi warna untuk efek hover */
  }

  /* Efek hover untuk ikon media sosial */
  footer .container .row:first-child .sosmed a:hover i {
      color: #007bff; /* Ganti dengan warna yang diinginkan saat hover */
  }
  footer .container .row:first-child ul {
    width: 70%;
    display: flex;
    justify-content: space-evenly;
    list-style: none;
  }
  footer .container .row:first-child ul li {
    display: flex;
    width: 24%;
    flex-direction: column;
    align-items: left;
    justify-content: space-between;
  }
  footer .container .row:first-child ul li a {
    padding: 3px 5px;
    text-decoration: none;
    color: #000000;
  }
  footer .container .row:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .container .row:nth-child(2) img {
    width: 100%;
  }
  footer .container .row:nth-child(3) {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    height: fit-content;
    display: flex;
    padding: 15px 0px 40px 0px;
    justify-content: center;
    align-items: start;
    position: relative;
  }
  footer .container .row:nth-child(3) a:first-child {
    margin-right: auto;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    position: absolute;
    bottom: 5px;
  }
  footer .container .row:nth-child(3) a:nth-child(2),
  footer .container .row:nth-child(3) a:nth-child(3) {
    text-decoration: none;
    color: #000000;
    margin: 0px 15px;
    font-size: 12px;
    width: fit-content;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  footer {
    height: fit-content;
    width: 100%;
    padding: 50px 0px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  footer .container {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    width: 98%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
  footer .container .row {
    width: 78%;
    padding: 5px 5%;
    height: fit-content;
  }
  footer .container .row:first-child {
    display: flex;
    justify-content: space-between;
    padding: 40px 0px 30px 0px;
    flex-direction: column;
    align-items: center;
  }

  footer .container .row:first-child .sosmed {
    width: 80%;
    display: flex;
    height: fit-content;
    margin: 0px 0px 40px 0px;
    justify-content: center;
  }
  footer .container .row:first-child .sosmed i {
    font-size: 18px;
    margin: 0px 20px;
  }
  footer .container .row:first-child ul {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    list-style: none;
  }
  footer .container .row:first-child ul li {
    display: flex;
    width: 24%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  footer .container .row:first-child ul li a {
    padding: 3px 5px;
    text-decoration: none;
    color: #000000;
  }
  footer .container .row:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .container .row:nth-child(2) img {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }
  footer .container .row:nth-child(3) {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    height: fit-content;
    display: flex;
    padding: 15px 0px 40px 0px;
    justify-content: center;
    align-items: start;
    position: relative;
  }
  footer .container .row:nth-child(3) a:first-child {
    margin-right: auto;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    position: absolute;
    bottom: 5px;
  }
  footer .container .row:nth-child(3) a:nth-child(2),
  footer .container .row:nth-child(3) a:nth-child(3) {
    text-decoration: none;
    color: #000000;
    margin: 0px 15px;
    font-size: 12px;
    width: fit-content;
  }
}

@media screen and (max-width: 480px) {
  footer {
      height: fit-content;
      width: 100%;
      padding: 50px 0px 10px 0px;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  footer .container {
      border-top: 1px solid rgba(0, 0, 0, 0.3);
      width: 98%;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      align-items: center;
  }
  footer .container .row {
      width: 78%;
      padding: 5px 5%;
      height: fit-content;
  }
  footer .container .row:first-child {
      display: flex;
      justify-content: space-between;
      padding: 40px 0px 30px 0px;
      flex-direction: column;
      align-items: center;
  }

  footer .container .row:first-child .sosmed {
      width: 80%;
      display: flex;
      height: fit-content;
      margin: 0px 0px 40px 0px;
      justify-content: center;
  }
  footer .container .row:first-child .sosmed i {
      font-size: 18px;
      margin: 0px 20px;
  }
  footer .container .row:first-child ul {
      width: 100%;
      display: flex;
      justify-content: space-evenly;
      list-style: none;
  }
  footer .container .row:first-child ul li {
      display: flex;
      width: 24%;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
  }
  footer .container .row:first-child ul li a {
      padding: 3px 5px;
      text-decoration: none;
      color: #000000;
      font-size: 10px;
      text-align: left;
  }

  /* Hanya tampilkan baris pertama dari .about */
  footer .container .row:first-child ul li a:not(:nth-of-type(1)) {
      display: none;
  }

  footer .container .row:nth-child(2) {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  footer .container .row:nth-child(2) img {
      width: 100%;
      border-top: 1px solid rgba(0, 0, 0, 0.3);
  }
  footer .container .row:nth-child(3) {
      border-top: 1px solid rgba(0, 0, 0, 0.3);
      height: fit-content;
      display: flex;
      padding: 15px 0px 40px 0px;
      justify-content: center;
      align-items: start;
      position: relative;
  }
  footer .container .row:nth-child(3) a:first-child {
      margin-right: auto;
      text-decoration: none;
      color: #000000;
      font-size: 10px;
      text-align: center;
      position: absolute;
      bottom: 5px;
  }
  footer .container .row:nth-child(3) a:nth-child(2),
  footer .container .row:nth-child(3) a:nth-child(3) {
      text-decoration: none;
      color: #000000;
      margin: 0px 15px;
      text-align: center;
      font-size: 12px;
      width: fit-content;
  }
}

