/*-----------------------------------------------------------------------------------

    Theme Name: Vie
    Description: ReactJS Creative Agency & Portfolio template
    Author: ThemesCamp
    Author URI: http://themeforest.net/user/ThemesCamp
    Version: 1.2

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

== Table Of Content

    |--- BASE

        |- typography

    |--- SHORTCODES

        |- Header
        |- buttons
        |- brands
        |- serv-block
        |- services
        |- process
        |- team-vid
        |- works
        |- price
        |- testimonials
        |- app-action
        |- Blog
        |- shop
        |- footers

    |--- BASE

        |- responsive
	


---------------------------------------------------------------- */
/* ====================== [ Start typography  ] ====================== */
body {
  font-family: "Manrope", sans-serif !important;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.3;
  font-weight: 700;
}

p {
  color: #9b9b9b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
  opacity: 0.7;
}

.container {
  max-width: 1170px;
}

.stit {
  font-size: 22px;
  color: #f45162;
  position: relative;
  z-index: 4;
}

.stit span {
  position: relative;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.stit span:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f45162;
  z-index: -1;
}

.stit span.left {
  margin-right: 15px;
}

.stit span.right {
  margin-left: 15px;
}

.bg-gray {
  background: #202123;
}
.bgGray {
  background: #202123;
}

.bg-dark {
  background: #1e1f21 !important;
}

.bg-dark .stit {
  color: #f45162 !important;
}

.bg-dark .stit span {
  border: 1px solid #fff;
}

.circle-blur {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #17c0e9;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

/* ====================== [ End typography  ] ====================== */
/* ====================== [ Start header  ] ====================== */
.mobile-app {
  min-height: 100vh;
  padding: 100px 0 60px;
}

.mobile-app .caption h1 {
  font-size: 70px;
}

.mobile-app .caption .buton svg {
  fill: #fff;
}

.page-app-header {
  min-height: 60vh;
}

.page-app-header:before {
  background: #f45162;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#17c0e9),
    color-stop(#c96ddd),
    to(#f45162)
  );
  background-image: -webkit-linear-gradient(right, #17c0e9, #c96ddd, #f45162);
  background-image: -o-linear-gradient(right, #17c0e9, #c96ddd, #f45162);
  background-image: linear-gradient(to left, #17c0e9, #c96ddd, #f45162);
}

.page-app-header .text-center h1 {
  font-size: 65px;
}

.page-app-header .text-center .links a {
  color: #fff;
}

.page-app-header .text-center .links a:last-of-type {
  text-decoration: underline;
}

.page-app-header .text-center .links span {
  font-size: 30px;
  margin: 0 10px;
  position: relative;
  bottom: -8px;
}

.swiper-container {
  padding-bottom: 30px;
}

body .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #fff;
  cursor: pointer;
}

.swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet-active {
  background: #f45162;
  border-color: transparent;
}

/* ====================== [ End header  ] ====================== */
/* ====================== [ Start buton  ] ====================== */
.buton {
  min-width: 220px;
  text-align: center;
  padding: 15px 30px;
  font-weight: 600;
}

.buton svg {
  fill: #fff;
}

.buton.butn-gr {
  background-color: #f45162;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#17c0e9),
    color-stop(#c96ddd),
    to(#f45162)
  );
  background-image: -webkit-linear-gradient(right, #17c0e9, #c96ddd, #f45162);
  background-image: -o-linear-gradient(right, #17c0e9, #c96ddd, #f45162);
  background-image: linear-gradient(to left, #17c0e9, #c96ddd, #f45162);
  border: 1px solid black;
  color: #fff;
}

.buton.butn-gr svg {
  fill: #fff;
}

.buton.butn-gr:hover {
  background: #f45162;
}

.buton.butn-gray {
  background: #252527;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.buton.butn-gray:hover {
  background: #f45162;
  color: #fff;
}

.buton.butn-gray:hover svg {
  fill: #fff;
}

.buton.butn-bord-dark {
  border: 1px solid #fff;
}

.buton.butn-bord-red {
  border: 1px solid #f45162;
  background: transparent;
  color: white;
}
.buton.butn-bord-red:hover {
  border: 1px solid #f45162;
  background: #f45162;
  color: white;
}

.buton.butn-bord-light {
  border: 1px solid #fff;
  color: #fff;
}

.buton.butn-bord-light svg {
  fill: #fff;
}

.buton.butn-bg-light {
  background: #fff;
  color: #0f0f1e;
}

.buton.butn-bg-light span {
  color: #0f0f1e;
}

.buton.butn-bg-light svg {
  fill: #0f0f1e;
}

.buton.rounded {
  border-radius: 30px !important;
}

.buton .icon svg {
  position: relative;
  width: 15px;
  margin-left: 10px;
  margin-bottom: -3px;
}

.butn-more {
  border-bottom: 1px solid #fff;
  font-weight: 600;
}

.butn-more svg {
  width: 6px;
  fill: #fff;
}

/* ====================== [ End buton  ] ====================== */
/* ====================== [ Start brands  ] ====================== */
.brands {
  position: relative;
}

.brands .circle-blur {
  top: -40px;
  left: 0;
  width: 180px;
  height: 180px;
  background: #17c0e9;
}

.brands .head h2 span {
  position: relative;
}

.brands .head h2 span .bord-gr {
  position: absolute;
  top: -10px;
  left: -10%;
  width: 120%;
}

.brands .item {
  margin: 30px auto;
}

.brands .item .img {
  position: relative;
  overflow: hidden;
  width: 120px;
  margin: auto;
  opacity: 0.5;
}

.brands .item .img img {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.brands .item .img:hover {
  opacity: 1;
}

.brands .item .img:hover .front {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.brands .item .img:hover .back {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.brands .item .img .back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

/* ====================== [ End brands  ] ====================== */
/* ====================== [ Start serv-block  ] ====================== */
.serv-block {
  position: relative;
}

.serv-block .circle-blur {
  width: 240px;
  height: 240px;
  background: #f45162;
  -webkit-filter: blur(120px);
  filter: blur(120px);
  left: 0;
  top: 50px;
  z-index: -1;
  opacity: 0.8;
}

.serv-block .circle-blur.two {
  left: auto;
  right: 0;
  top: auto;
  bottom: 100px;
}

.serv-block .content p {
  font-size: 16px;
}

.serv-block .content .butn-more {
  margin-left: 20px;
}

.serv-block .content .list-feat ul {
  margin: 0;
  padding: 0;
}

.serv-block .content .list-feat li .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  background: #f45162;
  margin-right: 20px;
}

.serv-block .content .list-feat li .icon svg {
  width: 10px;
  fill: #fff;
  position: relative;
}

.serv-block .app-sta .item .icon {
  color: #f45162;
  font-size: 40px;
  margin-bottom: 10px;
}

.serv-block .app-sta .item h3 {
  font-size: 55px;
  margin-bottom: 10px;
}

.accordion.shadwo .item {
  padding: 17px 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  cursor: pointer;
}

.accordion.shadwo .item .title h6 {
  font-size: 17px;
}

.accordion.shadwo .item .title h6 span {
  font-size: 30px;
  float: right;
  position: relative;
  top: -3px;
}

.accordion.shadwo .item .accordion-info {
  margin-top: 20px;
  display: none;
  transition: height 0.5s ease;
  overflow: hidden;
}

.accordion.shadwo .item .accordion-info.active {
  display: block;
}

.accordion.shadwo .item .accordion-info p {
  font-size: 15px;
}

.accordion .item.active {
  display: block;
  background: #252527;
  -webkit-box-shadow: 0px 10px 60px rgba(76, 76, 76, 0.1);
  box-shadow: 0px 10px 60px rgba(76, 76, 76, 0.1);
  border-color: transparent;
}

/* ====================== [ end serv-block  ] ====================== */
/* ====================== [ Start app-services  ] ====================== */
.app-services .item {
  padding: 40px;
  height: 300px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: #252527;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 3;
}

.app-services .item:hover {
  border-color: transparent;
}

.app-services .item:hover:before {
  opacity: 1;
}

.app-services .item:after,
.app-services .item:before {
  content: "";
  position: absolute;
  border-radius: 5px;
  background: #252527;
  z-index: -1;
}

.app-services .item:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.app-services .item:before {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#17c0e9),
    color-stop(#c96ddd),
    to(#f45162)
  );
  background-image: -webkit-linear-gradient(right, #17c0e9, #c96ddd, #f45162);
  background-image: -o-linear-gradient(right, #17c0e9, #c96ddd, #f45162);
  background-image: linear-gradient(to left, #17c0e9, #c96ddd, #f45162);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.app-services .item .item-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.app-services .item .item-tit .icon {
  margin-right: 20px;
}

.app-services .item .item-tit .icon svg {
  width: 40px;
  fill: #f45162;
}

.app-services .item .item-tit .icon span {
  font-size: 45px;
  color: #f45162;
}

.app-services .item .item-tit .text-tit h5 {
  font-size: 22px;
  margin-top: 10px;
  position: relative;
}

.app-services .item p {
  font-size: 15px;
}

/* ====================== [ End app-services  ] ====================== */
/* ====================== [ Start app-process  ] ====================== */
.app-process .item {
  padding: 40px;
  height: 500px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 3;
}
.app-process .item p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.app-process .item h6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.app-process .item:hover {
  border-color: transparent;
}

.app-process .item:hover:before {
  opacity: 1;
}

.app-process .item:after,
.app-process .item:before {
  content: "";
  position: absolute;
  border-radius: 10px;
  background: #111215;
  z-index: -1;
}

.app-process .item:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.app-process .item:before {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#17c0e9),
    color-stop(#c96ddd),
    to(#f45162)
  );
  background-image: -webkit-linear-gradient(right, #17c0e9, #c96ddd, #f45162);
  background-image: -o-linear-gradient(right, #17c0e9, #c96ddd, #f45162);
  background-image: linear-gradient(to left, #17c0e9, #c96ddd, #f45162);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.app-process .item .icon {
  font-size: 60px;
  color: #f45162;
  margin-bottom: 30px;
}

.app-process .item .step-number {
  font-size: 14px;
  color: #f45162;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 20px auto;
}

.app-process .item p {
  font-size: 16px;
}

/* ====================== [ End app-process  ] ====================== */
/* ====================== [ Start team-vid  ] ====================== */
.team-vid {
  margin-top: 260px;
  position: relative;
}

.team-vid .circle-blur {
  width: 220px;
  height: 220px;
  background: #157b95;
  -webkit-filter: blur(90px);
  filter: blur(90px);
  left: 0;
  top: 80px;
  opacity: 0.9;
}

.team-vid .circle-blur.two {
  left: auto;
  right: 0;
  top: auto;
  bottom: 100px;
  background: #0740ac;
}

.team-vid .vid-img {
  position: relative;
  min-height: 520px;
  padding: 80px 0;
  margin-top: -260px;
}

.team-vid .vid-img .vid {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.team-vid .vid-img .vid svg {
  fill: #f45162;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.team-vid .item .img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto 50px;
  position: relative;
}

.team-vid .item .img:hover:before {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#17c0e9),
    color-stop(#c96ddd),
    to(#f45162)
  );
  background: -webkit-linear-gradient(right, #17c0e9, #c96ddd, #f45162);
  background: -o-linear-gradient(right, #17c0e9, #c96ddd, #f45162);
  background: linear-gradient(to left, #17c0e9, #c96ddd, #f45162);
}

.team-vid .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.team-vid .item .img:after,
.team-vid .item .img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.team-vid .item .img:after {
  border: 1px solid rgba(255, 255, 255, 0.1);
  top: -15px;
  left: -15px;
}

.team-vid .item .img:before {
  background: #f45162;
  bottom: -15px;
  right: -15px;
}

.team-vid .item h5 {
  margin-bottom: 10px;
}

/* ====================== [ End team-vid  ] ====================== */
/* ====================== [ Start app-works  ] ====================== */
.app-works .filter {
  padding: 15px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  text-align: center;
  margin-bottom: 30px;
}

.app-works .filter span {
  margin: 0 30px;
  padding: 5px;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

.app-works .filter span:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f45162;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#17c0e9),
    color-stop(#c96ddd),
    to(#f45162)
  );
  background-image: -webkit-linear-gradient(right, #17c0e9, #c96ddd, #f45162);
  background-image: -o-linear-gradient(right, #17c0e9, #c96ddd, #f45162);
  background-image: linear-gradient(to left, #17c0e9, #c96ddd, #f45162);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.app-works .filter span.active {
  color: #f45162;
}

.app-works .filter span.active:after {
  opacity: 1;
}

.app-works .items {
  margin-top: 30px;
}

.app-works .items .item-img {
  position: relative;
}

.app-works .items .item-img:hover .cont {
  opacity: 1;
  visibility: visible;
}

.app-works .items .item-img .cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 11, 15, 0.75);
  color: #fff;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.app-works .items .item-img .cont .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 40px;
  margin-bottom: 20px;
}

.app-works .items .item-img .cont h5 {
  font-size: 30px;
  margin-bottom: 10px;
}

/* ====================== [ End app-works  ] ====================== */
/* ====================== [ Start app-price  ] ====================== */
.app-price .item {
  padding: 50px 70px;
  border: 1px solid rgba(76, 76, 76, 0.1);
}

.app-price .item.sm-padding {
  padding: 50px 40px;
}

.app-price .item.sm-padding .feat li .icon {
  margin-right: 10px;
}

.app-price .item.active {
  border-color: transparent;
  background: #202123;
}

.app-price .item .amount h3 {
  font-size: 100px;
  font-weight: 500;
  color: #f45162;
  position: relative;
  display: inline-block;
  line-height: 1;
}

.app-price .item .amount h3 span {
  position: absolute;
  left: -20px;
  top: 14px;
  color: #fff;
  font-size: 25px;
}

.app-price .item .order .buton {
  width: 100%;
}

.app-price .item .feat ul {
  margin: 0;
  padding: 0;
}

.app-price .item .feat li {
  color: #9b9b9b;
  margin-top: 15px;
}

.app-price .item .feat li.disbl {
  opacity: 0.3;
}

.app-price .item .feat li .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  background: #f45162;
  margin-right: 20px;
}

.app-price .item .feat li .icon svg {
  width: 10px;
  fill: #fff;
  position: relative;
}

/* ====================== [ End app-price  ] ====================== */
/* ====================== [ Start app-testim  ] ====================== */
.app-testim .item {
  padding: 60px;
  height: 620px;
  background: #131416;
  border: 1px solid transparent;
  text-align: center;
  position: relative;
  z-index: 4;
}

.app-testim .item:hover:after {
  opacity: 1;
}

.app-testim .item:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #131416;
  z-index: -1;
}

.app-testim .item:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: #f45162;
  background: -webkit-linear-gradient(125deg, #17c0e9, #c96ddd, #f45162);
  background: -o-linear-gradient(125deg, #17c0e9, #c96ddd, #f45162);
  background: linear-gradient(-35deg, #17c0e9, #c96ddd, #f45162);
  z-index: -2;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.app-testim .item .icon img {
  width: 50px;
}

.app-testim .item .info {
  margin-top: 30px;
}

.app-testim .item .info .img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
}

.app-testim .item .info .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.app-testim .item .info .cont span {
  font-size: 15px;
  opacity: 0.4;
}

.app-testim .item .text p {
  font-size: 16px;
}

/* ====================== [ End app-testim  ] ====================== */
/* ====================== [ Start app-action  ] ====================== */
.app-action .box-gr {
  background-color: #f45162;
  background-image: -webkit-linear-gradient(125deg, #17c0e9, #c96ddd, #f45162);
  background-image: -o-linear-gradient(125deg, #17c0e9, #c96ddd, #f45162);
  background-image: linear-gradient(-35deg, #17c0e9, #c96ddd, #f45162);
  margin-top: 100px;
}

.app-action .box-gr .img {
  position: relative;
  margin-top: -100px;
}

.app-action .box-gr .cont {
  padding: 80px 0;
  position: relative;
}

.app-action .box-gr .cont .shape-light {
  position: absolute;
  top: 10%;
  left: 0;
  width: 80%;
  height: 80%;
  pointer-events: none;
}

.app-action .box-gr .cont .stit span {
  border-color: #fff;
}

.app-action .box-gr .cont .stit span:after {
  background: #fff;
}

/* ====================== [ End app-action  ] ====================== */
/* ====================== [ Start app-blog  ] ====================== */
.app-blog .item {
  border-radius: 10px;
  background: #252527;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.app-blog .item:hover .buton {
  background: #f45162;
  background: -webkit-linear-gradient(125deg, #17c0e9, #c96ddd, #f45162);
  background: -o-linear-gradient(125deg, #17c0e9, #c96ddd, #f45162);
  background: linear-gradient(-35deg, #17c0e9, #c96ddd, #f45162);
  color: #fff;
  border-color: transparent;
}

.app-blog .item .img {
  height: 300px;
}

.app-blog .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.app-blog .item .cont {
  padding: 20px 15px 20px 0;
}

.app-blog .item .cont .tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #f45162;
  margin-bottom: 15px;
}

.app-blog .item .cont h5 {
  font-size: 20px;
  margin-bottom: 10px;
}

.app-blog .item .cont .info a {
  margin-right: 10px;
  font-size: 12px;
}

.app-blog .item .cont .info a:last-of-type {
  margin-right: 0;
}

.app-blog .item .cont .info a span {
  opacity: 0.4;
}

.app-blog .item .cont p {
  font-size: 16px;
}

.app-blog .item .cont .buton {
  padding: 11px 30px;
  min-width: auto;
  margin-top: 20px;
  font-size: 14px;
}

.app-blog .item .cont .buton:hover {
  background: -webkit-linear-gradient(125deg, #17c0e9, #c96ddd, #f45162);
  background: -o-linear-gradient(125deg, #17c0e9, #c96ddd, #f45162);
  background: linear-gradient(-35deg, #17c0e9, #c96ddd, #f45162);
  color: #fff;
  border-color: transparent;
}

/* ====================== [ End app-blog  ] ====================== */
/* ====================== [ Start shop  ] ====================== */
.shop .sidebar .search .form-group {
  position: relative;
}

.shop .sidebar .search .form-group input {
  padding: 15px 60px 15px 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  border-radius: 5px;
  color: #fff;
  width: 100%;
}

.shop .sidebar .search .form-group button {
  padding: 11px 20px;
  background: #f45162;
  color: #fff;
  font-size: 18px;
  border: 0;
  border-radius: 5px;
  position: absolute;
  top: 3px;
  right: 3px;
}

.shop .sidebar .search .form-group button:focus {
  outline: none;
}

.shop .sidebar .box {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

.shop .sidebar .gat li {
  margin-bottom: 15px;
  opacity: 0.9;
  overflow: hidden;
  padding-left: 20px;
  position: relative;
}

.shop .sidebar .gat li:before {
  content: "";
  width: 6px;
  height: 1px;
  background: #1e1f21;
  position: absolute;
  left: 0;
  top: 50%;
}

.shop .sidebar .gat li:last-of-type {
  margin-bottom: 0;
}

.shop .sidebar .gat li a {
  width: 100%;
}

.shop .sidebar .gat li span {
  float: right;
}

.shop .sidebar .tags a {
  font-size: 13px;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 4px;
  margin: 4px 2px;
}

.shop .sidebar .tags a:hover {
  color: #fff;
  background: #f45162;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#17c0e9),
    color-stop(#c96ddd),
    to(#f45162)
  );
  background-image: -webkit-linear-gradient(right, #17c0e9, #c96ddd, #f45162);
  background-image: -o-linear-gradient(right, #17c0e9, #c96ddd, #f45162);
  background-image: linear-gradient(to left, #17c0e9, #c96ddd, #f45162);
}

.shop .store .top-area .filter-select select {
  background: #111215;
  color: #fff;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

.shop .store .item:hover .img .add,
.shop .store .item:hover .img:after {
  opacity: 1 !important;
  visibility: visible !important;
}

.shop .store .item .img {
  position: relative;
  width: 100%;
  height: 280px;
  margin-top: 50px;
  border-radius: 5px;
  overflow: hidden;
}

.shop .store .item .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 15, 19, 0.7);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}

.shop .store .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.shop .store .item .img .tag {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  background: #f45162;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#17c0e9),
    color-stop(#c96ddd),
    to(#f45162)
  );
  background-image: -webkit-linear-gradient(right, #17c0e9, #c96ddd, #f45162);
  background-image: -o-linear-gradient(right, #17c0e9, #c96ddd, #f45162);
  background-image: linear-gradient(to left, #17c0e9, #c96ddd, #f45162);
  z-index: 2;
}

.shop .store .item .img .add {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}

.shop .store .item .img .add a {
  white-space: nowrap;
  padding: 14px 25px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  background: #f45162;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#17c0e9),
    color-stop(#c96ddd),
    to(#f45162)
  );
  background-image: -webkit-linear-gradient(right, #17c0e9, #c96ddd, #f45162);
  background-image: -o-linear-gradient(right, #17c0e9, #c96ddd, #f45162);
  background-image: linear-gradient(to left, #17c0e9, #c96ddd, #f45162);
}

.shop .store .item .img .add a span {
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-left: 5px;
}

.shop .store .item .info {
  padding-top: 30px;
  text-align: center;
}

.shop .store .item .info span {
  color: #f45162;
  margin-top: 10px;
}

.shop .range-slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.shop .range-slider .start-pointe {
  position: absolute;
  left: 0;
  bottom: -25px;
}

.shop .range-slider #tooltip {
  position: absolute;
  bottom: -25px;
  right: 0;
  left: auto !important;
}

.shop .range-slider #tooltip span:before {
  content: "$ ";
}

.shop #range {
  -webkit-appearance: none;
  width: 100%;
}

.shop #range:focus {
  outline: none;
}

.shop #range::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f45162),
    to(#dee4ec)
  );
  background: -webkit-linear-gradient(
    left,
    #f45162 var(--range-progress),
    #dee4ec var(--range-progress)
  );
  background: linear-gradient(
    90deg,
    #f45162 var(--range-progress),
    #dee4ec var(--range-progress)
  );
  border-radius: 2px;
}

.shop #range::-webkit-slider-thumb {
  -webkit-appearance: none;
  border-radius: 50%;
  background: #f45162;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#17c0e9),
    color-stop(#c96ddd),
    to(#f45162)
  );
  background-image: -webkit-linear-gradient(right, #17c0e9, #c96ddd, #f45162);
  background-image: linear-gradient(to left, #17c0e9, #c96ddd, #f45162);
  cursor: pointer;
  height: 15px;
  width: 15px;
  -webkit-transform: translateY(calc(-50% + 2px));
  transform: translateY(calc(-50% + 2px));
}

/* ====================== [ End shop  ] ====================== */
/* ====================== [ Start footer  ] ====================== */
.app-footer {
  padding: 100px 0 0;
  position: relative;
  background: #131416;
}

.app-footer .circle-blur {
  width: 180px;
  height: 180px;
  background: #f45162;
  -webkit-filter: blur(120px);
  filter: blur(120px);
  left: 0;
  top: 80px;
  opacity: 0.7;
}

.app-footer .circle-blur.two {
  width: 220px;
  height: 220px;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  background: #d14add;
}

.app-footer .logo-brand {
  max-width: 70%;
}

.app-footer .info span {
  opacity: 0.4;
  font-weight: 400;
  margin-bottom: 10px;
}

.app-footer .info h6 {
  font-size: 16px;
}

.app-footer .social a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 3;
}

.app-footer .social a:hover {
  border-color: transparent;
}

.app-footer .social a:hover:before {
  opacity: 1;
}

.app-footer .social a:after,
.app-footer .social a:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #1e1f21;
  z-index: -1;
}

.app-footer .social a:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.app-footer .social a:before {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#17c0e9),
    color-stop(#c96ddd),
    to(#f45162)
  );
  background-image: -webkit-linear-gradient(right, #17c0e9, #c96ddd, #f45162);
  background-image: -o-linear-gradient(right, #17c0e9, #c96ddd, #f45162);
  background-image: linear-gradient(to left, #17c0e9, #c96ddd, #f45162);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.app-footer .links .title {
  font-size: 22px;
}

.app-footer .links ul {
  margin: 0;
}

.app-footer .links li {
  margin-top: 25px;
  font-size: 17px;
  opacity: 0.7;
  line-height: 1;
}

.app-footer .links li .icon {
  font-size: 20px;
  margin-right: 5px;
}

/* .app-footer .sub-footer {
  margin-top: 40px;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
} */
.app-footer .sub-footer {
  margin-top: 30px;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.app-footer .item-clumn.links.sm-mb50 .nav-link {
  padding: 0px 0px 0px 0px !important;
}

.trigge {
  position: relative;
}

.footer-bold {
  font-weight: bold;
  color: white;
}

#casestudy {
  display: block;
  position: absolute;
  top: 55px;
  right: 0;
  width: 500px;
  background: #31353f;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(-15%);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

/* 165px */
#casestudy ul {
  height: 0;
}
.trigge:hover #casestudy ul {
  height: auto;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.trigge:hover #casestudy {
  opacity: 1;
  transform: translateY(0);
}
#industry {
  display: block;
  position: absolute;
  top: 55px;
  right: 30px;
  overflow: hidden;
  width: 500px;
  background: #31353f;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(-15%);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
/* 220px */
#industry ul {
  height: 0;
}
.trigge:hover #industry ul {
  height: 220px;
}

.trigge:hover #industry {
  opacity: 1;
  transform: translateY(0);
}

.nav-link {
  /* Your existing styles for the nav link */

  text-decoration: none;
  transition: color 0.3s, transform 0.3s;
}

.nav-link:hover {
  color: #ff5733;
  transform: scale(1.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.nav-link:hover .arrow-icon {
  color: #ff5733;
}
.nav-item:hover .nav-link {
  color: #ff5733;
}

.nav-link .arrow-icon {
  transition: transform 0.3s; /* Transition for arrow icon */
}

.my-dropdown ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.my-dropdown li {
  padding: 10px;
  transition: background-color 0.3s;
  width: 50%;
}

.my-dropdown li:hover {
  background-color: #5a5e68;
}

.columns {
  display: flex;
}

/* Show the dropdown on hover */

.services {
  /* width: 20%; */
  justify-content: center;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #3d3d44;
  transition: color 0.3s ease;
  cursor: pointer;
}
.bar {
  width: 100%;
  height: 120px;
  position: relative;
}

.bar::before {
  content: "";
  height: 50%;
  width: 4px;
  left: 50%;
  right: 0;
  top: 0;
  background: #3d3d44;

  display: block;
  position: absolute;
  transition: all 0.5s ease-in-out;
}
.services:hover > .bar::before {
  height: 80%;
  background: red;
}
.services:hover {
  color: red;
}

/* section project css */

.inner-sec3-content {
  position: relative;
  display: flex;
  justify-content: center;
}
.proj-img {
  max-width: 550px;
}
.service1 {
  top: 0;
  left: 14%;
}
.service2 {
  top: 40%;
  left: 8%;
}
.service3 {
  top: 400px;
  left: 16%;
}
.service4 {
  top: 0;
  right: 16%;
}
.service5 {
  top: 40%;
  right: 8%;
}
.service6 {
  top: 400px;
  right: 17%;
}

.service7 {
  top: 0;
  left: 14%;
}

.service8 {
  top: 40%;
  left: 8%;
}
.service9 {
  top: 400px;
  left: 16%;
}
.service10 {
  top: 0;
  right: 16%;
}
.service11 {
  top: 40%;
  right: 8%;
}
.service12 {
  top: 400px;
  right: 17%;
}

#pr-img1 {
  width: 80px;
  height: 90px;
  transition: transform 0.3s ease;
}
#pr-img2 {
  width: 80px;
  height: 90px;
  transition: transform 0.3s ease;
}

#pr-img3 {
  width: 65px;
  height: 85px;
  transition: transform 0.3s ease;
}
#pr-img4 {
  width: 80px;
  height: 90px;
  transition: transform 0.3s ease;
}
#pr-img5 {
  width: 65px;
  height: 90px;
  transition: transform 0.3s ease;
}
#pr-img6 {
  width: 80px;
  height: 90px;
  transition: transform 0.3s ease;
}
#pr-img7 {
  width: 60px;
  height: 90px;
  transition: transform 0.3s ease;
}
#pr-img8 {
  width: 80px;
  height: 90px;
  transition: transform 0.3s ease;
}
#pr-img9 {
  width: 60px;
  height: 90px;
  transition: transform 0.3s ease;
}
#pr-img10 {
  width: 80px;
  height: 90px;
  transition: transform 0.3s ease;
}
#pr-img11 {
  width: 55px;
  height: 90px;
  transition: transform 0.3s ease;
}
#pr-img12 {
  width: 60px;
  height: 90px;
  transition: transform 0.3s ease;
}

.service {
  position: absolute;
  text-align: center;
}
.service p {
  margin-top: 5px;
}

.service:hover img {
  transform: scale(1.1); /* Scale the image on hover */
}

.service:hover p {
  opacity: 1; /* Show text on hover */
  color: red;
  cursor: pointer;
}

.progress-p {
  margin-top: 12px;
}

.fifth-section-padding {
  padding: 70px 0;
}
.sixth-section-img {
  margin-left: 80px;
}
.eighth-section-img {
  margin-left: 288px;
  margin-top: 50px;
}
.ninth-section-img {
  margin-top: 100px;
}
.tenth-section-img {
  margin-top: 60px;
  margin-left: 110px;
}

.roberto-img {
  width: 90%;
}
/* .crm-img {
  width: 80%;
} */

.bg-img-div {
  background-image: url("/img/industry/Food-beverages/Point-bg.jpg");
}

/* case study Styles */
/* lemanpro */
.innerSec-title-casestudy {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 480px;
  text-align: center;
  position: relative;
}

.innerSec-title-casestudy p {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.innerSec-title-casestudy:before {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  width: 100px;
  height: 100%;
  background: url("/img/case-study/lemanpro/title-borderleft.png") no-repeat;
}

.innerSec-title-casestudy:after {
  content: "";
  position: absolute;
  top: 30%;
  right: 0;
  width: 100px;
  height: 100%;
  background: url("/img/case-study/lemanpro/title-borderright.png") no-repeat;
}

.case-study-lemanpro-video {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0;
}
.laptop-case {
  position: relative;
  height: 650px;
  width: 1120px;
}

.case-study-lemanpro-video video {
  border-radius: 10px;
  width: 857px;
  height: 559px;
  object-fit: cover;
  object-position: center;
  position: absolute;
}

.case-study-mobile-case {
  position: relative;
  padding: 50px 0;
}

.lemanpro-screenBg {
  top: 5%;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  overflow: hidden;
  position: absolute;
  left: 0;
}

.lemanpro-mobile-case {
  width: 210px;
  margin-top: 20px;
  height: auto;
}
/* 
@media only screen and (max-width: 910px) {
  .case-study-lemanpro-video video {
    max-width: 531px;
  }
}
@media only screen and (max-width: 1024px) {
  .case-study-lemanpro-video video {
    max-width: 734px;
  }
} */

/* section styles */

.phone1 {
  max-width: 200px;
  object-fit: cover;
  margin-left: 170px;
}
.phone2 {
  max-width: 280px;
  object-fit: cover;
  left: 5%;
  z-index: -1;
  display: none;
}
.phone3 {
  max-width: 320px;
  object-fit: cover;
  right: 20%;
  z-index: -2;
  display: none;
}

.phone2,
.phone3,
.phone4,
.phone5,
.phone7-1,
.phone7-2,
.phone7-3 {
  position: absolute;
}
.casestudySec2-image,
.casestudySec3-image {
  position: relative;
}

.phone4,
.phone5 {
  display: none;
}

/* section2 styles */

.leman-section2-imgs {
  position: relative;
}
.leman-section2-imgs img {
  max-width: 400px;
  object-fit: cover;
}
.phone7-1 {
  top: 0;
  left: 1%;
  z-index: 1;
}
.phone7-2 {
  top: 0;
  left: 3%;
  z-index: 2;
}
.phone7-3 {
  top: 0;
  left: 4%;
  z-index: 3;
}

/* octavia */

.octavia-frame {
  display: flex;
}
.octaviaSec1-leftCol {
  position: relative;
}
.octaviaSec1-leftCol img {
  width: 200px;
  object-fit: cover;
  object-position: center;
}

.octaviaSec1-rightCol {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.octavia-logo {
  width: 120px;
  border-radius: 10px;
}
.octavia-sec1 {
  padding: 100px 0 50px;
  position: relative;
}
.octaviaSec2-image img {
  width: 300px;
}

.innerHeading {
  font-weight: bold;
  text-transform: capitalize;
}
.white-color {
  color: white;
}

.EMS-phone2,
.octavia-phone2 {
  position: absolute;
  top: 0;
  left: 12%;
}

.octavia-circle1 {
  right: 29%;
  bottom: 10%;
}
.octavia-circle3 {
  top: 5%;
  right: 30%;
}
.octavia-circle2 {
  top: 40%;
  right: 3%;
}
.octavia-circle {
  background: #c31a21;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  animation: 2s infinite pulse;
  transition: 2s ease-in-out;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  position: absolute;
}
.fa-plus:before {
  content: "\f067";
}
.fa,
.fas {
  font-weight: 900;
}

.octaviaSec2-wrap .evoke-iconBox {
  background: #fff;
}

/* octavia main styles */

.main-img-octavia {
  width: 300px;
}

/* octavie frame styles */
.frame-img-octavia {
  width: 550px;
}

.octavia-mobile-case {
  width: 228px;
  margin-top: -11px;
}

/* ems main  */
.evokeSec3-images {
  position: relative;
}

.evokeScreen2 {
  position: absolute;
  top: 0;
  left: 10%;
}

.evokeScreen3 {
  position: absolute;
  top: 0;
  left: 20%;
}

.evokeSec3-images img {
  object-fit: cover;
  width: 250px;
}

/* ems frame2 styles */

.ems-frame2-image-container {
  display: flex;
  justify-content: space-evenly;
}

/* .ems-frame2-img {
  width: 280px;
} */

.evoke-iconBox {
  padding: 10px;
  background: #131212;
  min-height: 160px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.evoke-iconBox,
.kornhole-iconBox {
  border-radius: 5px;
  max-height: 160px;
  box-shadow: 5px 0 10px 0 #000000d9;
  cursor: pointer;
  display: flex;
  width: 100%;
  transition: 0.3s ease-in-out;
}

.octaviaSec2-wrap .evoke-iconBox .icon img {
  filter: invert(22%) sepia(33%) saturate(7037%) hue-rotate(344deg)
    brightness(76%) contrast(101%);
}
.evoke-iconBox .icon img,
.kornhole-iconBox .icon img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s ease-in-out;
}
.evoke-iconBox .text,
.kornhole-iconBox .text {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
.octaviaSec2-wrap .evoke-iconBox .text {
  color: #c31a21 !important;
}
.octaviaSec2-image {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  position: relative;
}

.padding-section-octavia {
  padding: 100px;
}

/* be-discovered responsiveness */
.be-discovered-wrap {
  position: relative;
  height: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.be-dis1 {
  position: absolute;
  right: 10%;
  top: 10%;
  width: 260px;
}
.be-dis2 {
  position: absolute;
  right: 28%;
  top: 22%;
  width: 340px;
  /* width: 100%;  */
}
.be-dis3 {
  position: absolute;
  right: 8%;
  top: 59%;
  width: 260px;
}

.ems-section-img {
  display: flex;
  justify-content: center;
}
.main1-bedis-img {
  position: absolute;
  bottom: -470px;
}

.kornhole-main-img {
  width: 200px;
}
.frame2-kornhole-padding {
  padding: 75px 0;
}

.kornhole-image {
  position: relative;
  text-align: center;
}
.kornhole-frame2-img {
  width: 850px;
}

.EMSsec1-rightCol {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stroke-text {
  -webkit-text-stroke: 2px #e10e07;
  -moz-text-stroke: 2px black;
  color: transparent;
  display: inline-block;
}
.text-styles {
  font-size: 130px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}

.red-color {
  color: red;
}
.bottom-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
}
.bottom-text span {
  font-size: 90px;
  font-weight: 800;
  color: #fff;
}
.relative {
  position: relative;
}
.fixed-anchors {
  position: absolute;
  bottom: 58%;
  right: 0;
  transform: rotate(-90deg);
  width: 100%;
  max-width: 301px;
}
.fixed-anchors ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.fixed-anchors a {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background: 0 0;
  letter-spacing: 2px;
  transition: 0.3s ease-in-out;
}

.fixed-anchors a:hover {
  -webkit-text-stroke: 2px #c22026;
  text-decoration: none;
}

/* recruitment styles */
.recruit-main {
  margin-top: 100px;
}

.recruitment-banner {
  background: #5a5959a6;
  height: 370px;
  position: relative;
  width: 100%;
  top: 200px;
  margin-bottom: 60px;
}
.position-rela {
  position: relative;
}

.recrui-top1,
.recrui-top2,
.recrui-top3 {
  top: -90%;
  position: absolute;
}

.recrui-top1 {
  width: 200px;
  left: 14%;
  top: -78px;
}
.recrui-top2 {
  width: 250px;
  left: 38%;
  top: -177px;
}
.recrui-top3 {
  width: 200px;
  right: 14%;
  top: -75px;
}

.aqua {
  color: aqua;
}
.main-title {
  color: #ff005994;
}
.info {
  text-align: initial;
}
.four-lines-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.five-lines-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.six-lines-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.three-lines-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.paddingxy {
  padding-left: 30px;
  padding-right: 30px;
}
.border-rds {
  border-radius: 30px;
}

.service-text {
  color: red;
}
.not-found-height {
  height: 980px;
}

.back-btn a {
  text-decoration-line: none;
}

/* error 404 page styles */

/* ====================== [ End footer  ] ====================== */
/* ====================== [ Start Responsive  ] ====================== */
@media only screen and (max-width: 1500px) {
  .fixed-anchors {
    display: none;
  }
}

@media only screen and (max-width: 1400px) {
  .be-dis2 {
    right: 21%;
    width: 200px;
  }
  .be-dis1 {
    right: 3%;
    top: 10%;
    width: 204px;
  }
  .be-dis3 {
    top: 55%;
    max-width: 200px;
  }
  .be-discovered-wrap {
    margin-bottom: 0;
  }
  h2 {
    font-size: xx-large;
  }
  .long-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8; /* number of lines to show */
    -webkit-box-orient: vertical;
  }
}

@media only screen and (max-width: 1200px) {
  .frame-img-octavia {
    width: 400px;
  }
  .octavia-mobile-case {
    width: 192px;
  }
  .long-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6; /* number of lines to show */
    -webkit-box-orient: vertical;
  }
}
@media only screen and (max-width: 1280px) {
  .innerSec-title-casestudy p {
    font-size: 18px;
  }
  .innerSec-title-casestudy::after,
  .innerSec-title-casestudy::before {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .laptop-case {
    height: 561px;
    width: 891px;
  }
  .case-study-lemanpro-video {
    height: 561px;
    width: 891px;
  }

  .case-study-lemanpro-video video {
    width: 664px;
    height: 477px;
  }
  .phone1 {
    margin-left: 0px;
  }
  .phone2,
  .phone3 {
    display: inline;
  }
  .phone4 {
    left: 7%;
  }
  .phone4,
  .phone5 {
    display: inline;
  }
  .leman-main-content {
    margin: 0;
  }
  .ems-frame2-image1,
  .ems-frame2-image3 {
    display: none;
  }
  .ems-frame2-image2 {
    width: 400px;
  }
  .recrui-top1,
  .recrui-top2,
  .recrui-top3 {
    position: static;
    width: 270px;
  }
  .recruitment-banner {
    top: 0;
    background: none;
  }
  .recruitment-img-sec {
    display: flex;
    justify-content: space-around;
  }
  .des-part2 {
    display: none;
  }
  .image-project-screen {
    display: none;
  }
  .service {
    position: static;
  }
  .inner-sec3-content {
    justify-content: space-around;
  }
}

@media screen and (max-width: 991px) {
  .lg-hide {
    display: none;
  }
  h2 {
    font-size: 30px;
  }
  .mobile-app .caption {
    margin-bottom: 50px;
    text-align: center;
  }
  .mobile-app .caption h1 {
    font-size: 60px;
  }
  .app-action .box-gr .cont {
    width: 100%;
    text-align: center;
  }
  .app-works .filter {
    padding-bottom: 0;
  }
  .app-works .filter span {
    margin: 0 15px 20px;
  }
  .app-works .filter span:after {
    bottom: 0;
  }
  .content {
    padding: 30px;
  }

  .octavia-mobile-case {
    width: 249px;
    margin-top: -20px;
  }
  .ems-main-order {
    order: 1;
  }
  .evokeSec3-images {
    display: flex;
    justify-content: space-around;
    position: static;
  }
  .evokeScreen2,
  .evokeScreen3 {
    position: static;
  }
  .evokeSec3-images img {
    width: 173px;
  }
  #industry {
    top: 9px;
    left: 115px;
  }
  #casestudy {
    top: 9px;
    left: 140px;
  }
  .trigge {
    width: 150px;
  }
  .mid-container {
    display: flex;
    justify-content: center;
    margin: 0;
  }
  .mid-img {
    width: 500px;
  }
  .app-process .item {
    height: 260px;
  }
  .app-process .item p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
  }
}

@media only screen and (max-width: 910px) {
  .laptop-case {
    height: 451px;
    width: 852px;
  }
  .case-study-lemanpro-video {
    padding: 20px;
    width: 852px;
  }

  .case-study-lemanpro-video video {
    width: 637px;
    height: 388px;
  }
  .casestudySec3-image img {
    max-width: 300px;
    min-height: 550px;
    max-height: 550px;
    object-fit: cover;
    object-position: center;
  }
  .phone4 {
    left: 7%;
  }
  .phone5 {
    left: 15%;
  }
  .leman-main-content {
    margin: 0;
  }
  p {
    font-size: 17px;
  }
  .main-title {
    display: none;
  }
  .case-study-lemanpro-video {
    margin: 0;
    width: 824px;
  }
  .section-padding {
    padding: 34px 0;
  }
  .laptop-case {
    height: 380px;
    width: 652px;
  }
  .case-study-lemanpro-video video {
    width: 486px;
    height: 322px;
  }
}
@media only screen and (max-width: 780px) {
  .casestudySec3-image {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 25px;
  }
  .mobile-app .caption h1 {
    font-size: 40px;
  }
  .app-blog .item .cont {
    padding: 30px;
  }
  .sm-mb50 {
    margin-bottom: 30px;
  }
  .leman-section-imgs {
    display: none;
  }
  .casestudySec3-image img {
    max-width: 180px;
    min-height: 400px;
  }
  .phone4,
  .phone5 {
    position: static;
    margin-right: 20px;
  }
  p {
    font-size: 14px;
  }
  .phone7-1 {
    left: 10%;
  }
  .phone7-2 {
    left: 20%;
  }
  .phone7-3 {
    left: 30%;
  }
  .leman-section2-imgs {
    margin: 50px;
  }
  .octaviaSec2-image img {
    width: 200px;
  }
  .frame-img-octavia {
    width: 280px;
  }
  .octavia-mobile-case {
    display: none;
  }
  .be-dis1,
  .be-dis3 {
    display: none;
  }
  .be-dis2 {
    right: 1%;
    top: 25%;
  }
  .main2-img-container {
    display: flex;
    justify-content: center;
  }
  .main2-bedis-img {
    width: 400px;
  }
  .swiper-slide .item .img {
    width: 300px;
  }
  /* kornhole section 2 */
  .kornholeSec2-img {
    display: flex;
    justify-content: center;
  }
  .be-discovered-wrap {
    height: 510px;
  }
  .row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .be-discovered-wrap {
    margin-bottom: 0;
  }
  .innerSec-title-casestudy p {
    padding: 0;
  }
  .kornhole-main-img {
    width: 143px;
  }
  .octaviaSec1-leftCol {
    display: none;
  }

  .recrui-top2 {
    display: none;
  }
  .info {
    text-align: center;
  }
  .case-study-lemanpro-video {
    width: 725px;
  }
  .section-padding {
    padding-top: 79px;
  }
  .octavia-circle {
    display: none;
  }
  .octaviaSec1-rightCol {
    align-items: center;
  }
  .bedis-main3 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 639px) {
  .swiper-slide {
    display: flex;
    justify-content: center;
  }
  .case-study-lemanpro-video video {
    width: 339px;
    height: 217px;
  }
  .laptop-case {
    height: 263px;
    width: 448px;
  }
  .case-study-lemanpro-video {
    width: 562px;
    height: 332px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 600px) {
  #industry .list .columns {
    display: inline;
  }
  #industry {
    width: 300px;
  }
  #casestudy {
    width: 250px;
  }
  #casestudy .list .columns {
    display: inline;
  }
}

@media only screen and (max-width: 600px) {
  .padding-section-octavia {
    padding: 50px 0 0;
  }
  .evokeScreen2,
  .evokeScreen3 {
    display: none;
  }
  .octavia-sec1 {
    padding: 0;
  }
  .leman-section2-imgs {
    margin-right: 100px;
  }
  .eighth-section-img {
    display: none;
  }
  .octavia-frame {
    display: block;
  }
  .frame-img-octavia {
    margin-top: 10px;
  }
  .mid-img {
    width: 300px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-wrap .mb-content-para,
  .contact-wrap .mb-content-text,
  .index-sec2-head p,
  .innerSec-title-casestudy p {
    font-size: 16px;
  }
  .inner-sec3-content {
    display: flex;
    flex-wrap: wrap;
  }
  .inner-sec3-content.col-12 > div {
    flex-basis: 50%;
  }
  .proj-img {
    display: none;
  }

  .service {
    margin-top: 15px;
  }
  .case-study-lemanpro-video {
    width: 495px;
    height: 192px;
  }
  .case-study-lemanpro-video video {
    width: 214px;
    height: 135px;
  }
  .laptop-case {
    height: 172px;
    width: 290px;
  }
}

/* octavia responsiveness */

@media only screen and (max-width: 566px) {
  .octaviaSec1-leftCol img {
    width: 200px;
  }
  .octaviaSec1-rightCol {
    min-height: 200px;
  }
  .recrui-top1 {
    display: none;
    width: 230px;
  }
}

@media only screen and (max-width: 540px) {
  .be-dis2 {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .buton {
    margin-top: 15px;
  }
  .case-study-lemanpro-video {
    width: 379px;
  }
}
.swapper-image {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 94%;
  height: 99%;
  border-radius: 20px;
}

.swapper-template {
  position: relative;
  z-index: 99;
}
