/* CONTACT */

.contact {
  background-color: var(--color-1);

  padding-bottom: 10rem;
}

.contact-logo {
  width: 40rem;
  height: 40rem;

  padding-top: 10rem;
}

.contact-container {
  max-width: 130rem;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-logo {
  margin: 0 auto;
}

.contact-info {
  display: flex;
  flex-direction: column;

  justify-content: center;
  align-items: center;

  color: var(--color-3);
  font-family: var(--font-3);
}

.contact-socials {
  display: flex;
  gap: 2rem;

  justify-content: center;
  align-items: center;
}

.contact-social {
  width: 3rem;
  height: 3rem;
}

.contact-at {
  font-size: var(--font-size-11);
  font-weight: 800;

  margin-bottom: 5rem;
}

.contact-number__box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.contact-phone {
  font-size: var(--font-size-11);
  font-weight: 800;
}

.contact-email {
  font-size: var(--font-size-11);
  margin-bottom: 5rem;
}

.contact-address {
  text-align: center;
  font-size: var(--font-size-11);
  font-weight: 800;

  margin-bottom: 5rem;
}

.google-maps {
  height: 45rem;
  width: 90rem;
  border: 0.5rem solid var(--color-3);
}

@media screen and (max-width: 1000px) {
  .google-maps {
    height: 35rem;
    width: 70rem;
  }
}
@media screen and (max-width: 800px) {
  .google-maps {
    height: 30rem;
    width: 50rem;
  }
}
@media screen and (max-width: 600px) {
  .google-maps {
    height: 25rem;
    width: 40rem;
  }
  .contact-socials {
    display: flex;
    gap: 1rem;

    justify-content: center;
    align-items: center;
  }

  .contact-social {
    width: 2.4rem;
    height: 2.4;
  }

  .contact-at {
    font-size: var(--font-size-9);
    margin-bottom: 2.5rem;
  }

  .contact-number__box {
    gap: 1rem;
  }

  .contact-phone {
    font-size: var(--font-size-9);
  }

  .contact-email {
    font-size: var(--font-size-9);
    margin-bottom: 2.5rem;
  }

  .contact-address {
    font-size: var(--font-size-9);

    margin-bottom: 2.5rem;
  }
  .contact-logo {
    width: 30rem;
    height: 30rem;

    padding-top: 5rem;
  }
}

@media screen and (max-width: 450px) {
  .google-maps {
    height: 15rem;
    width: 25rem;
  }
  .contact-socials {
    display: flex;
    gap: 1rem;

    justify-content: center;
    align-items: center;
  }

  .contact-social {
    width: 2rem;
    height: 2rem;
  }

  .contact-at {
    font-size: var(--font-size-7);
    margin-bottom: 1rem;
  }

  .contact-number__box {
    gap: 1rem;
  }

  .contact-phone {
    font-size: var(--font-size-7);
  }

  .contact-email {
    font-size: var(--font-size-7);
    margin-bottom: 1rem;
  }

  .contact-address {
    font-size: var(--font-size-7);

    margin-bottom: 1rem;
  }
  .contact-logo {
    width: 25rem;
    height: 25rem;

    padding-top: 5rem;
  }
}
@media screen and (max-width: 450px) {
  .google-maps {
    height: 15rem;
    width: 25rem;
  }
  .contact-socials {
    display: flex;
    gap: 1rem;

    justify-content: center;
    align-items: center;
  }

  .contact-social {
    width: 1.6rem;
    height: 1.6rem;
  }

  .contact-at {
    font-size: var(--font-size-5);
    margin-bottom: 1rem;
  }

  .contact-number__box {
    gap: 1rem;
  }

  .contact-phone {
    font-size: var(--font-size-5);
  }

  .contact-email {
    font-size: var(--font-size-5);
    margin-bottom: 1rem;
  }

  .contact-address {
    font-size: var(--font-size-5);

    margin-bottom: 1rem;
  }
  .contact-logo {
    width: 22rem;
    height: 22rem;

    padding-top: 5rem;
  }
}
@media screen and (max-width: 310px) {
  .google-maps {
    height: 15rem;
    width: 25rem;
  }
  .contact-socials {
    display: flex;
    gap: 1rem;

    justify-content: center;
    align-items: center;
  }

  .contact-social {
    width: 2rem;
    height: 2rem;
  }

  .contact-at {
    font-size: var(--font-size-4);
    margin-bottom: 1rem;
  }

  .contact-number__box {
    gap: 1rem;
  }

  .contact-phone {
    font-size: var(--font-size-4);
  }

  .contact-email {
    font-size: var(--font-size-4);
    margin-bottom: 1rem;
  }

  .contact-address {
    font-size: var(--font-size-4);

    margin-bottom: 1rem;
  }
  .contact-logo {
    width: 25rem;
    height: 25rem;

    padding-top: 5rem;
  }
}
