/* hero-section */
/* ============ */
.hero-section {
  width: 100%;
  height: 867.11px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-image: url(../images/parking-solutions/bg1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 211px;
  position: relative;
}
.illustrator {
  position: absolute;
  bottom: 0;
}
.illustrator img {
  width: 100%;
}
.hero-section .content {
  z-index: 1;
}
.hero-section h1 {
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 15px;
  font-family: var(--font-01);
  font-weight: 700;
  text-align: center;
}
.hero-section h1 span {
  color: rgba(64, 147, 206, 1);
}
.hero-section p {
  font-size: 18px;
  font-family: var(--font-01);
  font-weight: 300;
  line-height: 28px;
  text-align: center;
  color: rgba(55, 65, 81, 1);
}
.hero-section .breadcrumps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin-top: 23px;
}
.hero-section .breadcrumps a,
.hero-section .breadcrumps p {
  color: black;
  font-size: 18px;
  font-family: var(--font-01);
  font-weight: 400;
  line-height: 28px;
}
.hero-section .breadcrumps a:hover {
  color: rgba(64, 147, 206, 1);
}

/* OpsTitle */
/* ======= */

.OpsTitle {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(231, 231, 231, 1);
  }
  .OpsTitle .center_content {
    padding: 50px 0 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 98px;
  }
  .OpsTitle .center_content .topPart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .OpsTitle .center_content .topPart h4 {
    font-size: 18px;
    font-family: var(--font-01);
    font-weight: 500;
    line-height: 26px;
    color: var(--blue-color);
  }
  .OpsTitle .center_content .topPart h1 {
    font-size: 40px;
    font-family: var(--font-01);
    font-weight: 600;
    color: var(--dark-blue-color);
    text-transform: uppercase;
    position: relative;
  }
  .OpsTitle .center_content .topPart h1 span {
    z-index: 1;
    position: inherit;
  }
  .OpsTitle .center_content .topPart h1::before {
    content: "";
    width: 100%;
    height: 15px;
    border-radius: 25px;
    background-color: rgba(64, 147, 206, 0.3);
    box-shadow: 0 4px 4px 0 rgba(234, 234, 234, 0.1);
    position: absolute;
    bottom: 11px;
  }
  .OpsTitle .center_content .bottomPart {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 65px;
  }
  .OpsTitle .center_content .bottomPart .leftSide h1 {
    font-size: 24px;
    font-family: var(--font-01);
    font-weight: 600;
    line-height: calc(24px * 1.5);
    color: var(--dark-blue-color);
    text-transform: uppercase;
  }
  .OpsTitle .center_content .bottomPart .leftSide h1 .blueColor {
    color: var(--dark-blue-color);
  }
  .OpsTitle .center_content .bottomPart .leftSide p {
    font-size: 16px;
    font-family: var(--font-01);
    font-weight: 300;
    line-height: 26px;
    color: var(--dark-blue-color);
    margin-top: 15px;
  }
  .OpsTitle .center_content .bottomPart .leftSide .btns {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 25px;
  }
  .OpsTitle .center_content .bottomPart .rightSide {
    width: 679px;
    height: 452px;
    display: flex;
  }
  .OpsTitle .center_content .bottomPart .rightSide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }



/* ops cards section */
/* ===================== */
.ops-cards {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(231, 231, 231, 1);
  padding: 60px 40px 90px;
}
.ops-cards .center-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 98.55px 57.66px;
}
.ops-cards .center-content .card {
  width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
.ops-cards .center-content .card img {
  margin-bottom: 6.170000000000002px;
  display: block;
  min-height: 130px;
  max-height: 170px;
  width: auto;
  object-fit: contain;

}
.ops-cards .center-content .card h4 {
  font-family: var(--font-01);
  font-weight: 600;
  font-size: 18px;
  line-height: calc(18px * 1.5);
  color: rgba(55, 65, 81, 1);
}
.ops-cards .center-content .card p {
  font-family: var(--font-01);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(55, 65, 81, 1);
}

.ops-cards .center-content .card p br {
  display: none;
}

/* Media Query */
/* =========== */

@media screen and (max-width: 1477px) {
  .hero-section {
    height: 750.11px;
  }
  .ops-cards .center-content .card {
    width: 350px;
  }
  .ops-cards .center-content .card h4 {
    font-size: 22px;
    line-height: calc(22px * 1.5);
  }
  .ops-cards .center-content .card p {
    font-size: 16px;
    line-height: 26px;
  }
  .hero-section p {
    font-size: 16px;
    line-height: 26px;
  }
  .hero-section h1 {
    font-size: 46px;
  }
  .hero-section .breadcrumps a,
  .hero-section .breadcrumps p {
    font-size: 16px;
    line-height: 26px;
  }
  .OpsTitle .center_content .topPart h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .OpsTitle .center_content .topPart h1 {
    font-size: 38px;
  }
  .OpsTitle .center_content .bottomPart .leftSide h1 {
    font-size: 22px;
    line-height: calc(22px * 1.5);
  }
  .OpsTitle .center_content .bottomPart .leftSide p {
    font-size: 14px;
    line-height: 26px;
  }
  .OpsTitle .center_content .bottomPart .rightSide {
    width: 579px;
    height: 352px;
  }
}

@media screen and (max-width: 1171px) {
  .hero-section {
    height: 665px;
  }
  .OpsTitle .center_content {
    gap: 45px;
  }
  .OpsTitle .center_content .bottomPart {
    gap: 40px;
  }
  .OpsTitle .center_content {
    padding: 60px 0 35px;
  }
}

@media screen and (max-width: 600px) {
  .hero-section {
    height: 420px;
    padding: 118px 20px 0;
  }
  .hero-section h1 {
    font-size: 24px;
    line-height: 24px;
  }
  .hero-section p {
    font-size: 14px;
    line-height: 24px;
  }
  .hero-section .breadcrumps {
    margin-top: 18px;
  }
  .hero-section .breadcrumps a,
  .hero-section .breadcrumps p {
    font-size: 14px;
    line-height: 24px;
  }
  .OpsTitle .center_content .topPart h4 {
    font-size: 14px;
    line-height: 22px;
  }
  .OpsTitle .center_content .topPart h1 {
    font-size: 24px;
  }
  .OpsTitle .center_content .topPart h1::before {
    height: 5px;
  }
  .OpsTitle .center_content .topPart h1::before {
    bottom: 9px;
  }
  .OpsTitle .center_content .bottomPart .leftSide h1 {
    font-size: 18px;
    line-height: calc(18px * 1.5);
  }
  .OpsTitle .center_content .bottomPart .leftSide p br {
    display: none;
  }
  .ops-cards {
    padding: 30px 0 45px;
  }
  .ops-cards .center-content {
    width: 90%;
    gap: 30px;
  }
  .ops-cards .center-content .card {
    width: 100%;
    /* justify-content: center;
    align-items: center; */
  }
  .ops-cards .center-content .card p br,
  .hero-section p br {
    display: none;
  }
  .ops-cards .center-content .card:nth-child(1) img {
    max-width: 150px;
  }
  .ops-cards .center-content .card:nth-child(2) img,
  .ops-cards .center-content .card:nth-child(3) img,
  .ops-cards .center-content .card:nth-child(5) img {
    width: 95px;
  }
  .ops-cards .center-content .card:nth-child(4) img {
    width: 100px;
  }
  .ops-cards .center-content .card:nth-child(6) img {
    width: 130px;
  }
  .ops-cards .center-content .card h4 {
    font-size: 16px;
    line-height: calc(16px * 1.5);
  }
  .ops-cards .center-content .card p {
    font-size: 14px;
    line-height: 24px;
    /* text-align: center; */
  }
}