/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
:root {
  --swiper-image-ratio: 33.3%; /* ratio 16:9 = 56.25% */

  --swiper-width: 50%;
  --swiper-inactive-scale: 0.85; /* makes the other slide smaller */

  /* responsive settings */
  --swiper-mobile-width: 80%;
  --swiper-mobile-inactive-scale: 0.95;
}

.it-card {
  font-family: poppins;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 84px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 84px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 84px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #f2f2f2;
  position: relative;
  cursor: pointer;
}
.zero-height {
  height: 0 !important;
  overflow: hidden;
}
.auto-height {
  height: auto !important;
  max-height: 500px;
}
.it-card .front {
  text-align: center;
  height: auto;
}
.it-card .back {
  height: 0;
  overflow: hidden;
}
.it-card h3 {
  color: #193040;
  font-size: 20px;
}
.it-card .title {
  color: #193040;
  font-size: 20px;
  font-weight: 600;
}
.it-card .back .description {
  color: #5f7686;
  font-size: 14px;
  line-height: 24px;
}
.it-card .back .description b {
  color: #193040;
  font-weight: 600;
}

.it-card .readmore {
  margin-top: 15px;
  display: inline-block;
  color: #762eff;
  font-weight: 500;
}

.it-card .front .subtitle {
  color: #193040;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}

.it-card .front .number {
  color: #193040;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
}
.it-card .small-icon {
  width: 45px;
}

.interactive-carousel {
  position: relative;
  width: 100%;
  height: calc(var(--swiper-width) * var(--swiper-image-ratio) / 100%);
  overflow: hidden !important;
  padding: 50px 0px;
}
.interactive-carousel .swiper-pagination,
.pricing-slider .swiper-pagination {
  bottom: 0px;
}
.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}
.interactive-carousel .swiper-button-prev,
.interactive-carousel .swiper-button-next {
  display: none;
}

.interactive-carousel .swiper-slide,
.pricing-slider .swiper-slide {
  position: relative;
  width: var(--swiper-width);
  transform: scale(0.84);
  transition: all 0.3s ease-in-out;
  border-radius: 0.4285rem;
}

.interactive-carousel .swiper-backface-hidden .swiper-slide,
.pricing-slider .swiper-backface-hidden .swiper-slide {
  transform: scale(0.84) translateZ(0);
}

.interactive-carousel .swiper-slide.swiper-slide-active,
.pricing-slider .swiper-slide.swiper-slide-active {
  transform: scale(1) !important;
}

.interactive-carousel .swiper-backface-hidden .swiper-slide.swiper-slide-active,
.pricing-slider .swiper-backface-hidden .swiper-slide.swiper-slide-active {
  transform: scale(1) translateZ(0) !important;
}

.image-box,
.industries-box {
  position: relative;
  font-family: poppins;
}
.industries-box {
  text-align: center;
}

.image-box img {
  border-radius: 12px;
}
.image-box h3 {
  color: #193040;
  font-size: 20px;
  font-weight: 600;
}
.industries-box h3 {
  color: #193040;
  font-size: 16px;
  font-weight: 600;
}
.industries-box .readmore {
  margin-top: 15px;
  display: inline-block;
  color: #762eff;
  font-weight: 500;
}
.image-box .description {
  color: #5f7686;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 15px;
}
.image-box .readmore {
  display: inline-block;
  border: 1px solid #69d6ff;
  padding: 10px 30px;
  color: #193040;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
}
.image-box .readmore:hover {
  background: #69d6ff;
  color: #fff;
}

.pricing-table-holder {
  font-family: poppins;
  border-radius: 14px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 4px 104px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 104px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 104px 0px rgba(0, 0, 0, 0.1);
  display: flex;
}
.p_table {
  display: block;
  text-align: center;
  position: relative;
  width: 25%;
}

.p_table_badge {
  margin-top: -2px;
  width: 25%;
  position: relative;
  -webkit-box-shadow: 0px 4px 104px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 104px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 104px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  box-sizing: border-box;
  border-radius: 14px;
  background: #fff;
  border: 2px solid #762eff;
}

.pricing-table-holder .pricing-badge {
  margin-top: -45px;
  font-size: 12px;
  font-weight: 500;
  color: #762eff;
  padding: 4px 10px;
  display: inline-block;
  position: absolute;
  text-transform: uppercase;
  background: radial-gradient(
        circle at 100% 100%,
        #ffffff 0,
        #ffffff 12px,
        transparent 12px
      )
      0% 0%/14px 14px no-repeat,
    radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 12px, transparent 12px)
      100% 0%/14px 14px no-repeat,
    radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 12px, transparent 12px)
      0% 100%/14px 14px no-repeat,
    radial-gradient(circle at 0 0, #ffffff 0, #ffffff 12px, transparent 12px)
      100% 100%/14px 14px no-repeat,
    linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 4px)
      calc(100% - 28px) no-repeat,
    linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 28px)
      calc(100% - 4px) no-repeat,
    linear-gradient(90deg, #762eff 0%, #69d6ff 100%, transparent 762%);
  border-radius: 30px;
}

.pricing-table-holder .table-header {
  padding: 30px;
  display: flex;
  row-gap: 20px;
  flex-direction: column;
  align-items: center;
}
.pricing-table-holder .table_pill {
  padding: 8px 30px;
  background: #f3eefc;
  border: 1px solid #e1e1e1;
  color: #762eff;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border-radius: 30px;
  min-width: 151px;
}
.pricing-table-holder .price {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
}
.pricing-table-holder .price.large {
  font-size: 35px;
  line-height: 50px;
}
.pricing-table-holder .table_body {
  position: relative;
}
.pricing-table-holder .table_info {
  padding: 20px 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pricing-table-holder .rev_share {
  font-size: 14px;
  color: #5f7686;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  padding-right: 20px;
  background: url(tool-tip-icon.png) no-repeat right;
}
.pricing-table-holder .rev_text {
  color: #193040;
  font-size: 18px;
  font-weight: 500;
}
.pricing-table-holder .rev_link {
  color: #762eff;
  font-size: 18px;
  text-decoration: underline;
  font-weight: 500;
}
.pricing-table-holder .purchase_btn {
  display: inline-block;
  min-width: 150px;
  padding: 8px 15px;
  color: #193040;
  font-weight: 500;
  border-radius: 30px;
  border: 1px solid #69d6ff;
  background: #fff;
  margin-top: 20px;
}
.pricing-table-holder .purchase_btn_gradient {
  margin-top: 20px;
  display: inline-block;
  min-width: 150px;
  padding: 8px 15px;
  color: #fff;
  font-weight: 500;
  border-radius: 30px;
  background: #762eff;
  background: linear-gradient(to right, #762eff 21%, #69d6ff 100%);
}
.feature_list {
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
}
.feature_list li {
  display: block;
  padding: 15px;
  font-size: 16px;
  color: #193040;
  font-weight: 500;
}
.feature_list li:nth-child(odd) {
  background: #f3f4f8;
}
.feature_list li:first-child {
  padding: 30px 15px;
}
.pricing-slider .p_table,
.pricing-slider .p_table_badge {
  width: 100%;
  border-radius: 14px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.05);
}
.pricing-slider.pricing-table-holder {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background: transparent;
  border-radius: 0;
  overflow-x: hidden;
  padding: 30px 0px;
}
.pricing-slider .p_table_badge {
  border: 2px solid #762eff;
}
body {
  overflow-x: hidden;
}
.usecases-carousel {
  font-family: poppins;
  width: 100%;
  margin: 0 auto !important;
  overflow: visible !important;
}
.usecases-carousel .cases-box {
  background: #fff;
  padding: 40px 20px;
  position: relative;
  border-radius: 20px;
  width: 100%;
  color: #193040;
  display: block;
  overflow: hidden;
  min-height: 250px;
  display: flex;
  align-items: center;
}
.rtl .usecases-carousel .cases-box .image-cricle-overlay {
  left: -30px;
  right: auto;
}
.usecases-carousel .cases-box .image-cricle-overlay {
  position: absolute;
  width: 120px;
  height: 120px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 30px;
  top: -30px;
  right: -30px;
  background: #fff;
  border-radius: 50%;
  transform: translate(0px, -460px);
  -webkit-transform: translate(0px, -460px);
  -moz-transform: translate(0px, -460px);
}
.cases-box:hover .image-cricle-overlay {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.usecases-carousel .cases-box:hover {
  background: #762eff;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.usecases-carousel .cases-box .u-title {
  width: 60%;
  font-weight: 600;
  font-size: 20px;
}
.usecases-carousel .cases-box .u-description {
  font-size: 14px;
}
.slder_arrows {
  font-family: poppins;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.rtl .slder_arrows .button-prev {
  background: url(arrow-right.png) no-repeat right;
  padding-right: 40px;
}

.rtl .slder_arrows .button-next {
  background: url(arrow-left.png) no-repeat left;
  padding-left: 40px;
}
.slder_arrows .button-prev {
  background: url(arrow-left.png) no-repeat left;
  padding-left: 40px;
  color: #762eff;
  cursor: pointer;
}
.slder_arrows .button-next {
  background: url(arrow-right.png) no-repeat right;
  padding-right: 40px;
  color: #762eff;
  cursor: pointer;
}
.usecases-carousel .swiper-slide {
  width: 100/3% !important;
}

.industires-carousel {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
.industires-carousel .swiper-slide-container {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ttol_tip_holder {
  position: relative;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.tooltip {
  z-index: 1;
  background: #fff;
  bottom: 0;
  position: absolute;
  text-align: left;
  width: 205px;
  padding: 15px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 84px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 4px 84px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 84px 0px rgba(0, 0, 0, 0.14);
}
.tooltip .tooltip_title {
  color: #5f7686;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 5px;
}
.tooltip .tooltip_content {
  color: #5f7686;
  font-size: 13px;
  padding-top: 5px;
}

@media only screen and (max-width: 768px) {
  .interactive-carousel .swiper,
  .pricing-slider .swiper {
    height: calc(var(--swiper-mobile-width) * var(--swiper-image-ratio) / 100%);
  }

  .interactive-carousel .swiper-slide,
  .pricing-slider .swiper-slide {
    width: var(--swiper-mobile-width);
    transform: scale(var(--swiper-mobile-inactive-scale));
  }

  .interactive-carousel .swiper-backface-hidden .swiper-slide.swiper-slide,
  .pricing-slider .swiper-backface-hidden .swiper-slide.swiper-slide {
    transform: scale(var(--swiper-mobile-inactive-scale)) translateZ(0);
  }

  .interactive-carousel .swiper-button-next {
    right: calc((100% - var(--swiper-mobile-width)) / 2);
  }

  .interactive-carousel .swiper-button-prev {
    left: calc((100% - var(--swiper-mobile-width)) / 2);
  }
}
@media (max-width: 1025px) {
  .it-card .front .number {
    font-size: 50px;
    line-height: 60px;
  }
  .it-card .front .subtitle {
    font-size: 20px;
    line-height: 30px;
  }
  .it-card h3 {
    font-size: 18px;
  }
}
