/* portfolio-section-start */
.coming-soon {
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
    background: linear-gradient(135deg, #03A9F4, #2196F3);
    padding: 4px 26px;
    border-radius: 11px;
    text-align: left;
    letter-spacing: 2px;
    text-transform: capitalize;
    max-width: 325px;
}
.coming-soon span{
  color: #fff;
  font-size: 20px;
}
.dots::after {
  content: '';
  color: #fff;
  animation: dots 1.7s steps(4, end) infinite;
}

@keyframes dots {
  0% { content: ''; }
  25% { content: '.'; }
  50% { content: '..'; }
  75% { content: '...'; }
  100% { content: ''; }
}

.portfoliobanner {
  position: relative;
  overflow: hidden;
}
.portfoliobanner .our-feature-project {
  padding-top: 80px;
}
.portfoliobanner .row.svg-cloud-row {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.portfoliobanner .row:first-child {
  padding: 40px 0;
  padding-bottom: 103px;
}

.portfoliobanner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80%;
  width: 100%;
  z-index: -1;
  background: #001233;
}

.portfoliobanner span {
  background-image: linear-gradient(
    -225deg,
    #25c1d5,
    #75b6bf 29%,
    #19737f 67%,
    #5dc9d7
  );
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
/* end */
.our-feature-project {
  padding-top: 48px;
}
.project-categories {
  background: #00a0af1a;
  background-color: #e8f5ff;
  border-radius: 20px;
  padding: 20px;
}
.project-categories ul.project-list li {
  background: transparent;
  padding-bottom: 15px;
  cursor: pointer;
  transition: 0.2s;
  font-size: 20px;
  font-weight: 500;
}

.our-feature-project .feature-project-right {
  border-radius: 20px;
  background: #12a8e312;
  padding: 40px;
  margin-bottom: 40px;
}
.our-feature-project .feature-project-right.two {
  background: #afb6e55c;
}
.our-feature-project .feature-project-right.three {
  background: #f2d6d6;
}
.our-feature-project .feature-project-right.four {
  background: #12a8e312;
}
.our-feature-project .feature-project-right.five {
  background: #afb6e55c;
}
.our-feature-project .feature-project-right.six {
  background: #f2d6d6;
}
.our-feature-project .feature-project-right.seven {
  background: #12a8e312;
}
.our-feature-project .feature-project-right.eight {
  background: #afb6e55c;
}
.our-feature-project .feature-project-right .img-content {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  z-index: 1;
  height: 170px;
}
.our-feature-project .row .col-md-9 .feature-project-right:last-child {
  margin: 0 !important;
}
.our-feature-project .feature-project-right:nth-child(odd) {
    background: #e1798a1f;
}
.our-feature-project .img-city {
  width: 100%;
  max-width: 70px;
}

.our-feature-project .feature-project-content {
  width: 70%;

  padding-right: 20px;
}

.feature-project-one {
  display: flex;
}

.our-feature-project .feature-project-content p {
  margin: 30px 0;
}
.our-feature-project .feature-project-content ul {
  display: flex;
  gap: 30px;
}

.our-feature-project .feature-project-content ul span {
  font-size: 13px;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 5px;
}
.our-feature-project .project-sidebar ul.project-list {
  background-color: #e8f5ff;
  border-radius: 20px;
  padding: 20px;
}
.our-feature-project .feature-project-content ul h6 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 14px;
}

.our-feature-project .feature-project-right .feature-right-img {
  width: 30%;
}

.our-feature-project .feature-project-right .feature-right-img img {
  max-width: 300px;
  height: 331px;
  object-fit: contain;
}
.our-feature-project .project-sidebar {
  position: sticky;
  top: 100px;
}
.our-feature-project .project-search {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.our-feature-project .project-search button#search-submit {
  padding: 15px;
  border-radius: 50px;
  position: absolute;
  right: 5px;
  width: 40px;
  height: 30px;
  width: 100%;
  max-width: 30px;
  border: 0;
  background: #00a0af;
}
.our-feature-project input.form-control {
  width: 100%;
  padding: 13px 24px;
  border: 1px solid #e6e6e6;
  border-radius: 50px;
  position: relative;
  font-weight: 400;
  color: #606060;
}
.our-feature-project .project-sidebar button.Search-btn {
  position: absolute;
  border: 0;
  border-radius: 50px;
  background-color: #fd4d92;
  color: #fff;
  font-weight: 600;
  height: 40px;
  width: 40px;
  padding: 0;
  right: 7px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}
/* slider-css */
.slick-slide img {
  display: block;
  position: relative !important;
}
.slider-card {
  width: 100%;
}
.silder-content,
.slider-img {
  width: 50%;
}

.slider-img img {
  max-width: 200px;
  height: 200px !important;
  object-fit: contain !important;
}
.custom-slider-new ul.slick-dots {
  bottom: -44px;
}
.custom-slider .slider-card:nth-child(1) {
  background: #afb6e55c;
}

.custom-slider .slider-card:nth-child(3) {
  background: #ff98003b;
}
.slider-card {
  width: 100%;
  border-radius: 10px;
  background: #00a0af5c;
  border: 1px solid transparent;
}
/* end */
/* pegination css-start */
.btn-number,
button.btn.btn-outline-primary {
  width: 40px;
  height: 40px;
  border: 1px solid #bbb;
  margin: 0 3px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 0;
}

.pagination-controls .btn-primary {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  box-shadow: 1px 3px 8px 0 rgba(0, 195, 255, 0.3);
}
.our-feature-project .project-sidebar .active {
  border: 0;
  color: #00a0af;
}

.our-feature-project .project-sidebar .btn:hover {
  color: #00a0af;
}

.our-feature-project .project-sidebar button.btn {
  border: 0;
  padding-bottom: 15px;
}

button.btn.btn-outline-primary:hover {
  color: unset;
}
.our-feature-project button.btn.btn-outline-primary svg path {
  fill: #000;
}
.project-categories::-webkit-scrollbar {
  width: 0;
}
button.btn.btn-outline-primary:hover {
  background: #000;
}
button.btn.btn-outline-primary:hover svg path {
  fill: #fff;
}
/* end */
/* 15-5-2025 start*/
.our-feature-project .feature-project-right .img-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: 100%;
  background-image: url(/images/portfolio/expo-city.svg);
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: left;
  z-index: -1;
}

.our-feature-project .feature-project-right .img-content h3 {
  padding-top: 60px;
  padding-left: 58px;
  font-size: 32px;
  max-width: 350px;
}
@media (max-width: 1199px) {
  .portfoliobanner .row.svg-cloud-row {
    bottom: 10px;
  }
  .our-feature-project .feature-project-right .img-content h3 {
    font-size: 25px;
  }
  .our-feature-project .feature-project-right .img-content:before {
    background-size: 130px;
  }
}
@media (max-width: 991px) {
  .portfoliobanner:before {
    height: 84%;
  }
  .our-feature-project .feature-project-right .feature-right-img {
    width: 50%;
  }
  .our-feature-project .row {
    margin: 0;
  }
  .our-feature-project .project-sidebar button.btn {
    padding-left: 0;
    padding-right: 0;
  }
  .coming-soon{
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .portfoliobanner:before {
    height: 87%;
  }
  .portfoliobanner .row:first-child {
    padding-bottom: 80px;
  }
  ul.project-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
  }

  .project-categories {
    overflow-x: scroll;
    background: transparent;
  }
  .our-feature-project .project-sidebar ul.project-list {
    background: transparent;
    padding-bottom: 0;
}
  .our-feature-project .project-sidebar button.btn {
    border: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  ul.project-list li {
    width: 100%;
    white-space: nowrap;
    background: #e8f5ff;
    padding: 10px;
    font-size: 16px;
    border-radius: 10px;
    width: fit-content;
  }
  .slider-card {
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
  }
  .silder-content,
  .slider-img {
    width: 100%;
  }
  .portfoliobanner h1, .portfoliobanner h1  span {
    font-size: 34px;
    line-height: 1.4;
}
}
@media (max-width: 576px) {
  .portfoliobanner .row.svg-cloud-row {
    bottom: 10px;
    display: none;
  }
  .portfoliobanner:before {
    height: 100%;
  }
  .portfoliobanner .row:first-child {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .our-feature-project .feature-project-one {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .our-feature-project .feature-project-content {
    width: 100%;
    padding: 0;
  }
  .slider-card {
    text-align: center;
  }

  .slider-card .slider-img img {
    text-align: center;
    margin: 0 auto;
  }
  .our-feature-project .feature-project-right .img-content,
  .our-feature-project .feature-project-content ul {
    justify-content: left;
  }

  .our-feature-project .feature-project-content ul span {
    margin-top: 0;
  }
  .our-feature-project .feature-project-right .feature-right-img {
    width: 100%;
    margin-top: 30px;
    text-align: left;
  }
  .slider-card {
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
    flex: 0 0 100%;
  }
  .our-feature-project .feature-project-content p {
    margin: 0 0;
  }
  .our-feature-project .feature-project-right .feature-right-img img {
    max-width: 200px;
    height: 100%;
    display: block;
    margin: 0 auto;
  }
  .our-feature-project .feature-project-right {
    padding: 40px 20px;
  }
  .custom-slider {
    overflow-x: scroll;
  }
  .custom-slider::-webkit-scrollbar {
    width: 0px;
  }
  .custom-slider-new ul.slick-dots {
    bottom: -26px;
  }
  .custom-slider-new {
    overflow: hidden;
  }
}
