/*
 * SV Portfolio Widget Styles
 * Essential styles for portfolio/project animations
 */
.sv-service-area {
  padding-top: 120px;
}

.sv-service-pin {
  position: relative;
}

.sv-service-panel {
  position: relative;
}
.sv-service-panel .sv-service-item {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sv-service-panel .sv-service-item:not(:last-child) {
  margin-bottom: 30px;
}
.sv-service-panel .sv-service-number span {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.4);
}
.sv-service-panel .sv-service-content h4 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sv-service-panel .sv-service-content h4 {
    font-size: 32px;
  }
}
.sv-service-panel .sv-service-content p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}
.sv-service-panel .sv-service-thumb {
  border-radius: 10px;
  overflow: hidden;
}
.sv-service-panel .sv-service-thumb img {
  width: 100%;
  height: auto;
}
.sv-service-panel .sv-service-category span {
  font-size: 13px;
  padding: 7px 16px;
  border-radius: 20px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.sv-service-panel .sv-service-category span:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.sv-funfact-panel-wrap {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.sv-funfact-panel {
  min-width: 100%;
  flex-shrink: 0;
  padding: 60px 0;
}

.sv-panel-pin-area {
  padding: 120px 0;
}

.sv-panel-pin {
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .sv-panel-pin {
    margin-bottom: 45px;
  }
}

.sv-hover-reveal-item {
  position: relative;
  cursor: pointer;
}
.sv-hover-reveal-item .sv-reveal-img {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.sv-hover-reveal-item:hover .sv-reveal-img {
  opacity: 1;
}

.sv-fade-anim {
  opacity: 0;
  will-change: transform, opacity;
}

.sv-anim-zoomin-wrap {
  overflow: hidden;
  border-radius: 10px;
}

.sv-anim-zoomin {
  display: block;
  width: 100%;
  height: auto;
}

.sv-design-project-area {
  padding: 200px 0 180px;
}
@media (max-width: 991px) {
  .sv-design-project-area {
    padding: 100px 0 80px;
  }
}

.sv-design-project-item {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .sv-design-project-item {
    margin-bottom: 60px;
  }
}
.sv-design-project-item .sv-design-project-content h4 {
  font-weight: 600;
  font-size: 64px;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .sv-design-project-item .sv-design-project-content h4 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .sv-design-project-item .sv-design-project-content h4 {
    font-size: 32px;
  }
}
.sv-design-project-item .sv-design-project-content span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-bottom: 20px;
}
.sv-design-project-item .sv-design-project-thumb {
  border-radius: 10px;
  overflow: hidden;
}
.sv-design-project-item .sv-design-project-thumb.item-1, .sv-design-project-item .sv-design-project-thumb.item-2 {
  will-change: transform;
}
.sv-design-project-item .sv-design-project-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.sv-project-area {
  padding: 200px 0 60px;
}
@media (max-width: 991px) {
  .sv-project-area {
    padding: 100px 0 40px;
  }
}

.sv-project-item {
  margin-bottom: 95px;
}
@media (max-width: 767px) {
  .sv-project-item {
    margin-bottom: 50px;
  }
}
.sv-project-item .sv-project-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 25px;
}
.sv-project-item .sv-project-thumb img {
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}
.sv-project-item .sv-project-thumb:hover img {
  transform: scale(1.05);
}
.sv-project-item .sv-project-content h4 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .sv-project-item .sv-project-content h4 {
    font-size: 24px;
  }
}
.sv-project-item .sv-project-category span {
  font-size: 14px;
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.6);
}

.sv-creative-project-area {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .sv-creative-project-area {
    padding-bottom: 60px;
  }
}

.sv-creative-project-item {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .sv-creative-project-item {
    margin-bottom: 50px;
  }
}
.sv-creative-project-item .sv-creative-project-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 25px;
}
.sv-creative-project-item .sv-creative-project-content h4 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
.sv-creative-project-item .sv-creative-project-content .sv-creative-project-meta span {
  font-size: 14px;
  margin-right: 15px;
  color: rgba(255, 255, 255, 0.6);
}
.sv-creative-project-item .sv-creative-project-category span {
  font-size: 13px;
  padding: 5px 12px;
  border-radius: 15px;
  margin-right: 5px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.sv-award-area {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .sv-award-area {
    padding: 60px 0;
  }
}

.sv-award-item {
  position: relative;
  padding: 25px 0;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}
.sv-award-item:hover {
  background-color: rgba(255, 255, 255, 0.02);
}
.sv-award-item .sv-award-box-left .sv-award-year {
  font-size: 18px;
  font-weight: 600;
  margin-right: 30px;
}
.sv-award-item .sv-award-box-left .sv-award-text {
  font-size: 16px;
}
.sv-award-item .sv-award-box-right .sv-award-position {
  font-size: 14px;
  text-transform: uppercase;
}
.sv-award-item .sv-award-reveal-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 200px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  border-radius: 10px;
  overflow: hidden;
  z-index: 10;
}
.sv-award-item:hover .sv-award-reveal-img {
  opacity: 1;
}

.p-relative {
  position: relative;
}

.fix {
  overflow: hidden;
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

.z-index-3 {
  position: relative;
  z-index: 3;
}/*# sourceMappingURL=sv-portfolio.css.map */