body {
  margin: 0;
  padding: 0;
  font-family: "Poppins";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

ul {
  list-style-type: none;
}

p {
  font-size: 14px;
  font-weight: 400;
  color: #363333;
  line-height: 27px;
}

.pad-left {
  padding-left: 0;
}

.pad-right {
  padding-right: 0;
}

section {
  width: 100%;
  float: left;
  padding: 40px 0;
}

.flutter-portfolio {
  padding: 20px 0;
  background: url(../svg/portfolio-bg.svg) no-repeat;
  background-size: cover;
  background-position: center;
  /*height: 655px;*/
  position: relative;
  overflow: hidden;
}

.topt-head {
  width: 100%;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #000;
  margin: 0 0 10px;
}

.topt-head+p {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
}

/* .owl-carousel .owl-item .portfolio img {
  image-rendering: pixelated;
} */
.owl-carousel .owl-item .portfolio {
  background: url(../webp/screen-right-frame.webp) no-repeat;
  width: 277px;
  height: 558px;
  padding: 16px;
  background-size: 100% 100%;
  margin-top: 30px;
}

.owl-carousel .owl-item .portfolio picture {
  width: 245px;
  display: block;
}

.flutter-portfolio::before,
.flutter-portfolio::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 100%;
  top: 0;
  z-index: 8;
  background-size: 100% 100% !important;
}

.flutter-portfolio::before {
  background: url(../png/left-shade.png) no-repeat;
  left: 0;
}

.flutter-portfolio::after {
  background: url(../png/right-shade.png) no-repeat;
  right: 0;
}



img.port-logo {
  width: auto !important;
  margin: 15px auto;
  mix-blend-mode: multiply;
}

span.port-logo-box {
  width: 120px;
  height: 60px;
  display: block;
  margin: 0 auto;
}

span.port-logo-box img {
  width: 100% !important;
  height: 100%;
  object-fit: contain;
}

p.ind-service {
  text-align: center;
  margin: 10px auto;
  width: 180px;
  height: 35px;
  display: inline-block;
  left: 50%;
  position: relative;
  transform: translate(-50%, -35%);
  /* background: linear-gradient(315deg, #4975d1, #834fd5); */
  background: url(../png/badge.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 4px 13px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}


img.port-logo.matinee-logo,
img.port-logo.tolk2go-logo {
  margin: 10px auto;
}

@media only screen and (max-width: 991px) {
  .flutter-portfolio {
    height: auto;
    background-size: 100% 100%;
  }

  .portfolio {
    width: 75%;
    margin: 0 auto;
  }

  .flutter-portfolio::before,
  .flutter-portfolio::after {
    content: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .flutter-portfolio {
    background-size: cover;
  }

  .flutter-portfolio::before,
  .flutter-portfolio::after {
    width: 10%;
    height: 100%;
  }
}

/*----------- Carousel screens changes -----------*/


@media only screen and (min-width: 1800px) and (max-width: 1999px) {

  .container {
    width: 80%;
  }
  .owl-carousel .owl-item .portfolio {
    width: 364px;
    height: 730px;
    margin: 30px auto 0;
  }
  
  .owl-carousel .owl-item .portfolio picture {
    width: 325px;
  }

}

@media only screen and (min-width: 1700px) and (max-width: 1799px) {
  .container {
    width: 80%;
  }
  .owl-carousel .owl-item .portfolio {
    width: 336px;
    height: 685px;
    margin: 20px auto 0;
  }
  .owl-carousel .owl-item .portfolio picture {
    width: 301px;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 1650px) {

  .container {
    width: 80%;
  }
  .owl-carousel .owl-item .portfolio {
    width: 300px;
    height: 600px;
    margin: 20px auto 0;
  }
  .owl-carousel .owl-item .portfolio picture {
    width: 265px;
  }

}