@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.project-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 75vh;
}
@media only screen and (max-width: 1024px) {
  .project-banner {
    height: 75vh;
  }
}
@media only screen and (max-width: 991px) {
  .project-banner {
    height: 50vh;
  }
}
@media only screen and (max-width: 540px) {
  .project-banner {
    height: 45vh;
  }
}
.project-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-a);
}
.project-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 429px;
  background: url("../../images/project-listing/project-banner.png");
}
.project-banner .banner-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .project-banner .banner-wrapper .container {
    padding: 0;
  }
}
.project-banner .banner-wrapper .container .bg-wrapper {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 15%;
  left: 0;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .project-banner .banner-wrapper .container .bg-wrapper {
    bottom: 10%;
  }
}
@media only screen and (max-width: 540px) {
  .project-banner .banner-wrapper .container .bg-wrapper {
    bottom: 10%;
    margin-left: 0;
  }
}
.project-banner .banner-wrapper .container .bg-wrapper h1 {
  max-width: 576px;
  margin-bottom: 20px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .project-banner .banner-wrapper .container .bg-wrapper h1 {
    margin: 0 auto 20px;
  }
}
.project-banner .banner-wrapper .container .bg-wrapper p {
  max-width: 418px;
  margin: auto;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.6980392157);
}
@media only screen and (max-width: 540px) {
  .project-banner .banner-wrapper .container .bg-wrapper p {
    width: 70%;
    margin: auto;
  }
}

.project-sec .heading {
  padding: 50px 0;
  background: var(--white);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 540px) {
  .project-sec .heading {
    padding: 20px 0;
  }
}
.project-sec .heading figure {
  text-align: center;
  margin-bottom: 25px;
}
.project-sec .heading h2 {
  -webkit-text-fill-color: white;
}
@media only screen and (max-width: 540px) {
  .project-sec .heading h2 {
    font-size: 28px;
  }
}
.project-sec .banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 100vh;
}
@media only screen and (max-width: 1024px) {
  .project-sec .banner {
    height: 80vh;
  }
}
@media only screen and (max-width: 768px) {
  .project-sec .banner {
    height: 70vh;
  }
}
@media only screen and (max-width: 540px) {
  .project-sec .banner {
    height: 50vh;
  }
}
.project-sec .banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38.07%, rgba(0, 0, 0, 0.8) 78.09%);
}
@media only screen and (max-width: 768px) {
  .project-sec .banner::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 13.04%, rgba(0, 0, 0, 0.65) 62.5%);
  }
}
.project-sec .banner .bg {
  height: 100%;
}
.project-sec .banner .bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .project-sec .banner .bg .container {
    padding: 0;
  }
}
.project-sec .banner .bg .container .bg-wrapper {
  position: absolute;
  width: 90%;
  left: 50%;
  bottom: 17%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media only screen and (max-width: 991px) {
  .project-sec .banner .bg .container .bg-wrapper {
    bottom: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .project-sec .banner .bg .container .bg-wrapper {
    flex-direction: column;
    text-align: center;
    bottom: 10%;
    gap: 0;
  }
}
@media only screen and (max-width: 540px) {
  .project-sec .banner .bg .container .bg-wrapper {
    bottom: -5%;
    gap: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .project-sec .banner .bg .container .bg-wrapper .left-content {
    margin: auto;
  }
}
@media only screen and (max-width: 540px) {
  .project-sec .banner .bg .container .bg-wrapper .left-content {
    width: 100%;
  }
}
.project-sec .banner .bg .container .bg-wrapper .left-content h2 {
  -webkit-text-fill-color: white;
  line-height: 1;
  max-width: 376px;
}
@media only screen and (max-width: 768px) {
  .project-sec .banner .bg .container .bg-wrapper .left-content h2 {
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 540px) {
  .project-sec .banner .bg .container .bg-wrapper .left-content h2 {
    font-size: 28px;
    max-width: 80%;
    margin: 0 auto 10px;
  }
}
.project-sec .banner .bg .container .bg-wrapper .left-content .flex-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 540px) {
  .project-sec .banner .bg .container .bg-wrapper .left-content .flex-box {
    gap: 10px;
    justify-content: center;
    margin-top: 0;
  }
}
.project-sec .banner .bg .container .bg-wrapper .left-content .flex-box span {
  border-right: 1px solid rgba(255, 255, 255, 0.3019607843);
  height: -webkit-fill-available;
}
.project-sec .banner .bg .container .bg-wrapper .left-content .flex-box .col {
  display: flex;
  align-items: start;
  gap: 10px;
}
@media only screen and (max-width: 540px) {
  .project-sec .banner .bg .container .bg-wrapper .left-content .flex-box .col {
    align-items: center;
    flex-direction: column;
  }
}
.project-sec .banner .bg .container .bg-wrapper .left-content .flex-box .col figure {
  width: 26px;
  height: 26px;
}
@media only screen and (max-width: 768px) {
  .project-sec .banner .bg .container .bg-wrapper .left-content .flex-box .col figure {
    margin: auto;
  }
}
@media only screen and (max-width: 540px) {
  .project-sec .banner .bg .container .bg-wrapper .left-content .flex-box .col figure {
    display: none;
  }
}
.project-sec .banner .bg .container .bg-wrapper .left-content .flex-box .col figure svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.project-sec .banner .bg .container .bg-wrapper .left-content .flex-box .col figure svg path {
  stroke: white;
}
.project-sec .banner .bg .container .bg-wrapper .left-content .flex-box .col p {
  font-family: Lato;
  font-weight: 400;
  font-size: 20px;
  color: var(--white);
  line-height: 1.1;
}
@media only screen and (max-width: 540px) {
  .project-sec .banner .bg .container .bg-wrapper .left-content .flex-box .col p {
    font-size: 18px;
  }
}
.project-sec .banner .bg .container .bg-wrapper .right-content {
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .project-sec .banner .bg .container .bg-wrapper .right-content {
    margin: 20px auto 0;
  }
}
.project-sec .banner .bg .container .bg-wrapper .right-content .btn {
  padding: 8px 21px;
}

.load-more-sec {
  background: var(--white);
  position: relative;
  z-index: 1;
  padding: 50px 0 1px 0;
}

.project-detail-banner .bg-wrapper {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .project-detail-banner .bg-wrapper {
    height: 70vh;
  }
}
@media only screen and (max-width: 540px) {
  .project-detail-banner .bg-wrapper {
    height: 60vh;
  }
}
.project-detail-banner .bg-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.42%, rgba(0, 0, 0, 0.65) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0) 65.69%, rgba(0, 0, 0, 0.7) 99%);
  z-index: 1;
}
.project-detail-banner .bg-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1.01;
}
.project-detail-banner .bg-wrapper .btn2 {
  position: absolute;
  bottom: 5%;
  left: 3%;
  z-index: 1;
}
@media only screen and (max-width: 540px) {
  .project-detail-banner .bg-wrapper .btn2 {
    position: absolute;
    bottom: 5%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%);
    white-space: nowrap;
  }
}
.project-detail-banner .bg-wrapper .content {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .project-detail-banner .bg-wrapper .content {
    bottom: 15%;
  }
}
.project-detail-banner .bg-wrapper .content figure {
  width: 255px;
  height: 66px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 540px) {
  .project-detail-banner .bg-wrapper .content figure {
    height: auto;
    width: 165px;
  }
}
.project-detail-banner .bg-wrapper .content figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.project-detail-banner .bg-wrapper .content h2 {
  font-family: Lato;
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  color: var(--white);
}
@media only screen and (max-width: 540px) {
  .project-detail-banner .bg-wrapper .content h2 {
    font-size: 30px;
  }
}
.project-detail-banner .bg-wrapper .content h2 span {
  color: #E0DA7F;
  font-family: Callista;
  font-weight: 400;
  font-size: 80px;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .project-detail-banner .bg-wrapper .content h2 span {
    font-size: 40px;
  }
}

.project-detail-secA .bg-wrapper {
  padding: 0 0 60px 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .project-detail-secA .bg-wrapper {
    padding: 140px 0 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .project-detail-secA .bg-wrapper {
    padding: 50px 0 30px 0;
  }
}
.project-detail-secA .bg-wrapper::before {
  content: "";
  position: absolute;
  width: 268px;
  height: 345px;
  top: 0%;
  left: 0%;
  background: url("../../images/leaf-2.png");
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .project-detail-secA .bg-wrapper::before {
    content: none;
  }
}
.project-detail-secA .bg-wrapper::after {
  content: "";
  position: absolute;
  width: 268px;
  height: 345px;
  top: 0%;
  right: 0%;
  transform: scaleX(-1);
  background: url("../../images/leaf-2.png");
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .project-detail-secA .bg-wrapper::after {
    content: none;
  }
}
.project-detail-secA .bg-wrapper .top {
  margin-top: 100px;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .project-detail-secA .bg-wrapper .top {
    margin-top: 0;
  }
}
.project-detail-secA .bg-wrapper .top h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  max-width: 459px;
  margin: auto;
  margin-bottom: 30px;
  text-transform: capitalize;
}
@media only screen and (max-width: 540px) {
  .project-detail-secA .bg-wrapper .top h2 {
    font-size: 38px;
    margin-bottom: 15px;
  }
}
.project-detail-secA .bg-wrapper .top p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  max-width: 550px;
  margin: auto;
}
@media only screen and (max-width: 540px) {
  .project-detail-secA .bg-wrapper .top p {
    font-size: 16px;
    max-width: 90%;
  }
}
.project-detail-secA .bg-wrapper .top .btn2 {
  margin: 30px auto 0;
}
.project-detail-secA .bg-wrapper .bottom {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #B3BD5E;
  padding-bottom: 20px;
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .project-detail-secA .bg-wrapper .bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: none;
    padding-bottom: 0;
  }
}
.project-detail-secA .bg-wrapper .bottom li {
  width: 186px;
  padding: 20px;
  position: relative;
}
.project-detail-secA .bg-wrapper .bottom li::before {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 85px;
  width: 18px;
  height: 18px;
  border: 1px solid #B3BD5E;
  background: var(--white);
  border-radius: 50%;
}
@media only screen and (max-width: 540px) {
  .project-detail-secA .bg-wrapper .bottom li::before {
    content: none;
  }
}
.project-detail-secA .bg-wrapper .bottom li figure {
  width: 58px;
  height: 58px;
  margin: 0 auto 10px;
}
.project-detail-secA .bg-wrapper .bottom li figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.commenproject-sec .heading {
  padding: 50px 0;
  background: var(--white);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 540px) {
  .commenproject-sec .heading {
    padding: 20px 0;
  }
}
.commenproject-sec .heading figure {
  text-align: center;
  margin-bottom: 25px;
}
.commenproject-sec .heading h2 {
  -webkit-text-fill-color: white;
}
@media only screen and (max-width: 540px) {
  .commenproject-sec .heading h2 {
    font-size: 28px;
  }
}
.commenproject-sec .banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 100vh;
}
@media only screen and (max-width: 1024px) {
  .commenproject-sec .banner {
    height: 80vh;
  }
}
@media only screen and (max-width: 768px) {
  .commenproject-sec .banner {
    height: 70vh;
  }
}
@media only screen and (max-width: 540px) {
  .commenproject-sec .banner {
    height: 80vh;
  }
}
.commenproject-sec .banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 25.7%, rgba(0, 0, 0, 0.75) 58.48%);
}
@media only screen and (max-width: 768px) {
  .commenproject-sec .banner::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 13.04%, rgba(0, 0, 0, 0.81) 62.5%);
  }
}
.commenproject-sec .banner .bg {
  height: 100%;
}
.commenproject-sec .banner .bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .commenproject-sec .banner .bg .container {
    padding: 0;
  }
}
.commenproject-sec .banner .bg .container .bg-wrapper {
  position: absolute;
  width: 90%;
  left: 50%;
  bottom: 6%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media only screen and (max-width: 991px) {
  .commenproject-sec .banner .bg .container .bg-wrapper {
    bottom: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .commenproject-sec .banner .bg .container .bg-wrapper {
    bottom: -10%;
    flex-direction: column;
    text-align: center;
    gap: 50px;
  }
}
@media only screen and (max-width: 540px) {
  .commenproject-sec .banner .bg .container .bg-wrapper {
    gap: 10px;
    bottom: -6%;
  }
}
@media only screen and (max-width: 768px) {
  .commenproject-sec .banner .bg .container .bg-wrapper .left-content {
    margin: auto;
  }
}
@media only screen and (max-width: 540px) {
  .commenproject-sec .banner .bg .container .bg-wrapper .left-content {
    width: 100%;
  }
}
.commenproject-sec .banner .bg .container .bg-wrapper .left-content h2 {
  -webkit-text-fill-color: white;
  line-height: 1;
  max-width: 552px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .commenproject-sec .banner .bg .container .bg-wrapper .left-content h2 {
    margin: 0 auto 10px;
    font-size: 35px;
  }
}
@media only screen and (max-width: 540px) {
  .commenproject-sec .banner .bg .container .bg-wrapper .left-content h2 {
    font-size: 28px;
    max-width: 80%;
  }
}
.commenproject-sec .banner .bg .container .bg-wrapper .left-content p {
  max-width: 517px;
  font-family: Lato;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.6980392157);
}
.commenproject-sec .banner .bg .container .bg-wrapper .left-content .flex-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 540px) {
  .commenproject-sec .banner .bg .container .bg-wrapper .left-content .flex-box {
    gap: 5px;
  }
}
.commenproject-sec .banner .bg .container .bg-wrapper .left-content .flex-box .col {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  border-radius: 7.66px;
  padding: 14px 24px;
  min-height: 116.6710510254px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
@media only screen and (max-width: 540px) {
  .commenproject-sec .banner .bg .container .bg-wrapper .left-content .flex-box .col {
    flex-direction: column;
    flex: 0 1 50%;
    padding: 5px;
    gap: 10px;
    justify-content: center;
  }
}
.commenproject-sec .banner .bg .container .bg-wrapper .left-content .flex-box .col:last-child {
  grid-column: span 2;
  width: 50%;
  margin: auto;
}
.commenproject-sec .banner .bg .container .bg-wrapper .left-content .flex-box .col figure {
  width: 44px;
  height: 44px;
}
@media only screen and (max-width: 768px) {
  .commenproject-sec .banner .bg .container .bg-wrapper .left-content .flex-box .col figure {
    margin: auto;
  }
}
@media only screen and (max-width: 540px) {
  .commenproject-sec .banner .bg .container .bg-wrapper .left-content .flex-box .col figure {
    width: 30px;
    height: 30px;
    margin: 0;
  }
}
.commenproject-sec .banner .bg .container .bg-wrapper .left-content .flex-box .col figure svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.commenproject-sec .banner .bg .container .bg-wrapper .left-content .flex-box .col figure svg path {
  stroke: white;
}
.commenproject-sec .banner .bg .container .bg-wrapper .left-content .flex-box .col p {
  width: 123px;
  line-height: 1.4;
  font-weight: 400;
  font-size: 14px;
  line-height: 18.39px;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .commenproject-sec .banner .bg .container .bg-wrapper .left-content .flex-box .col p {
    font-size: 12px;
    width: auto;
  }
}

.project-detail-secC {
  background: #F3F4E6;
  position: relative;
  z-index: 1;
}
.project-detail-secC::before {
  content: "";
  position: absolute;
  width: 268px;
  height: 345px;
  top: 0%;
  left: 0%;
  background: url("../../images/leaf-2.png");
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .project-detail-secC::before {
    content: none;
  }
}
.project-detail-secC::after {
  content: "";
  position: absolute;
  width: 268px;
  height: 345px;
  top: 0%;
  right: 0%;
  transform: scaleX(-1);
  background: url("../../images/leaf-2.png");
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .project-detail-secC::after {
    content: none;
  }
}
.project-detail-secC h2 {
  text-align: center;
}
.project-detail-secC .grid-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
  max-width: 1120px;
  margin: 50px auto 40px;
}
@media only screen and (max-width: 1024px) {
  .project-detail-secC .grid-box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .project-detail-secC .grid-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .project-detail-secC .grid-box {
    grid-template-columns: repeat(2, 1fr);
    margin: 20px 0 10px;
  }
}
.project-detail-secC .grid-box .col {
  display: flex;
  align-items: center;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 540px) {
  .project-detail-secC .grid-box .col {
    flex-direction: column;
    text-align: center;
    margin: auto;
  }
}
.project-detail-secC .grid-box .col figure {
  background: #E0E4BE;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-detail-secC .grid-box .col figure img {
  -o-object-fit: contain;
     object-fit: contain;
}
.project-detail-secC .grid-box .col p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #303030;
  width: 162px;
}
@media only screen and (max-width: 540px) {
  .project-detail-secC .grid-box .col p {
    width: auto;
    width: 140px;
  }
}

.project-detail-secD {
  position: relative;
  z-index: 1;
  background: var(--white);
}
.project-detail-secD h2 {
  text-align: center;
}
.project-detail-secD .swiper-nav {
  justify-content: space-between;
  position: absolute;
  z-index: 2;
  width: 55%;
  top: 48%;
  left: 50%;
  transform: translate(-50%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .project-detail-secD .swiper-nav {
    display: none;
  }
}
.project-detail-secD .swiper-nav button {
  width: 44px;
  height: 44px;
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
  background: var(--white);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
  pointer-events: all;
}
.project-detail-secD .swiper-nav button:hover {
  background: var(--primary);
}
.project-detail-secD .swiper-nav button svg {
  height: 30px;
  width: 30px;
}
.project-detail-secD .swiper {
  width: 100%;
  padding: 30px 0 40px 0;
}
@media only screen and (max-width: 540px) {
  .project-detail-secD .swiper {
    padding: 20px 0 30px 0;
  }
}
.project-detail-secD .swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 568px !important;
  height: 402px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .project-detail-secD .swiper .swiper-slide {
    width: 228px !important;
    height: auto;
  }
}
.project-detail-secD .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}
.project-detail-secD .swiper .swiper-slide.swiper-slide-prev img, .project-detail-secD .swiper .swiper-slide.swiper-slide-next img {
  filter: grayscale(100%);
}

.project-detail-secE {
  position: relative;
  background: #F5F6EA;
  z-index: 1;
  text-align: center;
  padding: 60px 0 280px 0 !important;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .project-detail-secE {
    padding: 40px 0 50px 0 !important;
  }
}
.project-detail-secE::before {
  content: "";
  position: absolute;
  width: 268px;
  height: 345px;
  top: 0%;
  left: 0%;
  background: url("../../images/leaf-2.png");
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .project-detail-secE::before {
    content: none;
  }
}
.project-detail-secE::after {
  content: "";
  position: absolute;
  width: 268px;
  height: 345px;
  top: 0%;
  right: 0%;
  transform: scaleX(-1);
  background: url("../../images/leaf-2.png");
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .project-detail-secE::after {
    content: none;
  }
}
.project-detail-secE .container {
  max-width: 1080px;
}
.project-detail-secE .swiper-upper-wrapper {
  position: relative;
}
.project-detail-secE .swiper-nav {
  justify-content: space-between;
  position: absolute;
  z-index: 2;
  width: 112%;
  left: 50%;
  top: 38%;
  transform: translate(-50%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .project-detail-secE .swiper-nav {
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .project-detail-secE .swiper-nav {
    display: none;
  }
}
.project-detail-secE .swiper-nav button {
  width: 44px;
  height: 44px;
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
  background: var(--white);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
  pointer-events: all;
}
.project-detail-secE .swiper-nav button:hover {
  background: var(--primary);
}
.project-detail-secE .swiper-nav button svg {
  height: 30px;
  width: 30px;
}
.project-detail-secE .swiper-nav button.swiper-button-disabled {
  cursor: no-drop;
  opacity: 0.4;
}
@media only screen and (max-width: 1024px) {
  .project-detail-secE .swiper {
    width: 90%;
  }
}
@media only screen and (max-width: 540px) {
  .project-detail-secE .swiper {
    width: 100%;
  }
}
.project-detail-secE .swiper .swiper-wrapper {
  padding: 30px 0 50px 0;
}
@media only screen and (max-width: 540px) {
  .project-detail-secE .swiper .swiper-wrapper {
    padding: 10px 0 50px 0;
  }
}
.project-detail-secE .swiper .swiper-wrapper .swiper-slide {
  padding: 30px 30px 20px 30px;
  border: 1px solid #D8D8D8;
  background: var(--white);
  border-radius: 10px;
}
.project-detail-secE .swiper .swiper-wrapper .swiper-slide figure {
  width: 45px;
  height: 45px;
  margin: 0 auto 10px;
}
.project-detail-secE .swiper .swiper-wrapper .swiper-slide figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.project-detail-secE .swiper .swiper-wrapper .swiper-slide p {
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #303030;
  text-align: center;
  margin-bottom: 5px;
}
.project-detail-secE .map-figure {
  width: 513px;
  height: 513px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  bottom: -36%;
  left: 50%;
  transform: translate(-50%);
}
@media only screen and (max-width: 540px) {
  .project-detail-secE .map-figure {
    border-radius: inherit;
    height: 460px;
    position: relative;
    width: 100%;
  }
}
.project-detail-secE .map-figure iframe {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-detail-secF {
  position: relative;
  z-index: 1;
  background: var(--white);
}
.project-detail-secF .flex-box {
  gap: 50px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .project-detail-secF .flex-box {
    flex-direction: column;
  }
}
@media only screen and (max-width: 540px) {
  .project-detail-secF .flex-box {
    gap: 30px;
  }
}
.project-detail-secF .flex-box .col:first-child {
  width: 576px;
  height: 386px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .project-detail-secF .flex-box .col:first-child {
    width: auto;
    height: auto;
  }
}
.project-detail-secF .flex-box .col:first-child img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-detail-secF .flex-box .col:last-child {
  flex: 0 1 50%;
}
@media only screen and (max-width: 768px) {
  .project-detail-secF .flex-box .col:last-child {
    text-align: center;
  }
}
.project-detail-secF .flex-box .col:last-child p {
  margin-bottom: 30px;
  max-width: 474px;
}

.project-detail-secG {
  position: relative;
  z-index: 1;
  background: #F6F4EA;
  height: 90vh;
}
@media only screen and (max-width: 768px) {
  .project-detail-secG {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.project-detail-secG img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.project-detail-secH {
  position: relative;
  z-index: 1;
  background: var(--white);
}
.project-detail-secH .container {
  max-width: 1180px;
}
.project-detail-secH .project-swiper-wrapper {
  position: relative;
}
.project-detail-secH .project-swiper-wrapper .swiper-nav {
  justify-content: space-between;
  position: absolute;
  z-index: 2;
  width: 105%;
  left: 50%;
  top: 45%;
  transform: translate(-50%);
}
@media only screen and (max-width: 768px) {
  .project-detail-secH .project-swiper-wrapper .swiper-nav {
    display: none;
  }
}
.project-detail-secH .project-swiper-wrapper .swiper-nav button {
  width: 44px;
  height: 44px;
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
  background: var(--white);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-detail-secH .project-swiper-wrapper .swiper-nav button:hover {
  background: var(--primary);
}
.project-detail-secH .project-swiper-wrapper .swiper-nav button svg {
  height: 30px;
  width: 30px;
}
.project-detail-secH .swiper {
  padding: 20px 0 0 0;
}
.project-detail-secH .swiper .swiper-slide {
  border: 1px solid #D7D7D7;
  border-radius: 10px;
  overflow: hidden;
}
.project-detail-secH .swiper .swiper-slide:hover figure img {
  scale: 1.1;
}
.project-detail-secH .swiper .swiper-slide figure {
  height: 385px;
  overflow: hidden;
  position: relative;
}
.project-detail-secH .swiper .swiper-slide figure::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 55px 12px white;
  transform: skewX(-20deg);
  z-index: 1;
}
.project-detail-secH .swiper .swiper-slide figure:hover::before {
  animation: shine 0.4s linear;
  animation-fill-mode: none;
}
@media only screen and (max-width: 540px) {
  .project-detail-secH .swiper .swiper-slide figure {
    height: 185px;
  }
}
.project-detail-secH .swiper .swiper-slide figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s ease;
}
.project-detail-secH .swiper .swiper-slide figcaption {
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 540px) {
  .project-detail-secH .swiper .swiper-slide figcaption {
    padding: 10px 10px 20px 20px;
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}
.project-detail-secH .swiper .swiper-slide figcaption .col:first-child h3 {
  font-weight: 400;
  font-size: 36px;
  color: var(--black);
}
@media only screen and (max-width: 540px) {
  .project-detail-secH .swiper .swiper-slide figcaption .col:first-child h3 {
    font-size: 22px;
  }
}
.project-detail-secH .swiper .swiper-slide figcaption .col:first-child p {
  font-weight: 400;
  font-size: 16px;
}
@media only screen and (max-width: 540px) {
  .project-detail-secH .swiper .swiper-slide figcaption .col:first-child p {
    line-height: 1.2;
  }
}
.project-detail-secH .swiper .swiper-slide figcaption .col:last-child {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6980392157);
  font-size: 14px;
  line-height: 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.2509803922);
  padding: 0 20px 0 40px;
}
@media only screen and (max-width: 540px) {
  .project-detail-secH .swiper .swiper-slide figcaption .col:last-child {
    border-left: none;
    padding: 0;
  }
}/*# sourceMappingURL=project.css.map */