@import url("https://fonts.googleapis.com/css2?family=Cardo:wght@700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

:root {
  --ugly-green: #808f78;
  --text-gray: #7b8486;
}

* {
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}

.container {
  padding: 1rem;
  max-width: 1000px;
  margin: auto;
}

body {
  background-color: #f2f2f2;
  position: relative;
}

.title {
  font-family: "Cardo", serif;
  color: #3f3d36;
  font-size: 3rem;
}

.jumbo {
  margin-top: 3rem;
  text-align: center;
}

.stats {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}

.stat-item {
  flex: 1;
  text-align: center;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.stat-item:not(:first-child) {
  padding-left: 1rem;
  position: relative;
}
.stat-item:not(:first-child)::before {
  content: "";
  height: 50%;
  border-left: 2px solid rgba(203, 208, 209, 0.3);
  position: absolute;
  z-index: 999;
  left: 0;

  top: 25%;
}
.stat-item:not(:last-child) {
  padding-right: 1rem;
}

.stat-fig {
  font-family: "Cardo", serif;
  color: var(--ugly-green);
  font-size: 3rem;
}

.stat-text {
  color: #373833;
  margin: 0;
  font-size: 0.8rem;
  font-weight: 600;
}

.dim {
  color: var(--text-gray);
  font-weight: 300;
}

.section {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  box-shadow: rgba(17, 12, 46, 0.07) 0px 48px 100px 0px;
}

.about__section {
  background-color: #f2f2f2;
  margin-top: 2rem;
  text-align: left;
  padding: 0rem;
  padding-right: 4rem;
}

.about__image {
  border-radius: 10rem;
  max-width: 90%;
  min-width: max(150px, 20%);
  object-fit: cover;
  flex-basis: 2;
}

.about__sub {
  font-style: italic;
}

.about__text {
  margin-top: 0.9rem;
  color: #5a5b5b;
  margin-right: 2rem;
}

.about__signature {
  max-width: 25%;
}

.highlight {
  font-weight: bold;
  font-size: 1rem;
  color: #838e7a;
  font-family: "Open Sans";
}

.about__title {
  font-weight: lighter;
  font-size: 2rem;
}

.about__inner {
  text-align: left;
  padding-bottom: 0.3rem;
  display: flex;
  flex-direction: column;
}

.cap__section {
  display: grid;
  grid-template-columns: 2fr 2fr;
  max-width: 1000px;
  margin: auto;
  text-align: left;
  border-radius: 2rem;
  padding: 2rem;
  background: none;
  backdrop-filter: blur(1.5px);
  /* box-shadow: rgba(50, 50, 93, 0.05) 0px 50px 100px -20px, rgba(0, 0, 0, 0.1) 0px 30px 60px -30px; */
  background-color: rgba(255, 255, 255, 0.911);
  box-shadow: rgba(17, 12, 46, 0.05) 0px 48px 100px 0px;
}

.image__container {
  margin: 0;
  background: url("./opography.png");
  background-repeat: repeat;
  padding: 8rem 0rem;
  background-size: 50rem;
  background-attachment: fixed;
  background-blend-mode: lighten;
}

.cap__title {
  font-family: "Cardo", serif;
  line-height: 2.7rem;
}

.visual__section {
  margin-top: 1.8rem;
  position: relative;
  background: rgb(150, 170, 152);
  background: linear-gradient(
    132deg,
    rgba(150, 170, 152, 1) 0%,
    rgba(150, 170, 152, 0.92) 100%
  );
  flex-direction: column;
  text-align: left;
  z-index: 2;
  box-shadow: rgba(50, 50, 93, 0.05) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.1) 0px 30px 60px -30px;
}

.visual__text .stat-fig,
.visual__text .stat-text {
  color: #f7f7f8;
  text-align: left;
}

.visual__text .stats {
  margin-bottom: 2rem !important;
  margin-left: -1rem !important;
}

.cap__venn {
  max-width: 90%;
  object-fit: cover;
  padding: 0;
  margin-left: auto;
  margin-top: 2rem;
}

.visual__venn {
  max-width: 15.5rem;
  object-fit: cover;
  padding: 0;
  margin: auto;
}

.visual__inner {
  grid-template-columns: 1fr 2fr;
  display: grid;
  margin: auto;
  max-width: 1000px;
}

.visual__text {
  margin: 0;
  padding: 2rem 0rem 0 2rem;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
}

.jumbo .title {
  line-height: 1.15em;
  font-size: 3.5rem;
  text-align: left;
}

.jumbo .subtitle {
  margin: 1rem 0;
  font-size: 1rem;
}

.jumbo__inner {
  display: grid;
  grid-template-columns: 5fr 2fr;
  width: 100%;
}

.title {
  font-family: "Cardo", serif;
  color: #313631;
  font-size: 2.3rem;
}

.visual__title {
  color: #f7f7f8;
}

.visual__content {
  color: #f7f7f8;
  margin-top: 0.9rem;
  text-align: left;
}

.icon__group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: flex-start;
  color: #f7f7f8;
  padding: 2rem;
  padding-top: 0;
}

.icon {
  display: flex;
  flex-direction: column;
  margin-right: 3rem;
  margin-top: 1.5rem;
}

.icon__image {
  font-size: 2.5rem !important;
  margin-left: -4px;
}

.icon__text {
  font-size: 1.1rem;
  font-weight: 700;
}

.section__divider {
  margin: 1.5rem auto;
  width: 15%;
  border: 1.2px solid rgba(130, 134, 135, 0.3);
}

.client__section {
  /* margin: 2rem 1rem; */
  margin: 2rem 1rem -2rem;
  padding: 2rem 0;
}

.footer__container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  color: var(--text-gray);
}

.contact__button {
  position: fixed;
  z-index: 999;
  bottom: 2rem;
  right: 2rem;
  text-decoration: none;
  background-color: rgba(130, 135, 130, 0.2);
  backdrop-filter: blur(3px);
  color: #f7f7f8;
  border: none;
  border-radius: 10rem;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
}

.read__button {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 1.5rem;
  background-color: #808f78;
  border: none;
  color: white;
  cursor: pointer;
}

.contact__button > i {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 8px;
  font-size: 2rem !important;
}

.contact__button:hover {
  background-color: var(--ugly-green);
}

.client__title {
  color: #363833;
}

.client__above_text {
  color: var(--ugly-green);
  font-weight: bold;
}

.client__text {
  color: #7a8284;
  font-size: 1.2rem;
}

.footer__container img {
  filter: grayscale(100%) brightness(100%) contrast(100%);
  opacity: 80%;
  max-width: 200px;
}

.footer__container:hover img {
  filter: none;
  opacity: 100%;
  transition: all 0.25s ease-in-out;
}

footer {
  border-bottom: solid var(--ugly-green);
  border-width: 0.5rem;
}

body {
  background-image: url("./circle.png") repeat;
}

/* .footer__container::after {
    content: '';
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    position: absolute;
    height: 5px;
    border-bottom: 2px solid var(--ugly-green);
    z-index: 2;
}

.footer__container:hover::after {
    width: 200px !important ;
    transition: all 0.5s ease-in-out;
} */
