/**
* Scott Doucet - v4.9.2
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  /* background: #fff; */
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #272829;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #ffffff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(69, 80, 91, 0.8);
}

.portfolio .portfolio-wrap::before {
  content: "";
  /* background: rgba(255, 255, 255, 0.7); */
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
  backdrop-filter: blur(3.5px);
  /* -webkit-filter: blur(8px); */
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #d7dce1;
  border-left: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 20px;
  right: 35px;
  border-bottom: 3px solid #d7dce1;
  border-right: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #45505b;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #45505b;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #45505b;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #148af9;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
  # Portfolio Details
  --------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0563bb;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0563bb;
}

.portfolio-details .portfolio-info {
  padding: 20px;
  box-shadow: 0px 0 30px rgba(40, 47, 53, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-wrap img {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

.portfolio-labels {
  font-size: 28px;
  color: rgb(255, 255, 255);
}

.portfolio-labels-small {
  font-size: 18px;
  color: rgb(251, 255, 0);
}

.intro {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
}

/* Play Videos */
.play-text {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: black;
  transition: color 0.3s ease-in-out;
}

/* Hover effect for the "Play Video" text */
.play-text:hover {
  color: rgb(0, 47, 255); /* Change text color to red on hover */
}

/* Change text and icon color on hover */
.nav-left:hover .back-next {
  color: blue !important;
  transition: color 0.3s ease-in-out;
}

.nav-right:hover .back-next {
  color: blue !important;
  transition: color 0.3s ease-in-out;
}

/* Bargo quote */
.bargo {
  font-size: 2rem; /* Adjust size as needed */
  font-style: italic;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
  color: #333; /* Adjust color as needed */
}

/* FA icons, Next, Back and Customer font changes for the work pages */
/* Ensure icons and text are aligned properly */
.nav-row {
  display: flex;
  justify-content: space-between; /* Pushes items to edges */
  align-items: center;
  padding: 10px 0;
}
.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 10px; /* Space between text and icon */
}
.nav-left {
  justify-content: flex-start;
}
.nav-right {
  justify-content: flex-end;
}
.fa-icon {
  font-size: 18px; /* Adjust icon size */
  font-weight: bold;
}
.back-next {
  font-size: 18px;
  color: #111111;
  font-weight: bold;
}

/* Work Pages titles */
.white {
  background-color: white;
}

.work-title {
  color: rgb(45, 45, 54);
  font-weight: 600;
  font-family: montserrat;
  font-size: 26px !important;
}

.work-sub-title {
  color: rgb(45, 45, 54);
  font-weight: 600 !important;
  font-size: 18px !important;
  font-family: montserrat;
}

.work-sub-title2 {
  color: rgb(45, 45, 54);
  font-weight: 500 !important;
  font-size: 15px !important;
  font-family: montserrat;
  margin-top: -15px;
}

.work-content {
  font-family: montserrat;
  text-align: center;
}
