.page-centr {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* background-color: #fff; */
}

.zoom-container {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zoom-image {
  width: auto;
  max-width: 100%;
  height: auto;
  transform: scale(0.6);
  transform-origin: center;
  transition: transform 0.2s ease-out;
  will-change: transform;
  display: block;
  margin: 0 auto;
}

section.projects-banner-section {
    padding-top: 115px;
    background: #fff3db;
}
.projects-banner-wrapper .page-heading h2 {
    background: #fff3db;
}

.projects-banner-wrapper .page-heading-con {
    position: sticky;
    top: 0;
    left: 0;
    margin-bottom: 20px;
}
.page-banner-content-con {
    margin-top: 28px;
}

 .founder-section-home-new {
    position: relative;
    width: 100%;
    height: 100vh; /* visible viewport height while pinned */
    overflow: hidden;
    background: #f8f8f8;
  }

  /* the container that will slide horizontally */
  .founder-card-con-new {
    display: flex;
    height: 100%;
    will-change: transform;
    transition: transform 0.25s linear; /* fallback, but we drive transform by rAF */
  }

  .founder-card-new {
    flex: 0 0 100vw;
    height: 100%;
    box-sizing: border-box;
    padding: 40px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    font-size:20px;
  }






  /**/

.projects-banner-wrapper {
    background: #fff3db;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 80vh;
}

section.project-slider-page.projects-page-slide.slick-initialized.slick-slider {
    padding: 100px 0;
   
}

section.project-slider-page.projects-page-slide.slick-initialized.slick-slider, section.project-list-btm {
   background: #fff8ea;
}
.project-status {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #004783d9;
    padding: 7px 32px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px 0 0 0;
    font-size: 14px;
}
.read-more-link {
    background-color: #fff;
    color: #000;
    padding: 7px 20px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    border: 2px solid #000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 12px;
}
.read-more-link.read-more-video {
  padding: 0;
  height: 48px;
  display: inline-flex;
  width: 48px;
  align-items: center;
  justify-content: center;
  background: #006dc9;
  color: #fff;
  border-color: #006dc9;
}

.read-more-link:hover {
  background-color: #000;
  color: #fff;
  transform: translateX(5px);
  text-decoration: none;
}

.read-more-link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.read-more-link:hover svg {
  transform: translateX(5px);
}
.project-gallery-slider-left-img {
    position: relative;
}

.project-gallery-slider-left-img img{
  width: 100%;
}

.project-slider-page .container-fluid {
    max-width: 1250px;
}



/*=============project-gallery-section*/
section.project-gallery-section {
    padding: 100px 0;
    background: #fff9ed;
}



.project-gallery .swiper-slide .row .col-md-6:first-child {
    padding-left: 0;
}

.project-gallery-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.project-gallery-details h2 {
    color: #182091;
}
.project-gallery-details-content p i {
    margin-right: 7px;
}
.project-gallery-details-btn-group {
    display: flex;
    gap: 15px;
}


.project-gallery-details-btn-group .read-more-link:nth-child(2) {
    background-color: #ad8b3a;
    color: #ffffff;
    border: 2px solid #ad8b3a;
}

.project-gallery {
  width: 100%;
  position: relative;
}



.project-gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}

.project-gallery-slider .swiper-slide {
  width: 100%;
  height: auto;
}
.project-gallery-slider-left-img {
    position: relative;
}

.project-gallery-slider .swiper-slide img {
  display: block;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}

.project-status {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #191c47d6;
    padding: 7px 32px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px 0 0 0;
    font-size: 14px;
}

.project-gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.project-gallery-thumbs .swiper-slide {
    width: 200px;
    height: auto;
    text-align: center;
    overflow: hidden;
    opacity: 0.3;
    cursor: pointer;
    background: #fbebc5;
    border-radius: 5px;
}


.project-detail-btm h4 {
    font-size: 14px;
    margin: 10px 0;
}

.project-gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

.project-gallery-thumbs .swiper-slide img {
  width: 100%;
  height: auto;
}


/* .project-gallery-section .swiper-slide.swiper-slide-active .project-gallery-slider-left-img{
animation: BounceRight 2s ease 0s 1 normal forwards;
}

.project-gallery-section .swiper-slide.swiper-slide-active .project-gallery-details h2, .project-gallery-section .swiper-slide.swiper-slide-active .read-more-link{
animation: BounceRight 2s ease 0s 1 normal forwards;
} */



/* .project-gallery-section .swiper-slide.swiper-slide-active .project-gallery-details-content{
animation: myAnimOne 2s ease 0s 1 normal forwards;
} */

@keyframes BounceInLeft {
	0% {
		animation-timing-function: ease-in;
		opacity: 0;
		transform: translateX(-250px);
	}
 
	38% {
		animation-timing-function: ease-out;
		opacity: 1;
		transform: translateX(0);
	}

	55% {
		animation-timing-function: ease-in;
		transform: translateX(-68px);
	}

	72% {
		animation-timing-function: ease-out;
		transform: translateX(0);
	}

	81% {
		animation-timing-function: ease-in;
		transform: translateX(-28px);
	}

	90% {
		animation-timing-function: ease-out;
		transform: translateX(0);
	}

	95% {
		animation-timing-function: ease-in;
		transform: translateX(-8px);
	}

	100% {
		animation-timing-function: ease-out;
		transform: translateX(0);
	}
}

/* ============= */

@keyframes myAnimOne {
	0% {
		animation-timing-function: ease-in;
		opacity: 1;
		transform: translateX(-48px);
	}

	24% {
		opacity: 1;
	}

	40% {
		animation-timing-function: ease-in;
		transform: translateX(-26px);
	}

	65% {
		animation-timing-function: ease-in;
		transform: translateX(-13px);
	}

	82% {
		animation-timing-function: ease-in;
		transform: translateX(-6.5px);
	}

	93% {
		animation-timing-function: ease-in;
		transform: translateX(-4px);
	}

	25%,
	55%,
	75%,
	87%,
	98% {
		animation-timing-function: ease-out;
		transform: translateX(0px);
	}

	100% {
		animation-timing-function: ease-out;
		opacity: 1;
		transform: translateX(0px);
	}
}
/* ============== */




@keyframes BounceRight {
	0% {
		animation-timing-function: ease-in;
		opacity: 1;
		transform: translateX(48px);
	}

	24% {
		opacity: 1;
	}

	40% {
		animation-timing-function: ease-in;
		transform: translateX(26px);
	}

	65% {
		animation-timing-function: ease-in;
		transform: translateX(13px);
	}

	82% {
		animation-timing-function: ease-in;
		transform: translateX(6.5px);
	}

	93% {
		animation-timing-function: ease-in;
		transform: translateX(4px);
	}

	25%,
	55%,
	75%,
	87%,
	98% {
		animation-timing-function: ease-out;
		transform: translateX(0px);
	}

	100% {
		animation-timing-function: ease-out;
		opacity: 1;
		transform: translateX(0px);
	}
}

/**/

@keyframes JelloHorizontal {
	0% {
		transform: scale3d(1, 1, 1);
	}

	30% {
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		transform: scale3d(0.95, 1.05, 1);
	}

	75% {
		transform: scale3d(1.05, 0.95, 1);
	}

	100% {
		transform: scale3d(1, 1, 1);
	}
}

/*=============project-gallery-section End*/