/* styles.css */

.hero {
  position: relative;
  background: url("https://hyzero.us/Images/about-us-hyzero.avif") center center /
    cover no-repeat;
  color: white;
  z-index: 1;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6); /* 60% black overlay */
  z-index: -1;
}
.designbg {
  background: linear-gradient(to right, #01364c 0%, #1e1e1e 50%, #3d4349 100%);

  h2 {
    font-size: 50px;
  }
  padding: 100px;
}
.design {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 300;
  letter-spacing: 1.5px;
  margin-top: 30px;
}
.hero-sub {
  height: 600px;
  justify-content: left;
  align-items: center;
  p {
    font-weight: 300;
    margin-top: 10px;
  }
}

.hero h1 {
  font-size: 50px;
}

section {
  background-color: #000;
}
.mission-bgblock {
  padding: 100px 0px 0px;
}
.mission-section {
  background-color: #111;

  .mission-bg {
    img {
      width: 100%;
      height: 275px;
      object-fit: cover;
      object-position: 50% 50%;
    }
    padding-bottom: 50px;
  }
  .missionimg {
    width: 100px !important;
    height: 100px !important;
  }
}
.missionh2 {
  line-height: 1.2em;
  text-align: center;
  font-size: 50px;
  margin-top: 40px;
  color:#fff;
}
.missionpara {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 300;
  letter-spacing: 1.5px;
  margin-top: 30px;
}
.teamblock {
  padding: 50px;
}
.teamh5 {
  font-size: 30px;
}
.teaminfo {
  width: 274px;
  height: auto;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.team img {
  width: 274px;
  height: 306px;
  object-fit: cover;
  object-position: 50% 50%;
}
.team h5,
.team p {
  text-align: left;
  color:#fff;
}
/* .imgblock:hover{
    background-color: var(--container-corvid-background-color, rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1)));
  
  } */
.imgblock {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.imgblock .info-card {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 274px;
  height: 306px;
  background-color: rgb(86 164 201);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  p {
    font-size: 12px;
  }
}
.teamrow2 {
  margin-top: 100px;
}
.imgblock:hover .info-card {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.justify-content-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.techcard {
  border-radius: 20px;
  background-color: rgb(87 171 210 / 24%);
  padding: 30px;
  h2 {
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 1.2px;
    word-wrap: break-word;
  }
  .techcardp {
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 200;
  }
  .techcardp1 {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 100;
  }
}
.techcardkm {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.technology-section {
  background: url("../images/aboutUs//about-us-tech-banner.avif") center center /
    cover no-repeat;
  padding: 100px 100px;
}
