:root {
  /* definim varianta hex */
  --primary-mind: #2B71F6;
  --dark-bgs: #030914;
  --dark-fast: #111824;
  --text-light-gray:#A5B0C4;
  
    --primary-mind-rgb: 43, 113, 246;
  	--cnvs-themecolor: #FFE036;
	--cnvs-themecolor-rgb: 255, 224, 54;
	--cnvs-secondary-color: #040d1d;
	--cnvs-primary-font: 'Manrope', sans-serif;
	--cnvs-secondary-font: 'PT Serif', serif;
}

html {
    scroll-behavior: smooth;
}
body {
  font-family: var(--cnvs-primary-font);
  font-size: var(--cnvs-font-size-body);
  -webkit-font-smoothing: antialiased; 
}

.dark,
body.dark {
	--cnvs-body-bg: var(--cnvs-secondary-color);
	--cnvs-body-bg-boxed: var(--cnvs-secondary-color);
	--cnvs-footer-bg: var(--cnvs-secondary-color);
	--cnvs-header-sticky-bg: var(--cnvs-body-bg);
}

#gotoTop {
  background-color: var(--primary-mind);
}
#gotoTop:hover {
     background-color: var(--primary-mind);
  opacity:0.7;
}

.oc-item .bg-white-soft {
  border: 1px solid #27354F;
  padding: 1.5rem 2rem !important;
  background: #161E2D;
}

.oc-item  .header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  align-items: center;

}
.oc-item .header-title {
  display: flex;
  font-weight: 500;
  font-size: 1.2rem;
  align-items: center;
}
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.oc-item .header img {
  margin-right: 10px;
}

.oc-item .companyLogo {
  display: flex;
  align-items: center;
}

#oc-testi .oc-item {
    display: flex; /* slide-ul devine flex container */
}

#oc-testi .oc-item .bg-white-soft {
    flex: 1; /* ocupă întreaga înălțime a slide-ului */
    display: flex;
    flex-direction: column; /* păstrează conținutul vertical */
}

#oc-testi .oc-item .bg-white-soft p {
margin-bottom: 15px;
}

#header,
.not-dark {
	--cnvs-header-bg: var(--cnvs-secondary-color);
	--cnvs-primary-menu-submenu-bg: var(--cnvs-themecolor);
	--cnvs-primary-menu-submenu-font-color: var(--cnvs-secondary-color);
	--cnvs-primary-menu-submenu-hover-color: var(--bs-gray-900);
}

* {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}


.offcanvas {
	opacity: 0;
	transform: translateX(50%);
	transition: transform 0.3s ease-in-out,
	opacity 0.3s ease-in-out;
	will-change: transform;
}

.offcanvas.show {
	opacity: 1;
}

.offcanvas-backdrop.show {
	opacity: .7;
}

.fbox-icon i,
.bg-white-soft {
	background-color: rgba(255, 255, 255, 0.07);
}

.owl-carousel.full-width-view .owl-stage {
	padding-left: 0 !important;
}

.owl-carousel.full-width-view .owl-stage-outer {
	overflow: visible;
}

.owl-carousel {
	--cnvs-owl-nav-sizes: 46px;
	--cnvs-owl-nav-background: rgba(0,0,0,0.5);
	--cnvs-owl-nav-bg: var(--cnvs-themecolor);
}

.dark .owl-carousel .owl-nav [class*=owl-] span {
	border-color: rgba(255,255,255,0.15);
	color: #CCC;
	line-height: 30px;
}
.stack-cards {
  position: relative;
  display: block;
}

.stack-cards-item {
	background: #19202B;
	border-radius: 0.25rem;
	box-shadow: -5px 0 16px 8px rgba(0, 0, 0, 0.2);
	text-align: left;
	margin-bottom: 10px;
}


@media (min-width: 992px) {

	.content-wrap {
		overflow:visible;
	}

	.sticky-title {
		position: sticky;
		top: 8rem;
	}

}


.promo h2 {
    color: #FFF;
    font-size: 34px;
    line-height: 135%;
    font-weight: 600;
    letter-spacing: -1px;
}

.offcanvas + #wrapper {
	transition: transform .3s ease;
}

.offcanvas.show + #wrapper {
	transform: scale(0.99);
}

.dark .primary-menu:not(.not-dark) .sub-menu-container .menu-item > .menu-link {
	border-radius: 8px;
}

.primary-mind {
  color: var(--primary-mind);
}

h2.mind{
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 4rem;
    font-family: var(--cnvs-secondary-font);
}

h1.mind{
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 4rem;
    font-family: var(--cnvs-secondary-font);
}

h3.mind{
    font-weight: 500;
    font-size: 3rem;
    line-height:3.5rem;
    margin-bottom:15px;
}
h3.mindPt{
    font-weight: 700;
    font-size: 3.7rem;
    font-family: var(--cnvs-secondary-font);
}

.menu-link {
    font-size:.9rem
}

.menu-item.current > .menu-link {
    color: var(--primary-mind);
}
.menu-item.current > .menu-link div {
    border-bottom:1px solid var(--primary-mind);
}

.menu-item > .menu-link:hover {
   color: var(--primary-mind);
}

.pt-8 {
  padding-top: 5rem !important;
}

.pb-8 {
  padding-bottom: 5rem !important;
}


.smallNotes {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom:15px;
}

.text-lineHeight {
    margin-bottom: 40px;
}

.dark-bgs{
  background-color: var(--dark-bgs);
}

.dark-fast{
  background-color: var(--dark-fast);
}

.big-container {
    width: 100%;
    max-width:100%;
    padding: 3% 8%
}

.text-light-gray{
    color: var(--text-light-gray);
}

.benefits-box .title {
font-weight: 500;
font-size: 1.2rem;
display: flex;
align-items: center;
margin-bottom: 10px;
}
.benefits-box .title img{
    margin-right: 8px;
}

 .benefits-box .desc {
font-weight: 400;
font-size: 1rem;
color: var(--text-light-gray);
}

#change-word {
  display: inline-block;
opacity: 1;
  transition: opacity 2s ease-in-out; /* fade lent ?i fluid */
}
 .anima {
     display: flex;
     align-items: center;
     justify-content: center;
     line-height:auto;
     margin-bottom: 0;
 }

.work-box{
padding: 10%;
border-radius: 8px;
background-color:#111824;
display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  text-align: center;
   height: 100%;
    box-sizing: border-box;
}


 .work-box .title {
font-weight: 400;
font-size: 1.2rem;
 width: 100%;
 line-height: 1.4rem;
 padding:10px 0;
}

 .work-box .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

 .work-box .title span {
font-weight: 700;
font-size: 1.2rem;
}
.work-box .desc {
font-weight: 400;
font-size: 1rem;
color: var(--text-light-gray);
 width: 100%;
 min-height: 80px;
}

.work-box.narrative-white .onlyHov {
font-weight: 500;
font-size: 1rem;
color: var(--primary-mind);
text-transform: uppercase;
}

.work-box.narrative-white{
background-color:#ffffff;
}

.work-box.narrative-white .title, .work-box.narrative-white .title span {
color: #040D1D;
font-size:2rem;
font-weight:400;
line-height:2rem;
}


.work-box.narrative-white .desc {
color:  #040D1D
}





.macron{
border-radius: 8px;
width: 100%;
padding: 12px;
border:1px solid #1D293D
}
.resetLeftUl {
    padding-left:15px;
}
.vertical-center-left {
    display: flex;
    flex-direction:column;
    justify-content: center;
}

.carrouselTest .avatar {
    border:2px solid var(--primary-mind);
}

.companyLogo {
    height: 20px;
    width: auto !important;
    color: #6B707A;
}
.companyLogo img{
  margin-right: 6px;
}


.blockquoteCl {
  font-size:1.1rem; 
  font-style:italic; 
  line-height:1.5;
}
.demo-btn {
  background-color: var(--primary-mind);  
  border-radius: 8px;
  padding: 10px 15px;
  text-align: center;
}

.menu-item > .menu-link.demo-btn:hover {
  color: var(--text-white);
  opacity: 0.7; 
}
 .menu-item.current > .demo-btn {
  color: var(--text-white);
}


.carrouselTest .owl-carousel .owl-nav [class*="owl-"]:hover{
    background-color: var(--primary-mind) !important;
}

/* Swiper Tabs */
.swiper-pagination-progress {
	--cnvs-swiper-bar-size: 2px;
	--cnvs-swiper-bar-color: transparent;
	--cnvs-swiper-bar-active-color: #ffffff;
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: auto;
	border-radius: 0;
	opacity: 1;
	margin: 0px;
	background-color: transparent;
}
.swiper-pagination-progress .swiper-pagination-bar,
.swiper-pagination-progress .swiper-pagination-bar-active {
	position: absolute;
	bottom: 0;
	border-radius: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: var(--cnvs-swiper-bar-size);
	margin: 0px;
	background-color: var(--cnvs-swiper-bar-color);
}

.swiper-pagination-progress .swiper-pagination-bar-active {
	z-index: 2;
	width: 0%;
	background-color: #ffffff;
}
.active .swiper-pagination-progress .swiper-pagination-bar-active {
	animation-name: swiperbarAnim;
	animation-duration: 5s;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-direction: alternate;
	animation-fill-mode: forwards;
}
@keyframes swiperbarAnim {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
.swiper-links-container {
  min-height: 410px;
}

.swiper-tab-link {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 20px 30px;
	cursor: pointer;
    background-color: #111824;
    border-radius: 12px;
}


.swiper-tab-link .swiper-tab-title {
	display: inline-block;
	color: var(--text-light-gray);
	margin-bottom: 0;
	font-size: calc(1.175rem + 0.3vw);
}

.swiper-tab-link .swiper-tab-content {
	margin-bottom: 0;
	padding-top: 10px;
    margin-left: 0px;
	line-height: 0;
	opacity: 0;
	vertical-align:middle;
	font-size: 1rem;
	transition: line-height 0.6s cubic-bezier(.4,0,.2,1), opacity .1s .1s cubic-bezier(.4,0,.2,1);
     color: var(--text-light-gray)
}



.swiper-tab-link.active .swiper-tab-content {
	opacity: .8;
	line-height: var(--cnvs-line-height-content);
	transition: line-height 0.5s cubic-bezier(.4,0,.2,1), opacity .15s .15s cubic-bezier(.4,0,.2,1);
}

.swiper-tab-link.active {
	--swiper-tab-title: #ffffff;
    border-radius: 12px 12px 0px 0px;
    color:#ffffff;
}

.swiper-tab-link.active .swiper-tab-title {
    color:#ffffff;
}


.mind-phone {
    font-size: 2rem;
    font-weight:500;
    color:#ffffff;
}
.mind-phone a {
    color:#ffffff;
}

.text-call {
    font-size: 1.2rem;
    font-weight:500;
    margin-bottom:0;
}

.mind-form input,.mind-form textarea {
    border: 1px solid #1D293D;
    background-color: #161E2D;
}

.mind-form label span{
   color: var(--text-light-gray);
}

.mind-form button {
    background-color:var(--primary-mind) !important;
    color:#ffffff;
    margin-top:15px;
    border-radius:8px;
    font-size:1rem;
    padding:10px 20px;

}
.mind-form button:hover {
opacity:0.8;
}

.mind-form .form-control:focus {
  background-color: var(--dark-bgs) !important;
}

.footerBg {
    background-color: #161E2D;
    padding: 2% 8% 1% 8%;
}
#footer .footer-widgets-wrap {
  padding: 20px 0;
}

.footerBg h4 {
text-transform:uppercase;
font-weight: 600;
}

.fontFooter{
font-weight: 400;
font-size: 1rem;
color: #CFD6E2;
margin-bottom:10px;
}

.fontFooter a{
color: #CFD6E2;
}
#copyrights {
  padding: 20px 0;
  text-align:center;
  color:#79808C;

}

#copyrights{
    --cnvs-footer-top-border: 5px solid rgba(var(--cnvs-contrast-rgb), 0.15);
  --cnvs-copyrights-link-color: var(--cnvs-contrast-500);
  position: relative;
  background-color: var(--cnvs-footer-bg);
  border-top: var(--cnvs-footer-top-border);

}

.bg-facebook, .h-bg-facebook:hover,
.bg-linkedin, .h-bg-linkedin:hover {
  background-color: #0e1624 !important;
  border: 1px solid #1c283b !important;
  border-radius: 100%;
  color:#c5c7ca !important;
  margin-right:0 !important;
  margin-left:3px !important;
}

  .highlight {
      position: relative;
      overflow: hidden;
      font-weight: 600;
      background:none;
     padding:0px 20px 4px 20px;
     border-radius:8px;
     color:#ffffff !important;
     display:flex;
     justify-content: center;
     margin-left:15px;
     width:264px;
    }

    /* highlight bar */
    .highlight::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 0;
       background-color: var(--primary-mind);
      z-index: 1;
      transition: width .5s ease; /* mai lent */
    }

    .highlight span {
      position: relative;
      z-index: 2;
      display: inline-block;
    }

    .char {
      display: inline-block;
      opacity: 0;
      transform: translateX(-30px); /* vine din st�nga */
      transition: all 0.6s ease;
    }

    .char.visible {
      opacity: 1;
      transform: translateX(0);
    }

    /* intrare highlight */
    .highlight.enter::before {
      width: 100%;
    }

    /* ie?ire highlight */
    .highlight.exit::before {
      left: auto;
      right: 0;
      width: 0;
    }


     /* start hero */
.hero-round {
  display: flex;
  max-width: 460px;
  position: relative;
  align-items: center;
  overflow:hidden;
}

.hero-round img {
  width: 100%;
  animation: rotate 2s linear infinite;
}

.hero-round .loading-ai {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.5rem;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 41%;
  padding: 2%;
  animation: pulse 1.5s infinite;
  z-index:6;
}

.hero-round .title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.5rem;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 22%;
  padding: 8%;
  opacity: 0;
  transition: opacity 1s ease;
}

.hero-round .title span{
  color: var(--primary-mind);
  display:block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 10px;
}
/* Animations */
@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes pulse {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 1; }
}
.top-hero .header {
    display:flex;
    justify-content: space-between;
    padding-bottom:10px;
    align-items: center;
}

 .top-hero .header-title {
    display:flex;
    font-weight: 500;
    font-size: 1.2rem;
 }

.top-hero .header-reviews {
     display:flex;
    justify-content: space-between;
    font-size:1.2rem;
    font-weight:500;
    align-items: baseline;
}
.top-hero .header-reviews i{
    margin-right:5px;
    color:#F6C000;
}
.avatar-small {
    width:64px;
    height:64px;
    border:2px solid var(--primary-mind);
}

.top-hero .header img{
    margin-right:10px;
}
.top-hero .bg-white-soft{
    border: 1px solid #27354F;
    padding: 1.5rem  2rem !important;
    background: #161E2D;

}
 .firstItem {
     width:70%
 }

/* .top-hero-box {
       position: relative;
 }*/

 .top-hero-box .thirdItem .header-title {
    display:flex;
    font-weight: 500;
    line-height:1.2rem;
    font-size:1rem;
    color:#040D1D;
    align-items: center;
    max-width:250px
}

.avatar-sad {
    width: 30px;
    margin-right:10px;
}

 .top-hero-box .firstItem {
    position:absolute;
    left:6%;
    z-index:1;
    top:0
}

.top-hero-box .secondItem {
    position:absolute;
    left:20%;
    z-index:2;
    top:42%;
}

.top-hero-box .thirdItem {
    position:absolute;  
    z-index:4;
    top:34%;
    background:#ffffff;
    color:#040D1D;
    padding:10px;
    right:-14%;
    left:auto;
}

.top-hero-box .star-box1 {
    position:absolute;
    left:0;
    z-index:3;
    top:60%;
    width:76px;
}

.top-hero-box .star-box2 {
position: absolute;
  right: 4%;
  z-index: 4;
  top: 16%;
  width: 155px;
}
 /* end hero */

.firstItem,
.secondItem,
.star-box1,
.star-box2,
.thirdItem {
  opacity: 0;
  transform: scale(0.5) rotate(-20deg);
}
.hero-round {
  opacity: 0;
  transition: opacity 1s ease;
}

@keyframes zoomInRotate {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-20deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

.animate-in {
  animation: zoomInRotate 1s ease forwards;
}
#gotoTop2 {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: var(--primary-mind);
  color: #fff;
  font-size: 1.2rem;
  padding: 6px 15px;
  cursor: pointer;
  display: none; /* ascuns ini?ial */
  z-index: 9999;
  border-radius: 2px;
  transition: background-color 0.2s linear, opacity 0.4s ease;
}

#gotoTop2:hover {
  transform: scale(1.1);
}


.yellow-high {
  color: #F6C000;
}
.yellow-box{
     background-color: rgba(246, 192, 0, 0.3);
}
.dark-blue{
font-weight: 400;
font-size: 2rem;
line-height: 2.4rem;
text-align: center;
background-color:#161E2D;
color:  #F8F9FA;
border-radius:0rem .4rem .4rem 0rem;
padding: 4rem;
}

.light-blue{
font-weight: 700;
font-size: 3rem;
line-height: 3.4rem;
text-align: center;
background-color: #2B71F6;
color:  #F8F9FA;
border-radius:.4rem 0 0 .4rem;
padding: 4rem;
position: relative; 
font-family: var(--cnvs-secondary-font);
}

.light-blue::after {
  content: "";
  position: absolute;
  top: 48%;  
  right: -15px;  
  transform: translateY(-50%);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #2B71F6; 
  z-index: 1;
}


.card-plan-box {
   display: flex;
  flex-direction: row; 
}

.card-plan {
border: 1px solid #27354F;
  padding: 2rem 1.5rem;
  background: #161E2D;
  display: flex;
  flex-direction: column;
  border-radius: 8px; 
}

.card-plan.full{
    background: linear-gradient(145deg, #132E62 0%, #275FC8 100%);
}

.card-plan-title {
display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  align-items: center; 
}
.card-plan-title span {
  color: #F8F9FA;
  font-size: 1.4rem;
  font-weight: 700;
}

.plan-bagde {
 background-color: #5B41F1;
 padding: 2px 8px;
 border-radius: 8px;
 color: #ffffff;
 font-size: .9rem;
 font-weight: 300;
}

.card-plan-desc {
color: #CED4DA;
font-size: 1rem;
}
.plan-price {
  color: #F8F9FA;
  display: none;
}

.plan-price span {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
}
.demo-btn-box .demo-btn{
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  margin: 2rem 0;
  font-weight: 700;
}

.demo-btn-box .demo-btn:hover{
opacity:0.7;
}  

.card-plan.full .demo-btn-box .demo-btn {
  background-color: #ffffff;
  color: #2B71F6;
}

  .featuresInclude h4 {
    color: #F8F9FA;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 8px;
  }

    .featuresInclude ul {
    color: #F8F9FA;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0px;
  }

  .featuresInclude .check-list li {
  list-style: none; 
  position: relative;
  padding-left: 25px; 
  margin-top: 3px;
  color: #CED4DA;
}

  .featuresInclude .check-list li::before {
   content: "\f058"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
}

.content-wrap {
  padding: var(--cnvs-content-padding) 0 0 0;  
}


 @media (max-width: 1240px) {
     h3.mindPt {
  font-size: 3rem;
     }
     h3.mindPt {
      font-size: 2.4rem;
    }
    .highlight {
        width:190px;
    }
  .top-hero-box .star-box2 {
  right: -5%; 
  }

     }

 @media (max-width: 992px) {
      .container-lg, .container-md,
      .container-sm, .container {
        max-width: 100%;
        padding-left:3%;
        padding-right:3%;
      }
    h3.mindPt {
      font-size: 2.3rem;
    }
    .highlight {
        width:183px;
    }

    .menu-item.current > .menu-link div {
      border-bottom: 0;
    }

      /*start hero*/
        .top-hero  {
            width:100%;
        }

      .mobile-abs {
          width:100%;
          justify-content: center !important;
          position:absolute !important;
          z-index:5;

      }

      .hero-round {
          overflow:hidden !important;
          width:100%;
          max-width: 100%;
          justify-content: center;
          background-color: rgba(4, 13, 29, 0.5);
          padding:2% 0% 2% 0%;
      }

      .top-hero .header {
        padding-bottom:5px;
    }

     .top-hero .header-title {
        font-size: .9rem;
        align-items: center;
     }

      .top-hero h4 {
        font-size: .9rem !important;
        margin: 0 !important;
     }

    .top-hero .header-reviews {
        font-size:0.9rem;
    }

    .avatar-small {
        width:45px;
        height:45px;
    }
    .firstItem p,
    .secondItem p {
      font-size:0.9rem;
      margin-bottom:5px;
      line-height: 1.2rem;
    }

    .top-hero .bg-white-soft{
        padding: 1rem  1.5rem !important;
    }
     .firstItem {
         width:80%
     }

     .top-hero-box .thirdItem .header-title {
        line-height:1rem !important;
        font-size:.8rem !important;
        max-width:250px
    }

    .companyLogo {
      height: 15px;
      width: auto !important;
    }
   

    .avatar-sad {
        width: 20px;
        margin-right:10px;
    }

     .top-hero-box .firstItem {
        left: 6%;
        top: 0;
        width: 45%;
    }

    .top-hero-box .secondItem {
    right: 5%;
        top: 57%;
        width: 44%;
        left: auto;
    }

    .top-hero-box .thirdItem {
      left:auto;
      right: 3%;
        top: 47;
        padding: 13px;
    }

    .top-hero-box .star-box1 {
    left: 77%;
        top: 17%;
        width: 77px;
    }

    .top-hero-box .star-box2 {
    right: 31%;
        top: 12%;
        width: 134px;
    }

    .hero-round img {
      max-width:350px;
    }

    .hero-round .loading-ai {
       font-size: 1.5rem;
      line-height: 2rem;
      top: 37%;
      padding: 2%;
    }

    .hero-round .title {
      font-size: 1.5rem;
      line-height: 2rem;
      top: 14%;
      padding: 8% 3%;
      width:335px;
    }
     /* end hero */

     .footerBg h4 {
      text-align:center;
      }

      .fontFooter{
      text-align:center;
      justify-content:center !important;
      }

}

  @media (max-width: 767.98px) {
      body:not(.is-expanded-menu) #header:not([data-mobile-sticky="true"]) #header-wrap {
      position: fixed;
    }
    body:not(.is-expanded-menu) #header:not([data-mobile-sticky="true"]) .header-wrap-clone {
      display: block;
      height: calc(var(--cnvs-header-height) - 10px);
    }

    .work-box .desc {
      min-height: auto;
    }

    .benefits-box {
      padding:10px;
      border-radius: 8px;
      background-color: #111824;
    }

    #header-wrap #logo img, #footer #logo img  {
      max-width:auto;
     height:60px;
    }

    h2, .h2, h2.mind, h3.mind {
        font-size: 1.7rem;
        line-height: 2rem;
        text-align:left;
    }

    h3.mindPt {
        font-size: 1.5rem;
        line-height: var(--cnvs-line-height-base);
        text-align:left;
      }

      .every-center h2 {
        text-align:center;
    }

      .smallNotes {
      font-size: .8rem;
        text-align:left;
      margin-bottom: 10px;
    }

    .mt-6 {
      margin-top: 3rem !important;
    }
    .anima {
      flex-direction: column;
    }

    .highlight {
        width: auto;
        margin-left:0px;
        margin-top:10px
    }

    .dark-fast {
     padding:  5% 5% 3% 5% !important;
    }
    .big-container {
      --bs-gutter-x: 1.5rem;
      --bs-gutter-y: 0;
      width: 100%;
      padding-right: calc(var(--bs-gutter-x) * 0.5);
      padding-left: calc(var(--bs-gutter-x) * 0.5);
      padding-top: calc(var(--bs-gutter-x) * 1);
      padding-bottom: calc(var(--bs-gutter-x) * 1);
    }
    .benefits-box {
      padding:10px;
      border-radius: 8px;
      background-color: #111824;
    }

    .benefits-box .title {
      font-size: 1rem;
     }

     .benefits-box .desc {
      font-size: .9rem;
     }
     .benefits-box .title img {
      width: 20px;
    }

     .mind-phone {
      font-size: 1.2rem;
      margin-bottom:15px
    }


      .pt-5 {
      padding-top: 1rem !important;
    }

    .text-lineHeight {
      margin-bottom:20px;
      text-align:left;
    }
    .dark-bgs br {
        display: none;
    }
    .content-wrap {
  padding-bottom: 10px;
}
 #footer-first.big-container {
    padding-top:10px;
    padding-bottom:0;
}
.fontFooter  {
  margin-bottom:10px;
  justify-content:center
}

.bg-facebook, .h-bg-facebook:hover,
.bg-linkedin, .h-bg-linkedin:hover {
  margin-left: 0 !important;
  margin-right: 3px !important;
}


  .fontFooter  br, #footer #logo img {
  display: none;
}

#footer .footer-widgets-wrap {
  padding: 5px 0;
  text-align:center;
}
.menu-item.current > .menu-link div {
  border-bottom: 0;
}

 .container-sm, .container {
    max-width: 100%;
  }
    .anima {
    margin-bottom: 15px;
    }


     /*start hero*/
  .hero-round {
      overflow:hidden;
  }

  .top-hero .header {
    padding-bottom:5px;
}

 .top-hero .header-title {
    font-size: .9rem;
    align-items: center;
 }

  .top-hero h4 {
    font-size: .9rem !important;
    margin: 0 !important;
 }

.top-hero .header-reviews {
    font-size:0.9rem;
}

.avatar-small {
    width:45px;
    height:45px;
}
.firstItem p,
.secondItem p {
  font-size:0.9rem;
  margin-bottom:5px;
  line-height: 1.2rem;
}

.top-hero .bg-white-soft{
    padding: 1rem  1.5rem !important;
}
 .firstItem {
     width:80%
 }

 .top-hero-box .thirdItem .header-title {
    line-height:1rem !important;
    font-size:.8rem !important;
    max-width:250px
}

.companyLogo {
  height: 15px;
  width: auto !important;
}

.avatar-sad {
    width: 20px;
    margin-right:10px;
}



.hero-round img {
  max-width:350px;
}

.hero-round .loading-ai {
   font-size: 1.5rem;
  line-height: 2rem;
  top: 38%;
  padding: 2%;
}

.hero-round .title {
  font-size: 1.5rem;
  line-height: 2rem;
  top: 18%;
  padding: 8% 9%;
}
 /* end hero */

 .dark-blue{
font-size: 1.4rem;
line-height: 2rem;
padding: 4rem;
}

.light-blue{
font-size: 2rem;
line-height: 2.4rem;
padding: 4rem;
}

.light-blue br{
display: none;
}
.swiper-links-container {
  min-height: 350px;
}

.card-plan-box { 
  flex-direction: column; 
}
.demo-btn {
  margin-bottom: 15px;
}


  }
@media (max-width: 575px) {
        .dark-blue{
        font-size: 1.4rem;
        line-height: 2rem;
        padding: 2rem;
        border-radius:0 0 .4rem .4rem;
        }

        .light-blue{
        font-size: 2rem;
        line-height: 2.4rem;
        padding: 2rem;
        border-radius:.4rem .4rem 0 0;
        }
        .light-blue-box {
        
        padding-right: calc(var(--bs-gutter-x) * 0.5) !important;

        }
        .dark-blue-box {

        padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
        }
        .light-blue::after { 
        top: auto;
        right: auto;
        left: 46%;
        bottom: -54px;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-top: 20px solid #2B71F6;
        }

   }

 @media (max-width: 552px) {
     .top-hero-box .firstItem {
        left: 6%;
        top: 0;
        width: 80%;
    }

    .top-hero-box .secondItem {
    right: 5%;
        top: 57%;
        width: 80%;
        left: auto;
    }

    .top-hero-box .thirdItem {
    left:auto;
      right: 4%;
        top: 23%;
        padding: 9px;
      }


    .top-hero-box .star-box1 {
    left: 77%;
    top: 46%;
    width: 62px;
    }

    .top-hero-box .star-box2 {
    right: 31%;
    top: -6%;
    width: 120px;
    }
  .hero-round .title {
  top: 17%;
  }
}