@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;
  flex-direction: column;
  font-family: "CIRCULARSTD";
  background: url("./images/home.jpg");
  background-size: cover;
}

.content {
  /* width: 1080px; */
  color: var(--text-primary);
  align-self: stretch;
  position: relative;
  min-height: 83vh;
}

.body-row {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@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;
}
.img-white {
  filter: brightness(0) invert(1);
}

.body-row {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  text-transform: uppercase;
}

.button-item {
  align-self: center;
  width: 70%;
  text-align: center;
  border: 2px solid var(--color-primary);
  border-radius: 5px;
  color: var(--text-secondary);
  padding: 1rem;
  margin-top: 2rem;
  font-size: 16px;
}

.alter {
  border: 2px solid var(--text-secondary) !important;
  color: var(--text-secondary);
}
.sub-title {
  letter-spacing: 1px;
}

.button-item:hover {
  cursor: pointer;
  color: var(--text-secondary);
  background: var(--text-white);
  border: 2px solid var(--text-white);
}

.img-home {
  width: 100%;
}

.title {
  letter-spacing: 3px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .button-item {
    width: 90%;
  }

  .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;
  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 {
  -webkit-box-shadow: 2px 2px 5px #fefeff;
  -moz-box-shadow: 2px 2px 5px #fefeff;
  box-shadow: 2px 2px 5px #fefeff;
}
