/* Portfolio
-----------------------------------------------------------------*/
.works.thecontainer {
  width: 300vw;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.works .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.works .panel .item {
  width: 42vw;
  position: relative;
}

.works .panel .item .cont {
  margin-top: 30px;
}

.works .panel .item .cont h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

.works .panel .item .cont span {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: .75;
}

.works .panel .item .link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.workinter .block .block__link {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.workinter .block .block__link:first-of-type {
  padding-top: 0;
}

.workinter .block .hover-reveal {
  width: 450px;
  height: 300px;
  z-index: 3;
}

.workinter .lg-sec-head h2 {
  background: -webkit-linear-gradient(90deg, transparent, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.workinter .lg-sec-head .rotate-circle svg {
  width: 220px;
  fill: rgba(255, 255, 255, 0.5);
}

.portfolio-fixed .left {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.portfolio-fixed .img {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  opacity: 0;
}

.portfolio-fixed .img:first-of-type {
  opacity: 1;
  z-index: 1;
}

.portfolio-fixed .img:nth-of-type(2) {
  z-index: 2;
}

.portfolio-fixed .img:nth-of-type(3) {
  z-index: 3;
}

.portfolio-fixed .img:nth-of-type(4) {
  z-index: 4;
}

.portfolio-fixed .img:nth-of-type(5) {
  z-index: 5;
}
.portfolio-fixed .img:nth-of-type(6) {
  z-index: 6;
}
.portfolio-fixed .img:nth-of-type(7) {
  z-index: 7;
}
.portfolio-fixed .img:nth-of-type(8) {
  z-index: 8;
}
.portfolio-fixed .img:nth-of-type(9) {
  z-index: 9;
}

.portfolio-fixed .img.current {
  opacity: 1;
}

.portfolio-fixed .right {
  padding: 180px 80px;
  overflow: hidden;
}

.portfolio-fixed .cont {
  margin-bottom: 150px;
  opacity: .1;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: relative;
}
/*.number{
    font-size: 16rem;
    line-height: 7rem;
    font-weight: 700;
    position: absolute;
    top: -8rem; 
    left: -2rem;
    opacity: 0.1;
    z-index: 0;
    color: #333 !important
}*/
.portfolio-fixed .cont:last-of-type {
  margin-bottom: 0;
}

.portfolio-fixed .cont.active {
  opacity: 1;
}

.portfolio-fixed .cont .img-hiden {
  display: none;
}

.portfolio-fixed .current.cont {
  opacity: 1;
}

/*--------------------*/
.stickyfilter{

   position: sticky !important;
    top: 100px;
    z-index: 99;
}
.filtering {
/*  position: sticky;
  top:80px;*/
}
.portfolio-single{

}
.portfolio-col-3{
  width: 33.33%;
  padding: 0 15px ;
}
.portfolio-col-2{
  width: 50%;
  padding: 0 15px ;
}
.portfolio {
  position: relative;
}

.portfolio .sec-head .lg-text {
  font-size: 8vw;
  line-height: 1;
}

.portfolio .filtering .filter {
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  display: inline-block;
      background: rgba(255, 255, 255, 0.8);
}

.portfolio .filtering span {
font-weight: 500;
    font-size: 13px;
    margin: 0 3px;
    min-width: 54px;
    cursor: pointer;
    position: relative;
    opacity: .7;
    padding: 7px 15px;
    border: 1px solid #777;
    border-radius: 50px;
}

.portfolio .filtering span.active {
  opacity: 1;
  background-color: #777;
  color: #fff;
}

.portfolio .filtering span.text {
  pointer-events: none;
}

.portfolio.changed-bg {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.portfolio.changed-bg.chang-text {
  color: #000;
}

.portfolio.changed-bg.chang-text p {
  color: #000;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.portfolio.changed-bg.chang-text .sec-lg-head .path {
  stroke: #000;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.portfolio .work-row .item {
  position: relative;
  padding: 40px 0;
}

.portfolio .work-row .item:hover .main-marq .box {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.portfolio .work-row .item .title {
  padding-bottom: 15px;
}

.portfolio .work-row .item .title .numb {
  font-size: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  margin-bottom: 15px;
}

.portfolio .work-row .item .cont {
  padding-left: 30px;
  padding-bottom: 15px;
}

.portfolio .work-row .item .main-marq {
  position: absolute;
  width: 100%;
  top: 15px;
  left: -50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: .2;
  z-index: -1;
}

.portfolio .work-row .item .main-marq .box {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.portfolio .work-row .item .main-marq .box .item {
  padding: 0 60px;
}

.portfolio .metro .items.height-1 {
  height: 530px;
}

.portfolio .metro .items.height-1 img {
  height: 530px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top center;
}

.portfolio .metro .items.height-2 {
  height: 250px;
}

.portfolio .metro .items.height-2 img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.portfolio .metro .items .item-img a {
  width: 100%;
}

.portfolio .metro .info-overlay .item-img {
  position: relative;
  overflow: hidden;
}

.portfolio .metro .info-overlay .item-img:hover:after {
  opacity: .8;
}

.portfolio .metro .info-overlay .item-img:hover .info h6,
.portfolio .metro .info-overlay .item-img:hover .info .tag {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.portfolio .metro .info-overlay .item-img:hover .info .tag {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.portfolio .metro .info-overlay .item-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1d1d1d;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  pointer-events: none;
  opacity: 0;
}

.portfolio .metro .info-overlay .item-img .info {
  color: #fff !important;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 2;
}

.portfolio .metro .info-overlay .item-img .info h6,
.portfolio .metro .info-overlay .item-img .info .tag {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.portfolio .metro .info-overlay .item-img .info h6 a,
.portfolio .metro .info-overlay .item-img .info .tag a {
  color: #fff !important;
}

.portfolio .metro .info-overlay .item-img .info .tag {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

.portfolio .metro .item-img {
  position: relative;
  height: 100%;
}

.portfolio .metro .item-img .info-over {
  position: absolute;
  bottom: 30px;
  left: 30px;
  opacity: 0;
}

.portfolio .masonry .info-overlay .item-img,
.portfolio .grid .info-overlay .item-img {
  position: relative;
}

.portfolio .masonry .info-overlay .item-img:after,
.portfolio .grid .info-overlay .item-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1d1d1d;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  pointer-events: none;
}

.portfolio .masonry .info-overlay .item-img a,
.portfolio .grid .info-overlay .item-img a {
  width: 100%;
}

.portfolio .masonry .info-overlay .item-img .info,
.portfolio .grid .info-overlay .item-img .info {
  color: #fff;
  position: absolute;
  bottom: 40px;
  left: 40px;
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 2;
}

.portfolio .masonry .info-overlay .item-img:hover:after,
.portfolio .grid .info-overlay .item-img:hover:after {
  opacity: .2;
}

.portfolio .masonry .info-overlay .item-img:hover .info,
.portfolio .grid .info-overlay .item-img:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.portfolio .masonry .inner,
.portfolio .grid .inner {
  height: 400px;
}

.portfolio .masonry .inner img,
.portfolio .grid .inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.portfolio .masonry .inner {
  height: auto;
}

.portfolio .masonry .inner img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.portfolio .max-margin {
  margin-left: -40px;
  margin-right: -40px;
}

.portfolio .max-margin .items {
  padding: 0 40px;
}

.portfolio.clasic .item .img {
  position: relative;
  height: 400px;
}

.portfolio.clasic .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.portfolio.clasic .item .img .tag {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 7px 20px;
  border-radius: 30px;
  background: #fff;
  color: #000;
  font-size: 13px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 0;
}

.portfolio.clasic .item:hover .img .tag {
  opacity: 1;
}

.work-carsouel {
  position: relative;
}

.work-carsouel .work-crus.out {
  width: 120%;
  margin-left: -10%;
}

.work-carsouel .work-crus .swiper-slide-active .img .cont span,
.work-carsouel .work-crus .swiper-slide-active .img .cont h6 {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.work-carsouel .work-crus .img {
  position: relative;
}

.work-carsouel .work-crus .img .cont {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.work-carsouel .work-crus .img .cont span,
.work-carsouel .work-crus .img .cont h6 {
  background: #f1f3f5;
  font-weight: 500;
  padding: 5px 15px;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.work-carsouel .work-crus .img .cont h6 {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.work-carsouel .work-crus .img .plink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.work-carsouel .work-crus.random .swiper-container {
  overflow: visible;
}

.work-carsouel .work-crus.random .swiper-slide .item .img {
  height: 450px;
}

.work-carsouel .work-crus.random .swiper-slide .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.work-carsouel .work-crus.random .swiper-slide:nth-of-type(odd) .item .img {
  height: 380px;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
}

.work-carsouel .work-crus.random .swiper-slide:nth-of-type(odd) .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.work-carsouel .out-right {
  -webkit-clip-path: inset(-100vw -100vw -100vw 0);
  clip-path: inset(-100vw -100vw -100vw 0);
}

.work-carsouel .out-right .swiper-container {
  overflow: visible;
}

.work-carsouel.full-height {
  min-height: 100vh;
}

.work-carsouel.full-height .swiper-slide .img {
  height: 60vh;
}

.work-carsouel.full-height .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.work-carsouel .work-controls {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}

.work-carsouel .work-controls .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 44;
}

.work-carsouel .work-controls .swiper-pagination span {
  cursor: pointer;
}

.showcase-full {
  position: relative;
}

.showcase-full .parallax-slider .caption {
  position: relative;
}

.showcase-full .parallax-slider .caption h1 {
  font-size: 80px;
  position: relative;
  line-height: 1.2;
}

.showcase-full .parallax-slider .swiper-slide-active .caption .discover {
  opacity: 1;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.showcase-full .slider-contro {
  position: absolute;
  bottom: 60px;
  left: 80px;
  width: calc(100% - 160px);
}

.showcase-full .slider-contro i {
  margin: 0 10px;
  color: #fff;
}

.showcase-full .slider-contro span {
  color: #fff;
  white-space: nowrap;
}

.showcase-full .dots {
  bottom: 50px;
  z-index: 1;
}

.showcase-full .dots span {
  background: #fff;
  width: 5px;
  height: 5px;
  margin: 0 7px !important;
  border-radius: 50% !important;
}

.showcase-full .dots span.swiper-pagination-bullet-active {
  position: relative;
}

.showcase-full .dots span.swiper-pagination-bullet-active:after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.showcase-full .swiper-button-next:after,
.showcase-full .swiper-button-prev:after {
  display: none;
}

.parallax-show .inner {
  min-height: 100vh;
}

body.inter-center {
  overflow: hidden;
}

.inter-links-center {
  position: relative;
  height: 100vh;
  overflow: auto;
}

.inter-links-center::-webkit-scrollbar {
  width: 0;
}

.inter-links-center::-webkit-scrollbar-track {
  background: transparent;
}

.inter-links-center::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

.inter-links-center::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.inter-links-center.horizontal .links-text ul {
  margin-left: -40px !important;
  margin-right: -40px !important;
}

.inter-links-center.horizontal .links-text li {
  display: inline-block;
  padding: 40px;
}

.inter-links-center.horizontal .links-text li .sub-title {
  margin-bottom: 10px;
}

.inter-links-center.horizontal .links-text li h2 {
  font-weight: 700;
  font-size: 30px;
}

.inter-links-center.horizontal .links-text li h2 a .tag {
  display: block;
  font-weight: 400;
}

.inter-links-center.horizontal .links-text li h2 .num {
  font-size: 14px;
  font-weight: 600;
  opacity: .7;
  margin-right: 15px;
}

.inter-links-center .links-text li {
  padding: 40px 0;
  position: relative;
  z-index: 9;
}

.inter-links-center .links-text li .text {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-text-stroke: 1px transparent;
}

.inter-links-center .links-text li.no-active {
  opacity: .3;
}

.inter-links-center .links-text li.no-active .text {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.inter-links-center .links-text li.current {
  color: #fff;
}

.inter-links-center .links-text li h2 {
  font-weight: 800;
}

.inter-links-center .links-text li h2 a .tag {
  display: block;
  font-weight: 400;
}

.inter-links-center .links-text li h2 .num {
  font-size: 14px;
  font-weight: 600;
  opacity: .7;
  margin-right: 15px;
}

.inter-links-center .links-img {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80vw;
  height: 70vh;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  overflow: hidden;
}

.inter-links-center .links-img .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.inter-links-center .links-img .img.current {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.inter-links-center .links-img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ====================== [ Start Responsive ] ====================== */

@media screen and (max-width: 980px) {
  .works.thecontainer {
    width: 100%;
    min-height: auto;
    display: block;
    padding: 70px 0 120px;
  }
  .works .panel {
    display: block;
    padding: 0 15px !important;
  }
  .works .panel .item {
    width: 100%;
    margin-top: 50px;
  }
  .portfolio .work-row .item .cont {
    padding: 0;
  }
  .portfolio-fixed .left, .portfolio-fixed .smd50:first-child {
    display: none;
  }
  .portfolio-fixed .smd50{
    width: 100%;
  }
  .portfolio-fixed .right {
    padding: 0 15px 120px;
  }
  .portfolio-fixed .cont {
    opacity: 1 !important;
    margin-bottom: 80px;
    padding: 0 15px;
  }
  .portfolio-fixed .cont .img-hiden {
    display: block;
    margin-bottom: 30px;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
  }
.portfolio-fixed .cont .img-hiden img{
  object-fit: cover;
  width:100%;
  /* height: 100%; */
}
  .portfolio-col-3 {
    width: 50%;
    padding: 0 15px;
}
}

@media screen and (max-width: 980px) {
    .portfolio-col-3 , .portfolio-col-2{
    width: 100%;
    padding: 0 15px;
}
  }