@media only screen and (max-width: 600px) {
  nav {
    color: #483535;
  }

  .main {
    background-image: url('../assets/home-mobile.webp');
    justify-content: center;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    color: #483535;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #container {
    background-image: url('../assets/home-mobile.webp');
    justify-content: center;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    position: absolute;
    width: 100%;
    height: 50pt;
    top: 150px;
    filter: url(home.css) blur(0.6px);
  }

  #text1,
  #text2 {
    position: absolute;
    width: 100%;
    display: block;
    font-size: 32pt;
    text-align: center;
    user-select: none;
  }



  .header {
    width: 100%;
    background-color: rgba(240, 248, 255, 0);
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }

  .header-1 {
    width: 100%;
    color: rgba(43, 43, 43, 0.877);
    background-color: rgba(255, 255, 255, 0.089);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    margin-top: 120px;
    padding-bottom: 1px;
    float: right;
  }

  .header-logo-home {
    width: 60vw;
  }

  .penerjemah-tersumpah {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgb(204, 226, 231);
    margin-bottom: 0;

  }

  .p-title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .fitur-pelayanan {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
  }

  .fitur-pelayanan img {
    padding-top: 0;
    width: 10vw;
  }

  .left {
    text-align: right;
    flex: 20vw;
    margin-left: 5vw;
  }

  .right {
    text-align: left;
    margin-left: -5vw;
    padding-right: 5vw;
  }

  p.list {
    font-size: medium;
  }

  .informasi {
    background-image: url('../assets/footer-mobile.webp');
    justify-content: center;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 120px;
    background-color: rgba(255, 255, 255, 0);
    text-align: left;
  }

  .informasi-info {
    width: 80%;
    padding-left: 10%;
  }

  .informasi-kontak {
    padding-top: 100px;
  }

  .button {
    border: none;
    border-radius: 10px;
    ;
    color: white;
    width: 20vw;
    padding: 16px 0 16px 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0 3vw 0 0;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
  }

  .telp {
    background-color: rgba(240, 248, 255, 0);
    color: black;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1), 0 10px 35px 0 rgba(0, 0, 0, .15);
  }

  .telp:hover {
    background-color: rgb(21, 64, 121);
    color: aliceblue;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  }

  .wa {
    background-color: rgba(240, 248, 255, 0);
    color: black;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1), 0 10px 35px 0 rgba(0, 0, 0, .15);
  }

  .wa:hover {
    background-color: rgb(21, 121, 87);
    color: aliceblue;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  }

  .email {
    background-color: rgba(240, 248, 255, 0);
    color: black;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1), 0 10px 35px 0 rgba(0, 0, 0, .15);
  }

  .email:hover {
    background-color: rgb(71, 128, 6);
    color: aliceblue;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  }

  h2.info {
    font-size: larger;
  }

  p.info {
    font-size: medium;
  }

}

@media only screen and (min-width: 600px) {
  nav {
    color: #483535;
  }

  .main {
    background-image: url('../assets/home.webp');
    justify-content: center;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    color: #483535;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #container {
    background-image: url('../assets/home.webp');
    justify-content: center;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    position: absolute;
    width: 100%;
    height: 80pt;
    top: 250px;
    padding-bottom: 50px;
    filter: url(home.css) blur(0.6px);
  }

  #text1,
  #text2 {
    position: absolute;
    width: 100%;
    display: block;
    font-size: 70pt;
    text-align: center;
    user-select: none;
  }

  .header {
    width: 100%;
    background-color: rgba(240, 248, 255, 0);
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }

  .header-1 {
    width: 100%;
    color: rgba(43, 43, 43, 0.877);
    background-color: rgba(255, 255, 255, 0.089);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    margin-top: 250px;
    padding-top: 50px;
    padding-bottom: 10px;
    float: right;
  }

  .header-logo-home {
    width: 400px
  }

  .penerjemah-tersumpah {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgb(204, 226, 231);
    margin-bottom: 0;

  }

  .fitur-pelayanan {
    width: 70%;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    margin-left: 10%;
  }

  img {
    width: 72px;
  }

  p.list {
    font-size: larger;
  }

  .left {
    flex: 30%;
    text-align: right;
    padding-right: 20px;
  }

  .right {
    flex: 70%;
    text-align: left;
    padding-left: 20px;
  }

  .informasi {
    background-image: url('../assets/footer.webp');
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    padding-top: 200px;
    padding-bottom: 120px;
    background-color: rgba(255, 255, 255, 0);
    text-align: left;
  }

  .informasi-info {
    width: 30%;
    margin-left: 25%;
  }

  .informasi-kontak {
    padding-top: 200px;
  }

  .button {
    border: none;
    border-radius: 10px;
    ;
    color: white;
    width: 140px;
    padding: 20px 0px 20px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px 30px 0px 0px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
  }

  .telp {
    background-color: rgba(240, 248, 255, 0);
    color: black;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1), 0 10px 35px 0 rgba(0, 0, 0, .15);
  }

  .telp:hover {
    background-color: rgb(21, 64, 121);
    color: aliceblue;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  }

  .wa {
    background-color: rgba(240, 248, 255, 0);
    color: black;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1), 0 10px 35px 0 rgba(0, 0, 0, .15);
  }

  .wa:hover {
    background-color: rgb(21, 121, 87);
    color: aliceblue;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  }

  .email {
    background-color: rgba(240, 248, 255, 0);
    color: black;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1), 0 10px 35px 0 rgba(0, 0, 0, .15);
  }

  .email:hover {
    background-color: rgb(71, 128, 6);
    color: aliceblue;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  }

  h2.info {
    font-size: xx-large;
  }

  p.info {
    font-size: larger;
  }
}