/***********Banner Css*****/
.portfolio-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.portfolio-banner-text h1:after {
  min-width: 90px;
  max-width: 90px;
}
.portfolio-section-main {
  padding: 0 40px;
  margin-top: -16px;
}
.portfolio-section-main .portfolio-listing * {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.portfolio-section-main .portfolio-listing {
  padding: 96px 0 80px 0;
  position: relative;
}
.portfolio-section-main .portfolio-listing:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 400px;
  background: var(--lightBlue-color);
  background: linear-gradient(
    180deg,
    var(--lightBlue-color) 0%,
    var(--light-color) 60%
  );
}
.portfolio-section-main .portfolio-listing .container {
  position: relative;
  z-index: 1;
}
.portfolio-section-main .portfolio-listing ul.port-filter {
  background: var(--thin-primary-color);
  padding: 1.5rem !important;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-radius: 20px;
}
.portfolio-section-main .portfolio-listing ul.port-filter li {
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  font-weight: 500;
  color: var(--light-color);
  background: var(--primary-color);
  border-radius: 5px;
  padding: 8px 16px;
  cursor: pointer;
}
.portfolio-section-main .portfolio-listing ul.port-filter li.selected {
  background-color: var(--secondary-color);
}
.pt-main-section {
  padding-top: 3rem;
}
.pt-main-section ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
.pt-main-section ul li {
  width: calc(100% / 3 - 16px);
}
.pt-main-section ul li .pt-block {
  width: 100%;
  background: var(--light-color);
  padding: 1rem;
  border-radius: 15px;
  box-shadow: 3px 3px 26px var(--thin-dark-color);
  position: relative;
  height: 100%;
}
.pt-main-section ul li .pt-block svg path {
  transition: all 1.5s;
}
.pt-main-section ul li .pt-block:hover svg path {
  transform: translateX(10px);
  animation: arrow 1.5s infinite ease;
  -webkit-animation: arrow 1.5s infinite ease;
  -moz-animation: arrow 1.5s infinite ease;
  -o-animation: arrow 1.5s infinite ease;
}
@keyframes arrow {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
.pt-main-section ul li .pt-block .pt-img {
  width: 100%;
  position: relative;
  min-height: 320px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 15px;
}
.pt-main-section ul li .pt-block .pt-img .category {
  display: inline-block;
  margin-top: 16px;
  background: var(--secondary-color);
  color: var(--light-color);
  padding: 8px 16px;
  border-radius: 0 10px 10px 0;
}
.pt-main-section ul li .pt-block .pt-details {
  padding-top: 24px;
}
.pt-main-section ul li .pt-block .pt-details .pt-title h3 {
  margin-bottom: 0.25rem;
}
.pt-main-section ul li .pt-block .pt-details .pt-title {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 3rem;
}
.pt-main-section ul li .pt-block .pt-details .pt-title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: var(--secondary-color);
  width: 3px;
  height: 100%;
}
.pt-main-section ul li .pt-block .arrow {
  position: absolute;
  bottom: 16px;
  right: 16px;
  text-align: right;
}
.our-process-sec {
  padding: 80px 70px;
}
/***********Portfolio Details********/
.portfolio-listing-banner .inner-banner {
  position: relative;
}
.portfolio-listing-banner .inner-banner .portfolio-banner-text {
  text-align: center;
  width: calc(50% - 16px);
  position: static;
  transform: unset !important;
  text-align: left;
}
.portfolio-listing-banner .inner-banner .portfolio-banner-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.portfolio-listing-banner .inner-banner .portfolio-banner-main .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.portfolio-listing-banner .inner-banner .portfolio-banner-text h1:after {
  display: none;
}
.portfolio-listing-banner .inner-banner p {
  background-color: unset;
  font-size: 16px !important;
  line-height: 24px !important;
  color: var(--light-color) !important;
  font-weight: 300 !important;
  padding: 8px 0;
  margin: auto;
}
.inner-banner .col2 {
  width: calc(50% - 16px);
}
.portfolio-listing-banner .inner-banner .portfolio-banner-text:after {
  content: "";
  position: absolute;
  height: 4px;
  background-color: var(--secondary-color);
  left: 0;
  right: 0;
  margin: auto;
  bottom: -16px;
  min-width: 100px;
  max-width: 100px;
}
.promotion-sec {
  padding: 0 40px;
}
.promotion-sec .promotion-main {
  background: var(--lightBlue-color);
  background: linear-gradient(
    180deg,
    var(--lightBlue-color) 0%,
    var(--light-color) 60%
  );
  margin-top: -16px;
  padding: 96px 0 40px 0;
}
.promotion-sec .promotion-main h2 {
  max-width: 950px;
  margin: auto;
}
.promotion-sec .promotion-main .promotion-icons {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding: 3rem 0 2rem 0;
}
.promotion-sec .promotion-main .promotion-icons .box {
  width: calc(100% / 3 - 16px);
  background: var(--light-color);
  box-shadow: 3px 3px 26px var(--thin-dark-color);
  border-radius: 15px;
  padding: 3rem 2rem;
}
.promotion-sec .promotion-main .promotion-icons .box img {
  width: auto;
  height: auto;
}
.promotion-sec .promotion-main .promotion-icons .box h3 {
  margin: 1.5rem 0 0 0;
  text-transform: capitalize;
}
.promotion-sec .promotion-main p {
  padding: 0 2rem;
}
.promotion-sec .promotion-main ul,
.purpose-sec ul {
  text-align: left;
  padding: 1rem 0;
}
.promotion-sec .promotion-main ul li,
.purpose-sec ul li {
  position: relative;
  padding: 0.25rem 0 0.25rem 1.5rem;
}
.promotion-sec .promotion-main ul li:before,
.purpose-sec ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--secondary-color);
  left: 0;
  top: 10px;
}
.purpose-sec ul li ul li:before {
  border-radius: 50%;
  background-color: var(--primary-color);
}
.portfolio-banner .banner-inner {
  height: 600px;
}
.portfolio-banner .banner-inner .container,
.portfolio-banner .banner-inner .row {
  height: 100%;
}
/****Purpose Css****/
.purpose-sec {
  padding: 80px 0;
}
.purpose-sec img {
  width: 100%;
  max-width: 450px;
  height: auto;
}
.purpose-sec p {
  margin-bottom: 0.25rem !important;
}
.purpose-sec h2 {
  margin-bottom: 3rem;
}
.purpose-sec h2:after {
  margin-left: 0;
}
/*******Features********/
.portfolio-features {
  padding: 0 40px;
}
.portfolio-features .portfolio-features-main {
  background: var(--lightBlue-color);
  border-radius: 25px;
  padding: 60px 0;
}
.portfolio-features .portfolio-features-main ul.nav.nav-tabs {
  max-width: 450px;
  margin: 2rem auto !important;
  border: 1px solid var(--thin-dark-color);
  border-radius: 10px;
  padding: 8px !important;
  text-align: center;
  justify-content: center;
}

.portfolio-features .portfolio-features-main ul.nav.nav-tabs li a {
  display: block;
  padding: 0.5rem 1.5rem;
  width: 215px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--primary-color);
}
.portfolio-features .portfolio-features-main ul.nav.nav-tabs li a.active {
  background: var(--secondary-color);
  border-radius: 10px;
  color: var(--light-color);
}
.portfolio-features .portfolio-features-main .tab-pane ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  height: 100%;
}
.portfolio-features .portfolio-features-main .tab-pane ul li {
  display: flex;
  gap: 16px;
  align-items: center;
}
.portfolio-features .portfolio-features-main .tab-pane ul li span {
  display: flex;
  border: 1px solid var(--thin-dark-color);
  border-radius: 5px;
  padding: 1rem;
  width: 75px;
  height: 75px;
  justify-content: center;
  align-items: center;
}
.portfolio-features .portfolio-features-main .tab-pane ul li span img {
  width: 100%;
}
.portfolio-features .portfolio-features-main .tab-pane ul li p {
  text-transform: uppercase;
  color: var(--dark-color) !important;
  font-weight: 500;
}
.portfolio-features .portfolio-features-main .tab-pane .col-middle {
  width: 24%;
  text-align: center;
}
.portfolio-features .portfolio-features-main .tab-pane .col-left,
.portfolio-features .portfolio-features-main .tab-pane .col-right {
  width: 37%;
}
.portfolio-features .portfolio-features-main .tab-pane .col-left ul li {
  justify-content: flex-end;
}
.portfolio-features .portfolio-features-main .tab-pane .col-right ul li {
  justify-content: flex-start;
}
.portfolio-features .portfolio-features-main .tab-pane .col-middle img {
  width: 100%;
  max-width: 280px;
  margin: auto;
}
/*****Snapshot csss*****/
.portfolio-snapshot-sec {
  padding: 80px 0;
}
.portfolio-snapshot-sec .snapshot-img {
  max-width: 850px;
  margin: 2rem auto 0 auto;
}
.portfolio-snapshot-sec .snapshot-img img {
  width: 100%;
}
/******Available Starts*****/
.portfolio-available-sec {
  padding: 80px 0;
}
.portfolio-available-sec .inner-enquiry .container .inner-enquiry-content {
  margin: unset !important;
}
/******Next Portfolio Css*****/
.next-porfolio {
  padding: 80px 0;
}
.next-porfolio .next-portfolio-listing {
  gap: 24px;
  padding-top: 3rem;
}
.next-porfolio .next-portfolio-listing .box {
  display: block;
  width: calc(100% / 3 - 16px);
  background: var(--light-color);
  padding: 1rem;
  border-radius: 15px;
  box-shadow: 3px 3px 26px var(--thin-dark-color);
  position: relative;
  height: 100%;
}
.next-porfolio .next-portfolio-listing .box .img-content,
.next-porfolio .next-portfolio-listing .box .box-content > div {
  position: relative;
}
.next-porfolio .next-portfolio-listing .box .img-content span {
  position: absolute;
  top: 20px;
  left: 0;
  background: var(--secondary-color);
  padding: 8px 16px;
  border-radius: 0 10px 10px 0;
  color: var(--light-color);
}
.next-porfolio .next-portfolio-listing .box img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  height: 320px;
  min-height: 320px;
}
.next-porfolio .next-portfolio-listing .box .box-content {
  padding: 1.5rem 0 3rem 0;
  position: relative;
}
.next-porfolio .next-portfolio-listing .box .box-content svg {
  position: absolute;
  right: 0;
}
.next-porfolio .next-portfolio-listing .box .box-content > div {
  padding-left: 1rem;
}
.next-porfolio .next-portfolio-listing .box .box-content > div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: var(--secondary-color);
  height: 100%;
  width: 3px;
  border-radius: 2px;
}
.snapshot {
  padding: 80px 0;
}
.snapshot h2 {
  color: var(--primary-color);
  margin-bottom: 2rem;
}
.snapshot .snapshot-inner {
  max-width: 650px;
  margin: auto;
  margin-top: 78px;
}
.snapshot .device-img {
  position: relative;
}
.snapshot .device-img img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  top: 17px;
  max-width: 238px;
  height: auto;
}
.snapshot .snapshot-inner .owl-nav {
  margin-top: 90px;
}
.snapshot .snapshot-inner .owl-nav .owl-prev {
  text-indent: -99999px;
  background: transparent;
  margin-left: -30px;
}
.snapshot .snapshot-inner .owl-nav .owl-prev:before {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(../../images/portfolio/next-prev-arrow.png);
}
.snapshot .snapshot-inner .owl-nav .owl-next {
  text-indent: -99999px;
  background: transparent;
  margin-left: 50px;
}
.snapshot .snapshot-inner .owl-nav .owl-next:before {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(../../images/portfolio/next-prev-arrow.png);
}
.snapshot.pt-lms .snapshot-inner {
  max-width: 960px;
}
.snapshot.pt-lms .owl-item img {
  -moz-filter: blur(5px);
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.snapshot.pt-lms .owl-carousel .owl-stage-outer {
  padding: 90px 0 90px 0;
}
.snapshot.pt-lms .owl-item.center {
  z-index: 99;
}
.snapshot.pt-lms .owl-item.center img {
  transform: scale(1.7);
  filter: none;
}
.snapshot.pt-lms .snapshot-inner {
  margin-top: 10px;
}
.snapshot.pt-lms .snapshot-inner .owl-nav {
  margin-top: 40px;
}
.snapshot .device-main-img img {
  position: relative;
  right: 0%;
  margin: auto;
  max-width: inherit !important;
  max-height: 384px;
  width: auto;
  height: auto;
}
.snapshot .device-main-img {
  width: 647px;
  margin: auto;
  overflow: hidden;
  margin-top: 77px;
}
.snapshot .ui-slider {
  max-width: 400px;
  margin: auto;
  background-color: var(--lightBlue-color) !important;
  border: none !important;
  height: 20px !important;
  -moz-border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  border-radius: 15px !important;
  margin: 100px auto 24px auto;
}
.snapshot .ui-slider-horizontal .ui-slider-handle {
  background: url(../../images/portfolio/next-prev-arrow.png) no-repeat;
  border: none;
  width: 60px;
  height: 60px;
  cursor: pointer;
  top: -18px;
  margin: 0 0 0 -30px;
  display: inline-block;
  position: relative;
}
section.snapshot.lms-snapshot .wrapper {
  position: relative;
}
.snapshot.lms-snapshot .lms-snapshot-left {
  position: absolute;
  left: 100px;
  max-width: 300px;
  top: 30%;
}
.snapshot.lms-snapshot .lms-snapshot-right {
  position: absolute;
  right: 100px;
  max-width: 300px;
  top: 30%;
}
.snapshot.lms-snapshot .lms-snapshot-left img,
.snapshot.lms-snapshot .lms-snapshot-right img {
  -moz-filter: blur(5px);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  max-width: 100% !important;
}
.snapshot.lms-snapshot .lms-snapshot-middle {
  width: 630px;
  margin: auto;
  z-index: 9;
  position: relative;
  background: url(../../images/portfolio/mac.png) no-repeat;
  height: 480px;
  overflow: hidden;
  background-size: 100% !important;
}
.snapshot.lms-snapshot .lms-snapshot-middle .lms-middle-inner {
  height: 326px;
  overflow: hidden;
  max-width: 580px;
  margin: auto;
  margin-top: 25px;
}
.snapshot.lms-snapshot .lms-snapshot-middle .lms-middle-inner img {
  position: relative;
  top: 0;
  max-width: 100% !important;
}
.snapshot.lms-snapshot div#snapshot-slider {
  margin-top: 50px;
}
.snapshot .big-device.device-main-img {
  width: 724px;
  margin-top: 40px;
}
.snapshot .device-img.new-iphone img {
  max-width: 316px;
  top: 17px;
}
.snapshot.big-iphone-section .ui-slider {
  max-width: 500px;
  margin: 80px auto 24px auto;
}
.snapshot .big-device.device-main-img img {
  height: 100%;
  max-height: 527px;
}
.inner-banner img {
  position: relative;
  z-index: 1;
}
.great-place-work-logo {
  z-index: 100;
}

/*********New Banner********/
.portofolio-new-banner {
  padding: 0 40px;
}
.portofolio-new-banner .banner-inner {
  position: relative;
  z-index: 1;
  border-radius: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}
.portofolio-new-banner .banner-inner .banner-video {
  text-align: center;
}
.portofolio-new-banner .banner-inner .banner-video .bg-img {
  position: relative;
  max-width: 330px;
  margin: auto;
  height: 100%;
  max-height: 496px;
}
.portofolio-new-banner .banner-inner .bg-img video {
  position: absolute;
  top: 28px;
  left: 48px;
  width: 234px;
}
.portofolio-new-banner .banner-inner h1:after {
  display: none;
}

/*****New Snapshot slider*****/
.portfolio-snapshot {
  padding: 80px 0;
}

.portfolio-snapshot .swiper.snapshot-slider {
  width: 100%;
  padding-bottom: 50px;
}

.portfolio-snapshot .snapshot-slider .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 700px;
}

.portfolio-snapshot .snapshot-slider .swiper-slide img {
  display: block;
  width: 100%;
}

/* Add overlay gradient on the left and right sides */
.portfolio-snapshot .snapshot-slider .swiper-slide.swiper-slide-visible:before {
  content: "";
  background-color: #e6e9ee;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}

.portfolio-snapshot
  .snapshot-slider
  .swiper-slide-fully-visible.swiper-slide-active:before {
  background-color: transparent;
}
.page-template-single-portfolio-ecentric-php .purpose-sec img {
  max-width: 100%;
}
/*=========(Responsive Css)==========*/
@media (max-width: 1500px) {
  .portofolio-new-banner,
  .promotion-sec,
  .portfolio-features,
  .portfolio-section-main {
    padding: 0 32px;
  }
  .next-porfolio,
  .snapshot,
  .portfolio-features .portfolio-features-main,
  .purpose-sec,
  .portfolio-available-sec,
  .portfolio-snapshot {
    padding: 60px 0;
  }
  .portfolio-section-main .portfolio-listing ul.port-filter li {
    font-size: 16px;
    line-height: 24px;
  }
  .promotion-sec .promotion-main,
  .portfolio-section-main .portfolio-listing {
    padding: 76px 0 60px;
  }
  .pt-main-section {
    padding-top: 2rem;
  }
  .pt-main-section ul {
    gap: 16px;
  }
  .pt-main-section ul li {
    width: calc(100% / 3 - 12px);
  }
  .pt-main-section ul li .pt-block {
    padding: 0.75rem;
  }
  .pt-main-section ul li .pt-block .arrow img {
    max-width: 50px;
  }
  .our-process-sec,
  .why-choose-us-sec {
    padding: 60px 40px;
  }
  .promotion-sec .promotion-main .promotion-icons .box {
    padding: 2rem 1rem;
  }
  .promotion-sec .promotion-main .promotion-icons .box img {
    width: 70px;
    height: 70px;
    object-fit: contain;
  }
  .next-porfolio .next-portfolio-listing .box .img-content span {
    font-size: 15px;
    line-height: 22px;
  }
  .next-porfolio .next-portfolio-listing {
    padding-top: 2rem;
    gap: 16px;
  }
  .next-porfolio .next-portfolio-listing .box {
    width: calc(100% / 3 - 11px);
  }
  .portofolio-new-banner .banner-inner,
  .portfolio-features .portfolio-features-main {
    border-radius: 20px;
  }
  .portofolio-new-banner .banner-inner .banner-video .bg-img {
    max-width: 323px;
    max-height: 390px;
  }
  .portofolio-new-banner .banner-inner .banner-video .bg-img img {
    height: 400px;
    width: auto;
  }
  .portofolio-new-banner .banner-inner .bg-img video {
    top: 22px;
    left: 69px;
    width: 184px;
  }
  .portfolio-banner .banner-inner {
    height: 500px;
  }
  .portfolio-snapshot .snapshot-slider .swiper-slide {
    width: 600px;
  }
}

@media (max-width: 1200px) {
  .portofolio-new-banner,
  .promotion-sec,
  .portfolio-features,
  .portfolio-section-main {
    padding: 0 20px;
  }
  .our-process-sec,
  .why-choose-us-sec {
    padding: 60px 20px;
  }
}
@media (max-width: 991px) {
  .next-porfolio,
  .snapshot,
  .portfolio-features .portfolio-features-main,
  .purpose-sec,
  .portfolio-available-sec,
  .portfolio-snapshot {
    padding: 50px 0;
  }
  .portofolio-new-banner,
  .promotion-sec,
  .portfolio-features,
  .portfolio-section-main {
    padding: 0 16px;
  }
  .promotion-sec .promotion-main,
  .portfolio-section-main .portfolio-listing {
    padding: 66px 0 50px;
  }
  .portofolio-new-banner .banner-inner,
  .portfolio-features .portfolio-features-main,
  .portfolio-section-main .portfolio-listing ul.port-filter {
    border-radius: 15px;
  }
  .pt-main-section ul li {
    width: calc(100% / 2 - 12px);
  }
  .our-process-sec,
  .why-choose-us-sec {
    padding: 50px 16px;
  }
  .purpose-sec .row {
    flex-direction: column-reverse;
    gap: 16px;
  }
  .purpose-sec h2 {
    margin-bottom: 1.5rem;
  }
  .portfolio-features .portfolio-features-main .tab-pane ul li span {
    width: 60px;
    height: 60px;
    padding: 0.5rem;
  }
  .portfolio-features .portfolio-features-main .tab-pane ul li span img {
    max-width: 35px;
    max-height: 35px;
    object-fit: contain;
  }
  .portfolio-features .portfolio-features-main .tab-pane ul {
    gap: 16px;
  }
  .portfolio-features .portfolio-features-main .tab-pane ul li {
    gap: 12px;
  }
  .portfolio-features .portfolio-features-main .tab-pane ul li p {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .promotion-sec .promotion-main .promotion-icons {
    gap: 12px;
    justify-content: space-between;
  }
  .promotion-sec .promotion-main .promotion-icons .box {
    width: calc(100% / 3 - 8px);
  }
  .promotion-sec .promotion-main .promotion-icons .box img {
    width: 50px;
    height: 50px;
  }
  .promotion-sec .promotion-main .promotion-icons .box {
    padding: 1.5rem 0.75rem;
  }
  .promotion-sec .promotion-main .promotion-icons {
    padding: 2rem 0 1.5rem 0;
  }
  .next-porfolio .next-portfolio-listing .box .box-content svg {
    max-width: 40px;
  }
  .next-porfolio .next-portfolio-listing {
    justify-content: center;
  }
  .next-porfolio .next-portfolio-listing .box {
    width: calc(100% / 2 - 11px);
  }
  .next-porfolio .next-portfolio-listing .box .box-content {
    padding: 1rem 0 2rem 0;
  }
  .promotion-sec .promotion-main p {
    padding: 0;
  }
  .portfolio-banner .banner-inner {
    height: 400px;
  }
  .portfolio-features .portfolio-features-main {
    padding: 50px 16px;
  }
  .portfolio-snapshot .snapshot-slider .swiper-slide {
    width: 500px;
  }
}

@media (max-width: 768px) {
  .next-porfolio,
  .snapshot,
  .portfolio-features .portfolio-features-main,
  .purpose-sec,
  .portfolio-available-sec {
    padding: 40px 0;
  }
  .promotion-sec .promotion-main,
  .portfolio-section-main .portfolio-listing {
    padding: 56px 0 40px;
  }
  .our-process-sec,
  .why-choose-us-sec {
    padding: 40px 16px;
  }
  .snapshot.lms-snapshot .lms-snapshot-middle {
    transform: scale(0.8);
  }
  .snapshot.lms-snapshot .lms-snapshot-left {
    top: 34%;
  }
  .snapshot.lms-snapshot .lms-snapshot-right {
    top: 34%;
  }
  .mobile-app-section-new .fratures-device {
    height: 500px;
  }
  .website-features .website-icon li {
    width: 49%;
  }
  .portfolio-banner .portfolio-text .icon {
    bottom: -45px;
  }
  .snapshot .snapshot-inner .owl-carousel .owl-stage-outer {
    max-width: 218px;
    margin: auto;
  }
  .snapshot .snapshot-inner .owl-carousel .owl-stage-outer .owl-item img {
    max-width: 218px;
  }
  .available .available-inner .title h3 {
    font-size: 40px;
    padding: 0 15px 70px 15px;
  }
  .snapshot.pt-lms .owl-item.center img {
    transform: scale(1);
  }
  .snapshot.pt-lms .snapshot-inner .owl-carousel .owl-stage-outer {
    max-width: 400px;
  }
  .snapshot.pt-lms
    .snapshot-inner
    .owl-carousel
    .owl-stage-outer
    .owl-item
    img {
    max-width: 400px;
  }
  .snapshot.pt-lms .owl-carousel .owl-stage-outer {
    padding: 0;
  }
  .snapshot .device-main-img {
    width: 216px;
  }
  .snapshot.lms-snapshot .lms-snapshot-left,
  .snapshot.lms-snapshot .lms-snapshot-right {
    display: none;
  }
  .snapshot .big-device.device-main-img {
    width: 241px;
  }
  .snapshot.big-iphone-section .ui-slider {
    max-width: 400px;
    margin: 60px auto 24px auto;
  }
  .next-porfolio .next-portfolio-listing .box .img-content span {
    font-size: 14px;
    line-height: 21px;
  }
  .portfolio-features .portfolio-features-main .tab-pane .col-middle {
    display: none;
  }
  .portfolio-features .portfolio-features-main .tab-pane .col-left ul li {
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
  .portfolio-features .portfolio-features-main .tab-pane .col-left,
  .portfolio-features .portfolio-features-main .tab-pane .col-right {
    width: 50%;
  }
  .portfolio-features .portfolio-features-main .tab-pane .col-middle {
    display: none;
  }
  .portfolio-features .portfolio-features-main ul.nav.nav-tabs {
    max-width: 375px;
    padding: 6px !important;
  }
  .portfolio-features .portfolio-features-main ul.nav.nav-tabs li a {
    font-size: 16px;
    line-height: 24px;
    width: 180px;
  }
  .next-porfolio .next-portfolio-listing {
    padding-top: 1.5rem;
  }
  .custom-card {
    padding: 24px;
  }
  .pt-main-section ul li .pt-block .pt-details {
    padding-top: 16px;
  }
  .pt-main-section ul li .pt-block .arrow svg {
    max-width: 40px;
  }
  .portfolio-section-main .portfolio-listing ul.port-filter li {
    padding: 6px 12px;
  }
  .container {
    padding: 0 16px !important;
  }
  .promotion-sec,
  .portfolio-features,
  .portfolio-section-main {
    padding: 0;
  }
  .portfolio-section-main .portfolio-listing:before {
    background: transparent;
  }
  .portfolio-section-main .portfolio-listing ul.port-filter {
    padding: 1rem !important;
    gap: 6px;
  }
  .promotion-sec .promotion-main {
    background: transparent;
  }
  .banner-sec .inner-banner {
    position: relative;
  }
  .inner-banner .portfolio-banner-text {
    width: 100%;
    padding: 0 16px;
    text-align: center;
  }
  .portofolio-new-banner .banner-inner .banner-video {
    padding-top: 32px;
  }
  .portofolio-new-banner .col1 {
    text-align: center;
  }
  .page-template-single-portfolio-Augustinetours-php .lms-snapshot {
    display: none !important;
  }
  .portfolio-features .portfolio-features-main {
    padding: 40px 16px;
  }
  .portfolio-snapshot .snapshot-slider .swiper-slide {
    width: 450px;
  }
}

@media (max-width: 576px) {
  .pt-main-section ul li {
    width: 100%;
  }
  .why-choose-us-sec .col-xl-3 {
    margin: 8px 0;
  }
  .promotion-sec .promotion-main .promotion-icons .box {
    width: 100%;
  }
  .next-porfolio .next-portfolio-listing .box {
    width: 100%;
  }
  .snapshot .ui-slider-horizontal .ui-slider-handle {
    width: 50px;
    height: 50px;
    top: -14px;
    background-size: 100%;
  }
  .snapshot.big-iphone-section .ui-slider {
    max-width: 270px;
  }
  .snapshot h2 {
    margin-bottom: 1rem;
  }
  .portfolio-features .portfolio-features-main ul.nav.nav-tabs li a {
    font-size: 14px;
    line-height: 21px;
    width: 140px;
  }
  .portfolio-features .portfolio-features-main ul.nav.nav-tabs {
    max-width: 295px;
  }
  .portfolio-features .portfolio-features-main .tab-pane ul li span {
    min-width: 60px;
  }
  .promotion-sec .promotion-main .promotion-icons .box {
    border-radius: 10px;
  }
  .portofolio-new-banner .banner-inner .bg-img video {
    top: 17px;
    left: 31px;
    width: 138px;
  }
  .portofolio-new-banner .banner-inner .banner-video .bg-img {
    max-width: 200px;
    max-height: 300px;
  }
  .portofolio-new-banner .banner-inner .banner-video .bg-img img {
    height: 300px;
    width: auto;
  }
  .portfolio-banner .banner-inner {
    height: 350px;
  }
  .snapshot .ui-slider {
    max-width: 350px;
  }
  .portfolio-features .portfolio-features-main ul.nav.nav-tabs li a {
    padding: 0.5rem;
  }
  .portfolio-snapshot .snapshot-slider .swiper-slide {
    width: 350px;
  }
}
@media (max-width: 400px) {
  .our-process-sec,
  .why-choose-us-sec {
    padding: 40px 12px;
  }
  .next-porfolio .next-portfolio-listing .box .img-content span {
    font-size: 13px;
    line-height: 19px;
  }
  .portfolio-features .portfolio-features-main .tab-pane .col-left,
  .portfolio-features .portfolio-features-main .tab-pane .col-right {
    width: 100%;
  }
  .portfolio-features .portfolio-features-main .tab-pane .row {
    gap: 16px;
  }
  .snapshot .ui-slider {
    max-width: 260px;
  }
  .container {
    padding: 0 12px !important;
  }
  .pt-main-section ul li .pt-block .pt-img {
    min-height: 260px;
  }
  .snapshot.big-iphone-section .ui-slider {
    max-width: 230px;
  }
  .portfolio-snapshot .snapshot-slider .swiper-slide {
    width: 300px;
  }
}
