.main {
  padding: 80px 0 0 0;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

body {
  background: var(--background-color);
}

.standard {
  height: 168px;
  background-image: url("../img/background-hero.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-linkedin {
  border: 1px solid #4fb9ff;
  background: none;
  border-radius: 8px;
  padding: 8px 12px;
  margin-top: 10px;
}

.btn-linkedin a {
  background: linear-gradient(to right, #3681f9 0%, #03a7f9 50%, #4fb9ff 100%);
  background-clip: text;
  color: transparent;
  border-bottom: 1px solid #4fb9ff;
  font-size: 14px;
  font-family: var(--heading-font);
  height: 18px;
}

.linkedin {
  background: #007ab9;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.img-our-product {
  width: 180px;
  height: 85px;
  transform: translateY(30px);
}

.after-banner {
  gap: 40px;
  margin-top: 40px;
}

.text-linenear {
  /* background: linear-gradient(to right, #3681f9 0%, #03a7f9 50%, #4fb9ff 100%); */
  background: #4fb9ff;
  background-clip: text;
  color: transparent;
}

@media screen and (max-width: 767px) {
  .wrap-timestam {
    height: 1450px;
  }
}

.title {
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 700;
  font-family: "Aptos";
  min-width: 217px;
}

.content-head {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 40px;
  font-family: "Aptos";
  text-align: center;
}

.mission,
.vision {
  flex: 1;
}

.mission img,
.vision img {
  object-fit: none;
}

.vision img {
  object-position: 40%;
}

.mission .title,
.vision .title {
  font-size: 26px;
  font-weight: 700;
  color: var(--contrast-color);
  margin: 16px 0;
  font-family: "Aptos";
}

.mission .content,
.vision .content {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.6;
  font-family: "Aptos";
}

.about-us {
  margin-bottom: 80px;
}

.leader-title {
  margin: 60px 0px;
}

.wrapper {
  gap: 77px;
}

.wrapper-info {
  width: 100%;
  gap: 40px;
}

.infomation .name {
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  font-family: "Aptos";
}

.infomation .position {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  font-family: "Aptos";
  margin-top: 8px;
  color: var(--contrast-color);
}

.james-blinn .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  opacity: 0.6;
  margin-top: 30px;
  font-family: "Aptos";
}

.our-journey {
  margin-top: 30px;
  gap: 107px;
  margin-bottom: 120px;
}

.timestam {
  margin-bottom: 40px;
  height: max-content;
}

.not-hyphen {
  margin-left: 45px;
}

.circle {
  left: -3px;
}

.hyphen {
  margin: 0px 12px;
}

.timestam .today {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--heading-font);
}

.font {
  font-family: var(--heading-font);
}

.text-white {
  color: var(--contrast-color);
}

.opacity-60 {
  opacity: 0.6;
}

.timestam .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 16px;
  font-family: "Aptos";
  color: var(--contrast-color);
}

.wrap-company-history {
  margin-top: 60px;
  background: linear-gradient(124.34deg, #070c2c 0%, #0e1229 99.32%);
  border: 1px solid #0074d5;
  border-radius: 16px;
}

.company-history {
  padding: 20px;
}

.company-history h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 10px;
}

.company-history span {
  font-size: 16px;
  color: var(--contrast-color);
  font-family: var(--heading-font);
  line-height: 28px;
  opacity: 0.6;
}

@media (max-width: 1200px) {
  .main {
    padding: 60px 16px 0 16px;
    overflow-x: hidden;
  }

  .wrap-company-history {
    margin-top: 60px;
    width: 90%;
  }

  .after-banner {
    gap: 20px;
    margin-top: 60px;
  }

  .mission,
  .vision {
    max-width: 189px;
  }

  .about-us {
    margin-bottom: 0px;
  }

  .wrapper-info {
    flex-wrap: wrap;
  }

  .wrapper-info:first-child {
    flex-wrap: wrap-reverse;
  }

  .standard {
    background-size: 300%;
    height: 86px;
  }

  .our-journey {
    padding: 0px 16px;
    flex-direction: column;
    margin-bottom: 0px;
    margin-top: 34px;
    gap: 40px;
    align-items: flex-start !important;
  }

  .timestam .description {
    margin-top: 12px;
  }
}

/* @media (max-width: 600px) {
    .wrap-office-card {
        flex-direction: column;
    }
    .wrap-office-card .map {
        width: 398px;
    }
} */