@media (max-width: 1600.98px) {
  html {
    font-size: 15px;
  }
  .splide .splide__slide .product .product-hover span {
    font-size: 4.8rem;
  }
  .splide .splide__slide .product .product-hover p {
    font-size: 1.15rem;
  }
  .solution .solutions .product .product-text {
    padding: 1rem;
  }
  .solution .solutions .product .wise-icon span {
    font-size: 1.5rem;
  }
  .workspace .splide__slide .interfase-details img {
    top: calc(100% - 6rem);
  }
}
@media (max-width: 1399.98px) {
  html {
    font-size: 14px;
  }
  .workspace .splide__slide .interfase-details {
    width: 78%;
  }
}
@media (max-width: 1199.98px) {
  html {
    font-size: 14px;
  }
  .banner .banner-image {
    position: relative;
  }
  .banner .banner-image .wise-icon ul {
    position: absolute;
    left: -1rem;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .banner .banner-image .wise-icon ul li {
    margin-bottom: 10px;
    position: static;
  }
  .workspace .splide__slide .interfase-details {
    width: 100%;
  }
}
@media (max-width: 1100.98px) {
  .workspace .splide__slide .interfase-details img {
    left: -5.35rem;
  }
}
@media (max-width: 990.98px) {
  html {
    font-size: 12px;
  }
  .future_workspace .container {
    display: flex;
    gap: 2rem;
  }
  .future_workspace .container .nav {
    width: 60%;
    flex-direction: column;
    padding: 20px;
  }
  .future_workspace .container .nav .nav-item {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .future_workspace .container .future-details {
    display: block;
    text-align: center;
  }
  .future_workspace .container .future-details .box {
    display: none;
  }
  .future_workspace .container .future-details img {
    width: 100px;
  }
  .future_workspace .container .future-details .future-text {
    margin: 10px 0;
    height: 100%;
    width: 100%;
  }
  .future_workspace .container .future-details .future-text span {
    margin: auto;
  }
  .bookademo .card {
    width: 100%;
  }
}
@media (max-width: 790.98px) {
  html {
    font-size: 11px;
  }
  /* Sidebar */
  .side-bar {
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100vh;
    background: url("../img/testimonialbg.png") no-repeat center center/cover;
    z-index: 9999;
    padding: 7rem 2rem;
    transition: all 0.4s ease-in-out;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    display: block;
  }
  .side-bar .nav-link {
    color: #ffffff;
    padding: 0.8rem 0;
    display: block;
    font-size: 2rem;
  }
  .side-bar .navbar-brand img {
    margin-bottom: 2rem;
    width: 150px;
  }
  /* Active Sidebar */
  .side-bar.active {
    right: 0;
  }
  /* Backdrop */
  .sidebar-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 999;
  }
  /* Active Backdrop */
  .sidebar-backdrop.active {
    opacity: 1;
    visibility: visible;
  }
  /* Toggle Animation */
  .navbar-toggler {
    border: none;
    box-shadow: none;
    position: relative;
    z-index: 10000;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-toggler-icon {
    background-image: none;
    width: 24px;
    height: 2px;
    background: #000;
    display: block;
    position: relative;
    transition: all 0.3s ease;
  }
  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: #000;
    left: 0;
    transition: all 0.3s ease;
  }
  .navbar-toggler-icon::before {
    top: -7px;
  }
  .navbar-toggler-icon::after {
    top: 7px;
  }
  /* Toggle Active */
  .navbar-toggler.active .navbar-toggler-icon {
    background: transparent;
  }
  .navbar-toggler.active .navbar-toggler-icon::before {
    transform: rotate(45deg);
    top: 0;
  }
  .navbar-toggler.active .navbar-toggler-icon::after {
    transform: rotate(-45deg);
    top: 0;
  }
  h1 {
    font-size: 2rem;
  }
  .heading {
    padding: 1.5rem 1rem;
  }
  .heading h2 {
    width: 100%;
  }
  .banner {
    height: 60rem;
  }
  .banner .banner-image {
    margin-top: 2rem;
    height: 100%;
  }
  .banner .banner-image ul {
    display: none;
  }
  .future_workspace .container .nav {
    width: 50%;
  }
  .platforms .platform-details ul li img {
    padding: 0.5rem;
    width: 3.4rem;
    border-radius: 6px;
  }
  .testimonials .splide .splide__track .testimonial-card {
    padding: 3rem 3rem;
  }
  .solution .splide .splide__arrows button.splide__arrow.splide__arrow--prev, .products .splide .splide__arrows button.splide__arrow.splide__arrow--prev, .interfaces .splide .splide__arrows button.splide__arrow.splide__arrow--prev {
    left: 1em;
  }
  .solution .splide .splide__arrows button.splide__arrow.splide__arrow--next, .products .splide .splide__arrows button.splide__arrow.splide__arrow--next, .interfaces .splide .splide__arrows button.splide__arrow.splide__arrow--next {
    right: 1em;
  }
  .partnership .badge {
    display: none;
  }
  .partnership .col-md-6 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 575.98px) {
  .workspace .splide__slide {
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
  }
  .workspace .splide__slide .interfase-details {
    margin-top: 1rem;
    order: 2;
    width: 100%;
    text-align: center;
  }
  .workspace .splide__slide .interfase-details .btn-grp {
    margin-top: 1rem;
  }
  .workspace .splide__slide .interfase-details img {
    top: calc(100% - 2rem);
  }
  .workspace .splide__slide img {
    width: 18.68rem;
  }
  .workspace .splide__slide .store-btn {
    width: 100%;
  }
  .workspace .splide__slide .store-btn img {
    width: -moz-fit-content;
    width: fit-content;
  }
  .platforms {
    text-align: center;
  }
  .platforms .platform-details ul {
    gap: 1rem;
  }
  .platforms .platform-details ul li {
    font-size: 1rem;
  }
  .platforms .platform-details ul li img {
    width: 2rem;
  }
  .testimonials .splide .splide__arrows {
    right: calc(10% - 2rem);
    bottom: calc(10% + 5rem);
  }
  .splide .splide__slide .product {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .solution .product .product-text {
    padding: 2rem;
  }
  .solution .product .wise-icon span {
    font-size: 2.5rem;
  }
  .solution .product .wise-icon p {
    font-size: 2rem;
  }
  .banner {
    height: 100%;
  }
  .banner .banner-image img {
    width: 100%;
    height: auto;
  }
  .banner .banner-image .wise-product {
    display: none;
  }
  footer {
    text-align: center;
  }
  footer ul {
    margin-top: 1rem;
  }
  footer ul li {
    font-size: 1rem;
  }
  footer ul li a {
    font-size: 1rem;
  }
}/*# sourceMappingURL=responsive.css.map */