/********************* 1st Section - BANNER ***************************************************************/
section#banner-liana-business {
  min-height: calc(100vh - 60px);
  margin-top: 84px;
  background-color: #373737;
  padding: 8% 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
}
section#banner-liana-business .banner-wrapper {
  max-width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 60px;
}
h1 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 100px;
  color: #fff;
  line-height: 90%;
  text-align: center;
  line-height: 110%;
}
h1 span {
  color: var(--liana-green);
}
section#banner-liana-business .banner-wrapper .banner-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stre;
  -ms-flex-align: stre;
  align-items: stre;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 16px;
}
section#banner-liana-business .banner-wrapper .banner-text p.description {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  font-size: 34px;
  color: #fff;
  line-height: 120%;
}
section#banner-liana-business .banner-wrapper .banner-text p.sub-description {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: var(--liana-grey);
  line-height: 140%;
}
section#banner-liana-business .banner-wrapper .btn-secondary-liana {
  padding: 0 100px;
}
section#banner-liana-business .banner-wrapper .banner-image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
section#banner-liana-business .banner-wrapper .banner-image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
section#banner-liana-business .banner-wrapper .banner-image #video-banner {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 0 30px;
  overflow: hidden;
}
section#banner-liana-business
  .banner-wrapper
  .banner-image
  #video-banner
  video {
  width: 100% !important;
  height: 100% !important;
}
/* Media Queries */
@media screen and (max-width: 1200px) {
  section#banner-liana-business .banner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 600px;
    gap: 60px;
  }
}
@media screen and (max-width: 1000px) {
  h1 {
    font-size: 80px;
  }
  section#banner-liana-business .banner-wrapper .banner-text p.description {
    font-size: 26px;
  }
  section#banner-liana-business .banner-wrapper .banner-text p.sub-description {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 70px;
  }
  section#banner-liana-business .banner-wrapper {
    gap: 20px;
  }
  section#banner-liana-business {
    gap: 30px;
  }
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 40px;
  }
  section#banner-liana-business .banner-wrapper .banner-text p.description {
    font-size: 22px;
  }
  section#banner-liana-business .banner-wrapper .banner-text p.sub-description {
    font-size: 16px;
  }
}

/********************* 2nd Section - FEATURES ***************************************************************/
section#features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--liana-light-grey);
  background-color: #f4f4f4;
}
.container-features {
  padding-top: 5%;
  padding: 8% 20%;
  border-bottom: 1px solid #c9c9c9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.img-feature {
  height: 200px;
  width: auto;
}
.container-text-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#features h3 {
  color: #303d43;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /*   text-transform: none; */
}
#features p {
  color: var(--Grey-Darker, #373737);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* Tool tip */
.css-tooltip {
  position: relative;
  text-decoration: underline;
}
.css-tooltip:hover {
  text-decoration: underline;
}
.css-tooltip svg {
  height: 10px;
  margin-bottom: 4px;
  margin-left: -3px;
}
.css-tooltip:hover:after {
  content: attr(data-tooltip);
  background: rgba(0, 0, 0, 0.8);
  padding: 6px 12px;
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  margin: 0 auto;
  color: #fff;
  top: -5px;
  left: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

.css-tooltip:hover:before {
  top: -5px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: var(--black);
  border-width: 5px;
  margin-left: -5px;
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
}

/* specific to each container */

.container-features.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.container-features.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* Btns Wizardsardine Section */
.container-features .btn-text {
  color: var(--Grey-Darker, #373737);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
.container-features.fourth .btn-secondary-liana {
  height: 40px;
  width: 240px;
}

/* Media Queries */

@media screen and (max-width: 1000px) {
  .container-features {
    padding: 8% 16%;
  }
}
@media screen and (max-width: 900px) {
  .container-features {
    padding: 8% 10%;
  }
  #features p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .container-features {
    padding: 80px 10%;
    gap: 40px;
  }
  .img-feature {
    max-height: 170px;
  }
}
@media screen and (max-width: 680px) {
  .container-features.right,
  .container-features.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .img-feature {
    max-height: 170px;
  }
}
@media screen and (max-width: 550px) {
  #features h3 {
    font-size: 24px;
  }
  #features p {
    font-size: 16px;
  }
  .container-features {
    gap: 30px;
    padding: 60px 20px;
  }
  .container-text-feature {
    gap: 14px;
  }
}

/********************* 3th Section - USE CASES ***************************************************************/

section#usecases {
  padding: 10% 5%;
  background-color: var(--liana-light-grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
section#usecases h2 {
  color: #303d43;
  text-align: center;
  font-size: 55px;
  font-weight: 700;
  line-height: 113.5%; /* 62.425px */
  margin-bottom: 30px;
  max-width: 950px;
}

.container-usecases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  max-width: 1400px;
}
.usecase-item {
  border-radius: 0px 60px 0px 40px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.usecase-item.backups {
  padding: 50px;
}
.usecase-item .container-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  max-width: 700px;
}
.usecase-item .container-text h4 {
  color: var(--Liana-Black, #141414);
  font-size: 54px;
  font-weight: 700;
  line-height: 97.6%; /* 52.704px */
}
.usecase-item .container-text p {
  color: var(--Grey-Darker, #373737);
  font-size: 16px;
  font-weight: 400;
  line-height: 147%; /* 23.52px */
}
.usecase-item .container-img {
  width: auto;
  height: 100%;
}

.usecase-item .container-img img {
  width: 100%;
  height: auto;
  max-height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

.usecase-item .container-img.first img,
.usecase-item .container-img.second img,
.usecase-item .container-img.third img {
  border-radius: 0 30px;
}
.usecase-item .container-img.third img {
  min-height: 250px;
}
.container-contact {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.container-contact h6 {
  color: #303d43;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
}

/* NEW MEDIA QUERIES */

@media screen and (max-width: 900px) {
  section#usecases h2 {
    font-size: 44px;
  }
  .usecase-item {
    gap: 30px;
    padding: 50px;
  }
  .usecase-item .container-img img {
    max-height: 160px;
  }
}

@media screen and (max-width: 768px) {
  .usecase-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .usecase-item .container-text {
    width: 100%;
  }
  .usecase-item .container-text h4 {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  section#usecases {
    gap: 20px;
  }
  section#usecases h2 {
    font-size: 28px;
    line-height: 32px !important;
    margin-bottom: 14px;
  }
  .usecase-item .container-text h4 {
    font-size: 40px;
  }
  .usecase-item .container-text p {
    line-height: 130%;
  }
  .usecase-item .container-img.third img {
    min-height: unset;
  }
}

@media screen and (max-width: 500px) {
  .container-usecases {
    gap: 20px;
  }
  .usecase-item {
    padding: 30px !important;
  }
}
