@font-face {
  font-family: "barlow regular";
  src: url(arcus_assets/fonts/Barlow-Regular.ttf);
}
@font-face {
  font-family: "barlow medium";
  src: url(arcus_assets/fonts/Barlow-Medium.ttf);
}
@font-face {
  font-family: "Meta serif 06 bold";
  src: url(arcus_assets/fonts/MetaSerifWeb\ W06\ Bold.ttf);
}
@font-face {
  font-family: "Meta serif 06 medium";
  src: url(arcus_assets/fonts/MetaSerifWeb\ W06\ Medium.ttf)
}
@font-face {
  font-family: "Meta serif 06 regular";
  src: url(arcus_assets/fonts/MetaSerifWeb\ W06\ Book.ttf);
}
* {
  margin: 0;
  list-style: none;
}
a {
  text-decoration: none;
  font-family: 'barlow medium', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
a:hover {
  color: #CB3333;
  border-bottom: 1px solid #CB3333;
}

html, body {
  max-width: 100%;
}
h1 {
  font-family: "Meta serif 06 bold",Georgia, 'Times New Roman', Times, serif;
  font-size: 2.5rem;
  color: #272727;
}
p {
  font-family: 'barlow regular', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 1.3rem;
  color: #272727;
}
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
header {
  height: 4.5rem;
  width: 100%;
  display: flex;
  font-family: 'barlow medium', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  justify-content: space-between;
  align-items: center;
}
nav {
  margin-right: 3rem;
  font-weight: 500;
}
nav a {
  margin-right: 1rem;
  color: #0D2444;
  font-size: 1.3rem;
}
header #arcus-logo {
  margin-left: 2rem;
}
main {
  width: 100%
}
form {
  width: 45rem;
}
input {
  width: 97.2%;
  height: 2rem;
  padding: 0.5rem 0.5rem;
  font-size: 1.1rem;
  outline: none;
  border: 1px solid #b1b1b1;
}
textarea {
  font-family: 'barlow regular', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  outline: none;
  font-size: 1.1rem;
  border: 1px solid #b1b1b1;
  height: 197px;
  width: 714px;
  resize: none;
}
#section-1 {
  background-color: #0D2444;
  padding: 4rem 7rem;

}
#section-1 > h1 {
  color: white;
  padding: 0.8rem 0;
  padding-right: 2rem;
}
#section-1 > p {
  color: white;
  width: 57rem;
  line-height: 1.8rem;
}
#contact-person {
  display: flex;
  padding-top: 6rem; 
}
#contact-person img {
  width: 200px;
  border-radius: 50%;
}
#contact-person-details {
  padding-top: 2rem;
  padding-left: 1.5rem;
}
#contact-person-details p {
  color: white;
  font-size: 1.2rem;
  line-height: 1.7rem;
}
#contact-email a {
  color: white;
  border-bottom: 0.8px solid white;
  font-size: 1.15rem;
  line-height: 1.9rem;
}
#contact-btn {
  padding-top: 1.2rem;
}
#contact-btn a{
  border: 0.4px solid white;
  color: white;
  font-size: 1.15rem;
  padding: 0.5rem 1rem;
}
#contact-btn a:hover {
  opacity: 0.4;
}
#success-msg {
  color: rgb(13, 112, 13);
  display: none;
}
#section-2 {
  background-color: #f1eeee;
  padding: 6rem 0;
  display: flex;
  justify-content: center;
}
.input-section {
  width: 100%;
  margin: 0 3rem;
}
.input-label {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}
#full-name {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#first-name{
  width: 100%;
  margin-right: 2rem;
}
#last-name {
  width: 100%;
}
form button {
  padding: 0.8rem 1.2rem;
  font-size: 1rem;
  background-color: transparent;
  outline: none;
  border: 1px solid #a5a3a3;
  margin: 1.5em 0;
}
#section-3 {
  padding: 10rem 9rem;
}
#offices-container {
  display: flex;
  margin-top: 2rem;
}
.company-name {
  font-family: 'barlow medium', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}
.company-address {
  line-height: 2rem;
}
.company-phone {
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
}
.company-address.turkey {
  margin-bottom: 3.5rem;
}
#uk-address {
  margin-right: 5rem;
}
footer {
  background-color: #f0f0f0;
  padding: 2rem 0 1rem 5rem;
}
footer a {
  color: #0D2444;
  margin: 0 0.5rem;
  font-size: 0.9rem;
}
footer p {
  font-size: 0.9rem;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}