:root {
  --primary: #08062c;
  --dark: #02020f;
  --violet: #08062c;
  --fdark: #0f161e;
}
.mt-7s {
  margin-top: 7em;
}
.navbar-dark .navbar-toggler {
  margin-right: 1em;
}
.c-header-filters_button:hover,
a,
a:hover,
button:hover {
  text-decoration: none;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}
/* :focus-visible {
  outline: none !important;
  display: none !important;
} */
body {
  overflow-x: hidden;
  font-family: Poppins, sans-serif !important;
  cursor: url(https://phppoets.com/img/bg-hero.svg);
}
.top-space {
  /* margin-top: 4em; */
}
.ft-set li {
  padding: 0.2em 0em 0em 1.5em;
  margin: auto;
}
.ft-set li a {
  letter-spacing: 0.02em;
  text-align: center;
}
.b-card .date,
.b-card article h1,
.b-content p {
  letter-spacing: 0.03em;
  line-height: 27px;
}
.sectionThree,
.sectionTwo {
  scroll-snap-align: start;
}
.hi-link {
  padding: 0.6em;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.17);
  -webkit-backdrop-filter: blur(9.91819953918457px);
  backdrop-filter: blur(9.91819953918457px);
  --webkit-backdrop-filter: blur(9.91819953918457px);
}
.footer-bg {
  background: linear-gradient(
    180deg,
    #001431 0%,
    rgba(0, 20, 49, 0.79) 36.46%,
    #06060a 100%
  );
}
.bg-vector {
  background: url(../../img/bg-hero.png) 0 0 / cover no-repeat;
  background-position: unset;
  height: 88.4vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.topBanner {
  padding: 3em 0em;
}
.navbar {
  padding: 0 0rem !important;
}
.bg-prime {
  background-color: var(--primary);
}
.bg-dark2 {
  background-color: var(--dark);
  /* border-top: 1px solid; */
  padding-bottom: 4em;
}
.bg-dark3 {
  /* background-color: var(--violet); */
  background-color: #020210;
}
.nav-transparent {
  background: 0 0;
}
.top-spacing {
  /* margin-top: 4.8em; */
}
.b-card,
.team-card {
  background: #0f161e;
}
.p-content {
  letter-spacing: 0.04em;
  text-align: left;
  color: #efefef;
  line-height: 26px;
}
.p-content i {
  font-size: 14px !important;
  /* line-height: 50px; */
}
.mob-content .p-content {
  /* padding-right: 4em; */
}
.hero-img img {
  width: 90%;
}
.t-img,
.t-img img {
  width: 100%;
}
.b-grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
}
@media (min-width: 30em) {
  .b-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.b-card {
  text-decoration: none;
  border-radius: 10px;
  color: #444;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  top: 0;
  transition: 0.1s ease-in;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.53);
}
.b-card img,
img,
svg {
  max-width: 100%;
}
.b-content p {
  text-align: left;
  color: #c1c1c1;
}
.b-card article h1 {
  font-weight: 500;
  font-size: 17px;
  text-align: left;
  color: #ebebeb;
}
.b-card .date {
  text-align: left;
  color: #009fe8;
  margin-bottom: 0;
  flex: 0;
  font-size: 14px;
}
.b-card:hover {
  top: -2px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}
.b-card article {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.b-card h1 {
  font-size: 20px;
  margin: 0;
  color: #333;
}
.b-card p {
  flex: 1;
  line-height: 1.4;
}
.b-card span {
  font-size: 12px;
  font-weight: 700;
  color: #999;
  letter-spacing: 0.05em;
  margin: 2em 0 0;
}
.team-card .post,
.team-card h4 {
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 27px;
  text-align: center;
}
.t-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.team-card {
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.53);
  margin-bottom: 2em;
}
.team-card h4 {
  font-size: 17px;
  color: #fff;
}
.team-card .post {
  font-size: 13px;
  color: #bfbfbf;
}
.team-card .t-img {
  display: inline-block;
  transition: transform 150ms ease-in-out;
  margin: 2em 1em;
}
.team-card .t-img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.team-card .t-img svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
}
.team-card .t-img:hover svg {
  transition: 0.5s ease-in-out;
  -webkit-animation-name: Rotate;
  animation-name: Rotate;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
}
.nav-menu > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}
.nav-menu .drop-down ul a {
  font-size: 14px;
  text-transform: none;
  padding: 0;
}
.nav-menu a {
  display: block;
  color: #111;
  transition: 0.3s;
  font-weight: 500;
}
.nav-menu .drop-down .custom {
  min-width: 180px;
  display: block;
  position: absolute;
  left: -350px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 0 30px rgb(0 0 0 / 0.25);
  transition: 0.3s;
}
.nav-menu .drop-down:hover > .custom {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.img,
.offramp[data-mode="inactive"]:hover:before,
a.cta svg {
  opacity: 0;
}
@-webkit-keyframes Rotate {
  from {
    transform: rotate(0);
    transition: 0.5s ease-in-out;
  }
  to {
    transform: rotate(360deg);
    transition: 0.5s ease-in-out;
  }
}
@keyframes Rotate {
  from {
    transform: rotate(0);
    transition: 0.5s ease-in-out;
  }
  to {
    transform: rotate(360deg);
    transition: 0.5s ease-in-out;
  }
}
.header,
.hero-img,
.icons-h p {
  text-align: center !important;
}
.testimonial .t-img,
.t-img img {
  width: 120%;
  position: relative;
  left: 6px;
  z-index: 999999;
}
.testimonial .t-img img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.testimonial {
  /* padding-bottom: 3em; */
}
.t-img img {
  height: 100%;
  object-fit: contain;
}
.pos-apply {
  margin-top: 1em;
}
.view_more .btn {
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
  margin-top: 2em;
}
.scroll-text {
  padding-left: 7em;
}
.mobBanner {
  display: none;
}
.webBanner {
  display: block;
}
.aboutCont {
  padding: 0em 5em;
}
.icons-h {
  margin-top: 1em !important;
}
@media (max-width: 768px) {
  .designIcon {
    display: flex;
    position: absolute;
    left: 0;
    bottom: -17em !important;
}
  .lifeSec {
    background-color: #0f161e;
    padding: 1.5em !important;
    border-radius: 20px;
  }
  .careerCard {
    background: #0f161e;
    padding: 1em !important;
    border-radius: 20px;
    border: 1.132px solid var(--man, #835be6);
  }
  .app-text,
  .cont-t {
    font-weight: 500;
    font-size: 18px !important;
    letter-spacing: 0.06em;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
  }
  .work-card_info h4 {
    text-align: center !important;
  }
  .navbar-nav {
    padding: 1em;
  }
  .ft-set li {
    padding: 0;
  }
  .serviceBanner {
    margin-top: 2em;
  }
  .teamSlide {
    height: 18em !important;
    background-size: cover !important ;
  }
  .teamSlide2 {
    height: 18em !important;
    background-size: cover !important ;
  }
  .benefitCard p {
    font-size: 20px !important;
    padding-top: 1em;
  }
  .qoutesCard {
    padding: 2em 0em !important;
  }
  .contact {
    margin-top: 2em !important;
  }
  .bloging .B-content p {
    text-align: left !important;
  }
  .dottedB,
  .dottedR {
    border: none !important;
  }
  .bloging .B-content {
    padding-top: 0em !important;
    text-align: left !important;
  }
  #map {
    margin-bottom: 2em;
  }
  .contacthead {
    font-size: 32px !important;
    font-weight: 600;
    text-align: center;
    padding-bottom: 1em;
  }
  .bg-teamjoin .careerBtn {
    width: 50% !important;
  }
  .bg-teamjoin {
    padding: 1em !important;
  }
  .careerBtn img {
    width: 5em !important;
  }
  .productcarContent {
    padding: 1em;
    width: 100% !important;
  }
  .b-img {
    text-align: center !important;
  }
  .cardsecond {
    height: 100% !important;
  }
  .productcarContent p {
    padding-bottom: 0em !important;
  }
  .rightArrow {
    display: none !important;
  }
  .leftArrow {
    display: none !important;
  }
  .service .rightArrow {
    display: none !important;
  }
  .service .leftArrow {
    display: none !important;
  }
  .service .solutionHead p:nth-child(2) {
    margin-bottom: 2em !important;
  }
  .solutionCard {
    height: 90% !important;
  }
  .size span {
    font-size: 32px !important;
  }
  .lifeImg {
    margin: 2em 0 0;
  }
  .companySection .col-sm {
    width: 50% !important;
  }
  .serviceHead p {
    font-size: 20px !important;
    color: #8f8f8f;
    text-align: center;
    margin-bottom: 1em;
  }
  .b-img img {
    height: 45vh !important;
    object-fit: contain;
  }
  .size {
    text-align: center !important;
    font-size: 32px !important;
    color: #fff !important;
    font-weight: 600 !important;
    padding-bottom: 0.2em;
    line-height: 40px !important;
  }
  .img-rsponsive {
    margin-bottom: 2em;
  }
  .ethos p {
    font-weight: 400;
    font-size: 16px !important;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-align: center;
    color: #fff;
  }
  .copy-n-terms {
    display: flex;
    justify-content: center;
    padding: 1.3em 0 0.5em !important;
  }
  .aboutCont {
    padding: 0em 0em !important;
  }
  .B-content p {
    padding: 0 !important;
    text-align: center;
    font-size: 16px !important;
  }
  .B-content h1 {
    text-align: center !important;
    font-size: 40px !important;
  }
  .expertises .row {
    justify-content: center;
    text-align: center;
  }
  .testimonialcard {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap !important;
  }
  .p-content {
    padding-top: 0.5em;
  }
  .work-w-uss {
    padding-top: 1em !important;
  }
  .home-h6 {
    font-size: 28px !important;
    font-weight: 800 !important;
    text-align: center !important;
  }
  .our-process .row {
    text-align: center !important;
    justify-content: center !important;
  }
  .spacing {
    padding: 2em 0 !important;
  }
  .bg-dark2 {
    padding-bottom: 2em !important;
  }
  .heading {
    display: flex;
    justify-content: center !important;
    align-items: center;
    padding-bottom: 2em;
    flex-wrap: wrap !important;
    text-align: center;
  }
  .mainbutton {
    margin-top: 1.5em;
  }
  .heading .cont-t {
    text-align: center !important;
  }
  .recentContent {
    margin-bottom: 2em;
  }
  .B-content {
    padding-top: 2em;
  }
  .webBanner {
    display: none !important;
  }
  .mobBanner {
    display: block !important;
  }
  .inservice-bg img {
    object-fit: contain !important;
  }
  .space-bottom {
    margin-bottom: 0 !important;
  }
  .mobtoppadding {
    padding-top: 2em;
  }
  .colors-used {
    width: 100% !important;
  }
  .view_more {
    text-align: center !important;
  }
  .serviceCard {
    margin-top: 2em !important;
  }
  .hiring {
    background-size: 200% !important;
    height: 20vh !important;
  }
  .cardProduct {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 25px;
    background: linear-gradient(90deg, #8859e6 0%, #009fe8 100%);
    padding: 0.3em;
    height: 23.6em !important;
  }
  .cardProduct img {
    border-radius: 20px;
    background: #000;
    opacity: 0.2;
    height: 23em !important;
    width: 100% !important;
    object-fit: cover !important;
  }
  .mobbottom {
    margin-bottom: 2em !important;
  }
  .servicebg {
    height: 30vh !important;
    background-size: contain !important;
  }
  .productbg {
    height: 30vh !important;
    background-size: contain !important;
  }
  .services .col-md-12 {
    padding: 15px !important;
  }
  .ft-set li.d-mobile {
    display: flex;
    box-sizing: border-box;
    padding: 0;
    width: 100% !important;
  }
  .mbilePaddingTop {
    margin-top: 2em !important;
  }
  .navbar-collapse {
    background-color: #000;
    position: absolute;
    left: 0;
    top: 100%;
    height: 100vh;
    width: 100%;
  }

  .work-card img {
    border-radius: 10px;
    /* height: 10em !important; */
    object-fit: cover;
  }
  .about-bg {
    height: 30vh !important;
    background-size: 60em !important;
  }
  .sp-bottom {
    padding-top: 2em;
  }
  .ourwork-bg {
    height: 30vh !important;
  }
  /* .ml15 {
    padding-top: 2em !important;
  } */
  .wavey {
    padding: 0 0 1em !important;
  }
  .color-code {
    margin-top: 3em;
    /* padding-right: 2.5em; */
    padding: 0.5em !important;
  }
  .proc-icons {
    margin-bottom: 2em !important;
  }
  .paddTop {
    padding-top: 1.6em;
    margin-bottom: 2em !important;
  }
  .productHeight img {
    height: 14em;
    object-fit: cover;
  }
  .contactCard h5 {
    font-size: 24px !important;
  }
  .contactCard p {
    font-size: 24px !important;
  }
  .contactCard {
    width: 100% !important;
  }
  .testimonial .space {
    padding-bottom: 0em !important;
  }
  .testimonial .t-img,
  .t-img img {
    width: 100% !important;
    position: relative;
    left: 0 !important;
    z-index: 999999;
  }
  .hero-img img {
    width: 90%;
    padding-top: 2em;
  }
  .addressHead h4 {
    font-size: 20px;
    font-weight: 500;
    color: #009fe8 !important;
  }
  .mainaddress {
    padding: 1em 0 !important;
  }
  .address {
    margin-top: 1em;
  }
  .footerLogo img {
    width: 65% !important;
    margin-bottom: 1em;
  }
  .mobRespo {
    width: 50% !important;
  }
  .reviewCard {
    margin-bottom: 0.5em;
  }
  .links-nd-social .links li,
  .social li {
    padding: 0.3em 1em !important;
    margin-left: 0 !important;
  }
  .footer-bottom {
    border-top: 1px solid #363636;
    margin-top: 1.2em !important;
  }
  .links-nd-social .links,
  .social {
    width: 100% !important;
  }
  .pos-info p,
  .why_content h4 {
    letter-spacing: 0.03em;
    color: #fff;
  }
  .device-l::after {
    content: url(https://phppoets.com/img/work/device-l.png);
    left: 48% !important;
    position: absolute;
    top: 54%;
    -webkit-transform: translate(-49%, -51%) scale(0.6) !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .d-img-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .carousel-cell,
  .ft-set li.d-mobile {
    /* width: 100% !important; */
  }
  .i_blob_in {
    left: 50% !important;
    transition: ease-in;
  }
  .product-img1 {
    height: 25em !important;
  }
  .gallery__item--3 h6,
  .t-img {
    text-align: center !important;
  }
  .down-menu ul {
    padding-left: 2em;
    padding-top: 1em !important;
    width: 70%;
  }
  .nav-menu .drop-down .dropdown-menu.bg-menu {
    height: 30em;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 25em !important;
    display: block !important;
  }
  .nav-menu .drop-down .custom {
    left: -155px !important;
  }
  .flickity-button {
    z-index: 999999 !important;
  }
  .sp-col-5,
  .sp-col-7 {
    margin: auto;
  }
  .sp-col-7 .mb-head {
    font-size: 20px !important;
    text-align: center;
  }
  .sp-flex {
    width: 21em;
  }
  .mob-text {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .head-toggle h6 {
    font-size: 12px !important;
    margin-bottom: 0;
    line-height: 20px !important;
  }
  .head-toggle i {
    width: 9em;
  }
  .pos-info p {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 22px !important;
    text-align: left;
  }
  .app-text,
  .con-img p,
  .keep-card,
  .life-head,
  .top-head h2,
  .why_content h4 {
    text-align: center;
  }
  .app-text {
    font-size: 18px !important;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #fff;
    margin-bottom: 0;
  }
  .icons-h {
    margin-bottom: 2em;
  }
  .sp-tb {
    padding: 1em 3em;
  }
  .mob-content .slide-head {
    font-size: 24px !important;
    font-weight: 700 !important;
    padding-top: 1em;
    text-align: center !important;
  }
  .mob-content p {
    font-size: 16px !important;
    padding: 0 !important;
  }
  .slide-head {
    font-size: 15px;
  }
  .why_content h4 {
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 16px !important;
  }
  .about-card img {
    width: 40% !important;
  }
  .cont-t,
  .work-card_info h4 {
    font-size: 16px;
  }
  .p-content,
  .work-card_info .post {
    /* font-size: 12px !important; */
    font-size: 16px !important;
    text-align: center !important;
  }
  .fix-wh,
  .gallery__item img {
    border-radius: 10px;
  }
  .keep-c {
    margin: 0 !important;
  }
  .keep-text span {
    font-size: 14px !important;
    font-weight: 600;
  }
  .mob-respo {
    width: 50%;
  }
  .keep-card {
    border-radius: 29px;
    background: #181f27;
    color: #fff;
    padding: 1.5em 0.6em !important;
    margin: 1em 0;
    transition: 0.4s ease-in-out;
    cursor: pointer;
  }
  .top-head h2 {
    font-size: 30px !important;
    font-weight: 600;
    color: #adadad;
  }
  .con-img p,
  .context {
    width: 100% !important;
  }
  .keeping {
    margin: 1em 0 !important;
  }
  .life-head {
    background: #000000a6;
    padding: 1em 2em;
    border-radius: 20px;
    margin: 0 1em !important;
  }
  .reverse {
    flex-direction: column-reverse;
    display: flex;
  }
  .our-process-section {
    flex-direction: column !important;
    display: grid !important;
  }
  .con-img,
  .expertise,
  .sp-flex,
  .work-w-us {
    display: block !important;
    padding-top: 1em !important;
  }
  .context,
  .inservice-head h1,
  .p-content {
    /* text-align: center !important; */
  }
  .work-w-us {
    padding: 1em 0 !important;
  }
  .bg-vector {
    height: 100%;
  }
  .lg-text h1.smtext {
    padding-top: 0 !important;
  }
  section {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .expertise-wrap {
    display: flex !important;
    justify-content: center !important;
  }
  .grid-row,
  .t-card {
    display: block !important;
  }
  .context {
    margin-left: 0 !important;
  }
  .our-process {
    background: 0 0 !important;
  }
  .grid-row {
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(7, 5vw);
    grid-gap: 15px;
  }
  .inservice-head h1 {
    font-size: 38px !important;
    margin-top: 1em;
  }
  .why_content p {
    margin: 0 !important;
    font-size: 14px !important;
  }
  .space {
    /* margin-left: 14em !important; */
  }
  .t-card {
    flex-flow: row;
    border-left: 4px solid #0eabe7;
    width: 21em !important;
    margin: auto !important;
  }
  .t-img-img {
    height: 13em !important;
    object-fit: contain !important;
  }
  .container-space.flickity-viewport {
    height: 351.953px !important;
  }
  .btn-contact {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .bg-black .flickity-viewport {
    height: 19em !important;
  }
  .mb-head {
    font-size: 22px !important;
  }
}
.img:before,
.offramp[data-mode="inactive"]:before,
.single-item::after {
  top: 0;
  right: 0;
  content: "";
  bottom: 0;
}
a.cta svg,
a.cta:hover svg {
  transition: 175ms ease-out;
}
.gradient-text,
.logo-bg,
.proc-icons,
.proc-icons:hover {
  transition: 0.5s ease-in-out;
}
.frame h4,
.offramp .block > :last-child {
  margin-bottom: 0;
}
@media (min-width: 60em) {
  .b-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .item-1 {
    grid-column: 1 / span 2;
  }
  .item-1 h1 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler.disp-in {
    display: inline-block;
  }
  .navbar-expand-lg .navbar-collapse.hide-top {
    display: none !important;
    transition: 0.5s ease-in-out;
  }
}
.logo-bg {
  padding: 0.8em 0.5em 0.5rem;
  /* background-color: rgba(255, 255, 255, 0.95); */
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.supr-contact {
  text-align: center;
  padding: 3em;
}
.home-h6 {
  text-align: center;
  /* color: #0eabe7; */
  font-size: 40px;
  /* padding: 1em 0 0; */
  font-weight: bold;
  /* background: var(--man, linear-gradient(180deg, #835BE6 0%, #049DE8 100%)); */
  background: -webkit-linear-gradient(180deg, #835be6 0%, #049de8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ctt {
  padding-bottom: 1em;
  padding-top: 1em;
}
.app-text,
.cont-t {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
.btn-contact,
.btn-contacts {
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 27px;
  text-align: center;
  color: #fff !important;
  background: linear-gradient(90deg, #8859e6 0, #009fe8 100%);
  box-shadow: 4px 4px 13px rgba(255, 255, 255, 0.09);
  /* margin-top: 1em; */
}
.btn-contact {
  font-size: 1.0625em;
  border-radius: 21.5px;
  padding: 0.5em 2em;
  border: 0;
}
.btn-contacts {
  font-size: 14px !important;
  border-radius: 21.5px;
  padding: 6px 2em;
  border: 0;
}
.copy-n-terms p,
.links,
.links-nd-social .links li a,
.social li a {
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  letter-spacing: 0.03em;
}
.links-nd-social {
  display: flex;
  justify-content: space-between;
}
.links-nd-social .links,
.social {
  list-style: none;
  display: flex;
  padding: 0;
  justify-content: left;
  margin: 0 !important;
  width: 100%;
  text-align: right;
}
.links-nd-social .links li,
.social li {
  padding: 1.3em 0em;
  text-align: right;
  margin-left: 2em;
}
.links-nd-social .links li a,
.social li a {
  font-size: 1em;
  color: #ddd;
}
.links {
  font-size: 1.0625em;
  color: #009fe8;
}
.copy-n-terms {
  display: flex;
  justify-content: center;
  padding: 1.3em 0;
}
.copy-n-terms p {
  padding: 0;
  font-size: 16px;
  color: #909090;
}
.services-card {
  display: flex;
  flex-direction: row;
}
.s-card-one {
  width: 20em;
  display: flex;
  flex-direction: column;
  background-image: url(https://phppoets.com/img/first-serv.png);
  background: linear-gradient(#001431 0, #08062c 48.53%, #06060a 100%);
}
@media (min-width: 1140px) {
  .offramps {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1900px) {
  .offramps {
    flex-wrap: nowrap;
  }
}
.offramp {
  width: 100%;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  height: 100%;
}
.c-btn,
.proc-icons {
  width: 50%;
  text-align: center;
}
.offramp .block {
  width: 100%;
  padding: 60px 36px;
  color: #1e2122;
  cursor: pointer;
  text-align: center;
}
.offramp .block h3 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 26px;
  text-align: center;
  color: #fff;
  padding: 1em 0;
}
a.cta svg {
  margin-left: -20px;
  transform: translate3d(-30px, 0, 0);
}
a.cta:hover svg {
  transform: translate3d(6px, 0, 0);
  opacity: 1;
  margin-left: -6px;
}
.offramp .block p {
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 500;
}
.info-img,
.offramp[data-mode="inactive"] {
  position: relative;
}
.offramp[data-mode="inactive"]:before {
  position: absolute;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 525ms ease-out;
}
.img,
.single-item {
  position: relative;
}
.serv-ico img {
  box-sizing: content-box;
  padding: 30px;
  border-radius: 32%;
  width: 50px;
  height: 50px;
}
.c-btn {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 26px;
  color: #fff;
  background: 0 0;
  border: 1px solid #fff;
  padding: 0.5em 2em;
  margin: auto;
}
.gradient-text {
  background-color: #08062c;
  background-image: radial-gradient(#dc3545, #0062cc);
  background-size: 50%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  animation-name: text;
  animation-duration: 3s;
  -moz-animation-name: text-g;
  -moz-animation-duration: 3s;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-name: text-g;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes text-g {
  from {
    background-position: 100%;
  }
  to {
    background-position: 200%;
  }
}
@keyframes text-g {
  from {
    background-position: 100%;
  }
  to {
    background-position: 200%;
  }
}
.offramp[data-mode="inactive"] .block {
  position: relative;
  display: block;
  z-index: 10;
  color: #1e2122;
  transition: background-color 1s ease-out, color 1s ease-out;
  text-decoration: none;
}
.offramp[data-mode="inactive"] .block:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
  background-color: #fff;
  transform: scale(1);
  transition: transform 525ms ease-out;
}
@media (min-width: 540px) {
  .offramp[data-mode="inactive"]:before {
    opacity: 1;
  }
  .offramp[data-mode="inactive"] .block {
    background: linear-gradient(#001431 0, #08062c 48.53%, #06060a 100%);
    transition: 125ms ease-out, color 125ms ease-out;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .offramp[data-mode="inactive"] .block:before {
    background-color: #2c2c2c00;
    transform: scale(0.95);
  }
}
.offramp[data-mode="inactive"]:hover .block {
  color: #fff;
  background-color: #08062c;
  opacity: 0.79;
}
.offramp[data-mode="inactive"]:hover .block:before {
  background-color: #a1a1a114;
  transform: scale(1);
}
.offramp[data-mode="inactive"]:hover .serv-ico img {
  transition: ease-in-out;
  border: 2px solid #fff;
  width: 46px;
  height: 46px;
}
.offramp[data-mode="inactive"]:hover .c-btn {
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  text-decoration: none;
}
.offramp[data-type="about"] {
  background-image: url(https://phppoets.com/images/offramps/about.711689b75508d186.jpg);
  background-size: cover;
}
.our-process {
  display: flex !important;
  flex-direction: row;
  background: url(https://phppoets.com/img/process/linesbg.svg) 50% 10% repeat-x;
  justify-content: space-evenly;
  margin-top: 2em;
}
@-webkit-keyframes example {
  from {
    transform: translateY(-10%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes example {
  from {
    transform: translateY(-10%);
  }
  to {
    transform: translateY(0);
  }
}
.proc-icons {
  -webkit-animation-name: example;
  animation-name: example;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  margin-bottom: 1em;
}
.proc-icons:hover {
  transform: translateY(-10%);
}
.proc-icons p {
  color: #efefef;
  margin-top: 1.5em;
  font-size: 0.938em;
  letter-spacing: 0.3px;
}
.proc-icons img {
  padding: 1.5em;
  border-radius: 62px 10px;
}
.proc-icons.c1 img,
.proc-icons.c7 img {
  background: #02020f;
  border: 3px solid #0eabe7;
  width: 7em;
}
.proc-icons.c2 img {
  background: #02020f;
  border: 3px solid #0eabe7;
  width: 7em;
}
.proc-icons.c3 img {
  background: #02020f;
  border: 3px solid #0eabe7;
  width: 7em;
}
.proc-icons.c4 img {
  background: #02020f;
  border: 3px solid #0eabe7;
  width: 7em;
}
.proc-icons.c5 img {
  background: #02020f;
  border: 3px solid #0eabe7;
  width: 7em;
}
.proc-icons.c6 img {
  background: #02020f;
  border: 3px solid #0eabe7;
  width: 7em;
}
.img {
  visibility: hidden;
  display: inline-block;
  overflow: hidden;
}
.img:before {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    #fff 10%,
    #fff 100%
  );
  position: absolute;
  width: 110%;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.grid-container-project {
  display: grid;
  grid-template: minmax(0, 100%) / minmax(0, 100%);
  padding: 0 55px 3rem;
}
.item-grid {
  display: flex;
  align-items: start;
  justify-items: center;
  grid-gap: 4rem 3rem;
}
.item-grid.with-context {
  grid-gap: 5.5rem 3rem;
}
.img-responsive {
  height: 90vh;
}
.carousel-cell.space {
  margin: 4em 5em 0;
}
.serving .carousel-cell.space {
  margin: 2em 0;
  padding: 1em;
}
.carousel-cell:hover .grid-preview-image {
  transform: scale(1.1);
  transition: 0.4s ease-in-out;
}
.carousel-active .flickity-viewport {
  height: calc(100% + 50px);
}
.single-item {
  display: flex;
  flex-direction: column;
  color: #717790;
  height: 100%;
  background: #0e0b40;
  z-index: 1;
  /* width: 320px; */
  padding: 1em;
  border-radius: 20px;
}
/* .single-item::after {
  position: absolute;
  height: 17.5em;
  left: 0;
  margin: -1rem;
  border-radius: 10px;
  overflow: hidden;
  z-index: -1;
  background: #0e0b40;
  -webkit-clip-path: inset(2rem 0 2rem 2rem round 10px);
  clip-path: inset(2rem 0 2rem 2rem round 10px);
  contain: strict;
  transition: clip-path 0.3s 0.1s;
  transition: clip-path 0.3s 0.1s, -webkit-clip-path 0.3s 0.1s;
} */
@media (prefers-reduced-motion: reduce) {
  .single-item::after {
    transition: none;
  }
}
.single-item:active::after,
.single-item:focus::after,
.single-item:hover::after {
  -webkit-clip-path: inset(0 0 0 0 round 10px);
  clip-path: inset(0 0 0 0 round 10px);
  transition-delay: 0s;
}
.single-item:focus-within {
  z-index: 2;
}
.single-item:focus-within::after {
  -webkit-clip-path: inset(0 0 0 0 round 10px);
  clip-path: inset(0 0 0 0 round 10px);
  transition-delay: 0s;
}
.single-item .context {
  display: flex;
  align-items: center;
  position: absolute;
  top: -28px;
  color: #fff;
  font-size: 0.9rem;
  z-index: 10;
  width: 100%;
}
#nav-logo,
#nav-logo-sm {
  padding-bottom: 10px !important;
  padding-left: 0 !important;
}
.grid-preview-image {
  width: calc(100% + 0px);
  height: calc(100% + 5px);
  border-radius: 10px;
}
.single-item .header {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  order: 3;
}
.single-item .comLogo {
  display: block;
  margin-right: 0.75rem;
  /* position: relative; */
  z-index: 1;
  /* -webkit-transition: 0.2s; */
  /* top: -11px; */
}
.single-item .comLogo > img {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  font: 10px/1 monospace;
}
.single-item .comp-n-logo {
  flex: 1;
  margin: 0 1rem 0 0;
}
.single-item .comp-n-logo,
.single-item .comp-n-logo .title-name {
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.single-item .title-name {
  font-family: inherit;
  font-weight: 900;
  font-size: 17px;
  margin: 0 0 0.5em;
  display: block;
}
.single-item .title-name a {
  color: #fff;
  text-decoration: none;
}
.single-item.hide-owner .title-name {
  margin-left: 1rem;
}
.single-item .author {
  color: #c0c3d0;
  font: inherit;
  font-size: 14px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
}
.exp-card,
.t-quote h6 {
  letter-spacing: 0.03em;
  line-height: 27px;
}
.lg-text .t-white,
.single-item .author:hover .authorName,
.t-blu {
  color: #fff;
}
.single-item:hover .comLogo {
  opacity: 1;
  -webkit-transition: 0.2s;
}
.single-item .authorName {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: inherit;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: 0.2s;
  max-width: 100%;
  text-decoration: none;
}
.scroll-top svg {
  display: block;
}
.frame:hover .details {
  opacity: 1;
}
.frame:hover .details,
.text {
  transform: translate(-50%, -50%);
}
.work-w-us {
  display: flex;
  flex-direction: row;
  padding: 2em 0;
  justify-content: center;
}
.expertise {
  display: flex;
  /* flex-flow: row wrap; */
}
.work-w-uss {
  /* padding-bottom: 3em; */
  padding-top: 2em;
}
.exp-card {
  color: #efefef;
  text-align: left;
  padding: 1em;
  font-weight: 400;
  font-size: 15px;
  border-radius: 10px;
  background: rgba(187, 187, 187, 0.11);
  box-shadow: -8.53333px 8.53333px 8.53333px 0px rgba(255, 255, 255, 0.11) inset,
    8.53333px -8.53333px 8.53333px 0px rgba(20, 20, 20, 0.11) inset;
  backdrop-filter: blur(15.616000175476074px);
  margin-bottom: 1em;
  border: 2px solid #02020f;
}
.exp-card:hover {
  border: 2px solid #0062cc;
}
.expertise img,
.work-card_info {
  padding: 1em;
}
.context {
  /* width: 33%; */
  margin-left: 1em;
  margin-top: auto;
  margin-bottom: auto;
}
.bg-dark4 {
  /* background: url(https://phppoets.com/img/clients/bg-w-bg.webp) 100% 100% /
    cover no-repeat; */
  background-color: #0f161e;
}
.space {
  padding-bottom: 5em;
}
.scroll-clients {
  margin: 50px 0 0;
  width: 100%;
  height: 427px;
  background: url(../../img/clients/slider.png) repeat-x;
  position: relative;
  animation-name: scrolling-images;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-direction: normal;
  animation-play-state: running;
  -moz-animation-name: scrolling-images;
  -moz-animation-duration: 40s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-play-state: running;
  -webkit-animation-name: scrolling-images;
  -webkit-animation-duration: 40s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-play-state: running;
}
.teamSlide {
  /* margin: 50px 0 0; */
  width: 100%;
  height: 16em;
  background: url(../../img/teamslider.png) repeat-x;
  position: relative;
  background-size: cover;
  animation-name: scrolling-images;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-direction: normal;
  animation-play-state: running;
  -moz-animation-name: scrolling-images;
  -moz-animation-duration: 40s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-play-state: running;
  -webkit-animation-name: scrolling-images;
  -webkit-animation-duration: 40s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-play-state: running;
  margin-bottom: 1em !important;
}

.teamSlide2 {
  /* margin: 50px 0 0; */
  width: 100%;
  height: 16em;
  background: url(../../img/teamslider1.png) repeat-x;
  position: relative;
  background-size: cover;
  animation-name: scrolling-images;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-direction: normal;
  animation-play-state: running;
  -moz-animation-name: scrolling-images; 
  -moz-animation-duration: 40s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-play-state: running;
  -webkit-animation-name: scrolling-images;
  -webkit-animation-duration: 40s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: reverse;
  -webkit-animation-play-state: running;
}

.contact img,
.frame .details,
.scroll-top a,
.text {
  position: absolute;
}
.scroll-top a {
  content: "";
  box-sizing: border-box;
  /* padding: 8px; */
  border-radius: 4px;
  text-align: center;
  /* -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px); */
  right: 3em;
  margin-top: -1em;
  transition: box-shadow 0.5s ease-in-out;
}
.scroll-top a:hover {
  box-shadow: rgb(130 130 142 / 0.25) 0 50px 100px -20px,
    rgb(220 209 209 / 0.93) 0 30px 60px -30px;
}
.t-card {
  display: flex;
  flex-flow: row;
  /* border-left: 4px solid #0eabe7; */
  /* width: 40em; */
}
.test_content {
  font-size: 16px !important;
  /* height: 7em; */
  padding: 2em 0;
}

.testimonial .carousel-cell.space {
  margin: 3em 1em 0;
}
.t-content {
  background: #08062c;
}
.t-quote {
  padding: 1.5em 2em;
}
.t-quote:before {
  content: url(https://phppoets.com/img/icons/top-q.svg);
}
.t-quote h6 {
  font-weight: 600;
  font-size: 17px;
  color: #fff;
  text-align: left;
  margin-top: 0em;
}
.hiring-bg {
  background: url(https://phppoets.com/img/careers/hiring.svg) 100% 0 no-repeat;
  height: 87.4vh;
  /* padding-bottom: 5em; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.lg-text {
  /* margin: 2.5em 0 2.5em 10em; */
  text-align: left;
  /* padding-top: 1.5em; */
}
.apply-btn-p,
.frame,
.pos-apply,
.text,
.wavey {
  text-align: center;
}
.lg-text p {
  width: 60%;
}
.lg-text h1 {
  font-weight: 700;
  font-size: 76px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #adadad;
  padding: 1em 0.5em;
}
.lg-text h2 {
  font-weight: 700;
  font-size: 76px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #adadad;
  /* padding:1.5em 0.5em; */
}
.frame h4,
.frame p {
  letter-spacing: 0.03em;
  text-align: left;
  line-height: 27px;
}
.lg-text h1.smtext {
  font-size: 46px;
  padding-top: 2em;
  padding-left: 2em;
}
.t-orange {
  color: #ff6b15;
}
.wavey {
  padding: 0 0 2em;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}
.text {
  color: #fff;
  font-size: 20px;
  top: 50%;
  left: 50%;
}
.form-control.input-props:focus,
.input-props {
  background: 0 0;
  border: 0.3px solid;
}
.form-control.input-props::-webkit-input-placeholder,
.ip-textarea::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1;
}
.form-control.input-props::-moz-placeholder,
.ip-textarea::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}
.form-control.input-props:-ms-input-placeholder,
.ip-textarea:-ms-input-placeholder {
  color: #fff !important;
  opacity: 1;
}
.form-control.input-props::-ms-input-placeholder,
.ip-textarea::-ms-input-placeholder {
  color: #fff !important;
  opacity: 1;
}
.form-control.input-props::placeholder,
.form-control.input-props:focus,
.ip-textarea::placeholder {
  color: #fff !important;
  opacity: 1;
  background-color: #020210 !important;
}
select.input-props option {
  background: #000;
  color: #fff;
}
.filepond--drop-label {
  border: 0.3px solid;
  border-radius: 0.2rem;
  background: #02040a;
}
.filepond--file {
  background: #08062c;
}
/* @media only screen and (max-width: 1400px) {
  .bg-teamjoin {
    background: url(https://phppoets.com/img/careers/team-join.png) center
      no-repeat;
    transition: 0.5s ease-in-out;
  }
} */
/* @media only screen and (min-width: 1600px) {
  .bg-teamjoin {
    background: url(https://phppoets.com/img/careers/team-join.png) no-repeat;
    transition: 0.5s ease-in-out;
  }
} */
@keyframes scrolling-images {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2284px 0;
  }
}
@-webkit-keyframes scrolling-images {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2284px 0;
  }
}
.bg-dark5 {
  background: url(https://phppoets.com/img/testimonials/testimonial-bg.webp)
    100% 100% / cover no-repeat;
}
.frame img {
  width: 100%;
  border-radius: 10px;
  /* height: 23em; */
  object-fit: cover;
}
.frame .details {
  width: 89%;
  height: 74%;
  padding: 3% 8%;
  content: "";
  top: 40%;
  transform: translate(-50%, -40%);
  left: 50%;
  transform-origin: 10%;
  background: #08062c9c;
  color: #fefefe;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.frame h4 {
  font-size: 22px;
  color: #fff;
  padding: 0.9em 0.2em 0;
  text-align: center;
}
.frame p,
p.position {
  font-size: 14px;
  color: #bfbfbf;
  text-align: center !important;
}
p.position {
  letter-spacing: 0.03em;
  text-align: left;
  margin-top: 0;
  padding: 0 0.2em;
}
.head-toggle h6,
.pos-info p {
  font-size: 16px;
  letter-spacing: 0.03em;
  text-align: left;
}
.space-wrap {
  margin-bottom: 1.5em;
}
.head-toggle {
  display: flex;
  background: #020210;
  align-items: center;
}
.pos-card {
  background: 0 0;
  border-radius: 15px;
}
.pos-info {
  background: #020210;
  border-top: 1px solid #333333;
}
.pos-info p {
  font-weight: 400;
  line-height: 27px;
  color: #fff;
}
.apply-btn-p,
.head-toggle h6,
.pos-apply {
  color: #fff;
  font-weight: 500;
}
.pos-apply {
  border-radius: 2px;
  background: 0 0;
  border: 1px solid #fff;
  font-size: 17px;
  letter-spacing: 0.01em;
  line-height: 26px;
}
#snackbar,
.apply-btn-p {
  background: linear-gradient(90deg, #8859e6 0, #009fe8 100%);
}
.apply-btn-p {
  outline: 0;
  border: none;
  font-size: 1.0625em;
  letter-spacing: 0.02em;
  width: 100%;
  padding: 0.5em 2em;
  box-shadow: 4px 4px 13px rgba(255, 255, 255, 0.09);
}
.apply-btn-p:hover {
  color: #212529;
  text-decoration: none;
}
.head-toggle i {
  line-height: 1.5;
  color: #fff;
}
.info-sec {
  border-radius: 8px 8px 0 0;
}
.head-toggle h6 {
  line-height: 20px;
  margin: 0;
  width: 40em;
}
.contact,
textarea.form-control.ip-textarea {
  height: 13.5em;
}
.form-control:focus {
  box-shadow: 0 1px 8px 0.2rem #0062cc52;
}
.info-sec a i svg {
  transform: rotate(0);
  transition: transform 0.2s ease-in-out;
}
.info-sec a[aria-expanded="true"] i svg {
  transform: rotate(45deg);
  transition: transform 0.2s ease-in-out;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(2.5em + 0.5rem + 2px);
}
.sp-pb {
  padding-bottom: 16%;
}
.about-bg {
  background: url(https://phppoets.com/img/about/scenery.svg) center bottom 0
    no-repeat;
  height: 87.4vh;
}

.vertical {
  float: left;
  width: 33.33333%;
  padding: 10px;
}
.vertical img {
  margin-top: 20px;
  width: 100%;
  cursor: pointer;
  border-radius: 20px;
}
.ethos,
.ethos-study {
  border-radius: 29px;
  background: #181f27;
  color: #fff;
  padding: 1.5em 1.6em;
  height: 100%;
  /* margin: 0 1em; */
  transition: 0.4s ease-in-out;
  text-align: center;
  cursor: pointer;
  /* border:1.13px solid var(--man, #835BE6); */
}
.ethos-study {
  align-items: center;
}
.ethos-study img {
  background-color: #fff;
  border-radius: 100%;
  width: 50%;
  margin-bottom: 2em;
}
.e-img,
.fix-wh,
.gallery__img,
.gallery__item img {
  width: 100%;
  height: 100%;
}
.ethos-study h5 {
  font-size: 18px;
  color: #009de6;
}
.ethos-study:hover,
.ethos:hover,
.keep-card:hover,
.scale:hover {
  /* transform: scale(1.1); */
  transition: transform 0.2s ease-in-out;
  border: 1.13px solid var(--man, #835be6);
  box-shadow: 0px 4px 70px 0px rgba(59, 128, 231, 0.4);
}
.keep-card:hover path {
  fill: #099dda;
}
.keep-card:hover .keep-text {
  color: #099dda;
}
.scale {
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.space-bottom {
  margin-top: 5em;
  margin-bottom: 5em;
}
.ethos h5 {
  font-weight: 700;
  letter-spacing: 0.01em;
  margin: 1em 0;
  font-size: 24px;
}
.ethos p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
.ethos:hover img {
  transform: rotate3d(0, 1, 0, 360deg);
  transition: transform 1s ease-in-out;
}
.grid-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(7, 5vw);
  grid-gap: 15px;
}
.gallery__img {
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery__item--1 {
  grid-row-start: 1;
  grid-row-end: 6;
  grid-column-start: 1;
  grid-column-end: 6;
}
.gallery__item--2 {
  grid-row-start: 1;
  grid-row-end: 8;
  grid-column-start: 6;
  grid-column-end: 8;
}
.gallery__item--3 {
  grid-row-start: 6;
  grid-row-end: 9;
  grid-column-start: 1;
  grid-column-end: 4;
  text-align: left;
  padding: 1em 3em 0;
}
.gallery__item--3 h6 {
  letter-spacing: 0.01em;
  text-align: left;
  color: #fff;
  padding-bottom: 1em;
  font-size: 17px;
  margin-bottom: 1em;
}
.contact a,
.gallery__item--3 p,
.p--n p {
  letter-spacing: 0.03em;
}
.p--n p,
.work-card_info .post {
  margin-bottom: 0;
  line-height: 27px;
}
.gallery__item--3 p {
  line-height: 27px;
  text-align: left;
  color: #fff;
}
.gallery__item--4 {
  grid-row-start: 6;
  grid-row-end: 9;
  grid-column-start: 4;
  grid-column-end: 6;
  text-align: right;
}
.gallery__item img {
  object-fit: cover;
  height: 22em;
  border-radius: 20px;
}
.bg-palace {
  background: #0f161e;
  /* margin-top: 5em !important; */
}
.sp-tb {
  /* padding: 3em; */
  padding: 3em 0em;
}
.b-points {
  padding: 1em 0;
}
.p--n {
  display: flex;
  flex-flow: row;
  align-items: center;
  padding: 1em 0;
}
.p--n p {
  text-align: left;
  color: #ebebeb;
  margin-left: 1.2em;
}
.contact a {
  text-decoration: none;
  line-height: 27px;
  text-align: center;
  color: #c1c1c1;
}
.contact a:hover {
  color: #007bff;
}
.contact img {
  top: -2.5em;
  display: block;
  right: 8em;
}
.contact h5 {
  margin: 2em 0 1em;
}
.sp-align {
  margin: 0 auto;
}
.sp-align a {
  display: block;
  text-align: left;
}
.sp-bottom {
  padding-bottom: 2em;
}
.sp-bottomtwo {
  padding-bottom: 1.5em;
}
.fx-size {
  width: auto;
  text-align: center;
  padding: 0.5em 4vw;
  border-radius: 20px;
}
.d-col_heading,
.d-col_heading p,
.work-card_info .post,
.work-card_info h4 {
  letter-spacing: 0.03em;
  text-align: left;
}
.work-card {
  border-radius: 10px;
  background-color: #181f27;
  color: #fff;
  margin-bottom: 2em;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}
.work-card:hover {
  /* transform: scale(1.1); */
  transition: 0.5s ease-in-out;
  /* box-shadow: 0px 4px 40px 0px rgba(59, 128, 231, 0.4); */
}

.work-card:hover .ourImg img{
  transform: scale(1.1);
  transition: 0.6s ease-in-out;
}
.ourImg{
  overflow: hidden;
}



.i_blob_fx,
.why-card .i_blob {
  transition: transform 3s ease-in-out;
}
.work-card_info h4 {
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  margin-bottom: 2px !important;
}
.work-card_info .post {
  font-size: 14px;
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #0eabe7;
}
.ft-set li.d-mobile {
  display: flex;
  box-sizing: border-box;
  padding: 0;
  width: 33.3333%;
}
.ft-set li.d-mobile a {
  display: flex;
  box-sizing: border-box;
  padding: 1em;
}
.ft-set li.d-mobile a:hover {
  background-color: rgb(0 0 0 / 0.15);
  cursor: pointer;
}
.d-col_heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #fff;
}
.d-col_heading p {
  font-weight: 400;
  font-size: 12px;
  color: #bfbfbf;
  line-height: 15px;
}
.down-menu h4,
.down-menu p {
  letter-spacing: 0.03em;
  text-align: left;
  color: #fff;
}
.nav-menu .drop-down .dropdown-menu.bg-menu {
  background: #0e0b40;
  -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.43));
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.43));
  display: flex;
  flex-direction: column;
  width: 60em;
  padding-bottom: 0;
  border: 0;
}
.down-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* background: url(https://phppoets.com/img/icons/menu-down-bg.webp); */
  border-top: 1px solid #70707045;
}
.down-menu h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
}
.down-menu p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.down-menu ul {
  padding-left: 1em;
  padding-top: 1em;
  width: 70%;
  padding-bottom: 1em;
  margin: auto 0em;
}
.down-menu button {
  border-radius: 9.5px;
  background: #fff;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #9449e6;
  width: 15%;
  border: 0;
  height: 2em;
  margin: 1em;
}
.down-menu a:hover {
  color: #000 !important;
}
.up-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 1em;
}
.d-col_img img {
  margin-right: 1em;
}
.inservice-bg {
  background-image: url(https://phppoets.com/img/services/inservice-bg.svg);
  background-size: cover;
  background-position: center bottom 0;
}
.yolmate-bg {
  background: linear-gradient(#08062c85, #08062c) center bottom 0 / cover,
    url(https://phppoets.com/img/work/page/yolmate-bg.png) center bottom 0 /
      cover;
}
.pos-apply:hover,
.pos-info li,
.privacy-policy p {
  color: #fff;
}
.hm-bg {
  background: url(https://phppoets.com/img/work/page/healthymaster/background.jpg)
    center bottom 0 / cover no-repeat;
}
.inservice-head h1 {
  font-weight: 700;
  font-size: 62px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #adadad;
}
.why_content h4,
.why_content p {
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
}
.why-card {
  border-radius: 5px;
  margin-bottom: 2em;
  text-align: center;
  cursor: pointer;
}
.why-card .i_blob {
  margin-bottom: 2em;
}
.why-card:hover .i_blob,
.why-card:hover .i_blob_fx {
  transform: rotate(360deg);
}
.why_content h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 0.6em;
}
.why_content p {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  letter-spacing: 0.2px;
}
.info-img_blobs {
  position: relative;
  top: 0;
  left: 0;
}
.i_blob_fx {
  margin-bottom: 1.5em;
  top: 0;
  left: 0;
}
.i_blob_in {
  position: absolute;
  top: 0;
  width: 4.5em;
  left: 50%;
  height: 5em;
  /* right: 25%; */
  transition: ease-in;
  padding: 0 1em;
  transform: translate(-50%, 35%);
}
.sp-col-5,
.sp-col-7 {
  padding-right: 15px;
  padding-left: 15px;
}
.bg-black {
  background: #050505;
}
.mb-head {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #ebebeb;
  margin: 0 0 0.5em;
}
.mob-card {
  /* width: 74em; */
}
.sp-flex {
  display: flex;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.sp-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.sp-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 70.333333%;
}
.d-img-wrap {
  margin: 0 1em;
}
.device-m::after {
  content: url(https://phppoets.com/img/work/device-m.png);
  left: 50%;
  position: absolute;
  top: 53.2%;
  -webkit-transform: translate(-50%, -51%) scale(1);
  transform: translate(-50%, -51%) scale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.device-l::after {
  content: url(https://phppoets.com/img/work/device-l.png);
  left: 50%;
  position: absolute;
  top: 54%;
  -webkit-transform: translate(-50%, -51%) scale(1);
  transform: translate(-50%, -51%) scale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.t-green {
  color: #64bf04;
}
.in-a-link {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 33px;
  text-align: left;
  color: #fff;
  position: relative;
  top: 1em;
  left: -12.8em;
}
.info-sec a i.number svg {
  font-style: normal;
  margin: 0.5em 2em 0.5em 0.5em;
  font-weight: 600;
  transform: rotate(0);
}
@media only screen and (max-width: 1400px) {
  .i_blob_in {
    right: 9.5em;
    transition: ease-in;
  }
}
/* .offramp[data-type="services"] {
  background-image: url(https://phppoets.com/img/services/mobile.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 25%;
}
.offramp[data-type="software"] {
  background-image: url(https://phppoets.com/img/services/software.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 25%;
}
.offramp[data-type="website"] {
  background-image: url(https://phppoets.com/img/services/website.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 25%;
}
.offramp[data-type="eccomerce"] {
  background-image: url(https://phppoets.com/img/services/eccomerce.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 25%;
} */
.offramp[data-type="work"] {
  background-image: url(https://phppoets.com/work.f72f234e366431fc.jpg);
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .offramp[data-type="about"] {
    background-image: url(https://phppoets.com/src/images/offramps/about@2x.d048ed4dafbd498c.jpg);
    background-size: cover;
  }
  .offramp[data-type="eccomerce"],
  .offramp[data-type="services"],
  .offramp[data-type="software"],
  .offramp[data-type="website"] {
    background-image: url(https://phppoets.com/src/images/offramps/services@2x.ea6745fb781d954e.jpg);
    background-size: cover;
  }
  .offramp[data-type="work"] {
    background-image: url(https://phppoets.com/src/images/offramps/work@2x.55d0f3e73e3d4227.jpg);
    background-size: cover;
  }
}
.con-img {
  padding: 2.5em 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .ctt .cont-t,
  .life-head p {
    font-size: 12px !important;
  }
  .life-head p {
    color: #fff;
    margin-bottom: 0;
    margin-top: 1em;
    text-align: center;
  }
  .offramp {
    flex: auto;
    height: 100%;
  }
  .offramp[data-mode="inactive"] .block:before {
    background: 0 0;
  }
  .offramp[data-mode="inactive"] .block {
    color: #fff;
  }
  .supr-contact {
    height: auto;
    padding: 1em !important;
  }
  .links-nd-social {
    flex-direction: column;
  }
  .links {
    font-size: 12px;
  }
  .links-nd-social .links,
  .social {
    display: flex;
    flex-wrap: wrap;
  }
  .lns-left,
  .lns-right {
    width: 100% !important;
  }
  .lg-text {
    /* margin: 2.5em 0 2.5em 2em; */
    text-align: left;
    /* padding-top: 3em; */
  }
  .lg-text h1 {
    font-weight: 700;
    font-size: 31px !important;
    letter-spacing: 0.01em;
    text-align: left;
    color: #adadad;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 0.5em;
    margin: auto auto 1em;
  }
  .ethos img,
  .lg-text p,
  .mob-card {
    width: 100%;
  }
  .lg-text p {
    background: #000000d9;
    display: block;
    padding: 1em 1.5em;
  }
  textarea.form-control.ip-textarea {
    height: 5em;
  }
  .ethos {
    height: auto;
    margin-bottom: 2em;
    align-items: center;
  }
  .contact img {
    width: 20% !important;
    position: absolute;
    top: -2.5em;
    display: block;
    right: 40%;
  }
}
.p-head h3 {
  color: #adadad;
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .disp-in,
  .logo-bg {
    /* -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(8, 6, 44, 0.25); */
  }
}
.work-card img {
  border-radius: 10px;
  height: 17em;
  object-fit: cover;
  width:100%;
}
.client img {
  background-color: #fff;
  border-radius: 100px;
}
.client {
  margin-top: 1em;
  margin-bottom: 1em;
}
.product-img img {
  width: 100%;
}
.product {
  margin-top: auto;
  margin-bottom: auto;
}
.iframe-wrap {
  height: 178px;
  overflow: hidden;
  border-radius: 10px;
}
.iframe-wrap img {
  object-fit: cover;
}
.p-head h3 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 1em;
  border-bottom: 2px solid #009fe8;
  padding-bottom: 4px;
  width: 40%;
  text-align: left;
}
.cont-t {
  transition: transform 1s ease-in-out;
}
.product-content:hover .cont-t {
  animation: 2s ease-in-out forwards tanishq;
}
@keyframes tanishq {
  0%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-15%);
  }
  50% {
    transform: translateX(15%);
  }
}
.ml15 {
  font-weight: 800;
  font-size: 3.8em;
  letter-spacing: 0.5em;
  text-align: center !important;
}
.con__slide-h,
.d-col_img,
.keep-card,
.life-head {
  text-align: center;
}
.ml1 .letter,
.ml15 .word {
  display: inline-block;
  line-height: 1em;
  color: #c7c7c7;
}
.ml1 {
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 10px;
}
.letters {
  color: #c7c7c7;
}
.sec-privacy {
  margin-top: 1.5em;
}
/* .ml1 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #009fe8;
  transform-origin: 0 0;
}
.ml1 .line1 {
  top: 0;
}
.ml1 .line2 {
  bottom: 7px;
}
.keep-icon,
.privacy-policy,
.sec-privacy {
  margin-bottom: 2em;
}
@keyframes move {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: calc(100% - 80px);
  }
} */
.privacy-policy {
  margin-bottom: 4em;
}
.life-head p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  margin-top: 1em;
}
.life-head {
  background: #00000073;
  padding: 1em 2em;
  border-radius: 20px;
  margin: 0 10em;
}
.life,
.right-slide > div {
  background-repeat: no-repeat;
}
.life-content {
  padding: 14em 0;
}
.life {
  background-image: url(../../img/about/team2.png);
  background-position: center;
  background-color: rgba(24, 24, 24, 0.05);
  background-size: cover;
  /* background-attachment: fixed; */
}
.top-head h2 {
  font-size: 44px;
  font-weight: 600;
  color: #adadad;
}
.keep-card {
  border-radius: 29px;
  background: #181f27;
  color: #fff;
  padding: 1.5em 1.6em;
  margin: 1em 0;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.b-one,
.b-two {
  background-size: 50% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.keep-icon svg {
  width: 40%;
  height: 4em;
}
.keep-c {
  margin: 2em;
}
.keeping {
  margin: 4em 0;
}
.keep-text span {
  font-size: 20px;
  font-weight: 600;
}
.left-slide,
.right-slide {
  top: 0;
  width: 50%;
  transition: transform 0.5s ease-in-out;
  position: absolute;
}
.left-slide {
  height: 100%;
  left: 0;
}
.left-slide > div {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.left-slide h1 {
  font-size: 40px;
  margin-bottom: 10px;
  margin-top: -30px;
}
.right-slide {
  height: 100%;
  left: 50%;
}
.right-slide > div {
  background-size: 65%;
  background-position: center center;
  height: 100%;
  width: 100%;
}
.top-slide-text {
  background-color: transparent;
}
button {
  color: #aaa;
  font-size: 16px;
}
button:hover {
  color: #222;
}
button:focus {
  outline: 0;
}
.d-col_img {
  width: 17%;
  margin: auto 5px auto 0;
}
.b-one {
  background-image: url(https://phppoets.com/img/banner/b-one.png);
}
.b-two {
  background-image: url(https://phppoets.com/img/banner/b-two.png);
}
.top-slide-text h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}
.top-slide-text span {
  color: #ff6200;
}
.con {
  position: relative;
  height: 100vh;
  background-size: cover;
  overflow: hidden;
}
.con__slide {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.con__slide-h {
  display: inline-block;
  font-size: 60px;
}
.con__slide-top {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
}
.con__slide-top {
  top: -200px;
  left: -835px;
  height: 1235px;
  width: 550px;
  transform: rotate(25deg);
  transition: transform 650ms 1s;
}
.con__slide--1-top-h {
  text-shadow: 0 0 1px #c43838;
  color: #c43838;
}
.con__slide--1-content {
  position: absolute;
  right: 120px;
  top: 50%;
  transform: translateY(-55%);
  opacity: 0;
  transition: transform 1s, opacity 1s;
}
@media screen and (max-width: 1350px) {
  .con__slide--1-content {
    right: 15%;
  }
  .con__slide--1-content-logo {
    width: 300px;
  }
}
@media screen and (max-width: 1160px) {
  .con__slide--1-content {
    right: 5%;
  }
}
.con__slide--1-content-logo {
  fill: #e5e5e5;
}
@media screen and (max-height: 730px) {
  .con__slide--1-content-logo {
    width: 300px;
  }
}
.con__slide--right-top {
  left: initial;
  right: -780px;
  transform: rotate(-25deg);
  transition: transform 650ms 1s;
}
.con__slide--right-top-h {
  width: 450px;
  text-shadow: 0 0 1px #2d48e2;
  color: #2d48e2;
}
.con__slide--3-content,
.con__slide--right-content {
  position: absolute;
  left: 50%;
  transition: transform 1.4s, opacity 1.4s, z-index 0s 2.2s;
  top: 50%;
  opacity: 0;
}
.con__slide--right-content {
  transform: translate(-95%, -45%);
  z-index: -9999;
}
@media screen and (max-height: 730px) {
  .con__slide--right-content-image {
    width: 80%;
  }
}
.con__slide--3-top-h {
  text-shadow: 0 0 1px #e0bb28;
  color: #e0bb28;
}
.con__slide--3-content {
  transform: translateY(-45%);
}
@media screen and (max-width: 1366px) {
  .con__slide--right-content-image {
    width: 80%;
  }
  .con__slide--3-content {
    left: 60%;
  }
}
.con__slide--3-content-image {
  width: 500px;
}
@media screen and (max-height: 730px) {
  .con__slide--3-content-image {
    width: 400px;
  }
}
@media screen and (max-width: 1366px) {
  .con__slide--3-content-image {
    width: 400px;
  }
}
.con__slide--4-top-h-link {
  position: relative;
  text-decoration: none;
  text-shadow: 0 0 1px #3ee84f;
  color: #3ee84f;
}
.con__nav {
  position: fixed;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
}
.con__nav-list {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
.con__nav-item {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #e5e5e5;
  cursor: pointer;
}
.con__nav-item:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  width: 75%;
  height: 75%;
  border-radius: 50%;
  background: #e5e5e5;
  transition: 0.3s;
  opacity: 0;
  overflow: hidden;
}
.con__nav-item:hover:after,
.nav-active:after {
  transform: translate(-50%, -50%) scale(1, 1);
  opacity: 1;
}
.con__nav-item--1 {
  margin-left: 0;
}
.con__nav-scroll {
  position: absolute;
  top: 1px;
  transform: rotate(-45deg);
  width: 17px;
  height: 17px;
  border: 2px solid #e5e5e5;
  border-right: transparent;
  border-bottom: transparent;
  cursor: pointer;
  transition: 0.3s;
}
.con__nav-scroll:hover {
  transform: rotate(-45deg) scale(1.2, 1.2);
}
.active .active-slide-left-top {
  transform: translate(640px, 0) rotate(25deg);
  transition: transform 650ms cubic-bezier(0, 0, 0.21, 1.02);
}
.active .active-slide-left-content {
  transform: translateY(-50%);
  opacity: 1;
  transition: transform 1s 1.35s, opacity 1s 1.35s;
}
.active .active-slide-right-top {
  transform: translateX(-585px) rotate(-25deg);
  transition: transform 650ms;
}
.active .active-slide-right-content {
  transform: translate(-95%, -50%);
  opacity: 1;
  z-index: 10;
  transition: transform 1.4s 1.35s, opacity 1.4s 1.35s, z-index 0s 1s;
}
.active .active-slide1-top-text {
  transform: translate(75px, -282px) rotate(-45deg);
  transition: transform 1s 1.35s;
}
.active .active-slide2-top-text {
  transform: translate(-43px, -219px) rotate(45deg);
  transition-delay: 1.35s;
}
.active .active-slide3-top-text {
  transform: translate(54px, -241px) rotate(-45deg);
  transition: transform 1s 1.35s;
}
.active .active-slide4-top-text {
  transform: translate(-55px, -231px) rotate(45deg);
  transition: transform 1s 1.35s;
}
.c-header-home_heading {
  line-height: 1;
}
.c-header-home_heading.-full {
  width: 100%;
}
@media (max-height: 500px) {
  .c-header-home_heading {
    margin-bottom: 0 !important;
  }
}
body[data-route-option="next-section"] .c-header-home_buttons,
body[data-route-option="next-section"] .c-header-home_controls,
body[data-route-option="prev-section"] .c-header-home_buttons,
body[data-route-option="prev-section"] .c-header-home_controls {
  transform: translate3d(0, 0, 0);
}
a {
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 699px) {
  .c-header-home_heading {
    font-size: 40px;
    margin-bottom: 150px;
  }
  .c-header-home.-full .c-header-home_heading {
    margin-bottom: 30px;
  }
}
@media (min-width: 700px) {
  .c-header-home_heading {
    font-size: 5.625rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 700px) and (max-width: 749px) {
  .c-header-home_heading {
    font-size: 4.375rem;
  }
}
.c-header-filters_button,
button {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: 0 0;
  color: inherit;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font: inherit;
  line-height: normal;
  cursor: pointer;
  user-select: none;
}
.scroll-content {
  overflow: hidden;
}
::-moz-selection {
  background: #0084c0;
  color: #fff;
}
a {
  color: #1a0dab;
}
a:hover {
  color: #ffffff;
}
a.-normal {
  color: currentColor;
  text-decoration: none;
}
a.-normal:hover {
  text-decoration: underline;
}
a.-hover {
  position: relative;
  text-decoration: none;
  color: #fff;
}
a.-hover::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  border-bottom: 1px solid;
  transform: scaleX(0);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center left;
}
a.-hover:hover::after {
  transform: scaleX(1);
}
p {
  margin: 0;
}
strong {
  font-weight: 700;
}
@media (max-width: 699px) {
  h1 {
    font-size: 26px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-top: 0;
  line-height: 1.1;
}
@media (min-width: 700px) {
  h1 {
    font-size: 60px;
  }
}
h3 {
  font-size: 1.5625rem;
}
h4 {
  font-size: 1rem;
}
h5 {
  font-size: 0.8125rem;
}
h6 {
  font-size: 0.6875rem;
}
@media (max-width: 1599px) {
  h2 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1600px) {
  .c-header-home_heading {
    font-size: 6.25rem;
  }
  h1 {
    font-size: 4.375rem;
  }
  h2 {
    font-size: 2.25rem;
  }
}
#snackbar,
.align-main,
.top-content {
  text-align: center;
}
@media (min-width: 1200px) {
  .container.container-sp {
    max-width: 1300px;
    display: flex;
  }
  body {
    height: 100%;
  }
}
@media (max-width: 699px) {
  .c-header-home_buttons,
  .c-header-home_controls {
    padding-bottom: 40px;
  }
}
.side-nav {
  display: none;
}
.c-header-home_footer {
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 40%;
  left: 0;
}
.c-header-home_buttons,
.c-header-home_controls {
  margin-left: 0;
  letter-spacing: normal;
  font-size: 0;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, 100%, 0);
}
@media (min-width: 700px) {
  .c-header-home_buttons,
  .c-header-home_controls {
    padding-bottom: 5.625rem;
  }
  .c-header-home_controls {
    float: left;
  }
}
@media (min-width: 700px) and (max-width: 749px) {
  .c-header-home_buttons,
  .c-header-home_controls {
    padding-bottom: 3.75rem;
  }
}
.c-header-home_controls {
  transition-delay: 0.65s;
}
.c-header-home_buttons {
  transition-delay: 0.75s;
}
@media (min-width: 1000px) {
  .c-header-home_buttons {
    float: right;
  }
}
@media (max-width: 699px) {
  .c-header-home_buttons {
    margin-left: -20px;
    margin-right: -20px;
  }
  .c-header-home_button {
    width: 50% !important;
  }
  /* .container {
    padding-right: 15px;
    padding-left: 15px;
  } */
}
@media (min-width: 700px) {
  .c-header-home_button {
    width: 15.625rem;
  }
}
@media (min-width: 1024px) {
  .side-nav {
    display: block;
    left: 0;
    z-index: 2;
    width: 100vh;
    height: 5vw;
    transform-origin: top;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate3d(-100%, 10%, 0);
    opacity: 1;
    transition: opacity 0.7s cubic-bezier(0.8, 0, 0.55, 0.94) 1.47s,
      transform 0.7s cubic-bezier(0.8, 0, 0.55, 0.94) 1.47s;
  }
  .side-nav ul {
    list-style: none;
    margin: 0;
    padding-top: 0.3vw;
  }
  .side-nav li {
    display: inline-block;
    line-height: 0.9em;
    margin: 0 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    transition: opacity 0.4s cubic-bezier(0.8, 0, 0.55, 0.94),
      border-color 0.4s cubic-bezier(0.8, 0, 0.55, 0.94);
  }
  .side-nav .label {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    opacity: 0.3;
    margin: 0;
    color: #0a0c0d;
    font-weight: 800;
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, "Helvetica Neue", Arial, sans-serif;
  }
  .side-nav[data-view="cover"] li[data-view="cover"] {
    opacity: 1;
    border-bottom: 1px solid #000;
  }
}
.query {
  margin-top: 2em;
}
@keyframes ripple-animation {
  from {
    transform: scale(1);
    opacity: 0.4;
  }
  to {
    transform: scale(100);
    opacity: 0;
  }
}
.navbar-container {
  z-index: 1000;
  background-color: #fff;
}
.apth {
  padding: 3em 0;
}
.product-img {
  border-radius: 100%;
}
.product-img1 {
  height: 50em;
}
.query {
  color: #fff;
}
#choose-c,
#snackbar,
.input-group-sm {
  color: #fff !important;
  border: 1px solid #495057;
  border-radius: 5px;
}
#mynav {
  background-color: #001431;
  height: 12.6vh;
}
#formed .cont-t {
  /* font-size: 26px !important; */
  padding-left: 5px;
}
.align-main {
  justify-content: center;
  align-items: center;
}
.mob-dev img {
  border-radius: 0 0 8em 8em;
}
.img-fluid {
  margin: 3em 0;
}
.input-props::placeholder {
  padding-left: 10px;
}
.top-content {
  color: #fff;
  margin: 2em 0;
}
#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  border-radius: 21.5px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 83%;
  top: 80px;
  font-size: 17px;
  box-shadow: 4px 4px 13px rgb(255 255 255 / 9%);
}
#snackbar.show {
  visibility: visible;
  -webkit-animation: 0.5s fadein, 0.5s 2.5s fadeout;
  animation: 0.5s fadein, 0.5s 2.5s fadeout;
}
@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 80px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 80px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    top: 80px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    top: 80px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}
.whatsapp {
  z-index: 999999;
  width: 100%;
  position: fixed;
  bottom: 9em;
  right: 2em;
  text-align: right;
  width: 30em;
  z-index: 999999;
}
.whatsapp img {
  border-radius: 100px;
}
.upload {
  color: #cfc2c2;
}
.clutch-widget {
  width: 10em;
  margin-left: auto;
  padding: 0;
  background: #f9f8f8;
  border-radius: 1em;
  margin-top: 1em;
}

.aboutContent {
  display: flex;
  justify-content: space-between !important;
  margin-bottom: 1.5em;
  text-align: center;
}

.aboutContent h6 {
  font-size: 28px;
  line-height: 35px;
  color: #fff;
}

.aboutContent h6 span {
  color: #0eabe7;
}
.aboutContent .p-content {
  text-align: center !important;
}
#map {
  /* margin-top: 5em; */
}

:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
}

.sectionTwo {
  display: flex;
}

.innerService {
  background: linear-gradient(#001431 0, #08062c 48.53%, #06060a 100%);
  transition: 125ms ease-out, color 125ms ease-out;
  color: #fff;
  height: 100%;
}

.servicecard {
  text-align: center;
  padding: 3em 2em;
}

.servicecard img {
  margin-bottom: 2em;
}
.servicecard h3 {
  margin-bottom: 1em;
}
.servicecard p {
  margin-bottom: 2em;
  letter-spacing: 0.2px;
}

.mobileService:hover {
  background-image: url(https://phppoets.com/img/services/mobile.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.9;
  position: relative;
}

.mobileService:hover:before {
  content: "";
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0.9;
  z-index: -22222;
}
.software:hover {
  background-image: url(https://phppoets.com/img/services/software.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.9;
  position: relative;
}

.software:hover:before {
  content: "";
  background: #000000e1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  /* opacity: 0.8; */
  z-index: -22222;
}
.website:hover {
  background-image: url(https://phppoets.com/img/services/website.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.9;
  position: relative;
}

.website:hover:before {
  content: "";
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0.9;
  z-index: -22222;
}
.ecommerce:hover {
  background-image: url(https://phppoets.com/img/services/eccomerce.webp);
  background-size: cover;
  background-position: center;
  opacity: 0.9;
  position: relative;
}

.ecommerce:hover:before {
  content: "";
  background: #000000e1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0.9;
  z-index: -22222;
}

.addressHead {
  display: flex;
}

.address {
  color: #fff;
}
.addressHead svg {
  margin-right: 0.5em;
  width: 14px;
  margin-top: 2px;
}

.socailLink .btn {
  padding: 0;
}

/* .socailLink .btn:hover svg path {
  fill: #007bff !important;
  stroke: #fff !important;
} */

.addressHead h4 {
  font-size: 20px;
  font-weight: 500;
}
.address p {
  line-height: 30px;
}

.mainaddress {
  padding: 4em 0 2em;
}

.footer-bottom {
  border-top: 1px solid #363636;
  margin-top: 3em;
}

.address p {
  padding-top: 1em;
}
.socailLink {
  padding-top: 1em;
  display: flex;
  justify-content: space-between;
}

.boardHead {
  color: #fff;
  text-align: left;
}

.boardHead span {
  color: #009fe8;
}
.boardHead h1 {
  line-height: 1.3em;
}

.cardProduct {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 25px;
  /* background: linear-gradient(90deg, #8859e6 0%, #009fe8 100%); */
  border: 1px solid #939393;
  padding: 0;
}

.cardpp {
  background: #000;
  border-radius: 20px;
}
/* .cardProduct:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgb(0 0 0 / 90%);
  border-radius: 20px;
} */

.productTopspace {
  /* padding-top: 2em; */
  margin-bottom: 2em;
}

.productContent {
  /* display: none; */
  position: absolute;
  left: 3%;
  top: 15px;
  z-index: 11;
  padding: 1em;
}
.productContent h3,
p {
  color: #e3e3e3;
  font-size: 16px;
  letter-spacing: 0.04em;
}
.cardProduct:hover h3 {
  color: #009fe8 !important;
}
.cardProduct h3 {
  font-size: 24px !important;
  padding-bottom: 0.5em;
}
.cardProduct:hover img {
  transform: scale(1.1);
  transition: 0.7s ease-in-out;
}

/* .cardProduct:hover .productContent {
  display: block !important;
} */

.cardProduct img {
  border-radius: 20px;
  background: #000;
  opacity: 0.1;
  height: 18em;
  object-fit: cover;
  width: 100%;
}

.productCard {
  /* margin-bottom: 6em; */
}

.servicecards {
  border-radius: 20px;
  text-align: center;
  padding: 1.5em 2em;
  background: #040810;
}
.servCard {
  background: linear-gradient(90deg, #8859e6 0%, #009fe8 100%);
  border-radius: 23px;
  padding: 4px;
  margin-bottom: 2em;
}
.serviceBtn {
  border-radius: 21.5px;
  background: linear-gradient(90deg, #8859e6 0%, #009fe8 100%);
  box-shadow: 4px 4px 13px 0px rgba(255, 255, 255, 0.09);
  margin: 1em 0 0em;
  color: #fff;
  width: 10em;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.serviceBtn:hover {
  color: #fff;
}
.servicecards svg {
  width: 4em;
  height: 4em;
}
.servicecards h3 {
  color: #fff;
  margin: 2em 0 0.5em;
  text-transform: uppercase;
  font-size: 20px;
}
.servicecards p {
  padding: 0.5em 0;
  /* height: 5em; */
}

.servCard:hover svg {
  transform: rotate3d(0, 1, 0, 360deg);
  transition: transform 1s ease-in-out;
}

.servCard:hover {
  transform: scale(1.05);
  transition: 0.5s ease-in-out;
}

.serviceCard {
  margin: 3em 0;
}

.contactCard {
  border: 2px solid #fff;
  text-align: center;
  border-radius: 30px;
  width: 60%;
  margin: auto;
  padding: 3em 2em 2em;
  position: relative;
}

.contactCard p {
  font-size: 30px;
}
.contactCard h5 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin: 0.8em;
}

.contactCard:after {
  content: "";
  position: absolute;
  left: 2.5%;
  top: 6%;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 2px solid #fff;
  z-index: -2222;
}

.contactUs {
  margin-bottom: 5em;
}

.mapboxgl-canvas {
  border-radius: 20px;
}

.color {
  color: #009fe8 !important;
}

.size {
  text-align: center;
  font-size: 40px;
  color: #fff !important;
  font-weight: 600 !important;
  padding-bottom: 0.2em;
  line-height: 55px;
}
.size span {
  text-align: center;
  /* color: #0eabe7; */
  font-size: 40px;
  /* padding: 1em 0 0; */
  font-weight: bold;
  /* background: var(--man, linear-gradient(180deg, #835BE6 0%, #049DE8 100%)); */
  background: -webkit-linear-gradient(180deg, #835be6 0%, #049de8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.slide-head {
  text-align: left !important;
  font-size: 32px !important;
  font-weight: bold;
  background: -webkit-linear-gradient(
    180deg,
    #835be6 0%,
    #049de8 100%
  ) !important;
  background-clip: text;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.services .col-md-12 {
  padding: 0;
}

.about-card img {
  width: 8em !important;
  margin: 0em auto;
}

/* .dirImg:hover img {
  transform: scale(1.1);
  transition: 0.9s ease-in-out;
} */

.dirImg {
  overflow: hidden;
  border-radius: 20px;
}

.boardHead h1 {
  font-size: 50px;
}

.inservice-bg img {
  /* height: 100%; */
  height: 87.4vh;
  width: 100%;
  object-fit: contain !important;
}

.b-card h2 {
  color: #fff;
}

.innerBlog {
  position: relative;
  margin-bottom: 0;
}

.blogContent h3 {
  color: #d1d1d1;
}
.mainBlogContent {
  color: #fff;
}

.mainBlogContent h4 {
  margin-top: 1em;
}
.mainBlogContent h3 {
  margin-top: 2em;
}
.mainBlogContent h2 {
  margin-top: 1em;
}

.mainBlogContent {
  /* background: #001431; */
  border-radius: 10px;
  /* padding: 1em; */
}

.blogLink {
  background: #ffffff0a;
  border-radius: 10px;
  padding: 1em;
  color: #fff;
}
.blogLink h2 {
  padding: 0.5em 0;
}
.servicesss {
  background: #001431;
  border-radius: 10px;
  padding: 1em;
  color: #fff;
  margin-top: 1em;
}

.blogLink a {
  color: #dfdfdf;
}
.blogLink ul {
  padding-left: 0px;
  margin-bottom: 0 !important;
}
.blogLink li {
  height: 30px;
  white-space: nowrap;
  display: inline-block;
  width: 300px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.rightSection {
  position: sticky;
  top: 6em;
  margin-bottom: 20px;
}

.mainBlogContent p:nth-child(1) {
  font-size: 18px;
}

.mainBlogContent a {
  color: #009fe8;
}

.servicesss ul {
  margin-bottom: 0em !important;
}

.blogSection {
  margin-bottom: 2em;
}

.innerBlog span {
  font-size: 35px;
  font-style: italic;
}
.innerBlog h1 {
  width: 60%;
  margin: auto;
}

.mainBlogContent ul {
  margin-top: 2em;
  padding-left: 1.2em;
}

.bloging img {
  height: 15em;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}
.bloging h2 {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 24px;
}

.bloging .b-content p {
  height: 30px;
  width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis;
  height: 7em;
}

.marginBottom {
  margin-bottom: 2em;
}

.bloging .item {
  margin-bottom: 2em;
}

.mainBlogContent ol {
  list-style: circle;
}

.blogSection h1 {
  font-size: 40px;
  text-align: left !important;
  padding-bottom: 0.5em;
}

.blogCard {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a5a5a582;
}
.blogCard:nth-child(6) {
  margin-bottom: 0 !important;
}
.blogSection {
  padding: 2em 0;
}

.leftSection img {
  border-radius: 10px;
  margin-bottom: 2em;
  height: 20em;
  width: 100%;
  object-fit: cover;
}

.blogImg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.service {
  margin-top: 1em;
}

.readbtn {
  position: absolute;
  left: 3%;
  padding-left: 1em;
  bottom: 15px;
  z-index: 7;
}

.ourwork img {
  margin: auto;
}

.workImg {
  height: 100% !important;
  margin-top: 2em;
}

.color-code {
  margin-top: 3em;
  padding-right: 2.5em;
}

.li-content li {
  color: #d7d7d7;
  text-align: left;
}

figure {
  margin: 0 0 1.5rem;
}

.ourwork-bg {
  background-image: url(../../img/ourworkBg.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 150%;
  height: 87.4vh;
}
.servicebg {
  background-image: url(../../img/servicebg.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 150%;
  height: 87.4vh;
}
.hiring {
  background-image: url(../../img/contact.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  height: 87.4vh;
}
.productbg {
  background-image: url(../../img/productbg.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 150%;
  height: 87.4vh;
}

.colors-used {
  width: 25em;
}

.iconss {
  margin-top: 2em;
}

/* #yolmate .app-text, .cont-t{ 
  font-size:28px !important;
  font-weight:600;
} */

.keep-text {
  margin-top: 1em;
}

.is-sticky {
  position: fixed !important;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  width: 100%;
  z-index: 25;
  top: 0;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.main {
  height: 100vh;
}
.page1 {
  width: 100%;
  height: 100vh;
  background-color: #000;
  overflow: hidden;
}
.page2 {
  width: 100%;
  height: 100vh;
  background-color: #f8f8f8;
}
.page3 {
  width: 100%;
  height: 100vh;
  background-color: #bd5c5c;
}

.page1 h1 {
  color: #fff;
  font-size: 30vw;
  white-space: nowrap;
  text-transform: uppercase;
  font-stretch: 250%;
}

/* .loader{
    width: 100%;
    height: 100vh;
    background-color: rgb(138, 138, 138);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed;
    z-index: 99;
}

.loader h1{
    font-size: 40px;
} */

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-text {
  color: rgb(255 255 255 / 90%) !important;
}

.t-quote h3 {
  color: #fff;
}

.heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2em;
}

.spacing {
  padding: 4em 0;
}

.recentContent {
  text-align: center;
  padding: 2em;
  background-color: #0f161e;
  border-radius: 20px;
  margin-top: 2em;
}

.recentContent span {
  font-size: 40px;
  color: #fff;
}
.recentContent p {
  padding-bottom: 10px;
  font-size: 18px !important;
}

.discuss p {
  padding-bottom: 1.7em;
}
.discuss {
  background-image: url(../../img/recentBg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.testimonialcard {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bannerSection {
  background-image: url(../../img/mainBg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bannerContent {
  /* padding: 1em 0; */
}

.b-img img {
  padding: 1em 0;
}

.B-content h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  padding-bottom: 0.2em;
}

.lifeContent h1 {
  font-size: 32px !important;
  color: #fff;
  padding-bottom: 0.2em !important;
}

.lifeSec {
  background-color: #0f161e;
  padding: 2em;
  border-radius: 20px;
}

.lifeSection {
  margin-bottom: 6em;
}

.B-content p {
  padding-right: 2em;
}

.b-img img {
  height: 60vh;
  object-fit: contain;
}
.b-img {
  text-align: right;
}
.contacthead {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 1em;
}

.contactForm .input-group-sm {
  /* border: 1px solid (#049de8, #835BE6) !important; */
  background: linear-gradient(#049de8, #835be6);
  padding: 1px;
  border-radius: 10px;
}

.contactForm .form-control {
  background: #02040a;
  border-radius: 8px;
}

.workspace {
  position: relative;
}

.vectorUp {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.vectordown {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}

.vectorUp img {
  width: 50%;
}
.vectordown img {
  width: 40%;
}

#formed {
  position: relative;
}

.careerCard h3 {
  color: #fff !important;
}

.careerBtn img {
  width: 85%;
}
.careerBtn .btn {
  padding: 0 !important;
}

.careerCard {
  display: flex;
  justify-content: space-between;
}

.careerCard {
  background: #0f161e;
  padding: 1.5em;
  border-radius: 20px;
  border: 1.132px solid var(--man, #835be6);
}

.careerCard:hover {
  box-shadow: 0px 4px 40px 0px rgba(59, 128, 231, 0.4);
}

.careerCard {
  margin-bottom: 1.5em;
}
.bg-teamjoin {
  background: #0f161e;
  padding: 2em;
  border-radius: 20px;
  border: 1.13px solid var(--man, #835be6);
  margin-top: 1em;
}

.bg-teamjoin .input-group {
  border: 1px solid #03040a !important;
  border-radius: 10px;
  background: #02040a !important;
}
.bg-teamjoin .input-group .input-props {
  border: none !important;
  border-radius: 10px;
  background: #02040a !important;
}

.bg-teamjoin .form-control {
  border: none !important;
}

.headings .size {
  text-align: center !important;
}

.benefitCard {
  text-align: center;
}

.benefitCard p {
  font-size: 22px;
  padding-top: 1em;
}

.benefitCard img {
  width: 40%;
  height: 5em;
  object-fit: contain;
}

.benefitCard {
  padding: 2em 0;
}

.dottedB {
  border-bottom: 2px dashed #fff;
}
.dottedR {
  border-right: 2px dashed #fff;
}

.qoutesCard {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex !important;
  flex-wrap: wrap;
  padding: 2em 10em 0;
}

.qoutesCard img {
  margin-bottom: 2em;
}

.qoutesCard span {
  color: #ffffff81;
  margin-top: 1em;
}

.leftArrow {
  z-index: 999999;
  position: absolute;
  left: 1em !important;
  top: 40% !important;
  width: 5em;
}
.rightArrow {
  z-index: 999999;
  position: absolute;
  right: 1em !important;
  top: 40% !important;
  width: 5em;
}

.employeeSection {
  background-color: #0f161e;
}

.teamContent p {
  padding-bottom: 1em;
}

.bloging .marginBottom {
  border: 1.13px solid var(--man, #835be6);
  border-radius: 10px;
}
.bloging .marginBottom:hover {
  box-shadow: 0px 4px 70px 0px rgba(59, 128, 231, 0.4);
}

.productcards {
  background-image: url(../../img/icons/product/productBg.png);
  background-position: center;
  background-size: cover;
}

.productcarContent {
  padding: 1em;
  width: 65%;
}

.productHead h2 {
  color: #fff;
  margin: 1em 0em;
  padding-left: 1em;
  position: relative;
  font-size: 24px !important;
}

.productHead h2:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 6px;
  background: var(--man, linear-gradient(180deg, #835be6 0%, #049de8 100%));
  left: 0;
  top: 0;
}

.productcarContent p {
  padding-bottom: 1em;
}

.cardsecond {
  height: 28em;
}

.productcards {
  margin-bottom: 2em;
}

.companySection .col-sm {
  margin: auto;
}
.companycard {
  text-align: center;
}

.serviceHead p {
  font-size: 18px;
  color: #8f8f8f;
  text-align: center;
}

.solutionHead p {
  margin-bottom: 0.5em;
}

.solutionSection {
  padding: 2em 0 0;
  border-top: 1px solid #434343;
}

.companycard {
  margin: 2em 0em;
}

.solutionCard {
  border: 1.5px solid var(--man, #835be6);
  border-radius: 20px;
  padding: 1em;
  height: 21em;
  margin-bottom: 2em;
  background-color: #0f161e;
}

.solutionCard h4 {
  font-size: 22px;
  color: #fff;
  padding-bottom: 0.5em;
  margin-bottom: 0;
}

.choose .why-card:hover {
  box-shadow: none !important;
  border: none !important;
}
.service .rightArrow {
  z-index: 999999;
  position: absolute;
  right: -6em !important;
  top: 35% !important;
  width: 5em;
}

.service .leftArrow {
  z-index: 999999;
  position: absolute;
  left: -6em !important;
  top: 35% !important;
  width: 5em;
}

.testImg {
  padding: 10px;
}

.designIcon img {
  width: 60%;
  margin-right: 1em;
}

.designIcon {
  display: flex;
  position: absolute;
  /* left: -1%; */
  bottom: 34%;
  left: 0;
  /* bottom: 22%; */
}

.mainBanner {
  position: relative;
}

.designIcon a {
  text-align: left !important;
  /* width: 6em; */
}

.companycard img{
  height:5em;
  object-fit: contain;
  padding:0em 1em;
}

.companyLogos{
  display:flex;
  justify-content: space-between;
}


.designSpace{
  margin-bottom:1.5em !important;
}

.contact-section{
  text-align:center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-section .btn-contacts{
  height:100% !important;
  margin-left:2em;
}

.contact-section .size{
  margin: 0 !important;
  padding:0 !important;
}

.contactbg{
  background-image:url(../../img/contact-bg-banner.png);
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
}

.techcard{
  border-radius: 10px;
  background: rgba(187, 187, 187, 0.11);
  backdrop-filter: blur(15.616000175476074px);
  padding:1em 0;
}

.techcard h4{
  margin-bottom:0em !important;
  color: #fff;
  text-align:center;
  font-weight: 500;
}

.techcards{
  margin-top:1em;
}

.portfolio h2{
  font-size:42px;
  text-align: center;
  color: #fff;
}

.portfolio{
  padding:4em 0;
  text-align:center !important;
}

.port{
  color:#fff !important;
  border:2px solid #fff !important;
  border-radius:20px !important;
  margin-top:2em !important;
}

.careerContent{
    width:85%;
}

