@font-face {
  font-family: "CIRCULARSTD";
  src: url("./fonts/CIRCULARSTD-MEDIUM.OTF") format("opentype");
  font-weight: normal;
  font-style: normal;
}

:root {
  --background: #ffffff;
  --color-primary: #ffffff;
  --text-primary: #ffffff;
  --text-secondary: #ffffff;
  --text-white: #8c241b;
}

body {
  padding: 0;
  margin: 0;
  display: flex;
  letter-spacing: 1px;
  flex-direction: column;
  font-family: "CIRCULARSTD";
  background: url("./images/home.jpg");
  /* background-position: 50% 50%; */
  background-size: cover;
  min-height: 100vh; /* Optional: to center within the viewport */
}

.content {
  display: flex;
  justify-content: center; /* Horizontally center */
  align-items: center; /* Vertically center */
}
.img-white {
  filter: brightness(0) invert(1);
}

.sub-title {
  letter-spacing: 1px;
}
.title {
  letter-spacing: 3px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .content {
    align-self: auto;
    width: 100%;
  }
}

.img-header {
  text-align: center;
  max-width: fit-content;
}

.tp {
  width: 300px;
}

.sfp {
  width: 200px;
}

.synchronize {
  width: 250px;
}

.ifc {
  width: 130px;
  padding: 0.8rem;
}

.logo-row {
  display: flex;
  justify-content: center;
  flex-basis: 200px;
  padding: 0.5rem 3rem;
  align-items: center;
}

.body-row {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 50%;
}

/* .body-row {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

.button-item {
  align-self: center;
  width: 70%;
  text-align: center;
  border: 2px solid var(--color-primary);
  border-radius: 5px;
  color: var(--text-secondary);
  padding: 0.5rem;
  margin-top: 1rem;
  font-size: 16px;
}

.button-item:hover {
  cursor: pointer;
  color: var(--color-primary);
  background: var(--text-white);
  border: 2px solid var(--text-white) !important;
}

.alter {
  border: 2px solid var(--text-secondary) !important;
  color: var(--text-secondary);
}

.img-home {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .button-item {
    width: 70%;
  }

  .img-header {
    max-width: fit-content;
  }

  .tp {
    width: 180px;
  }

  .sfp {
    width: 60px;
  }

  .synchronize {
    width: 80px;
  }

  .ifc {
    width: 70px;
  }

  .flex-item:nth-child(2) {
    flex-grow: 1;
    /* item kedua dapat 4 bagian */
  }
}

.img-body {
  width: 100%;
}

.flex-item:nth-child(2) {
  flex-grow: 2;
  /* item kedua dapat 4 bagian */
}

.images-body {
  width: 100%;
  margin-top: 1.5rem;
}

a {
  text-decoration: none;
}

.audio {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 10;
  right: 10;
  opacity: 0.3;
  background-color: white;
  border-radius: 40px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  -webkit-box-shadow: 1px 1px 3px #fefeff;
  -moz-box-shadow: 1px 1px 3px #fefeff;
  box-shadow: 1px 1px 3px #fefeff;
}

.musicon {
  width: 100%;
  text-align: center;
}

.music {
  width: 60%;
}

.audio:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .body-row {
    width: 100%;
  }
}
