:root {
  --eximius-red: #a80000;
}

.c-Eximius-Red {
  color: var(--eximius-red);
}
.bg-Eximius-Red {
  color: var(--eximius-red);
}

svg {
  fill: #fff;
  padding-right: 10px;
}

@font-face {
  font-family: Poppins;
  src: url(../font/Poppins/Poppins-Regular.ttf);
}

@font-face {
  font-family: "Playfair Display";
  src: url("../font/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Sacramento";
  src: url("../font/Sacramento-Regular.ttf");
  font-style: normal;
  font-weight: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  line-height: 1.75rem;
}
h1,
h2,
h3 {
  font-family: "Segoe UI","Playfair Display", Georgia, "Times New Roman", serif;
  color: var(--eximius-red);
}
h1 {
  line-height: 53px;
  font-size: 38px;
}
a {
  text-decoration: none;
  color: black;
}

.main-container {
  margin: 0 auto;
  display: grid;
}

.btn {
  padding: 3px 10px;
  background-color: white;
  border-radius: 2px;
  box-shadow: 1px 1px grey;
}

.btn:hover {
  color: white;
  background-color: #a80000;
  border-radius: 2px;
  box-shadow: 1px 1px rgb(73, 3, 3);
}

/* Top bar css */
.top-bar {
  display: flex;
  height: 30px;
  background-color: var(--eximius-red);
  color: white;
  font-size: 12px;
  justify-content: flex-end;
  align-items: center;
}

.top-bar p a {
  color: #fff;
}

.top-bar > p {
  padding-right: 2rem;
}
/* End of top bar */

/* Beginning of Nav */

nav {
  display: flex;
  height: 5rem;
  justify-content: space-between;
}

nav .logo {
  justify-content: flex-start;
}

nav ul {
  display: flex;
  justify-content: flex-end;
}

nav ul li {
  align-items: center;
  padding: 2rem;
  list-style-type: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
nav ul li a {
  color: #a80000;
}

.active {
  border-bottom: 2px solid var(--eximius-red);
  background-color: rgba(255, 000, 000, 0.1);
}

/* End of Nav */

/* Hero begins here */
.hero-container {
  background-image: url("../img/hero-bg.png");
  height: 500px;
  background-repeat: no-repeat;
  background-size: auto;
}

.hero-bg-columns {
  background-image: url(../img/hero-bg-columns.png);
}

.hero-head,
.btn {
  text-transform: uppercase;
}

.hero {
  margin: 0 auto;
  height: 100%;
}

.hero-head {
  width: 90%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  align-self: center;
  height: 40%;
  font-family: Poppins;
  color: white;
  font-weight: normal;
  font-size: medium;
  margin-right: -30px;
}

.hero-h1 h1 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  font-size: 3rem;
  color: var(--eximius-red);
  text-shadow: 0.7px 0.7px white;
  /* height: 50%; */
  line-height: 100%;
  margin-right: 10%;
}

.hero-buttons {
  display: flex;
  justify-content: flex-end;
  width: 90%;
  margin: 2rem 0.5rem;
}

.hero-buttons .btn {
  color: rgb(63, 3, 3);
  margin: 1rem 1rem;
  padding: 5px 10px;
  background-color: rgb(233, 228, 228);
  border-radius: 3px;
}
.hero-buttons .btn:hover {
  color: #fff;
  background-color: var(--eximius-red);
}
/* End Hero */

/* Who we are */

section.who-we-are {
  margin: 30px auto;
  width: 50vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 2rem;
}
section > h1,
h3 {
  text-transform: capitalize;
}

hr {
  width: 20%;
  border: 1px solid var(--eximius-red);
  margin: 1rem;
}
/* End */

/* What we stand for */
section.what-we-stand-for {
  display: flex;
  width: 60vw;
  margin: 20px auto;
  padding: 20px;
  background-color: aliceblue;
}

.what-we-stand-for ul {
  display: grid;
  list-style: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  line-height: 1.75rem;
}
.what-we-stand-for ul li {
  border-right: 1px solid grey;
  padding: 20px;
}
.what-we-stand-for ul li:last-child {
  border-right: none;
}
/* End */

/* What we do */
section.what-we-do {
  margin: 30px auto;
  width: 50vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 2rem;
}
section > h1,
h3 {
  text-transform: uppercase;
}

h3 {
  font-family: "Poppins";
  font-size: 18px;
}

hr {
  width: 10%;
  border: 1px solid var(--eximius-red);
  margin: 1rem;
}
.what-we-do > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 20px;
  list-style: none;
  align-items: center;
}

.what-we-do > ul li {
  height: 350px;
  color: #000;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border: 0.01px solid black;
}
.what-we-do > ul li h1 {
  color: var(--eximius-red);
  font-size: x-large;
}
.what-we-do > ul li:first-child {
  background-color: #fff;
  border-radius: 0.3rem 0 0 0.3rem;
  border-right: none;
}
.what-we-do > ul li:nth-child(2) {
  background-color: #fff;
  border-radius: 0.3rem;
  height: 420px;
}
.what-we-do > ul li:last-child {
  background-color: #fff;
  border-radius: 0 0.3rem 0.3rem 0;
  border-left: none;
}

/* End */

/* Message from Manager */

.filter {
  background-color: hsla(180, 2%, 21%, 0.7);
}

.message-container .c-Eximius-Red{
  color: #ffffff;
}

section.message-from-manager {
  display: flex;
  margin: 0 auto;
  height: 400px;
  flex-direction: flex;
  background-image: url("../img/hero-bg.png");
  color: #fff;
}
section.message-from-manager > .filter {
  width: 100%;
  margin: none;
  padding: 20px;
}
.wrapper {
  display: flex;
  width: 50vw;
  margin: 0 auto;
}

.message-from-manager img {
  width: 250px;
  border-radius: 3px;
}

.message-container {
  display: flex;
  flex-direction: column;
  padding: 2rem;
}

.signature {
  align-self: flex-end;
  font-family: Sacramento, cursive;
  font-size: 2rem;
}
/* End */

/* Footer */
footer {
  display: flex;
  height: 20vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: black;
  color: #fff;
}

.footer-notes {
  font-size: 0.8rem;
  text-align: center;
  margin-top: 40px;
}

/* End of footer */
