body {
  font-size: 16px;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.main-content {
  padding-top: 120px;
}

.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-top {
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 26px;
}

h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  letter-spacing: 5%;
}
@media (max-width: 991px) {
  h1 {
    font-size: 48px;
  }
  h1 svg {
    margin-bottom: 1px;
    height: 35px;
  }
}
h1 span {
  color: #0B95D0;
}

h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
}
@media (max-width: 991px) {
  h2 {
    font-size: 30px;
  }
}
h2 span {
  color: #0B95D0;
}
h2 svg {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
}

.global--form {
  background-color: #fff;
  padding: 50px 40px 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.global--form h2 {
  font-weight: 500;
  font-size: 30px;
}
.global--form .form-group label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
}
.global--form .form-group .form-control {
  height: 50px;
  background: #FFFFFF;
  border: 0.5px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.global--form .form-group textarea.form-control {
  height: 150px;
  padding-top: 10px;
}
.global--form .form-group .btn--primary {
  width: 100%;
  display: block;
  margin-top: 35px;
}

p {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  line-height: 150%;
}
p span {
  color: #0B95D0;
}

.btns {
  display: flex;
  gap: 1rem;
}

.global-pretitle {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 110%;
  color: rgba(0, 0, 0, 0.3254901961);
}

.global--btns {
  display: flex;
  gap: 16px;
  margin-top: 4rem;
}

li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

.bg-yellow {
  background-color: #ffc107;
}

.bg-red {
  background-color: #d70808;
}

.btn {
  min-width: 150px;
  padding: 10px 15px;
  border-radius: 6px;
  letter-spacing: 3%;
  outline: none !important;
  transition: transform 0s ease;
  font-size: 14px;
}
.btn--primary {
  border: 1px solid #212830;
  background-color: #212830;
  color: #fff;
  box-shadow: -7px 8px 1px -3px #0B95D0;
}
.btn--primary:hover {
  color: #fff;
}
.btn--primary:focus, .btn--primary:active {
  transform: translate(-8px, 9px);
  box-shadow: none !important;
  outline: none;
}
.btn--secondary {
  color: #212830;
  border: 2px solid #0B95D0;
  background-color: #fff !important;
  box-shadow: -7px 8px 1px -3px #0B95D0;
}
.btn--secondary:hover {
  color: #212830;
}
.btn--secondary:focus, .btn--secondary:active {
  transform: translate(-8px, 9px);
  box-shadow: none !important;
  outline: none;
}
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

header {
  width: 100%;
  height: 4.5rem;
  padding-inline: 1rem;
  box-shadow: 0 3px 6px -3px rgba(188, 191, 193, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 999;
}
header .main-header {
  max-width: 1350px;
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 150px 1fr 150px;
}
header .main-header .mh-logo {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
header .main-header .mh-logo img {
  height: 3rem;
  cursor: pointer;
}
header .main-header .mh-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.3rem;
}
header .main-header .mh-links li {
  list-style: none;
}
header .main-header .mh-links li a {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
header .main-header .mh-links li a:hover {
  text-decoration: none;
}
header .main-header .mh-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
}
header .main-header .mh-cta .cta-btn-head {
  padding: 8px 1.3rem;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  color: #000;
  text-decoration: none !important;
}
@media (max-width: 692px) {
  header .main-header {
    display: none;
  }
}
header .mobile-header {
  max-width: 1350px;
  height: 100%;
  display: none;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
header .mobile-header .mh-logo {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
header .mobile-header .mh-logo img {
  height: 3rem;
  cursor: pointer;
}
header .mobile-header #menu-btn {
  background-color: transparent;
  outline: none;
  user-select: none;
}
@media (max-width: 692px) {
  header .mobile-header {
    display: flex;
  }
}
header .menu-mob-links {
  width: 100%;
  height: 20rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  transform: translateY(-20.8rem);
  box-shadow: 0 3px 6px -3px rgba(188, 191, 193, 0.4);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 2rem;
}
@media (max-width: 692px) {
  header .menu-mob-links {
    display: flex;
  }
}
header .menu-mob-links a {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
header .menu-mob-links a:hover {
  text-decoration: none;
  color: #007bff;
}
header .menu-mob-links.active {
  transform: translateY(3.8rem); /* shown when active */
}

@media (max-width: 1080px) {
  .header--desktop {
    display: none;
  }
}

.header--mobile {
  display: none;
  background-color: #ffffff;
  box-shadow: 1px 0 5px 1px rgba(0, 0, 0, 0.3);
  padding: 20px 0;
}
.header--mobile .logo {
  max-width: 150px;
}
.header--mobile .mobile-menu {
  z-index: 99;
  position: fixed;
  top: 0;
  right: 0;
  width: 240px;
  height: 100%;
  background-color: #ffffff;
  padding: 70px 30px;
  -webkit-transform: translate(240px, 0);
  transform: translate(240px, 0);
  transition: -webkit-transform 0.5s cubic-bezier(0, 0.52, 0, 1);
  transition: transform 0.5s cubic-bezier(0, 0.52, 0, 1);
  transition: transform 0.5s cubic-bezier(0, 0.52, 0, 1), -webkit-transform 0.5s cubic-bezier(0, 0.52, 0, 1);
  overflow: auto;
}
.header--mobile .mobile-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header--mobile .mobile-menu ul li {
  display: block;
  padding-bottom: 11px;
  margin-bottom: 13px;
  border-bottom: 1px solid #f1f1f1;
}
.header--mobile .mobile-menu ul li a {
  z-index: 12;
  position: relative;
  font-size: 14px;
  color: #000;
  transition: all 300ms ease;
}
.header--mobile .mobile-menu ul li a:hover {
  color: #007bff;
}
.header--mobile .mobile-menu ul li a.btn {
  width: 100%;
}
.header--mobile .mobile-menu ul li a.btn--primary {
  color: #fff;
}
.header--mobile .mobile-menu ul li a.btn--primary:hover {
  color: #007bff;
}
.header--mobile .mobile-menu ul li a.btn--secondary:hover {
  color: #fff;
}
.header--mobile .mobile-menu ul li.has-dropdown a.has-collapse {
  position: relative;
  display: block;
}
.header--mobile .mobile-menu ul li.has-dropdown a.has-collapse:before {
  content: "\f078";
  position: absolute;
  top: 2px;
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 14px;
}
.header--mobile .mobile-menu ul li.has-dropdown a.has-collapse:after {
  display: none;
  content: initial;
}
.header--mobile .mobile-menu ul li.has-dropdown ul li {
  padding: 0;
  border: 0;
}

.hamburger {
  z-index: 1234;
  position: relative;
  top: 0;
  display: inline-block;
  width: 28px;
  height: 21px;
  margin: -5px 0;
  cursor: pointer;
}
.hamburger div {
  z-index: 12;
  position: relative;
  margin-top: 9px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #007bff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.hamburger div:before {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #007bff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
}
.hamburger div:after {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #007bff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
}

.nav-open .mobile-menu {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  box-shadow: 8px 79px 60px 0px rgba(22, 22, 22, 0.17);
}
.nav-open .hamburger div {
  background-color: transparent;
}
.nav-open .hamburger div:after {
  top: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-open .hamburger div:before {
  top: 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-open .main-header.fixed .hamburger div {
  background-color: transparent;
}

@media (max-width: 1080px) {
  .header--mobile {
    display: block;
  }
}
@media (max-width: 1440px) {
  .header--mobile .mobile-navigation--top-nav {
    padding: 4px 0;
  }
  .header--mobile .mobile-navigation--top-nav ul li a {
    font-size: 18px;
    padding: 8px 20px;
  }
}
@media (max-width: 576px) {
  .header--mobile .mobile-navigation--top-nav {
    padding: 0;
  }
}
@media (max-width: 680px) {
  .header--mobile .mobile-navigation--top-nav ul {
    align-items: center;
  }
  .header--mobile .mobile-navigation--top-nav ul li a {
    display: block;
    padding: 8px 10px;
  }
}
@media (max-width: 540px) {
  .header--mobile .mobile-navigation--top-nav ul {
    flex-wrap: wrap;
  }
  .header--mobile .mobile-navigation--top-nav ul li {
    flex: 0 0 33.33%;
    width: 33%;
  }
  .header--mobile .mobile-navigation--top-nav ul li a {
    font-size: 16px;
    text-align: center;
    padding: 4px 10px;
    max-width: 130px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .header--mobile .mobile-navigation--top-nav ul li a {
    font-size: 16px;
    padding: 8px 15px;
  }
}
footer {
  width: 100%;
  padding-top: 4rem;
  background-color: #fff;
}
footer .main--foo {
  max-width: 1350px;
  height: 20rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% 1fr 20%;
  row-gap: 1rem;
  gap: 1rem;
  padding-inline: 1rem;
}
footer .main--foo .bx-mf-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .main--foo .bx-mf-1 .main--logo {
  display: flex;
  gap: 10px;
}
footer .main--foo .bx-mf-1 .main--logo img {
  height: 3.3rem;
  user-select: none;
}
footer .main--foo .bx-mf-1 .main--logo .main--logo-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .main--foo .bx-mf-1 .main--logo .main--logo-txt p {
  margin: 0;
  user-select: none;
}
footer .main--foo .bx-mf-1 .main--logo .main--logo-txt .main--logo-txt-jag {
  font-size: 20px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  margin-bottom: -0.2rem;
}
footer .main--foo .bx-mf-1 .main--logo .main--logo-txt .main--logo-txt-dbs {
  font-size: 10px !important;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: -0.5rem;
  text-transform: uppercase;
  text-align: left;
  max-width: 139px;
  line-height: 120%;
}
footer .main--foo .bx-mf-1 .logo-p-svgs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding-top: 4rem;
}
footer .main--foo .bx-mf-1 .logo-p-svgs .short-des-foo {
  max-width: 480px;
  text-align: start;
}
footer .main--foo .bx-mf-1 .logo-p-svgs .foo-svgs-b1 {
  display: flex;
  gap: 10px;
}
footer .main--foo .bx-mf-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .main--foo .bx-mf-2 h3 {
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  margin-bottom: 1.5rem;
}
footer .main--foo .bx-mf-2 .bx2-link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
footer .main--foo .bx-mf-2 .bx2-link a {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
footer .main--foo .bx-mf-2 .bx2-link a:hover {
  color: #007bff;
  text-decoration: none;
}
footer .main--foo .bx-mf-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .main--foo .bx-mf-3 h3 {
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  margin-bottom: 1.5rem;
}
footer .main--foo .bx-mf-3 .bx2-link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
footer .main--foo .bx-mf-3 .bx2-link a {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
footer .main--foo .bx-mf-3 .bx2-link a:hover {
  color: #007bff;
  text-decoration: none;
}
@media (max-width: 992px) {
  footer .main--foo {
    grid-template-columns: 100%;
    height: auto !important;
    align-content: center;
    justify-content: center;
    padding-bottom: 4.3rem;
    row-gap: 2rem;
  }
  footer .main--foo .bx-mf-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .main--foo .bx-mf-1 .main--logo {
    display: flex;
    gap: 10px;
  }
  footer .main--foo .bx-mf-1 .main--logo img {
    height: 3.3rem;
    user-select: none;
  }
  footer .main--foo .bx-mf-1 .main--logo .main--logo-txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  footer .main--foo .bx-mf-1 .main--logo .main--logo-txt p {
    margin: 0;
    user-select: none;
  }
  footer .main--foo .bx-mf-1 .main--logo .main--logo-txt .main--logo-txt-jag {
    font-size: 20px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    margin-bottom: -0.2rem;
  }
  footer .main--foo .bx-mf-1 .main--logo .main--logo-txt .main--logo-txt-dbs {
    font-size: 10px !important;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    margin-bottom: -0.5rem;
    text-transform: uppercase;
    text-align: left;
    max-width: 139px;
    line-height: 120%;
  }
  footer .main--foo .bx-mf-1 .logo-p-svgs {
    padding-top: 1rem;
    align-items: center;
  }
  footer .main--foo .bx-mf-1 .logo-p-svgs .short-des-foo {
    max-width: 480px;
    text-align: center;
  }
  footer .main--foo .bx-mf-2, footer .main--foo .bx-mf-3 {
    align-items: center;
  }
  footer .main--foo .bx-mf-2 .bx2-link, footer .main--foo .bx-mf-3 .bx2-link {
    align-items: center;
  }
  footer .main--foo .bx-mf-2 .bx2-link a, footer .main--foo .bx-mf-3 .bx2-link a {
    text-align: center;
  }
  footer .main--foo .bx-mf-2 {
    grid-row: 3;
  }
  footer .main--foo .bx-mf-3 {
    grid-row: 2;
  }
}
footer .sub-foo {
  width: 100%;
  height: 3.6rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2941176471);
}
footer .sub-foo section {
  max-width: 1350px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 1rem;
}
footer .sub-foo section p {
  margin: 0;
  font-size: 14px;
}
footer .sub-foo section div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
footer .sub-foo section div a {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
footer .sub-foo section div a:hover {
  color: #007bff;
  text-decoration: none;
}
@media (max-width: 621px) {
  footer .sub-foo section div {
    flex-wrap: wrap;
  }
}
@media (max-width: 621px) {
  footer .sub-foo section {
    flex-direction: column;
    align-items: center;
    row-gap: 12px;
  }
}
@media (max-width: 621px) {
  footer .sub-foo {
    height: auto !important;
    padding-block: 15px;
  }
}

.page--home .section--hero {
  width: 100%;
  padding-top: 4.5rem;
}
.page--home .section--hero .hero--detail {
  max-width: 1350px;
  margin: 0 auto;
  padding: 1rem;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  display: flex;
  align-items: flex-end;
}
.page--home .section--hero .hero--detail--ph-ld {
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page--home .section--hero .hero--detail--ph-ld h1 {
  max-width: 700px;
}
.page--home .section--hero .hero--detail--ph-ld h1 svg {
  margin-bottom: 10px;
}
.page--home .section--hero .hero--detail--ph-ld p {
  max-width: 660px;
  margin-top: 5px;
}
.page--home .section--hero .hero--detail--ph-rd {
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 1.5rem;
}
.page--home .section--hero .hero--detail--ph-rd p {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .page--home .section--hero .hero--detail {
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
  }
  .page--home .section--hero .hero--detail--ph-ld, .page--home .section--hero .hero--detail--ph-rd {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .page--home .section--hero .hero--detail--ph-ld h1, .page--home .section--hero .hero--detail--ph-ld p, .page--home .section--hero .hero--detail--ph-rd h1, .page--home .section--hero .hero--detail--ph-rd p {
    max-width: 991px;
    text-align: center;
  }
}
.page--home .section--hero .hero--image {
  width: 100%;
  height: 22rem;
  background-color: black;
}
.page--home .section--hero .hero--image img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
  display: block;
}
.page--home .section--about {
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 3rem 1rem;
  padding-top: 9rem;
  padding-bottom: 7.5rem;
}
.page--home .section--about .ph-sa-image {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 4rem;
}
.page--home .section--about .ph-sa-image img {
  width: 73%;
}
.page--home .section--about .ph-sa-details {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}
.page--home .section--about .ph-sa-details h2 {
  max-width: 500px;
}
@media (max-width: 991px) {
  .page--home .section--about .ph-sa-image {
    display: none;
  }
  .page--home .section--about .ph-sa-details {
    width: 100%;
  }
}
.page--home .section--project {
  width: 100%;
  height: 40rem;
  overflow: hidden;
  background-color: #F9FCFF;
  margin-top: 4rem;
  padding-inline: 1rem;
}
.page--home .section--project .sp--main {
  max-width: 1350px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  padding-inline: 1rem;
  gap: 1rem;
  position: relative;
}
.page--home .section--project .sp--main .ph-sp-details {
  width: 50%;
  height: 100%;
  padding-top: 4rem;
}
.page--home .section--project .sp--main .ph-sp-details h2 {
  max-width: 390px;
}
.page--home .section--project .sp--main .ph-sp-details p {
  max-width: 550px;
}
.page--home .section--project .sp--main .ph-sp-details h2, .page--home .section--project .sp--main .ph-sp-details p, .page--home .section--project .sp--main .ph-sp-details a {
  z-index: 4;
}
.page--home .section--project .sp--main .ph-sp-details .prj-vec {
  position: absolute;
  bottom: -14rem;
  left: -11rem;
  height: 45rem;
  width: 50rem;
  user-select: none;
  z-index: 1;
}
@media (max-width: 991px) {
  .page--home .section--project .sp--main .ph-sp-details {
    width: 100% !important;
  }
  .page--home .section--project .sp--main .ph-sp-details h2 {
    max-width: 910px;
  }
  .page--home .section--project .sp--main .ph-sp-details p {
    max-width: 910px;
  }
  .page--home .section--project .sp--main .ph-sp-details .prj-vec {
    position: absolute;
    bottom: -14rem;
    left: -11rem;
    height: 45rem;
    width: 50rem;
    user-select: none;
    z-index: -1;
  }
}
.page--home .section--project .sp--main .ph-sp-projects {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page--home .section--project .sp--main .ph-sp-projects .slider-main {
  width: 33rem;
  height: calc(900px + 2rem);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-block: 1rem;
}
.page--home .section--project .sp--main .ph-sp-projects .slider-main .slider-image {
  flex-shrink: 0;
  height: 300px;
  margin-bottom: 1rem;
  transition: transform 0.3s ease-in-out;
}
.page--home .section--project .sp--main .ph-sp-projects .slider-main .slider-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  display: block;
}
@media (max-width: 991px) {
  .page--home .section--project .sp--main .ph-sp-projects {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .page--home .section--project .sp--main {
    flex-direction: column;
    row-gap: 2.5rem;
    padding-inline: 0rem;
  }
}
@media (max-width: 991px) {
  .page--home .section--project {
    height: auto !important;
  }
}
.page--home .section--approach {
  max-width: 1350px;
  height: auto;
  margin: 0 auto;
  margin-top: 7.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 1.1rem;
  overflow-y: hidden;
  padding-block: 4rem;
  padding-bottom: 5rem;
  gap: 2rem;
}
.page--home .section--approach__image {
  width: 50%;
  height: 38rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.page--home .section--approach__image p {
  max-width: 253px;
  opacity: 61%;
}
.page--home .section--approach__image img {
  position: absolute;
  bottom: -5.5rem;
  left: 0;
  user-select: none;
  max-width: 440px;
}
@media (max-width: 991px) {
  .page--home .section--approach__image img {
    display: none;
  }
}
@media (max-width: 991px) {
  .page--home .section--approach__image {
    width: 100%;
    height: auto;
  }
}
.page--home .section--approach__details {
  width: 55%;
}
.page--home .section--approach__details .app-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2549019608);
  padding-top: 2rem;
  gap: 1rem;
}
.page--home .section--approach__details .app-box h3 {
  font-size: 16px;
  max-width: 209px;
}
.page--home .section--approach__details .app-box p {
  max-width: 337px;
}
@media (max-width: 992px) {
  .page--home .section--approach__details .app-box p {
    max-width: 537px;
  }
}
@media (max-width: 621px) {
  .page--home .section--approach__details .app-box {
    flex-direction: column;
    gap: 1rem;
  }
  .page--home .section--approach__details .app-box h3 {
    font-size: 26px;
    max-width: 629px;
  }
  .page--home .section--approach__details .app-box p {
    max-width: 637px;
  }
}
@media (max-width: 991px) {
  .page--home .section--approach__details {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .page--home .section--approach {
    flex-direction: column;
  }
}
.page--home .section--services {
  width: 100%;
  overflow: hidden;
  padding-inline: 1rem;
}
.page--home .section--services .ss-mcon {
  max-width: 1350px;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 8rem;
  padding-top: 7rem;
}
.page--home .section--services .ss-mcon .hm-ser-headline {
  max-width: 640px;
  text-align: center;
}
.page--home .section--services .ss-mcon .hm-ser-label {
  max-width: 630px;
  text-align: center;
}
.page--home .section--services .ss-mcon .hm-serv-con {
  display: flex;
  gap: 1.4rem;
  margin-top: 3rem;
}
.page--home .section--services .ss-mcon .hm-serv-con--serv-hmbx {
  width: 530px;
  height: 20rem;
  background-color: #212830;
  border-radius: 5px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background-position: center;
  background-size: cover;
}
.page--home .section--services .ss-mcon .hm-serv-con--serv-hmbx::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.862745098), rgba(0, 0, 0, 0.2941176471));
}
.page--home .section--services .ss-mcon .hm-serv-con--serv-hmbx h3, .page--home .section--services .ss-mcon .hm-serv-con--serv-hmbx p {
  position: relative;
  z-index: 2;
  color: #fff;
}
.page--home .section--services .ss-mcon .hm-serv-con--serv-hmbx p {
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 491px) {
  .page--home .section--services .ss-mcon .hm-serv-con--serv-hmbx h3 {
    font-size: 26px;
  }
}
@media (max-width: 1130px) {
  .page--home .section--services .ss-mcon .hm-serv-con {
    padding-inline: 20px;
  }
  .page--home .section--services .ss-mcon .hm-serv-con--serv-hmbx {
    width: 100%;
  }
}
@media (max-width: 892px) {
  .page--home .section--services .ss-mcon .hm-serv-con {
    flex-direction: column;
  }
}
.page--home .section--services .ss-mcon .hm-serv-con a:hover {
  text-decoration: none;
}
.page--home .section--services .ss-mcon .srv-vec {
  position: absolute;
  z-index: -1;
  bottom: -35rem;
  left: -35rem;
  opacity: 0.8;
}
.page--home .section--services .ss-mcon .srv-vec-2 {
  position: absolute;
  z-index: -1;
  top: -40rem;
  right: -55rem;
  opacity: 0.8;
}
.page--home .section--testimonial {
  width: 100%;
  height: 40rem;
  background-color: #F9FCFF;
  padding-block: 4rem;
  padding-inline: 1rem;
}
.page--home .section--testimonial .st-main-con {
  max-width: 1350px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  gap: 2rem;
}
.page--home .section--testimonial .st-main-con .stmc-details {
  width: 50%;
  padding-block: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page--home .section--testimonial .st-main-con .stmc-details svg {
  margin-bottom: 30px;
}
.page--home .section--testimonial .st-main-con .stmc-details .stmcd-t-quote {
  max-width: 598px;
}
@media (max-width: 992px) {
  .page--home .section--testimonial .st-main-con .stmc-details .stmcd-t-quote {
    text-align: center;
  }
}
.page--home .section--testimonial .st-main-con .stmc-details .stmcd-profile {
  margin-top: 2rem;
}
.page--home .section--testimonial .st-main-con .stmc-details .stmcd-profile__name {
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
}
.page--home .section--testimonial .st-main-con .stmc-details .stmcd-profile__position {
  color: #8E8E8E;
  font-size: 14px;
}
@media (max-width: 992px) {
  .page--home .section--testimonial .st-main-con .stmc-details .stmcd-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .page--home .section--testimonial .st-main-con .stmc-details {
    width: 100%;
    align-items: center;
  }
}
.page--home .section--testimonial .st-main-con .stmc-image {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .page--home .section--testimonial .st-main-con .stmc-image {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page--home .section--testimonial .st-main-con {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .page--home .section--testimonial {
    height: auto;
  }
}
.page--home .section--cta {
  width: 100%;
  height: 387px;
  background-color: #212830;
  display: flex;
  position: relative;
  overflow: hidden;
}
.page--home .section--cta .cta-img {
  width: 40%;
  height: 100%;
  overflow: hidden;
}
.page--home .section--cta .cta-img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 992px) {
  .page--home .section--cta .cta-img {
    display: none;
  }
}
.page--home .section--cta .cta-details {
  width: 60%;
  padding: 3rem;
}
.page--home .section--cta .cta-details .cta-details-main {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding: 2rem 0;
  gap: 1rem;
  position: relative;
  max-width: 60vw;
}
.page--home .section--cta .cta-details .cta-details-main h2 {
  position: relative;
  z-index: 2;
  max-width: 645px;
}
.page--home .section--cta .cta-details .cta-details-main p {
  max-width: 570px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 3%;
  position: relative;
  z-index: 2;
}
.page--home .section--cta .cta-details .cta-details-main #cta-vector {
  position: absolute;
  width: 39rem;
  right: -11rem;
  bottom: -7rem;
  z-index: 1;
}
@media (max-width: 1600px) {
  .page--home .section--cta .cta-details .cta-details-main #cta-vector {
    width: 35vw;
  }
}
@media (max-width: 992px) {
  .page--home .section--cta .cta-details .cta-details-main #cta-vector {
    width: 70vw;
    right: -12em;
  }
}
@media (max-width: 592px) {
  .page--home .section--cta .cta-details .cta-details-main #cta-vector {
    width: 85vw;
    right: -8em;
  }
}
@media (max-width: 992px) {
  .page--home .section--cta .cta-details .cta-details-main {
    padding: 1rem;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .page--home .section--cta .cta-details {
    padding: 1rem;
    width: 100%;
  }
}

.page--about {
  padding-top: 4.5rem;
}
.page--about .section--hero {
  max-width: 1350px;
  height: 600px;
  margin: 0 auto;
  display: flex;
  gap: 1rem;
  position: relative;
}
.page--about .section--hero .abt-sh-image {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page--about .section--hero .abt-sh-image img {
  position: absolute;
  bottom: 0;
  min-width: 45rem;
  left: -10rem;
}
@media (max-width: 1200px) {
  .page--about .section--hero .abt-sh-image img {
    min-width: 60vw;
  }
}
@media (max-width: 992px) {
  .page--about .section--hero .abt-sh-image {
    height: 15rem;
    width: 100%;
    opacity: 0.3;
  }
  .page--about .section--hero .abt-sh-image img {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 592px) {
  .page--about .section--hero .abt-sh-image {
    height: 10rem;
  }
}
.page--about .section--hero .abt-sh-details {
  width: 55%;
  height: 100%;
  padding-block: 7rem;
  padding-inline: 1rem;
}
.page--about .section--hero .abt-sh-details .abt-sh-details-head {
  display: flex;
  flex-direction: column;
}
.page--about .section--hero .abt-sh-details .abt-sh-details-head h1 {
  font-size: 50px !important;
  font-weight: 500;
  letter-spacing: 10% !important;
  margin-bottom: 1.4rem;
}
.page--about .section--hero .abt-sh-details .abt-sh-details-head h1 svg {
  margin-bottom: 6px;
}
.page--about .section--hero .abt-sh-details .abt-sh-details-head .abt-head-p {
  max-width: 520px;
  font-size: 14px;
}
.page--about .section--hero .abt-sh-details .abt-sh-details-head .head-btns {
  margin-top: 0.1rem;
}
.page--about .section--hero .abt-sh-details .abt-sh-details-head .head-btns a {
  font-size: 14px;
}
.page--about .section--hero .abt-sh-details .abt-sh-details-cta {
  display: flex;
  flex-direction: column;
  margin-top: 6rem;
}
.page--about .section--hero .abt-sh-details .abt-sh-details-cta .abt-cta-h {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  margin-block: 5px;
}
.page--about .section--hero .abt-sh-details .abt-sh-details-cta .abt-cta-p {
  font-size: 14px;
  color: #868686;
  max-width: 405px;
}
@media (max-width: 992px) {
  .page--about .section--hero .abt-sh-details {
    padding-block: 4rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .page--about .section--hero .abt-sh-details .abt-sh-details-head {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page--about .section--hero .abt-sh-details .abt-sh-details-head h1, .page--about .section--hero .abt-sh-details .abt-sh-details-head .abt-head-p {
    text-align: center;
  }
  .page--about .section--hero .abt-sh-details .abt-sh-details-head .head-btns {
    margin-top: 0.1rem;
  }
  .page--about .section--hero .abt-sh-details .abt-sh-details-head .head-btns a {
    font-size: 14px;
  }
  .page--about .section--hero .abt-sh-details .abt-sh-details-cta {
    margin-top: 4rem;
    align-items: center;
  }
  .page--about .section--hero .abt-sh-details .abt-sh-details-cta .abt-cta-h, .page--about .section--hero .abt-sh-details .abt-sh-details-cta .abt-cta-p {
    text-align: center;
  }
}
.page--about .section--hero .abt-vec {
  position: absolute;
  top: -17rem;
  width: 55rem;
  right: -23rem;
  z-index: -1;
  user-select: none;
  -webkit-user-drag: none;
}
@media (max-width: 992px) {
  .page--about .section--hero {
    flex-direction: column-reverse;
    height: auto !important;
  }
}
.page--about .section--achivments {
  max-width: 1350px;
  padding-block: 4rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 1rem;
  gap: 1rem;
}
.page--about .section--achivments .achivment-box {
  width: 380px;
  border-radius: 10px;
  background-color: #F7F7F7;
  padding: 1.4rem;
  font-family: "Inter", sans-serif !important;
}
.page--about .section--achivments .achivment-box__pt {
  font-family: "Inter", sans-serif !important;
  margin-bottom: 3.6rem;
  color: #737373;
  font-size: 20px;
}
.page--about .section--achivments .achivment-box__count {
  font-family: "Inter", sans-serif !important;
  font-size: 36px;
  font-weight: 500;
}
.page--about .section--achivments .achivment-box__txt {
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
}
@media (max-width: 992px) {
  .page--about .section--achivments {
    flex-wrap: wrap;
  }
}
@media (max-width: 792px) {
  .page--about .section--achivments .achivment-box {
    width: 100%;
  }
}
.page--about .section--about-us {
  width: 100%;
  padding-block: 1rem;
  overflow: hidden;
}
.page--about .section--about-us .sec-abts-main {
  max-width: 1350px;
  height: 550px;
  margin: 4rem auto;
  display: flex;
  padding-inline: 1rem;
  gap: 1rem;
  position: relative;
}
.page--about .section--about-us .sec-abts-main .sabts-details {
  width: 55%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: flex-start;
  justify-content: center;
}
.page--about .section--about-us .sec-abts-main .sabts-details h2 {
  max-width: 550px;
  margin-bottom: 0.9rem;
}
@media (max-width: 992px) {
  .page--about .section--about-us .sec-abts-main .sabts-details h2 {
    max-width: 800px;
  }
}
.page--about .section--about-us .sec-abts-main .sabts-details .sabts-details-label {
  max-width: 662px;
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .page--about .section--about-us .sec-abts-main .sabts-details .sabts-details-label {
    max-width: 800px;
  }
}
.page--about .section--about-us .sec-abts-main .sabts-details li svg {
  margin-top: 5px;
}
.page--about .section--about-us .sec-abts-main .sabts-details li p {
  max-width: 550px;
}
@media (max-width: 992px) {
  .page--about .section--about-us .sec-abts-main .sabts-details li p {
    max-width: 800px !important;
  }
}
.page--about .section--about-us .sec-abts-main .sabts-image {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .page--about .section--about-us .sec-abts-main {
    flex-direction: column;
    height: auto;
    row-gap: 3rem;
  }
  .page--about .section--about-us .sec-abts-main .sabts-details {
    width: 100%;
  }
  .page--about .section--about-us .sec-abts-main .sabts-image {
    width: 100%;
  }
}
.page--about .section--about-us .sec-abts-main .abts-vec {
  position: absolute;
  right: -5rem;
  bottom: -8rem;
  z-index: -1;
}
.page--about .section--misval {
  padding-block: 4rem;
  padding-top: 7rem;
  padding-inline: 1rem;
  overflow: hidden;
  position: relative;
}
.page--about .section--misval .main--weoffer {
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page--about .section--misval .main--weoffer .hm-ser-headline {
  max-width: 490px;
  text-align: center;
}
.page--about .section--misval .main--weoffer .hm-ser-label {
  max-width: 690px;
  text-align: center;
  font-weight: 500;
}
.page--about .section--misval .main--weoffer .we-offer {
  display: flex;
  gap: 1rem;
  margin-top: 3.4rem;
}
.page--about .section--misval .main--weoffer .we-offer .weff-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5rem;
}
.page--about .section--misval .main--weoffer .we-offer .weff-box svg {
  margin-bottom: 10px;
}
.page--about .section--misval .main--weoffer .we-offer .weff-box .wf-b-title {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
}
.page--about .section--misval .main--weoffer .we-offer .weff-box .wf-b-text {
  max-width: 260px;
  text-align: center;
  color: #212830;
  font-size: 14px;
}
@media (max-width: 992px) {
  .page--about .section--misval .main--weoffer .we-offer {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.page--about .section--misval .misval-vec {
  position: absolute;
  bottom: -33rem;
  left: -23rem;
  z-index: -1;
}
.page--about .section--how-we-doit {
  max-width: 1350px;
  height: auto;
  margin: 0 auto;
  margin-top: 7.5rem;
  display: flex;
  justify-content: center;
  padding-inline: 1.1rem;
  overflow-y: hidden;
  padding-block: 4rem;
  padding-bottom: 5rem;
  gap: 2rem;
}
.page--about .section--how-we-doit__image {
  width: 50%;
  height: 38rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.page--about .section--how-we-doit__image p {
  max-width: 503px;
}
.page--about .section--how-we-doit__image img {
  user-select: none;
  max-width: 440px;
}
@media (max-width: 991px) {
  .page--about .section--how-we-doit__image img {
    display: none;
  }
}
@media (max-width: 991px) {
  .page--about .section--how-we-doit__image {
    width: 100%;
    height: auto;
  }
}
.page--about .section--how-we-doit__details {
  width: 55%;
}
.page--about .section--how-we-doit__details .app-box {
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2549019608);
  padding-top: 3rem;
  gap: 2rem;
  padding-bottom: 2rem;
}
.page--about .section--how-we-doit__details .app-box h3 {
  font-size: 30px;
  font-weight: 700;
}
.page--about .section--how-we-doit__details .app-box p {
  max-width: 637px;
}
@media (max-width: 992px) {
  .page--about .section--how-we-doit__details .app-box p {
    max-width: 537px;
  }
}
@media (max-width: 621px) {
  .page--about .section--how-we-doit__details .app-box {
    flex-direction: column;
    gap: 1rem;
  }
  .page--about .section--how-we-doit__details .app-box h3 {
    font-size: 26px;
    max-width: 629px;
  }
  .page--about .section--how-we-doit__details .app-box p {
    max-width: 637px;
  }
}
@media (max-width: 991px) {
  .page--about .section--how-we-doit__details {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .page--about .section--how-we-doit {
    flex-direction: column;
  }
}
.page--about .section--cta {
  width: 100%;
  height: 387px;
  background-color: #212830;
  display: flex;
  position: relative;
  overflow: hidden;
}
.page--about .section--cta .cta-img {
  width: 40%;
  height: 100%;
  overflow: hidden;
}
.page--about .section--cta .cta-img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 992px) {
  .page--about .section--cta .cta-img {
    display: none;
  }
}
.page--about .section--cta .cta-details {
  width: 60%;
  padding: 3rem;
}
.page--about .section--cta .cta-details .cta-details-main {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding: 2rem 0;
  gap: 1rem;
  position: relative;
  max-width: 60vw;
}
.page--about .section--cta .cta-details .cta-details-main h2 {
  position: relative;
  z-index: 2;
  max-width: 645px;
}
.page--about .section--cta .cta-details .cta-details-main p {
  max-width: 570px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 3%;
  position: relative;
  z-index: 2;
}
.page--about .section--cta .cta-details .cta-details-main #cta-vector {
  position: absolute;
  width: 39rem;
  right: -11rem;
  bottom: -7rem;
  z-index: 1;
}
@media (max-width: 1600px) {
  .page--about .section--cta .cta-details .cta-details-main #cta-vector {
    width: 35vw;
  }
}
@media (max-width: 992px) {
  .page--about .section--cta .cta-details .cta-details-main #cta-vector {
    width: 70vw;
    right: -12em;
  }
}
@media (max-width: 592px) {
  .page--about .section--cta .cta-details .cta-details-main #cta-vector {
    width: 85vw;
    right: -8em;
  }
}
@media (max-width: 992px) {
  .page--about .section--cta .cta-details .cta-details-main {
    padding: 1rem;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .page--about .section--cta .cta-details {
    padding: 1rem;
    width: 100%;
  }
}

.page--contact {
  padding-top: 4.5rem;
}
.page--contact .section--hero {
  width: 100%;
  height: 450px;
  background-image: url("../../images/contact-img.png");
  background-size: cover;
  background-position: center;
}
.page--contact .section--form {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 1rem;
}
.page--contact .section--form__details {
  width: 50%;
  height: 100%;
  padding-top: 7.2rem;
  padding-left: 1rem;
}
.page--contact .section--form__details h1 {
  font-size: 50px !important;
  font-weight: 500 !important;
  margin-bottom: 5px;
}
.page--contact .section--form__details .ssf-d-label {
  font-size: 12px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
}
.page--contact .section--form__details h2 {
  font-family: "Inter", sans-serif;
  font-size: 25px;
  color: #212830;
  line-height: 110%;
  max-width: 220px;
  text-transform: none;
  margin-top: 2rem;
}
.page--contact .section--form__details .ssf-fd-box {
  margin-top: 3rem;
}
.page--contact .section--form__details .ssf-fd-box .ssf-fd-box-pt {
  font-size: 14px;
  color: #737373;
  margin-bottom: 0px !important;
  font-family: "Inter", sans-serif;
}
.page--contact .section--form__details .ssf-fd-box .ssf-fd-box-txt {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  max-width: 260px;
}
.page--contact .section--form__form {
  width: 50%;
  height: 100%;
  border-left: 1px solid #B3B3B3;
  border-right: 1px solid #B3B3B3;
}
.page--contact .section--form__form .sff-bvec {
  width: 100%;
  height: 7rem;
  object-fit: cover;
  object-position: center;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}
.page--contact .section--form__form .sff-top {
  width: 100%;
  padding-block: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-right: 1rem;
  padding-bottom: 40px;
}
.page--contact .section--form__form .sff-top p {
  max-width: 360px;
  font-size: 14px;
  color: #212830;
}
.page--contact .section--form__form .sff-main-form {
  width: 100%;
  border-top: 1px solid #B3B3B3;
  background: linear-gradient(0deg, #13171C, #353F4B);
  padding: 2.8rem 2.5rem;
}
.page--contact .section--form__form .sff-main-form h3 {
  color: #fff;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 110%;
  font-size: 25px;
}
.page--contact .section--form__form .sff-main-form .sffmf-form-group {
  display: flex;
  gap: 26px;
  margin-top: 2.3rem;
}
.page--contact .section--form__form .sff-main-form .sffmf-form-group input {
  width: 50%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #fff;
  padding-block: 0.9rem;
}
.page--contact .section--form__form .sff-main-form .sffmf-form-group input::placeholder {
  color: #fff;
}
.page--contact .section--form__form .sff-main-form textarea {
  width: 100%;
  background-color: transparent;
  border: none;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid #fff;
  resize: none;
  margin-top: 3rem;
}
.page--contact .section--form__form .sff-main-form textarea::placeholder {
  color: #fff;
}
.page--contact .section--form__form .sff-main-form button {
  width: 100%;
  height: 50px;
  background-color: #0B95D0;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  border-radius: 3px;
  margin-top: 2rem;
}
@media (max-width: 892px) {
  .page--contact .section--form {
    flex-direction: column;
  }
  .page--contact .section--form__form, .page--contact .section--form__details {
    width: 100%;
  }
  .page--contact .section--form__details {
    padding-top: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1.5rem;
  }
  .page--contact .section--form__details h1, .page--contact .section--form__details h2 {
    text-align: center;
  }
  .page--contact .section--form__details .ssf-fd-box {
    margin-top: 1rem;
  }
  .page--contact .section--form__details .ssf-fd-box .ssf-fd-box-pt {
    text-align: center;
  }
  .page--contact .section--form__details .ssf-fd-box .ssf-fd-box-txt {
    text-align: center;
  }
  .page--contact .section--form__form {
    border-top: 1px solid #B3B3B3;
  }
}
.page--contact .section--map {
  width: 100%;
  height: 30rem;
  background-image: url("../../../images/map.png");
  background-position: center;
  background-size: cover;
}
.page--contact .section--map iframe {
  width: 100%;
  height: 100%;
}

.page--services {
  padding-top: 4.5rem;
}
.page--services .section--hero {
  width: 100%;
  height: 450px;
  position: relative;
  display: flex;
  gap: 1rem;
}
.page--services .section--hero .pssh-details {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-inline: 1rem;
}
.page--services .section--hero .pssh-details__psd {
  max-width: 650px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.page--services .section--hero .pssh-details__psd h1 {
  font-size: 45px;
}
.page--services .section--hero .pssh-details__psd p {
  max-width: 570px;
}
@media (max-width: 992px) {
  .page--services .section--hero .pssh-details__psd {
    align-items: center;
  }
  .page--services .section--hero .pssh-details__psd h1, .page--services .section--hero .pssh-details__psd p {
    text-align: center;
  }
}
@media (max-width: 592px) {
  .page--services .section--hero .pssh-details__psd h1 {
    font-size: 35px;
  }
}
.page--services .section--hero .pssh-image {
  width: 50%;
  height: 100%;
  position: relative;
}
.page--services .section--hero .pssh-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page--services .section--hero .pssh-image::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(80deg, #fff 20%, rgba(255, 255, 255, 0));
}
@media (max-width: 992px) {
  .page--services .section--hero .pssh-details {
    width: 100%;
    justify-content: center;
  }
  .page--services .section--hero .pssh-image {
    width: 100%;
    z-index: -1;
    position: absolute;
  }
}
@media (max-width: 592px) {
  .page--services .section--hero {
    height: 500px;
  }
}
.page--services .section--our-services {
  max-width: 1350px;
  margin: 0 auto;
  padding-inline: 1rem;
  padding-top: 5rem;
  padding-bottom: 7rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  gap: 3rem;
}
.page--services .section--our-services .service--box {
  display: flex;
  flex-direction: column;
  max-width: 400px;
}
.page--services .section--our-services .service--box__image {
  max-width: 400px;
  height: 250px;
  border: 4px solid #0B95D0;
  border-radius: 6px;
  margin-bottom: 2rem;
  position: relative;
}
.page--services .section--our-services .service--box__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.page--services .section--our-services .service--box__image div {
  padding: 0.6rem;
  padding-right: 1rem;
  background-color: #0B95D0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-right-radius: 6px;
}
.page--services .section--our-services .service--box__image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 250px;
  background-color: #0B95D0;
  z-index: -1;
  border-radius: 6px;
  bottom: -0.9rem;
  right: -0.9rem;
}
@media (max-width: 592px) {
  .page--services .section--our-services .service--box__image {
    max-width: 592px;
  }
}
.page--services .section--our-services .service--box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 13px;
}
@media (max-width: 592px) {
  .page--services .section--our-services .service--box {
    max-width: 592px;
  }
}
@media (max-width: 992px) {
  .page--services .section--our-services {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 592px) {
  .page--services .section--our-services {
    grid-template-columns: 1fr;
  }
}
.page--services .section--cta {
  width: 100%;
  height: 387px;
  background-color: #212830;
  display: flex;
  position: relative;
  overflow: hidden;
}
.page--services .section--cta .cta-img {
  width: 40%;
  height: 100%;
  overflow: hidden;
}
.page--services .section--cta .cta-img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 992px) {
  .page--services .section--cta .cta-img {
    display: none;
  }
}
.page--services .section--cta .cta-details {
  width: 60%;
  padding: 3rem;
}
.page--services .section--cta .cta-details .cta-details-main {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding: 2rem 0;
  gap: 1rem;
  position: relative;
  max-width: 60vw;
}
.page--services .section--cta .cta-details .cta-details-main h2 {
  position: relative;
  z-index: 2;
  max-width: 645px;
}
.page--services .section--cta .cta-details .cta-details-main p {
  max-width: 570px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 3%;
  position: relative;
  z-index: 2;
}
.page--services .section--cta .cta-details .cta-details-main #cta-vector {
  position: absolute;
  width: 39rem;
  right: -11rem;
  bottom: -7rem;
  z-index: 1;
}
@media (max-width: 1600px) {
  .page--services .section--cta .cta-details .cta-details-main #cta-vector {
    width: 35vw;
  }
}
@media (max-width: 992px) {
  .page--services .section--cta .cta-details .cta-details-main #cta-vector {
    width: 70vw;
    right: -12em;
  }
}
@media (max-width: 592px) {
  .page--services .section--cta .cta-details .cta-details-main #cta-vector {
    width: 85vw;
    right: -8em;
  }
}
@media (max-width: 992px) {
  .page--services .section--cta .cta-details .cta-details-main {
    padding: 1rem;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .page--services .section--cta .cta-details {
    padding: 1rem;
    width: 100%;
  }
}

.page--projects {
  padding-top: 4.5rem;
}
.page--projects .section--hero {
  width: 100%;
  height: 450px;
  position: relative;
  display: flex;
  gap: 1rem;
}
.page--projects .section--hero .pssh-details {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-inline: 1rem;
}
.page--projects .section--hero .pssh-details__psd {
  max-width: 650px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.page--projects .section--hero .pssh-details__psd h1 {
  font-size: 45px;
}
.page--projects .section--hero .pssh-details__psd p {
  max-width: 570px;
}
@media (max-width: 992px) {
  .page--projects .section--hero .pssh-details__psd {
    align-items: center;
  }
  .page--projects .section--hero .pssh-details__psd h1, .page--projects .section--hero .pssh-details__psd p {
    text-align: center;
  }
}
@media (max-width: 592px) {
  .page--projects .section--hero .pssh-details__psd h1 {
    font-size: 35px;
  }
}
.page--projects .section--hero .pssh-image {
  width: 50%;
  height: 100%;
  position: relative;
}
.page--projects .section--hero .pssh-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page--projects .section--hero .pssh-image::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(80deg, #fff 20%, rgba(255, 255, 255, 0));
}
@media (max-width: 992px) {
  .page--projects .section--hero .pssh-details {
    width: 100%;
    justify-content: center;
  }
  .page--projects .section--hero .pssh-image {
    width: 100%;
    z-index: -1;
    position: absolute;
  }
}
@media (max-width: 592px) {
  .page--projects .section--hero {
    height: 500px;
  }
}
.page--projects .section--all-projects {
  max-width: 1350px;
  margin: 0 auto;
  padding-top: 7rem;
  padding-bottom: 12rem;
  padding-inline: 1rem;
  display: grid;
  gap: 2rem;
  row-gap: 4rem;
  grid-template-columns: 1fr 1fr 1fr;
}
.page--projects .section--all-projects .prj-box {
  max-width: 400px;
}
.page--projects .section--all-projects .prj-box .image {
  height: 250px;
  border-radius: 6px;
  margin-bottom: 1.6rem;
}
.page--projects .section--all-projects .prj-box .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.page--projects .section--all-projects .prj-box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 13px;
}
@media (max-width: 592px) {
  .page--projects .section--all-projects .prj-box {
    max-width: 590px;
  }
}
@media (max-width: 992px) {
  .page--projects .section--all-projects {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 592px) {
  .page--projects .section--all-projects {
    grid-template-columns: 1fr;
  }
}
.page--projects .section--cta {
  width: 100%;
  height: 387px;
  background-color: #212830;
  display: flex;
  position: relative;
  overflow: hidden;
}
.page--projects .section--cta .cta-img {
  width: 40%;
  height: 100%;
  overflow: hidden;
}
.page--projects .section--cta .cta-img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 992px) {
  .page--projects .section--cta .cta-img {
    display: none;
  }
}
.page--projects .section--cta .cta-details {
  width: 60%;
  padding: 3rem;
}
.page--projects .section--cta .cta-details .cta-details-main {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding: 2rem 0;
  gap: 1rem;
  position: relative;
  max-width: 60vw;
}
.page--projects .section--cta .cta-details .cta-details-main h2 {
  position: relative;
  z-index: 2;
  max-width: 645px;
}
.page--projects .section--cta .cta-details .cta-details-main p {
  max-width: 570px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 3%;
  position: relative;
  z-index: 2;
}
.page--projects .section--cta .cta-details .cta-details-main #cta-vector {
  position: absolute;
  width: 39rem;
  right: -11rem;
  bottom: -7rem;
  z-index: 1;
}
@media (max-width: 1600px) {
  .page--projects .section--cta .cta-details .cta-details-main #cta-vector {
    width: 35vw;
  }
}
@media (max-width: 992px) {
  .page--projects .section--cta .cta-details .cta-details-main #cta-vector {
    width: 70vw;
    right: -12em;
  }
}
@media (max-width: 592px) {
  .page--projects .section--cta .cta-details .cta-details-main #cta-vector {
    width: 85vw;
    right: -8em;
  }
}
@media (max-width: 992px) {
  .page--projects .section--cta .cta-details .cta-details-main {
    padding: 1rem;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .page--projects .section--cta .cta-details {
    padding: 1rem;
    width: 100%;
  }
}

.page--serviced-detail {
  padding-top: 4.5rem;
}
.page--serviced-detail .section--hero {
  width: 100%;
  height: 400px;
  background-image: url("../../images/serv-detail-img.png");
  background-position: center;
  background-size: cover;
  position: relative;
}
.page--serviced-detail .section--content {
  width: 100%;
  position: relative;
}
.page--serviced-detail .section--content__title {
  position: absolute;
  width: 750px;
  height: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  top: -5rem;
  transform: translateX(-50%);
  left: 50%;
}
.page--serviced-detail .section--content__title h1 {
  margin: 0;
  font-size: 40px;
  text-align: center;
}
@media (max-width: 992px) {
  .page--serviced-detail .section--content__title {
    width: 90%;
    height: auto;
    padding: 60px 3rem;
  }
  .page--serviced-detail .section--content__title h1 {
    font-size: 30px;
  }
}
@media (max-width: 492px) {
  .page--serviced-detail .section--content__title {
    padding: 60px 2rem;
  }
  .page--serviced-detail .section--content__title h1 {
    font-size: 25px;
  }
}
.page--serviced-detail .section--content--main {
  max-width: 990px;
  margin: 0 auto;
  padding: 112px 1rem;
  padding-top: 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page--serviced-detail .section--content--main h2 {
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 500;
  text-align: center;
}
.page--serviced-detail .section--content--main p {
  line-height: 150%;
  margin-bottom: 20px;
}
.page--serviced-detail .section--content--main .srv-vec {
  position: absolute;
  z-index: -1;
  top: -30rem;
  right: -45rem;
  opacity: 0.8;
  rotate: -160deg;
}
.page--serviced-detail .section--recommendation {
  max-width: 1350px;
  margin: 0 auto;
  padding-inline: 1rem;
  padding-top: 5rem;
  padding-bottom: 7rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
}
.page--serviced-detail .section--recommendation__con {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  gap: 3rem;
}
.page--serviced-detail .section--recommendation__con .service--box {
  display: flex;
  flex-direction: column;
  max-width: 400px;
}
.page--serviced-detail .section--recommendation__con .service--box__image {
  max-width: 400px;
  height: 250px;
  border: 4px solid #0B95D0;
  border-radius: 6px;
  margin-bottom: 2rem;
  position: relative;
}
.page--serviced-detail .section--recommendation__con .service--box__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.page--serviced-detail .section--recommendation__con .service--box__image div {
  padding: 0.6rem;
  padding-right: 1rem;
  background-color: #0B95D0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-right-radius: 6px;
}
.page--serviced-detail .section--recommendation__con .service--box__image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 250px;
  background-color: #0B95D0;
  z-index: -1;
  border-radius: 6px;
  bottom: -0.9rem;
  right: -0.9rem;
}
@media (max-width: 592px) {
  .page--serviced-detail .section--recommendation__con .service--box__image {
    max-width: 592px;
  }
}
.page--serviced-detail .section--recommendation__con .service--box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 13px;
}
@media (max-width: 592px) {
  .page--serviced-detail .section--recommendation__con .service--box {
    max-width: 592px;
  }
}
@media (max-width: 992px) {
  .page--serviced-detail .section--recommendation__con {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 592px) {
  .page--serviced-detail .section--recommendation__con {
    grid-template-columns: 1fr;
  }
}
.page--serviced-detail .section--cta {
  width: 100%;
  height: 387px;
  background-color: #212830;
  display: flex;
  position: relative;
  overflow: hidden;
}
.page--serviced-detail .section--cta .cta-img {
  width: 40%;
  height: 100%;
  overflow: hidden;
}
.page--serviced-detail .section--cta .cta-img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 992px) {
  .page--serviced-detail .section--cta .cta-img {
    display: none;
  }
}
.page--serviced-detail .section--cta .cta-details {
  width: 60%;
  padding: 3rem;
}
.page--serviced-detail .section--cta .cta-details .cta-details-main {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding: 2rem 0;
  gap: 1rem;
  position: relative;
  max-width: 60vw;
}
.page--serviced-detail .section--cta .cta-details .cta-details-main h2 {
  position: relative;
  z-index: 2;
  max-width: 645px;
}
.page--serviced-detail .section--cta .cta-details .cta-details-main p {
  max-width: 570px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 3%;
  position: relative;
  z-index: 2;
}
.page--serviced-detail .section--cta .cta-details .cta-details-main #cta-vector {
  position: absolute;
  width: 39rem;
  right: -11rem;
  bottom: -7rem;
  z-index: 1;
}
@media (max-width: 1600px) {
  .page--serviced-detail .section--cta .cta-details .cta-details-main #cta-vector {
    width: 35vw;
  }
}
@media (max-width: 992px) {
  .page--serviced-detail .section--cta .cta-details .cta-details-main #cta-vector {
    width: 70vw;
    right: -12em;
  }
}
@media (max-width: 592px) {
  .page--serviced-detail .section--cta .cta-details .cta-details-main #cta-vector {
    width: 85vw;
    right: -8em;
  }
}
@media (max-width: 992px) {
  .page--serviced-detail .section--cta .cta-details .cta-details-main {
    padding: 1rem;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .page--serviced-detail .section--cta .cta-details {
    padding: 1rem;
    width: 100%;
  }
}

.page--project-detail {
  padding-top: 4.5rem;
}
.page--project-detail .section--hero {
  width: 100%;
  height: 400px;
  background-image: url("../../images/prj-detail.png");
  background-position: center;
  background-size: cover;
  position: relative;
}
.page--project-detail .section--content {
  width: 100%;
  position: relative;
}
.page--project-detail .section--content--main {
  max-width: 1150px;
  margin: 0 auto;
  padding: 112px 1rem;
  padding-top: 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page--project-detail .section--content--main__pre-title {
  font-family: "Inter", sans-serif;
  text-align: center;
}
.page--project-detail .section--content--main__label {
  max-width: 728px;
  margin-top: 25px;
  text-align: center;
}
.page--project-detail .section--content--main h1 {
  margin: 0;
  font-size: 40px;
  text-align: center;
}
.page--project-detail .section--content--main h2 {
  font-size: 35px;
  margin-bottom: 25px;
  font-weight: 500;
  text-transform: none !important;
}
.page--project-detail .section--content--main p {
  line-height: 150%;
  margin-bottom: 20px;
}
.page--project-detail .section--content--main--abt {
  margin-top: 80px;
  align-items: flex-start;
  display: flex;
  width: 100%;
  gap: 40px;
  justify-content: space-between;
}
.page--project-detail .section--content--main--abt .ppd-s-c-m-a-detail p {
  max-width: 550px;
  line-height: 150%;
}
@media (max-width: 992px) {
  .page--project-detail .section--content--main--abt {
    flex-direction: column-reverse;
    align-items: center;
  }
  .page--project-detail .section--content--main--abt .ppd-s-c-m-a-img {
    width: 100%;
  }
  .page--project-detail .section--content--main--abt .ppd-s-c-m-a-img img {
    width: 100%;
  }
  .page--project-detail .section--content--main--abt .ppd-s-c-m-a-detail p {
    max-width: 950px;
    line-height: 150%;
  }
}
.page--project-detail .section--content--main .srv-vec {
  position: absolute;
  z-index: -1;
  top: -30rem;
  right: -45rem;
  opacity: 0.8;
  rotate: -160deg;
}
.page--project-detail .section--process {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 112px 1rem;
  padding-top: 50px;
}
.page--project-detail .section--process h2 {
  text-transform: none;
  margin-bottom: 6rem;
}
.page--project-detail .section--process .ppd-p-box {
  width: 100%;
  display: grid;
  grid-template-columns: 100px 40% 60%;
  gap: 50px;
  padding: 0rem 0rem 2.5rem 0rem;
  border-bottom: 1px solid #D0D0D0;
  margin-top: 3rem;
}
.page--project-detail .section--process .ppd-p-box .numbering-box {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background-color: #212830;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
.page--project-detail .section--process .ppd-p-box .numbering-box::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: -4px;
  left: -4px;
  background-color: #0B95D0;
  border-radius: 4px;
  z-index: -1;
}
.page--project-detail .section--process .ppd-p-box h3 {
  font-size: 20px;
}
.page--project-detail .section--process .ppd-p-box p {
  max-width: 570px;
}
@media (max-width: 992px) {
  .page--project-detail .section--process .ppd-p-box {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .page--project-detail .section--process .ppd-p-box h3 {
    margin-top: 1rem;
  }
  .page--project-detail .section--process .ppd-p-box p {
    max-width: 870px;
  }
}
@media (max-width: 992px) {
  .page--project-detail .section--process {
    align-items: flex-start;
  }
  .page--project-detail .section--process h2 {
    margin-bottom: 2rem;
  }
}
.page--project-detail .section--recommendation {
  max-width: 1350px;
  margin: 0 auto;
  padding-inline: 1rem;
  padding-top: 5rem;
  padding-bottom: 7rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
}
.page--project-detail .section--recommendation__con {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  gap: 3rem;
}
.page--project-detail .section--recommendation__con .prj-box {
  max-width: 400px;
}
.page--project-detail .section--recommendation__con .prj-box .image {
  height: 250px;
  border-radius: 6px;
  margin-bottom: 1.6rem;
}
.page--project-detail .section--recommendation__con .prj-box .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.page--project-detail .section--recommendation__con .prj-box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 13px;
}
@media (max-width: 592px) {
  .page--project-detail .section--recommendation__con .prj-box {
    max-width: 590px;
  }
}
@media (max-width: 992px) {
  .page--project-detail .section--recommendation__con {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 592px) {
  .page--project-detail .section--recommendation__con {
    grid-template-columns: 1fr;
  }
}
.page--project-detail .section--cta {
  width: 100%;
  height: 387px;
  background-color: #212830;
  display: flex;
  position: relative;
  overflow: hidden;
}
.page--project-detail .section--cta .cta-img {
  width: 40%;
  height: 100%;
  overflow: hidden;
}
.page--project-detail .section--cta .cta-img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 992px) {
  .page--project-detail .section--cta .cta-img {
    display: none;
  }
}
.page--project-detail .section--cta .cta-details {
  width: 60%;
  padding: 3rem;
}
.page--project-detail .section--cta .cta-details .cta-details-main {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding: 2rem 0;
  gap: 1rem;
  position: relative;
  max-width: 60vw;
}
.page--project-detail .section--cta .cta-details .cta-details-main h2 {
  position: relative;
  z-index: 2;
  max-width: 645px;
}
.page--project-detail .section--cta .cta-details .cta-details-main p {
  max-width: 570px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 3%;
  position: relative;
  z-index: 2;
}
.page--project-detail .section--cta .cta-details .cta-details-main #cta-vector {
  position: absolute;
  width: 39rem;
  right: -11rem;
  bottom: -7rem;
  z-index: 1;
}
@media (max-width: 1600px) {
  .page--project-detail .section--cta .cta-details .cta-details-main #cta-vector {
    width: 35vw;
  }
}
@media (max-width: 992px) {
  .page--project-detail .section--cta .cta-details .cta-details-main #cta-vector {
    width: 70vw;
    right: -12em;
  }
}
@media (max-width: 592px) {
  .page--project-detail .section--cta .cta-details .cta-details-main #cta-vector {
    width: 85vw;
    right: -8em;
  }
}
@media (max-width: 992px) {
  .page--project-detail .section--cta .cta-details .cta-details-main {
    padding: 1rem;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .page--project-detail .section--cta .cta-details {
    padding: 1rem;
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
