.navbar{position: absolute;}
.banner-list {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 40px;
  font-weight: bold;
  background: #757a63;
  padding: 9px 10px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.section-banner::after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  position: absolute;
  height: 30%;
  width: 100%;
  left: 0;
  /* top: 0; */
  background: url(../images/gallery-image/bg-fade.png);
  z-index: 9999;
  bottom: 0;
  background-position: bottom center;
  background-size: 100% 100%;
}

.section-banner {

  background: linear-gradient(180deg, #fffdf9 0%, #ccbf9d 100%);
  min-height: 100vh;
  justify-content: center;
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
}

.banner-repeat-list .col-1 {
  flex: 0 0 auto;
  width: 13.7%;
  padding: 0;
}

.project-images-wrap {
  width: 110%;
  margin-left: -5%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
  height: 900px;
  padding: 0 0 0;
  box-sizing: border-box;
  -webkit-mask: linear-gradient(90deg, #0000 0%, #000 13.57%, #000 86.43%, #0000 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-composite: source-over;
  mask: linear-gradient(90deg, #0000 0%, #000 13.57%, #000 86.43%, #0000 100%);
  mask-repeat: no-repeat;
  mask-composite: intersect;
  position: relative;
}

.wrapper.project-images-wrap::before {
  width: 1200px;
  height: 1200px;
  background: #fff;
  position: absolute;
  border-radius: 50%;

  left: 50%;
  top: 0;
  content: "";
  display: block;
  overflow: ;
  overflow: hidden;
  clear: both;
  margin-left: -600px;
  z-index: -9;
  opacity: .20;

}

.banner-contentd {
  display: flex;
  /* min-height: 50vh; */
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}
.heading-banner-s .heading-l {
	width: 710px;
	margin: 0 auto;
	font-size: 57px;
	font-weight: 700;
	max-width: 100%;
}
.heading-banner-s p {
	max-width: 600px;
	margin: 15px auto 10px;
	font-size: 19px;
	padding: 0 50px;
}
.project-images-wrap .column {
  flex: 1 1 calc(100% / 7 - 5px);

  padding: 5px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}

/* Center column slightly higher */
.project-images-wrap .column:nth-child(4) {
	/* transform: translateY(0px); */
	margin-top: 0px;
}
.project-images-wrap .column:nth-child(3),
.project-images-wrap .column:nth-child(5) {
  margin-top: 10px;
}

/* center ke side thoda neeche */
.project-images-wrap .column:nth-child(2),
.project-images-wrap .column:nth-child(6) {
  margin-top: 50px;
}

/* outer columns sabse neeche */
.project-images-wrap .column:nth-child(1),
.project-images-wrap .column:nth-child(7) {
  margin-top: 50px;
}

/* outer columns sabse neeche */
.media-item {
  margin: 5px 0;
  /* background-color: #e0e0e0; */
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-weight: bold;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
}

.media-item img,
.media-item video {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 12px;
  min-height: 240px;
}

/* Responsive */
@media (max-width: 1200px) {
  .project-images-wrap .column {
    flex: 1 1 calc(100% / 4 - 5px);
  }
}

@media (max-width: 900px) {
  .project-images-wrap .column {
    flex: 1 1 calc(100% / 2 - 5px);
  }
}

@media (max-width: 600px) {
  .project-images-wrap .column {
    flex: 1 1 100%;
  }
}


.challenge-section .card {
	border: 1px solid #c27656;
	background: #ede7d7;
	padding: 15px;
	gap: 0;
	backdrop-filter: blur(20px);
}

.challenge-section .builder-text-box {
  padding-right: 0px;
}

.challenge-section .builder-text-box h2 {
  color: #000;
  font-size: 2rem;
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
  padding: 0 33px;
}

.challenge-section .card-img-top {
  margin-top: -30%;
  border-radius: 16px;
}

.challenge-section .card-body {
  color: #000;

}

.challenge-section .card-title {

  font-weight: 600;
}


.card-body {
  color: #fff;
  padding-left: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 30px;
}

.whatsapp-section.challenge-section {
  padding-bottom: 40px;
  background: #e5ddc6;
  background-size: 100% 100%;
  background-position: center center !important;
}


.whatsapp-section.challenge-section .whatsapp-content {
	
	padding: 80px 0px 70px 0px;
	color: white;
	border-radius: 25px;
  background: none;
}
.vission-right {
	border-radius: 150px 0px 150px 0px !important;
	height: 80vh;
	object-fit: cover;
	width: 100%;
}

.vission-left {
  border-radius: 150px 0px 150px 0px !important;
  height: 80vh;
	object-fit: cover;
	width: 100%;
}

.col-lg-6.pr-vission {
  padding-right: 10%;
}

.col-lg-6.pl-vission {
  padding-left: 10%;
}

.amenities-list {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}

.amenities-list li {
  width: 50%;
  font-size: 14px;
  list-style: inside;
}

.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after,
.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {

  display: none !important;
}

.slider-image-s img {
  height: 90vh;
  width: 100%;
  object-fit: cover;
}
.slider-image-s{position: relative;}
.slider-image-s:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);

  z-index: 1;
}
.slider-main-w {
	position:relative ;
}

.slider-wrap-map {
	position: static;
	top: 0;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 999999;
	width: 100%;
	display: flex;
	/* justify-content: center; */
	/* align-items: center; */
	color: #fff;
	padding: 50px 0 0;
}

.inner-map-slider {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	z-index: 9;
	padding-bottom: 50px;
	left: 0;
	width: 100%;
}
.map-image-heading {
  font-size: 16px;
}

.inner-map-slider h2 {
  color: #fff;
  width: 100%;
  max-width: 550px;
  margin: 10px 0 15px;
  font-size: 4rem;
  line-height: 4.5rem;
}

.inner-map-slider p {
	font-size: 18px;
	max-width: 500px;
	width: 100%;
	line-height: 25px;
}
.map-section .swiper-button-prev {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px rgb(223 223 223) solid;
  padding: 15px;
  right: 100px;
  left: auto;
  position: absolute;
  top: inherit;
  z-index: 111;
  background-size: 20px 22px;
  background-image: url(../images/team-left-arows.svg);
  background-repeat: no-repeat;
  bottom: 30px;
}

.map-section .swiper-button-next {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px rgb(223 223 223) solid;
  padding: 15px;
  right: 30px;
  left: auto;
  position: absolute;
  top: inherit;
  z-index: 111;
  background-size: 20px 22px;
  background-image: url(../images/team-right-arows.svg);
  bottom: 30px;
}

.map-section .swiper-button-prev:hover,
.map-section .swiper-button-next:hover {
  background: #fff;
}

.map-section .swiper-button-prev:hover {
  background-image: url(../images/team-left-arows-1.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.map-section .swiper-button-next:hover {
  background-image: url(../images/team-right-arows-1.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.partner-heading {
  text-align: center;
}

.team-section {

  margin-top: 0;
  margin-bottom: 60px;
}



.team-description {

  max-width: 600px;
}
.project-card img {

	background: rgba(255,255,255,.3);
}
.partner-heading p {
  color: #ffffffb3;
  padding-right: 0;
  font-size: 17px;
  margin: 0 auto;
}

.team-boxes {
  background: none;
  padding: 40px 0px 40px 0px;
  color: white;
  text-align: left;
  border-radius: 0;
}

.team-boxes .partner-heading h2, .team-boxes .partner-heading p {
	color: #000;
}
.project-card {
  border: none;
  overflow: hidden;
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 0;
  background: none;
  box-shadow: none !important;
  gap: 0 !important;
}

.project-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.project-info {
	background: #fff;
	text-align: center;
	padding: 21px 15px;
	position: relative;
	bottom: 0;
	transition: all 0.3s ease;
	margin-top: -50px;
	margin: -20px auto 0;
	width: 80%;
	border-radius: 10px;
	min-height: 235px;
}

.project-info h5 {
  margin: 0;
  font-weight: 700;
  color: #5b5945;
  margin-bottom: 10px;
}

.project-info p {
  margin: 5px 0 10px;
 
  color: #666;
}

/* Hover Effect */
.project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.project-card:hover .project-info {
  background: #757a63;
  color: #fff;
}

.project-card:hover .project-info p {
  color: #e0e0e0;
}

.view-project-btn {
  display: inline-block;
  padding: 6px 15px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #6f42c1;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.project-card:hover .view-project-btn {
  background-color: #2a2727;
}

.social-icons-w a {
  color: gray;
  font-size: 12px;
}

.social-icons-w {
  margin-top: 10px;
}

.project-card:hover h5,
.project-card:hover .social-icons-w a {
  color: #fff;
}

.team-section {
	margin-top: 0;
	padding-top: 40px;
	padding-bottom: 80px !important;
  background: linear-gradient(180deg, #fffdf9 0%, #ca7e5e 100%);
}

.about-image {

  max-width: 100%;


  border-radius: 0 150px 0 150px;
}

.about-image.second {
  margin-top: 0;
}

.contact-section {
	padding-top: 90px;
	
}
.instagram-section h2 {
	font-size: 70px;
	font-family: "Antonio", sans-serif;
	text-transform: uppercase;
	line-height: 87px;
}
.row.insta-row {
	padding: 80px 0;
	align-items: center;
}
.instagram-section .right-small-text p {
	text-align: left;
	font-weight: normal;
  margin-bottom: 0;
}
.sub-title {
	text-align: left;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 20px;
  font-weight: 600;
}
.cta a {
	background: #000;
	color: #fff;
	font-size: 15px;
	/* height: 50px; */
	padding: 10px 15px;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: 1px;
	display: inline-block;
}
.legacy-section {
	background: #2e5c4f;
}

.legency-wrap {
	display: flex;
	flex-wrap: wrap;
}
.legacy-section .about-image {

	border-radius: 0;
}
.legency-wrap {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	width: 1000px;
	margin: 0 auto;
	max-width: 90%;
	border-radius: 6px;
	overflow: hidden;
}
.legacy-left {
	background: #fff;
	width: 30%;
	padding: 10px;

}
.legacy-right {
	width: 69%;
	padding: 30px;
}
.about-text-wrapper {
	max-width: 100%;
}
.legacy-right p {
	font-size: 18px;
	font-weight: normal;
}
.team-section .col-md-3 {
	width: 29%;
	padding: 0 10px;
}
.team-title {

	max-width: 600px;
	margin: 0 auto 10px;
}
.barrie-logo-main {
	position: absolute;
	top: 30px;
	/* width: 1230px; */
	right: 30px;
	/* right: ; */
	margin-left: 0;
	background: rgba(255,255,255,.9);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.barrie-logo-main img {
	width: 100%;
}
.vission-heading {
	width: 784px;
	margin: 0 auto;
	max-width: 100%;
}
.team-boxes .partner-heading h2 {
	margin-bottom: 20px;
}
@media(max-width:1199px) {

.heading-banner-s .heading-l {
	width: 480px;

	font-size: 40px;
	
}
  .media-item {

    height: 160px;

  }

  .wrapper.project-images-wrap::before {
    width: 800px;
    height: 800px;

    margin-left: -400px;

  }

  .project-images-wrap {
    height: 800px;

  }

  .challenge-section .builder-text-box h2 {

    max-width: 720px;

  }

  .challenge-section .card-text {
    margin-top: auto;
    font-size: 14px;
    line-height: 20px;
  }

  #vission-section .heading-l {
    font-size: 2rem;

  }

  .col-lg-6.pl-vission {
    padding-left: 30px;
  }

  .col-lg-6.pr-vission {
    padding-right: 30px;
  }

  #stable_indoor {
    padding: 60px 0;
  }

  #stable_indoor .heading-l {
    font-size: 2rem;

  }

  .project-info h5 {


    font-size: 14px;
  }

  .project-info h6 {
    font-size: 14px;
    margin-top: 0;
  }
  .team-section  .col-md-3 {
	
	width: 33%;
}
.slider-image-s img {
	height: 500px;

}
.legacy-right p {
	font-size: 16px;
	font-weight: normal;
}
.legacy-right {

	padding: 0 15px;
}
.legacy-right p {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}
.team-section .col-md-3 {

	padding: 0 15px;
}
.vission-left, .vission-right {

	height: 550px;

}
}

@media screen and (max-width: 991px) {
  .section-banner .solutions-text-wrapper {
    max-width: 90%;
    text-align: center;
    margin-left: auto;
  }
.navbar {
	width: 100% !important;
}
.whatsapp-section.challenge-section .whatsapp-content {
	padding: 20px 0px 0px 0px;

}
.whatsapp-section.challenge-section {
	padding-bottom: 5px;

}
.contact-section {
	padding-top: 30px;
}
.solutions-heading-wrapper.pb-5 {
	padding-bottom: 15px !important;
}
.sub-title {
	margin-top: 30px;
}
.row.insta-row {
	padding: 30px 0;
	align-items: center;
}
.slider-image-s img {
	height: 400px;
	width: 100%;
	object-fit: cover;
}
.team-boxes {

	padding: 0px 0px 0px 0px;
	
}
.project-info p {

	line-height: 23px;
}
.project-info {

	min-height: 250px;
}
.section-banner .solutions-heading-wrapper {
	text-align: center;
	padding-top: 20px;
}
  .section-banner .heading-banner-s p {
	max-width: 80%;
	margin: 10px auto 0px;
	font-size: 18px;
}

  .media-item {
    height: 115px;
  }

  .project-images-wrap .column:nth-child(1),
  .project-images-wrap .column:nth-child(7) {

    display: none;
  }

  .project-images-wrap .column:nth-child(2), .project-images-wrap .column:nth-child(6) {
	margin-top: 80px;
}
.project-images-wrap .column:nth-child(3), .project-images-wrap .column:nth-child(5) {
	margin-top: 40px;
}
.navbar {

	left: 0;
}

  .media-item img,
  .media-item video {

    width: 100%;
    height: 180px;
  }

  .media-item {
    height: 180px;
  }

  .challenge-section .builder-text-box h2 {
    max-width: 100%;
    padding: 20px 20px 0;
  }

  .challenge-section .col-md-4 {
    width: 50%;
    margin-top: 80px;
  }

  .challenge-section .card-img-top {
    margin-top: -20%;
    border-radius: 16px;
  }

  .card-body {
    padding-right: 0;
  }

  .solutions-heading-wrapper {
    text-align: center;
  }

  .col-lg-6.pr-vission {
    padding-right: 0;
  }

  .screen-rv {
    flex-direction: column-reverse;
  }

  .col-lg-6.pr-vission {
    padding-right: 15px;
    padding-top: 20px;
  }

  .col-lg-6.pl-vission {
    padding-left: 15px;
    padding-top: 20px;
  }

  .amenities-list li {
    width: 32%;

  }

  .map-section.position-relative.mt-5 {
    margin-top: 20px !important;
  }

  .inner-map-slider h2 {

    max-width: 400px;
    margin: 10px 0 15px;
    font-size: 3rem;
    line-height: 50px;
  }

  .inner-map-slider p {
    font-size: 16px;
    max-width: 412px;
    width: 100%;
    line-height: 25px;
  }

  .about-image.second {
    max-width: 100%;

  }

  .team-section .col-md-3 {
    flex: 0 0 auto;
    width: 33%;
  }

  .project-info {

    padding: 15px 15px;

  }

  .social-icons-w a {

    font-size: 11px;
  }

  .about-image {

    border-radius: 15px;
  }
  .legency-wrap {

	width: 100%;

	max-width: 100%;
}
.legacy-right p {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 21px;
}
.team-section .col-md-3 {
	padding: 0 10px;
}
}

@media(max-width:767px) {
.header {

	left: 5%;

}

  .section-banner .heading-banner-s p {
    max-width: 80%;
    margin: 0 auto 10px;
    font-size: 14px;
    line-height: 22px;
  }
.heading-banner-s .heading-l {
	width: 100%;
	font-size: 26px;
	margin-bottom: 10px;
	max-width: 335px;
}
  .heading-banner-s .heading-l.pt-5.text-center {
    padding-top: 0 !important;
  }
  .vission-left {
	border-radius: 50px 0px 50px 0px !important;
}
.vission-right {
	border-radius: 50px 0px 50px 0px !important;
}

.section-banner .heading-banner-s p {
	max-width: 100%;
	margin: 0 auto 10px;
	font-size: 16px;
	line-height: 22px;
	padding: 0;
}

  .wrapper.project-images-wrap::before {

    display: none;
  }

  .project-images-wrap .column:nth-child(2),
  .project-images-wrap .column:nth-child(6) {

    display: none;
  }

  .media-item img,
  .media-item video {
    width: 100%;
    height: 120px;
  }

  .media-item {
    height: 120px;
  }

  .project-images-wrap .column:nth-child(3),
  .project-images-wrap .column:nth-child(5) {
    margin-top: 20px;
  }

  .project-images-wrap {
    height: 500px;
    padding-top: 0;
  }
.vission-heading {
	width: 530px;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 15px 15px;
}

  .section-banner {

    min-height: 400px;

  }

  .banner-contentd {
    padding-bottom: 0;
    padding-top: 100px;
  }

  .challenge-section .builder-text-box h2 {
    max-width: 100%;
    padding: 10px 0px 0;
    font-size: 24px;
  }

  .challenge-section .col-md-4 {
    width: 100%;
    margin-top: 18%;
    margin-bottom: 0;
  }

 

  #vission-section .heading-l {
    font-size: 24px;
  }

  #vission-section .solutions-heading-wrapper {
    padding-bottom: 10px !important;
  }



  .amenities-list li {
    width: 100%;
    padding-bottom: 5px;
  }

  .pr-vission .heading-l,
  .pl-vission .heading-l {
    font-size: 18px !important;
  }

 .instagram-section h2 {
	font-size: 24px;
	line-height: 30px;
}
.row.insta-row {
	padding: 30px 0 0;
	align-items: center;
}
  .row.insta-row p {
    line-height: 24px;
  }

  .inner-map-slider h2 {
    max-width: 400px;
    margin: 10px 0 0;
    font-size: 24px;
    line-height: 30px;
  }

  .inner-map-slider p {
    font-size: 14px;
    max-width: 100%;
    width: 100%;
    line-height: 22px;
  }

  .map-section .swiper-button-next,
  .map-section .swiper-button-prev {
    width: 40px;
    height: 40px;

  }

  .map-section .swiper-button-prev {

    right: 80px;

  }

  #stable_indoor .heading-l {
    font-size: 24px;
    margin-bottom: 0 !important;
  }

  .about-text-wrapper p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .about-text-wrapper p br {
    display: none;
  }

  .container.about,
  .container.about-2 {
    grid-column-gap: 0;
    grid-row-gap: 0;

  }

  .column.about-left {

    grid-template-columns: 1fr 0fr;
    grid-auto-columns: 1fr;

  }

  #stable_indoor {
    padding: 30px 0;
  }

  .partner-heading h2 {
    font-size: 24px;
  }

  .partner-heading p {

    font-size: 14px;

    line-height: 20px;
  }

  .team-boxes {
    padding-bottom: 0;
  }

.team-section .col-md-3 {
	width: 300px;
	max-width: 100%;
	padding: 0;
}
.project-info h5 {
	font-size: 18px;
}
  .contact-innner {

    margin-top: 20px;
  }
  .project-info {
	min-height: inherit;
}
.legacy-left {
	
	width: 100%;
	padding: 10px;
}
.legacy-right {
	padding: 0 15px;
	width: 100%;
}
.media-item img, .media-item video {

	min-height: 120px;
}
.barrie-logo-main {
	position: absolute;
	top: 15px;

	right: 15px;
	
	width: 60px;
	height: 60px;
	
	padding: 8px;

}
.vission-left, .vission-right {
	height: 321px;
}
}