
#main{
width: 100%;
height: auto;
}

section {
  scroll-margin-top: 60px !important; /* Adjust this value to match your navbar height */
}



#main h2 {
  position: relative;
  font-size: 2rem; /* Adjust font size as needed */
  background: linear-gradient(
    90deg,
    rgba(255, 0, 221, 0.2),
    rgba(255, 255, 255, 0.8),
    rgba(255, 0, 221, 0.2)
  ); /* Light sweep gradient */
  background-size: 300% 100%; /* Makes the gradient much larger horizontally */
  background-clip: text; /* Clips the gradient to the text */
  -webkit-background-clip: text; /* Vendor prefix for Safari */
  color: transparent; /* Hide the original text color */
  animation: light-sweep 5s linear infinite alternate; /* Smooth bounce effect */
  overflow: hidden; /* Ensure the effect is confined to the text */
}

/* Animation */
@keyframes light-sweep {
  0% {
    background-position: 100% 50%; /* Start the gradient at the first letter */
  }
  100% {
    background-position: 0% 50%; /* End the gradient at the last letter */
  }
}



.button {
  cursor: pointer;
  font-size: 1.1rem;
  border-radius: 16px;
  border: none;
  padding: 2px;
  background: radial-gradient(circle 80px at 80% -10%, #ffffff, #181b1b);
  position: relative;
  z-index: 1;
}
.button::after {
  content: "";
  position: absolute;
  width: 65%;
  height: 60%;
  border-radius: 120px;
  top: 0;
  right: 0;
  box-shadow: 0 0 20px #ffffff38;
  z-index: -1;
}

.responsive-video {
  width:230%;
  height: auto;
  max-width: 550%;
  object-fit: cover;
  z-index: -2;
  position: relative;
  left: -15%;
  opacity: 1;
}


.blob1 {
  position: absolute;
  width: 70px;
  height: 100%;
  border-radius: 16px;
  bottom: 0;
  left: 0;
  background: radial-gradient(
    circle 60px at 0% 100%,
    #ff008094,
    #ff008080,
    transparent
  );
  box-shadow: -10px 10px 30px #ff008062;
}

.inner {
  padding: 14px 25px;
  border-radius: 14px;
  color: #fff;
  z-index: 2000;
  position: relative;
  background: radial-gradient(circle 80px at 80% -50%, #777777, #0f1111);
}
.inner::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 14px;
  background: radial-gradient(
    circle 60px at 0% 100%,
    #ff008018,
    #ff008018,
    transparent
  );
  position: absolute;
}
.inner a {
  color: inherit; /* Match the button's text color */
  text-decoration: none; /* Remove underline */
  display: inline-block; /* Ensure it's treated as a block for proper clickability */
  z-index: 2001;
  position: relative;
}

.inner a:hover {
  color: #ff007f; /* Highlight color on hover */
}
.button:hover {
    transform: translateY(2px) scale(0.97); 
    box-shadow: 0px 2px 10px rgba(255, 255, 255, 0.3), 0px 1px 5px rgba(0, 0, 0, 0.4);
}
.button:active {
    transform: translateY(4px) scale(0.95);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.6);
}
.inner:hover {
    background: radial-gradient(circle 80px at 50% -10%, #888888, #181b1b);
}

button {
    margin-top: 20px;
}
.col-lg-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.col-lg-6.d-flex {
    justify-content: center;
    align-items: center;
    height: 100%; 
}
.content-layer .row {
    height: 100%; 
}
.text-container {
  display: flex;
  flex-direction: column;
  font-size: 5rem;
  font-weight: 700;
  color: white;
}
.line-1 {
  display: flex;
  align-items: start;
}
.line-2 {
  font-size: 4rem; 
}
.animated-text {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid white;
  width: 8.5ch; 
  text-align: left;
  position: relative;
}


@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 8.5ch;
  }
}

@keyframes erasing {
  from {
    width: 8.5ch; 
  }
  to {
    width: 0;
  }
}

.animated-text.typing {
  animation: typing 2s steps(9, end) forwards;
}

.animated-text.erasing {
  animation: erasing 2s steps(9, end) forwards;
}

@media (max-width: 1629px) {

  .text-container,.line-2 ,.line-2  {
      font-size: 4rem;
  }
  #main h2{
font-size: 1.5rem;
width: 100%;
}

}
@media (max-width: 1422px) {
  .text-container,.line-2  {
      font-size: 3.5rem;
  }
  #main h2{
    font-size: 1.8rem;
  width: 100%;  
  } 
}
@media (max-width: 1300px) {

  .text-container,.line-2  {
      font-size: 3.4rem;
  }
  #main h2{
    font-size: 1.6rem;
  width: 100%;  
  }
     
}
@media (max-width: 1200px) {
  .text-container,.line-2  {
      font-size: 3.3rem;
  }
  #main h2{
    font-size: 1.4rem;
  width: 100%;  
  }
}
@media (max-width: 992px) {
  .text-container,.line-2  {
      font-size: 3.2rem;
  }
  #main h2{
    font-size: 1.2rem;
  width: 100%;  
  }
}
@media (max-width: 768px) {
  .text-container,.line-2  {
      font-size: 3.1rem;
  }
  #main h2{
    font-size: 1.1rem;
  width: 100%;  
  }
}
@media (max-width: 576px) {
  #main{

    height: 90vh;
  }
  .details {
   
    width: 140%; /* Ensure it spans full width */
    margin-left: -50px; /* Move the section closer to the left edge */
    padding-left: 10px; /* Maintain spacing inside the content */
  }

  .text-container, .line-2 {
    font-size: 3rem; /* Adjust font size for mobile screens */
  }

  #main h2 {
    font-size: 1rem;
    width: 100%;
  }

  .responsive-video {
    top: -25%; /* Maintain the video positioning */
  }
}

/* Customer Logos Section */
.logos-grid {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center; 
  column-gap: 100px;
  row-gap: 20px;
  align-items: center;
}
.customer-logos-section {
  position: relative;
  padding: 50px 20px;
  text-align: center;
  border-top: 2px solid rgba(255, 255, 255, 0.418);
  border-radius: 20px;
  overflow: hidden;
  scroll-margin-top: 1000px !important;
  height: auto;
}
.customer-logos-header h3 {
  font-size: 6rem;
  color: #fff;
  margin-bottom: 10px;
}
.customer-logos-header p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}
.logos-grid img {
  width: 15rem; 
  filter: grayscale(90%);
  transition: transform 0.3s ease, opacity 0.3s ease;
  display: block;
  opacity: 1;
}
.customer-icon:hover {
  transform: scale(1.2);
  opacity: 1;
  filter: grayscale(0);
}
.customer-logos-section::before {
  content: "";
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 200px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1629px) {

}
@media (max-width: 768px) {
 
  .logos-grid{
    column-gap: 30px;
  }
  .logos-grid .customer-icon{
    width:7rem ;
  }
  .customer-logos-header h3{
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
.customer-logos-section::before{
  width: 300px;
}
  .logos-grid .customer-icon{
    width:6rem ;
  }
  .logos-grid{

    column-gap: 10px;
  }
}



/*Why Choose us Section */
#whychooseus { 
  height: auto;
  padding: 50px 20px;
  background-color: #101010;
  color: white;

}
.caption {
  margin-bottom: 30px;
}

.why {
  font-size: 10rem;
  font-weight: 700;
  line-height: 1.2; 
  color: white;
  position: relative; 
}

.choose-us {
  font-family: 'Montserrat', sans-serif; 
    font-weight: bold;
    font-style: normal;
  position: absolute;
  bottom: -8%; 
  left: 5%; 
  font-size: 2.6rem;
  font-weight: 500;
  color: white;
}
.caption .subtitle {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 10px;
}
.infographic {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.infographic-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width:100%;
}
.center-items{
  gap: 0 100px;
}
.infographic-item {
  display: flex;
  align-items: center;
  text-align: left;
  width: 70%;
}
.infographic-item h3 {
  color: white;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.infographic-item p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.6;
}
.circle-bg {
  background-color: #FF007F;
  width: 250px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.circle-bg img {
  width: 150%;
  height: 150%;
}
.circle-bg-ce {
  background-color: #FF007F;
  width: 230px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.circle-bg-ce img {
  width: 190%;
  height: 190%;
}
.circle-bg-td {
  background-color: #FF007F;
  width: 240px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  position: relative;
}
.circle-bg-td img {
  width: 180%;
  height: 180%;
}
.circle-bg-ae {
  background-color: #FF007F;
  width: 250px;
  height: 85px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  position: relative;
}
.circle-bg-ae img {
  width: 250%;
  height: 160%;
}
.circle-bg-ees {
  background-color: #FF007F;
  width: 220px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  position: relative;
}
.circle-bg-ees img {
  width: 170%;
  height: 160%;
}
.circle-bg-ce .svg-connector-ce {
  width: 200px;
  height: 265px;
  position: absolute;
  top: 100%; 
  left: 2%;
  transform: translateY(-50%);
}
.svg-connector-ce .connector-path-ce {
  fill: none;
  stroke: #ff007f;
  stroke-width: 8;
  stroke-dasharray: 20, 6;
  stroke-linecap: round; 
}
.circle-bg-td .svg-connector-td {
  width: 300px; 
  height: 100px; 
  position: absolute;
  top: -30%; 
  left: 320%; 
  transform: translateY(-50%) rotate(-180deg);
}
.svg-connector-td .connector-path-td {
  fill: none; 
  stroke: #FF007F; 
  stroke-width: 6;
  stroke-dasharray: 20, 6; 
}
.circle-bg-ae .svg-connector-ae {
  width: 300px; 
  height: 150px;
  position: absolute;
  top: 210%; 
  left: 30%; 
  transform: translateY(-50%) rotate(-180deg); 
}
.svg-connector-ae .connector-path-ae {
  fill: none; 
  stroke: #FF007F; 
  stroke-width: 7;
  stroke-dasharray: 20, 6; 
}

@media (max-width: 1629px) {
  #whychooseus .why {
    font-size: 8rem;
  }
  #whychooseus .choose-us {
    font-size:2.5rem;
    left: 0%;
  }
  #whychooseus .subtitle, #whychooseus .infographic-item h3 {
    font-size: 1rem;
  }
  #whychooseus .infographic-item p {
    font-size: 0.9rem;
  }
  .circle-bg img {
    width: 140%;
    height: 140%;
  }
  .circle-bg-td .svg-connector-td{
    top: -20%; 
    left: 230%; 
  }
  .center-items{
padding-right: 10rem;

  }
}

@media (max-width: 1422px) {
  #whychooseus h1.why {
    font-size: 7rem;
  }
  #whychooseus .choose-us {
    font-size: 2.2rem;
  }
  #whychooseus .subtitle, #whychooseus .infographic-item h3 {
    font-size: 0.95rem;
  }
  #whychooseus .infographic-item p {
    font-size: 0.85rem;
  }
  .circle-bg img {
    width: 130%;
    height: 130%;
  }
}
@media (max-width: 1300px) {
  #whychooseus h1.why {
    font-size: 6rem;
  }
  #whychooseus .choose-us {
    font-size: 2rem;
  }
  #whychooseus .subtitle, #whychooseus .infographic-item h3 {
    font-size: 0.9rem;
  }
  #whychooseus .infographic-item p {
    font-size: 0.8rem;
  }
  .circle-bg img {
    width: 120%;
    height: 120%;
  }
}
@media (max-width: 1200px) {
  #whychooseus{

    margin-bottom: 0;
  }
  #whychooseus h1.why {
    font-size: 5.5rem;

  }
  #whychooseus .choose-us {
    font-size: 1.8rem;
  }
  #whychooseus .subtitle, #whychooseus .infographic-item h3 {
    font-size: 0.85rem;
  }
  #whychooseus .infographic-item p {
    font-size: 0.75rem;
  }
  .circle-bg img {
    width: 110%;
    height: 110%;
  }
}
@media (max-width: 992px) {
  #whychooseus h1.why {
    font-size: 5.3rem;
  }
  #whychooseus .choose-us {
    font-size: 1.5rem;
  }
  #whychooseus .subtitle, #whychooseus .infographic-item h3 {
    font-size: 0.8rem;
  }
  #whychooseus .infographic-item p {
    font-size: 0.7rem;
  }
  .circle-bg img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  #whychooseus {
    padding: 2rem 0;  
    display: flex;
    align-items: start;

  }
  #whychooseus .why {
    font-size: 4rem;
    margin:0 0 1rem 1rem;
  }
  #whychooseus .choose-us {
    font-size: 1.3rem;
    top: 80%;
    left: 8%;
  }
 #whychooseus .infographic-item h3 {
    font-size: 1rem;
    width: 75% !important;
    text-align: start;
  }
  #whychooseus .subtitle{
    font-size: .7rem;
  }

  #whychooseus .infographic-item p {
    font-size: 0.85rem;
  }
  .circle-bg-ce,
  .circle-bg-td,
  .circle-bg-ae,
  .circle-bg-ees {
    width: 150px; 
    height: 30px;
  }
  .ce p{
    width: 100% !important;
  }
  .ees p{
    width: 100% !important;
  }
  .circle-bg-td img,
  .circle-bg-ae img,
  .circle-bg-ees img {
    width: 220%; /* Ensure image scales proportionally */
    height: auto;
  }
  .circle-bg-ce{
    width: 170px; /* Reduced size for smaller screens */
    height:30px;
  }
  .circle-bg-ce img{
    width: 320%; /* Ensure image scales proportionally */
    height: auto;
  }
.infographic{
  gap: 10px;
}

.center-items .info-content{
margin-left: 0 !important;
}
 
  .infographic-row {
    flex-direction: column; 
    align-items: center;
    justify-content: flex-start; 
  }
  .infographic-item.ms-5 {
    margin-left: 0 !important;
  }
  .infographic-item {
    text-align: left; 
    flex-direction: row; 
    align-items: center;
  }

  .infographic-item .info-content {
    width: auto; 
    margin-left: 5px;
  }
 
  .infographic-row:last-child {
    margin-bottom: 0;
  }
  .svg-connector-ce,
  .svg-connector-td,
  .svg-connector-ae {
    display: none !important;
  }
  .circle-bg-td .svg-connector-td{
    top: 0; 
    left: 0; 
  }
  .center-items{
padding-right:0;

  }
}
@media (max-width: 576px) {

  #whychooseus .infographic-item p {
    font-size: 0.5rem;
  }
}


/* SERVICES SECTION */
#services {
  padding: 40px;
  background-color: #101010;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* Services Container */
.services-container {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}

/* Individual Service Card */
.services-container .glass {
  position: relative;
  width: 280px;
  height: 280px;
  background: linear-gradient(#fff2, transparent);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 25px 25px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin: 0 10px;
  backdrop-filter: blur(10px);
  transform: rotate(calc(var(--r) * 1deg));
  transition: transform 0.5s ease-in-out, margin 0.5s ease-in-out;
  overflow: hidden;
}

/* Hover Effect: Spread Out Cards */
.services-container:hover .glass {
  transform: scale(1.05); /* ✅ Prevents sudden movements */
  margin: 0 15px;
}

/* Service Title Overlay */
.services-container .glass::before {
  content: attr(data-text);
  position: absolute;
  font-family: 'Geomatic';
  font-weight: bold;
  font-style: normal;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
}

/* Service Image */
.services-container .glass-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease-in-out;
}

.services-container .glass-content video {
  width: 150px;
  object-fit: contain;
  border-radius: 8px;
}

/* Description Container (Initially Hidden) */
.glass .description-container {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* Show Description on Hover */
.glass:hover .glass-content {
  opacity: 0;
}

.glass:hover .description-container {
  opacity: 1;
}

/* Service Description Text */
.service-description {
  font-size: 1rem;
  margin-bottom: 10px;
}

/* Learn More Button */
.learn-more {
  display: inline-block;
  padding: 8px 15px;
  color: #fff;
  background-color: #ff007f;
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
}

.learn-more:hover {
  background-color: #ff007f;
}
.learn-more:hover {
  background-color: #ffffff;
  color: #ff007f;
}

/* Section Title Styling */
.what {
  font-size: 10rem;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  position: relative;
}

.we-offer {
  font-family: 'Montserrat', sans-serif; 
  font-weight: bold;
  font-style: normal;
  position: absolute;
  top: -10%;
  left: 5%;
  font-size: 3rem;
  font-weight: 500;
  color: white;
}

.caption2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}

.caption2 .subtitle2 {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 5px;
  width: 50%;
  text-align: center;
}

@media (max-width: 768px) {
  #services {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
  }

  .what {
    font-size: 4rem;
    text-align: center;
    line-height: 1;
  }

  .we-offer {
    font-size: 1.3rem;
    position: static;
    display: block;
    text-align: center;
   
  }

  .caption2 .subtitle2 {
    font-size: .7rem;
    width: 90%;
    text-align: center;
  }

  /* Services Container - Stack in Column */
  .services-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
  }

  .services-container .glass {
    width: 100%;
    max-width: 300px;
    height: 180px;
    margin: 10px 0;
    transform: rotate(0deg);
  }

  .services-container .glass-content video {
    width: 100px;
    margin-bottom: 2rem;
  }

  /* Description inside Glass */
  .glass .description-container {
    width: 100%;
    height: 100%;
    padding: 10px;
  }

  .service-description {
    font-size: 0.9rem;
    text-align: center;
  }

  .learn-more {
    font-size: 0.8rem;
    padding: 6px 12px;
  }
}

@media (max-width: 480px) {
  

  .caption2 .subtitle2 {
    font-size: 0.7rem;
    width: 95%;
  }

  .services-container .glass {
    max-width: 280px;
    height: 160px;
  }

  .service-description {
    font-size: 0.8rem;
  }

 

  .learn-more {
    font-size: 0.75rem;
  }
}



/* Our Team Section */
.our-team-section {
  background-color: #101010;
  color: white;
  padding: 50px 20px;
  border-top: 2px solid rgba(255, 255, 255, 0.418);
  border-radius: 20px;
  text-align: center;
}

.our-team-section .creator {
  font-size: 10rem; 
  font-weight: 700;
  line-height: 1.2;
  color: white;
  position: relative; 
}
.our-team-section .creator .meet{
  font-family: 'Montserrat', sans-serif; 
  font-weight: bold;
  font-style: normal;
  position: absolute;
  top: 3%;
  left: 56%;
  font-size: 3.5rem; 
  font-weight: 500; 
  color: white;
}

.section-subtitle {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.7);
}

/* Team Grid */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* Team Card */
.team-card {
  background: #181818;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  max-width: 360px;
  transition: transform 0.3s ease-in-out;
}

.team-card:hover {
  transform: scale(1.05);
}

/* Profile Image */
.team-image {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}

/* Name */
.team-name {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 5px 0;
}

/* Role */
.team-role {
  font-size: 1rem;
  color: #ff007f; /* Your brand color */
  font-weight: 600;
  margin-bottom: 10px;
}

/* Description */
.team-description {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 15px;
}

/* Social Icons */
.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.social-icons a {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s ease-in-out;
}

.social-icons a:hover {
  color: #ff007f; /* Highlight color */
}

/* Responsive */
@media (max-width: 768px) {
  .our-team-section{
    margin-bottom: 5rem;
  }
  .team-grid {
      grid-template-columns: repeat(2, 1fr);
  }

  .section-subtitle{
    font-size: .7rem;
  }

  .team-card{
    width: 100%;
    max-width: 400px;
  }

  .our-team-section .creator {
    font-size:4rem;
  }

  .our-team-section .creator .meet {
    font-size:1.3rem;
    top: -10%;
    left: 61%;
  }
}

@media (max-width: 576px) {
  .team-grid {
      grid-template-columns: 1fr;
  }

  .team-image {
      width: 100px;
      height: 100px;
  }

  .section-title {
      font-size: 2rem;
  }

  .team-card .team-role,.team-name{
    font-size: .8rem;
  }
  .team-card .team-description{
    font-size: .7rem;
  }
}

 

/* Project gallery */
.project-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: .5rem;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  margin:13rem 0 3rem 0;

}

.project-gallery::before {
  content: "";
  position: absolute;
  bottom: -5%; /* Start the gradient at the bottom of the section */
  left: 0;
  width: 100%;
  height: 80px; /* Adjust height as needed */
  background: linear-gradient(to top, rgba(16, 16, 16, 1) 0%, rgba(16, 16, 16, 0) 100%);
  pointer-events: none; /* Ensure it doesn't interfere with user interactions */
  z-index: 1; /* Place it above other content */
}

.gallery-column {
  position: relative;
  overflow: hidden;
}

.scroll-content {
  display: grid;
  gap: .5rem;

}

.gallery-column img {
  width: 100%;
  height: auto; 
  object-fit: cover;
  border-radius: 10px;
  filter: grayscale(80%)
}

.gallery-column img:hover {
  filter: grayscale(0);
}
@media (max-width: 1629px) {
  .project-gallery{
    height: 90vh;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .project-gallery {
    grid-template-columns: repeat(2, 1fr); /* Reduce columns for smaller screens */
    height: 50vh;
    margin-top: 0;
  }
  .scroll-content{
    gap: .4rem;
  }
}

    /* Review Section */
    #reviews {
      padding: 2rem;
      background-color: #101010;
      color: white;
      text-align: center;
      height: auto;
    }
    
    .what-our {
      font-size: 10rem;
      font-weight: 700;
      line-height: 1.2;
      color: white;
      position: relative;
    }
    
    .client {
      font-family: 'Montserrat', sans-serif;
      font-weight: bold;
      font-style: normal;
      position: absolute;
      top: 2%;
      left: 55%;
      font-size: 4rem;
      font-weight: 500;
      color: white;
    }
    
    .reviews-container {
      display: grid;
      justify-content: center;
      align-items: center;
      grid-template-columns: repeat(4, 1fr);
      gap: 1rem;
      margin-top: 2rem;
      overflow: hidden;
      height: 50%;
    }
    
    .review-column {
      position: relative;
      overflow: hidden;
      height: 220px; /* Adjust for review height + spacing */
      /* Remove initial hiding to ensure visibility */
      opacity: 1; /* Start visible */
      transform: translateY(0); /* Start at original position */
    }
    
    .reviews-wrapper {
      display: flex;
      flex-direction: column;
      transition: transform 0.8s ease; 
    }
    
    .review {
      height: 200px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      text-align: center;
      background: #101010;
      border-radius: 10px;
      padding: 1rem;
      border-top: 2px solid rgb(255, 255, 255, 0.4);
      border-left: 2px solid rgb(255, 255, 255, 0.4);
      border-right: 2px solid rgb(255, 255, 255, 0.4);
      margin-bottom: 20px; /* Spacing between reviews */
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    }
    
    .review-image {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      object-fit: cover;
      margin-right: 15px;
    }
    
    .review-content {
      display: flex;
      flex-direction: column;
      text-align: left;
    }
    
    .review p {
      font-size: 1rem;
      margin-bottom: 0.5rem;
    }
    
    .review span {
      font-size: 0.9rem;
      color: rgba(255, 255, 255, 0.7);
    }
    
    .short-description {
      font-size: 1rem;
      color: #666;
      margin-top: 10px;
      margin-left: auto;
      margin-right: auto;
      width: 60%; /* Adjust the width as needed */
      text-align: center;
    }
    
    /* Adjust for screens smaller than 1629px */
    @media (max-width: 1629px) {
      #reviews {
        margin-bottom: 30px;
      }
    }
    
    /* Adjust for screens smaller than 1422px */
    @media (max-width: 1422px) {
    }
    
    /* Adjust for screens smaller than 1300px */
    @media (max-width: 1300px) {
    }
    
    /* Adjust for screens smaller than 1200px */
    @media (max-width: 1200px) {
    }
    
    /* Adjust for screens smaller than 992px */
    @media (max-width: 992px) {
    }
    
    /* Adjust for screens smaller than 768px */
    @media (max-width: 768px) {
      #reviews .short-description {
        font-size: 1rem;
        width: 100%;
      }
      .what-our {
        font-size: 3rem;
      }
      .client {
        font-size: 1.3rem;
        top: -12%;
        left: 55%;
      }
      .reviews-container {
        margin-top: 0;
        height: 60%;
      }
      .review p {
        font-size: 0.4rem;
      }
      .review span {
        font-size: 0.3rem;
      }
    
      .review img {
        width: 30px;
        height: 30px;
        margin-bottom: 1rem;
      }
      .review {
        flex-direction: column;
        width: 100px;
      }
      /* Adjust initial hidden state for mobile */
      .review-column {
        height: 180px; /* Reduced height for mobile */
        opacity: 0;
        transform: translateY(30px); /* Reduced offset for mobile */
      }
    }
    
    @media (max-width: 576px) {
      #reviews .short-description {
        font-size: 0.7rem;
        width: 100%;
      }
    
      /* #reviews .what-our {
        font-size: 3rem;
      }
      #reviews .client {
        font-size: 1.5rem;
      } */
      .reviews-container {
        height: 50%;
      }
      .review-column {
        height: 160px; /* Further reduced for smaller screens */
        opacity: 0;
        transform: translateY(20px); /* Smaller offset for mobile */
      }
    }

/* contact */

.contact{
  width: 100%;
  height: auto;
  font-family: 'Nunito', sans-serif;
  margin-bottom: 10rem;
  
  }
  
  .connect {
    font-size: 8rem; 
    font-weight: 700;
    line-height: 1.2; 
    color: white;
    position: relative;
  }
  

  .with-us {
    font-family: 'Montserrat', sans-serif; 
    font-weight: bold;
    font-style: normal;
    position: absolute; 
    bottom: -10%; 
    right:3%; 
    font-size: 3rem; 
    font-weight: 500;
    color: white;
  }
  .contact .info {
      border-top: 3px solid #FF007F;
      border-bottom: 3px solid #FF007F;
      border-radius: 20px;
      padding: 30px;
      /* background: #fff; */
      width: 100%;
      box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
      height: auto;
    }
    
    .contact .info video {
      font-size: 20px;

      float: left;
      width: 44px;
      height: 44px;
  
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50px;
      transition: all 0.3s ease-in-out;
    }
    
    .contact .info h4 {
      padding: 0 0 0 60px;
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 5px;
      color: #FF007F;
    }
    
    .contact .info p {
      padding: 0 0 10px 60px;
      margin-bottom: 20px;
      font-size: 14px;
      color: #fcfcfc;
    }
    
    .contact .info .email p {
      padding-top: 5px;
    }
    
    .contact .info .social-links {
      padding-left: 60px;
    }
    
    .contact .info .social-links a {
      font-size: 18px;
      display: inline-block;
      background: #333;
      color: #fff;
      line-height: 1;
      padding: 8px 0;
      border-radius: 50%;
      text-align: center;
      width: 36px;
      height: 36px;
      transition: 0.3s;
      margin-right: 10px;
    }
    
    .contact .info .social-links a:hover {
      background: #FF007F;
      color: #fff;
    }
    
    .contact .info .email:hover i,
    .contact .info .address:hover i,
    .contact .info .phone:hover i {
      background: #FF007F;
      color: #fff;
    }
    
    .contact .php-email-form {
      width: 100%;
      border-top: 3px solid #FF007F;
      border-bottom: 3px solid #FF007F;
      padding: 30px;
border-radius: 20px;
      box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
    }
    
    .contact .php-email-form .form-group {
      padding-bottom: 8px;
    }
    
    .contact .php-email-form .validate {
      display: none;
      color: red;
      margin: 0 0 15px 0;
      font-weight: 400;
      font-size: 13px;
    }
    
    .contact .php-email-form .error-message {
      display: none;
      color: #fff;
      background: #ed3c0d;
      text-align: left;
      padding: 15px;
      font-weight: 600;
    }
    
    .contact .php-email-form .error-message br+br {
      margin-top: 25px;
    }
    
    .contact .php-email-form .sent-message {
      display: none;
      color: #fff;
      background: #18d26e;
      text-align: center;
      padding: 15px;
      font-weight: 600;
    }
    
    .contact .php-email-form .loading {
      display: none;
      background: #fff;
      text-align: center;
      padding: 15px;
    }
    
    .contact .php-email-form .loading:before {
      content: "";
      display: inline-block;
      border-radius: 50%;
      width: 24px;
      height: 24px;
      margin: 0 10px -6px 0;
      border: 3px solid #18d26e;
      border-top-color: #eee;
      animation: animate-loading 1s linear infinite;
    }
    
    .contact .php-email-form .form-group {
      margin-bottom: 20px;
    }
    
    .contact .php-email-form label {
      padding-bottom: 8px;
    }
    
    .contact .php-email-form input,
    .contact .php-email-form textarea {
 
      min-height: 45px;
      color: #fff;
      outline: none;
      transition: 0.35s;
      padding: 0px 7px;
      background-color: #212121;
      border-radius: 6px;
      border: 2px solid rgb(33, 33, 33);
      box-shadow: 6px 6px 10px rgba(0,0,0,1),
      1px 1px 10px rgba(255, 255, 255, 0.6);
    }
    
    .contact .php-email-form input:focus,
    .contact .php-email-form textarea:focus {
      border-color: #FF007F;
    }
    
    .contact .php-email-form input {
      height: 44px;
    }
    
    .contact .php-email-form textarea {
      padding: 10px 12px;
    }
    
    .contact .php-email-form button[type=submit] {
      background: #FF007F;
      border: 0;
      padding: 12px 34px;
      color: #fff;
      transition: 0.4s;
      border-radius: 50px;
    }
    
    .contact .php-email-form button[type=submit]:hover {
      background: #209dd8;
    }

    .info .maps{
      width: 100%;
      height:50%;
      border-radius: 20px;
      display: block;
    }
    
    @keyframes animate-loading {
      0% {
        transform: rotate(0deg);
      }
    
      100% {
        transform: rotate(360deg);
      }
    }

@media (max-width: 1629px) {
 
  .contact .php-email-form textarea{
    height: 150px;
  }
  .contact .info{
    height: 550px;
  }

  .info .maps{

    height: 40%;
  }
}



@media (max-width: 768px) {
  #contact{
   margin-bottom: 5rem;
   
    padding: 5rem 0;
  }
  .connect{
    font-size: 5rem;
  }
  .with-us{
  font-size: 2rem;
  left: 55%;
  }

  #map{
   display: none;
  }

  .contact .subtitle {
    font-size: .8rem;
    text-align: center;
  }

  .contact .php-email-form textarea{
    height: 100px;
  }

  .contact .info h4{
    font-size: 15px;
  }
  .contact .info p{
    font-size: 13px;
    margin-bottom: 2px;
  }

  .contact .info{
    height: 250px;
  
  }
}
@media (max-width: 576px) {
 
  .connect{
    font-size: 4rem;
  }
  .with-us{
    font-size: 1.3rem;
    left: 63%;
    }
    .contact .subtitle {
      font-size: .7rem;
   
    }
    .contact .info img{
      width: 25px;
      height: 25px;
    }
    .contact .info h4{
      font-size: 12px;
    }
    .contact .info p{
      font-size: 10px;
    }
    .contact .info{
      height: 230px;
    
    }
    .contact .php-email-form textarea{
      height: 80px;
    }

    
    
}

