/* home banner */
.hero-banner-sec {
  background: linear-gradient(180deg, #0865FF 0%, #FFFFFF 100%);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-block: 120px 0;
  overflow: hidden;
}

.hero-banner-sec:before,
.hero-banner-sec:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/lineborder.png");
  width: 100%;
  height: 100%;
  /* pointer-events: none; */
  background-size: cover;
  z-index: -1;
}

.hero-banner-sec:after {
  background: url("../img/cloud.svg") no-repeat;
  top: inherit;
  bottom: -50px;
  z-index: -1;
  height: 80%;
}

.hero-banner-sec .hand-image {
  padding-left: 30px;
}

.hero-banner-sec .hand-image img {
  width: 100%;
  height: 100%;
}

.hero-banner-sec .before-container {
  position: relative;
  padding-bottom: 60px;
}

.hero-banner-sec .before-container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 1.4%, #FFF 53.42%);
  width: 100%;
  height: 150px;
  pointer-events: none;
  background-size: cover;
  z-index: 1;
}

.hero-banner-sec .hand-box {
  position: relative;
}

.hero-banner-sec .hand-box .hero-card-wrapper {
  position: absolute;
}

.hero-banner-sec .hand-box .hero-card-wrapper .hero-card {
  background: var(--white);
  font-size: var(--font12);
  padding: 5px 10px;
  border-radius: 50px;
  border-bottom-right-radius: 0;
  color: var(--gray);
}

.hero-banner-sec .hand-box .hero-card-wrapper.hero-card-wrapper1 {
  top: 36px;
  transform: rotate(-20deg);
  left: -16px;
}

.hero-banner-sec .hand-box .hero-card-wrapper.hero-card-wrapper2 {
  bottom: 150px;
  transform: rotate(-30deg);
  left: 40px;
}

.hero-banner-sec .hand-box .hero-card-wrapper.hero-card-wrapper3 {
  bottom: 150px;
  transform: rotate(15deg);
  right: 90px;
}

.hero-banner-sec .hand-box .hero-card-wrapper.hero-card-wrapper3 .hero-card {
  border-radius: 50px;
  border-bottom-left-radius: 0;
}

.hero-banner-sec .bottom-banner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.hero-banner-sec .bottom-banner .left-side {
  width: 450px;
}

.hero-banner-sec .bottom-banner .right-side {
  flex: calc(100% - 450px);
}

.hero-banner-sec .big-heading {
  font-size: var(--font100);
  line-height: 110px;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 800;
  /* white-space: nowrap; */
}

.hero-banner-sec .content-box {
  z-index: 2;
  /* padding-bottom: 30%; */
}

.hero-banner-sec .content-box .desc {
  color: var(--white);
  font-size: var(--font20);
  line-height: 28px;
  max-width: 750px;
}

.hero-banner-sec .content-box .big-heading {
  font-size: var(--font70);
  line-height: 80px;
}

.hero-banner-sec .content-box .banner-btn {
  background: var(--white);
  border-radius: 50px;
  color: var(--gray);
  padding: 15px 20px;
  font-size: var(--font20);
  line-height: 30px;
  font-weight: 500;
  /* box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.5); */
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.5s ease-in-out;
}
.hero-banner-sec .content-box .banner-btn:hover{
   background: var(--gray2);
  color: var(--white);
  transform: scale(0.95);
}
.hero-banner-sec .content-box .banner-btn span{
  width:22px;
}

/* meet-section */
.meet-section {
  position: relative;
  background: var(--bg-gray) url("../img/meet-border.png");
  z-index: 1;
}

.meet-section:before,
.meet-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/meet-cloud.png");
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.meet-section:after {
  left: inherit;
  right: 0;
  background: url("../img/meet-cloud1.png");
  background-position: center;
  background-size: contain;
}

.meet-section .meet-content .heading-one {
  color: var(--main);
}

.meet-section .meet-content .dkluter-logo {
  max-width: 250px;
  margin-bottom: 16px;
}

.meet-section .meet-list {
  padding-top: 60px;
}

.meet-section .meet-list .meet-box {
  border-radius: 20px;
  background: #FFF;
  padding: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.5s ease-in-out;
}

.meet-section .meet-list .meet-box .icon {
  background: rgb(209, 224, 254);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  margin-left: auto;
}

.meet-section .meet-list .meet-box .title {
  color: var(--black);
  font-size: var(--font30);
  font-weight: 700;
  line-height: 40px;
  padding-inline: 10px;
}

.meet-section .meet-list .meet-box .content {
  background: var(--bg-gray);
  border-radius: 20px;
  padding: 20px;
  height: 100%;
}

.meet-section .meet-list .meet-box:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transform: translateY(-10px);
}

/* ai-feature-section */
.ai-feature-section {
  background: var(--bg-gray);
  position: relative;
  z-index: 1;
}

.ai-feature-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/ai-cloud.svg") no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.ai-feature-section .content-box {
  padding-right: 50px;
}

.ai-feature-section .content-box p {
  font-size: var(--font18);
  line-height: 28px;
  color: var(--gray2);
  margin-bottom: 0;
}

.ai-feature-section .content-box .feature-list {
  padding-left: 0;
  margin-top: 30px;
}

.ai-feature-section .content-box .feature-list li {
  display: flex;
  gap: 25px;
  margin-bottom: 24px;
}

.ai-feature-section .content-box .feature-list li .icon {
  flex: 0 0 54px;
}

.ai-feature-section .content-box .feature-list li .icon img {
    box-shadow: 0px 0px 6px #0000001c;
    border-radius: 50px;
}

.ai-feature-section .content-box .feature-list li .content {
  flex: 0 0 calc(100% - 54px);
}

.ai-feature-section .content-box .feature-list li .content .title {
  color: var(--black1);
  font-size: var(--font24);
  line-height: 30px;
  margin-bottom: 6px;
  font-weight: bold;
}

.ai-feature-section .content-box .feature-list li .content p {
  font-size: var(--font16);
  line-height: 26px;
}

/* download-resource-section */
.download-resource-section {
  .image {
    max-width: 300px;
    margin: auto;
  }

  .subheading {
    color: var(--black);
    font-weight: 500;
  }

  p {
    color: var(--gray1);
  }
}


/* trusted-section */
.trusted-section .heading-one span {
  font-weight: 200;
}

.trusted-section .stats-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.trusted-section .stats-section .stat {
  text-align: center;
  max-width: calc(20% - 40px);
}

.trusted-section .stats-section .stat .number-heading {
  font-weight: bold;
  font-size: var(--font50);
  line-height: 60px;
  color: var(--black);
  width: 100px;
}

.trusted-section .stats-section .stat p {
  margin-bottom: 0;
  font-size: var(--font14);
  line-height: 18px;
}

/* testimonial-section */
.testimonial-section {
  background: var(--bg-blue1);
}

.testimonial-section .testimonial-slider {
  margin-left: 40px;
  padding-top: 60px;
  padding-bottom: 130px;
  padding-left: 40px;
}

.testimonial-section .testimonial-slider .swiper-slide {
  height: auto;
}

.testimonial-section .testimonial-slider .swiper-slide .feedback-card {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 0 10px 0 rgba(0, 0, 0, 0.07);
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  height: 100%;
}

.testimonial-section .testimonial-slider .swiper-slide .feedback-card .text {
  font-size: var(--font16);
  line-height: 26px;
  color: var(--black);
  margin-bottom: 20px;
}

.testimonial-section .testimonial-slider .swiper-slide .feedback-card .name {
  font-size: var(--font16);
  line-height: 26px;
  color: var(--black);
}

.testimonial-section .testimonial-slider .swiper-slide.swiper-slide-active {
  transform: scale(1.1);
}

/* desc-box */
.feature-section .desc-box .image {
  width: 100px;
}

.feature-section .desc-box p {
  font-size: var(--font20);
  line-height: 30px;
  color: var(--black);
}

#featureid {
  min-height: 550px;
  position: relative;
  width: 1200px;
  margin: auto;
  padding: 0 16px;
}

#featureid .wrap {
  text-align: center;
}

#featureid .point_panel {
  position: relative;
  margin: 57px auto 0 auto;
  width: 500px;
  background: #EDF5FE;
  border-radius: 50%;
  padding: 0;
  height: 500px;
  overflow: hidden;
}

#featureid .panel_list {
  display: none;
  height: 100%;
}

#featureid .panel_list.active {
  display: inline-block;
}

#featureid .panel_list img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding-top: 37px;
  padding-inline: 40px;
  margin: auto;
}


#featureid .point_tab {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 700px;
  margin: 0 auto;
}

#featureid .tab_list {
  position: absolute;
  width: 350px;
  min-height: 70px;
  cursor: pointer;
}

#featureid .tab_list:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
}

#featureid .tab_list.n1 {
  top: 0;
  left: -190px;
}

#featureid .tab_list.n2 {
  top: 108px;
  left: -222px;
}

#featureid .tab_list.n3 {
  top: 243px;
  left: -220px;
}

#featureid .tab_list.n4 {
  top: 415px;
  left: -165px;
}

#featureid .tab_list.n5 {
  top: 0;
  right: -180px;
}

#featureid .tab_list.n6 {
  top: 108px;
  right: -220px;
}

#featureid .tab_list.n7 {
  top: 243px;
  right: -220px;
}

#featureid .tab_list.n8 {
  top: 415px;
  right: -165px;
}

#featureid .tab_list.n1:before,
#featureid .tab_list.n2:before,
#featureid .tab_list.n3:before,
#featureid .tab_list.n4:before {
  right: 0;
}

#featureid .tab_list.n1:after {
  right: 0;
  background-image: url('../img/bg_point1.png');
}

#featureid .tab_list.n2:after {
  right: 0;
  background-image: url('../img/bg_point2.png');
}

#featureid .tab_list.n3:after {
  right: 0;
  background-image: url('../img/bg_point3.png');
}

#featureid .tab_list.n4:after {
  right: 0;
  background-image: url('../img/bg_point4.png');
}

#featureid .tab_list.n5:after {
  left: 0;
  background-image: url('../img/bg_point5.png');
}

#featureid .tab_list.n6:after {
  left: 0;
  background-image: url('../img/bg_point6.png');
}


#featureid .tab_list.n7:after {
  left: 0;
  background-image: url('../img/bg_point7.png');
}

#featureid .tab_list.n8:after {
  left: 0;
  background-image: url('../img/bg_point8.png');
}

#featureid .tab_list a {
  display: block;
  font-size: var(--font20);
  line-height: 28px;
  color: var(--black);
  word-break: keep-all;
}

#featureid .tab_list.n1 a,
#featureid .tab_list.n2 a,
#featureid .tab_list.n3 a,
#featureid .tab_list.n4 a {
  padding-right: 80px;
  text-align: right;
}

#featureid .tab_list.n5 a,
#featureid .tab_list.n6 a,
#featureid .tab_list.n7 a,
#featureid .tab_list.n8 a {
  padding-left: 80px;
  text-align: left;
}

#featureid .tab_list a span {
  font-size: var(--font14);
  line-height: 22px;
  color: var(--gray1);
  font-weight: 300;
  width: 100%;
  display: block;
}

#featureid .tab_list.active:before {
  /* background-color: var(--gray2); */
    /* background-color: #EEF4FE; */
    background: #c1c1c1;
}

#featureid .tab_list:before {
  content: '';
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-sizing: border-box;
  background-size: 95px 95px;
}



/* }

#featureid .tab_list.n2.active:after {
  background-image: url('../img/bg_point2_on.png');
}

#featureid .tab_list.n3.active:after {
  background-image: url('../img/bg_point3_on.png');
}

#featureid .tab_list.n4.active:after {
  background-image: url('../img/bg_point4_on.png');
}

#featureid .tab_list.n5.active:after {
  background-image: url('../img/bg_point5_on.png');
}

#featureid .tab_list.n6.active:after {
  background-image: url('../img/bg_point6_on.png');
}

#featureid .tab_list.n7.active:after {
  background-image: url('../img/bg_point7_on.png');
}

#featureid .tab_list.n8.active:after {
  background-image: url('../img/bg_point8_on.png');
} */

#featureid .tab_list.active a {
  color: var(--main);
}



/* faq */
.faq-section .accordion-item {
  background: white;
  border-radius: 5px;
  box-shadow: 0 3px 28.2px 0 rgba(0, 0, 0, 0.11);
  overflow: hidden;
}

.faq-section .faq-btn {
  width: 100%;
  padding: 18px 20px;
  background: none;
  border: none;
  text-align: left;
  position: relative;
  padding-right: 50px;
  font-weight: 600;
  font-size: 16px;
}

.faq-section .faq-btn .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: 0.3s;
}

.faq-section .accordion-button:not(.collapsed) .icon {
  transform: translateY(-50%) rotate(180deg);
}

.faq-section .faq-content {
  padding: 0 20px 20px 20px;
  color: #444;
}

.faq-section .accordion-button {
  box-shadow: none !important;
  background: none !important;
  padding-right: 16px;
  justify-content: space-between;
}

.faq-section::before {
  transform: rotate(180deg);
}

/* Custom Accordion Arrow with Background Color */
.accordion-button::after {
  content: "";
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-color: #EEF4FE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  /* Custom SVG arrow */
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20width%3D'20'%20height%3D'20'%20viewBox%3D'0%200%2020%2020'%20fill%3D'none'%3E%3Cpath%20d%3D'M17.0837%206.65739C16.972%206.54835%2016.8222%206.48731%2016.6662%206.48731C16.5101%206.48731%2016.3603%206.54835%2016.2487%206.65739L9.99991%2012.7486L3.75241%206.65739C3.64079%206.54835%203.49095%206.4873%203.33491%206.4873C3.17887%206.4873%203.02902%206.54835%202.91741%206.65739C2.86298%206.71038%202.81972%206.77374%202.79018%206.84373C2.76064%206.91372%202.74542%206.98892%202.74542%207.06489C2.74542%207.14085%202.76064%207.21605%202.79018%207.28604C2.81972%207.35603%202.86298%207.41939%202.91741%207.47239L9.56366%2013.9499C9.68037%2014.0637%209.83692%2014.1273%209.99991%2014.1273C10.1629%2014.1273%2010.3194%2014.0637%2010.4362%2013.9499L17.0824%207.47239C17.1368%207.41939%2017.1801%207.35603%2017.2096%207.28604C17.2392%207.21605%2017.2544%207.14085%2017.2544%207.06489C17.2544%206.98892%2017.2392%206.91372%2017.2096%206.84373C17.1801%206.77374%2017.1368%206.71038%2017.0824%206.65739Z'%20fill%3D'%23007AFF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  transition: transform .3s ease;
  margin-left: 20px;
}

/* Rotate on open */
.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  background-color: var(--main);
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20width%3D'20'%20height%3D'20'%20viewBox%3D'0%200%2020%2020'%20fill%3D'none'%3E%3Cpath%20d%3D'M17.0837%206.65739C16.972%206.54835%2016.8222%206.48731%2016.6662%206.48731C16.5101%206.48731%2016.3603%206.54835%2016.2487%206.65739L9.99991%2012.7486L3.75241%206.65739C3.64079%206.54835%203.49095%206.4873%203.33491%206.4873C3.17887%206.4873%203.02902%206.54835%202.91741%206.65739C2.86298%206.71038%202.81972%206.77374%202.79018%206.84373C2.76064%206.91372%202.74542%206.98892%202.74542%207.06489C2.74542%207.14085%202.76064%207.21605%202.79018%207.28604C2.81972%207.35603%202.86298%207.41939%202.91741%207.47239L9.56366%2013.9499C9.68037%2014.0637%209.83692%2014.1273%209.99991%2014.1273C10.1629%2014.1273%2010.3194%2014.0637%2010.4362%2013.9499L17.0824%207.47239C17.1368%207.41939%2017.1801%207.35603%2017.2096%207.28604C17.2392%207.21605%2017.2544%207.14085%2017.2544%207.06489C17.2544%206.98892%2017.2392%206.91372%2017.2096%206.84373C17.1801%206.77374%2017.1368%206.71038%2017.0824%206.65739Z'%20fill%3D'%23fff'/%3E%3C/svg%3E");
}




/* highlight feature */

.highlight-section .sticky-wrapper {
  position: sticky;
  top: 60px;
}

.highlight-section .hignlight-list {
  position: sticky;
  top: 100px;
  padding-right: 20px;
  height: 90vh;
  overflow-y: auto;
}

.highlight-section .hignlight-list .item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
  cursor: pointer;
}

.highlight-section .hignlight-list .item .icon {
  background: var(--bg-gray);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 12px;
}

.highlight-section .hignlight-list .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.highlight-section .hignlight-list .item span {
  flex: calc(100% - 55px);
  font-size: var(--font18);
  line-height: 26px;
}

.highlight-section .hignlight-list .item.active .icon {
  background: var(--main);
}

.highlight-section .hignlight-list .item.active .icon img {
  filter: brightness(0) invert(1);
}

.highlight-section .hignlight-list .item.active span {
  color: var(--main);
}

.highlight-section .hignlight-list::-webkit-scrollbar {
  width: 4px;
}

.highlight-section .hignlight-list::-webkit-scrollbar-track {
  background: #D9D9D9;
  border-radius: 10px;
}

.highlight-section .hignlight-list::-webkit-scrollbar-thumb {
  background: var(--main);
  border-radius: 10px;
  width: 4px;
}

.highlight-section .feature-block {
  position: relative;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  padding-block:50px;
   display: flex;
     /* min-height: 100vh; */
     opacity: 0.1;
     transition: all 0.5s ease-in-out;
 
}
 
.highlight-section .feature-block.active-block {
  opacity: 1;
}

.highlight-section .feature-block .float-image {
  /* position: sticky;
  top: 100px; */
  max-width: 180px;
  width: 100%;
}

.highlight-section .feature-block .float-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.highlight-section .feature-block .content-box {
  flex: calc(100% - 260px);
}

.highlight-section .feature-block .content-box .heading {
  font-size: var(--font35);
  line-height: 45px;
  color: var(--black);
  font-weight: bold;
}


@media all and (max-width:1199px) {
  #featureid {
    min-height: 550px;
    width: 1024px;
    margin: auto;
    padding: 0;
  }

  #featureid .point_panel {
    margin: 57px auto 0 auto;
    width: 380px;
    height: 380px;
  }

  #featureid .point_tab {
    width: 644px;
  }

  #featureid .tab_list {
    width: 322px;
  }

  #featureid .tab_list.n3 {
    top: 243px;
    left: -150px;
  }

  #featureid .tab_list.n1 {
    left: -142px;
  }

  #featureid .tab_list.n5 {
    right: -142px;
  }

  #featureid .tab_list.n7 {
    top: 243px;
    right: -133px;
  }

  #featureid .tab_list.n2 {
    top: 108px;
    left: -160px;
  }

  #featureid .tab_list.n4 {
    top: 373px;
    left: -90px;
  }

  #featureid .tab_list.n8 {
    top: 373px;
    right: -90px;
  }

  #featureid .tab_list.n6 {
    top: 130px;
    right: -145px;
  }

}


@media all and (max-width:1024px) {
  #featureid {
    min-height: 795px;
    padding-top: 35px;
  }

  #featureid .point_tab {
    top: 380px;
    left: -20px;
    right: 0;
    width: 700px;
    margin: 0 auto;
  }

  #featureid .tab_list {
    margin-top: 4px;
    position: relative;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    float: left;
    width: 50%;
    min-height: 80px;
    padding-right: 30px;
  }

  #featureid .tab_list:after {
    right: auto !important;
    left: 0 !important;
    width: 50px;
    height: 50px;
    background-size: 25px;
  }

  #featureid .tab_list:before {
    width: 50px;
    height: 50px;
    left: 0;
  }

  #featureid .tab_list a {
    padding-top: 2px;
    padding-left: 71px !important;
    padding-right: 0 !important;
    text-align: left !important;
    font-size: 16px;
    line-height: 22px;
  }

  #featureid .tab_list a span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
  }

  #featureid .point_panel {
    margin-top: 0;
    padding-top: 15px;
  }

}

@media all and (max-width:768px) {
  .wrap {
    display: flex;
    flex-direction: column-reverse;
  }

  #featureid {
    min-height: auto;
  }

  #featureid {
    min-height: auto;
  }

  #featureid .point_tab {
    left: 0;
    width: 100%;
    position: relative;
    top: 0;
    padding-left: 0;
  }

  #featureid .tab_list {
    width: 100%;
    padding-right: 0;
    margin-top: 6px;
    min-height: fit-content;
    margin-bottom: 20px;
  }

  #featureid .tab_list a {
    padding-left: 64px !important;
  }

  #featureid .tab_list a span {
    font-size: 14px;
  }

  #featureid .point_panel {
    margin: 0;
  }

  .highlight-section .feature-block{
    opacity: 1;
  }

}


@media only screen and (max-width:992px) {
  .hero-banner-sec .bottom-banner {
    flex-direction: column-reverse;
  }

  .hero-banner-sec .content-box {
    padding-bottom: 8%;
  }

  .hero-banner-sec .big-heading,
  .hero-banner-sec .content-box .big-heading {
    font-size: var(--font48);
    line-height: 58px;
  }

  .hero-banner-sec:after {
    background-size: contain;
    background-position: bottom;
  }

  .mobile-slider-box {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    gap: 0;
  }

  .mobile-slider-box .col-lg-4 {
    flex: 0 0 90%;
    max-width: 90%;
  }

  .mobile-slider-box::-webkit-scrollbar,
  .mobile-slider-box::-webkit-scrollbar-thumb {
    display: none;
  }

  .testimonial-section .testimonial-slider {
    margin-left: 0px;
    padding-top: 48px;
    padding-bottom: 90px;
    padding-left: 40px;
  }





}

@media only screen and (max-width:640px) {

  .hero-banner-sec .big-heading,
  .hero-banner-sec .content-box .big-heading {
    font-size: var(--font28);
    line-height: 38px;
  }

  .hero-banner-sec .content-box .desc {
    max-width: 100%;
    font-size: var(--font16);
    line-height: 20px;
  }

  .hero-banner-sec .content-box .banner-btn {
    padding: 12px 16px;
    font-size: var(--font14);
    line-height: 18px;
    gap: 5px;
  }

  .hero-banner-sec .bottom-banner .left-side {
    width: 100%;
  }

  .hero-banner-sec .hand-box .hero-card-wrapper.hero-card-wrapper3 {
    bottom: 106px;
    right: 52px;
  }

  .hero-banner-sec .hand-box .hero-card-wrapper.hero-card-wrapper2 {
    bottom: 98px;
    left: 0px;
  }

  .hero-banner-sec .hand-box .hero-card-wrapper.hero-card-wrapper1 {
    top: 24px;
  }

  .hero-banner-sec .content-box {
    padding-bottom: 15%;
  }

  .hero-banner-sec:after {
    background-size: 156%;
    background-position: bottom;
  }

  .ai-feature-section .content-box p {
    font-size: var(--font16);
    line-height: 26px;
  }

  .ai-feature-section .content-box .feature-list li .content .title {
    font-size: var(--font18);
    line-height: 28px;
  }

  .ai-feature-section .content-box .feature-list li .content p {
    font-size: var(--font14);
    line-height: 22px;
  }

  .ai-feature-section .content-box .feature-list li {
    gap: 14px;
    margin-bottom: 16px;
  }

  .meet-section .meet-content .dkluter-logo {
    max-width: 150px;
  }

  .meet-section .meet-list .meet-box .icon {
    width: 70px;
    height: 70px;
  }

  .fluent--document-sparkle-32-regular,
  .bx--customize,
  .codicon--workspace-trusted {
    width: 30px;
    height: 30px;
  }

  .meet-section .meet-list .meet-box .title {
    font-size: var(--font24);
    line-height: 34px;
  }

  .meet-section .meet-list {
    padding-top: 30px;
  }

  .ai-feature-section .content-box {
    padding-right: 16px;
  }

  .testimonial-section .testimonial-slider {
    margin-left: 0;
    padding-top: 36px;
    padding-bottom: 80px;
    padding-left: 30px;
  }

  .testimonial-section .testimonial-slider .swiper-slide .feedback-card {
    padding: 16px;
  }

  .testimonial-section .testimonial-slider .swiper-slide .feedback-card .text,
  .testimonial-section .testimonial-slider .swiper-slide .feedback-card .name {
    font-size: var(--font14);
    line-height: 24px;
  }

  .trusted-section .stats-section .stat {
    text-align: center;
    max-width: calc(50% - 40px);
  }

  .trusted-section .stats-section .stat .number-heading {
    font-size: 30px;
    line-height: 40px;
    width: auto;
  }

  .trusted-section .stats-section {
    gap: 20px;
    justify-content: center;
  }

  .trusted-section .heading-one {
    text-align: center;
    margin-bottom: 20px;
  }

  .faq-section .faq-btn,
  .faq-section .faq-content {
    font-size: var(--font14);
    line-height: 24px;
  }

  .highlight-section .feature-block .content-box .heading {
    font-size: var(--font24);
    line-height: 34px;
  }

  .highlight-section .feature-block .float-image {
    max-width: 200px;
    margin: 0 auto;
  }

  .hero-banner-sec {
    padding-block: 90px 0;
  }

  .highlight-section .feature-block .content-box {
    flex: 100%;
  }

  .ai-feature-section .image{
    width: 280px;
    margin: 0 auto;
  }
}

@media only screen and (max-width:480px) {
  #featureid .point_panel {
    width: 320px;
    height: 320px;
    margin: auto;
  }

  #featureid {
    width: 100%;
    padding: 0 8px;
  }

  .feature-section .desc-box p {
    font-size: var(--font14);
    line-height: 24px;
  }


  .hero-banner-sec .before-container::before {
    bottom: -12px;
    height: 79px;
  }

  .hero-banner-sec .before-container {
    padding-bottom: 0;
  }

  .highlight-section .feature-block {
    padding-bottom: 30px;
  }

}

  .highlight-slider .scroll-y{
    height: 200px;
    overflow-y: auto;
  }
  .highlight-slider .swiper-arrow{
    bottom: 0;
  }
