@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* @import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"); */

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Karla", sans-serif;
        font-family: "Bodoni Moda", serif; */
  /* font-family: "Libre Baskerville", serif; */

  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  /* letter-spacing: 0.5px; */
}
body {
  font-family: "Montserrat", sans-serif;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #333;
}

html {
  scrollbar-gutter: stable;
}
.nav-link {
  font-weight: 500 !important;
  letter-spacing: 1px;
}

.heroVideo {
  min-height: calc(100vh);
  /* overflow: hidden; */
  /* margin-top: 81px; */
  /* overflow: hidden; */
  box-sizing: border-box;
  text-align: center;
  /* background-color: #000; */
}
.heroVideo video {
  /* width: 100%;
  height: 100%; */
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  z-index: -1; /* Send the video to the background */
  transform: translate(-50%, -50%); /* Center the video */
  object-fit: fill; /* Ensures the video covers the area without distortion */
}
.mute-toggle {
  position: absolute;
  bottom: 20px;
  right: 30px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  font-size: 14px;
  padding: 10px 10px;
  border-radius: 100%;
  cursor: pointer;
  z-index: 99;
  display: flex;
  justify-content: center;
  width: 36px;
  height: 36px;
}
.mute-toggle i {
  align-self: center;
}

.mute-toggle:hover {
  background: rgba(0, 0, 0, 0.8);
}
.navbar-brand img {
  width: 150px;
}
footer .widget img {
  width: 150px;
}

.navbar-nav {
}
.btn-outline-primary {
  border-radius: 0 !important;
  padding: 0.4rem 4rem;
}

/* About Page */

.marquee {
  overflow: hidden;
  background: #000; /* optional */
  color: #fff; /* optional */
  height: 60px; /* adjust as needed */
  display: flex;
  align-items: center;
}

.marquee__track {
  display: flex;
  width: max-content;
  white-space: nowrap;
  animation: scroll var(--duration, 10s) linear infinite;
}

.marquee__inner {
  display: inline-block;
  padding-inline: 1.25rem;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  } /* moves by one copy's width */
}

.spclItem {
  width: 55%;
  margin-left: auto;
  margin-right: -30%;
  margin-top: -55%;
}
.speclAbout {
  background-color: #000;
  padding: 0 30px 30px 30px;
}
.speclAbout .container-fluid {
  background-color: #fff;
}
.speclAbout h2 {
  font-size: 3rem;
  line-height: 1;
  font-weight: normal;
}
.speclAbout .spclPara {
  padding: 20px 0 0 20px;
}
.speclAbout img {
  max-width: 100%;
}
.speclAbout .item {
  width: 50%;
  display: inline-block;
}
.speclAbout .item img {
  width: 99%;
}
.speclAbout .item img:last-child {
  margin-left: 1%;
}

.team {
  background-color: #d9d9d9;
}
.vFlex {
  display: flex;
  flex-direction: column; /* Arrange children vertically */
  justify-content: space-between; /* Push first to top, last to bottom */
}
.w50 {
  max-width: 60%;
}
.w90 {
  max-width: 90%;
}
.teamName {
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 400 !important;
}
.designigation {
  text-align: right;
  display: block;
}
.team img {
  max-width: 100%;
}



.cardNew{
            background-color:#ccc;
            padding-top: 70px;
            -webkit-border-top-right-radius: 100px;
-moz-border-radius-topright: 100px;
border-top-right-radius: 100px;
justify-content: space-between;
    display: flex;
    flex-direction: column;
          }
          .cardNew .card-body{
            padding: 0 16px 32px 16px;
          }
          .cardNew .card-body.revercePad{
            padding: 48px 16px 16px 16px;
          }
          .cardNew .card-body p{
            max-width: 99%;
          }
          .cardNew .card-body h4{
           text-align: right;
           font-size: 1.7rem;
          }
          .cardfoo{
            background-color:#000;
            display:flex;
            justify-content: space-between;
            color:#fff;
            padding: 30px 16px 16px 16px;
          }
          .cardfoo p{
            font-weight: normal;
          }
          .numberNew{
            color:#fff;
          }
          .cardfoo .reveal-split .word{
            color:#fff
          }




          
  .cardNew .read-more-content {
    display: none;
  }

  .cardNew .read-more-toggle {
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none;
    margin-left: 4px;
  }

  .cardNew input.read-more-check {
    display: none;
  }

  .cardNew input.read-more-check:checked ~ .read-more-content {
    display: inline;
  }

  .cardNew input.read-more-check:checked ~ .read-more-toggle::after {
    content: " Read Less...";
  }

  .cardNew .read-more-toggle::after {
    content: " Read More...";
  }


#projects .swiper-controls {
  position: absolute !important;
  pointer-events: none;
  width: 100px;
  height: 100px;
  top: 100%;
  left: auto;
  right: 0;
}
#projects .swiper-controls .swiper-navigation .swiper-button {
  left: 0;
}
#projects
  .swiper-controls
  .swiper-navigation
  .swiper-button.swiper-button-next {
  right: 0;
  left: auto;
}

#projects .swiper-controls .swiper-navigation .swiper-button {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}




/* Projects */
.projectTitle {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  margin: 0;
  color: #fff;
  font-size: 14px;
}
.projectTitle::after {
  content: "\ec5b";
  font-family: "Unicons" !important;
  position: absolute;
  right: 15px;
  font-weight: 100;
  font-size: 25px;
  margin-top: -3px;
}

.projectItem h3 {
  font-size: 60px;
  /* line-height: normal;
        font-weight: 300; */
}

.reveal-split {
  display: block; /* needed so clip-path applies cleanly */
  will-change: transform;
  font-weight: 600;
  line-height: 1.3;
  /* font-size: 3rem;
  letter-spacing: -0.01em;
  max-width: 800px;
  text-align: left; */
}

/* SplitType adds these classes */
.reveal-split .line {
  display: block; /* ensure each line is a block for masking */
  overflow: hidden; /* hide words moving up inside */
}

.reveal-split .word {
  display: inline-block;
  overflow: hidden; /* lets y-translate work cleanly */
  vertical-align: top;
}
.reveal-split .char {
  display: inline-block;
}
/* Single Project */

h1.singleprojectTitle {
  font-size: 3.4rem;
  line-height: normal;
}
.project-banner video {
  width: 100%;
  height: auto;
}
.projectDetails {
  margin-bottom: 30px;
}
.detailItem {
  display: flex;
  border-bottom: 1px solid #000;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
}
.detailItem:first-child {
  border-top: 1px solid #000;
  padding-top: 10px;
}
.detailLabel {
  width: 35%;
}
.detailValue {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 65%;
}

/* Portfolio */
.projectItem {
  margin-bottom: 60px;
}
.projectItem img {
  width: 100%;
  height: auto;
}

.text-right {
  text-align: right;
}
h2.display-4.specialHead {
  position: relative;
  margin-bottom: -30px !important;
}
.specialHead span {
  margin-left: -70px;
  margin-bottom: 40px;
}
.specialHead span::after {
  content: "";
  position: absolute;
  /* width: 100%; */
  height: 1px;
  top: 48px;
  left: 24%;
  background-color: #000;
  right: 0;

  background-color: #000;
}

.speclText {
  position: absolute;
  display: block;
  right: 0%;
  bottom: 0;
  width: 64%;
  font-size: 1.1rem;
  margin-top: 0;
}
.speclText::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  height: 1px;
  background-color: #000;
  right: 150px;
  display: block;
}

h2.display-4 {
  font-size: 3rem;
  font-weight: normal;
}
/* FOOTER */

.footer {
  padding: 50px 0 30px 0;

  font-size: 11px;
  display: flex;
  justify-content: center;
  gap: 30px;
  /* margin-bottom: 300px; */

  width: 94%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  margin-right: -50px;
}
#fooCopyRight {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  padding-bottom: 30px;
  /* text-align: center; */
  font-size: 12px;
}
.fooBrand {
  text-align: right;
}
.fooBrand a {
  text-decoration: none;
  font-weight: 600;
  color: #000;
}

.footer-section {
  margin: 10px 0;
  position: relative;
  min-width: 150px;
  flex: 1;
  /* text-align: center; */
}

.footer-link {
  cursor: pointer;
  font-size: 14px;
  margin: 10px 0;
  display: inline-block;
  position: relative;
}

.footer-link .toggle {
  margin-left: 10px;
  transition: transform 0.3s ease;
  display: inline-block;
}

.sub-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  opacity: 0;
}
.sub-content a {
  color: #000;
}
.address {
  transition: all 0.5s ease;
  /* opacity: 0; */
}
.sub-content p {
  margin: 0;
  padding: 0;
}
.emailLabel {
  min-width: 85px;
  display: inline-block;
}
.sub-content p a {
  color: #000;
}
#socialSection p {
  padding-bottom: 5px;
}
#socialSection p a {
}
#socialSection p svg {
  width: 7px;
  height: auto;
  padding-left: 1px;
}
#fooAbout .social {
  margin: 30px auto 0 auto;
  justify-content: center;
  display: flex;
  gap: 20px;
}
.social i {
  font-size: 18px;
  color: #4a4a4a !important;
}
.sub-content.show {
  max-height: 500px; /* Large enough to hold content */
  opacity: 1;
  /* padding-top: 10px; */
}

.sub-toggle {
  /* color: #00bcd4; */
  cursor: pointer;
  margin-top: 10px;
  font-weight: bold;
}
.detailedAddress {
  max-width: 200px;
}
.detailedAddress strong {
  font-weight: 600;
}

#fooAbout img {
  width: 200px;
  height: auto;
  margin-bottom: 15px;
}
#fooAbout p {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#fooAbout p strong {
  color: #999;
  padding-bottom: 5px;
  display: inline-block;
}
#fooAbout .social {
  margin: 30px auto 0 auto;
  justify-content: center;
}
#fooAbout .borderRight {
  border-right: 1px solid #ccc;
}
.addressDiv {
  display: flex;
  margin-top: 18px;
}
.addressDiv div {
  flex: 1;
}
#abtMenu {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}
#abtMenu li {
  padding-bottom: 10px;
}
#abtMenu li a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
.rowG50 {
  display: flex;
  gap: 50px;
}
.rowG0 {
  display: flex;
  flex-direction: row;
  gap: 0px;
}
.w100 {
  width: 100%;
  height: auto;
}
.col1 {
  width: 8.33%;
}
.col2 {
  width: 20%;
}
.col3 {
  width: 25%;
}
.col4 {
  width: 33.33%;
}
.col5 {
  width: 41.66%;
}
.col6 {
  width: 50%;
}
.col7 {
  width: 58.33%;
}
.col8 {
  width: 66.66%;
}
.col9 {
  width: 75%;
}
.col10 {
  width: 83.33%;
}
.col11 {
  width: 91.66%;
}
.col12 {
  width: 100%;
}

.newFooSection {
  color: #888 !important;
  padding-top: 50px;
}
.newFooSection .text-white {
  color: #777 !important;
}
.newFooSection .sub-content p a,
.newFooSection #abtMenu li a,
.newFooSection .fooBrand a {
  color: #777 !important;
}

.newFooSection h3 {
  color: #999 !important;
}

@media all and (max-width: 768px) {

    .navbar-expand-lg .navbar-brand {
        padding-top: .8rem;
        padding-bottom: .8rem;
    }
    .navbar-brand img {
    width: 106px;
}

  .heroVideo {
    height: auto;
    margin-top: 0px;
    /* overflow: hidden; */
    box-sizing: border-box;
    text-align: center;
    /* background-color: #000; */
  }
  .heroVideo video {
           width: 100%;
        height: auto;
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0px, 0px);
        min-height: auto;
  }
  .contentAbt {
    width: 96%;
    max-width: auto;
    margin: 60px auto 60px auto;
  }
  .heroVideo {
    height: auto;
    min-height: auto;
    position: relative;
  }

  .projectItem h3 {
  font-size: 38px;
  
}
  .row,
  .rowG50 {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .rowG0 {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .col1,
  .col2,
  .col3,
  .col4,
  .col5,
  .col6,
  .col7,
  .col8,
  .col9,
  .col10,
  .col11,
  .col12 {
    width: 100%;
  }
  #clients .rowG50 {
    display: block;
  }
  #clients .rowG50 .col2 {
    width: 48%;
    display: inline-block;
  }
  .footer-section {
    margin: 10px 0;
    position: relative;
    min-width: 20%;
    width: 25%;
  }
  .footer-link .toggle {
    margin-left: 2px;
  }

  .footer {
    padding-left: 20px;
    font-size: 12px;
    display: flex;
    justify-content: flex-start;
    gap: 0;
    margin-bottom: 35px;
    flex-wrap: wrap;
    margin-right: 0;
    width: auto;
  }

  .footer-section {
    margin: 10px 0;
    position: relative;
    min-width: 20%;
    width: 25%;
  }
  #fooCopyRight {
    text-align: center;
  }
  .fooBrand {
    text-align: center;
  }
  .footer-link {
    font-size: 12px;
  }

  #fooAbout .col-md-9 {
    border-right: 0 !important;
  }
  .mobileLM0 {
    margin-left: 0 !important;
  }
  .mobileMB30 {
    margin-bottom: 30px;
  }

  /* About */
  .speclAbout {
    padding: 15px;
  }
  .spclPara {
    padding-left: 0 !important;
  }
  .speclAbout h4 {
    margin-top: 30px;
  }
  .designigation {
    text-align: left;
  }

  /* Mobile Project Details */

  h1.singleprojectTitle {
    font-size: 2rem;
    line-height: 1.2;
  }

  .spclItem {
    margin-left: 45%;
  }
  .specialHead span {
    margin-left: 0;
  }
  .specialHead span::after {
    left: 63%;
  }
  h2.display-4.specialHead {
    margin-bottom: 30px !important;
  }
  .speclText {
    width: 96%;
  }
  .speclText::before {
    right: 125px;
  }
}

/* Slightly move main content */

html.is-changing .transition-main {
  transition: transform 400ms ease-in-out;
}

html.is-animating.is-leaving .transition-main {
  transform: translateY(calc(1 * 5vh * var(--overlay-direction, 1)));
}

html.is-animating.is-rendering .transition-main {
  transform: translateY(calc(-1 * 5vh * var(--overlay-direction, 1)));
}

.transition-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #000;
  opacity: 0;
  transform: translate3d(0, calc(-1 * 100% * var(--overlay-direction, 1)), 0);
  pointer-events: none;
}

html.is-changing .transition-overlay {
  transition: transform 400ms ease-in-out;
  opacity: 1;
}

html.is-animating .transition-overlay {
  transform: translate3d(0, 0, 0);
}

html.is-rendering .transition-overlay {
  transform: translate3d(0, calc(var(--overlay-direction, 1) * 100%), 0);
}

html.to-back {
  /* --overlay-direction: -1; */
}
