@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.projects-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .projects-banner {
    height: 80vh;
  }
}
@media only screen and (max-width: 991px) {
  .projects-banner {
    height: 50vh;
  }
}
@media only screen and (max-width: 540px) {
  .projects-banner {
    height: 60vh;
  }
}
.projects-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}
.projects-banner .video-background 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) {
  .projects-banner .video-background .container {
    padding: 0;
  }
}
.projects-banner .video-background .container .bg-wrapper {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 50%;
  bottom: 15%;
  transform: translate(-50%, -50%);
}
.projects-banner .video-background .container .bg-wrapper .play-button {
  margin-top: 100px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 540px) {
  .projects-banner .video-background .container .bg-wrapper .play-button {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
}
.projects-banner .video-background .container .bg-wrapper .play-button p {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.projects-banner .video-background .container .bg-wrapper h1 {
  line-height: 1.1;
  text-align: left;
  margin-bottom: 18px;
  max-width: 660px;
  margin-bottom: 5px;
  margin: auto;
  text-align: center;
}
.projects-banner .video-background .container .bg-wrapper h2 {
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 20px;
}
.projects-banner .video-background .container .bg-wrapper p {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: var(--white);
  max-width: 50%;
}
@media only screen and (max-width: 991px) {
  .projects-banner .video-background .container .bg-wrapper p {
    max-width: 100%;
    color: rgba(255, 255, 255, 0.8784313725);
  }
}
@media only screen and (max-width: 540px) {
  .projects-banner .video-background .container .bg-wrapper p {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    color: rgba(255, 255, 255, 0.8588235294);
    display: none;
  }
}

.project-secA .grid-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .project-secA .grid-box {
    display: block;
  }
}
.project-secA .grid-box .grid-box-item figure {
  height: 444px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
@media only screen and (max-width: 540px) {
  .project-secA .grid-box .grid-box-item figure {
    height: 350px;
  }
}
.project-secA .grid-box .grid-box-item figure:hover .figinfo {
  transform: translateY(0%);
}
@media only screen and (max-width: 768px) {
  .project-secA .grid-box .grid-box-item figure:hover .figinfo {
    transform: translateX(-50%);
  }
}
.project-secA .grid-box .grid-box-item figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
@media only screen and (max-width: 768px) {
  .project-secA .grid-box .grid-box-item figure::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  }
}
.project-secA .grid-box .grid-box-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.project-secA .grid-box .grid-box-item figure .figinfo {
  position: absolute;
  bottom: 10%;
  left: 10%;
  max-width: 70%;
  transform: translateY(40%);
  transition: 0.5s ease;
}
@media only screen and (max-width: 1024px) {
  .project-secA .grid-box .grid-box-item figure .figinfo {
    max-width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  .project-secA .grid-box .grid-box-item figure .figinfo {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 80%;
  }
}
@media only screen and (max-width: 540px) {
  .project-secA .grid-box .grid-box-item figure .figinfo {
    width: 100%;
    max-width: 100%;
  }
}
.project-secA .grid-box .grid-box-item figure .figinfo h4 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 30px;
  color: var(--white);
  font-family: "Cinzel";
}
@media only screen and (max-width: 1024px) {
  .project-secA .grid-box .grid-box-item figure .figinfo h4 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .project-secA .grid-box .grid-box-item figure .figinfo h4 {
    max-width: 90%;
    margin: auto;
  }
}
@media only screen and (max-width: 540px) {
  .project-secA .grid-box .grid-box-item figure .figinfo h4 {
    font-size: 20px;
  }
}
.project-secA .grid-box .grid-box-item figure .figinfo p {
  font-weight: 450;
  font-size: 18px;
  color: var(--white);
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .project-secA .grid-box .grid-box-item figure .figinfo p {
    max-width: 90%;
    margin: auto;
  }
}
@media only screen and (max-width: 540px) {
  .project-secA .grid-box .grid-box-item figure .figinfo p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 540px) {
  .project-secA .grid-box .grid-box-item figure .figinfo .btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
.project-secA .grid-box .grid-box-item figure .figinfo .btn-group a:first-child {
  margin-right: 20px;
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (max-width: 540px) {
  .project-secA .grid-box .grid-box-item figure .figinfo .btn-group a:first-child {
    display: inline-block;
    margin: 0;
    font-size: 14px;
  }
}
.project-secA .grid-box .grid-box-item figure .figinfo .btn-group a:last-child {
  border: 1px solid var(--white);
  background: transparent;
  color: var(--white) !important;
  font-weight: 500;
  font-size: 16px;
}
.project-secA .grid-box .grid-box-item figure .figinfo .btn-group a:last-child:hover {
  background: var(--white);
  color: var(--black) !important;
}
@media only screen and (max-width: 540px) {
  .project-secA .grid-box .grid-box-item figure .figinfo .btn-group a:last-child {
    display: inline-block;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .project-secA .grid-box .grid-box-item:first-child {
    margin-bottom: 30px;
  }
}
.project-secA .grid-box .grid-box-item:first-child .figinfo {
  transform: translateY(60%);
}
@media only screen and (max-width: 768px) {
  .project-secA .grid-box .grid-box-item:first-child .figinfo {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 80%;
  }
}
@media only screen and (max-width: 540px) {
  .project-secA .grid-box .grid-box-item:first-child .figinfo {
    width: 100%;
  }
}

.projects-detail-banner {
  position: relative;
  color: white;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .projects-detail-banner {
    height: 70vh;
  }
}
@media only screen and (max-width: 991px) {
  .projects-detail-banner {
    height: 60vh;
  }
}
.projects-detail-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.28) 100%);
}
@media only screen and (max-width: 540px) {
  .projects-detail-banner::before {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 90%), linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.85) 100%);
  }
}
.projects-detail-banner .bg-background {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects-detail-banner .bg-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects-detail-banner .bg-wrapper {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .projects-detail-banner .bg-wrapper {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .projects-detail-banner .bg-wrapper {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .projects-detail-banner .bg-wrapper {
    bottom: 5%;
  }
}
.projects-detail-banner .bg-wrapper .top-heading {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .projects-detail-banner .bg-wrapper .top-heading {
    text-align: center;
  }
}
.projects-detail-banner .bg-wrapper .top-heading p {
  font-weight: 450;
  font-size: 16px;
}
@media only screen and (max-width: 540px) {
  .projects-detail-banner .bg-wrapper .top-heading p {
    font-size: 15px;
    line-height: 1.2;
  }
}
.projects-detail-banner .bg-wrapper .right-logo {
  width: 200px;
}
@media only screen and (max-width: 540px) {
  .projects-detail-banner .bg-wrapper .right-logo {
    display: none;
  }
}
.projects-detail-banner .bg-wrapper .right-logo img {
  width: 80px;
}
.projects-detail-banner .bg-wrapper .right-logo p {
  line-height: 1.3;
}
.projects-detail-banner .bg-wrapper h1 {
  font-weight: 400;
  font-size: 48px;
  line-height: 45px;
  text-align: left;
  margin-bottom: 18px;
}
@media only screen and (max-width: 991px) {
  .projects-detail-banner .bg-wrapper h1 {
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .projects-detail-banner .bg-wrapper h1 {
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 1.1;
    text-align: center;
  }
}
.projects-detail-banner .bg-wrapper p {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: var(--white);
}
@media only screen and (max-width: 540px) {
  .projects-detail-banner .bg-wrapper p {
    font-size: 13px;
    max-width: 100%;
    margin: auto;
  }
}

@media only screen and (max-width: 540px) {
  .projects-detail-secB {
    padding: 30px 0 0px 0 !important;
  }
}
.projects-detail-secB .flex-box {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .projects-detail-secB .flex-box {
    display: block;
  }
}
.projects-detail-secB .flex-box-item:first-child {
  width: 50%;
  line-height: 0;
}
.projects-detail-secB .flex-box-item:first-child video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .projects-detail-secB .flex-box-item:first-child {
    width: 100%;
  }
}
.projects-detail-secB .flex-box-item:last-child {
  width: 50%;
  background: #143C5C;
  padding: 120px 90px;
  background-image: url("../../../assets/images/project/sec-b-bg.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media only screen and (max-width: 1024px) {
  .projects-detail-secB .flex-box-item:last-child {
    padding: 120px 60px;
  }
}
@media only screen and (max-width: 768px) {
  .projects-detail-secB .flex-box-item:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .projects-detail-secB .flex-box-item:last-child {
    padding: 60px 10px;
  }
}
.projects-detail-secB .flex-box-item:last-child h2 {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 20px;
  color: var(--white);
}
.projects-detail-secB .flex-box-item:last-child ul {
  padding: 0 0 80px 0;
}
@media only screen and (max-width: 540px) {
  .projects-detail-secB .flex-box-item:last-child ul {
    padding: 0 0 40px 0;
  }
}
.projects-detail-secB .flex-box-item:last-child ul li {
  color: white;
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
}
.projects-detail-secB .flex-box-item:last-child ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  background: var(--white);
  width: 10px;
  border-radius: 50%;
  aspect-ratio: 1;
}
.projects-detail-secB .flex-box-item:last-child .bottom-btn {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 540px) {
  .projects-detail-secB .flex-box-item:last-child .bottom-btn {
    gap: 20px;
  }
}
.projects-detail-secB .flex-box-item:last-child .bottom-btn a:first-child {
  border: 1px solid var(--white);
}
.projects-detail-secB .flex-box-item:last-child .bottom-btn a:first-child:hover {
  background: transparent;
  border: 1px solid var(--white);
  color: white !important;
}
.projects-detail-secB .flex-box-item:last-child .bottom-btn a:last-child {
  border: 1px solid #FFFFFF;
  background: transparent;
  color: var(--white) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}
.projects-detail-secB .flex-box-item:last-child .bottom-btn a:last-child:hover {
  background: white;
  color: var(--primary) !important;
}
.projects-detail-secB .flex-box-item:last-child .bottom-btn a:last-child:hover svg path {
  fill: var(--primary) !important;
}
.projects-detail-secB .flex-box-item:last-child .bottom-btn a:last-child svg {
  margin: 0;
}
.projects-detail-secB .flex-box-item:last-child .bottom-btn a:last-child svg path {
  fill: white;
  transition: 0.5s ease;
}

.proejcts-detail-secC {
  padding: 40px 0 60px 0;
  text-align: center;
}
.proejcts-detail-secC p {
  max-width: 50%;
  margin: auto;
  text-align: center;
  padding: 20px 0 50px 0;
}
@media only screen and (max-width: 768px) {
  .proejcts-detail-secC p {
    max-width: 90%;
  }
}
@media only screen and (max-width: 540px) {
  .proejcts-detail-secC p {
    max-width: 100%;
    font-size: 14px;
  }
}
.proejcts-detail-secC a {
  border: 1px solid var(--primary);
  color: var(--primary) !important;
  text-transform: capitalize;
}

.projects-detail-secA p {
  max-width: 55%;
  margin: auto;
  text-align: center;
  padding: 20px 0 50px 0;
}
@media only screen and (max-width: 768px) {
  .projects-detail-secA p {
    max-width: 90%;
  }
}
@media only screen and (max-width: 540px) {
  .projects-detail-secA p {
    max-width: 100%;
    font-size: 14px;
  }
}
.projects-detail-secA h3 {
  font-weight: 450;
  font-size: 24px;
  max-width: 56%;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .projects-detail-secA h3 {
    max-width: 90%;
  }
}
@media only screen and (max-width: 540px) {
  .projects-detail-secA h3 {
    max-width: 100%;
    font-size: 18px;
  }
}
.projects-detail-secA .grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  padding: 50px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .projects-detail-secA .grid-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.projects-detail-secA .grid-box .grid-box-item {
  border: 1px solid #143C5C;
  border-radius: 10px;
  text-align: center;
  padding: 20px 0;
}
.projects-detail-secA .grid-box .grid-box-item img {
  padding-bottom: 10px;
}
.projects-detail-secA .grid-box .grid-box-item p {
  padding: 0;
}

.proejcts-detail-secD figure {
  line-height: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .proejcts-detail-secD figure {
    height: 60vh;
  }
}
.proejcts-detail-secD figure .map-img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .proejcts-detail-secD figure .map-img {
    scale: 3;
    position: relative;
    -o-object-fit: contain;
       object-fit: contain;
    top: -10%;
    left: 25%;
  }
}

strong {
  color: black;
}

.project2-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .project2-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.project2-wrapper .project2-col2 p {
  max-width: none;
  text-align: left;
  padding-bottom: 0px;
}
.project2-wrapper .project2-col2 h2 {
  text-align: left;
}/*# sourceMappingURL=projects.css.map */