@media screen and (min-width: 320px) and (max-width: 767px) {
  .section-padding-lg {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .display-text {
    font-size: 40px;
    line-height: 45px;
  }

  .main-banner .banner-para {
    width: 100%;
  }

  .banner-primary {
    width: 100%;
    margin-bottom: 24px;
  }
  .banner-secondary {
    width: 100%;
  }

  .award-widget {
    width: 100%;
    padding: 16px;
    background-color: #ffffff9e;
    backdrop-filter: blur(2px);
  }
  .award-widget img {
    width: 90px;
    height: auto;
  }
  .award-widget p {
    color: var(--text-dark);
  }

  .main-project .project-desc-box {
    position: static;
    margin-top: 32px;
    display: block !important;
  }
  .main-project:hover:before {
    opacity: 0;
    display: none;
  }
  .main-project:hover .project-desc-box {
    display: none !important;
  }
  .project-desc {
    border-left: unset;
    padding-left: 10px;
  }
  .main-project .project-desc-box .project-name {
    font-size: 24px;
  }
  .home-cta-section .cta-box {
    padding-right: unset;
    padding-bottom: 32px;
    border-right: none;
    border-bottom: 1px solid var(--sub-color);
    margin-bottom: 32px;
  }
  .header-logo {
    width: 210px;
  }
  .menu_area .navbar-brand {
    padding-top: 9px;
  }
  .main-banner {
    padding-block-start: 40px !important;
  }
  .m-v-part {
    border-top: unset;
  }
  .v-part {
    padding-top: 0;
    padding-right: 0;
    padding-left: unset;
    border-right: unset;
    border-bottom: 2px solid #ffffff38;
  }
  .m-part {
    padding-top: 32px;
    padding-left: unset;
    padding-right: 0;
  }

  .heritage-heading {
    font-size: 14px !important;
    text-align: center;
    top: -31px;
    letter-spacing: 2.28px !important;
    line-height: 21px !important;
  }
.expertises {
      font-size: 22px;
}
.construction-page-head {
  font-size: 37px !important;
}
.haven-building {
  bottom: 0;
}
.haven-banner .tag-txt {
    font-size: 22px;
}
.haven-banner .haven-display {
    font-size: 79px;
    line-height: 76px;
    margin-top: 12px;
}
}

@media (resolution: 1.25dppx) {
  .main-banner {
    padding-block-start: 0 !important;
  }

  .gallery-slider .gallery-card img {
    padding-right: 40px;
    border-radius: 0 !important;
  }
  .footer-number {
    font-family: var(--body-font) !important;
    font-size: 25px !important;
  }
  .haven-banner {
    height: 910px;
  }
  .haven-banner .haven-display {
    font-size: 139px;
    line-height: 152px;
    margin-top: 2px;
}
.sub-exp-number {
    font-size: 36px !important;
}
}


@media screen and (min-width: 1280px) and (max-width: 1441px) {
  .haven-building {
        position: absolute;
        right: 0;
        width: 80%;
        bottom: -280px;

}
.haven-banner .haven-display {
font-size: 119px;
    line-height: 112px;
    letter-spacing: 0;
    margin-top: 12px;
}
}