/**======================================================================
=========================================================================
Template Name: Gradient Able - Bootstrap Admin Template
Author: codedthemes
Support: https://codedthemes.authordesk.app
File: style.css
=========================================================================
=================================================================================== */
body {
  font-feature-settings: "salt";
}

:root {
  --bs-body-bg: #f6f7fb;
  --bs-body-bg-rgb: 246, 247, 251;
  --pc-heading-color: #222;
  --pc-active-background: rgba(255, 255, 255, 0.2);
  --pc-sidebar-background: #fff;
  --pc-sidebar-color: #39465f;
  --pc-sidebar-color-rgb: 57, 70, 95;
  --pc-sidebar-submenu-border-color: var(--bs-gray-300);
  --pc-sidebar-active-color: #4099ff;
  --pc-sidebar-active-bg: rgba(202, 202, 202, 0.3);
  --pc-sidebar-shadow: 2px 0 2.94px 0.06px rgba(4, 26, 55, 0.16);
  --pc-sidebar-caption-color: var(--pc-heading-color);
  --pc-sidebar-border: none;
  --pc-header-background: linear-gradient(to right, #4099ff, #73b4ff);
  --pc-header-color: #fff;
  --pc-header-shadow: none;
  --pc-card-box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
  --pc-card-box-hover-shadow: 0px 8px 24px rgba(27, 46, 94, 0.12);
  --pc-header-submenu-background: #ffffff;
  --pc-header-submenu-color: #39465f;
}

[data-pc-sidebar-theme=dark] {
  --pc-sidebar-background: #3b4650;
  --pc-sidebar-color: #ffffff;
  --pc-sidebar-color-rgb: 255, 255, 255;
  --pc-sidebar-submenu-border-color: var(--bs-gray-600);
  --pc-sidebar-caption-color: #748892;
}

section {
  padding: 100px 0;
}

.title {
  margin-bottom: 50px;
}
.title h2 {
  margin-bottom: 18px;
  font-weight: 400;
}
.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: linear-gradient(to right, #4099ff, #73b4ff);
}
.navbar.top-nav-collapse.default {
  padding: 26px 0;
  box-shadow: none;
}
@media (min-width: 768px) {
  .navbar.top-nav-collapse.default {
    background: transparent !important;
  }
}
.navbar.default, .navbar.top-nav-collapse {
  padding: 14px 0;
  box-shadow: 0px 6px 10px 0px rgba(12, 21, 70, 0.03);
}
.navbar .nav-link {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}
.navbar .nav-link:active, .navbar .nav-link:hover, .navbar .nav-link:focus {
  color: rgb(255, 255, 255);
}

header {
  overflow: hidden;
  position: relative;
  padding: 180px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-size: cover;
  flex-direction: column;
  background: linear-gradient(to right, #4099ff, #73b4ff);
}
header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, transparent 50%, rgb(255, 255, 255));
  z-index: 1;
}
header::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  height: 8px;
  background: #fff;
  box-shadow: 0px -6px 16px 4px rgb(255, 255, 255);
}
header .img-header {
  border-radius: 14px 14px 0 0;
  border: 5px solid #fff;
  box-shadow: 0px -2px 40px 0px rgba(12, 21, 70, 0.15);
}
header h1 {
  font-weight: 400;
  line-height: 1.6;
}
header .container {
  position: relative;
  z-index: 5;
}

@keyframes move-bg {
  to {
    background-position: var(--bg-size) 0;
  }
}
.call-to-action {
  overflow: hidden;
  background: linear-gradient(to right, #4099ff, #6e7ff3);
  position: relative;
}
.call-to-action:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 1;
}
.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;
  background: linear-gradient(to right, #4099ff, #6e7ff3);
  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(to right, #4099ff, #6e7ff3);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  bottom: -30px;
  right: -25px;
  transform: rotate(-20deg);
  z-index: 3;
  opacity: 0.3;
}

.product-section {
  position: relative;
}
.product-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 85px;
  background: var(--bs-body-bg);
  z-index: 1;
}
.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;
}
.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;
}
@media (max-width: 991.98px) {
  .counter-block .img-customer-bg {
    left: 0;
  }
}
.counter-block .img-counter-bg {
  position: absolute;
  right: 45%;
  top: 0;
  transform: translateX(100%);
}
@media (max-width: 991.98px) {
  .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%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.2s ease-in-out;
  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 img {
  transition: all 0.2s ease-in-out;
}
.app-card:hover img {
  transform: scale(1.5) rotate(45deg);
}
.app-card:hover .overlay {
  transform: scale(1) rotate(0deg);
}

.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 0px 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 0px rgba(0, 0, 0, 0.2), 0 10px 16px 0px 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(to right, #4099ff, #6e7ff3);
  position: relative;
}
.comminuties-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 1;
}
.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 0.08s 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 0.08s 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: #2a3139;
}
[data-pc-theme=dark].landing-page .bg-white {
  background: #333b45 !important;
  --bs-white: lighten($dark-layout-color, 4%);
}
[data-pc-theme=dark] header:after {
  background: #2a3139;
}
[data-pc-theme=dark] header::before {
  background: #2a3139;
  box-shadow: 0px -2px 13px 15px #2a3139;
}
[data-pc-theme=dark] header .img-wave {
  filter: brightness(0.1);
}
[data-pc-theme=dark] .comminuties-section:after,
[data-pc-theme=dark] .call-to-action:after {
  background: rgba(var(--bs-dark-rgb), 0.85);
}

[data-pc-direction=rtl] .swiper {
  direction: ltr;
}