.banner {
  height: 600px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.banner .row {
  justify-content: space-between;
}
.banner .row .left {
  padding-top: 120px;
  padding-bottom: 30px;
  width: 43%;
}
.banner .row .right {
  width: 50%;
  padding-top: 68px;
}
.banner .title {
  font-size: 55px;
  color: var(--white);
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 50px;
  font-family: var(--main-font);
}
.banner .description {
  font-size: 15px;
  color: var(--white);
  font-family: var(--secondary-font);
  line-height: 30px;
}
.banner .image {
  height: 500px;
  object-fit: cover;
  width: 80%;
}
.banner .mobile-image {
  display: none;
}

.constructions-sec {
  margin-top: 130px;
  padding: 0 160px;
}

.constructios-title-wrap {
  text-align: center;
  padding: 120px 270px 480px 270px !important;
  background-color: #f6d345;
  width: 100%;
}

.service-title {
  font-family: var(--secondary-font);
  font-weight: 600;
  font-size: 70px;
  line-height: 70px;
  color: #043858;
}

.service-para {
  font-family: var(--secondary-font);
  font-weight: 600;
  font-size: 19px;
  line-height: 40px;
  color: #022d46;
  margin-top: 45px;
}

.constructions-ser-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  padding: 0 270px 130px 270px;
  gap: 20px;
  margin-top: -401px;
}

.service-card {
  width: 100%;
  text-align: left;
}

.service-thumbnail {
  width: 100%;
  height: 401px;
  object-fit: cover;
}

.service-card-content {
  position: relative;
  width: 100%;
  padding: 60px 50px 0 50px;
  background-color: #043858;
  height: 450px;
}

.ser-card-title {
  font-family: var(--secondary-font);
  font-weight: 500;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 1px;
  color: white;
}

.ser-card-para {
  font-family: var(--secondary-font);
  color: white;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 35px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ser-card-btn {
  margin-top: 60px;
}

.infrastructure-sec {
  position: relative;
  padding: 0 160px 160px 160px;
  text-align: center;
}

.infrastructure-ser-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  margin-top: 80px;
  gap: 20px;
}

.ser-card-btn {
  position: absolute;
  opacity: 0;
  bottom: 10px;
}

.service-card:hover .ser-card-btn {
  opacity: 1;
  transition: all 0.4s;
  bottom: 50px;
}

.ser-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 51%;
  z-index: -1;
}

/* Responsive */
@media screen and (max-width: 1600px) {
  .banner .image {
    width: 73%;
  }

  .constructions-sec {
    margin-top: 100px;
  }

  .constructios-title-wrap {
    text-align: center;
    padding: 60px 40px 345px 40px !important;
    background-color: #f6d345;
    width: 100%;
  }

  .service-title {
    font-family: var(--secondary-font);
    font-weight: 600;
    font-size: 38px;
    line-height: 42px;
    color: #043858;
  }

  .service-para {
    font-family: var(--secondary-font);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #022d46;
    margin-top: 30px;
  }

  .constructions-ser-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    padding: 0 100px 100px 100px;
    gap: 15px;
    margin-top: -300px;
  }

  .service-card {
    width: 100%;
    text-align: left;
  }

  .service-thumbnail {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .service-card-content {
    width: 100%;
    height: 360px;
    padding: 40px 25px;
    background-color: #043858;
  }

  .ser-card-title {
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 1px;
    color: white;
  }

  .ser-card-para {
    font-family: var(--secondary-font);
    color: white;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 20px;
  }

  .ser-card-btn {
    margin-top: 40px;
  }

  .infrastructure-sec {
    padding: 0 30px 100px 30px;
    text-align: center;
  }

  .infrastructure-ser-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    margin-top: 40px;
    gap: 15px;
  }

  .banner {
    height: 500px;
  }
  .banner .row .left {
    padding-top: 68px;
    padding-bottom: 60px;
  }
  .banner .row .right {
    padding-top: 59px;
  }
  .banner .image {
    height: 415px;
  }
}

@media screen and (max-width: 1440px) {
  .banner {
    height: auto;
  }
  .banner .row .left {
    padding-top: 68px;
    padding-bottom: 60px;
  }
  .banner .row .right {
    padding-top: 59px;
  }
  .banner .image {
    height: 415px;
  }
}

@media screen and (max-width: 1366px) {
  .banner {
    height: auto;
  }
  .banner .row .left {
    padding-bottom: 60px;
    padding-top: 68px;
  }
  .banner .row .right {
    padding-top: 59px;
  }
  .banner .image {
    height: calc(100% - 30px);
  }
}

@media screen and (max-width: 1280px) {
  .banner .image {
    width: 69%;
  }
}

@media screen and (max-width: 1024px) {
  .banner {
    height: auto;
  }
  .banner .row .left {
    padding-top: 55px;
    padding-bottom: 60px;
    width: 46%;
  }
  .banner .row .right {
    padding-top: 50px;
  }
  .banner .image {
    width: 64.5%;
  }
  .banner .title {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .banner .description {
    font-size: 15px;
  }
  .banner .image {
    height: 376px;
  }
}

@media screen and (max-width: 768px) {
  .banner {
    background-image: none !important;
    background-color: var(--blue);
    height: auto;
  }
  .banner .right {
    display: none;
  }
  .banner .mobile-image {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .banner .row .left {
    padding-top: 35px;
    padding-bottom: 35px;
    width: 100%;
  }
  .banner .title {
    margin-bottom: 20px;
  }

  .constructions-sec {
    margin-top: 100px;
    padding: 0;
  }

  .constructios-title-wrap {
    text-align: center;
    padding: 60px 40px 345px 40px !important;
    background-color: #f6d345;
    width: 100%;
  }

  .service-title {
    font-family: var(--secondary-font);
    font-weight: 600;
    font-size: 38px;
    line-height: 42px;
    color: #043858;
  }

  .service-para {
    font-family: var(--secondary-font);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #022d46;
    margin-top: 30px;
  }

  .constructions-ser-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    padding: 0 30px 100px 30px;
    gap: 15px;
    margin-top: -300px;
  }

  .service-card {
    width: 100%;
    text-align: left;
  }

  .service-thumbnail {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .service-card-content {
    width: 100%;
    padding: 40px 25px;
    background-color: #043858;
    height: 430px;
  }

  .ser-card-title {
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 1px;
    color: white;
  }

  .ser-card-para {
    font-family: var(--secondary-font);
    color: white;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 20px;
  }

  .ser-card-btn {
    margin-top: 40px;
    opacity: 1;
    bottom: 50px;
  }

  .infrastructure-sec {
    padding: 0 30px 100px 30px;
    text-align: center;
  }

  .infrastructure-ser-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    margin-top: 40px;
    gap: 15px;
  }
}

@media screen and (max-width: 450px) {
  .constructions-sec {
    margin-top: 100px;
  }

  .constructios-title-wrap {
    text-align: center;
    padding: 60px 20px 345px 20px;
    background-color: #f6d345;
    width: 100%;
  }

  .service-title {
    font-family: var(--secondary-font);
    font-weight: 600;
    font-size: 38px;
    line-height: 42px;
    color: #043858;
  }

  .service-para {
    font-family: var(--secondary-font);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #022d46;
    margin-top: 30px;
  }

  .constructions-ser-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    padding: 0 20px 100px 20px;
    gap: 15px;
    margin-top: -300px;
  }

  .service-card {
    width: 100%;
    text-align: left;
  }

  .service-thumbnail {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .service-card-content {
    width: 100%;
    padding: 40px 25px;
    background-color: #043858;
    height: 400px;
  }

  .ser-card-title {
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 1px;
    color: white;
  }

  .ser-card-para {
    font-family: var(--secondary-font);
    color: white;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 20px;
  }

  .ser-card-btn {
    margin-top: 40px;
  }

  .infrastructure-sec {
    padding: 0 20px 100px 20px;
    text-align: center;
  }

  .infrastructure-ser-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    margin-top: 40px;
    gap: 15px;
  }
}

@media screen and (max-width: 414px) {
  .banner .title {
    font-size: 35px;
  }
  .banner .description {
    font-size: 16px;
  }
}
