/* --------------------------------------- Build Pass Css Start From Here --------------------------------------- */
@font-face {
  font-family: "General Sans";
  src: local("General Sans Extralight"), local("GeneralSans-Extralight"),
    url("./fonts/GeneralSans-Extralight.woff2")
      format("woff2"),
    url("./fonts/GeneralSans-Extralight.woff")
      format("woff"),
    url("./fonts/GeneralSans-Extralight.ttf")
      format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: local("General Sans Bold"), local("GeneralSans-Bold"),
    url("./fonts/GeneralSans-Bold.woff2")
      format("woff2"),
    url("./fonts/GeneralSans-Bold.woff")
      format("woff"),
    url("./fonts/GeneralSans-Bold.ttf")
      format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: local("General Sans Bold Italic"), local("GeneralSans-BoldItalic"),
    url("./fonts/GeneralSans-BoldItalic.woff2")
      format("woff2"),
    url("./fonts/GeneralSans-BoldItalic.woff")
      format("woff"),
    url("./fonts/GeneralSans-BoldItalic.ttf")
      format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: local("General Sans Extralight Italic"),
    local("GeneralSans-ExtralightItalic"),
    url("./fonts/GeneralSans-ExtralightItalic.woff2")
      format("woff2"),
    url("./fonts/GeneralSans-ExtralightItalic.woff")
      format("woff"),
    url("./fonts/GeneralSans-ExtralightItalic.ttf")
      format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: local("General Sans Semibold Italic"),
    local("GeneralSans-SemiboldItalic"),
    url("./fonts/GeneralSans-SemiboldItalic.woff2")
      format("woff2"),
    url("./fonts/GeneralSans-SemiboldItalic.woff")
      format("woff"),
    url("./fonts/GeneralSans-SemiboldItalic.ttf")
      format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: local("General Sans Semibold"), local("GeneralSans-Semibold"),
    url("./fonts/GeneralSans-Semibold.woff2")
      format("woff2"),
    url("./fonts/GeneralSans-Semibold.woff")
      format("woff"),
    url("./fonts/GeneralSans-Semibold.ttf")
      format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: local("General Sans Light Italic"), local("GeneralSans-LightItalic"),
    url("./fonts/GeneralSans-LightItalic.woff2")
      format("woff2"),
    url("./fonts/GeneralSans-LightItalic.woff")
      format("woff"),
    url("./fonts/GeneralSans-LightItalic.ttf")
      format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: local("General Sans Italic"), local("GeneralSans-Italic"),
    url("./fonts/GeneralSans-Italic.woff2")
      format("woff2"),
    url("./fonts/GeneralSans-Italic.woff")
      format("woff"),
    url("./fonts/GeneralSans-Italic.ttf")
      format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: local("General Sans Light"), local("GeneralSans-Light"),
    url("./fonts/GeneralSans-Light.woff2")
      format("woff2"),
    url("./fonts/GeneralSans-Light.woff")
      format("woff"),
    url("./fonts/GeneralSans-Light.ttf")
      format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: local("General Sans Medium Italic"), local("GeneralSans-MediumItalic"),
    url("./fonts/GeneralSans-MediumItalic.woff2")
      format("woff2"),
    url("./fonts/GeneralSans-MediumItalic.woff")
      format("woff"),
    url("./fonts/GeneralSans-MediumItalic.ttf")
      format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: local("General Sans Medium"), local("GeneralSans-Medium"),
    url("./fonts/GeneralSans-Medium.woff2")
      format("woff2"),
    url("./fonts/GeneralSans-Medium.woff")
      format("woff"),
    url("./fonts/GeneralSans-Medium.ttf")
      format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: local("General Sans Regular"), local("GeneralSans-Regular"),
    url("./fonts/GeneralSans-Regular.woff2")
      format("woff2"),
    url("./fonts/GeneralSans-Regular.woff")
      format("woff"),
    url("./fonts/GeneralSans-Regular.ttf")
      format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* .build-p-wrapper {
    Font Weight Utility Classes
  } */

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
  margin: 0;
}

a {
  text-decoration: none;
}

.build-p-wrapper .build-p-font-general-sans {
  font-family: "General Sans";
  font-style: normal;
  letter-spacing: 0.8px;
}
.build-p-wrapper .build-p-font-thin {
  font-weight: 100;
}
.build-p-wrapper .build-p-fw-200 {
  font-weight: 200;
}
.build-p-wrapper .build-p-font-medium {
  font-weight: 500;
}

.build-p-wrapper .build-p-text-green {
  color: #68d07f;
}

.build-p-wrapper {
  --root-banner-bg-color: #68d07f1a;
  --secondry-text-color: #888888;
  --highiligted-color: #68d07f;
  --text-main-color: #2b2f36;
  --gray-color: #666666;
}
.build-p-wrapper .build-p-object-fit-fill {
  -o-object-fit: fill;
  object-fit: fill;
}
.build-p-wrapper .build-p-object-fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.build-p-wrapper .build-p-container {
  width: 100%;
  padding: 0 16px;
}
@media only screen and (min-width: 1200px) {
  .build-p-wrapper .build-p-container {
    width: calc(100% - 150px);
    margin: 0 auto;
    padding: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .build-p-wrapper .build-p-container {
    width: calc(100% - 180px);
  }
}
@media only screen and (min-width: 1400px) {
  .build-p-wrapper .build-p-container {
    width: calc(100% - 220px);
  }
}
@media only screen and (min-width: 1500px) {
  .build-p-wrapper .build-p-container {
    width: 100%;
    max-width: 1440px;
  }
}
.build-p-wrapper .build-p-text-secondry-color {
  color: var(--secondry-text-color);
}
.build-p-wrapper .build-p-highilited-text {
  color: var(--highiligted-color);
}
.build-p-wrapper .build-p-text-main-color {
  color: var(--text-main-color);
}
.build-p-wrapper .build-p-w-full {
  width: 100%;
}
.build-p-wrapper .build-p-h-full {
  height: 100%;
}
.build-p-wrapper .build-pass-rounded-40 {
  border-radius: 40px;
}
@media only screen and (max-width: 380px) {
  .build-p-wrapper .build-pass-rounded-40 {
    border-radius: 15px;
  }
}
@media (min-width: 381px) and (max-width: 575px) {
  .build-p-wrapper .build-pass-rounded-40 {
    border-radius: 22px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .build-p-wrapper .build-pass-rounded-40 {
    border-radius: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .build-p-wrapper .build-pass-rounded-40 {
    border-radius: 24px;
  }
}
.build-p-wrapper .build-p-text-70 {
  font-size: 70px;
}
@media only screen and (max-width: 380px) {
  .build-p-wrapper .build-p-text-70 {
    font-size: 33px;
  }
}
@media (min-width: 381px) and (max-width: 575px) {
  .build-p-wrapper .build-p-text-70 {
    font-size: 36px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .build-p-wrapper .build-p-text-70 {
    font-size: 38px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .build-p-wrapper .build-p-text-70 {
    font-size: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .build-p-wrapper .build-p-text-70 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .build-p-wrapper .build-p-text-70 {
    font-size: 64px;
  }
}
.build-p-wrapper .build-p-text-50 {
  font-size: 50px;
}
@media only screen and (max-width: 380px) {
  .build-p-wrapper .build-p-text-50 {
    font-size: 26px;
  }
}
@media (min-width: 381px) and (max-width: 575px) {
  .build-p-wrapper .build-p-text-50 {
    font-size: 28px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .build-p-wrapper .build-p-text-50 {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .build-p-wrapper .build-p-text-50 {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .build-p-wrapper .build-p-text-50 {
    font-size: 32px;
  }
}
.build-p-wrapper .build-p-text-18 {
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .build-p-wrapper .build-p-text-18 {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .build-p-wrapper .build-p-text-18 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1549px) {
  .build-p-wrapper .build-p-text-18 {
    font-size: 18px;
  }
}
.build-p-wrapper .build-p-text-30 {
  font-size: 24px;
}
@media only screen and (max-width: 380px) {
  .build-p-wrapper .build-p-text-30 {
    font-size: 24px;
  }
}
@media (min-width: 381px) and (max-width: 575px) {
  .build-p-wrapper .build-p-text-30 {
    font-size: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .build-p-wrapper .build-p-text-30 {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .build-p-wrapper .build-p-text-30 {
    font-size: 26px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .build-p-wrapper .build-p-text-30 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1500px) {
  .build-p-wrapper .build-p-text-30 {
    font-size: 30px;
  }
}
.build-p-wrapper .build-p-text-22 {
  font-size: 22px;
}
.build-p-wrapper .built-p-pt-100 {
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .build-p-wrapper .built-p-pt-100 {
    padding-top: 55px;
  }
}
@media screen and (max-width: 991px) {
  .build-p-wrapper .built-p-pt-100 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .build-p-wrapper .built-p-pt-100 {
    padding-top: 45px;
  }
}
@media screen and (max-width: 575px) {
  .build-p-wrapper .built-p-pt-100 {
    padding-top: 35px;
  }
}
.build-p-wrapper .built-p-pb-100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .build-p-wrapper .built-p-pb-100 {
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 991px) {
  .build-p-wrapper .built-p-pb-100 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .build-p-wrapper .built-p-pb-100 {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 575px) {
  .build-p-wrapper .built-p-pb-100 {
    padding-bottom: 35px;
  }
}
.build-p-wrapper .built-p-ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .build-p-wrapper .built-p-ptb-100 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 991px) {
  .build-p-wrapper .built-p-ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .build-p-wrapper .built-p-ptb-100 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 575px) {
  .build-p-wrapper .built-p-ptb-100 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.build-p-wrapper .built-p-pb-40 {
  padding-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .build-p-wrapper .built-p-pb-40 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .build-p-wrapper .built-p-pb-40 {
    padding-bottom: 25px;
  }
}
.build-p-wrapper .built-p-pt-140 {
  padding-top: 140px;
}
@media screen and (max-width: 1499px) {
  .build-p-wrapper .built-p-pt-140 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .build-p-wrapper .built-p-pt-140 {
    padding-top: 55px;
  }
}
@media screen and (max-width: 991px) {
  .build-p-wrapper .built-p-pt-140 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .build-p-wrapper .built-p-pt-140 {
    padding-top: 45px;
  }
}
@media screen and (max-width: 575px) {
  .build-p-wrapper .built-p-pt-140 {
    padding-top: 35px;
  }
}
.build-p-wrapper .built-p-pb-140 {
  padding-bottom: 140px;
}
@media screen and (max-width: 1499px) {
  .build-p-wrapper .built-p-pb-140 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .build-p-wrapper .built-p-pb-140 {
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 991px) {
  .build-p-wrapper .built-p-pb-140 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .build-p-wrapper .built-p-pb-140 {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 575px) {
  .build-p-wrapper .built-p-pb-140 {
    padding-bottom: 35px;
  }
}
.build-p-wrapper .built-p-ptb-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1499px) {
  .build-p-wrapper .built-p-ptb-140 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .build-p-wrapper .built-p-ptb-140 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 991px) {
  .build-p-wrapper .built-p-ptb-140 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .build-p-wrapper .built-p-ptb-140 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 575px) {
  .build-p-wrapper .built-p-ptb-140 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.build-p-wrapper .build-p-banner-image-wrapper {
  width: 100%;
  height: 100%;
  background-color: var(--root-banner-bg-color);
}
.build-p-wrapper .build-p-banner-image-wrapper img {
  aspect-ratio: 485/305;
  -o-object-fit: cover;
  object-fit: cover;
}
.build-p-wrapper .build-p-our-info-wrapper .build-p-hero-section-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  justify-content: flex-start;
}
.build-p-wrapper .build-p-our-info-wrapper .build-p-info-section-text-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 15px;
}
.build-p-wrapper
  .build-p-our-info-wrapper
  .build-p-info-section-text-wrapper
  p {
  color: var(--gray-color);
}
.build-p-wrapper .build-p-construction-efficiency {
  width: 100%;
  height: 100%;
  position: relative;
}
.build-p-wrapper .build-p-construction-efficiency .image-wrapper {
  width: 100%;
  height: 100%;
}
.build-p-wrapper .build-p-construction-efficiency .overlay-text {
  position: absolute;
  bottom: 30px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  padding: 10px 40px 10px 30px;
}
@media only screen and (max-width: 767px) {
  .build-p-wrapper .build-p-construction-efficiency .overlay-text {
    width: 100%;
    padding: 10px 10px 10px 10px;
    bottom: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .build-p-wrapper
    .build-p-construction-efficiency
    .overlay-text
    .build-p-text-30 {
    font-size: clamp(14px, 2vw, 18px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .build-p-wrapper .build-p-construction-efficiency .overlay-text {
    padding: 10px 30px 10px 20px;
  }
  .build-p-wrapper
    .build-p-construction-efficiency
    .overlay-text
    .build-p-text-30 {
    font-size: clamp(20px, 2vw, 26px);
  }
}
.build-p-wrapper .build-p-flex-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .build-p-wrapper .build-p-flex-wrapper {
    flex-direction: column;
  }
}

.build-p-wrapper
  .build-p-flex-wrapper
  .flex-sec-two
  .build-p-challange-section-text {
  font-weight: 300;
}

.build-p-wrapper .build-p-flex-wrapper .flex-sec-one,
.build-p-wrapper .build-p-flex-wrapper .flex-sec-two {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .build-p-wrapper .build-p-flex-wrapper .flex-sec-one,
  .build-p-wrapper .build-p-flex-wrapper .flex-sec-two {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .build-p-wrapper .build-p-flex-wrapper .flex-sec-one img,
  .build-p-wrapper .build-p-flex-wrapper .flex-sec-two img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.build-p-wrapper .build-p-flex-wrapper .flex-sec-two {
  background-color: var(--text-main-color);
  position: relative;
}
.build-p-wrapper .build-p-flex-wrapper .flex-sec-two .text-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px;
  gap: 20px;
}
.build-p-wrapper .build-p-flex-wrapper .flex-sec-two .text-wrapper p {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .build-p-wrapper .build-p-flex-wrapper .flex-sec-two .text-wrapper {
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .build-p-wrapper .build-p-flex-wrapper .flex-sec-two .text-wrapper {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .build-p-wrapper
    .build-p-flex-wrapper
    .flex-sec-two
    .text-wrapper
    .build-p-text-30 {
    font-size: clamp(18px, 2.2vw, 26px);
  }
  .build-p-wrapper
    .build-p-flex-wrapper
    .flex-sec-two
    .text-wrapper
    .build-p-text-18 {
    font-size: clamp(16px, 1.4vw, 18px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .build-p-wrapper
    .build-p-flex-wrapper
    .flex-sec-two
    .text-wrapper
    .build-p-text-30 {
    font-size: clamp(20px, 2.2vw, 26px);
  }
  .build-p-wrapper
    .build-p-flex-wrapper
    .flex-sec-two
    .text-wrapper
    .build-p-text-18 {
    font-size: clamp(16px, 1.4vw, 18px);
  }
}
.build-p-wrapper .build-p-flex-wrapper .flex-sec-two .build-p-svg-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.build-p-wrapper .build-p-key-challange-list-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 20px;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .build-p-wrapper .build-p-key-challange-list-wrapper .build-p-text-22 {
    font-size: clamp(16px, 2vw, 22px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .build-p-wrapper .build-p-key-challange-list-wrapper .build-p-text-22 {
    font-size: clamp(18px, 1.5vw, 22px);
  }
}
.build-p-wrapper .build-p-key-challange-list-wrapper .build-p-key-challange {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .build-p-wrapper .build-p-key-challange-list-wrapper .build-p-key-challange {
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .build-p-wrapper .build-p-key-challange-list-wrapper .build-p-key-challange {
    padding: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .build-p-wrapper .build-p-key-challange-list-wrapper .build-p-key-challange {
    border-radius: 14px;
  }
}
.build-p-wrapper .build-p-the-result-section .build-p-text-wrapper p {
  color: var(--gray-color);
}
.build-p-wrapper
  .build-p-the-result-section
  .build-p-result-section-flex-wrapper
  .build-p-inner-section-flex-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .build-p-wrapper
    .build-p-the-result-section
    .build-p-result-section-flex-wrapper
    .build-p-inner-section-flex-wrapper {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .build-p-wrapper
    .build-p-the-result-section
    .build-p-result-section-flex-wrapper
    .build-p-inner-section-flex-wrapper {
    flex-direction: column;
  }
}
.build-p-wrapper
  .build-p-the-result-section
  .build-p-result-section-flex-wrapper
  .build-p-section-one,
.build-p-wrapper
  .build-p-the-result-section
  .build-p-result-section-flex-wrapper
  .build-p-section-three {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 27.5%;
}
@media only screen and (max-width: 767px) {
  .build-p-wrapper
    .build-p-the-result-section
    .build-p-result-section-flex-wrapper
    .build-p-section-one,
  .build-p-wrapper
    .build-p-the-result-section
    .build-p-result-section-flex-wrapper
    .build-p-section-three {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .build-p-wrapper
    .build-p-the-result-section
    .build-p-result-section-flex-wrapper
    .build-p-section-one,
  .build-p-wrapper
    .build-p-the-result-section
    .build-p-result-section-flex-wrapper
    .build-p-section-three {
    flex-direction: row;
    align-items: stretch;
    width: 100%;
  }
}
.build-p-wrapper
  .build-p-the-result-section
  .build-p-result-section-flex-wrapper
  .build-p-section-one
  .build-p-flex-card,
.build-p-wrapper
  .build-p-the-result-section
  .build-p-result-section-flex-wrapper
  .build-p-section-three
  .build-p-flex-card {
  width: 100%;
  height: 50%;
}
@media only screen and (max-width: 767px) {
  .build-p-wrapper
    .build-p-the-result-section
    .build-p-result-section-flex-wrapper
    .build-p-section-one
    .build-p-flex-card,
  .build-p-wrapper
    .build-p-the-result-section
    .build-p-result-section-flex-wrapper
    .build-p-section-three
    .build-p-flex-card {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .build-p-wrapper
    .build-p-the-result-section
    .build-p-result-section-flex-wrapper
    .build-p-section-one
    .build-p-flex-card,
  .build-p-wrapper
    .build-p-the-result-section
    .build-p-result-section-flex-wrapper
    .build-p-section-three
    .build-p-flex-card {
    width: 50%;
    height: auto;
  }
}
.build-p-wrapper
  .build-p-the-result-section
  .build-p-result-section-flex-wrapper
  .build-p-section-two {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .build-p-wrapper
    .build-p-the-result-section
    .build-p-result-section-flex-wrapper
    .build-p-section-two {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .build-p-wrapper
    .build-p-the-result-section
    .build-p-result-section-flex-wrapper
    .build-p-section-two {
    flex-direction: row;
    align-items: stretch;
    width: 100%;
  }
  .build-p-wrapper
    .build-p-the-result-section
    .build-p-result-section-flex-wrapper
    .build-p-section-two
    .build-p-flex-card {
    width: 50%;
  }
}
.build-p-wrapper
  .build-p-the-result-section
  .build-p-result-section-flex-wrapper
  .build-p-flex-card {
  background-color: rgba(0, 0, 0, 0.05);
  padding: clamp(20px, 1.8vw, 30px);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .build-p-wrapper
    .build-p-the-result-section
    .build-p-result-section-flex-wrapper
    .build-p-flex-card {
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .build-p-wrapper
    .build-p-the-result-section
    .build-p-result-section-flex-wrapper
    .build-p-flex-card {
    padding: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .build-p-wrapper
    .build-p-the-result-section
    .build-p-result-section-flex-wrapper
    .build-p-flex-card {
    border-radius: 14px;
  }
}
.build-p-wrapper
  .build-p-the-result-section
  .build-p-result-section-flex-wrapper
  .build-p-flex-card
  p {
  color: #2b2f36;
  font-size: 24px;
  font-weight: 300;
}

.build-p-wrapper
  .build-p-the-result-section
  .build-p-result-section-flex-wrapper
  .build-p-flex-card
  p
  strong {
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .build-p-wrapper
    .build-p-the-result-section
    .build-p-result-section-flex-wrapper
    .build-p-flex-card
    p {
    font-size: clamp(16px, 3vw, 18px);
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .build-p-wrapper
    .build-p-the-result-section
    .build-p-result-section-flex-wrapper
    .build-p-flex-card
    p {
    font-size: clamp(16px, 3vw, 18px);
  }
}
.build-p-wrapper
  .build-p-the-result-section
  .build-p-result-section-flex-wrapper
  .build-p-flex-card
  .build-p-title-text {
  background-color: var(--highiligted-color);
  padding: 10px 24px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  font-size: 24px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .build-p-wrapper
    .build-p-the-result-section
    .build-p-result-section-flex-wrapper
    .build-p-flex-card
    .build-p-title-text {
    padding: 6px 16px;
    font-size: clamp(18px, 3vw, 22px);
    border-radius: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .build-p-wrapper
    .build-p-the-result-section
    .build-p-result-section-flex-wrapper
    .build-p-flex-card
    .build-p-title-text {
    padding: 6px 16px;
    font-size: clamp(20px, 2vw, 22px);
    border-radius: 10px;
  }
}
.build-p-wrapper .build-p-the-result-section .build-p-image-section-wrapper {
  position: relative;
}
.build-p-wrapper
  .build-p-the-result-section
  .build-p-image-section-wrapper
  .build-p-overlay-card {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 50px;
  max-width: 675px;
}
@media only screen and (max-width: 767px) {
  .build-p-wrapper
    .build-p-the-result-section
    .build-p-image-section-wrapper
    .build-p-overlay-card {
    max-width: 100%;
    width: 100%;
    padding: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .build-p-wrapper
    .build-p-the-result-section
    .build-p-image-section-wrapper
    .build-p-overlay-card {
    padding: 20px;
  }
}
.build-p-wrapper
  .build-p-the-result-section
  .build-p-image-section-wrapper
  .build-p-overlay-card
  .build-p-overlay-card-inner-section {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6509803922);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  padding: 46px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .build-p-wrapper
    .build-p-the-result-section
    .build-p-image-section-wrapper
    .build-p-overlay-card
    .build-p-overlay-card-inner-section {
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.1882352941);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .build-p-wrapper
    .build-p-the-result-section
    .build-p-image-section-wrapper
    .build-p-overlay-card
    .build-p-overlay-card-inner-section {
    padding: 20px;
  }
}
.build-p-wrapper
  .build-p-the-result-section
  .build-p-image-section-wrapper
  .build-p-overlay-card
  .build-p-overlay-card-inner-section
  .text-flex-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
.build-p-wrapper
  .build-p-the-result-section
  .build-p-image-section-wrapper
  .build-p-overlay-card
  .build-p-overlay-card-inner-section
  .text-flex-wrapper
  .svg-logo-wrapper {
  max-width: 365.4545288086px;
  max-height: 60px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .build-p-wrapper
    .build-p-the-result-section
    .build-p-image-section-wrapper
    .build-p-overlay-card
    .build-p-overlay-card-inner-section
    .text-flex-wrapper
    .svg-logo-wrapper {
    max-width: 200px;
    max-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .build-p-wrapper
    .build-p-the-result-section
    .build-p-image-section-wrapper
    .build-p-overlay-card
    .build-p-overlay-card-inner-section
    .text-flex-wrapper
    .svg-logo-wrapper {
    max-width: 220px;
    max-height: 40px;
  }
}
.build-p-wrapper
  .build-p-the-result-section
  .build-p-image-section-wrapper
  .build-p-overlay-card
  .build-p-overlay-card-inner-section
  .text-flex-wrapper
  .build-p-text-18 {
  font-size: clamp(22px, 2vw, 34px);
}
@media only screen and (max-width: 767px) {
  .build-p-wrapper
    .build-p-the-result-section
    .build-p-image-section-wrapper
    .build-p-overlay-card
    .build-p-overlay-card-inner-section
    .text-flex-wrapper
    .build-p-text-18 {
    font-size: clamp(16px, 3.5vw, 22px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .build-p-wrapper
    .build-p-the-result-section
    .build-p-image-section-wrapper
    .build-p-overlay-card
    .build-p-overlay-card-inner-section
    .text-flex-wrapper
    .build-p-text-18 {
    font-size: clamp(18px, 3.5vw, 22px);
  }
}
.build-p-wrapper
  .build-p-the-result-section
  .build-p-image-section-wrapper
  .build-p-overlay-card
  .build-p-overlay-card-inner-section
  .overlay-svg-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.build-p-wrapper .build-p-conclusion-section-flex-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
}
.build-p-wrapper .build-p-conclusion-section-flex-wrapper .build-p-text-18 {
  font-size: 22px;
  color: #2b2f36;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .build-p-wrapper .build-p-conclusion-section-flex-wrapper .build-p-text-18 {
    font-size: clamp(16px, 3vw, 18px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .build-p-wrapper .build-p-conclusion-section-flex-wrapper .build-p-text-18 {
    font-size: clamp(18px, 3vw, 22px);
  }
}
.build-p-wrapper
  .build-p-conclusion-section-flex-wrapper
  .build-p-lets-talk-btn {
  padding: 30px;
  background-color: var(--highiligted-color);
  width: 100%;
  border: 0;
  outline: 0;
  font-size: 30px;
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  .build-p-wrapper
    .build-p-conclusion-section-flex-wrapper
    .build-p-lets-talk-btn {
    padding: 14px 14px;
    font-size: clamp(18px, 3.5vw, 24px);
    line-height: 1.4;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .build-p-wrapper
    .build-p-conclusion-section-flex-wrapper
    .build-p-lets-talk-btn {
    padding: 20px 20px;
    font-size: clamp(20px, 3.5vw, 24px);
    line-height: 1.4;
  }
}
@media only screen and (max-width: 1199px) {
  .build-p-wrapper
    .build-p-conclusion-section-flex-wrapper
    .build-p-lets-talk-btn {
    border-radius: 14px;
  }
}

/* --------------------------------------- Build Pass Css End From Here --------------------------------------- */
