/* Basic utility colors */
@font-face {
  font-family: "cursive";
  src: url("../fonts/brannboll.otf") format("opentype");
}
@font-face {
  font-family: "raleway-regular";
  src: url("../fonts/raleway-regular.ttf") format("truetype");
}
@font-face {
  font-family: "raleway-bold";
  src: url("../fonts/raleway-bold.ttf") format("truetype");
}
div.icon-card {
  width: 100%;
  background-color: #eef4f5;
  color: #666767;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 4rem 2.8rem;
  transition: all 0.2s ease-in-out;
}
div.icon-card .icon {
  margin: 0 auto;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}
div.icon-card .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
div.icon-card .icon img.white {
  opacity: 0;
}
div.icon-card h3 {
  margin-top: 1.5rem;
}
div.icon-card .small-divider {
  width: 1rem;
  height: 2px;
  background-color: #666767;
  margin: 1rem auto;
  transition: 0.2s ease-in-out;
}
div.icon-card:hover {
  background-color: #3e7993;
  color: #ffffff;
}
div.icon-card:hover .small-divider {
  background-color: #ffffff;
}
div.icon-card:hover .icon img.white {
  opacity: 1;
}
div.icon-card:hover .icon img.primary {
  opacity: 0;
}

.bio-card {
  width: 100%;
  text-align: left;
}
.bio-card .bio-image {
  width: 100%;
  display: block;
}
.bio-card .bio-content {
  margin-top: 1rem;
}
.bio-card .bio-content div {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.bio-card .bio-content div > a {
  height: 2rem;
  width: 2rem;
  text-align: center;
  line-height: 2rem;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  opacity: 0.9;
  transition: opacity 0.2s ease-in-out;
}
.bio-card .bio-content div > a:hover {
  opacity: 1;
}
.bio-card .bio-content div > a:first-child {
  background-color: #6492a6;
}
.bio-card .bio-content div > a:last-child {
  background-color: #3e7993;
}
.bio-card .bio-content div > a:last-child span {
  font-size: 0.8rem;
}
.bio-card .bio-content p {
  margin-top: 1rem;
}

.intro-heart {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 600px) {
  .intro-heart {
    flex-direction: column;
  }
}
.intro-heart img {
  width: 40%;
  margin-left: 1.5rem;
}
.intro-heart div {
  text-align: left;
  width: 100%;
}
.intro-heart div h2 {
  font-family: "raleway-bold";
  font-size: 2rem;
  line-height: 1em;
}
.intro-heart div p {
  margin-top: 1.5rem;
}

.row {
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 600px) {
  .row {
    flex-direction: column;
  }
}

.technology .row div:last-child > p {
  padding-left: 1.5rem;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.5em;
}
.technology .row > * {
  flex: 1 1 0;
}
.technology > img {
  margin-top: 2.8rem;
  width: 100%;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1);
}

.image {
  width: 100%;
  padding-top: 100%;
  background: white no-repeat center center;
  background-size: cover;
  padding-top: 0;
}

.what-is-targacell {
  display: flex;
}
.what-is-targacell > div.left {
  position: relative;
  flex: 0;
}
.what-is-targacell > div.left .year-text {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.what-is-targacell > div.left .year-text img {
  width: 230px;
  max-width: none;
  height: auto;
}
.what-is-targacell > div.left .text-over {
  position: relative;
  z-index: 2;
  width: 18rem;
}
.what-is-targacell > div.left .text-over h2 {
  padding-top: 4rem;
  text-align: left;
  text-transform: uppercase;
  color: #264b5a;
  font-family: "raleway-bold";
  font-size: 2rem;
  line-height: 1em;
}
.what-is-targacell > div.left .text-over p {
  margin-top: 2rem;
  text-align: left;
}
.what-is-targacell > div.right {
  width: 100%;
  flex: 1;
  padding-left: 1.5rem;
  text-align: center;
}
.what-is-targacell > div.right div.icon-card {
  padding: 1.5rem 1rem 2.8rem;
}
.what-is-targacell > div.right .image {
  padding-top: 33%;
  height: 0 !important;
}

.meet-the-team h2 {
  font-family: "raleway-bold";
  font-size: 3rem;
  line-height: 1em;
  margin-bottom: 1.5rem;
}
.meet-the-team .section {
  margin: 4rem 0;
  gap: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 600px) {
  .meet-the-team .section {
    flex-direction: column;
  }
}

.contact-us {
  height: 80vh;
  background: url("../images/about/building.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-us:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #264b5a;
  opacity: 0.7;
}
.contact-us > div {
  position: relative;
  z-index: 2;
}
.contact-us h2 {
  font-family: "raleway-bold";
  font-size: 3rem;
  line-height: 1em;
  font-size: 5rem;
  color: #ffffff;
}
.contact-us p {
  color: #ffffff;
  margin-top: 2.8rem;
  margin-bottom: 4rem;
  font-size: 2rem;
  line-height: 1.2em;
}
.contact-us p a {
  display: inline-block;
}
.contact-us p a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: width 0.2s ease-in-out;
  margin: 0 auto;
}
.contact-us p a:hover:after {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .intro-heart img {
    width: 70%;
    margin: 2.8rem 0 0;
  }
  .what-is-targacell {
    display: block;
  }
  .what-is-targacell > div.left {
    padding-bottom: 2.8rem;
  }
  .what-is-targacell > div.left .text-over {
    width: auto;
  }
  .what-is-targacell > div.right {
    padding: 0;
  }
  .what-is-targacell > div.right .image {
    padding-top: 66%;
  }
  .bio-card {
    margin-bottom: 1.5rem;
  }
  .contact-us h2 {
    font-size: 2.5rem;
  }
  .contact-us p {
    font-size: 1.4rem;
  }
}