html {
  scroll-behavior: smooth; }

body {
  font-family: 'Inter';
  font-optical-sizing: auto;
  font-size: 18px;
  background-image: url("../img/pattern.webp");
  background-position: center center;
  background-repeat: repeat;
  background-size: auto; }

h1, h2, h3, h4, h5 {
  font-family: 'Space Grotesk';
  font-optical-sizing: auto; }

#smooth-wrapper {
  overflow: hidden; }

#smooth-content {
  will-change: transform; }

#preloader {
  position: fixed;
  inset: 0;
  background: #fff;
  /* or your theme color */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999; }

.loader {
  width: 45px;
  height: 45px;
  border: 4px solid #ddd;
  border-top-color: #111;
  border-radius: 50%;
  animation: spin 0.7s linear infinite; }

.char {
  display: inline-block;
  overflow: hidden; }

.word, .char {
  overflow: hidden;
  margin-bottom: -0.1em;
  transform-origin: bottom; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }
body.loading * {
  pointer-events: none;
  /* avoid clicking during preload */ }

.container {
  max-width: 1850px; }

.navigation {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 9999; }

.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px 20px 50px; }

.nav-inner-left a img {
  height: 60px; }

.nav-inner-right {
  display: flex;
  align-items: center; }
  .nav-inner-right ul {
    padding: 0;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    list-style: none; }
    .nav-inner-right ul li {
      display: inline-flex;
      margin-right: 20px; }
      .nav-inner-right ul li.nav-numbr {
        position: relative; }
        .nav-inner-right ul li.nav-numbr::before {
          position: absolute;
          content: "";
          width: 100%;
          height: 1px;
          left: 0;
          bottom: 0;
          background-color: #1c1d20; }
      .nav-inner-right ul li a {
        background-color: #000;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        padding: 2px 15px;
        border-radius: 25px; }
  .nav-inner-right .nav-trigger {
    background-color: #fff;
    border: 1px solid #c2c2c2;
    width: 65px;
    height: 40px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .nav-inner-right .nav-trigger span {
      background-color: #000;
      width: 30px;
      height: 2px;
      display: block;
      margin-top: 2px;
      margin-bottom: 2px; }

.hero-wrap {
  background-color: #f8f8f8;
  background-image: url("../img/hero/hero-bg.webp");
  background-size: cover;
  width: 100%;
  height: 1024px; }

.social-bar-hero {
  position: absolute;
  right: 0;
  bottom: 100px; }
  .social-bar-hero-in {
    display: flex;
    align-items: center;
    transform: rotate(-90deg); }
    .social-bar-hero-in ul {
      padding: 0;
      margin: 0;
      display: flex;
      align-items: center;
      list-style: none; }
      .social-bar-hero-in ul li {
        display: block;
        margin: 0 5px; }
        .social-bar-hero-in ul li a {
          color: #000;
          text-decoration: none; }
    .social-bar-hero-in span {
      display: block;
      margin-left: 80px;
      position: relative;
      text-transform: uppercase; }
      .social-bar-hero-in span::before {
        content: '';
        background-color: #000;
        display: block;
        width: 50px;
        height: 1px;
        left: -67px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute; }

/* Overlay Navigation */
.nav-overlay {
  position: fixed;
  inset: 0;
  background: #1c1d20;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center; }
  .nav-overlay.active {
    opacity: 1;
    visibility: visible; }
  .nav-overlay .nav-overlay-inner {
    display: flex;
    width: 100%;
    height: 100%; }
  .nav-overlay .overlay-left {
    width: 30%;
    background: #000;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .nav-overlay .overlay-left .overlay-logo {
      margin-bottom: 30px; }
      .nav-overlay .overlay-left .overlay-logo a {
        color: #000;
        text-decoration: none; }
        .nav-overlay .overlay-left .overlay-logo a img {
          height: 60px; }
    .nav-overlay .overlay-left .overlay-contact p,
    .nav-overlay .overlay-left .overlay-contact a {
      font-size: 18px;
      line-height: 1.8;
      color: #ccc;
      text-decoration: none;
      margin-bottom: 0; }
    .nav-overlay .overlay-left .overlay-contact a {
      display: block;
      color: #fff;
      font-weight: 600; }
    .nav-overlay .overlay-left .overlay-footer {
      font-size: 12px;
      color: #777; }
      .nav-overlay .overlay-left .overlay-footer p {
        font-size: 14px;
        margin-bottom: 0; }
  .nav-overlay .overlay-right {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .nav-overlay .overlay-right ul {
      list-style: none;
      text-align: left;
      width: 100%;
      padding: 0 0 0 100px; }
      .nav-overlay .overlay-right ul li {
        margin-bottom: 5px; }
        .nav-overlay .overlay-right ul li a {
          text-decoration: none;
          font-size: 48px;
          text-transform: uppercase;
          font-weight: 700;
          color: #fff;
          transition: all 0.3s ease;
          position: relative; }
          .nav-overlay .overlay-right ul li a::after {
            content: '';
            background-color: #00b1a8;
            position: absolute;
            display: block;
            width: 0;
            height: 7px;
            top: 50%;
            transform: translateY(-50%);
            transition: all 0.3s ease; }
          .nav-overlay .overlay-right ul li a:hover {
            color: #00b1a8;
            padding-left: 60px; }
            .nav-overlay .overlay-right ul li a:hover::after {
              width: 40px; }
  .nav-overlay .overlay-close {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 80px;
    height: 80px;
    background: #fff2;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 28px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center; }
    .nav-overlay .overlay-close:hover {
      background: #fff;
      color: #000; }
  @media (max-width: 991px) {
    .nav-overlay .overlay-left {
      display: none; }
    .nav-overlay .overlay-right {
      width: 100%; }
      .nav-overlay .overlay-right ul li a {
        font-size: 22px; } }

.nav-overlay {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease; }

.nav-overlay.active {
  opacity: 1;
  pointer-events: auto; }

.overlay-left {
  transform: translateY(80px);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease; }

.overlay-right {
  transform: translateY(-80px);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease; }

.nav-overlay.active .overlay-left {
  transform: translateY(0);
  opacity: 1; }

.nav-overlay.active .overlay-right {
  transform: translateY(0);
  opacity: 1; }

.overlay-right ul li {
  opacity: 0;
  transform: translateY(-15px);
  transition: opacity 0.5s ease, transform 0.5s ease; }

.nav-overlay.active .overlay-right ul li {
  opacity: 1;
  transform: translateY(0); }

.nav-overlay.active .overlay-right ul li:nth-child(1) {
  transition-delay: 0.15s; }

.nav-overlay.active .overlay-right ul li:nth-child(2) {
  transition-delay: 0.25s; }

.nav-overlay.active .overlay-right ul li:nth-child(3) {
  transition-delay: 0.35s; }

.nav-overlay.active .overlay-right ul li:nth-child(4) {
  transition-delay: 0.45s; }

.nav-overlay.active .overlay-right ul li:nth-child(5) {
  transition-delay: 0.55s; }

.align-end {
  align-items: flex-end; }

.hero-wrap {
  padding-top: 140px; }

.hero-slider {
  width: 100%;
  height: 774px;
  padding-right: 50px;
  position: relative; }
  .hero-slider-box {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .hero-slider-box img {
      width: auto;
      height: 100%; }
  .hero-slider .sli-control {
    background-color: #F3F3F3;
    position: absolute;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center; }
    .hero-slider .sli-control-top {
      left: 0;
      bottom: -50px;
      width: 100px;
      height: 100px; }
      .hero-slider .sli-control-top svg {
        width: 20px;
        transform: rotate(-90deg); }
    .hero-slider .sli-control-bottom {
      right: 50px;
      bottom: -50px;
      width: 100px;
      height: 100px; }
      .hero-slider .sli-control-bottom svg {
        width: 20px;
        transform: rotate(90deg); }

.right-vd {
  background-color: #F3F3F3;
  width: 100%;
  height: auto;
  margin-top: 100px;
  position: relative; }
  .right-vd img {
    width: 100%; }
  .right-vd .ply-btn {
    background: transparent;
    border: 2px solid #fff !important;
    color: #fff;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px; }

.con-ttitle {
  padding-right: 200px; }

.h-fill {
  height: 100%; }

.center-con {
  position: relative; }

.center-con-top {
  position: absolute;
  bottom: 0; }

.archi-tec {
  font-family: 'Space Grotesk';
  font-size: 125px;
  margin-left: -220px; }
  .archi-tec p {
    margin-bottom: 0;
    font-weight: 600;
    position: relative;
    text-transform: uppercase; }
    .archi-tec p span {
      background-color: #000;
      height: 8px;
      width: 130px;
      position: absolute;
      top: 50%;
      margin-left: 10px;
      transform: translateY(-50%); }
    .archi-tec p:first-child {
      margin-bottom: -60px; }

.text-fade-up {
  display: inline-block; }

.fade-up-wrapper {
  overflow: hidden;
  /* mask reveal */
  display: inline-block;
  /* keeps it tight */
  margin-bottom: 20px; }
  .fade-up-wrapper p {
    font-family: 'Space Grotesk';
    font-size: 24px;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 0; }

.archi-tec p {
  opacity: 0;
  /* so fade actually works */
  transform: translateX(0); }

.cen-con-tp {
  padding-right: 200px;
  margin-bottom: 50px; }

.text-from-right span {
  display: inline-block;
  opacity: 0;
  transform: translateX(5px);
  white-space: pre; }

.cursor-follow {
  width: 40px;
  height: 40px;
  border: 1px solid #333;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 999999; }

.cursor-dot {
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.awd {
  font-family: 'Space Grotesk';
  margin-bottom: -200px; }
  .awd span {
    font-size: 60px;
    font-weight: 600; }
  .awd p {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0; }

.hero-action {
  opacity: 0;
  transform: translateY(20px); }

.hero-action {
  display: flex; }
  .hero-action a {
    margin: 0 5px; }

.home-intro {
  padding: 120px 0 100px 0; }

.parallax-container {
  overflow: hidden;
  position: relative; }

.parallax-img {
  width: 110% !important;
  /* gives room for movement */
  will-change: transform;
  display: block;
  margin-top: -5%; }

.img-has-slider {
  position: relative;
  height: 620px;
  overflow: hidden; }
  .img-has-slider:hover .img-has-slider-control {
    opacity: 1; }

.img-has-slider-control {
  background-color: #000;
  color: #fff;
  border: none;
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  bottom: 0;
  opacity: 0;
  transition: all 0.6s ease; }

.home-intro-lef {
  opacity: 0;
  transform: translateY(20px); }

.home-intro-righ {
  opacity: 0;
  transform: translateY(20px); }

.core-ser {
  opacity: 0;
  transform: translateY(20px); }

.our-works-action {
  opacity: 0;
  transform: translateY(20px); }

.sl-control button {
  display: none !important; }

.ihs-left {
  left: 0; }

.ihs-right {
  right: 0; }

.fade-mask {
  overflow: hidden;
  display: inline-block;
  /* keeps mask tight to text */
  height: 72px;
  overflow: hidden; }

.reveal-mask {
  overflow: hidden;
  display: inline-block; }

.bloq-title-2-wrap p {
  display: inline-block;
  margin-bottom: 0; }

.bloq-title {
  max-width: 600px;
  width: 100%; }
  .bloq-title h2 {
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
    opacity: 1;
    transform: translateY(20px); }
    .bloq-title h2::after {
      content: '';
      background-color: #000;
      width: 100px;
      height: 1px;
      display: block;
      position: absolute;
      top: 50%;
      right: -120px;
      transform: translateY(-50%); }
  .bloq-title p {
    font-family: 'Space Grotesk';
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 18px;
    line-height: 0.9; }

.home-intro-righ-title {
  padding-left: 150px; }
  .home-intro-righ-title h4 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600; }
    .home-intro-righ-title h4 span {
      color: #00b1a8; }
  .home-intro-righ-title p {
    margin-bottom: 0; }

.home-intro-righ {
  padding-left: 48px; }

.home-intro-lef a, .home-intro-righ a {
  text-decoration: none;
  color: #000; }

.home-intro-lef-img img {
  width: 100%; }
.home-intro-lef-img h4 {
  display: block;
  font-size: 22px;
  margin-bottom: 0px;
  margin-top: 20px;
  text-transform: uppercase; }
.home-intro-lef-img p {
  font-size: 14px; }

.home-intro-righ-img img {
  width: 100%; }
.home-intro-righ-img h4 {
  display: block;
  font-size: 22px;
  margin-bottom: 0px;
  margin-top: 20px;
  text-transform: uppercase; }
.home-intro-righ-img p {
  font-size: 14px; }

.hm-in-top-gap {
  margin-top: 50px; }

.abt-con {
  padding-right: 70px; }
  .abt-con img {
    width: 100%; }
  .abt-con h2 {
    display: block;
    font-size: 22px;
    margin-bottom: 0px;
    margin-top: 20px;
    text-transform: uppercase; }
  .abt-con p {
    font-size: 14px;
    margin-bottom: 0; }

.abt-con-dtls {
  padding-right: 70px; }
  .abt-con-dtls span {
    display: block;
    font-family: 'Space Grotesk';
    font-size: 18px;
    text-transform: uppercase;
    position: relative; }
    .abt-con-dtls span::after {
      content: '';
      display: block;
      width: 70px;
      height: 1px;
      background-color: #000;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 120px; }

.abt-con-min {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 70px; }

.abt-con-dtbtm h2 {
  font-size: 60px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  font-weight: 600; }
  .abt-con-dtbtm h2 p {
    margin-bottom: 18px;
    line-height: 0.9; }
.abt-con-dtbtm a {
  margin-top: 40px; }

.why-us {
  padding: 120px 0; }

.line-1-1 {
  line-height: 1.1; }

.why-us-top h2 {
  text-transform: uppercase;
  font-size: 60px;
  margin-bottom: 20px;
  font-weight: 600; }
  .why-us-top h2 p {
    margin-bottom: 18px;
    line-height: 0.9; }

.visi-main-right-pad h2 {
  text-transform: uppercase;
  font-size: 60px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.1; }

.why-us-btm-box {
  margin-top: 25px;
  margin-bottom: 25px; }
  .why-us-btm-box h5 {
    font-size: 100px;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase; }
    .why-us-btm-box h5::after {
      content: '';
      display: block;
      background-color: #000;
      height: 1px;
      width: 100%;
      position: absolute;
      bottom: 0;
      opacity: 0.5; }
  .why-us-btm-box p {
    font-family: 'Space Grotesk';
    font-size: 18px;
    text-transform: uppercase; }

.why-us-img img {
  width: 100%; }
.why-us-img h2 {
  display: block;
  font-size: 22px;
  margin-bottom: 0px;
  margin-top: 20px;
  text-transform: uppercase; }
.why-us-img p {
  font-size: 14px;
  margin-bottom: 0; }

.our-works-left img {
  width: 100%; }
.our-works-left h2 {
  display: block;
  font-size: 22px;
  margin-bottom: 0px;
  margin-top: 20px;
  text-transform: uppercase; }
.our-works-left p {
  font-size: 14px;
  margin-bottom: 0; }

.our-works-right {
  padding-left: 47px; }
  .our-works-right img {
    width: 100%; }
  .our-works-right h2 {
    display: block;
    font-size: 22px;
    margin-bottom: 0px;
    margin-top: 20px;
    text-transform: uppercase; }
  .our-works-right p {
    font-size: 14px;
    margin-bottom: 0; }

.our-works-action {
  margin-top: 70px;
  display: flex;
  justify-content: center; }

.rw-titl {
  display: flex;
  justify-content: center;
  margin-bottom: 50px; }
  .rw-titl h2 {
    font-size: 60px;
    line-height: 0.9; }

.rews-main {
  background-color: #fff;
  padding: 120px 0; }

.revews {
  padding-top: 100px; }
  .revews .rw-wrap {
    display: flex;
    justify-content: center; }
  .revews .rw-center {
    max-width: 900px;
    width: 100%;
    padding: 0 100px; }

.review {
  text-align: center; }
  .review p {
    font-size: 24px; }

.qote {
  display: flex;
  justify-content: center;
  margin-bottom: 50px; }
  .qote img {
    width: 55px; }

.slick-prev {
  left: -200px !important; }

.slick-next {
  right: -200px !important; }

.review-name {
  font-family: 'Space Grotesk';
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  margin-top: 50px; }

.review-place {
  font-family: 'Space Grotesk';
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  opacity: 0.7; }

.stil-img {
  padding-top: 120px;
  padding-bottom: 120px; }

.stil-img-in img {
  width: 100%; }

.mt-80 {
  margin-top: 80px; }

.services {
  padding-bottom: 120px; }

.service-links {
  display: block;
  padding: 0;
  margin: 0; }
  .service-links li {
    list-style: none; }
    .service-links li a {
      color: #000;
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: auto;
      padding-top: 15px;
      padding-bottom: 15px;
      border-top: 1px solid #ccc;
      text-transform: uppercase;
      text-decoration: none;
      transition: all 0.7s ease; }
      .service-links li a p {
        margin-bottom: -5px;
        font-family: 'Space Grotesk';
        font-size: 30px; }
      .service-links li a span {
        font-size: 16px; }
    .service-links li:last-child a {
      border-bottom: 1px solid #ccc; }

.sl-con {
  display: flex;
  align-items: center; }

.sl-con-left {
  margin-right: 60px; }

.service-links li a:hover {
  padding: 15px 30px 15px 30px; }

.cta {
  padding-bottom: 120px; }

.cta-wrap {
  display: flex;
  justify-content: center;
  align-items: center; }

.cta-in {
  max-width: 500px;
  width: 100%;
  text-align: center; }
  .cta-in h4 {
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 30px; }
    .cta-in h4 p {
      margin-bottom: 18px;
      line-height: 0.9; }
  .cta-in p.txt-18 {
    font-size: 18px; }

.cta-btns {
  display: flex;
  justify-content: center;
  margin-top: 40px; }
  .cta-btns a {
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 5px 25px;
    text-decoration: none;
    margin: 0 15px; }

.footer {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px; }

.footer-box h5 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px; }
.footer-box img {
  height: 60px;
  margin-bottom: 30px; }
.footer-box p {
  margin-bottom: 0; }

.foo-social {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0; }
  .foo-social li a {
    color: #000;
    text-decoration: none;
    margin-right: 10px;
    display: inline-block; }

.qlinks {
  padding: 0;
  margin: 0; }
  .qlinks li {
    list-style: none; }
    .qlinks li a {
      opacity: 0.7;
      font-size: 18px;
      color: #000;
      text-decoration: none; }

.adrs-foo {
  padding: 0;
  margin: 0; }
  .adrs-foo li {
    list-style: none;
    line-height: 1.2;
    margin-bottom: 15px;
    opacity: 0.7; }

.wcf-scroll-to-top.scroll-to-circle {
  width: 50px;
  height: 50px; }

.wcf-scroll-to-top.show-scroll-to-top {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

.wcf-scroll-to-top.scroll-to-circle {
  border-radius: 100%; }

.wcf-scroll-to-top {
  bottom: 5px;
  right: 15px;
  width: 50px;
  height: 50px;
  z-index: 9999;
  background-color: #000;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  fill: #fff;
  mix-blend-mode: normal; }

.wcf-scroll-to-top.scroll-to-circle svg.progress-circle path {
  stroke: #ffffff; }

.wcf-scroll-to-top svg.progress-circle path {
  fill: none;
  stroke: #1f2029;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all .2s linear; }

.wcf-scroll-to-top svg {
  width: 1em;
  height: 1em; }

.wcf-scroll-to-top svg.progress-circle path {
  fill: none;
  stroke: #1f2029;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all .2s linear; }

.wcf-scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
    /* transition: all .2s 
linear; */ }

.wcf-scroll-to-top svg.progress-circle {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

.about-img img {
  width: 100%; }

.about-dtls-page {
  padding-left: 70px; }
  .about-dtls-page .span-blq-title {
    background-color: #ededed;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 5px 20px;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600; }
  .about-dtls-page h1 {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 96px;
    line-height: 1; }
    .about-dtls-page h1 p {
      margin-bottom: 18px;
      line-height: 0.9; }

.about-page {
  padding-top: 140px;
  padding-bottom: 120px; }

.abt-right-img {
  position: absolute;
  right: 0;
  bottom: 0; }
  .abt-right-img::after {
    content: '';
    position: absolute;
    background-color: #fdfdfd;
    width: 25px;
    height: 300px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1; }
  .abt-right-img img {
    width: 350px; }

.h1-title-two {
  display: inline-block; }

.about-dtls-page-in {
  padding-right: 450px; }
  .about-dtls-page-in ul {
    display: flex;
    padding: 0;
    margin: 50px 0 0 0;
    list-style: none; }
    .about-dtls-page-in ul li a {
      margin-right: 15px; }

.story-line {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px; }

.story-line-left-title {
  padding-right: 70px;
  margin-bottom: 80px; }
  .story-line-left-title h4 {
    font-size: 60px;
    text-transform: uppercase;
    line-height: 1.1; }

span.color-green {
  color: #00b1a8; }

.color-green {
  color: #00b1a8;
  font-style: normal; }

.story-line-box {
  display: flex;
  flex-wrap: wrap;
  padding-right: 150px; }

.story-line-box-left {
  width: 150px;
  border-right: 1px solid #ccc;
  padding-top: 25px;
  padding-bottom: 25px; }

.story-line-box-small {
  background-color: #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: 'Space Grotesk';
  height: 45px;
  width: 80px; }
  .story-line-box-small .slb-arrow {
    background-color: #ededed;
    position: absolute;
    top: 50%;
    left: 137px;
    transform: translateY(-50%);
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center; }

.story-line-box-right {
  width: calc(100% - 170px);
  padding-left: 70px;
  padding-top: 25px;
  padding-bottom: 25px; }

.story-line-box-right-in {
  background-color: #ededed;
  padding: 25px 30px; }
  .story-line-box-right-in h5 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px; }
  .story-line-box-right-in p {
    margin-bottom: 0; }

.story-action {
  margin-top: 50px; }

.visionphi {
  padding-top: 120px;
  padding-bottom: 120px; }

.visi-left-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-right: 50px; }

.visi-left-left-top {
  width: 100%; }
  .visi-left-left-top img {
    width: 100%; }

.visi-left-left-bottom {
  width: 120px; }
  .visi-left-left-bottom img {
    width: 100%; }

.visi-left-right img {
  width: 100%; }

.visi-main-right {
  padding-left: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }

.visi-main-right-pad {
  padding-right: 100px; }

.visi-main-right-btom {
  display: flex;
  justify-content: flex-end; }

.visi-r-img {
  text-align: right;
  overflow: hidden;
  width: 300px; }
  .visi-r-img img {
    width: 100%; }

.justify-content-control {
  justify-content: space-between; }

.rews-title h2 {
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1.1; }

.rews-ppl {
  margin-bottom: 20px; }
  .rews-ppl ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center; }
    .rews-ppl ul li {
      display: block;
      background-color: #000;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      overflow: hidden;
      margin-left: -10px;
      border: 2px solid #000; }
      .rews-ppl ul li img {
        width: 100%; }
      .rews-ppl ul li:first-child {
        margin-left: 0; }

.rews-rat {
  font-family: 'Space Grotesk';
  text-transform: capitalize;
  font-weight: 600; }

.review-user-wrap {
  display: flex;
  justify-content: center; }

.review-user-in {
  max-width: max-content;
  width: 100%; }

.review-user {
  display: flex;
  align-items: center;
  margin-top: 20px; }

.review-user-left {
  background-color: #000;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  margin-right: 15px;
  overflow: hidden; }
  .review-user-left img {
    width: 100%; }

.review-user-right {
  width: calc(100% - 80px);
  text-align: left; }
  .review-user-right-review-name {
    font-family: 'Space Grotesk';
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    font-weight: 600; }
  .review-user-right-review-place {
    font-family: 'Space Grotesk';
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    opacity: 0.7; }

.cta {
  background-image: url("../img/cta-bg.webp");
  background-size: cover;
  background-position: center center;
  padding-top: 120px;
  padding-bottom: 120px; }

.cta-wrap {
  display: flex;
  justify-content: center; }

.cta-in {
  max-width: 700px;
  text-align: center; }
  .cta-in span.cta-span {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 30px; }
  .cta-in h4 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    line-height: 1.2; }
  .cta-in p {
    color: #fff; }
  .cta-in ul {
    padding: 0;
    margin: 40px 0 0 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center; }
    .cta-in ul li {
      margin: 0 15px; }
      .cta-in ul li a {
        background-color: #fff;
        color: #000;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        padding: 5px 25px;
        text-decoration: none; }

.colord-span {
  color: #00b1a8; }

.service-top {
  padding-top: 200px;
  padding-bottom: 120px; }
  .service-top .service-top-title span.page-span-title {
    background-color: #ededed;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 5px 20px;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600; }
  .service-top .service-top-title h1 {
    font-size: 120px;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 30px; }

.daccordion {
  width: 100%;
  border-top: 1px solid #ddd; }

.daccordion-item {
  border-bottom: 1px solid #ddd;
  overflow: hidden; }

.daccordion-header {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 25px 0;
  cursor: pointer; }

.acc-number {
  font-size: 20px;
  color: #555;
  width: 40px; }

.acc-title {
  flex: 1;
  font-size: 26px;
  text-transform: uppercase; }

.acc-arrow {
  font-size: 22px;
  transition: 0.3s; }

.daccordion-item.active .acc-arrow {
  transform: rotate(90deg); }

.daccordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding-left: 65px; }

.acc-inner {
  display: flex;
  gap: 20px;
  padding: 20px 0; }

.acc-inner img {
  width: 250px;
  height: auto;
  object-fit: cover; }

.acc-text {
  max-width: 500px;
  line-height: 1.5; }
  .acc-text h4 {
    font-size: 22px;
    text-transform: uppercase; }
  .acc-text a {
    color: #000;
    text-decoration: none;
    position: relative; }
    .acc-text a::after {
      position: absolute;
      content: "";
      width: 100%;
      height: 1px;
      bottom: 0;
      left: 0;
      background-color: #121212;
      transition: all 0.3s; }

.our-wi {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px; }

.ourwi-left h2 {
  text-transform: uppercase;
  font-size: 60px;
  margin-bottom: 80px;
  line-height: 1.1; }

.acc-item {
  padding: 25px 25px 25px 50px;
  border-left: 1px solid #ccc; }

.new-accordion .active {
  border-left: 1px solid #000; }

.acc-header {
  cursor: pointer; }

.acc-num {
  color: #999;
  display: block;
  font-size: 20px;
  margin-bottom: 5px; }

.acc-title {
  margin: 0;
  font-size: 24px;
  text-transform: uppercase; }

.acc-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding-right: 30px; }

.acc-content p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.6;
  color: #555; }

/* When open */
.acc-item.active .acc-content {
  padding-top: 10px; }

.our-wi-align-control {
  justify-content: space-between; }

.our-wi-l-img-wrap img {
  width: 100%; }

.our-wi-l-img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }

.our-wi-r-img img {
  width: 100%; }

.single-page-intro {
  padding-top: 200px;
  padding-bottom: 120px; }
  .single-page-intro span.page-span-title {
    background-color: #ededed;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 5px 20px;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600; }
  .single-page-intro h1 {
    font-size: 120px;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 30px; }

.projects-shwocase {
  padding-bottom: 80px; }

/* FILTER BAR */
.portfolio-filter {
  display: flex;
  gap: 25px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 30px; }

.portfolio-filter button {
  border: none;
  background: none;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #555;
  cursor: pointer;
  position: relative; }

.portfolio-filter button.active {
  color: #000;
  font-weight: 600; }

.portfolio-filter button.active::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000; }

/* GRID WRAPPER */
.portfolio-grid {
  margin-top: 40px; }

/* Masonry sizing: grid-sizer defines base width */
.grid-sizer,
.portfolio-item.small {
  width: calc(33.333% - 16px);
  /* 3 columns, 24px gutter = 8px per side */ }

.portfolio-item.wide {
  width: calc(66.666% - 16px); }

/* Even spacing handled by Masonry gutter */
.portfolio-item {
  transition: all 0.3s ease;
  margin-bottom: 50px; }

.portfolio-img {
  height: auto;
  width: 100%;
  margin-bottom: 20px;
  object-fit: cover;
  overflow: hidden; }
  .portfolio-img .portfolio-img-container {
    width: 100%;
    height: 100%; }
    .portfolio-img .portfolio-img-container img {
      width: 100%; }

.portfolio-item h6 {
  font-family: 'Space Grotesk';
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 0.5px; }

.portfolio-item p {
  font-size: 11px;
  color: #888;
  text-transform: uppercase; }

/* Hide items */
.portfolio-item.hide {
  display: none !important; }

/* RESPONSIVE */
@media (max-width: 991px) {
  .grid-sizer,
  .portfolio-item.small {
    width: calc(50% - 12px); }

  .portfolio-item.wide {
    width: calc(100% - 12px); } }
@media (max-width: 767px) {
  .grid-sizer,
  .portfolio-item {
    width: 100%; } }
.contact-us-bloq {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px; }

.buid-it h1 {
  font-size: 80px !important;
  margin-top: 40px; }

.contp {
  margin-top: 30px; }

.contact-info {
  color: #111;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  /* space between each info block */ }

.cont-img img {
  width: 100%; }

.display-block {
  display: block; }

.contact-info .info-item h6 {
  font-family: 'Space Grotesk';
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
  color: #000; }

.contact-info .info-item p {
  font-size: 18px;
  font-weight: 400;
  color: #555;
  line-height: 1.6;
  margin: 0; }

.contact-info .info-item a {
  text-decoration: none;
  color: #555;
  transition: color 0.3s ease; }

.contact-info .info-item a:hover {
  color: #000; }

.contact-form h2 {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 80px; }

/* Form grid */
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px; }

/* Form groups */
.form-group {
  position: relative;
  display: flex;
  flex-direction: column; }

.form-group.full {
  grid-column: 1 / -1;
  /* full width row */ }

.form-group input,
.form-group textarea {
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
  font-size: 16px;
  color: #111;
  background: transparent;
  resize: none;
  width: 100%; }

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #000; }

.form-group label {
  position: absolute;
  top: -18px;
  left: 0;
  font-size: 18px;
  color: #555;
  pointer-events: none;
  text-transform: capitalize; }

/* Submit button */
.form-submit {
  margin-top: 40px;
  text-align: right; }

.form-submit button {
  background: #000;
  color: #fff;
  border: none;
  padding: 18px 36px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.8px;
  cursor: pointer;
  transition: all 0.3s ease; }

.form-submit button:hover {
  background: #333; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr;
    gap: 30px; }

  .form-submit {
    text-align: left; }

  .contact-form h2 {
    font-size: 32px;
    margin-bottom: 40px; } }
.fancy-btn {
  position: relative;
  display: inline-block;
  /* Makes anchor behave like a button */
  overflow: hidden;
  background: #000;
  color: #fff;
  text-decoration: none;
  border: none;
  padding: 18px 25px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  cursor: pointer;
  transition: color 0.3s ease;
  isolation: isolate;
  /* Keeps pseudo-elements contained */
  z-index: 1; }

/* Orange diagonal overlay */
.fancy-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: #00b1a8;
  transform: scale(0) rotate(45deg);
  transform-origin: center;
  transition: transform 0.9s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: -1; }

/* Base black overlay (underneath) */
.fancy-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: #111;
  transform: scale(1) rotate(45deg);
  z-index: -2; }

/* Hover animation */
.fancy-btn:hover::before {
  transform: scale(8) rotate(45deg); }

.fancy-btn:hover {
  color: #fff; }

.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999; }

.video-popup-inner {
  width: 80%;
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.video-popup-inner iframe {
  width: 100%;
  height: 450px;
  border-radius: 10px; }

.close-video {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #fff;
  border: none;
  font-size: 18px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center; }

/*# sourceMappingURL=style.css.map */
