body {
  font-family: "Open Sans", sans-serif;
}
header {
  height: 105px;
}
.header-nav {
  display: flex;
  flex-direction: column;
}
.login-block,
.menu-block,
.intro,
.enterprise-integration,
.data-integration,
.testimonial,
.digital-era,
.company-logos-section,
.resources,
.online-demo-section,
.footer-1,
.footer-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.container {
  width: 1200px;
  /* border: 1px solid black; */
}
/* ------------------------------------ */
.login-block {
  height: 30px;
  background-color: #e6f1fd;
}
.login-block ul {
  display: flex;
  justify-content: flex-end;
}
.login-block ul a {
  text-align: center;
  text-decoration: none;
  line-height: 32px;
  margin: 0;
  display: inline-block;
  height: 30px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-weight: 700;
  padding: 0 25px 0 0;
  color: #445265;
}
/* ----------------------------------- */
.menu-block {
  height: 65px;
}
.menu-block-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.nav-list a:hover {
  color: #ff4e35;
}
.nav-list .menu-items {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.nav-list li {
  margin: 0 18px;
}
.nav-list a {
  transition: color 0.3s;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  height: 50px;
  color: #445265;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  line-height: 50px;
  margin: 0;
  padding: 0 10px;
  margin: 0;
}
/* ---------------------- */
/* ---------------------- */

.sub-menu,
.sub-menu-prodotti {
  display: none !important;
  position: absolute;
  background-color: #fff;
  z-index: 5;
}
.menu-items > li:hover > .sub-menu,
.menu-items > li:hover > .sub-menu-prodotti {
  display: flex !important;
}
.sub-menu-prodotti {
  display: flex;
  flex-direction: column;
  text-align: start;
  box-shadow: 0 15px 30px rgba(219, 218, 218, 0.5);
  border: 1px solid #ededed;
  background-color: #fff;
  padding: 15px 10px;
}
.risorse {
  position: absolute;
  display: flex;
  flex-direction: row;
  text-align: start;
  box-shadow: 0 15px 30px rgba(219, 218, 218, 0.5);
  border: 1px solid #ededed;
  background-color: #fff;
  padding: 25px 10px;
  right: 230px;
}

.soluzioni {
  display: flex;
  flex-direction: row;
  padding: 5px;
  box-shadow: 0 15px 30px rgba(219, 218, 218, 0.5);
  border: 1px solid #ededed;
  background-color: #fff;
  right: 200px;
}
.soluzioni > li {
  display: block;
  margin: 0;
  max-width: 250px;
  text-align: start;
  margin: 15px;
}
.soluzioni > li > a,
.risorse > li > a {
  color: #b4bac1;
  /* opacity: 0.4 !important;
  color: #445265 !important; */
  pointer-events: none;
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  margin-left: 6px;
}

.soluzioni-second-li::after,
.risorse-second-li::after {
  content: "";
  background-color: #b4bac1;
  position: absolute;
  width: 1px;
  height: 70%;
  top: 25%;
  bottom: 5%;
  margin-left: -10px;
  display: block;
  z-index: 20;
}
.risorse-second-li::after {
  content: "";
  background-color: #b4bac1;
  position: absolute;
  width: 1px;
  height: 80%;
  top: 15%;
  bottom: 5%;
  margin-left: -15px;
  display: block;
  z-index: 20;
}

.soluzioni ul,
.risorse ul {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.soluzioni ul li a,
.risorse ul li a,
.sub-menu-prodotti li a {
  height: 35px;
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  padding: 0px;
  margin: 0;
  line-height: 2px;
}

/* -----MENU-BURGER----- */
.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 44px;
  height: 24px;
  position: absolute;
  right: 5%;
  background: none;
  border: none;
  cursor: pointer;
}

.burger-menu span {
  display: block;
  height: 4px;
  width: 100%;
  background-color: #ed4b23;
  border-radius: 2px;
}

.menu-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.menu-wrapper .nav-list {
  margin: 0 auto;
}

/* Responsive styles to display burger menu on smaller screens */
@media (max-width: 960px) {
  .menu-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
  }
  .menu-items > li {
    border-bottom: 1px solid #f6f6f7;
    padding-top: 6px;
  }
  .menu-items li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
  }
  .menu-items li:last-child {
    border: none;
  }

  .menu-wrapper {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    z-index: 20;
    box-sizing: border-box;
    top: 60px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    list-style: none;
  }

  .menu-wrapper.open {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .menu-wrapper .nav-list {
    width: 100%;
    margin: 10px 0px;
  }
  .burger-menu {
    display: flex;
  }

  .sub-menu-prodotti {
    position: relative;
    border: none;
    box-shadow: none;
  }
  .soluzioni {
    position: relative;
    flex-direction: column;
    box-shadow: none;
    border: none;
    right: 0px;
  }
  .soluzioni-second-li::after,
  .risorse-second-li::after {
    display: none;
  }
  .risorse {
    position: relative;
    flex-direction: column;
    box-shadow: none;
    border: none;
    background-color: #fff;
    right: 0px;
  }
}
/* -------------------- */
/* -------------------- */
.menu-block-content .logo a {
  padding-left: 20px;
  display: inline-block;
}
.menu-block-content .top-logo-img {
  width: 146px;
  height: 26px;
}
.menu-block-content .book-demo {
  padding-right: 20px;
  text-align: center;
}
.menu-block-content .book-demo-link {
  display: inline-block;
  padding: 10px 14px;
  background-color: #ed4b23;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  border: 1px solid #ed4b23;
  transition: all 0.3s ease;
}

.menu-block-content .book-demo-link:hover {
  background-color: #ffffff;
  color: #ed4b23;
}

/* ------------------MAIN--------------------------- */
/* -------INTRO-------- */
.intro {
  background-image: url("assets/img/intro-background-image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 580px;
  width: 100%;
}
.intro-content {
  text-align: center;
}
.intro-content h2 {
  text-align: center;
  margin: 0 auto;
  width: 75%;
  font-family: "Open Sans";
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
  color: #445265;
  height: 100px;
}
.intro-text-lage {
  position: relative;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  color: #879db5;
  font-size: 30px;
  margin-top: 4%;
  line-height: 1.35em;
  margin-left: auto;
  margin-right: auto;
}

.intro-text {
  position: relative;
  width: 55%;
  margin: 0 auto;
  text-align: center;
  color: #879db5;
  font-size: 18px;
  margin-top: 2%;
  line-height: 1.5em;
  margin-left: auto;
  margin-right: auto;
}

.intro-button {
  width: 350px;
  height: 60px;
  border-radius: 2em;
  font-size: 1.3em;
  background-color: #ed4b23;
  box-shadow: rgb(237, 75, 35) 0em 0.05em 1.25em 0.15em;
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
  border: none;
  margin-top: 4%;
}
/* -----------enterprise-integration-------------- */
.enterprise-integration {
  height: 760px;
  text-align: center;
}
.enterprise-integration-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.enterprise-integration-content h2 {
  margin: 30px auto 30px;
  color: #445265;
  font-weight: 700;
  width: 80%;
  font-size: 32px;
}
.enterprise-integration-content p {
  color: #445265;
  font-size: 18px;
  min-height: 108px;
  padding: 0 5px;
  width: 88%;
  text-align: center;
  line-height: 30.6px;
  letter-spacing: normal;
}
.enterprise-integration-content img {
  max-height: 350px;
  margin: 40px auto;
  display: block;
  width: auto;
  height: 100%;
}
.enterprise-integration-link a {
  font-size: 16px;
  letter-spacing: normal;
  line-height: 22.4px;
  color: #e64e39;
  font-weight: 600;
}
.enterprise-integration-link a:hover {
  color: #d80f0f;
}

/* -----------data-integration-feature----------- */
.data-integration {
  height: 476px;
  background-color: #ffffff;
}
.data-integration-header {
  margin: 30px auto 30px;
  color: #445265;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 32px;
}
.data-integration-feature {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.data-integration-feature-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: calc(33.33%);
}
.feature-box-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  text-align: center;
}
.feature-box-img .flows,
.feature-box-img .faster {
  height: 81px;
}

.feature-box-img .connectors {
  height: 34px;
}
.feature-box-title {
  font-weight: 700;
  font-size: 32px;
  font-family: "Open Sans";
  color: #445265;
  line-height: 1.2;
}
.feature-box-text {
  color: #445265;
  font-size: 19px;
  width: 74%;
  margin: 10px auto;
  line-height: 1.3em;
}
/* --------testimonial--------- */
.testimonial {
  height: 350px;
  background-color: #f4f9fe;
}
.testimonial-text {
  padding: 0 100px;
  margin: 0 0 1.313em;
}
.testimonial-text span {
  color: #455263;
  font-size: 30px;
  font-style: italic;
  line-height: 40px;
  font-weight: 400;
}
.testimonial-author {
  font-size: 24px;
  line-height: 22px;
  color: #455263;
  margin-bottom: 5px;
  font-weight: 400;
}
.testimonial-role {
  font-size: 24px;
  line-height: 28px;
  color: #455263;
  margin-bottom: 5px;
  font-weight: 400;
}
/* ----------digital-era--------- */
.digital-era {
  height: 595px;
  text-align: center;
}
.digital-era-header {
  margin: 30px auto 30px;
  color: #445265;
  font-weight: 700;
  font-size: 32px;
}

.digital-era-cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
}
.digital-era-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: calc(33.33%);
}
.digital-era-card-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  text-align: center;
  padding-bottom: 12px;
}
.digital-era-card-img .extensibility,
.digital-era-card-img .future-proof {
  height: 120px;
}
.digital-era-card-img .elasticity {
  height: 80px;
}

.digital-era-card-title {
  font-weight: 700;
  font-size: 32px;
  color: #445265;
  margin: 0;
  line-height: 1.2;
}
.digital-era-card-text {
  font-size: 1.2em;
  width: 95%;
  margin: 10px auto;
  line-height: 1.6em;
  color: #445265;
}
.digital-era-card-text strong {
  font-weight: 700;
}
/* -------company-logos-section------------ */
.company-logos-section {
  height: 350px;
}
.company-logos-section-header {
  width: 76%;
  margin: 80px auto 50px;
  color: #445265;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 32px;
}
.company-logos-section-images-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 50px;
  align-items: center;
  text-align: center;
  margin: calc(((1rem / 2) + 1px) * -1) calc(((1rem / 2) + 1px) * -1);
}
.company-logos-section-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin: 10px;
}
.company-logos-section-logo img {
  max-width: 150px;
  height: auto;
  max-height: 80px;
  margin-bottom: 21px;
  vertical-align: middle;
  display: inline-block;
}
/* --------resources---------- */
.resources {
  height: 683px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.resources-content-header {
  color: #445265;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  margin-bottom: 10px;
}
.resources-content-cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  box-sizing: border-box;
  margin-top: 20px;
}
.resources-content-card {
  position: relative;
  box-sizing: border-box;
  height: 350px;
  width: 30.66666%;
  padding: 16px;
  margin: 10px;
  border: 2px solid #cfe4fa;
  background-color: #fff;
}
.resources-content-card-text {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 15px;

  /* border: 1px solid green; */
}
.resources-content-card-text h3 {
  margin-top: 15px;
  color: #445265;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  overflow: hidden;
  padding-bottom: 1em;
  text-align: left;
}
.resources-content-card-text p {
  color: #445265;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  overflow: hidden;
  line-height: 1.4;
  text-align: left;
}
.resources-content-card-text a {
  background: #fff;
  border: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-transform: none;
  color: #ed4b23;
  padding: 0 10px 0 0;
  position: absolute;
  bottom: 12px;
  text-align: left;
}

/* -----------DEMO------------ */
.online-demo-section {
  position: relative;
  height: 740px;
  background-color: #455263;
}
.online-demo-section-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* box-sizing: border-box; */
}
.online-demo-section-photo {
  position: absolute;
  top: -86px;
}
.online-demo-section-photo img {
  width: 96px;
  height: 96px;
}
.online-demo-section-form-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}
.online-demo-section-form-content-block {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  /* border: 1px solid red; */
  height: 545px;
  box-sizing: border-box;
}
.online-demo-section-form-header {
  margin: 30px auto 30px;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  padding-bottom: 10px;
}
.demo-form {
  width: 52%;
}
.demo-learn-about {
  width: 42%;
}
.demo-learn-about h5 {
  font-size: 1.5em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  text-transform: none;
  color: #fff;
  background-color: transparent;
  width: 60%;
  text-align: left;
}
.demo-learn-about ul {
  margin: 1em 0 0;
  font-family: inherit;
  font-size: 1em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #fff;
  background-color: transparent;
  width: 60%;
  text-align: left;
  list-style-type: square;
}
.demo-learn-about ul li {
  margin-bottom: 18px;
}
.demo-learn-about ul strong {
  font-weight: 700;
}

/* --------FOOTER------------- */
.footer-1 {
  height: 610px;
  box-sizing: border-box;
  padding: 96px 0px;
}
.footer-1-content {
  display: flex;
  justify-content: space-between;
  align-items: start;
  text-align: left;
  font-size: 16px;
  color: #445265;
  line-height: 32px;
}
/* .footer-1-content div {
  width: 300px;
} */
.footer-1-content p {
  color: #445265;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 26px;
}

.footer-2 {
  border-top: 1px #d7d7d7 solid;
  height: 300px;
}
.footer-2-content p {
  color: #a6adb5;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin-top: 40px;
}
.footer-2-content .menu-foot-en {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #333333;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  margin-top: 16px;
  letter-spacing: 2px;
}
.footer-2-content .footer-links {
  margin-top: 40px;
}
.footer-2-content .footer-links a {
  display: inline-block;
  padding: 0px 10px;
}
.footer-2-content .footer-links img {
  height: 46px;
}
.footer-2-logo img {
  display: inline-block;
  height: 32px;
}

/* -------- */
@media (max-width: 1240px) {
  .resources {
    height: fit-content;
    padding: 70px 0px;
  }
  .resources-content-cards {
    margin: 0px 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .online-demo-section {
    position: relative;
    box-sizing: border-box;
    height: fit-content;
    margin: 10px 0px;
  }
  .online-demo-section-form-content-block {
    margin: 10px;
    padding: 20px;
    height: fit-content;
    margin: 10px 0px;
  }
  .online-demo-section-photo {
    top: -46px;
  }
  .demo-form {
    margin: 10px;
    padding: 10px;
  }
  .demo-learn-about ul {
    width: 100%;
  }
  .footer-1,
  .footer-2 {
    height: fit-content;
    margin: 10px;
    padding: 10px;
  }
  .footer-1-content {
    flex-wrap: wrap;
    gap: 30px;
    margin: 10px 0px;
    padding: 15px;
  }
  .footer-2-content p {
    padding: 5px 20px;
  }
}
@media (max-width: 1080px) {
  .intro-content h2 {
    width: 80%;
    font-size: 46px;
    line-height: 60px;
  }
  .digital-era {
    height: fit-content;
    margin: 15px 0px;
    padding: 5px;
  }
  .digital-era-cards {
    flex-wrap: wrap;
    gap: 30px;
  }
  .digital-era-card {
    width: 400px;
    flex-basis: auto;
    margin-bottom: 15px;
  }
  .company-logos-section-images-container {
    margin: 0px 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .resources-content-card {
    width: 360px;
  }
  .footer-2-content .menu-foot-en {
    font-size: 14px;
    gap: 10px;
    padding: 0px 10px;
  }
}

@media (max-width: 840px) {
  .intro-content h2 {
    height: fit-content;
    width: 90%;
    font-size: 36px;
    line-height: 50px;
  }
  .testimonial {
    height: fit-content;
    margin: 10px 0px;
    padding: 20px 5px;
  }
  .testimonial-text {
    padding: 0px 40px;
  }
  .company-logos-section {
    height: fit-content;
    margin: 20px 0px;
  }
  footer {
    padding-bottom: 40px;
  }
  .footer-2-content .menu-foot-en {
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
  }
  .footer-2-content .footer-links img {
    height: 36px;
  }
}
@media (max-width: 680px) {
  .intro,
  .enterprise-integration,
  .data-integration {
    height: fit-content;
    margin: 10px 0px;
  }
  .intro-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .intro-content h2,
  .intro-content-text {
    display: block;
    margin-bottom: 10px;
  }
  .intro-content-text {
    margin-top: 15px;
  }
  .intro-text-lage,
  .intro-text {
    display: block;
    width: 90%;
  }

  .data-integration-feature {
    flex-direction: column;
  }
  .data-integration-feature-box {
    flex-basis: auto;
  }

  .online-demo-section-form-content-block {
    flex-direction: column;
    align-items: center;
  }
  .online-demo-section-form-header {
    margin: 40px auto 10px;
    padding: 0px;
  }
  .demo-form {
    width: 100%;
    margin: 10px;
    padding: 10px;
  }
  .demo-learn-about {
    width: 100%;
    padding: 10px 10px 10px 40px;
  }
  .footer-2-content p {
    margin-top: 20px;
    text-align: justify;
  }
}
@media (max-width: 600px) {
  .company-logos-section-images-container {
    margin: 0px 5px;
    flex-direction: column;
  }
  .footer-2-content .footer-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
  }
  .footer-2-content .footer-links a {
    display: block;
    margin-bottom: 20px;
  }
  .footer-2-content .footer-links img {
    height: 28px;
  }
}
