 

/* Start Banner ---------------- */

/* banner */
.lobBanner-design-services {
  position: relative;
}

.lobBanner-design-services figure {
  margin-bottom: 0;
}

.lobBanner-design-services figure img {
  /*height: 100dvh;*/
height:100%;
  object-fit: cover;
  width: 100%;

}

.lobBanner-design-services .bannercont {
  position: absolute;
  top: 82%;
  left: 0%;
  right: 0;
  width: 100%;
}

/* banner */
@media (max-width: 600px) {
.lobBanner-design-services figure img {
  height:80vh;
}
}
@media (min-width: 768px) and (max-width: 991px) { 
.lobBanner-design-services .bannercont {
top: 75%;
}
}
 /* Design service End ---------------------------*/







 /* Start End-to-End Chip Design Services -------------------- */
.designServiceSec.gapsec {
  padding-top: 0;
}

.innerDesignServiceSec {
  padding: 24px;
  background: url(/documents/d/liferay-sample-batch-tepl/borderline) no-repeat 0 0;
  background-size: 100% 100%;
}

.innerDesignServiceSec .lftDesignServ h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 1.4;
}

.innerDesignServiceSec .lftDesignServ .designServListing {
  list-style: none;
  padding: 0;
  margin: 0;
}

.innerDesignServiceSec .lftDesignServ .designServListing li {
  padding: 0 0 0 35px;
  margin: 0 0 20px 0;
  position: relative;
  line-height: 1.7;
}

.innerDesignServiceSec .lftDesignServ .designServListing li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 9px;
  width: 12px;
  height: 12px;
  background: var(--white-color);
  border-radius: 50%;
}

.lftDesignServ {
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 50px;
}

.rightDesignService figure {
  margin-bottom: 0;
}

.rightDesignService figure img {
  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
  width: 100%;
}

.lftDesignServ h4 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.endToEndSec h2 {
  line-height: 1.2;
}

.endToEndSec h2 span {
  font-weight: 400;
  background: linear-gradient(to left, #A491FA, #CF1FF5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.endToEndCont p a {
  text-decoration: underline;
}

.gapsec {
  padding: 80px 0;
}

ul.designServListing li {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3.2rem;
  color: #fff;
  font-family: "poppinsregular", Arial, sans-serif;
}

.endToEndCont a {
  color: #CF1FF5;
}


.rightDesignService figure {
  overflow: hidden;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
  width: 100%;
}

.rightDesignService figure img {
  /* transform: scale(1.1); */
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  border-radius: 8px;
  width: 100%;
}

.rightDesignService figure img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.rightDesignService figure img {
  object-fit: cover;
}
@media (max-width: 600px) {
  .innerDesignServiceSec {
      padding-bottom: 120px;
  }
}

@media(max-width:1299px) {
  .rightDesignService figure img {
      height: 400px;
  }
}

@media(max-width:1199px) {
  .lftDesignServ {
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 0px;
  }


  .rightDesignService figure img {
      height: 400px;
  }
  .rightDesignService figure img:hover {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}

@media(max-width:991px) {
.lftDesignServ > p:last-child {
  width: 100%;
  max-width: 81%;
  margin-left: auto;
}
  .innerDesignServiceSec {
      padding: 15px;
  }

  .innerDesignServiceSec {
      padding-bottom: 10px;
  }

  .innerDesignServiceSec .row>div:first-child {
      order: 1;
      margin-top: 10px;
  }

  .innerDesignServiceSec .lftDesignServ h2 {
      font-size: 22px;
  }

  .endToEndCont {
      margin-top: 0px;
  }

  .gapsec {
      padding: 30px 0;
  }

  .innerDesignServiceSec {
      background: url(/documents/d/liferay-sample-batch-tepl/backshaperight) no-repeat 0 0;
      background-size: 100% 100%;
  }

  .rightDesignService figure img {
      height: 150px
  }
  .lftDesignServ h4 {
      font-size: 1.8rem;
      line-height: 25px;
      margin-bottom: 10px;
  }

  .innerDesignServiceSec .lftDesignServ .designServListing li {
      margin-bottom: 10px;
  }

  .leftPadding {
      padding-left: 20%;
  }

  .innerDesignServiceSec .lftDesignServ .designServListing li {
      padding: 0 0 0 24px;
  }
  .rightDesignService figure img:hover {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}

@media(max-width:767px) {
  ul.designServListing li {
      font-size: 1.4rem
  }


  .lobBanner .bannercont h1 {
      font-size: 36px;
  }

  .rightDesignService figure img:hover {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}
/* End End-to-End Chip Design Services -------------------- */







/* Start Ready to join : Business ------------------------- */
/* ready to join */
:root {
  --body-bg-color: #0F0F0F;
  --white-color: #fff;
  --black-color: #000;
  --link-color: #CF1FF5;
  --body-font: 'Poppins', sans-serif;
}

.explorebtn:hover {
  text-decoration: none;
}

.readyToJoin {
  background: var(--Secondary-gradient, linear-gradient(90deg, #CF1FF5 0%, #3965E5 100%));
  padding: 60px 0;
  text-align: center;
}

h2 {
  color: var(--white-color);
  margin-bottom: 30px;
}

.readyToJoin .visible .letterItem {
  animation: visibleLetter 1s linear;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  opacity: 0;
}

.readyToJoin .visible .letterItem:nth-child(2) {
  animation-delay: 0.3s;
}

.readyToJoin .visible .letterItem:nth-child(3) {
  animation-delay: 0.4s;
}

.readyToJoin .visible .letterItem:nth-child(4) {
  animation-delay: 0.5s;
}

.readyToJoin .visible .letterItem:nth-child(5) {
  animation-delay: 0.6s;
}

.readyToJoin .visible .letterItem:nth-child(6) {
  animation-delay: 0.7s;
}

.readyToJoin .visible .letterItem:nth-child(7) {
  animation-delay: 0.8s;
}

.readyToJoin .visible .letterItem:nth-child(8) {
  animation-delay: 0.9s;
}

.readyToJoin .visible .letterItem:nth-child(9) {
  animation-delay: 1s;
}

.readyToJoin .visible .letterItem:nth-child(10) {
  animation-delay: 1.1s;
}

.readyToJoin .visible .letterItem:nth-child(11) {
  animation-delay: 1.2s;
}

.readyToJoin .visible .letterItem:nth-child(12) {
  animation-delay: 1.3s;
}

.readyToJoin .visible .letterItem:nth-child(13) {
  animation-delay: 1.4s;
}

.readyToJoin .visible .letterItem:nth-child(14) {
  animation-delay: 1.5s;
}

@keyframes visibleLetter {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
/* 
.explorebtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}

.explorebtn i {
  padding: 0 18px;
  height: auto;
  display: inline-block;
  color: var(--black-color);
  text-align: center;
  background: var(--white-color);
  font-family: 'poppinslight', Arial, sans-serif;
  font-size: 18px;
  line-height: 45px;
  font-style: normal;
  font-weight: 300;
  border-radius: 30px;
  vertical-align: middle;
}

.explorebtn span {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--white-color);
} */

.readyToJoin .explorebtn:hover i,
.readyToJoin .explorebtn:hover span,
.readyToJoin .explorebtn:focus-visible i,
.readyToJoin .explorebtn:focus-visible span {
  background: #CF1FF5;
}

/* ready to join */

.explorebtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  text-decoration: none !important;
}

.explorebtn i {
  padding: 2px 30px;
  height: auto;
  display: inline-block;
  color: #000;
  text-align: center;
  font-family: 'poppinslight', Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 45px;
  font-style: normal;
  font-weight: 300;
  border-radius: 30px;
  vertical-align: middle;
  text-decoration: none;
  background: #fff;
}

.explorebtn .roundArrowbtn {
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 50% 50% 50% 50%;
  background: #fff;

}

.explorebtn svg {
  height: 16px;
  width: 16px;
}

/* .explorebtn:hover i,
.explorebtn:hover .roundArrowbtn {
  background: #CF1FF5;
  border-color: #CF1FF5;
} */

.readyToJoin .explorebtn:hover i,
.readyToJoin .explorebtn:hover .roundArrowbtn,
.readyToJoin .explorebtn:focus-visible i,
.readyToJoin .explorebtn:focus-visible .roundArrowbtn {
  background: #CF1FF5;
}

.TEPL-Primary-Footer {
    margin-top: 0 !important;
}

/* End Ready to join : Business ------------------------- */


