/**
* 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-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;
}

p {
  font-size: 16px;
}

hr {
  width: 50%;
  margin: auto;
}

.footer-text-2 {
  color: #000000 !important;
}

.send-btn {
  background-color: #154f85 !important;
}

.send-btn a:hover {
  color: #59ff00;
}

.red-letter {
  color: red;
  font-style: bolder;
  font-size: 20px;
}

.hero-text {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}

.white-text {
  color: #cccaca;
}

.ds {
  font-size: 22px;
  font-weight: 500;
  color: #033361;
}

.sub-title {
  font-size: 19px;
  font-weight: 500;
  color: #000000;
}

.sub-title2 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
.accordion-header {
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-shadow-black {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

/* Space on index page for Learn More */
.more {
  padding-top: 500px;
}

/* Modify container-fluid with padding left & right */

.container-fluid {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

@media (max-width: 1024px) {
  .container-fluid {
    padding-left: 12px !important;
    padding-right: 12px !important;
    width: 100% !important;
    display: block !important;
  }
}

/* Container width change */

.container {
  max-width: 1400px !important;
}

/* New Carousel on Index page */

/* Ensure the carousel is 1920px wide and 400px high */
/* .carousel {
  max-width: 1920px;
  height: 400px;
  margin: auto;
} */

/* Make sure images fit the carousel */
/* .carousel-item {
  height: 400px;
} */

/* .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  }  */
/* Ensure images fill the space */

/* Color white for the AI Portfolio paragraph text */
.ai-header {
  color: rgb(255, 247, 0);
  font-size: 16px;
  font-weight: 600px;
}

/* Change the color of the AI portfolio filter buttons text */
.btn-outline-primary {
  --bs-btn-color: #edf1f7 !important;
}
