@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,800&display=swap");
body {
  --bs-body-font-family: "Plus Jakarta Sans", sans-serif;
  --pink-color: #f74780;
  --pink-color-darken: #da3d6f;
  --dark-color-2: #353f4f;
  --grey-color: #757575;
  --purple-color: #5d3693;
  --h-header: 100px;
  background: url("/images/background-1.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  line-height: 1.6666 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.6666;
}

a {
  text-decoration: none;
  color: var(--pink-color);
}
a:hover {
  color: var(--pink-color-darken);
}

.logo {
  max-width: 150px;
  height: auto;
}

.logo-sm {
  max-width: 40px;
  height: auto;
}

#topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  height: 0;
}
#topbar .topbar-content {
  z-index: 1050;
  padding: 15px 0;
}
#topbar .topbar-mobile {
  z-index: 1030;
}
#topbar .transition {
  transition: 0.3s;
}
#topbar .navigation {
  list-style-type: none;
}
#topbar .navigation a {
  margin: auto 0;
}
#topbar .navigation a li {
  color: white;
  font-size: 1.1rem;
  padding: 15px 0;
  font-weight: 600;
}
#topbar .navigation a li:hover {
  color: var(--pink-color);
}

.topbar-padding {
  height: 125px;
}

.btn-pink {
  background-color: var(--pink-color);
  color: white !important;
}
.btn-pink:hover {
  background-color: var(--pink-color-darken);
}
.btn-pink li:hover {
  color: white !important;
}

.testimonial {
  color: var(--grey-color);
  text-align: left;
  padding: 40px 30px;
  background-color: white;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
}

.fw-300 {
  font-weight: 300;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.mb-4-5 {
  margin-bottom: 2.5rem !important;
}

.mb-6 {
  margin-bottom: 4rem !important;
}

.text-dark {
  color: var(--dark-color-2) !important;
}

.text-grey {
  color: var(--grey-color);
}

.bg-purple {
  background-color: var(--purple-color);
}

.footer-links .title {
  color: white;
  font-weight: 600;
}
.footer-links a {
  color: white;
}
.footer-links a:hover {
  color: var(--pink-color);
}

.start-today-box {
  padding: 73px 10px;
  border-radius: 16px;
  background-color: var(--purple-color);
}

.get-in-touch {
  background-color: #f4f4f9;
  padding: 15px 46px;
  border-radius: 100px;
  display: inline-block;
  color: var(--grey-color);
  margin-bottom: 100px;
}

.bg-gradient-grey {
  background-image: linear-gradient(180deg, rgba(244, 244, 249, 0.8) 50%, rgba(244, 244, 249, 0.05) 100%);
}

.bg-light-grey {
  background-color: #f7f7fb;
}

.feature-image {
  display: inline-block;
  position: relative;
}
.feature-image i {
  color: var(--pink-color);
  position: relative;
  z-index: 2;
}
.feature-image svg {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -18px;
  left: calc(50% - 42px);
  z-index: 1;
  fill: #feecf2;
}

.feature-title {
  position: relative;
  z-index: 3;
}

.window-image {
  max-height: 500px;
  overflow-y: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.75rem;
}
.window-image img {
  width: 100%;
  height: auto;
}

.feature-2-image-container {
  text-align: center;
  padding-top: 42px;
  background-image: linear-gradient(180deg, rgba(244, 244, 249, 0.8) 50%, rgba(244, 244, 249, 0.05) 100%);
  border-radius: 12px 12px 0 0;
}
.feature-2-image-container img {
  height: 175px;
  width: auto;
}

.feature-divider {
  width: 100%;
  height: 1px;
  background-color: transparent;
  background-image: linear-gradient(90deg, rgba(206, 211, 246, 0) 0, #bbb 38%, #bbb 64%, rgba(206, 211, 246, 0) 99%);
  opacity: 0.4;
  border: none;
  margin: 60px 0 100px 0;
}

.use-case-divider {
  width: 100%;
  height: 1px;
  background-color: transparent;
  background-image: linear-gradient(90deg, rgba(206, 211, 246, 0) 0, #bbb 38%, #bbb 64%, rgba(206, 211, 246, 0) 99%);
  opacity: 0.4;
  border: none;
  margin: 80px 0;
}

.anchor {
  scroll-margin-top: var(--h-header);
}

.recommended-price {
  background-color: var(--pink-color);
  color: white;
  text-align: center;
  position: absolute;
  padding: 5px 0;
  z-index: 10;
  right: 50px;
  left: 50px;
  top: -20px;
  border-radius: 3px;
}

.pricing-card {
  border-radius: 12px;
  padding: 32px 24px;
  box-shadow: rgba(0, 44, 155, 0.15) 0px 6px 20px -6px;
  background-color: white;
  max-width: 416px;
  width: 100%;
  height: 100%;
  transition: box-shadow 0.4s ease 0s, transform 0.4s ease 0s;
  position: relative;
}
.pricing-card:hover {
  box-shadow: rgba(0, 44, 155, 0.15) 0px 10px 20px -2px;
  transform: translateY(-4px);
}
.pricing-card .pricing-info {
  display: flex;
}
.pricing-card .pricing-info i {
  margin-top: 5px;
}

.recommended-pricing-card {
  transform: scale(1.05);
  border: 1px var(--pink-color) solid;
}
.recommended-pricing-card:hover {
  box-shadow: rgba(0, 44, 155, 0.15) 0px 10px 20px -2px;
  transform: scale(1.05) translateY(-4px);
}

.subheading {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.rotate {
  animation: rotation 1.5s infinite linear;
  display: inline-block;
}

.blogs .blog {
  display: flex;
  background-color: #fff;
  border: solid 1px rgba(3, 27, 78, 0.1);
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(3, 27, 78, 0.06);
  position: relative;
  transition: 0.3s ease all;
}
.blogs .blog:hover {
  box-shadow: rgba(3, 27, 78, 0.1) 0 10px 20px !important;
  transform: scale(1.01);
}
.blogs .blog p {
  font-size: 16px;
}

.pricing-toggle {
  background-color: var(--bs-gray-200);
  border: 1px solid var(--bs-gray-400);
  border-radius: 10px;
  padding: 5px;
  display: flex;
  width: fit-content;
  margin-bottom: 25px;
  cursor: pointer;
}
.pricing-toggle .pricing-type {
  padding: 5px 10px;
  color: var(--bs-dark);
  border-radius: 10px;
}
.pricing-toggle .pricing-active {
  background-color: var(--bs-success);
  color: white;
}

.savings {
  font-size: 14px;
  background-color: var(--bs-success);
  color: white;
  border-radius: 5px;
  padding: 5px 10px;
}

.price-height {
  height: 160px;
}

.homepage-video {
  width: 100%;
  height: auto;
}

.guarantee-img {
  max-width: 300px;
  height: auto;
}

.saas-pirate {
  max-width: 150px;
  height: auto;
}

.use-case-img {
  max-width: 800px;
  width: 100%;
  height: auto;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* ############################################ RESPONSIVE ############################################ */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .topbar-padding {
    height: 150px;
  }
  .navigation li {
    padding: 0 20px !important;
  }
  .pricing-toggle {
    margin-bottom: 85px;
  }
}
@media (max-width: 992px) {
  .topbar-content {
    padding: 15px 0 !important;
  }
}
/* X-Large devices (large desktops, 1200px and up) */
/* XX-Large devices (larger desktops, 1400px and up) */


/*# sourceMappingURL=style.css.map */
