@import url(https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css);

.page_container {
  width: 100%;
  padding: 160px 50px 30px 50px;
  letter-spacing: normal;
  overflow-x: hidden;
  margin: auto;
}

a {
  text-decoration: none;
  background: 0 0;
  outline: 0 !important
}

.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.lms-introduction-heaqding {
  text-align: center;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.5;
  color: #101010;
  font-family: 'Inter';
  margin: auto;
}

.lms-introduction-text {
  color: #101010;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

.learner-images {
  width: 100%;
  aspect-ratio: 16/ 9;
}

.toggle-bg {
  background: #e3f2fe;
  border-radius: 12px;
  margin: 20px 0;
}

.toggel-box-lms {
  background: #f9fcff;
  padding: 30px;
  border-radius: 12px;
  margin: 50px auto;
}

.toggel-lms-tubes {
  background-color: #fff;
  color: #101010;
  cursor: pointer;
  padding: 16px;
  width: 100%;
  text-align: left;
  font-size: 18px;
  transition: .4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5;
  box-shadow: 0 0 4px 0 #00000029;
  border-radius: 12px;
  border: 1px solid #93cefb;
  margin: 0;
  font-weight: 600;
}

.toggel-lms-tubes:hover {
  background-color: #dbeefd;
  color: #101010;
}

.toggel-lms-tubes.active {
  background-color: #fff;
  color: #101010;
}

.toggle-intenal-items {
  margin: 24px 0px;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.subSection-tabs li {
  margin: 10px 0px;
  line-height: 1.5;
  font-size: 16px;
}

.toggeltextlms {
  max-height: 0;
  box-shadow: 0 3px 6px #0000001A;
  overflow: hidden;
  transition: max-height .2s ease-out;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.toggeltextlms p {
  color: #101010;
  font-size: 16px;
  line-height: 1.5;
}

.free-trial-button2 {
  width: 20%;
  font-size: 16px;
  padding: 12px;
  border: none !important;
  background: linear-gradient(180deg, #6E2CD8 0%, #098FF8 100%);
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  box-shadow: 0 5px 0 transparent;
  transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
  transform: translateY(0);
  display: flex;
  gap: 10px;
  text-align: center;
  justify-content: center;
  width: 20%;
  margin: auto;
  align-items: center;
}

.free-trial-button2:hover {
  color: #fff;
  transform: translateY(calc(-1* var(--animation-depth, .375em)));
  box-shadow: 0 5px 0 #6436DB;
  animation: bounce 0.4s ease-out;
}

.free-trial-button2:active {
  color: #fff;
  transform: translateY(calc(-1* var(--animation-depth, .375em)));
  box-shadow: 0 5px 0 #6436DB;
  animation: bounce 0.4s ease-out;
}

.heading-section2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
  margin: 30px 0;
  color: #101010;
}

.text-section2 {
  color: #101010;
  font-size: 16px;
  line-height: 1.5;
}

.linkClr, .linkClr:hover {
  color: #098FF8;
}

.main-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 88%;
  margin: auto;
}

.useCase-tab-content {
  font-size: 16px;
  margin: 0px;
  font-weight: 700;
}

.usecase-tab-container {
  padding: 20px;
}

.bold-text {
  font-weight: 700;
}

.triangleImg {
  width: 20px;
  height: 20px;
}

.arrows {
  width: 28px;
  height: 28px;
}

.clnt-logo-img {
  width: 100% !important;
  height: auto;
  border-radius: 10px;
  margin: 10px 0;
  box-shadow: 2px 2px 6px #00000029;
  aspect-ratio: 16/9;
}

@media only screen and (min-width: 767px) {
  .mobileversion {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .desktopversion {
    display: none;
  }

  .client-img {
    height: auto !important;
  }

  .lms-introduction-heaqding {
    text-align: center;
    font-size: 36px !important;
  }

  .lms-introduction-text {
    font-size: 16px;
    text-align: center;
    margin: 20px 0px;
  }

  .toggel-lms-tubes {
    font-size: 16px !important;
    line-height: 1.5;
  }

  .heading-section2 {
    font-size: 30px;
  }

  .page_container {
    padding: 140px 20px 20px 20px;
  }

  .learner-images {
    width: 100%;
    aspect-ratio: 16/ 9;
    border-radius: 5px 5px;
  }

  .main-section {
    display: block;
    padding: 0px;
    width: 100%;
  }

  .toggel-box-lms {
    margin: 0% 0%;
    padding: 0px;
  }

  .free-trial-button2 {
    padding: 12px;
    font-size: 14px;
    width: 70%;
    margin: 30px auto;
  }

  .owl-carousel .owl-item img {
    display: block;
    width: 100% !important;
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .lms-introduction-heaqding {
    font-size: 36px;
  }

  .main-section {
    width: 100%;
  }

  .free-trial-button2 {
    font-size: 14px;
    width: 34%;
  }

  .toggel-lms-tubes {
    padding: 12px;
    font-size: 16px;
  }

  .toggeltextlms p {
    font-size: 14px;
  }

  .subSection-tabs li {
    font-size: 14px;
  }
}