.portfolio .nav-link {
  border-radius: 10px;
  background-color: #f6f6f6;
  height: 51px;
  font-size: 14px;
  font-family: "Poppins";
  color: #191b22 !important;
}

.portfolio .nav-link.active {
  background-color: #ff763a !important;
  color: #fff !important;
}

.portfolio .nav-link:hover {
  background-color: #ff763a !important;
  color: #fff !important;
}

.portfolio {
  margin-top: 80px;
}
.portfolio .nav-item {
  margin: 0 10px;
}
.portfolio .tab-content {
  margin-top: 50px;
}

.portfolio-item {
  margin: 10px;
  position: relative;
}
.portfolio-item .content-side {
  height: 71px;
  display: flex;
  justify-content: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #363636;
}
.portfolio-item .content-side .head {
  font-size: 22px;
  font-family: "Poppins";
  color: rgb(255, 255, 255);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: center;
}
.portfolio-item .content-side .details {
  font-size: 18px;
  font-family: "Poppins";
  color: rgb(255, 255, 255);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  text-align: center;
}
.portfolio-item .rectangle {
  position: absolute;
  bottom: 69px;
  left: 50%;
  transform: translateX(-50%);
  width: 148px;
  height: 5px;
  z-index: 1;
  background-color: white;
}

.portfolio-item-1 .rectangle {
  background-color: rgb(217, 22, 140) !important;
}

.portfolio-item-2 .rectangle {
  background-color: rgb(254, 118, 90);
}

.rectangle-peach {
  background-color: rgb(254, 118, 90) !important;
}

.rectangle-purple {
  background-color: rgb(199, 99, 251) !important;
}

.rectangle-red {
  background-color: rgb(255, 0, 0) !important;
}

.rectangle-green {
  background-color: rgb(0, 255, 125) !important;
}

.rectangle-light-blue {
  background-color: rgb(159, 179, 255) !important;
}

.rectangle-sea-green {
  background-color: rgb(1, 152, 173) !important;
}

.rectangle-yellow {
  background-color: rgb(255, 192, 0) !important;
}

.rectangle-golden {
  background-color: rgb(255, 118, 58);
}

.rectangle-pink {
  background-color: rgb(217, 22, 140) !important;
}

@media only screen and (min-width: 1400px) {
  .w-block {
    width: 1400px;
  }
}
.thumbnail-box {
  position: relative;
  cursor: pointer;
  width: 355px;
  height: 320px;
}

.thumbnail-box .cover-image {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.thumbnail-box .overlay {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.thumbnail-box .svg-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.thumbnail-box .svg-icon svg {
  position: relative;
  z-index: 3;
}

.thumbnail-box .svg-icon .ellipse-1 {
  border-radius: 50%;
  position: absolute;
  top: -26px;
  left: -30px;
  background-color: rgba(255, 255, 255, 0.6);
  width: 80px;
  height: 80px;
  z-index: 2;
}

.thumbnail-box .svg-icon .ellipse-2 {
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.4;
  position: absolute;
  width: 105px;
  height: 105px;
  z-index: 1;
  top: -38px;
  left: -43px;
}

.thumbnail-box .overlay::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 1;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
  transition: opacity 0.35s, transform 0.35s;
  height: initial;
  border-radius: 20px;
}

.thumbnail-box .overlay::after {
  border-radius: 20px;
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  bottom: 30px;
  right: 30px;
  opacity: 1;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1, 0);
  transition: opacity 0.35s, transform 0.35s;
  height: initial;
}

.thumbnail-box:hover .svg-icon .ellipse-1 {
  animation: scaleDown 1.8s ease-in-out infinite;
}

.thumbnail-box:hover .svg-icon .ellipse-2 {
  animation: scaleDown 2s ease-in-out infinite;
}

.thumbnail-box:hover .overlay {
  background-color: rgba(255, 118, 58, 0.6);
}

.thumbnail-box:hover .overlay::before {
  opacity: 1;
  transform: scale(1);
}

.thumbnail-box:hover .overlay::after {
  opacity: 1;
  transform: scale(1);
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .portfolio {
    margin-top: 80px;
  }
  .portfolio .nav-item {
    margin: 0 5px;
  }
  .portfolio #video .float-left {
    margin: 0 10px !important;
  }
  .hero-section h1 {
    width: 570px !important;
    line-height: 1.33;
  }
}
@media only screen and (max-width: 767px) {
  .our-work {
    padding: 40px 0px !important;
  }
  .our-work .thumbnail-box {
    width: 300px !important;
    height: 286.57px !important;
  }
  .our-work .svg-icon .ellipse-1 {
    animation: scaleDown 1.8s ease-in-out infinite;
  }
  .our-work .svg-icon .ellipse-2 {
    animation: scaleDown 2s ease-in-out infinite;
  }
  .hero-section h1 {
    width: 345px !important;
    line-height: 1.33;
  }
  .portfolio {
    margin-top: 50px;
  }
  .portfolio .nav-item {
    margin: 5px !important;
  }
}
@media only screen and (min-width: 275px) and (max-width: 374px) {
  .hero-section h1 {
    width: 250px !important;
    line-height: 1.33;
  }
  .portfolio-item {
    margin: 10px;
    position: relative;
  }
  .portfolio-item img {
    width: 100%;
  }
  .portfolio-item .content-side {
    height: 71px;
    display: flex;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #363636;
  }
  .portfolio-item .content-side .head {
    font-size: 18px;
  }
  .portfolio-item .content-side .details {
    font-size: 14px;
  }
  .portfolio-item .rectangle {
    position: absolute;
    bottom: 69px;
    left: 50%;
    transform: translateX(-50%);
    width: 148px;
    height: 5px;
    z-index: 1;
    background-color: white;
  }
  .tab-content {
    margin-top: 30px !important;
  }
  .portfolio .nav-link {
    border-radius: 8px !important;
    width: 128px !important;
    height: 44px !important;
    font-size: 10px !important;
    padding: 0 !important;
  }
}/*# sourceMappingURL=portfolio.css.map */