* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}
html {
  font-size: 16px;
}
@media only screen and (max-width: 300px) {
  .klienti-container .mobile-container {
    display: flex;
    flex-direction: row;
    width: 100% !important;
    margin-bottom: 3em;
  }
  .klienti-container .clients-scroll-container {
    all: unset;
    position: relative;
    height: max-content;
    min-width: 180px;
    width: 180px;
    left: 50%;
    transform: translateX(-50%);
    overflow-x: auto;
    padding: 3px;
    margin-left: 2px;
  }
}
@media only screen and (max-width: 750px) {
  body .backToTop-btn {
    scale: 0.8;
    right: 20px;
    bottom: 20px;
  }
  .demo-btns {
    scale: 0.8;
  }
  .wrapper .klienti-container {
    all: unset;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    min-height: max-content;
    max-height: none;
    width: 100%;
  }
  .klienti-container .clients-scroll-container {
    position: relative;
    height: 90%;
    min-width: 180px;
    width: 96%;
    left: 50%;
    transform: translateX(-50%);
    overflow-x: auto;
    padding: 3px;
  }
  .klienti-container .clients-scroll-container .clients-grid {
    all: unset;
    display: grid;
    top: 50%;
    transform: translateY(-50%);

    position: relative;
    grid-template-columns: repeat(36, 180px);
    grid-template-rows: 70px;
    gap: 25px;
  }
  .klienti-container .clients-scroll-container .clients-grid .client-box {
    all: unset;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    border: 3px solid #1d76ad;
    border-radius: 7px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 180px;
    height: 70px;
    background: white;
    color: #055c91;
    transition: transform 0.8s ease-in-out;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
  }
  .wrapper .klienti-container .mobile-container {
    all: unset;
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    height: 120px;
    max-height: 120px;
    width: 100%;
    max-width: 100%;

    margin-bottom: 1.5em;
    background-color: #00385f;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .wrapper .klienti-container h3 {
    all: unset;

    position: relative;
    text-align: center;
    font-family: "Sofia Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 82%;
    letter-spacing: 0.02em;
    margin-top: 0.8em;
    margin-bottom: 0.7em;
    color: #055c91;
    max-width: 90%;
  }
  .wrapper .contacts-container .contacts h2 {
    font-family: "Sofia Sans";
    font-style: normal;
    margin-bottom: 0.3em;
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 82%;
    letter-spacing: 0.02em;

    color: #0a2533;
  }
  .wrapper .contacts-container .contacts h3 {
    font-family: "Sofia Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 82%;
    margin-bottom: 0.6em;
    letter-spacing: 0.02em;
    text-align: center;
    color: #144965;
  }
  .products-Containers a {
    scale: 0.75;
  }

  /* Billsoft erp 750px styling */

  .wrapper .ERPtext {
    all: unset;
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    width: 80%;
    padding-top: 6em;
    color: rgba(232, 232, 232, 1);
    margin-bottom: 4em;
  }

  .BillSoftERP-container h1 {
    font-family: "Sofia Sans";
    font-style: normal;
    font-weight: 800;
    font-size: 1rem;
    line-height: 25px;
    width: auto;
    margin-bottom: 0.7em;
  }

  .wrapper .BillSoftERP-container h1 span {
    position: relative;
    font-family: "Sofia Sans";
    font-style: normal;
    font-size: 26px;
    line-height: 25px;
    color: rgba(138, 217, 242, 1);
  }
  .wrapper .BillSoftERP-container h2 {
    position: relative;
    font-family: "Sofia Sans";
    font-style: normal;
    font-weight: 800;
    font-size: 19px;
    width: auto;
    line-height: 24px;
    margin-bottom: 0.7em;
  }

  .wrapper .BillSoftERP-container h3 {
    position: relative;
    font-family: "Sofia Sans";
    font-style: normal;
    font-weight: 800;
    width: auto;
    font-size: 15px;
    line-height: 24px;
  }
  .wrapper .ERPFunctions h1 {
    font-size: 2.4rem !important;
  }
  .scheme-container #scheme1 {
    display: none;
  }
  .scheme-container #scheme2 {
    display: none;
  }

  .ERPapplication .scheme-container #scheme1-sq {
    display: flex;
    position: relative;
    width: 80%;
  }
  .ERPapplication .scheme-container #scheme2-sq {
    display: flex;
    position: relative;
    width: 80%;
  }
  .wrapper .ERPapplication .scheme-container {
    padding: 20px;
    background: rgba(243, 243, 243, 0.8);
    backdrop-filter: blur(30px);
    width: 70%;
  }
  .wrapper .ERPapplication .scheme-container-2 {
    width: 90%;
  }
  .wrapper .contacts-bg {
    all: unset;
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
    min-height: max-content;

    max-height: none;
    background: rgba(126, 210, 246, 0.23);
  }
  .wrapper .contacts-box {
    all: unset;
    display: flex;
    position: relative;
    margin-top: 6em;
    width: 485px;
    max-width: 90%;
    margin-bottom: 2em;
    min-height: max-content;
    max-height: none;
    flex-direction: column;
  }
  .info-phone,
  .info-skype,
  .info-email {
    all: unset;
    display: flex;
    flex-direction: column !important;
    align-items: flex-start;
    justify-content: left;
    margin-bottom: 1.5em;
  }

  .wrapper .contacts-info p {
    font-size: 1.4rem;
    line-height: 28px;
  }
  .wrapper .contacts-info svg {
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  .wrapper .contacts-info-box h1 {
    font-size: 2rem;
  }
  .wrapper .contacts-box .contacts-msg button {
    scale: 0.8;
  }
  /* SADMINOnline 750w */
  .HIW-container #SADMINscheme {
    display: none;
  }
  .HIW-container #SADMINscheme-mobile {
    display: flex;
    position: relative;
    width: 50%;
  }
  .wrapper .principle-container h1 {
    font-size: 2.4rem;
    width: 95%;
    text-align: center;
    margin-bottom: 0;
  }
  .wrapper .principle-img #principle-img {
    display: none !important;
  }
  .wrapper .principle-img #principle-svg-mobile {
    display: flex;
    position: relative;
    margin-top: 2em;
    margin-bottom: 3em;
    width: 70%;
  }

  /* SADMIN price list 750px */
  .wrapper .pricing-container {
    all: unset;
    position: relative;
    min-height: max-content;
    max-height: none;
    background: #e5eaee;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wrapper .pricing-container .price-table {
    all: unset;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    width: 90%;
    min-height: max-content;
    text-align: center;
    margin-top: 4em;
    margin-bottom: 4em;
  }
  .wrapper .pricing-container .price-table .clients-list {
    all: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: max-content;
    max-height: none;
  }
  .price-container {
    display: none !important;
  }
  .wrapper
    .pricing-container
    .price-table
    .clients-list
    .price-container-mobile {
    box-sizing: border-box;
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    height: auto;
    min-height: max-content;
    max-height: none;
    background: #052237;
    outline: 4px solid #ff5b4b;
    box-shadow: 0px 4px 11px rgb(0 0 0 / 54%);
    border-radius: 28px;
    margin-bottom: 2.5em;
    padding-bottom: 15px;
  }
  .clients-list .price-container-mobile .left-side-container-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: max-content;
    max-height: none;
    background: #ff5b4b;
    top: -1px;
    border-radius: 20px;
  }
  .price-container-mobile .left-side-container-mobile p {
    all: unset;
    font-family: "Sofia Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 82%;
    letter-spacing: 0.02em;
    margin-top: 0.4em;
    margin-bottom: 0.3em;
    color: #f3f3f3;
  }
  .price-container-mobile .left-side-container-mobile h2 {
    all: unset;
    font-family: "Sofia Sans";
    font-style: normal;
    font-weight: 900;
    font-size: 4.7rem;
    line-height: 82%;
    letter-spacing: 0.02em;

    color: #f3f3f3;
  }
  .price-container-mobile .left-side-container-mobile svg {
    width: 60px;
  }
  .vert-border1,
  .vert-border2,
  .right-side-container:after {
    display: none !important;
  }

  .clients-list .price-container-mobile .right-side-container-mobile {
    all: unset;
    display: flex;
    position: relative;
    flex-direction: column;
    flex: 1;
    min-height: max-content;
    max-height: none;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    color: black;
    height: 100%;
  }
  .price-container-mobile .right-side-container-mobile .price-box {
    display: flex;
    position: relative;
    flex-direction: row;
    width: 100%;
    height: 100px;
    background: rgba(243, 243, 243);
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 13px;
    font-family: "Sofia Sans";
    font-style: normal;
    line-height: 160%;
    margin-top: 1em;
  }

  .price-box .monthly-left,
  .monthly-right,
  .yearly-left,
  .yearly-right {
    position: relative;
    flex-direction: column;
  }
  .monthly-left,
  .yearly-left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65%;
    margin-top: 0.5em;
    padding: 10px;
  }

  .yearly-left h3 {
    font-size: 3.2rem;
    color: rgba(5, 34, 55, 1);
    /* 42лв. */
    font-weight: 900;
    letter-spacing: 0.02em;
    margin-bottom: 0.1em;
  }
  .monthly-left h3 {
    font-size: 2.8rem;
    margin-bottom: 0.1em;
    color: rgba(5, 34, 55, 1);
    /* 42лв. */
    font-weight: 900;
    letter-spacing: 0.02em;
  }
  .monthly-left p,
  .yearly-left p {
    font-size: 1.4em;
  }

  .monthly-right,
  .yearly-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35%;
    padding: 6px;
    background: #ff5b4b;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
    border-radius: 20px 13px 13px 20px;
    color: white;
    line-height: 100%;
  }
  .monthly-right h3,
  .yearly-right h3 {
    display: inline-block;
    font-size: 1.8rem;
    margin-bottom: 0.1em;
  }
  .monthly-right span,
  .yearly-right span {
    font-size: 0.8rem;
  }

  .monthly-left span,
  .yearly-left span {
    font-family: "Sofia Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 82%;
    letter-spacing: 0.02em;

    color: #ff5b4b;
  }
  /* aboutUs mobile */
  .aboutUs-main-container {
    display: none !important;
  }
  .wrapper .aboutUs-main-container-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-height: max-content;
    max-height: none;
    width: 100%;

    background: rgba(229, 234, 238);
  }
  .profile-main-mobile {
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    width: 70%;
    min-height: max-content;
    max-height: none;
    margin-top: 5em;
  }
  .pfp-container-mobile {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  .pfp-container-mobile svg {
    display: none;
  }
  .outer-pfp-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 250px;
    background: #e5eaee;

    border-radius: 50%;
    box-shadow: inset 0px 0px 5px rgba(48, 123, 176, 0.44);
  }
  .inner-pfp-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 235px;
    height: 235px;
    background: linear-gradient(0deg, #a6c7de 0%, rgba(217, 217, 217, 0) 100%);

    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(48, 123, 176, 0.44);
    overflow: hidden;
    object-fit: cover;
  }
  .profile-info-container-mobile {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    width: 100%;
    z-index: 1;
    background: rgba(229, 234, 238);
    font-family: "Sofia Sans";
    font-style: normal;
    color: rgba(5, 34, 55, 1);
    margin-top: 20px;
    box-shadow: 0px 0px 10px rgba(48, 123, 176, 0.44);
    border-radius: 5%;
    padding: 10px;
    margin-bottom: 2em;
  }
  .profile-info-container-mobile h1 {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 60%;
    margin-top: 0.5em;
  }
  .profile-info-container-mobile h2 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 0.6em;
  }
  .profile-info-container-mobile p {
    text-align: justify;
    font-weight: 600;
  }
  .profile-info-container-mobile a:nth-child(4) {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    width: 100px;
    height: 40px;
    border: none;
    border-radius: 10px;
    font-family: "Sofia Sans";
    font-style: normal;
    font-size: 1rem;
    line-height: 78%;
    letter-spacing: -0.005em;
    color: #f3f3f3;
    background: radial-gradient(
      122.82% 1447.72% at 111.94% 50%,
      rgba(255, 119, 76, 1) 0%,
      rgba(254, 74, 73, 1) 100%
    );
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.34);
    margin-top: 2em;
    margin-bottom: 1em;
  }
  .profile-info-container-mobile a:nth-child(4):hover {
    transform: scale(1.05);
  }
  .profile-info-container-mobile a:nth-child(4):focus {
    transform: scale(1.05);
  }
}

@media only screen and (max-width: 470px) {
  .demo-btns {
    scale: 0.6;
  }
  .SADMIN-Bottom-Box .ceni-box {
    margin-left: 0;
  }
  .ceni-box .ceni-mesec::after {
    all: unset;
    content: "";
    position: absolute;
    display: flex;
    border-bottom: 5px solid #eae9ec;
    top: 0;
    bottom: 0;
    width: 120%;
    transform: translateX(-10%);
    bottom: -1.2em;
    border-radius: 2.5px 2.5px 2.5px 2.5px;
  }
  .learn-More-Button {
    scale: 0.8;
  }
}

@media only screen and (max-width: 992px) {
  .nav-bar .navbar-links {
    display: none;
  }

  .Q-container-blue .A-container-blue .A-text-blue {
    align-items: start;
  }
}

@media only screen and (max-width: 1200px) {
  .nav-bar {
    border-radius: 0px 0px 0px 0px !important;
  }
}

@media only screen and (max-width: 1024px) {
  body .nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(243, 243, 243, 0.6);
    backdrop-filter: blur(10px);
  }
  /* dropdown menu*/
  .dropdown-menu {
    display: block !important;
    position: absolute;
    width: 100%;
    height: max-content;
    top: 100%;
    background: rgba(237, 251, 255);
    backdrop-filter: blur(20px);
    z-index: 999;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
    max-height: 0;
    overflow: hidden;
  }
  .dropdown-menu ul a {
    width: 100%;
    height: 40px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #002138;
    font-family: "Sofia Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 1.2rem;
    list-style-type: none;
    border-bottom: 2px solid #00385f;
  }
  .dropdown-menu ul a:last-child {
    border-bottom: none;
  }

  .dropdown-menu .active {
    background: rgb(0, 33, 56, 0.9);
    color: white;
    box-shadow: inset 0px -2px 10px rgba(0, 0, 0, 0.2);
  }
  .dropdown-menu .active:hover,
  .active:focus {
    background: rgb(0, 33, 56, 0.4);
  }
  .dropdown-menu.show {
    max-height: 500px;
    transition: max-height 0.8s ease-out;
  }
  /* novini-dropdown */
  .novini-dropdown-mobile {
    display: block !important;
    position: absolute;
    width: 100%;
    height: max-content;
    top: 100%;
    background: rgba(237, 251, 255);
    backdrop-filter: blur(20px);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
    z-index: 999;
    max-height: 0;
    overflow: hidden;
  }
  .novini-dropdown-mobile ul a {
    width: 100%;
    height: 40px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #002138;
    font-family: "Sofia Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 1.2rem;
    list-style-type: none;
    border-bottom: 2px solid #00385f;
  }
  .novini-dropdown-mobile ul a:last-child {
    border-bottom: none;
  }
  .novini-dropdown-mobile.show {
    max-height: 500px;
    transition: max-height 0.8s ease-out;
  }
  .nav-bar .novini {
    display: none;
  }
  header .logo {
    scale: 0.9;
  }
  header .hamburger-icon {
    display: block;
    position: relative;
  }
  header .x-icon {
    display: none;
    width: 30px;
    height: 25px;
    cursor: pointer;
  }
  header .x-icon path {
    fill: rgba(0, 84, 133, 1);
  }
  header .nav-mobile-btns {
    display: flex;
    position: absolute;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    right: 3%;
  }

  header .novini-mobile-container {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
  }
  header .lang-button-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 1.8em;
    border-radius: 50%;
    background: #00385f;
    font-family: "Sofia Sans";
    color: white;
    cursor: pointer;
    margin-right: 0.6em;
    margin-left: 0.6em;
  }
  
  .lang-button-mobile a, .lang-button-mobile a:visited {
      color: white;
      text-decoration: none;
  }
  
  header .lang-button-desktop,
  .lang-dropdown-desktop {
    display: none !important;
  }
  header .lang-button-mobile:hover {
    background: #01497d;
  }
  header .lang-dropdown-mobile {
    display: none;
  }
  header .lang-dropdown-mobile.show {
    position: absolute;
    list-style-type: none;
    top: 100%;
    font-weight: 600;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
    z-index: 1000;
    width: 2.5em;
    height: max-content;
    border-radius: 5px;
  }
  header .lang-dropdown-mobile a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    background: white;
    color: #01497d;
    text-decoration: none;
  }
  header .lang-dropdown-mobile a:first-child {
    border-bottom: 1px solid rgb(216, 216, 216);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  header .lang-dropdown-mobile a:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  header .lang-dropdown-mobile a:hover {
    background: #ebebeb;
  }
  header .show {
    display: block;
  }
  header .navbar-links {
    display: none;
  }
  .wrapper .FAQ-main-container .FAQ-landing-container {
    width: 100%;
    min-height: max-content;
    max-height: none;

    background-size: cover;
    background-position: center;
  }
  .wrapper .FAQ-main-container .FAQ-landing-container .FAQ-title {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    font-family: "Sofia Sans";
    text-align: center;
    width: max-content;
    max-width: 75%;
    left: 50%;
    top: 0;

    transform: translateX(-50%);
  }

  .QuestionMark-svg {
    display: none;
  }
  .FAQ-landing-container img {
    display: none;
  }
  .novini {
    display: none;
    position: static;
  }
  .wrapper .landing-Page-Content {
    all: unset;
    display: flex;

    flex-direction: row;
    width: 100%;
    min-height: max-content;
    max-height: none;
    background: radial-gradient(
      235.9% 344.76% at 113.26% -8.02%,
      rgba(165, 218, 255, 0.84) 8.68%,
      rgba(243, 243, 243, 0) 28.14%
    );
    justify-content: center;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
  .wrapper .landing-Page-Content .right-column {
    display: none;
  }
  .wrapper .landing-Page-Content .left-column {
    all: unset;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 60%;
    position: relative;
  }
  .wrapper .landing-Page-Content .left-column .left-Column-Buttons {
    all: unset;
    display: flex;
    scale: 0.7;
    flex-direction: row;
    gap: 15px;
    position: relative;
  }
  .wrapper .landing-Page-Content .left-column h1 {
    all: unset;
    font-family: "Sofia Sans";
    font-size: 4rem;
    background: linear-gradient(
      to right,
      rgba(16, 90, 140, 1) -50%,
      rgba(42, 135, 149, 1) 30%,
      rgba(65, 174, 157, 1) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-bottom: 0.2em;
  }
  .wrapper .landing-Page-Content .left-column h2 {
    margin-bottom: 1em;
  }
  .wrapper .osnovnacel-container img {
    display: none;
  }
  .wrapper .osnovnacel-container {
    all: unset;
    display: flex;
    width: 100%;
    min-height: max-content;
    max-height: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background: rgba(243, 243, 243, 1);
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .wrapper .osnovnacel-container h1 {
    all: unset;
    position: relative;
    font-family: "Sofia Sans";
    font-style: normal;
    font-weight: 800;
    font-size: 2.3rem;
    width: 70%;
    line-height: 82%;
    letter-spacing: 0.02em;
    margin-bottom: 0.5em;
    color: #1f7391;
  }
  .wrapper .osnovnacel-container h2 {
    all: unset;
    position: relative;
    font-family: "Sofia Sans";
    font-style: normal;
    font-weight: 500;
    width: 80%;
    font-size: 1.375rem;
    line-height: 82%;
    letter-spacing: -0.025em;
    color: #227993;
    text-align: center;
  }
  .our-Products-Container .products-Containers {
    all: unset;
    flex-direction: column;
    width: max-content;
    display: flex;
    position: relative;
    top: 10%;
    max-width: 90%;
    height: max-content;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 4em;
  }
  .our-Products-Container .products-Containers .BillSoft-ERP-Container {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    background: radial-gradient(
      388.66% 87.79% at 25.34% 20.39%,
      rgba(233, 238, 242, 1) 43.03%,
      rgba(91, 202, 202, 1) 120%
    );
    border: 5px solid #e9eef2;
    border-radius: 10px;
    z-index: 1;
    margin-right: 0;
    margin-bottom: 2em;
  }
  .our-Products-Container .products-Containers .SADMIN-Online-Container {
    all: unset;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    background: radial-gradient(
      388.66% 87.79% at 25.34% 20.39%,
      rgba(233, 238, 242, 1) 43.03%,
      rgba(91, 202, 202, 1) 120%
    );
    border: 5px solid #e9eef2;
    border-radius: 10px;
    z-index: 1;
    margin-right: 0;
    margin-bottom: 2em;
  }

  .BillSoft-ERP-Container .BillSoft-Functions-Table li {
    margin-bottom: 1.2em;
  }
  .BillSoft-ERP-Container .BillSoft-Functions-Table li:after {
    bottom: -0.7em;
  }
  .SADMIN-Online-Container .SADMIN-Functions-Table {
    margin-bottom: 10%;
  }
  .SADMIN-Online-Container .SADMIN-Functions-Table li {
    margin-bottom: 1.2em;
  }
  .SADMIN-Online-Container .SADMIN-Functions-Table li:after {
    bottom: -0.7em;
  }
  .contacts-container .letter {
    display: none;
  }
  .wrapper .contacts-container #shadow {
    display: none;
  }
  .wrapper .contacts-container {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    height: auto;
    min-height: max-content;
    max-height: none;
    width: 100%;
    overflow: hidden;
    background: rgba(67, 179, 227, 0.23);
  }
  .contacts-container .contacts {
    all: unset;
    display: flex;
    position: relative;
    margin-top: 3em;
    flex-direction: column;
    width: 75%;
  }
  .contacts-container .contacts h2 {
    font-family: "Sofia Sans";
    font-style: normal;
    margin-bottom: 0.3em;
    font-weight: 800;
    font-size: 2.2rem;
    line-height: 82%;
    letter-spacing: 0.02em;

    color: #0a2533;
  }
  .contacts-container .contacts h3 {
    font-family: "Sofia Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 82%;
    margin-bottom: 0.6em;
    letter-spacing: 0.02em;
    text-align: center;
    color: #144965;
  }
  .contacts-container .contacts a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    width: 200px;
    height: 50px;
    border: none;
    border-radius: 10px;
    font-family: "Sofia Sans";
    font-style: normal;
    font-size: 2rem;
    line-height: 78%;
    letter-spacing: -0.005em;
    color: #f3f3f3;
    background: radial-gradient(
      122.82% 1447.72% at 111.94% 50%,
      rgba(255, 119, 76, 1) 0%,
      rgba(254, 74, 73, 1) 100%
    );
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.34);
    scale: 0.6;
  }

  .contacts-container .contactus {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 2em;
    padding: 15px;
    background: linear-gradient(180deg, #fefefe 0%, rgb(174, 247, 255) 100%);
    filter: drop-shadow(3px 7px 18px rgba(53, 130, 162, 0.57));
    border-radius: 15px;
    overflow: hidden;
  }
  .contacts-container .vuprosi {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 15px;
    background: linear-gradient(180deg, #fefefe 0%, rgb(174, 247, 255) 100%);
    filter: drop-shadow(3px 7px 18px rgba(53, 130, 162, 0.57));
    border-radius: 15px;
    margin-bottom: 2em;
    overflow: hidden;
  }
  .contacts-container .contacts p {
    display: flex;
    font-family: "Sofia Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 20rem;
    position: absolute;
    z-index: -1;
    color: rgba(254, 254, 254, 0.8);
  }
  .contacts-container .contacts .contactus p {
    left: -60px;
    top: -100px;
  }
  .contacts-container .contacts .vuprosi p {
    right: 0;
    top: -55px;
    transform: rotate(25deg);
  }

  /* Billsoft ERP 1024w styling*/
  .wrapper .BillSoftERP-container {
    display: flex;
    position: relative;
    flex-direction: column;
    min-height: max-content;
    max-height: none;
    justify-content: center;
    align-items: center;
    height: auto;
    background: linear-gradient(
      70deg,
      #002138 -3.38%,
      #00385f 46.1%,
      #005794 87.1%,
      #0092fa 111.98%
    );
  }
  .wrapper .ERPillustration {
    display: none;
  }
  .wrapper .ERPtext {
    all: unset;
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    width: 80%;
    padding-top: 6em;
    color: rgba(232, 232, 232, 1);
    margin-bottom: 4em;
  }

  .BillSoftERP-container h1 {
    font-family: "Sofia Sans";
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 25px;
    width: auto;
    margin-bottom: 0.7em;
  }

  .wrapper .BillSoftERP-container h1 span {
    position: relative;
    font-family: "Sofia Sans";
    font-style: normal;
    font-size: 26px;
    line-height: 25px;
    color: rgba(138, 217, 242, 1);
  }
  .wrapper .BillSoftERP-container h2 {
    position: relative;
    font-family: "Sofia Sans";
    font-style: normal;
    font-weight: 800;
    font-size: 19px;
    width: auto;
    line-height: 24px;
    margin-bottom: 0.7em;
  }

  .wrapper .BillSoftERP-container h3 {
    position: relative;
    font-family: "Sofia Sans";
    font-style: normal;
    font-weight: 800;
    width: auto;
    font-size: 15px;
    line-height: 24px;
  }

  .wrapper .ERPFunctions {
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    min-height: max-content;
    width: 100%;
    max-height: none;
    height: auto;
    background: #e0e6eb;
  }

  .wrapper .ERPFunctions h1 {
    all: unset;
    position: relative;

    font-family: "Sofia Sans";
    font-style: normal;
    font-weight: 900;
    font-size: 3rem;
    line-height: 78%;
    text-align: center;
    margin-top: 1.4em;
    margin-bottom: 1.4em;
    letter-spacing: -0.005em;
    color: #3582a2;
  }

  .wrapper .functionsContainer {
    all: unset;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    width: 90%;
    min-height: max-content;
    max-height: none;
    align-items: center;
    filter: drop-shadow(3px 7px 18px rgba(53, 130, 162, 0.57));
    background: #eaeff3;
    border-radius: 42px;
    margin-bottom: 4em;
  }
  .functionsContainer #bigCheck {
    all: unset;
    position: relative;
    margin-top: 3em;
    width: 5.9375em;
    height: 4.75em;
  }

  .functionsContainer .functionsTable ul {
    all: unset;
    list-style-type: none;
    display: flex;
    position: relative;
    margin: 0 auto;
    margin-top: 2em;
    margin-bottom: 3em;
    flex-direction: column;
    width: 80%;
  }
  .functionsContainer .functionsTable li {
    position: relative;
    font-family: "Sofia Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 90%;

    letter-spacing: -0.005em;

    color: #196491;
    margin-bottom: 1.2em;
  }
  .functionsContainer .functionsTable li:after {
    content: "";
    position: absolute;
    bottom: -0.7em;
    border-bottom: 2px solid rgba(127, 190, 238, 0.5);
    border-radius: 1px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
  }
  .functionsTable li span {
    font-family: "Sofia Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 78%;
    letter-spacing: -0.005em;

    color: #196491;
  }
  #ERP2 {
    display: none;
  }

  .wrapper .ERPapplication {
    all: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-height: max-content;
    max-height: none;
    width: 100%;
    background: rgba(224, 230, 235, 1);
  }
  .wrapper .ERPapplication h1 {
    all: unset;
    position: relative;
    font-family: "Sofia Sans";
    font-style: normal;
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 78%;

    text-align: center;

    display: flex;
    letter-spacing: -0.005em;

    color: #3582a2;
    margin-bottom: 2em;
  }
  .ERPapplication .Main-container {
    all: unset;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    min-height: max-content;
    max-height: none;
    top: 0;
    margin-bottom: 4em;
  }

  .ERPapplication .Main-container:nth-child(2) {
    top: 0;
  }
  .ERPapplication .Main-container:nth-child(3) {
    top: 0;
  }

  .ERPapplication .Main-container h2 {
    position: relative;
    font-family: "Sofia Sans";
    font-style: normal;
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 78%;
    text-align: center;
    letter-spacing: -0.005em;
    color: #3582a2;
    margin-bottom: 1em;
  }

  .ERPapplication .scheme-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: max-content;
    background: linear-gradient(
      180deg,
      rgba(254, 254, 254, 0.5),
      rgba(254, 254, 254, 1) 100%
    );
    filter: drop-shadow(3px 7px 18px rgba(53, 130, 162, 0.57));
    border-radius: 69px;
  }

  .ERPapplication #scheme1 {
    scale: 0.85;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .ERPapplication #scheme2 {
    scale: 0.85;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .ERPapplication .test-info {
    all: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 10px;
    width: 60%;
    height: max-content;
    min-height: max-content;
    max-height: none;
    background: linear-gradient(90.68deg, #095487 -14.05%, #4391ab 119.06%);
    border-radius: 29px;
    filter: drop-shadow(3px 7px 18px rgba(53, 130, 162, 0.57));
  }

  .ERPapplication .test-info p {
    all: unset;
    display: flex;
    position: relative;
    font-family: "Sofia Sans";
    font-style: normal;
    font-weight: 500;

    font-size: 0.7rem;
    line-height: 120%;
    letter-spacing: -0.005em;
    text-align: center;
    color: #ffffff;
  }
  .wrapper .ERPapplication h1:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
    max-width: 80%;
    font-size: 2rem;
    margin-bottom: 1em;
  }

  .wrapper .ERPapplication .test-container .module-sites .module-btn {
    scale: 0.6;
  }
  .test-container .module-sites {
    display: none;
  }
  .ERPapplication .test-container {
    all: unset;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: max-content;
    max-height: none;
    margin-bottom: 2em;
  }
  .ERPapplication .moduleSites2 {
    display: flex;
    position: relative;
    width: auto;
    height: auto;
    max-height: none;
    margin-bottom: 2em;
  }
  .moduleSites2 .admin-Module2 {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-right: 1em;
  }
  .moduleSites2 .client-Module2 {
    display: flex;
    position: relative;
    flex-direction: column;
    text-align: center;
  }

  .moduleBtn2 {
    position: relative;
    width: 9em;
    height: 2.5em;
    background: linear-gradient(93.42deg, #ff774c 1.53%, #fe4a49 112.66%);
    box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.37);
    border-radius: 6px;
    padding: 5px;

    cursor: pointer;
    text-align: center;
    margin-bottom: 0.5em;
  }
  .moduleBtn2 span {
    position: relative;
    font-family: "Sofia Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 0.9em;
    letter-spacing: 0.02em;
    color: #f3f3f3;
  }

  .moduleBtn2 a {
    text-decoration-style: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 5px;
  }
  .moduleSites2 p {
    font-family: "Sofia Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 0.7rem;
    line-height: 78%;
    letter-spacing: -0.005em;
    color: #3582a2;
    margin-bottom: 0.4em;
  }
  /* contacts page */
  .wrapper .contacts-bg .letter {
    display: none;
  }

  /*SADMIN page styling */
  .wrapper .SADMIN-main {
    all: unset;
    display: flex;
    position: relative;
    min-height: max-content;
    max-height: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: linear-gradient(
      70deg,
      #002138 -3.38%,
      #00385f 46.1%,
      #005794 87.1%,
      #0092fa 111.98%
    );
  }
  .wrapper .SADMIN-main #SADMINimg {
    display: none;
  }
  .wrapper .SADMIN-text {
    all: unset;
    position: relative;
    display: flex;
    flex-direction: column;

    max-width: 90%;
    height: max-content;
    max-height: none;
    color: rgba(232, 232, 232, 1);
    text-align: center;

    margin-top: 6em;
    margin-bottom: 5em;
  }
}

body {
  background: rgba(191, 228, 255, 0.84);
}
.backToTop-btn {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 40px;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  border-radius: 50%;
  background: radial-gradient(
    122.82% 1447.72% at 111.94% 50%,
    rgba(255, 119, 76, 1) 0%,
    rgba(254, 74, 73, 1) 100%
  );
  box-shadow: 2px 4px 10px rgb(52, 52, 52, 0.4);
  width: 80px;
  height: 80px;
  cursor: pointer;
}
.backToTop-btn.hidden {
  display: flex;
}
.backToTop-btn:hover {
  background: rgba(255, 119, 76, 1);
}
.backToTop-btn svg {
  scale: 1.5;
}
.backToTop-btn svg path {
  fill: white;
}
.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
  min-height: max-content;
  max-height: none;
  background: white;
  position: relative;
}

.dropdown-menu,
.novini-dropdown-mobile {
  display: none;
}

.novini {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: 3.4375em;
  left: 0;
  margin-left: 2em;
  width: 25%;
  /*height: 10.8125em;*/
  height: 8em;
  background: rgba(243, 243, 243, 1);
  border-radius: 25px 25px 25px 25px;
  box-shadow: 0px 0px 29px rgba(2, 83, 130, 0.35);
  z-index: 1000;
}

.zaglavie {
  display: flex;
  align-items: center;
}
.zaglavie p {
  position: relative;
  text-align: center;

  top: 10px;
  font-family: "Sofia Sans";
  font-weight: 700;
  font-size: 1.563rem;
  color: rgba(255, 82, 74, 1);
  border-bottom: 3px solid rgba(0, 84, 133, 1);
  border-radius: 2px 2px 2px 2px;
  width: 128px;
}
.nav-bar {
  display: flex;
  align-items: center;
  width: 100%;
  height: 59px;
  background: rgba(243, 243, 243, 1);
  box-shadow: 0px 4px 41px rgba(0, 0, 0, 0.18);
  border-radius: 0px 0px 25px 25px;
  z-index: 1000;
}
.nav-bar header {
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  padding-left: 1em;
}
.logo {
  height: 1.875em;
  width: 7em;
}

.navbar-links ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  margin-left: 3.25em;
  padding: 0;
  gap: 1em;
  margin-right: 2em;
}

.nav-mobile-btns {
  display: none;
}
.hamburger-icon {
  position: absolute;
  display: none;
  cursor: pointer;
  margin-top: 0.5em;
}
.hamburger-icon span {
  display: block;
  height: 2px;
  width: 1.875em;
  background: rgba(0, 84, 133, 1);
  margin-bottom: 0.5em;
  border-radius: 1px;
}
header .lang-button-desktop {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 1.8em;
  border-radius: 5px;
  background: #00385f;
  font-family: "Sofia Sans";
  color: white;
  cursor: pointer;
}
header .lang-button-desktop:hover {
  background: #01497d;
}

header .lang-button-desktop a {
    color: white;
    text-decoration: none;
}

header .lang-dropdown-desktop {
  display: none;
}
header .lang-dropdown-desktop.show {
  position: absolute;
  list-style-type: none;
  top: 100%;
  font-weight: 600;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
  z-index: 1000;
  width: 3em;
  height: max-content;
  border-radius: 5px;
  margin-top: 0.4em;
}
header .lang-dropdown-desktop a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background: white;
  color: #01497d;
  text-decoration: none;
}
header .lang-dropdown-desktop a:first-child {
  border-bottom: 1px solid rgb(216, 216, 216);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
header .lang-dropdown-desktop a:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
header .lang-dropdown-desktop a:hover {
  background: #ebebeb;
}
header .show {
  display: block;
}

.novini-mobile-container {
  position: relative;
  display: none;
  width: 5em;
  height: 1.8em;
  color: white;
  background: rgb(255, 82, 74);
  font-family: "Sofia Sans";
  font-size: 1rem;
  text-align: center;
  margin-right: 1em;
  cursor: pointer;
}
.novini-mobile-container:hover {
  background: rgb(255, 101, 93);
  color: white;
}

.navbar-links a {
  text-decoration: none;
  color: rgba(0, 84, 133, 1);
  font-family: "Sofia Sans";
  font-weight: 600;
  font-size: 1.313em;
}
.navbar-links .active {
  border-bottom: 2px solid rgba(0, 84, 133, 1);
  border-radius: 2px;
}

.button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 1.25em;
  margin-bottom: 0.25em;
  width: 16.625em;
  height: 1.875em;
  border-radius: 25px 25px 25px 25px;
  background: linear-gradient(
    to top,
    rgba(22, 119, 188, 0.2) 0%,
    rgba(243, 243, 243, 1) 50%
  );
}
.button-container a {
  text-decoration: none;
  color: rgba(2, 81, 127, 1);
  font-family: "Merriweather";
  font-size: 0.813rem;
}
.landing-Page-Content {
  display: flex;
  position: relative;
  flex-direction: row;
  width: 100%;
  height: 44.875em;
  padding-left: 5%;
  padding-top: 10%;
  background: radial-gradient(
    circle farthest-corner at top right,
    rgba(22, 119, 188, 0.8) -30%,
    rgb(236, 235, 235) 40%
  );
  background-size: cover;
  background-position: center;
}
.left-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 40%;

  text-align: left;
}

.left-column h1 {
  display: inline-block;
  font-family: "Sofia Sans";
  font-size: 6.875rem;
  font-weight: 1000;
  color: rgba(42, 135, 149, 1);
  line-height: 1;
  text-indent: 0;
  margin-bottom: 0.2em;
}
.left-column h2 {
  display: block;
  font-family: "Sofia Sans";
  font-size: 1.5rem;
  color: rgba(31, 116, 146, 1);
}
.left-column h3 {
  display: inline-block;
  font-family: "Sofia Sans";
  font-size: 1rem;
  color: rgba(29, 111, 145, 1);
  margin-bottom: 1.5em;
}
.right-column {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1em;
  flex-grow: 1;
}
.right-column img {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 90%;
}
.left-Column-Buttons {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.Billsoft-ERP-Button {
  width: 8em;
  height: 2.5em;
  background: linear-gradient(93.42deg, #54a8b8 -11.57%, #5ccbcb 107.29%);
  box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.37);
  border-radius: 6px;

  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #f3f3f3;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.Sadmin-Online-Button {
  width: 8em;
  height: 2.5em;
  background: linear-gradient(93.42deg, #ff774c 1.53%, #fe4a49 112.66%);
  box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.37);
  border-radius: 6px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #f3f3f3;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.osnovnacel-container {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  height: 24.6875em;
  background: rgba(243, 243, 243, 1);
  text-align: right;
}
.osnovnacel-container img {
  position: relative;
  width: 26.9375em;
  height: 19.75em;
  left: 5em;
  top: 26px;
}
.osnovnacel-container h1 {
  display: inline-block;
  position: absolute;
  right: 1.5em;
  top: 1.5em;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 82%;
  text-align: right;
  letter-spacing: 0.02em;

  color: #1f7391;
}
.osnovnacel-container h2 {
  display: inline-block;
  position: absolute;
  right: 3em;
  top: 6em;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 82%;
  text-align: right;
  letter-spacing: -0.025em;

  color: #227993;
}

.our-Products-Container {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: max-content;
  max-height: none;
  background: rgba(10, 37, 51, 1);
  align-items: center;
}
.bg-nodes {
  width: 100%;
  height: 100%;
}
.our-Products-Container h1 {
  position: relative;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 1000;
  font-size: 3.438rem;
  line-height: 82%;
  letter-spacing: 0.02em;
  color: #ffffff;
  z-index: 1;
}
.bg-nodes {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 0;
}
.bg-nodes #nodes {
  position: absolute;

  width: 100%;
  height: 100%;
  object-fit: cover;
  fill: linear-gradient(to bottom, rgba(11, 43, 60, 1), rgba(91, 203, 202, 1));
}
.products-Containers {
  display: flex;
  position: relative;
  top: 10%;

  max-width: 90%;
  height: max-content;
  max-height: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 4em;
}
.BillSoft-ERP-Container {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  width: 48%;
  height: auto;
  max-height: none;
  background: radial-gradient(
    388.66% 87.79% at 25.34% 20.39%,
    rgba(233, 238, 242, 1) 43.03%,
    rgba(91, 202, 202, 1) 120%
  );
  border: 5px solid #e9eef2;
  border-radius: 10px;
  z-index: 1;
  margin-right: 1em;
}
.BillSoft-ERP-Box {
  align-items: center;
  position: relative;
  width: 100%;
  top: 0;
  height: 9.375em;
  background: radial-gradient(
    122.82% 1447.72% at 111.94% 50%,
    #52a0b4 0%,
    #014c82 100%
  );
  border-radius: 10px 10px 20px 20px;
}

.BillSoft-ERP-Box h2 {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);

  text-align: left;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 2.813em;
  line-height: 82%;
  letter-spacing: 0.02em;

  color: #e9eef2;
}

.BillSoft-ERP-Container h3 {
  display: inline-block;
  position: relative;
  display: none;
  top: 5.5em;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 1.875rem;
  line-height: 78%;
  letter-spacing: -0.005em;
  color: #558eb2;
  z-index: 1000;
}

.BillSoft-Functions-Table {
  list-style-type: none;

  position: relative;

  margin-top: 5%;
  margin-bottom: 5%;
  width: 90%;
}

.BillSoft-Functions-Table li {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 0.8;
  letter-spacing: -0.005em;
  color: #558eb2;
  margin-bottom: 0.6em;
}
.BillSoft-Functions-Table li:after {
  content: "";
  position: absolute;
  bottom: -0.5em;
  border-bottom: 2px solid rgba(211, 221, 229, 0.5);
  width: 80%;
  transform: translateX(10%);
}

.BillSoft-Functions-Table li .icon-checkmark {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;

  width: 1.5em;
  height: 1.5em;
}

.BillSoft-Functions-Table li span {
  display: flex;
  align-items: center;
  text-align: left;
  margin-left: 1.6em;
  padding-top: 0.2em;
}
.products-Containers a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 8em;
  height: 2em;
  background: linear-gradient(90deg, #5bcbca -20.41%, #54a8b8 110.41%);
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.34);
  border-radius: 10px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-size: 2rem;
  line-height: 78%;
  letter-spacing: -0.005em;
  color: #f3f3f3;
  cursor: pointer;
  margin-bottom: 1em;
  text-decoration: none;
}

.SADMIN-Online-Container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 48%;
  min-height: 1180.08px;
  height: auto;
  background: radial-gradient(
    388.66% 87.79% at 25.34% 20.39%,
    rgba(233, 238, 242, 1) 43.03%,
    rgba(255, 119, 76, 1) 95.54%
  );
  border: 5px solid #e9eef2;
  border-radius: 10px;
  z-index: 1;
}
.SADMIN-Online-box {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 9.375em;
  background: radial-gradient(
    122.82% 1447.72% at 111.94% 50%,
    rgba(255, 119, 76, 1) 0%,
    rgba(254, 74, 73, 1) 80%
  );
  border-radius: 10px 10px 20px 20px;
}
.SADMIN-Online-box h2 {
  display: inline-block;
  position: relative;
  left: 10%;
  text-align: left;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 2.813rem;
  line-height: 82%;
  letter-spacing: 0.02em;

  color: #e9eef2;
}
.SADMIN-Functions-Table {
  list-style-type: none;

  flex-direction: column;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5%;
  width: 90%;
  margin-bottom: 30%;
}
.SADMIN-Functions-Table li {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 0.8;
  letter-spacing: -0.005em;
  color: #558eb2;
  margin-bottom: 0.6em;
}
.SADMIN-Functions-Table li:after {
  content: "";
  position: absolute;
  bottom: -0.5em;
  border-bottom: 2px solid rgba(211, 221, 229, 0.5);
  width: 80%;
  transform: translateX(10%);
}
.SADMIN-Functions-Table li .icon-checkmark {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;

  width: 1.5em;
  height: 1.5em;
}
.SADMIN-Functions-Table li span {
  display: flex;
  align-items: center;
  text-align: left;
  margin-left: 1.6em;
  padding-top: 0.2em;
}
.SADMIN-Bottom-Box {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: auto;
  align-items: center;
  background: white;
  border-radius: 25px 25px 5px 5px;
  background: radial-gradient(
    122.82% 1447.72% at 111.94% 50%,
    rgba(255, 119, 76, 1) 0%,
    rgba(254, 74, 73, 1) 100%
  );
}
.SADMIN-Bottom-Box h2 {
  position: relative;

  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 2.625rem;
  line-height: 82%;
  letter-spacing: 0.02em;
  margin-top: 0.4em;
  margin-bottom: 0.5em;
  color: #eaebee;
}
.ceni-box {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: center;
  gap: 1.875em;
  margin-left: 1.5em;
  max-width: 90%;

  flex-wrap: wrap;
  margin-bottom: 1.5em;
}

.ceni-box h1 {
  position: relative;
  margin: 0 auto;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 5rem;
  line-height: 82%;

  letter-spacing: -0.015em;

  color: #eae9ec;
}
.ceni-box span {
  font-family: "Sofia Sans";
  font-style: normal;
  font-size: 3.125rem;
  line-height: 82%;
  letter-spacing: -0.015em;
  color: #eae9ec;
}
.ceni-box h3 {
  display: inline-block;
  position: relative;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  margin-top: 0.1em;
  font-size: 2rem;
  line-height: 82%;
  letter-spacing: 0.02em;

  color: #eae9ec;
}
.ceni-mesec {
  position: relative;
}
.ceni-mesec::after {
  content: "";
  position: absolute;

  border-right: 5px solid #eae9ec;
  top: 0;
  bottom: 0;
  height: 80%;
  transform: translateY(15%);
  border-radius: 2.5px 2.5px 2.5px 2.5px;
  right: -1em;
}
.klienti-container {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  min-height: max-content;
  max-height: none;
  width: 100%;
}
.klienti-container h3 {
  display: inline-block;
  position: relative;
  text-align: center;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 82%;
  letter-spacing: 0.02em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #055c91;
}
.mobile-container {
  display: flex;
  position: relative;
  width: 70%;
  max-width: 90%;
  height: max-content;
  max-height: none;
}
.client-box {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  border: 3px solid #055c91;
  border-radius: 7px;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: white;
  color: #055c91;
  transition: transform 0.2s ease-in-out;
}
.client-box:hover {
  background: #609bbf;
  color: white;
  transform: translateY(-5px);
}
.client-box img {
  width: auto;
  max-width: 100%;
  height: 60%;
  padding: 4px;
}
.client-box span {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 82%;
  letter-spacing: 0.02em;
  position: absolute;
  text-align: center;
  bottom: 0.2em;
}
.clients-scroll-container {
  position: relative;
  height: max-content;
  width: 100%;
  max-width: 100%;
}
.scroll-button {
  display: none;
}
.clients-grid {
  display: grid;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-template-rows: repeat(8, 70px);
  grid-auto-rows: 70px;
  margin-bottom: 4em;
  gap: 10px;
  padding: 5px;
}
.marquee-grid {
  display: none;
}
.contacts-container {
  display: flex;
  position: relative;
  height: 39em;
  overflow: hidden;
  background: rgba(67, 179, 227, 0.23);
}
.contacts {
  display: flex;
  position: absolute;
  flex-direction: column;
  width: 50%;
  left: 5%;
  transform: translateY(25%);
}
.contacts a {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  width: 6em;
  height: 2em;
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.34);
  border-radius: 10px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-size: 2rem;
  line-height: 78%;
  letter-spacing: -0.005em;
  color: #f3f3f3;
  background: radial-gradient(
    122.82% 1447.72% at 111.94% 50%,
    rgba(255, 119, 76, 1) 0%,
    rgba(254, 74, 73, 1) 100%
  );
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.contactus {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2.5em;
}
.contacts h2 {
  font-family: "Sofia Sans";
  font-style: normal;
  margin-bottom: 0.3em;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 82%;
  letter-spacing: 0.02em;

  color: #0a2533;
}
.contacts h3 {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 82%;
  margin-bottom: 0.6em;
  letter-spacing: 0.02em;

  color: #144965;
}
.contacts p {
  display: none;
}
.letter {
  width: 450px;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 5%;
}
.contacts-container #shadow {
  display: flex;
  position: absolute;
  width: 25em;
  height: 3.125em;
  top: 67%;
  right: 5%;

  background: rgba(4, 88, 139, 0.66);
  filter: blur(37.5px);
}
.wrapper footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 5em;
  background: black;
  font-family: "Sofia Sans";
  font-style: normal;
  font-size: 1rem;
  color: white;
}

/* BillSoft ERP styling */

.BillSoftERP-container {
  display: flex;
  position: relative;
  height: 39em;
  background: linear-gradient(
    70deg,
    #002138 -3.38%,
    #00385f 46.1%,
    #005794 87.1%,
    #0092fa 111.98%
  );
}
.ERPtext {
  display: flex;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 50em;
  height: auto;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: left;
  color: rgba(232, 232, 232, 1);
}
.BillSoftERP-container h1 {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 25px;
  margin-bottom: 0.7em;
}

.BillSoftERP-container h1 span {
  font-family: "Sofia Sans";
  font-style: normal;
  font-size: 26px;
  line-height: 25px;
  color: rgba(138, 217, 242, 1);
}
.BillSoftERP-container h2 {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 19px;
  width: 36em;
  line-height: 24px;
  margin-bottom: 0.7em;
}

.BillSoftERP-container h3 {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 800;
  width: 48em;
  font-size: 15px;
  line-height: 24px;
}

.ERPillustration {
  position: absolute;
  width: 35em;

  right: -2em;
  top: 50%;
  transform: translateY(-45%);
}
.ERPFunctions {
  display: flex;
  position: relative;

  height: 84.625em;
  background: #e0e6eb;
}

.ERPFunctions h1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 60px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 78%;
  text-align: center;
  letter-spacing: -0.005em;
  color: #3582a2;
}

.functionsContainer {
  position: absolute;
  width: 475px;
  height: 1081px;
  left: 6em;
  top: 181px;
  filter: drop-shadow(3px 7px 18px rgba(53, 130, 162, 0.57));
  background: #eaeff3;
  border-radius: 42px;
}
#bigCheck {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 3.5em;
  width: 5.9375em;
  height: 4.75em;
}

.functionsTable ul {
  list-style-type: none;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: column;
  width: 82%;
  height: auto;
  top: 12em;
}
.functionsTable li {
  position: relative;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 90%;

  letter-spacing: -0.005em;

  color: #196491;
  margin-bottom: 0.65em;
}
.functionsTable li:after {
  content: "";
  position: absolute;
  bottom: -0.45em;
  border-bottom: 2px solid rgba(127, 190, 238, 0.5);
  border-radius: 1px;
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
}
.functionsTable li span {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 78%;
  letter-spacing: -0.005em;

  color: #196491;
}
#ERP2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 33.5em;
  height: 33.5em;
  right: 3em;
}

.ERPapplication {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 95em;
  background: rgba(224, 230, 235, 1);
}
.ERPapplication h1 {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 2rem;
  line-height: 78%;
  white-space: nowrap;
  text-align: center;
  letter-spacing: -0.005em;

  color: #3582a2;
}
.Main-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1000px;
  height: auto;
}

.Main-container:nth-child(2) {
  top: 8em;
}
.Main-container:nth-child(3) {
  top: 34em;
}

.Main-container h2 {
  position: relative;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 1.7rem;
  line-height: 78%;
  text-align: center;
  letter-spacing: -0.005em;
  color: #3582a2;
  margin-bottom: 1.5em;
}

.scheme-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62.5em;
  height: 16.5em;
  background: linear-gradient(
    180deg,
    rgba(254, 254, 254, 0.5),
    rgba(254, 254, 254, 1) 100%
  );
  filter: drop-shadow(3px 7px 18px rgba(53, 130, 162, 0.57));
  border-radius: 69px;
}

#scheme1 {
  scale: 0.85;
}

#scheme2 {
  scale: 0.85;
}
#scheme1-sq {
  display: none;
}
#scheme2-sq {
  display: none;
}
.test-container {
  display: flex;
  position: absolute;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  top: 63em;
}
.test-container h1 {
  position: absolute;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 3rem;
  line-height: 88%;
  text-align: center;
  letter-spacing: -0.005em;

  color: #3582a2;
}
.moduleSites2 {
  display: none;
}
.module-sites {
  top: 6em;
  display: flex;
  position: absolute;
  flex-direction: row;
  text-align: center;
}
.admin-module {
  margin-right: 3.5em;
}
.module-sites p {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 78%;
  letter-spacing: -0.005em;
  color: #3582a2;
  margin-bottom: 0.4em;
}
.module-btn {
  width: 11em;
  height: 3em;
  background: linear-gradient(93.42deg, #ff774c 1.53%, #fe4a49 112.66%);
  box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.37);
  border-radius: 6px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  color: #f3f3f3;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  margin-bottom: 0.5em;
  line-height: 2.5em;
}
.test-info {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 15em;
  width: 62.5em;
  height: 8.75em;
  background: linear-gradient(90.68deg, #095487 -14.05%, #4391ab 119.06%);
  border-radius: 29px;
  filter: drop-shadow(3px 7px 18px rgba(53, 130, 162, 0.57));
}

.test-info p {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.005em;
  text-align: center;
  color: #ffffff;
}

/* SADMIN ONLINE */

.SADMIN-main {
  display: flex;
  position: relative;
  height: 39em;
  background: linear-gradient(
    70deg,
    #002138 -3.38%,
    #00385f 46.1%,
    #005794 87.1%,
    #0092fa 111.98%
  );
}
.SADMIN-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  text-align: left;
  max-width: 55%;
  min-height: max-content;
  max-height: none;
  color: rgba(232, 232, 232, 1);
  text-align: left;
  left: 5%;
  top: 50%;

  transform: translateY(-50%);
}

.SADMIN-text h1 {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 1.625rem;
  line-height: 34px;
  margin-bottom: 0.5em;
}
.SADMIN-text h1 span {
  color: rgba(242, 96, 79, 1);
}
.SADMIN-text h2 {
  font-family: "Sofia Sans";
  font-style: normal;
  display: inline-block;
  font-weight: 800;
  font-size: 1.188rem;
  line-height: 24px;
  margin-bottom: 0.8em;
}

.SADMIN-text h3 {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 22px;
}
.SADMIN-img {
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-50%);
  width: 400px;
}
#SADMINscheme-mobile {
  display: none;
}
.HIW-container {
  min-height: max-content;
  max-height: none;
  background: #e5eaee;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
}

.HIW-container h1 {
  position: relative;
  font-family: "Sofia Sans";
  font-style: normal;
  margin-top: 1em;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 78%;
  letter-spacing: -0.005em;
  text-align: center;
  width: 90%;
  color: #052237;
}
.HIW-container img {
  position: relative;
  margin-top: 3em;
  margin-bottom: 3em;
  width: 80%;
  max-width: 80%;
}

.principle-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: max-content;
  max-height: none;
  background: linear-gradient(180deg, #97c6e7 0%, #0270be 100%);
}

.principle-container h1 {
  position: relative;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 2.8rem;
  line-height: 78%;
  letter-spacing: -0.005em;
  margin-top: 1em;
  color: #052237;
  margin-bottom: 1em;
}
.principle-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 70%;
  min-height: max-content;
  max-height: none;
}
#principle-img {
  position: relative;
  margin-top: 2em;
  width: 100%;
}
#principle-svg-mobile {
  display: none;
}
.principle-info {
  display: flex;
  position: relative;
  width: 80%;

  min-height: max-content;
  max-height: none;
  margin-top: 2em;
  margin-bottom: 4em;
  filter: drop-shadow(3px 7px 18px rgba(7, 44, 60, 0.25));
}
.info1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 10px;
  min-height: max-content;
  max-height: none;
  z-index: 2;
  background: #ff5b4b;
  border-radius: 10px;
}
.info1 p {
  position: relative;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;

  font-size: 1.1rem;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.005em;
  color: #ffffff;
}

.pricing-container {
  position: relative;
  min-height: max-content;
  max-height: none;
  background: #e5eaee;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.price-table {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  margin-top: 4em;
  margin-bottom: 4em;
}
.price-table a {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  width: 6em;
  height: 2em;
  box-shadow: 0px 4px 13px rgb(0 0 0 / 34%);
  border-radius: 10px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-size: 2rem;
  line-height: 78%;
  letter-spacing: -0.005em;
  color: #f3f3f3;

  background: radial-gradient(
    122.82% 1447.72% at 111.94% 50%,
    rgba(255, 119, 76, 1) 0%,
    rgba(254, 74, 73, 1) 100%
  );
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.price-table a:hover {
  transform: scale(1.05);
}

.price-table h1 {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 78%;

  letter-spacing: -0.005em;

  color: #ff5a4b;
  margin-bottom: 0.5em;
}

.price-table h3:nth-child(2) {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 78%;
  letter-spacing: -0.005em;

  color: #f36c4f;
  margin-bottom: 0.5em;
}

.price-table p:nth-child(3) {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 82%;
  letter-spacing: 0.02em;

  color: #9e9e9e;
  margin-bottom: 3em;
}
.clients-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
}

.price-container {
  box-sizing: border-box;
  display: flex;
  position: relative;
  flex-direction: row;
  width: 50.3125em;
  height: 11.6875em;
  background: #052237;
  border: 4px solid #ff5b4b;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.54);
  border-radius: 28px;
  margin-bottom: 1em;
}

.left-side-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 17.9375em;
  height: 11.6875em;
  background: #ff5b4b;
  border-radius: 28px;
  left: -4px;
  top: -4px;
}

.left-side-container p {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 82%;
  letter-spacing: 0.02em;
  margin-top: 0.7em;
  margin-bottom: 0.5em;
  color: #f3f3f3;
}

.left-side-container h2 {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 3.4rem;
  line-height: 82%;
  letter-spacing: 0.02em;
  margin-bottom: 0.2em;
  color: #f3f3f3;
}

.right-side-container {
  display: flex;
  flex: 1;
  height: 11.6875em;
  color: black;
  height: 100%;
}

.right-side-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid white;
  border-radius: 1px;
  width: 60%;
  bottom: 50%;
  left: 50%;
  transform: translateX(-20%);
}
.left-pr {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  padding-top: 1em;
  padding-bottom: 0.5em;
  width: 50%;
  height: 100%;
  z-index: 2;
}

.right-pr {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  width: 50%;
  height: 100%;
}

.left-pr h3 {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 2.1rem;
  line-height: 82%;
  letter-spacing: 0.02em;

  color: #f3f3f3;
}

.left-pr p {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 82%;
  padding: 0.3rem;
  letter-spacing: 0.02em;
  color: #f3f3f3;
}

.left-pr span {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 1.063rem;
  line-height: 82%;
  letter-spacing: 0.02em;
  color: #ff5b4b;
}

.right-pr h3 {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 2.1rem;
  line-height: 82%;
  letter-spacing: 0.02em;
  padding: 0.3rem;
  color: #f3f3f3;
}

.right-pr span {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 2rem;
  line-height: 82%;
  letter-spacing: 0.02em;

  color: #f3f3f3;
}

.right-pr p {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 1.25;
  line-height: 82%;
  text-align: center;
  letter-spacing: 0.02em;

  color: #f3f3f3;
}
.vert-border1 {
  display: flex;
  position: absolute;
  width: 15.9375em;
  height: 40%;
  border-right: 2px solid white;
  margin-top: 0.5em;
  border-radius: 1px;
  z-index: 1;
}

.vert-border2 {
  display: flex;
  position: absolute;
  width: 15.9375em;
  height: 40%;
  bottom: 0;
  border-right: 2px solid white;
  margin-bottom: 0.5em;
  border-radius: 1px;
  z-index: 1;
}
.pricing-container h4 {
  padding-top: 2em;
  padding-bottom: 2em;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.2em;
  text-align: center;
}
.pricing-container h4 span {
  font-weight: 900;
}
.price-container-mobile {
  display: none;
}
.FAQ-title a {
  width: max-content;
  height: max-content;
  padding: 12px;
  text-decoration: none;
  background: linear-gradient(93.42deg, #ff774c 1.53%, #fe4a49 112.66%);
  box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.37);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  margin-bottom: 0.5em;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  color: #f3f3f3;
}
/* FAQ PAGE */
.FAQ-main-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  z-index: 0;
}
.FAQ-main-container {
  display: flex;
  flex-direction: column;
  min-height: max-content;
  max-height: none;
  width: 100%;
  background: rgba(229, 234, 238, 1);
  position: relative;
  z-index: 2;
}
.img-container {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.img-container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 80%;
}

.FAQ-landing-container {
  display: flex;
  min-height: max-content;
  max-height: none;
  position: relative;
  padding-top: 4em;
  padding-bottom: 4em;
}
.FAQ-title {
  display: flex;
  position: absolute;
  flex-direction: column;
  font-family: "Sofia Sans";
  top: 50%;
  transform: translateY(-50%);
  left: 53%;
}

.FAQ-title h1 {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 5rem;

  color: #1c1f4b;
}

.FAQ-title h2 {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 2.74rem;
  line-height: 54px;
  color: #1c204c;
  border-bottom: 4px solid salmon;
  border-radius: 2px;
  margin-top: -0.3em;
  padding-bottom: -0.1em;
  margin-bottom: 0.3em;
  box-sizing: border-box;
}

.FAQ-title p {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #1c204c;
  margin-bottom: 0.5em;
}

.FAQ-landing-container img {
  position: relative;
  top: 50%;

  left: 4em;
  width: 32em;
}

.FAQ-list-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 92%;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  min-height: auto;
  max-height: none;
  margin-bottom: 4em;
}
.Q-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 96%;
  margin-bottom: 3%;
}
.QuestionMark-svg {
  position: absolute;
  z-index: 3;
  left: 2%;
  width: 3em;
}

.Q-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 4em;
  background: #f7f9fa;
  filter: drop-shadow(3px 7px 5px rgba(53, 130, 162, 0.37));
  border-radius: 16px;
  text-align: center;
  z-index: 2;
}
.Q-title h3 {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  width: 90%;
  line-height: 34px;
  color: #1c1f4b;
}
.A-container {
  display: flex;
  position: relative;

  min-height: auto;
  max-height: none;

  width: 92%;
  background: #f7f9fa;
  box-shadow: 2px 3px 8px rgba(53, 130, 162, 0.57);
  border-radius: 0px 0px 25px 25px;
  z-index: 1;
}

.A-text {
  position: relative;
  padding-top: 10px;
  left: 2%;
  width: 96%;

  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 25px;
  text-align: justify;

  color: #1c1f4b;
}

.A-text span {
  font-size: 1.7em;
  text-align: justify;

  color: #ff5b4b;
}

.A-text p {
  margin-bottom: 1em;
}

.A-text p:not(:last-child):after {
  display: flex;
  content: "";
  position: relative;
  border-radius: 1px;
  bottom: -5px;
  border-bottom: 2px solid rgba(255, 91, 75, 1);
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}

.A-container-btn {
  display: flex;
  position: relative;
  justify-content: center;
  min-height: auto;
  max-height: none;

  width: 92%;
  background: #f7f9fa;
  box-shadow: 2px 3px 8px rgba(53, 130, 162, 0.57);
  border-radius: 0px 0px 25px 25px;
  z-index: 1;
}

.A-text-btn {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 1%;
  width: 96%;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 25px;
  text-align: center;
  color: #1c1f4b;
  margin-bottom: 3%;
}
.A-text-btn p:nth-child(1) {
  display: inline-block;
  margin-bottom: 4%;
}
.demo-btns {
  display: inline-flex;
  position: relative;
  justify-content: center;
  flex-direction: row;

  text-align: center;
}

.Q-container-blue {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 96%;
  margin-bottom: 3%;
}

.Q-title-blue {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 4em;
  background: linear-gradient(180deg, #04588b 0%, #1d72b5 100%);
  filter: drop-shadow(3px 7px 5px rgba(53, 130, 162, 0.37));
  border-radius: 16px;
  text-align: center;
  z-index: 2;
}

.Q-title-blue h3 {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  width: 90%;
  line-height: 34px;
  color: white;
}

.A-container-blue {
  display: flex;
  position: relative;

  min-height: auto;
  max-height: none;

  width: 92%;
  background: #f7f9fa;
  box-shadow: 2px 3px 8px rgba(53, 130, 162, 0.57);
  border-radius: 0px 0px 25px 25px;
  z-index: 1;
}

.A-text-blue {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 10px;
  left: 2%;
  width: 96%;

  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 25px;

  color: #1c1f4b;
  padding-bottom: 10px;
}
.A-text-blue span {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 78%;

  letter-spacing: -0.005em;
  text-decoration-line: underline;

  color: #1c1f4b;
}
.A-text-blue p {
  margin-bottom: 0.6em;
}
/* kontakti st-styling*/

.contacts-bg {
  display: flex;
  width: 100%;
  position: relative;
  min-height: max-content;

  max-height: none;
  background: rgba(126, 210, 246, 0.23);
}

.contacts-box {
  display: flex;
  position: relative;
  margin-left: 5em;
  margin-top: 6em;
  width: 485px;
  margin-bottom: 2em;
  min-height: max-content;
  max-height: none;
  flex-direction: column;
}

.contacts-info-box {
  position: relative;
  width: 100%;
  min-height: max-content;
  max-height: none;
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  filter: drop-shadow(2px 3px 8px rgba(53, 130, 162, 0.57));
  border-radius: 25px;
}

.contacts-info {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 90%;
}
.info-phone,
.info-skype,
.info-email {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5em;
}
.contacts-info svg {
  margin-right: 15px;
}
.contacts-info p {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 1.563rem;
  line-height: 30px;
  color: #1368a5;
}
.contacts-info-box h1 {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 1000;
  font-size: 2.5rem;
  line-height: 62px;
  color: #1368a5;
  margin-bottom: 0.2em;
}
.contacts-msg {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: max-content;
  max-height: none;
  background: #ffffff;
  box-shadow: 2px 3px 8px rgba(53, 130, 162, 0.57);
  border-radius: 25px;
}
.contacts-msg h1 {
  display: flex;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 2rem;
  line-height: 42px;
  color: #1368a5;
  margin-top: 0.5em;
  margin-bottom: 1em;
  max-width: 85%;
  text-align: center;
}
.contacts-msg form {
  display: flex;
  position: relative;

  width: 100%;
  align-items: center;
  min-height: max-content;
  max-height: none;
  flex-direction: column;
}
.input-boxes {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 90%;
  height: auto;
  margin-bottom: 1.5em;
  max-width: 90%;
  color: #055c91;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
}
.input-boxes input {
  margin-bottom: 0.7em;
}

.input-boxes input,
textarea {
  width: 100%;
  padding-left: 1.2em;
  padding-top: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
  background: #d9e8f3;
  box-shadow: inset 0px 3px 11px rgba(35, 120, 190, 0.44);
  border-radius: 5px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 22px;
  color: #1368a5;
}
.input-boxes input::placeholder,
textarea::placeholder {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 22px;
  color: #1368a5;
}
.input-boxes input:hover,
textarea:hover {
  background: #bed7e9;
}
.input-boxes input:focus,
textarea:focus {
  background: #dff0fc;
  outline: 2px solid #0a436c;
}
.input-boxes input:-webkit-autofill,
.input-boxes textarea:-webkit-autofill {
  -webkit-text-fill-color: #1368a5 !important;
}

.msg-input textarea {
  resize: none;
  overflow-y: scroll;
}

.send-btn {
  width: 143px;
  height: 50px;
  background: #f26e6e;
  border-radius: 25px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
  cursor: pointer;
}
.send-btn:hover {
  background: #de5858;
}

.contacts-msg .send-btn {
  margin-bottom: 1em;
}
.contacts-bg .letter {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 480px;
  height: 480px;
  border: 13px solid rgba(126, 210, 246, 0.23);
  border-radius: 50%;
  box-shadow: inset 0px 4px 14px rgba(48, 123, 176, 0.84);
}
.contacts-bg .letter img {
  width: 350px;
}

/* aboutus styling */

.aboutUs-main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-height: max-content;
  max-height: none;
  width: 100%;

  background: rgba(229, 234, 238);
}

.profile-container {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: "Sofia Sans";
  font-style: normal;
  margin-top: 5em;
  color: rgba(15, 17, 52, 1);
  line-height: 140%;
  margin-bottom: 2.5em;
}
.outer-pfp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 250px;
  background: #e5eaee;

  border-radius: 50%;
  box-shadow: inset 0px 0px 5px rgba(48, 123, 176, 0.44);
}

.inner-pfp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  background: linear-gradient(0deg, #a6c7de 0%, rgba(217, 217, 217, 0) 100%);

  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(48, 123, 176, 0.44);
  overflow: hidden;
  object-fit: cover;
}

.inner-pfp svg {
  display: flex;
  width: 70%;
  height: 70%;
  color: rgba(15, 17, 52, 1);
}
.profile-container h1 {
  margin-top: 0.7em;
  font-size: 1.4rem;
  font-weight: 500;
}

.profile-container h2 {
  font-weight: 800;
  font-size: 1.7rem;
}

.profile-info-container {
  display: flex;
  position: relative;
  width: 80%;

  margin-bottom: 2em;
}
.outer-pic {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #e7eff5;
  box-shadow: inset 0px 0px 5px rgba(48, 123, 176, 0.44);
}

.inner-pic {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 98%;
  height: 86%;
  background: rgba(229, 234, 238);
  padding: 15px;
  box-shadow: 0px 0px 5px rgba(48, 123, 176, 0.44);
  border-radius: 10px;
}

.profile-info-container p {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  color: #0f1134;
  text-align: justify;
}

.profile-info-container svg {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  width: 60px;
}
.aboutUs-main-container a:nth-child(3) {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  width: 6em;
  height: 2em;
  box-shadow: 0px 4px 13px rgb(0 0 0 / 34%);
  border-radius: 10px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-size: 1.4rem;
  line-height: 78%;
  letter-spacing: -0.005em;
  color: #f3f3f3;
  background: radial-gradient(
    122.82% 1447.72% at 111.94% 50%,
    rgba(255, 119, 76, 1) 0%,
    rgba(254, 74, 73, 1) 100%
  );
  cursor: pointer;
  padding: 0;
  margin-bottom: 2em;
}
.aboutUs-main-container a:nth-child(3):hover {
  transform: scale(1.05);
}
.aboutUs-main-container-mobile {
  display: none;
}

.spec2 {
    display: none;
}
