.page-product-neumorphic-bp {
  background-color: #1b1e23;
  color: #ffffff;
}
.page-product-neumorphic-bp .back-nav-wrapper .btn__is-back {
  color: #bac1cc;
}
.page-product-neumorphic-bp .back-nav-wrapper .btn__is-back:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.page-product-neumorphic-bp .buy-button-float-wrapper {
  position: relative;
}
.page-product-neumorphic-bp .buy-button-float-wrapper .buy-button-float {
  opacity: 0;
  position: fixed;
  z-index: 1300;
  width: 96px;
  height: 96px;
  padding: 16px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background-color: #d53c25;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  background-image: linear-gradient(225deg, #535966 0%, #2e3138 100%);
  box-shadow: 0 2px 8px 0 rgba(26, 28, 31, 0.8);
  transition: all 300ms;
}
.page-product-neumorphic-bp .buy-button-float-wrapper .buy-button-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 16px 0 rgba(26, 28, 31, 0.8);
}
.page-product-neumorphic-bp .intro-section {
  padding: 64px 0;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  background-image: url("../../../assets/img/./products/neumorphic-bp/intro_bg.png");
  background-size: 900px;
  background-position-x: 120%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}
.page-product-neumorphic-bp .intro-section .intro-title {
  font-size: 16px;
  color: #e4e4e4;
  letter-spacing: 10px;
  line-height: 30px;
  text-transform: uppercase;
}
.page-product-neumorphic-bp .intro-section h1 {
  color: #ffffff;
  margin-bottom: 24px;
}
.page-product-neumorphic-bp .intro-section p {
  color: #bac1cc;
  font-size: 20px;
  max-width: 460px;
  margin-bottom: 24px;
}
.page-product-neumorphic-bp .intro-section .buy-button {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  padding: 16px 32px;
  background: #2e3138;
  border-radius: 46px;
  display: inline-block;
  background-image: linear-gradient(225deg, #535966 0%, #2e3138 100%);
  box-shadow: 0 2px 8px 0 rgba(26, 28, 31, 0.8);
  transition: all 300ms;
}
.page-product-neumorphic-bp .intro-section .buy-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 16px 0 rgba(26, 28, 31, 0.8);
}
.page-product-neumorphic-bp .intro-section .made-for-group {
  margin-top: 32px;
}
.page-product-neumorphic-bp .intro-section .made-for-group img {
  margin-right: 16px;
  width: 48px;
}
.page-product-neumorphic-bp .product-details h2 {
  color: #ffffff;
  margin-bottom: 24px;
}
.page-product-neumorphic-bp .product-details p {
  color: #bac1cc;
}
.page-product-neumorphic-bp .product-details .about-section {
  padding: 64px 0;
  overflow: hidden;
}
.page-product-neumorphic-bp .product-details .about-section p {
  max-width: 920px;
  font-size: 18px;
}
.image-group img {
  height: auto;
  max-width: inherit;
}
.page-product-neumorphic-bp .product-details .about-section .image-group {
  position: relative;
  max-width: 600px;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 48px;
  padding: 64px 0;
  margin-bottom: 48px;
}
.page-product-neumorphic-bp .product-details .about-section .image-group img {
  position: absolute;
  background: #23262b;
  box-shadow: 4px 12px 28px 2px rgba(26, 28, 31, 0.4), 0 0 1px 0 #535966, inset 0 1px 3px 1px #1a1c1f;
  border-radius: 12px;
  border: 1px solid;
  border-image-source: linear-gradient(224deg, #3e434e 0%, #23262b 100%);
}
@keyframes float {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(12px);
  }
}
.page-product-neumorphic-bp .product-details .about-section .image-group .visa-image {
  width: 220px;
  left: -360px;
  z-index: 40;
  animation: float alternate-reverse infinite 2.5s;
}
.page-product-neumorphic-bp .product-details .about-section .image-group .transfer-image {
  width: 340px;
  left: -170px;
  top: 120px;
  z-index: 30;
  box-shadow: 0 4px 16px 0px rgba(26, 28, 31, 0.7);
  border-radius: 24px;
  animation: float alternate-reverse infinite 2.5s;
}
.page-product-neumorphic-bp .product-details .about-section .image-group .saved-image {
  width: 180px;
  left: -440px;
  top: 300px;
  animation: float alternate-reverse infinite 2s;
  animation-delay: 500ms;
}
.page-product-neumorphic-bp .product-details .about-section .image-group .budget-image {
  width: 250px;
  left: 150px;
  top: 40px;
  animation: float alternate-reverse infinite 5s;
  animation-delay: 400ms;
}
.page-product-neumorphic-bp .product-details .about-section .image-group .balance-image {
  width: 240px;
  top: 280px;
  left: 140px;
  border-radius: 24px;
  animation: float alternate-reverse infinite 3s;
  animation-delay: 100ms;
}
.page-product-neumorphic-bp .product-details .about-section .image-group .expenses-image {
  width: 260px;
  top: 360px;
  left: -220px;
  border-radius: 24px;
  animation: float alternate-reverse infinite 2s;
  animation-delay: 300ms;
}
.page-product-neumorphic-bp .product-details .onboarding-section {
  padding: 64px 0;
  overflow: hidden;
}
.page-product-neumorphic-bp .product-details .onboarding-section p {
  max-width: 500px;
}
.page-product-neumorphic-bp .product-details .pricing-section {
  padding: 64px 0;
  overflow: hidden;
}
.page-product-neumorphic-bp .product-details .pricing-section p {
  max-width: 500px;
}
.page-product-neumorphic-bp .product-details .smart-budget-section {
  padding: 64px 0;
  overflow: hidden;
}
.page-product-neumorphic-bp .product-details .smart-budget-section p {
  max-width: 500px;
}
.page-product-neumorphic-bp .product-details .statistics-section {
  padding: 64px 0;
  overflow: hidden;
}
.page-product-neumorphic-bp .product-details .statistics-section p {
  max-width: 500px;
}
.page-product-neumorphic-bp .product-details .statistics-section .screenshots-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 920px;
  padding: 64px 0;
  background-image: url("../../../assets/img/./products/neumorphic-bp/circle_bg.svg");
  background-size: 400px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 720px;
}
.page-product-neumorphic-bp .product-details .statistics-section .screenshots-group .screen-with-device {
  margin: 0 auto;
  width: 320px;
  padding: 64px 0;
}
.page-product-neumorphic-bp .product-details .statistics-section .screenshots-group .screen-with-device .screen-image {
  width: calc(100% - 32px);
  margin: 16px;
}
.page-product-neumorphic-bp .product-details .statistics-section .screenshots-group .screen-with-device:nth-child(even) {
  transform: translateY(160px);
}
.page-product-neumorphic-bp .product-details .statistics-section .screenshots-group .screen-with-device:last-child {
  transform: translateX(calc(50% + 32px)) translateY(100px);
  width: 360px;
}
.page-product-neumorphic-bp .cta-section {
  padding: 64px 0;
  background-color: #2e3138;
}
.page-product-neumorphic-bp .cta-section h3 {
  font-size: 24px;
  margin-bottom: 24px;
  color: #ffffff;
}
.page-product-neumorphic-bp .cta-section p {
  max-width: 640px;
  color: #bac1cc;
}
.page-product-neumorphic-bp .cta-section .buy-button {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  padding: 24px 32px;
  background: #2e3138;
  box-shadow: 5px 5px 12px #141618, -5px -5px 12px #464b57;
  border-radius: 46px;
  transition: all 300ms;
  display: block;
}
.page-product-neumorphic-bp .cta-section .buy-button:hover {
  transform: translateY(-2px);
  background: #2e3138;
  box-shadow: 10px 10px 60px #141618, -10px -10px 60px #464b57;
}
.page-product-neumorphic-bp .screenshots-group {
  width: 100%;
  display: flex;
}
.page-product-neumorphic-bp .screenshots-group img {
  width: 100%;
  /*mask-image: url("../../../assets/img/./screen_mask.svg");
  -webkit-mask-image: url("../../../assets/img/./screen_mask.svg");*/
  mask-size: cover;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.page-product-neumorphic-bp .screenshots-group .screen-with-device {
  width: 274px;
  background-image: url("../../../assets/img/./products/neumorphic-bp/device.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 24px;
}
.page-product-neumorphic-bp .screenshots-group .screen-with-device .screen-image {
  width: calc(100% - 30px);
  margin: 15px;
}

.dark-footer .main-footer {
  color: #ffffff;
  background-color: #1b1e23;
}
.dark-footer .main-footer .footer-brand {
  filter: brightness(2);
}
.dark-footer .main-footer .footer-links li a::before {
  border-color: #ffffff;
}
.dark-footer .main-footer .social-link {
  background-color: rgba(255, 255, 255, 0.05);
}
.dark-footer .main-footer .social-link .icon {
  color: #ffffff;
}
.dark-footer .main-footer .social-link:hover {
  background-color: var(--main-color);
}

@media all and (max-width: 991px){
  .page-product-neumorphic-bp .screenshots-group .screen-with-device{
    margin-bottom: 15px;
  }

  .page-product-neumorphic-bp .screenshots-group .screen-with-device:last-child{
    margin-right: 0px;
    float: right;
  }
}

@media all and (max-width: 767px){
  .page-product-neumorphic-bp .intro-section {
    padding-bottom: 300px;
    background-image: url("../../../assets/img/./products/neumorphic-bp/intro_bg_mobile.png");
    background-size: 127% auto;
    background-position: 100% 100%;
  }

  .page-product-neumorphic-bp .product-details .about-section .image-group .visa-image {
    width: 120px;
    left: -192px;
  }

  .page-product-neumorphic-bp .product-details .about-section .image-group .transfer-image {
    width: 180px;
    left: -85px;
    top: 120px;
  }

  .page-product-neumorphic-bp .product-details .about-section .image-group .saved-image {
    width: 100px;
    left: -209px;
    top: 200px;
  }

  .page-product-neumorphic-bp .product-details .about-section .image-group .budget-image {
    width: 135px;
    left: 80px;
    top: 70px;
  }

  .page-product-neumorphic-bp .product-details .about-section .image-group .balance-image {
    width: 130px;
    top: 199px;
    left: 80px;
  }

  .page-product-neumorphic-bp .product-details .about-section .image-group .expenses-image {
    width: 140px;
    top: 260px;
    left: -110px;
  }

  .page-product-neumorphic-bp .product-details .statistics-section .screenshots-group{
    grid-template-columns: 1fr;
  }

  .page-product-neumorphic-bp .product-details .statistics-section .screenshots-group .screen-with-device{
    width: 70%;
    transform: translate(0px, 10px)!important;
  }

  .page-product-neumorphic-bp .product-details .about-section .image-group{
    min-height: 360px;
  }
}
