.qsstechnosoft_portfolio_panel {
  background: #020128;
  padding: 100px 0;
  padding: 6rem 0 0;
  margin-top: -1px;
  min-height: 100vh;
}
.showcase_panel {
  height: 100vh;
  display: flex;
  align-items: center;
}

.ds_flex {
  display: flex;
}
.flex_al_center {
  align-items: center;
}
.flex_center {
  justify-content: center;
}
.showcase {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.showcase_view {
  height: 100%;
}
.showcase_view img {
  width: 100%;
  border-radius: 10px;
}
.showcase_inner {
  position: relative;
  overflow: hidden;
  width: 35%;
  height: 100%;
}
.showcase_card {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-top:1rem;
  transform: translateY(0%);
  opacity: 0;
  color: #fff;
}
.showcase_card:first-child {
  opacity: 1;
  transform: translateY(0);
}
.app__head4 {
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color:#F4F4F4;
  margin-bottom:15px;
}
.showcase_subhead {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight:400;
  color:#F5F5F5;
  line-height: 1.5;
}
.showcase__results {
  font-family: 'Lato', sans-serif;
  font-size:18px;
  font-weight:400;
  color:#BEBEBE;
  padding-top: 15px;
}
.showcase__results p {
	font-size:18px !important;
	margin-bottom:0;
}
.appi__head2 + .common__btn {
  margin-top: 0;
}
.blk,
.appi__head2.blk {
  color: #000;
}
.common__btn {
  margin-top: 30px;
  display: table;
}
.common__btn .btn-effect {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  border: 2px solid #fff;
  padding: 14px 36px 14px 25px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  text-decoration:none !important;
}
.common__btn.hv_blue .btn-effect:hover {
  color: #fff;
  background-color: #FF3635;
  border: 2px solid #FF3635;
}

.showcase_visuals {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 100%;
  margin-right: 60px;
}
.showcase_view {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.scr_bar {
  height: 550px;
  width: 2px;
  background: rgb(255 255 255/50%);
  border-radius: 100px;
  position: absolute;
  right: 20px;
  top: 0;
}
.bar {
  position: absolute;
  left: -1px;
  top: 0;
  width: 4px;
  height: 140px;
  background: #FF3635;
  content: "";
  border-radius: 60px;
}
.showcase_panel {
  position: relative;
}
.showcase_panel .common__btn a {
  text-decoration:none;
  position: relative;
  z-index: 5 !important;
}
.showcase_panel.cursor-btn .block_bubble {
  transform: scale(0);
}
.common__btn svg {
    right: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #fff;
    width: 18px;
    position: absolute;
    height: 18px;
    stroke-width: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
}
.common__btn .btn-effect:hover svg {
  -webkit-animation: arrowmove 0.4s infinite alternate ease-in-out;
  animation: arrowmove 0.4s infinite alternate ease-in-out;
}
.common__btn .btn-effect:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
}
.block_bubble {
  color: #fff;
  background-color:#FF3635;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  width: 80px;
  height: 80px;
  margin: -100px 0 0 -140px;
  border-radius: 50%;
  position: absolute;
  left: 440px;
  top: 100px;
  z-index: 444;
  pointer-events: none !important;
  will-change: transform;
  transform: scale(1);
  transition: 0.4s transform cubic-bezier(0.68, 0.55, 0.265, 0.55);
}

@media (max-width: 1680px) {
  .common__btn .btn-effect {
    font-size: 14px;
  }
}
@media (max-width: 1550px) {
	.showcase {
		height:65vh;
	}
	  .showcase_inner {
		width: 42%;
	  }
	  .showcase_visuals {
		width: 51%;
	  }
	  .scr_bar {
		height: 437px;
	  }
	  .showcase_subhead {
		font-size:18px;
	  }
		.showcase__results p {
			font-size:16px !important;
		}
	.showcase_card {
		padding-top:0;
	}
}

@media (max-width: 1440px) {
  .common__btn .btn-effect {
    padding: 10px 36px 10px 25px;
  }
	.showcase_card {
		padding-right:20px;
	}
	.app__head4 {
		font-size: 30px;
	}
	.showcase_subhead {
		font-size:16px;
	}
	.showcase__results p {
		font-size:14px !important;
		line-height:26px !important;
	}
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .scr_bar,
  .block_bubble {
    display: none;
  }
  .showcase_inner {
    width: 100%;
  }
  .showcase_visuals {
    width: 70%;
    margin-right: 0;
  }
  .app__head4 {
    font-size: 22px;
    margin:0 0 15px;
  }
  .showcase_subhead {
    font-size: 14px;
  }
  .showcase__results {
    padding-top: 15px;
  }
  .showcase__results p {
		font-size:14px !important;
	}
  .showcase_inner .common__btn {
    margin-top: 10px;
  }
  .showcase_panel {
    align-items: flex-start;
  }
  .showcase {
    flex-direction: column;
    align-items: center;
    height: 65vh;
    padding-top: 2rem;
  }
}
@media (max-width: 767px) {
  
  .qsstechnosoft_portfolio_panel 
   .ds_flex,
  .showcase,
  .part_wrapper .ds_flex {
    flex-direction: column;
  }

  .appi__subhead {
    font-size: 16px;
  }
  .showcase_inner {
    width: 100%;
  }
  .block_bubble,
  .scr_bar {
    display: none;
  }
  .showcase_visuals {
    margin: 20px 0 0;
    height: 100%;
    width: 100%;
  }
  .results_head {
    font-size: 10px;
  }
  .showcase .common__btn {
    margin-top: 10px;
  }
  .app__head4 {
    font-size: 16px;
  }
  .showcase_subhead {
    font-size: 14px;
  }
  .showcase__results {
    padding-top: 15px;
  }
  .showcase {
    height: 100%;
  }
  .showcase_panel {
    padding-top: 2rem;
  }
  .showcase_card {
    padding-right: 0;
  }
  .appi_card_inner img {
    max-width: 26px;
  }
  .appi_card_wrap {
    margin: 4rem 0;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .card_num {
    font-size: 36px;
    padding: 10px 0;
  }
  .appi_card_inner {
    padding: 20px 15px;
  }
  .card_head {
    font-size: 16px;
    line-height: 1.4;
  }
  .card_cta {
    font-size: 16px;
  }
  .appi__head2 {
    font-size: 28px;
  }
}

