/*  ************************************  */
/*  * * * * * MAIN PAGE * * * * * * * * * */
/*  ************************************  */

/* ************************************************ MODAL SECTION */
.modal {
  width: 50%;
  background-color: rgb(238, 238, 238);
  position: fixed;
  right: 2.4rem;
  top: 2.4rem;
  z-index: 20;
  padding: 3.6rem;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  z-index: 19;
}

.close-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.5rem;
}

.close-modal:hover {
  border: 2px solid var(--dark-blue);
  transition: all ease-in 0.2s;
}

.modal-close-icon {
  width: 2.4rem;
  height: 2.4rem;
  color: var(--dark-blue);
}

.modal-header {
  color: var(--contrast-orange);
  margin-bottom: 1rem;
  font-size: 2.4rem;
  letter-spacing: 1.2px;
}

.modal-text {
  font-family: "Libre Baskerville", serif;
  font-size: 1.4rem;
  line-height: 1.4;
}

.modal-contact-info {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  gap: 2rem;
}

.modal-contact-link:link,
.modal-contact-link:visited {
  font-size: 1.4rem;
  text-decoration: none;
  color: var(--dark-blue);
  letter-spacing: 1px;
}

.modal-contact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.modal-icon {
  width: 1.8rem;
  height: 1.8rem;
}

/* ************************************************ HEADER SECTION */
header {
  background-color: transparent;
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
}

#header {
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5rem;
}

.sticky {
  position: fixed;
  top: 0;
  background-color: rgb(0, 36, 55, 0.8) !important;
}

.contact-info {
  margin-left: 2rem;
}

.nav-contact {
  display: flex;
  justify-content: flex-start;
  align-items: end;
  gap: 1rem;
}

.nav-contact:first-of-type {
  margin-bottom: 0.4rem;
}

.nav-icon {
  width: 1.2rem;
  height: 1.2rem;
  color: white;
}

.contact-link {
  text-decoration: none;
  color: white;
  letter-spacing: 0.8px;
}

.main-nav {
  min-width: 30%;
  max-width: 50%;
  margin-right: 2rem;
}

.nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.4rem;
  height: 100%;
}

.nav-item {
  list-style: none;
}

.nav-link:link,
.nav-link:visited {
  text-decoration: none;
  display: inline-block;
  color: white;
  font-size: 1.4rem;
  letter-spacing: 0.8px;
  border: 2px solid transparent;
}

.nav-link:active,
.nav-link:hover {
  cursor: pointer;
  border-bottom: 2px solid white;
  transition: all ease-in 0.2s;
}

.cta {
  font-family: "DM Serif Display", serif;
  padding: 0.5rem 1.5rem;
  color: white;
  background-color: var(--contrast-orange);
  text-decoration: none;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.8px;
  border: 2px solid transparent;
}

.cta:hover {
  cursor: pointer;
  background-color: transparent;
  color: white;
  border: 2px solid white;
  transition: ease-in 0.2s;
}

.cta:active {
  color: white;
  background-color: #002437;
  transition: ease-in 0.2s;
}

.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;
  display: none;
}

.mob-nav-icon {
  width: 2.4rem;
  height: 2.4rem;
  color: white;
}

.mob-nav-icon[name="close-outline"] {
  display: none;
}

/* ************************************************ MAIN SECTION */
#main {
  position: relative;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-overlay {
  position: absolute;
  z-index: 2;
  background-color: rgb(0, 36, 55, 0.7);
  width: 100%;
  height: 100%;
}

.main-content {
  position: absolute;
  z-index: 4;
  width: 70%;
  height: 45rem;
  left: 50%;
  transform: translate(-50%, 20%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

#main-logo {
  width: 28rem;
}

.main-title,
.title-support {
  color: #e8e8e8;
  font-weight: normal;
}

.main-title {
  font-size: 6rem;
  letter-spacing: 5px;
}
.title-support {
  font-size: 2.48rem;
  letter-spacing: 2px;
}

ion-icon[name="chevron-down-outline"] {
  color: #e8e8e8;
  width: 3.6rem;
  height: 3.6rem;
  margin-top: 1.2rem;
}

/* ************************************************ MAIN ABOUT SECTION */
#about {
  max-width: 70%;
  margin: auto;
}

.about-top {
  margin-bottom: 4.8rem;
}

.atp,
.abp {
  line-height: 1.6;
}

/* TOP About Section */
.about-hr {
  width: 6rem;
}

.at-left,
.abot-right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.about-img {
  width: 30rem;
  height: 42rem;
  object-fit: cover;
}

/* BOTTOM About Section */

.owner-img {
  width: 35rem;
  height: 35rem;
  object-fit: cover;
}

.owner-hr {
  width: 8rem;
}

a.section-btn:link,
a.section-btn:visited {
  margin-top: 1rem;
  display: inline-block;
  width: 10rem;
  padding: 0.5rem 1.5rem;
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: 1.2rem;
  letter-spacing: 1.2px;
  background-color: rgb(0, 36, 55);
}

a.section-btn:hover {
  background-color: #335c71;
  transition: ease-in 0.2s;
}

a.section-btn:active {
  background-color: #002437;
}

/* ************************************************ CTE SECTION */
.commitment-content {
  max-width: 70%;
  margin: auto;
}

.commitment-section-header {
  text-align: center;
}

.commitment-hr {
  margin: 0 auto 0.2rem !important;
  width: 5rem;
}

.commitment-accolades {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 3.6rem;
}

.commitment-p {
  margin-top: 1rem;
  text-align: center;
}

.accolade {
  height: 24rem;
  position: relative;
}

.acco-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  opacity: 0;
  padding: 2.4rem;
}

.acco-overlay:hover {
  opacity: 1;
  background-color: rgb(0, 36, 55, 0.9);
  transition: all ease-in 0.3s;
}

.overlay-content {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.acco-icon {
  width: 2rem;
  height: 2rem;
  color: white;
}

.acco-heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 1;
  background-color: rgb(0, 36, 55, 0.6);
}

.acco-heading h4 {
  font-size: 3rem;
  color: white;
  letter-spacing: 4px;
  font-weight: normal;
}

.acco-description {
  color: white;
  font-family: var(--para-type);
  font-weight: 400;
  letter-spacing: 0.8px;
  font-size: 1rem;
  height: 100%;
  overflow: auto;
  line-height: 1.4;
  padding-right: 1rem;
}

.acco-one {
  background-image: url(../Media/accolade-1.jpg);
  background-size: cover;
}

.acco-two {
  background-image: url(../Media/accolade-2.jpg);
  background-size: cover;
}

.acco-three {
  background-image: url(../Media/accolade-3.jpg);
  background-size: cover;
}

/* ************************************************ PROJECTS SECTION */
#projects {
  background-color: rgb(0, 36, 55, 0.9);
}

.projects-hr {
  width: 5rem;
}

.project-section {
  max-width: 70%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 3.6rem;
}

.section-header {
  padding: 0 2.4rem 0 0;
}

.project-section
  > .section-header
  > .section-title-group
  > .section-main-title {
  color: white;
  line-height: 1.2;
  margin-top: 1.2rem;
}

.project-p {
  margin-top: 1rem;
}

.project-p > .p-type {
  color: white;
  line-height: 1.6;
}

.pg-link {
  margin-top: 1.8rem;
}

.history-btn:link,
.history-btn:visited {
  padding: 0.5rem 1.5rem;
  color: #002437;
  background-color: white;
  text-decoration: none;
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.8px;
  border: 2px solid transparent;
}

.history-btn:hover,
.history-btn:active {
  cursor: pointer;
  background-color: transparent;
  color: white;
  border: 2px solid white;
  transition: ease-in 0.15s;
}

.project {
  height: 28rem;
  position: relative;
}

.p1 {
  background-image: url(../Media/Hangar-Main-Day.jpg);
  background-size: cover;
  background-position-x: center;
}

.p2 {
  background-image: url(../Media/Oak-Sprawl-Main-Day.JPG);
  background-size: cover;
  background-position-x: center;
}

.p3 {
  background-image: url(../Media/Westloop.jpg);
  background-size: cover;
  background-position-x: center;
}

.project img {
  width: 100%;
  height: 100%;
}

.project-info {
  background-color: rgb(0, 36, 55, 0.7);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 17%;
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.project-description {
  color: #ff6768;
  font-size: 1.2rem;
  letter-spacing: 1.2px;
}
.address {
  color: white;
  display: inline;
  font-family: serif;
  font-weight: 100;
  letter-spacing: 1.2px;
  font-size: 0.8rem;
}
address {
  color: white;
  display: inline;
}
.address-link:link,
.address-link:visited {
  text-decoration: none;
  color: white;
}
.address-link:link,
.address-link:visited {
  cursor: pointer;
}
.address-link:visited {
  text-decoration: none;
  color: white;
}

/* ************************************************ CAPABILITIES SECTION */
.cap-hr {
  width: 7rem;
}

.cap-header {
  max-width: 70%;
  margin: auto;
}

.cap-p {
  margin-top: 1.2rem;
  line-height: 1.6;
}

.capabilities-grid {
  max-width: 70%;
  margin: 2.4rem auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 0.6rem;
}

.capability {
  background-color: white;
  width: 100%;
  height: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.capability-title {
  font-size: 1.4rem;
  text-align: center;
  text-transform: uppercase;
  color: white;
  letter-spacing: 1.3px;
}

.capability-title:hover {
  transform: scale(1.05);
  transition: all ease-in 0.1s;
}

.c1 {
  background-image: linear-gradient(
      to right bottom,
      rgb(0, 36, 55, 0.6),
      rgb(0, 36, 55, 0.6)
    ),
    url(../Media/design.jpg);
  background-size: cover;
}

.c2 {
  background-image: linear-gradient(
      to right bottom,
      rgb(0, 36, 55, 0.6),
      rgb(0, 36, 55, 0.6)
    ),
    url(../Media/permiting.jpg);
  background-size: cover;
}

.c3 {
  background-image: linear-gradient(
      to right bottom,
      rgb(0, 36, 55, 0.6),
      rgb(0, 36, 55, 0.6)
    ),
    url(../Media/land-survey.jpg);
  background-size: cover;
}
.c4 {
  background-image: linear-gradient(
      to right bottom,
      rgb(0, 36, 55, 0.6),
      rgb(0, 36, 55, 0.6)
    ),
    url(../Media/site-work.jpg);
  background-size: cover;
}
.c5 {
  background-image: linear-gradient(
      to right bottom,
      rgb(0, 36, 55, 0.6),
      rgb(0, 36, 55, 0.6)
    ),
    url(../Media/utilities.jpg);
  background-size: cover;
}
.c6 {
  background-image: linear-gradient(
      to right bottom,
      rgb(0, 36, 55, 0.6),
      rgb(0, 36, 55, 0.6)
    ),
    url(../Media/concrete.jpg);
  background-size: cover;
}
.c7 {
  background-image: linear-gradient(
      to right bottom,
      rgb(0, 36, 55, 0.6),
      rgb(0, 36, 55, 0.6)
    ),
    url(../Media/tiltwall.jpg);
  background-size: cover;
}
.c8 {
  background-image: linear-gradient(
      to right bottom,
      rgb(0, 36, 55, 0.6),
      rgb(0, 36, 55, 0.6)
    ),
    url(../Media/steel-frame.jpg);
  background-size: cover;
}
.c9 {
  background-image: linear-gradient(
      to right bottom,
      rgb(0, 36, 55, 0.6),
      rgb(0, 36, 55, 0.6)
    ),
    url(../Media/steel-erection.jpg);
  background-size: cover;
}
.c10 {
  background-image: linear-gradient(
      to right bottom,
      rgb(0, 36, 55, 0.6),
      rgb(0, 36, 55, 0.6)
    ),
    url(../Media/roofing.jpg);
  background-size: cover;
}
.c11 {
  background-image: linear-gradient(
      to right bottom,
      rgb(0, 36, 55, 0.6),
      rgb(0, 36, 55, 0.6)
    ),
    url(../Media/waterproof.jpg);
  background-size: cover;
}
.c12 {
  background-image: linear-gradient(
      to right bottom,
      rgb(0, 36, 55, 0.6),
      rgb(0, 36, 55, 0.6)
    ),
    url(../Media/sidewalk.jpg);
  background-size: cover;
}
.c13 {
  background-image: linear-gradient(
      to right bottom,
      rgb(0, 36, 55, 0.6),
      rgb(0, 36, 55, 0.6)
    ),
    url(../Media/asphalt.jpg);
  background-size: cover;
}
.c14 {
  background-image: linear-gradient(
      to right bottom,
      rgb(0, 36, 55, 0.6),
      rgb(0, 36, 55, 0.6)
    ),
    url(../Media/int-design.jpg);
  background-size: cover;
}
.c15 {
  background-image: linear-gradient(
      to right bottom,
      rgb(0, 36, 55, 0.6),
      rgb(0, 36, 55, 0.6)
    ),
    url(../Media/certificate.jpg);
  background-size: cover;
}

/* ************************************************ REVIEWS SECTION */
#reviews {
  background-color: rgb(0, 36, 55, 0.2);
}

.rev-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}

.review-hr {
  margin: 0 auto 0.3rem !important;
  width: 4.5rem;
}

.rev-p {
  margin: 1.2rem auto 0;
}

.review-wrapper {
  background-color: white;
  max-width: 60%;
  margin: 3.6rem auto 0;
  padding: 6rem 4.8rem;
  position: relative;
}

.review-carousel {
  width: 100%;
  height: 100%;
  display: flex;
  list-style: none;
}

.slider {
  max-width: 100rem;
  height: 30rem;
  margin: 0 auto;
  position: relative;

  /* IN THE END */
  overflow: hidden;
}

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  padding-right: 5%;
  height: 30rem;

  display: flex;
  align-items: center;
  justify-content: center;

  /* THIS creates the animation! */
  transition: transform 1s;
}

.dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.dots__dot {
  border: none;
  background-color: #b3c2ca;
  opacity: 0.7;
  height: 1rem;
  width: 1rem;
  margin-right: 1.75rem;
  cursor: pointer;
  transition: all 0.5s;

  /* Only necessary when overlying images */
  /* box-shadow: 0 0.6rem 1.5rem rgba(0, 0, 0, 0.7); */
}

.dots__dot:last-child {
  margin: 0;
}

.dots__dot--active {
  /* background-color: #fff; */
  background-color: #002437;
  opacity: 1;
}

.review-container {
  display: flex;
  height: 30rem;
  width: 95%;
  margin: 0 auto;
  align-items: center;
  gap: 6rem;
}

.mySlide {
  display: none;
}

.active {
  display: block;
}

.a {
  background-color: #002437 !important;
}

.review-image {
  height: 100%;
}

.rev-img {
  object-fit: cover;
  height: 100%;
  width: 24rem;
}

.jp {
  object-position: -55px 0;
}

.per {
  object-position: -40px 0;
}

.review-text {
  position: relative;
  display: grid;
  width: 80%;
  gap: 3rem;
  margin: auto;
}

.r2 {
  line-height: 1.2;
  width: 80%;
  gap: 2.4rem;
  height: 24rem;
}

.review {
  font-family: "Libre Baskerville", serif;
  font-weight: 100;
  font-size: 1.2rem;
  line-height: 1.3;
  padding-right: 1rem;
  height: auto;
  overflow: auto;
}

.reviewer {
  font-size: 1.6rem;
  color: #ff6768;
  font-weight: bold;
  letter-spacing: 1.5px;
}

.reviewer-business {
  font-size: 1rem;
  color: #002437;
  font-family: "Libre Baskerville", serif;
}

.next-btn,
.prev-btn {
  background-color: #002437;
  position: absolute;
  z-index: 10;
  width: 3.6rem;
  height: 3.6rem;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.next-btn:hover,
.prev-btn:hover {
  background-color: #335c71;
  transition: all ease-in 0.1s;
}

.next-btn:active,
.prev-btn:active {
  background-color: #002437;
}

.next-btn {
  right: 0;
  transform: translate(50%, -50%);
}

.prev-btn {
  left: 0;
  transform: translate(-50%, -50%);
}

.control-btn {
  color: white;
  width: 50%;
  height: 50%;
}

.pagination {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
}

.pagination > ul {
  display: flex;
  gap: 1rem;
  list-style: none;
}

.pagi {
  width: 1rem;
  height: 1rem;
  background-color: #b3c2ca;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* ************************************************ MAIN CONNECT SECTION */

.con-header {
  max-width: 70%;
  margin: auto;
}

.conn {
  margin-top: 1.2rem;
}

.connect-container {
  background-color: #002437;
  display: grid;
  grid-template-columns: 3fr 2fr;
  height: 44rem;
  max-width: 70%;
  margin: 2.4rem auto;
}

.connect-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  margin: auto;
}

.connect-text h4 {
  color: #ff6768;
  font-size: 1.8rem;
  letter-spacing: 2px;
  text-align: center;
}

.connect-support {
  color: white;
  margin: 1rem 0;
  font-family: "Libre Baskerville", serif;
  line-height: 1.4;
  font-weight: 100;
  font-size: 1rem;
}

.connect-form {
  display: flex;
  flex-direction: column;
}

.name-and-number {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
  gap: 1rem;
}
.number,
.fn {
  width: 100%;
}
input {
  height: 1.8rem;
  margin-top: 0.5rem;
}

input,
textarea {
  background-color: #eee;
  border-style: none;
  border-radius: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 0.9rem;
  color: #002437;
  text-indent: 5px;
  padding: 0.5rem;
}
textarea {
  margin: 1rem 0;
}
label {
  color: white;
  letter-spacing: 1px;
}
input::placeholder,
textarea::placeholder {
  color: #b3c2ca;
  font-family: "Libre Baskerville", serif;
  font-size: 0.9rem;
}
.mes {
  margin: 1rem 0 -0.5rem;
}
#submit {
  padding: 0.5rem 1rem;
  background-color: #eee;
  border: 2px solid transparent;
  color: #002437;
  display: inline-block;
  width: 8rem;
  margin: auto;
  font-family: "DM Serif Display", serif;
  font-size: 1rem;
  letter-spacing: 1px;
}
#submit:hover {
  background-color: #002437;
  border: 2px solid white;
  color: white;
  transition: all ease-in 0.2s;
}
.connect-image {
  background-image: linear-gradient(
      to right bottom,
      rgb(0, 36, 55, 0.3),
      rgb(0, 36, 55, 0.1)
    ),
    url(../Media/tolu-olubode-PlBsJ5MybGc-unsplash.jpg);
  background-size: cover;
}

.final {
  width: 70%;
  margin: auto;
}
.final-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.final-logo img {
  width: 80%;
}

.final-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer {
  background-color: #b3c2ca;
  height: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
footer > hr {
  border: none;
  height: 2px;
  background-color: #e8e8e8;
}
.mc-copy {
  margin-bottom: 2.4rem;
}

/*  *********************************************************************************  */
/*  * * * * * * * * * * * * * * * * * * * * * * ** * * * * ABOUT PAGE * * * * * * * *  */
/*  *********************************************************************************  */

#about-body {
  display: grid;
  grid-template-columns: 1fr 2fr;
  position: relative;
  overflow-x: hidden;
}

/* ************************************************ ABOUT LEFT SIDE */
.about-left-side {
  position: relative;
  background: linear-gradient(
    to right bottom,
    rgb(0, 36, 55) 40%,
    rgb(0, 36, 55, 0.85)
  );
  width: 100%;
  height: 100vh;
  padding: 7.2rem 5rem 2.4rem 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-left-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: auto;
  margin-bottom: 2rem;
}

.asst {
  font-size: 1rem !important;
}

.about-section-main-title {
  color: white;
  font-size: 1.4rem;
  letter-spacing: 2px;
}

.about-emph {
  color: #8099a7 !important;
  filter: brightness(150%);
  letter-spacing: 2px;
  font-size: 1.8rem;
  font-weight: bold;
  font-style: italic;
}

.aplp {
  color: white;
  font-family: "Libre Baskerville", serif;
  font-size: 0.85rem;
  line-height: 1.6;
}

.about-pg-link {
  margin-top: 0;
}

.about-white-logo {
  box-shadow: none;
  align-self: center;
  width: 100%;
}

.aci {
  position: absolute;
  left: 1rem;
  top: 2rem;
}

#ap-link:link,
#ap-link:visited,
#ap-link:hover,
#ap-link:active {
  font-size: 1.2rem !important;
  padding: 0.3rem 1.2rem;
}

.logo-link {
  display: flex;
}

/* ************************************************ ABOUT RIGHT SIDE */
.about-right-side {
  padding: 1.5rem 6rem 7.2rem;
  height: 100vh;
  overflow-y: scroll;
}

#about-header {
  position: relative;
  top: 0;
  right: 0;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-start !important;
  height: 6rem;
}

#about-nav {
  max-width: 100% !important;
  margin-right: 0 !important;
}

#a-cta:hover {
  color: var(--contrast-orange);
  border: 2px solid var(--contrast-orange);
}

/* ************************************************ ABOUT GRID */
.about-grid {
  display: grid;
  width: 100%;
  grid-template-columns: 1.3fr 1fr;
  grid-template-rows: auto 1fr auto auto;
  gap: 1rem;
}

/* ******************* TOP LEFT */
#slider {
  overflow: hidden;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}

.about-image-slider {
  position: relative;
  display: flex;
  width: 600%;
  margin: 0;
  left: 0;
  animation-name: slider;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: 1s ease;
  animation-delay: 2s;
  object-fit: cover;
}

.slider-img {
  width: 16.67%;
  object-fit: cover;
}

/* ******************* TOP RIGHT */
.tall-content {
  background-color: rgb(128, 153, 167, 0.1);
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem 2rem;
}

.about-div {
  display: flex;
  gap: 1.6rem;
  align-items: flex-start;
  justify-content: center;
}

.about-text-cont {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.about-title {
  font-family: "DM Serif Display", serif;
  letter-spacing: 1.5px;
  font-size: 1rem;
}

.about-description {
  font-family: "Libre Baskerville", serif;
  font-size: 0.8rem;
  line-height: 1.6;
}

.about-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.abo-icon {
  width: 3.6rem;
  height: 3.6rem;
  box-shadow: none;
}

/* ******************* BOTTOM LEFT */
.main-about-content {
  grid-column: 0 / 2;
  grid-row: 2 / 5;
  background-color: rgb(128, 153, 167, 0.1);
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  align-items: flex-start;
  padding: 2.4rem;
}

.mtc {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.main-content-title {
  font-family: "DM Serif Display", serif;
  letter-spacing: 1.5px;
  font-size: 1.4rem;
}

.main-content-answer {
  font-family: "Libre Baskerville", serif;
  font-size: 0.9rem;
  line-height: 1.5;
}

.bio {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.bio-title {
  font-family: "DM Serif Display", serif;
  letter-spacing: 1.5px;
  font-size: 1.2rem;
}

.main-content-p {
  font-family: "Libre Baskerville", serif;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

/* ******************* BOTTOM RIGHT */
.small-content {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
}

.small-content video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ******************* GRID QUOTE */
.grid-quote {
  background: linear-gradient(
    to right bottom,
    rgb(0, 36, 55) 30%,
    rgb(0, 36, 55, 0.8)
  );
  padding: 1.8rem;
}
.g-quote {
  font-family: "Libre Baskerville", serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  color: white;
}

/* ************************************************ ABOUT CONNECT SECTION */
#about-page-header {
  max-width: 100%;
  margin-left: 0;
}

#about-con-container {
  max-width: 100%;
  grid-template-columns: 1fr 1fr;
  margin-left: 0;
}

/*  *********************************************************************************  */
/*  * * * * * * * * * * * * * * * * * * * * * * ** * * * * HISTORY PAGE * * * * * * * *  */
/*  *********************************************************************************  */
#projects-body {
  background-color: #e8e8e8 !important;
}
/* ************************************************ PROJECTS - MAIN */
.projects-main {
  background: linear-gradient(
      to left top,
      rgb(0, 36, 55, 0.5),
      rgb(0, 36, 55, 0.8)
    ),
    url(../Media/san-antonio-sky-line.jpg);
  background-size: cover;
}

.p-main-content {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 7.2rem;
  max-width: 70vw;
  margin: 0 auto;
  padding: 9.6rem 0;
  justify-content: space-around;
  align-items: center;
}

.p-main-img {
  width: 28rem;
  height: auto;
}

.p-main-intro {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.history-title {
  font-family: "DM Serif Display", serif;
  color: white;
  font-size: 6rem;
  letter-spacing: 6px;
  line-height: 1;
}

.history-title-support {
  color: white;
  font-size: 2rem;
  letter-spacing: 3px;
}

.history-title-text {
  font-family: var(--font-family-paragraph);
  color: white;
  font-size: 1.2rem;
  font-weight: 100;
}

.main-hist-btns {
  display: flex;
  gap: 1rem;
}

.main-hist-lm:link,
.main-hist-lm:visited {
  border: 2px solid white;
  color: white;
  text-decoration: none;
  padding: 0.4rem 2.4rem;
  font-size: 1.4rem;
}

.main-hist-lm:hover,
.main-hist-lm:active {
  color: #002437;
  background-color: white;
  border: 2px solid white;
  transition: all 0.2s;
}

/* **************************** PROJECT - HISTORY SECTION */

#project-history {
  background: #e8e8e8;
  max-width: 70vw;
  margin: 0 auto;
  padding: 4.8rem 0 0;
}

/* ************************************************ PROJECTS - DIRECTORY */

#p-section-title,
#p-section-p {
  color: var(--dark-blue);
}

#p-section-p {
  margin: 1rem 0 2.4rem;
  line-height: 1.6;
}

.project-directory {
  margin-top: 2rem;
  position: relative;
}

.directory-content {
  background-color: rgb(128, 153, 167, 0.1);
  padding: 2.4rem;
}

.dir-header {
  margin-bottom: 1.2rem;
}

.dir-header h3 {
  display: inline-block;
  font-size: 1.4rem;
  color: var(--contrast-orange);
  transition: all 0.3s ease-in;
  letter-spacing: 1.2px;
}

.dir-header h3:hover {
  transform: translateX(10px);
}

/* ************************ 2021 */
.dir__2021-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 0;
  align-items: center;
  column-gap: 3.6rem;
  row-gap: 2.4rem;
}

.dir__2021--header {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.g-textbox {
  width: 90%;
  margin: 0 auto;
}

.g-textbox-p {
  font-family: var(--font-family-paragraph);
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.g-logo-img {
  box-shadow: none;
  width: 80%;
  margin: 0 auto;
}

.g-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in;
}

.g-img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px 0 rgb(0, 36, 55, 0.4);
}

.g-title {
  width: 100%;
}

.proj-description {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.align-right {
  margin-right: 0;
}

.align-left {
  margin-left: 0;
}

.project-note {
  width: 100%;
  display: grid;
  grid-template-columns: 1.5fr 3fr;
  align-items: center;
}

.description-text {
  font-family: var(--font-family-paragraph);
  font-size: 0.9rem;
}

/* ************************ 2020 */
.dir__2020-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 0;
  align-items: center;
  column-gap: 3.6rem;
  row-gap: 2.4rem;
}

.gt2020 {
  grid-column: 1 / 3;
}

.wh-img-2020 {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

.wp-img-2020 {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
}

/* ************************ 2017 */
.bm-projects-list {
  list-style: none;
  margin-left: 2rem;
}
.bm-project {
  letter-spacing: 0.7px;
  margin-bottom: 0.5rem;
}

.bm-project:last-of-type {
  margin-bottom: 0;
}

.dir__2017-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2.4rem;
}

/* ************************ 2013 */
.dir__2013-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.6rem;
}
