@font-face {
  font-family: "HarmoniaSansMonoBold";
  src: url("../font/Harmonia-Sans-Font/Harmonia\ Sans\ W01\ Bold.otf")
    format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "HarmoniaSansMonoRegular";
  src: url("../font/Harmonia-Sans-Font/Harmonia\ Sans\ W01\ Regular.otf")
    format("opentype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "RobertBold";
  src: url("../font/roobert-font-family-1739094187-0/RoobertTRIAL-SemiBold-BF67243fd54213d.otf")
    format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "RobertRegular";
  src: url("../font/roobert-font-family-1739094187-0/RoobertMonoTRIAL-Regular-BF67243fd29a433.otf")
    format("opentype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "RoxboroughCF";
  src: url("../font/Rox/Roxborough\ CF.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
}
:root {
  --color-light: #fff;
  --color-grey-light: #CECECE;
  --color-grey-dark: #8E8E8E;
  --color-dark: #141414;
  --color-primary: #383838;
  --color-background: var(--color-light);
  --color-text: var(--color-dark);
  --color-text-link: var(--color-dark);
    --color-text-link-hover: var(--color-dark);
    --color-error: #c34d36;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* height: 100vh; */
  background: var(--color-background);
  color: #383838;
  overflow: hidden;
  overflow-y: auto !important;
}

#nav-menu {
  padding: 0 50px;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
  position: fixed;
  top: 5%;
  z-index: 1000;
}
.menu__logo {
  width: 70px;
}
.container {
  width: 90%;
  max-width: 1200px;
  margin: 200px 0;
  position: relative;
}

/* ========== Intro Section ========== */
.intro {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 200px;
}

.left-text,
.right-text {
  width: 45%;
  font-size: 14px;
  color: #333;
}

h4 {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 10px;
}

/* ========== Title Section ========== */
.form-title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 40px;
  text-transform: uppercase;
}

/* ========== Contact Form ========== */
.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 50px;
  margin-top: 200px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

label {
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
}

.required {
  color: red;
}

input,
textarea {
  border: none;
  border-bottom: 1px solid #c9c9c9;
  outline: none;
  font-size: 16px;
  padding: 8px;
  width: 100%;
  background-color: #F9F8F3;
}

textarea {
  height: 100px;
  resize: none;
}

.form-message {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
}

/* ========== Submit Button ========== */
.submit-btn {
  grid-column: span 2;
  width: 100px;
  padding: 10px;
  background: black;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  transition: 0.3s;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-left: 50%;
  transform: translateX(-50%);
}

.submit-btn:hover {
  background: #333;
}
.contact {
  text-align: center;
  gap: 20px;
  justify-content: space-between;
  margin-top: 200px;
}
.contact h3 {
  font-size: 16px;
  padding-bottom: 20px;
}
.contact-text {
  display: flex;
  font-family: "HarmoniaSansMonoRegular", sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.6;
  gap: 10px;
  justify-content: center;
  padding-bottom: 100px;
}

/* ======= CONTACT SECTION ======= */
#contact-section {
  width: 100%;
  padding: 150px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #c9c9c9; /* Top border */
  border-bottom: 1px solid #c9c9c9; /* Bottom border */
  box-sizing: border-box;
}

.contact-header h1 {
  font-size: 96px;
  font-weight: bold;
  font-family: "HarmoniaSansMonoBold", sans-serif;
  margin: 0;
}

/* ======= FOOTER CONTAINER ======= */
.footer-container {
  width: 100%;
  padding: 60px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Contact Info Section */
.contact-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1500px;
  margin-bottom: 40px;
}

.contact-left {
  text-align: left;
  max-width: 400px;
  font-size: 16px;
  color: #333;
}

.contact-right {
  text-align: right;
}

.contact-right p {
  font-size: 16px;
  margin: 5px 0;
}

.contact-right strong {
  margin-right: 15px;
}

/* Email Styling */
.email {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.arrow {
  font-size: 22px;
  margin-right: 8px;
}

/* Footer Copyright */
.footer {
  margin-top: 20px;
  font-size: 14px;
  padding-top: 10px;
  padding: 20px 60px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center; /* Ensures spacing between text & button */
  align-items: center;
  width: 100%;
  position: relative;
}
.custom-font {
  font-family: "RoxboroughCF", serif; /* Use the custom font */
  font-weight: 300;
  font-size: inherit;
  font-style: italic;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.custom-font1 {
  font-family: "HarmoniaSansMonoBold", sans-serif; /* Use the custom font */
  font-size: inherit;
  font-style: italic;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: #1c1c1c;
}
p a {
  position: relative;
  text-decoration: none;
  color: black; /* Default text color */
  font-family: "RoxboroughCF", serif; /* Use the custom font */
  transition: color 0.3s ease-in-out; /* Smooth color transition */
}

/* Underline Effect */
p a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px; /* Position the underline below text */
  width: 100%;
  height: 2px; /* Thickness of the underline */
  background-color: black; /* Color of the underline */
  transform: scaleX(0); /* Start with no width */
  transform-origin: left;
  transition: transform 0.3s ease-in-out; /* Smooth transition */
}

/* Hover Effect - Underline Appears */
p a:hover::after {
  transform: scaleX(1); /* Expand the underline */
}

/* Hover Effect - Change Text Color */
p a:hover {
  color: #666; /* Change text color on hover */
}

/* ========== Responsive Design (Mobile) ========== */
@media screen and (max-width: 768px) {
  .intro {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    margin-bottom: 60px;
  }

  .left-text,
  .right-text {
    width: 100%;
  }

  .contact-form {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .form-message {
    grid-column: span 1;
  }

  .submit-btn {
    grid-column: span 1;
  }
  .contact {
    margin-top: 80px;
  }

  .contact h3 {
    font-size: 16px;
  }

  .contact-text {
    font-size: 14px;
    padding-bottom: 50px;
  }

  /* Contact Section */
  #contact-section {
    padding: 60px 20px;
    text-align: center;
  }

  .contact-header h1 {
    font-size: 36px;
  }

  .footer-container {
    padding: 30px 20px;
  }

  .contact-info {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .contact-left,
  .contact-right {
    text-align: center;
  }

  .email {
    justify-content: center;
    font-size: 16px;
  }
}
