﻿.html-home-page #all-projects-stores .view-all {
  display: inline-block;
  padding: 13px 35px;
  background-color: #9aa6b7;
  color: #7D7F83;
  text-transform: uppercase;
  text-shadow: 1px 1px rgba(0,0,0,.15);
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

.html-project-page .center-2 .blogpost-page {
  position: relative;
  background: #fff;
  margin-bottom: 30px;
  padding: 25px;
  box-shadow: -2px 14px 45px -16px rgba(0,0,0,.2);
}

.html-project-page .blog.container {
  margin: 25px auto 40px;
}

.html-project-page .center-2 {
  width: 75%;
  margin: 0 auto;
}

#all-projects-stores .swiper-nav .swiper-button-next::after,
#all-projects-stores .swiper-nav .swiper-button-prev::after {
  font-size: 15px;
  font-family: "icomoon" !important;
  font-weight: 500;
}

#all-projects-stores .swiper-nav .swiper-button-next::after {
  content: "\e954";
}

#all-projects-stores .swiper-nav .swiper-button-prev::after {
  content: "\e934";
}

#all-projects-stores .swiper-nav .swiper-button-next,
#all-projects-stores .swiper-nav .swiper-button-prev {
  position: static;
  height: auto;
  box-shadow: none;
  opacity: 1;
  visibility: visible;
  font-size: 15px;
  margin: 0;
}

  #all-projects-stores .swiper-nav .swiper-button-next.swiper-button-disabled,
  #all-projects-stores .swiper-nav .swiper-button-prev.swiper-button-disabled {
    opacity: 0.4;
  }

#all-projects-stores .swiper-nav {
  position: absolute;
  right: -8px;
  transform: translateY(5px);
  display: flex;
  flex-direction: row-reverse;
  z-index: 10;
  top: 55px;
}

@media (max-width: 992px) {
  #all-projects-stores .swiper-nav {
    top: 45px;
  }
}

#all-projects-stores {
  background-color: #F3F4FA;
}

.html-project-page #all-projects-stores .project-item {
  background: #fff;
  border: 1px solid #e6e9ec;
  transition: all .25s;
  margin-bottom: 10px;
  box-shadow: 0 5px 15px rgba(200,215,226,.75);
}

#all-projects-stores .swiper .swiper-wrapper {
  padding-bottom: 40px;
}

#all-projects-stores .swiper .project-item {
  padding-right: 20px;
  padding-top: 20px;
  position: relative;
}

  #all-projects-stores .swiper .project-item .project-content {
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0px 10px 25px -16px rgba(0, 0, 0, 0.2);
    overflow: visible;
  }

    #all-projects-stores .swiper .project-item .project-content .project-logo {
      position: absolute;
      top: 0;
      right: 0;
      left: auto;
      z-index: 100;
      max-width: 20%;
      padding: 20px;
      background: #fff;
      box-shadow: -2px 14px 45px -16px rgba(0, 0, 0, .2);
      border-radius: 5px;
      aspect-ratio: 3 / 2;
      object-fit: scale-down;
    }

.project-item .picture {
  position: relative;
  overflow: hidden;
  display: block;
}

  .project-item .picture::before {
    content: "";
    display: block;
    padding-top: 47%;
  }

#project-carousal .swiper-slide {
  padding-top: 20px;
  padding-right: 20px;
}

.project-item .picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}

.project-item .picture .logo {
  top: 0;
  right: 0;
  left: auto;
  transform: none;
  z-index: 10;
  height: auto;
  width: auto;
  object-fit: contain;
  width: 122px;
  padding: 20px;
  background: #fff;
  box-shadow: -2px 14px 45px -16px rgba(0, 0, 0, 0.2);
}

.project-item .details {
  padding: 10px 10px;
  position: relative;
  padding-right: 130px;
  min-height: 56px;
}

  .project-item .details .project-title {
    line-height: 40px;
  }

.case-study-button {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #001844 url(../img/case-study-button-icon.svg) right 15px center no-repeat;
  color: #FFF;
  padding: 8px 15px;
  border-radius: 3px;
  text-decoration: none;
  padding-right: 40px;
  background-size: 16px;
}

@media only screen and (max-width: 767px) {
  .project-item .details {
    padding: 10px;
  }
}


.project-item .project-title a {
  color: #454548fc;
  text-decoration: none;
  display: block;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}

.html-home-page #all-projects-stores .swiper-button-next, .html-home-page #all-projects-stores .swiper-button-prev {
  background: none;
}

.html-home-page #all-projects-stores .swiper-wrapper {
  margin: 0 -10px;
}

.html-home-page #all-projects-stores .view-all-button {
  position: absolute;
  right: 90px;
  width: max-content;
  top: 40px;
}

.html-home-page #all-projects-stores .view-all {
  border-radius: 1000px;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}

.view-all-button:hover {
  opacity: 0.9;
}

#all-projects-stores .container {
  position: relative;
  padding: 39px 0px 37px 0px;
}

@media (max-width: 1199px) {
  #all-projects-stores .swiper-nav {
    right: 5px;
  }
}

@media (max-width: 768px) {
  .html-home-page #all-projects-stores .swiper-wrapper {
    margin: 0px;
  }

  .html-home-page #all-projects-stores h2.title {
    margin-left: 10px;
  }
}

.html-home-page #all-projects-stores h2.title {
  width: 50%;
}

.all-projects-page .product-item .picture a img {
  height: 92%;
}

.all-projects-page .project-title a {
  color: #001844;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.all-projects-page .product-item {
  box-shadow: none;
  background: #FFF;
  box-shadow: 0px 2px 3px 0px #0000000D;
  margin-bottom: 30px;
  transition: all 0.3s linear;
  border: none;
}
.all-projects-page .product-item:hover {
  box-shadow: -2px 14px 45px -16px #00000033;
  transform: translateY(-5px);
}
.all-projects-page .master-wrapper-page {
  background-color: #FFF !important;
}

.all-projects-page .master-wrapper-content {
  background-color: #F4F9FD !important;
}

.all-projects-page .additional-details h4 {
  color: #001844;
  margin-bottom: 5px;
}

.all-projects-page .case-study a,
.all-projects-page .project-tags a {
  text-decoration: none;
}

.all-projects-page .project-tags h4 {
  display: inline-block;
}

#all-projects-stores .title {
  padding-left: 10px !important;
}

@media (min-width: 1200px) {
  #all-projects-stores .product-tab-container {
    margin-left: 0;
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  .html-home-page #all-projects-stores h2.title {
    padding-left: 7px !important;
    margin-left: 0px !important;
  }

  #all-projects-stores .product-tab-container {
    padding-left: 0px !important;
  }
}

@media (max-width: 991px) and (min-width: 769px) {
  #all-projects-stores .product-tab-container {
    margin-left: 10px !important;
  }
}

#all-projects-stores .view-all {
  padding: 13px 25px !important;
}

div#project-carousal {
  margin-bottom: 0px !important;
  margin-top: 27px !important;
}

@media only screen and (max-width: 1199px) {
  #all-projects-stores .product-tab-container {
    padding-left: 10px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #all-projects-stores .swiper-slide-active {
    margin-left: 10px;
  }

  #all-projects-stores .product-tab-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #all-projects-stores .swiper-slide {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 767px) {
  #all-projects-stores .project-item {
    width: 98% !important;
  }
}
/*#all-projects-stores .swiper-slide{
    width: 361px !important;
}*/
/*#all-projects-stores .swiper-wrapper{
    overflow: hidden;
}*/
@media only screen and (max-width: 655px) {

  #all-projects-stores swiper-slide swiper-slide-active {
    padding-right: 5px;
  }
}


@media only screen and (max-width: 498px) {
  .project-title {
    font-size: 12px;
  }
}


@media only screen and (max-width: 380px) {
  .project-title {
    font-size: 10px;
  }
}


.all-projects-page .product-item .picture::before {
  padding-top: 52.5%;
}

.all-projects-page .product-item .picture a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.all-projects-page .project-title {
  font-size: 20px;
}


.all-projects-page .product-grid [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

@media only screen and (max-width: 655px) {
  .all-projects-page .product-item .picture {
    height: 160px !important;
  }
}

/*@media (max-width: 991px) {
  .all-projects-page .product-item .project-title {
    font-size: 14px;
  }

  .all-projects-page .product-item .additional-details h4, .all-projects-page .product-item .additional-details .project-tags a, .project-country-name {
    font-size: 12px;
  }
}*/

@media only screen and (max-width: 498px) {
  .all-projects-page .product-item .picture {
    height: 140px !important;
  }

  /*  .all-projects-page .product-item .project-title {
    font-size: 12px;
  }

  .all-projects-page .product-item .additional-details h4, .all-projects-page .product-item .additional-details .project-tags a {
    font-size: 10px;
  }*/
}

@media only screen and (max-width: 400px) {
  .all-projects-page .product-item .picture {
    height: 120px !important;
  }
}

@media only screen and (max-width: 768px) {
  .all-projects-page .product-item .picture a img {
    width: 98%;
    height: 94%;
  }
}
/*@media only screen and (max-width: 380px) {
  .all-projects-page .product-item .project-title {
    font-size: 10px;
  }

  .all-projects-page .product-item .additional-details h4, .all-projects-page .product-item .additional-details .project-tags a {
    font-size: 9px;
  }
}*/

.all-projects-page .product-item .additional-details h4 {
  font-weight: 500;
}

.all-projects-page .product-item .project-title {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  #all-projects-stores .product-tab-container {
    padding-left: 10px !important;
  }

  #all-projects-stores .swiper-slide {
    opacity: 0.4;
    transition: all 0.3s;
  }

    #all-projects-stores .swiper-slide.swiper-slide-active {
      opacity: 1;
    }
}

#all-projects-stores [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

#all-projects-stores .swiper-slide {
  margin-right: 10px;
}

.all-projects-page .pager {
  padding: 0px 0px 40px 0px !important;
}

.all-projects-page .product-grid {
  padding-bottom: 40px !important;
}

.all-projects-page .project-tag-heading {
  margin-right: 2px;
}

.all-projects-page .tag-title-odd {
  color: #00A0DB;
}

.all-projects-page .tag-title-even {
  color: #ED008C;
}

.all-projects-page .project-country-heading {
  display: inline-block;
  margin-right: 2px;
}

.all-projects-page .project-country-name {
  color: #979CA6;
}

.all-projects-page .url-wrapper .case-study {
  text-decoration: none;
  background: #001844;
  font-size: 14px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-inline: 8px;
  border: 1px solid #001844;
  border-radius: 3px;
}


.all-projects-page .url-wrapper .project-url {
  text-decoration: none;
  background: #00A0DB;
  font-size: 14px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 18px;
  padding-inline: 8px;
  border: 1px solid #00A0DB;
  border-radius: 3px;
}

.all-projects-page .url-wrapper {
  margin-top: 15px;
  display: flex;
  gap: 10px;
}

  .all-projects-page .url-wrapper a {
    color: #FFF;
    text-decoration: none;
  }

  .all-projects-page .url-wrapper .project-url img {
    width: 15px;
    margin-left: 10px;
  }

  .all-projects-page .url-wrapper .case-study img {
    width: 13px;
    margin-left: 10px;
  }

@media only screen and (max-width: 767px) {
  .all-projects-page .product-item .picture a img {
    width: 100%;
    height: 100%;
  }

  .all-projects-page .product-item .picture {
    height: 230px !important;
  }

  .all-projects-page .item-box .product-item {
    padding: 16px !important;
  }

  .all-projects-page .product-item .details {
    padding-left: 0px !important;
  }
}

.all-projects-page .item-box .product-item .additional-details {
  font-size: 18px !important;
}

  .all-projects-page .item-box .product-item .additional-details .case-study-faded, .all-projects-page .item-box .product-item .additional-details .project-url-faded {
    background: #BABABA !important;
    border: 1px solid #BABABA !important;
  }

#all-projects-stores .project-item {
  margin: 1px;
}

@media (max-width: 768px) {
  #all-projects-stores .swiper .project-item .project-content .project-logo {
    padding: 10px 15px;
    max-width: 25%;
  }
}

@media (min-width: 1024px) {
  .all-projects-page .catalog-grid-page .side-2 {
    background: none;
  }

  .all-projects-page .products-container .project-tags {
    font-size: 16px !important;
    overflow: hidden;
  }

  .all-projects-page .products-container .url-wrapper h4 {
    width: 50%;
    text-align: center;
  }

  .all-projects-page .additional-details h4 {
    margin-bottom: 0 !important;
  }
}

.view-button {
  position: absolute;
  bottom: -14px;
  right: 20px;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #00A0DB;
  color: white;
  border-radius: 1px;
  text-decoration: none;
  border-radius: 4px;
}

.product-item .picture {
  position: relative;
  overflow: visible;
}

.view-button:hover {
  background-color: rgba(0, 123, 255, 1);
}

.project-title {
  margin-bottom: 10px; /* adds space below h2 */
}

.product-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
}

.product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  border-color: #00A0DB;
}
.project-tags {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
}
.project-tags > strong {
  line-height: 1.5;
}
.project-tags .tag-links {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
.project-tags .tag-link {
  padding: 1px 16px;
  background: #E9F5F9;
  border-radius: 40px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.18px;
  display: inline-block;
}

.project-tags .tag-link:hover {
  background: #00A0DB;
  color: #F5F8FB;
}