@font-face {
  font-family: "Raleway";
  font-weight: 300;
  src: url("./assets/fonts/Raleway-Light.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  font-weight: 400;
  src: url("./assets/fonts/Raleway-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-weight: 400;
  src: url("./assets/fonts/Inter_24pt-Regular.ttf") format("truetype");
  font-display: swap;
}

body {
  max-width: 1440px;
  background-color: #fbfbfb;
  margin: 0 auto;
}

nav img {
  height: 114px;
  margin-left: 9rem;
}

.hero {
  position: relative;
}

.hero img {
  width: 100%;
}

.hero h1 {
  position: absolute;
  top: 30%;
  left: 11rem;
  max-width: 22.5rem;
  color: white;
}

h1 {
  font-family: "Raleway";
  font-size: 3.5rem;
  font-weight: 300;
  margin: 0;
}

h2 {
  font-family: "Raleway";
  font-size: 3.125rem;
  font-weight: 300;
  margin: 0;
}

h3 {
  font-family: "Raleway";
  font-size: 1.75rem;
  font-weight: 300;
  margin: 0;
}

p {
  font-family: "Inter";
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #464646;
}

main,
.contact-section {
  margin: 4.5rem 11rem;
}

.services-list {
  margin-top: 3.625rem;
  display: flex;
  justify-content: space-between;
}

.services-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 22.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.contact-columns {
  display: flex;
  justify-content: space-between;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}

.contact-info-item {
  font-family: "Inter";
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #464646;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.contact-columns form {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-columns form button {
  border: none;
  padding: 0.6rem 1.5rem;
  border-radius: 5px;
  background-color: #5f021f;
  font-family: "Inter";
  color: #f5f5f5;
  cursor: pointer;
}

.contact-columns label {
  font-family: "Inter";
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #464646;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
}

.contact-columns label.message-label {
  align-items: flex-start;
}

.contact-columns label input,
.contact-columns label textarea {
  max-width: 17rem;
  width: 100%;
  border: 1px solid #464646;
  border-radius: 5px;
  background-color: transparent;
}

.contact-columns label input {
  height: 2rem;
}

.contact-info-item img {
  height: 1.5rem;
}

.contact-form-submit-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
}

.contact-form-submit-container p {
  padding: 0.6rem 1.5rem;
  border-radius: 5px;
  margin: 0;
}
