/*.app-card .overlay,
header {
  align-items: center;
  display: flex;
}
body {
  font-feature-settings: "salt";
}
:root {
  --bs-body-bg: #f4f7fa;
  --bs-body-bg-rgb: 244, 247, 250;
  --pc-heading-color: #1d2630;
  --pc-active-background: #f3f5f7;
  --pc-sidebar-background: #3f4d67;
  --pc-sidebar-color: #a9b7d0;
  --pc-sidebar-color-rgb: 169, 183, 208;
  --pc-sidebar-active-color: #04a9f5;
  --pc-sidebar-active-background: rgba(0, 0, 0, 0.1);
  --pc-sidebar-main-active-color: #fff;
  --pc-sidebar-shadow: 1px 0 20px 0 #3f4d67;
  --pc-sidebar-caption-color: #e8edf7;
  --pc-sidebar-border: none;
  --pc-header-background: rgba(var(--bs-body-bg-rgb), 0.7);
  --pc-header-color: #5b6b79;
  --pc-header-shadow: none;
  --pc-card-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  --pc-header-submenu-background: #ffffff;
  --pc-header-submenu-color: #5b6b79;
}
[data-pc-sidebar_theme="true"] {
  --pc-sidebar-background: #fff;
  --pc-sidebar-color: #3f4d67;
  --pc-sidebar-color-rgb: 63, 77, 103;
  --pc-sidebar-active-color: #04a9f5;
  --pc-sidebar-active-background: rgba(0, 0, 0, 0.04);
  --pc-sidebar-main-active-color: #3f4d67;
  --pc-sidebar-shadow: 7px 0 15px 0 rgba(69, 90, 100, 0.09);
  --pc-sidebar-caption-color: #3f4d67;
}*/
section {
  padding: 100px 0;
}
.title {
  margin-bottom: 50px;
}
.title h2 {
  margin-bottom: 18px;
}
.title strong {
  position: relative;
  background-repeat: no-repeat;
  background-size: 130px;
  background-position: bottom left;
  padding-bottom: 5px;
}
.landing-page {
  overflow-x: hidden;
  background: #fff;
}
.landing-page .btn {
  border-radius: 50px;
}
.landing-page .pct-c-btn {
  display: none;
}
@media (min-width: 1600px) {
  .landing-page .container {
    max-width: 1200px;
  }
}
/*.navbar {
  position: fixed;
  width: 100%;
  z-index: 1099;
  top: 0;
  transition: all 0.2s ease-in-out;
  background: var(--pc-sidebar-background);
}
.call-to-action:after,
header:after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  right: 0;
}*/
.navbar.top-nav-collapse.default {
  padding: 26px 0;
  box-shadow: none;
}
@media (min-width: 768px) {
  .navbar.top-nav-collapse.default {
    background: 0 0 !important;
  }
}
.navbar.default,
.navbar.top-nav-collapse {
  padding: 14px 0;
  box-shadow: 0 6px 10px 0 rgba(12, 21, 70, 0.03);
}
.navbar .nav-link {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}
.navbar .nav-link:active,
.navbar .nav-link:focus,
.navbar .nav-link:hover {
  color: #fff;
}
/*header {
  overflow: hidden;
  position: relative;
  padding: 180px 0 0;
  justify-content: center;
  min-height: 100vh;
  background-size: cover;
  flex-direction: column;
  background: var(--pc-sidebar-background);
}
header:after {
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5019607843), transparent);
}
header .img-header {
  border-radius: 14px 14px 0 0;
  border: 4px solid #fff;
  box-shadow: 0 -6px 10px 0 rgba(12, 21, 70, 0.03);
}
header .container {
  position: relative;
  z-index: 5;
}
header .img-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 6;
  filter: drop-shadow(0 -6px 10px rgba(12, 21, 70, 0.05));
}*/
.hero-text-gradient {
  --bg-size: 400%;
  --color-one: rgb(37, 161, 244);
  --color-two: rgb(249, 31, 169);
  background: linear-gradient(
      90deg,
      var(--color-one),
      var(--color-two),
      var(--color-one)
    )
    0 0 / var(--bg-size) 100%;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: move-bg 24s infinite linear;
}
@keyframes move-bg {
  to {
    background-position: var(--bg-size) 0;
  }
}
.call-to-action,
.call-to-action .cta-block .gift-icon {
  background: linear-gradient(207.92deg, #0398f2 11.42%, #38b9e7 106.55%);
}
.call-to-action {
  overflow: hidden;
  position: relative;
}
.call-to-action:after {
  position: absolute;
  background: rgba(255, 255, 255, 0.85);
}
.call-to-action .container {
  position: relative;
  z-index: 5;
}
.call-to-action .cta-block {
  position: relative;
  overflow: hidden;
}
.call-to-action .cta-block .gift-icon {
  font-size: 100px;
  position: absolute;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  bottom: -15px;
  left: -15px;
  transform: rotate(20deg);
}
.call-to-action .sec-gift-icon {
  font-size: 150px;
  position: absolute;
  background: linear-gradient(207.92deg, #0398f2 11.42%, #38b9e7 106.55%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  bottom: -30px;
  right: -25px;
  transform: rotate(-20deg);
  z-index: 3;
  opacity: 0.3;
}
.comminuties-section:after,
.product-section:after {
  content: "";
  z-index: 1;
}
.product-section {
  position: relative;
}
.product-section:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 85px;
  background: var(--bs-body-bg);
}
.product-section > * {
  position: relative;
  z-index: 5;
}
.product-section .section-title {
  margin-top: -5px;
}
@media (max-width: 818px) {
  .product-section .section-title {
    margin-top: -4px;
  }
}
.product-section .card {
  margin-bottom: 0;
  border-radius: var(--bs-border-radius);
}
.product-cards-block {
  position: relative;
}
.product-cards-block .img-arrow {
  position: absolute;
  right: 0;
  bottom: 100%;
}
.product-cards-block .card {
  min-height: 150px;
  transition: 0.5s;
}
.product-cards-block .card:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}
.app-card .overlay,
.app-card img {
  transition: all 0.2s ease-in-out;
}
.product-cards-block .card i {
  font-size: 40px;
}
.why-list li p {
  padding: 8px 0 8px 30px;
  position: relative;
  font-size: 16px;
}
.why-list li p i {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 20px;
}
.bg-why-block {
  background: linear-gradient(0deg, var(--bs-dark) 100px, transparent 0);
}
.counter-block {
  position: relative;
}
.counter-block .img-customer-bg {
  position: absolute;
  right: 0;
  bottom: 0;
}
.counter-block .img-counter-bg {
  position: absolute;
  right: 45%;
  top: 0;
  transform: translateX(100%);
}
@media (max-width: 991.98px) {
  .counter-block .img-customer-bg {
    left: 0;
  }
  .counter-block .img-counter-bg {
    right: 0;
    transform: none;
  }
}
.counter-block .counter {
  font-weight: 700;
  font-size: 50px;
}
@media (max-width: 575.98px) {
  .counter-block .counter {
    font-size: 30px;
  }
  .counter-block .counter + h4 {
    font-size: 14px;
  }
}
.app-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--bs-border-radius);
}
.app-card .overlay {
  position: absolute;
  background: var(--bs-card-bg);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  transform: scale(0) rotate(-45deg);
}
.app-card .overlay i {
  font-size: 30px;
  margin-bottom: 14px;
  color: var(--bs-primary);
}
.app-card .overlay h3 {
  color: var(--pc-heading-color);
}
.app-card:hover img {
  transform: scale(1.5) rotate(45deg);
}
.app-card:hover .overlay {
  transform: scale(1) rotate(0);
}
.price-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  border-radius: 6px;
  padding: 25px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.05) 0,
    transparent 50%
  );
}
.price-card:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  background: linear-gradient(
    320deg,
    rgba(255, 255, 255, 0.05) 0,
    transparent 50%
  );
}
.price-card .price {
  font-size: 40px;
  margin: 14px 0 24px;
  display: block;
  font-weight: 500;
}
.price-card .price-label {
  position: absolute;
  transform: rotate(45deg);
  padding: 5px 0;
  text-transform: uppercase;
  width: 150px;
  text-align: center;
  top: 18px;
  right: -40px;
  font-weight: 600;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2),
    0 10px 16px 0 rgba(var(--bs-primary-rgb) 0.15);
}
.price-card ul li {
  position: relative;
  padding-left: 25px;
}
.price-card ul li i {
  position: absolute;
  top: 4px;
  left: 0;
}
.comminuties-slides.swiper {
  overflow: visible;
}
.comminuties-slides .card {
  margin-top: 40px;
  padding-top: 20px;
}
.comminuties-slides .card .quote-icon {
  position: absolute;
  top: -30px;
  left: 20px;
  background: var(--bs-primary);
  color: #fff;
  box-shadow: 0 5px 25px rgba(var(--bs-primary-rgb), 0.5);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.comminuties-section {
  overflow: hidden;
  /*background: linear-gradient(207.92deg, #0398f2 11.42%, #38b9e7 106.55%);*/
  position: relative;
}
.comminuties-section:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.85);
}
.comminuties-section .container,
.comminuties-section .container-fluid {
  position: relative;
  z-index: 5;
}
.footer {
  padding: 100px 0 0;
}
.footer .footer-bottom {
  margin-top: 60px;
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.2);
}
.footer .footer-link a {
  margin: 14px 0;
  display: block;
  transition: all 80ms cubic-bezier(0.37, 0.24, 0.53, 0.99);
  color: var(--bs-primary);
}
.footer .footer-link a:not(:hover) {
  color: rgba(255, 255, 255, 0.85);
  opacity: 0.9;
}
.footer .footer-sos-link a {
  transition: all 80ms cubic-bezier(0.37, 0.24, 0.53, 0.99);
  color: var(--bs-primary);
}
.footer .footer-sos-link a:not(:hover) {
  color: rgba(255, 255, 255, 0.85);
  opacity: 0.9;
}
@media (max-width: 991.98px) {
  section {
    padding: 40px 0;
  }
}
@media (max-width: 767.98px) {
  .title {
    margin-bottom: 10px;
  }
  .navbar.top-nav-collapse.default {
    padding: 14px 0;
  }
  .call-to-action .cta-block .gift-icon {
    display: none;
  }
  .title strong {
    background-size: 95px;
  }
  header {
    text-align: center;
    padding: 120px 0 0;
    min-height: auto;
  }
  header h1 {
    font-size: 25px;
  }
  .footer .footer-center {
    padding: 30px 0;
    margin: 30px 0 20px;
  }
}
[data-pc-theme="dark"].landing-page {
  background: #212224;
}
[data-pc-theme="dark"].landing-page .bg-white {
  background: #2b2c2f !important;
  --bs-white: lighten($dark-layout-color, 4%);
}
[data-pc-theme="dark"] header:after {
  background: rgba(var(--bs-dark-rgb), 0.95);
}
[data-pc-theme="dark"] header .img-wave {
  filter: brightness(0.1);
}
[data-pc-theme="dark"] .call-to-action:after,
[data-pc-theme="dark"] .comminuties-section:after {
  background: rgba(var(--bs-dark-rgb), 0.85);
}
[data-pc-direction="rtl"] .swiper {
  direction: ltr;
}
