:root {
  --tix-stock-purple: #350066;
  /* for button and bg */
  --tix-stock-text-purple: #0D0019;
  /* for text */
  --tix-stock-green: #00d900;
  /* for button */
  --tix-stock-text-green: #00e500;
  /* for text */
  --tix-stock-text-grey: #404040;
  /* for text */
  --tix-stock-bright-purple: #6F6CFF;
  /* for text */
  --tix-stock-artex-font: 'Artex', sans-serif;
  --tix-stock-artex-semi-font: 'Artex-semi', sans-serif;
  --tix-stock-basier-font: 'Basier Square', sans-serif;
  --tix-stock-sfmono-font: 'SF-mono', sans-serif;
  --tix-stock-inter-font: 'Inter', sans-serif;
  --tix-stock-inter-medium-font: 'Inter-Medium', sans-serif;
  --tix-stock-inter-semibold-font: 'Inter-SemiBold', sans-serif;
}

.nashville-page {
  font-family: var(--tix-stock-inter-medium-font);
}

.inter-semibold {
  font-family: var(--tix-stock-inter-semibold-font);
}

.text-gray40 {
  color: #404040;
}

.nashville-page .navbar-section {
  /* background-color: var(--tix-stock-purple); */
  padding: 2rem 0 !important;
  transition: all 0.3s ease;
}

.nashville-page .container {
  max-width: 90.25rem;
  width: 100%;
}

.nashville-page .navbar-brand {
  max-width: 13.5625rem;
  position: relative;
}

.nashville-page .navbar-brand img {
  width: 100%;
}

.nashville-page .menu-btns a {
  margin-left: .625rem;
}

.nashville-page .menu-btns a button {
  font-size: 14px;
  font-family: var(--tix-stock-inter-medium-font);
  padding: 7px 12px;
  margin-left: 0;
  border-radius: 8px;
}

.nashville-page .menu-btns a button.contact-btn {
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-text-stroke: 3px hsl(0deg 0% 100% / 20%);
  text-shadow: 0px 0px 0px hsl(0deg 0% 100% / 20%);
  background-color: #350266;
}

.nashville-page .menu-btns a button.contact-btn:hover{
  color: #fff;
  background: #6F6CFF;
  text-shadow: none;
  -webkit-text-stroke:0;
  border-color: #6F6CFF;
}
/* .page-wrapper {
  padding-top: 100px;
} */

/* Deepak code css start */

.fancybox__content {
  width: 100vw !important;
  height: 100vh !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
  padding: 0 !important;
}

.fancybox__slide {
  background-color: #000;
}

.fancybox__video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}


.video-reveal-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-container {
  width: 100%;
  height: 100%;
  position: relative;
}

#previewVideo {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #41007f;
  color: white;
  padding: 12px 24px;
  border-radius: 30px;
  cursor: pointer;
  z-index: 5;
  font-size: 16px;
  text-decoration: none;
}
.play-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.part_data {
  margin-top: 4em;
  padding: 10px;
}

.modular-section {
  background-color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.modular-left-content .feature-block {
  margin-bottom: 5rem;
  transition: all 0.3s ease;
}

.sticky-image-box {
  position: sticky;
  top: 20vh;
  max-width: 90%;
}


.busniess-class-img {
  width: 2.5rem;
  margin-left: 2.5rem;
  margin-top: 2.5rem;
  z-index: 1;
}

.scrollable-cards {
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.scrollable-cards {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 1rem;
  margin-right: calc(-50vw + 51%);
  padding-right: calc(50vw - 53%);
  scroll-padding: 1rem;
}

.scrollable-cards::-webkit-scrollbar {
  display: none;
}


.inventory-section-footer {
  background-image: url('../../assets/imgs/nash_images/footer_background.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  position: relative;
  color: #fff;
  background-color: #350066;
}

.bg-purple {
  background-color: #350066;
}


.event-background {
  background-image: url('../../assets/imgs/nash_images/realtime_back.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* min-height: 100vh;
  padding-top: 5rem;
  padding-bottom: 4rem; */
  position: relative;
  color: #fff;
}



.scroll-container {
  overflow-x: auto;
  scroll-behavior: smooth;
}

.scroll-container::-webkit-scrollbar {
  display: none;
}

.carousel-wrapper {
  position: relative;
}

.card {
  border-radius: 1rem;
  min-width: 280px;
}

.scrollable-cards {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.growth-card {
  width: 31.25rem;
  height: 22.5rem;
  scroll-snap-align: start;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}

.scroll-wrapper {
  position: relative;
}

.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  /* background-color: rgba(255, 255, 255, 0.85); */
  background-color: transparent;
  border: 1px solid #E6E6E6;
  border-radius: 1.125rem;
  cursor: pointer;
  width: 2.25rem;
  height: 2.25rem;
  z-index: 2;
  margin-top: 0;
}

.scroll-btn:after {
  display: none;
}

.scroll-btn:disabled {
  color: #BFBFBF;
  cursor: not-allowed;
  opacity: 1;
}

.bg-purple .scroll-btn {
  border-color: rgba(255, 255, 255, 0.2);
}

.bg-purple .scroll-btn:disabled {
  color: rgba(255, 255, 255, 0.5) !important;
  cursor: not-allowed;
  opacity: 1;
}

.scroll-btn:disabled:hover {
  background-color: transparent;
  border-color: #e6e6e6;
}

.bg-purple .scroll-btn:disabled:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

.scroll-left {
  left: -1.25rem;
}

.scroll-right {
  right: -1.25rem;
}

.left-0 {
  left: 0rem !important;
}

.right-0 {
  right: 0rem !important;
}

.full-vh-section {
  min-height: 100vh;
  width: 100%;
  /* background: radial-gradient(circle at 80% 40%, #5020a6 0%, #0d0020 100%); */
  background: url("../imgs/nash_images/mask-group-40@2x.png");
  background-size: cover;
  background-position: 50%;
  color: #fff;
  overflow: hidden;
  position: relative;
}

#globeCanvas {
  width: 100vh;
  height: 100vh;
  display: block;
}


.video-reveal-section {
  position: relative;
  /* min-height: 100vh; */
  width: 100%;
  /* background-color: #f5f5f5; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.video-container {
  width: 100%;
  max-width: 1920px;
  transition: transform 0.6s ease;
  padding: 0 15px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transform: scale(0.85);
  transition: transform 0.5s ease-out;
}

.video-wrapper.active {
  transform: scale(1);
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.form-footer {
  justify-content: center;
  display: grid;

}

/* .navbar-section {
    position: initial;
	background-color: var(--tix-stock-purple);
  padding-top:50px !important;
} */

.scroll-middle-menu {
  background-color: #2e006d;
  /* padding: 8px 16px; */
  border-radius: 10px;
  display: flex;
  /* gap: 16px; */
  /* align-items: center; */
  justify-content: center;
  transition: all 0.3s ease;
}

.scroll-middle-menu a.homeIcon {
  padding: 6px;
}

.scroll-middle-menu a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  font-size: .875rem;
  padding: 7px 13px;
  border-radius: 10px;
}

.scroll-middle-menu a.active {
  background: #5020A6;
}

.scroll-middle-menu .home-icon {
  width: 24px;
  height: 24px;
}

/* .scroll-middle-menu.fixed {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1050;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
} */

.card-img-background {
  background-image: none;
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: center;
}

.card-img-background.businessSol.background1 {
  background-image: url('../../assets/imgs/nash_images/built1.png');
}

.card-img-background.businessSol.background2 {
  background-image: url('../../assets/imgs/nash_images/built2.png');
}

.card-img-background.businessSol.background3 {
  background-image: url('../../assets/imgs/nash_images/built3.png');
}

.card-img-background.businessSol.background4 {
  background-image: url('../../assets/imgs/nash_images/built4.png');
}

.card-img-background.businessSol.background5 {
  background-image: url('../../assets/imgs/nash_images/built5.png');
}


.card-img-background.powerApi.background1 {
  background-image: url('../../assets/imgs/nash_images/power1.png');
}

.card-img-background.powerApi.background2 {
  background-image: url('../../assets/imgs/nash_images/power2.png');
}

.card-img-background.powerApi.background3 {
  background-image: url('../../assets/imgs/nash_images/power3.png');
}

.card-img-background.powerApi.background4 {
  background-image: url('../../assets/imgs/nash_images/power4.png');
}

.card-img-background.powerApi.background5 {
  background-image: url('../../assets/imgs/nash_images/power5.png');
}

.card-img-background.powerApi.background6 {
  background-image: url('../../assets/imgs/nash_images/power6.png');
}

.card-img-background-footer {
  background-image: url('../../assets/imgs/nash_images/cardback.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.4);
  /* Darken if needed */
  background-blend-mode: multiply;
  padding-top: 5rem;
  padding-bottom: 4rem;
  position: relative;
  color: #fff;
  background-color: #8040bb !important;
  height: 360px;
  scroll-snap-align: start;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 40em;
}

.hero-section {
  background-image: url('../../assets/imgs/nash_icon/hero_background.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 100px;
  min-height: 100dvh;
  min-height: calc(var(--vh, 1vh) * 100);
  /* padding-top: 5rem; */
  /* padding-bottom: 4rem; */
  position: relative;
  color: #fff;
  background-color: #350066;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
}

.hero-bg-pattern img {
  object-fit: cover;
  opacity: 0.3;
}

.hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  width: 100%;
}

.scroll-indicator img {
  animation: bounce 2s infinite;
}

.round_hero {
  background: linear-gradient(to right, rgba(111, 108, 255, 0.7) 0%, #6F6CFF 60%, #5020A6 100%);
  border-radius: 10px !important;
}

.inventory-section {
  /* min-height: 100vh; */
  /* background: #fff; */
  padding: 40px;
}

.dashboard-box {
  width: 90%;
  max-width: 600px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
}



/* .data-insight-section {
  background: url('assets/imgs/nash_icon/hero_background.svg') no-repeat center center;
  background-size: cover;
  position: relative;
  width: 100%;
} */
.eventcentre {
  background: url('../../assets/imgs/nash_images/premium_background.png') no-repeat center center;
  background-size: cover;
  position: relative;
  width: 100%;
}

.text-content h2 {
  font-size: 2rem;
}


.modular-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #f8f9fa url('../../assets/imgs/dotted-bg.png') no-repeat center;
  background-size: cover;
}

.modular-left-content .feature-block {
  margin-bottom: 6rem;
}

.sticky-image-box {
  position: sticky;
  top: 100px;
}

.transition-img {
  transition: all 0.6s ease-in-out;
  max-width: 90%;
}

.hero-padding {
  padding: 50px 0;
}


/* .swiper, .swiper-wrapper{
			z-index: 0 !important;
		} */

.modular_left {
  color: #5020a6;
}

.btn_start {
  background-color: #00D900;
}

.link_colors {
  color: #00D900;
}


.hidden {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.fade-in-left,
.fade-in-right {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.8s ease;
}

.in-view .fade-in-left {
  opacity: 1;
  transform: translateX(0);
}

.in-view .fade-in-right {
  opacity: 1;
  transform: translateX(0);
}

.in-view {
  opacity: 1;
  transform: translateY(0);
}


.animate {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease-out;
}

.animate.in-view {
  opacity: 1;
  transform: translateY(0);
}

.animate-delay-1 {
  transition-delay: 0.1s;
}

.animate-delay-2 {
  transition-delay: 0.2s;
}

.animate-delay-3 {
  transition-delay: 0.3s;
}

.hero-image1 {
  max-width: 80%;
}

canvas#cobe {
  position: relative;
  right: 12em;

}

.swiper,
.swiper-wrapper {
  z-index: 0 !important;
}

.modular_left {
  color: #5020a6;
}

.btn_start {
  background-color: #00D900;
}

.link_colors {
  color: #00D900;
}


.hidden {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.fade-in-left,
.fade-in-right {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.8s ease;
}

.in-view .fade-in-left {
  opacity: 1;
  transform: translateX(0);
}

.in-view .fade-in-right {
  opacity: 1;
  transform: translateX(0);
}

.in-view {
  opacity: 1;
  transform: translateY(0);
}


.animate {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease-out;
}

.animate.in-view {
  opacity: 1;
  transform: translateY(0);
}

.animate-delay-1 {
  transition-delay: 0.1s;
}

.animate-delay-2 {
  transition-delay: 0.2s;
}

.animate-delay-3 {
  transition-delay: 0.3s;
}

.hero-image1 {
  max-width: 80%;
}

.popup_open:hover {
  cursor: pointer;
}

.feature-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  /* max-width: 1200px; */
  margin: 0 auto;
  /* padding: 60px 20px; */
}

.feature-texts {
  flex: 1;
}

.feature-text {
  min-height: 100vh;
  padding: 80px 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.feature-texts .feature-text:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  /* ensures it takes full screen height */
  padding-bottom: 17em;
}



.feature-container {
  display: flex;
  gap: 40px;
}

.feature-texts-wrapper {
  flex: 1;
}

.feature-texts {
  display: flex;
  flex-direction: column;
}

.feature-text {
  min-height: 100vh;
  padding: 80px 0;
}



.feature-text .icon-text,
.feature-text .d-flex.align-items-center {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.feature-text h4,
.feature-text h2 {
  margin: 10px 0;
  font-size: 2.0rem;
  color: #0D0019;
}

.feature-text p {
  font-size: 14px;
  color: #404040;
}

.link_colors {
  /* color: #0056b3; */
  text-decoration: none;
}

a.link_colors:hover {
  text-decoration: none;
  color: #6F6CFF;
}
button.link_colors.view_deta:hover svg *,
a.link_colors.ce-popup:hover svg *{
  stroke: #6F6CFF;
}

.feature-image {
  flex: 1;
  position: sticky;
  top: 100px;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-image img {
  position: absolute;
  max-width: 100%;
  max-height: 80vh;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  background: #f0f0f0;
    border-radius: 1rem;
    padding: 7px;
}

.feature-image img.active {
  opacity: 1;
  z-index: 2;
}

.view_deta {
  font-size: 14px;
  margin-left: -12px;
}


.carousel-indicators {
  width: fit-content;
  margin: auto;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #E6E6E6;
}


.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border: 1px solid #41007F !important;
  opacity: 0.4;
  border: none;
  transition: opacity 0.3s;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #41007F;
}

.mobile-feature-slider {
  display: none;

}

.carousel-item {
  min-height: 36em;
}

/* .carousel-item.active{
  display: flex;
  flex-direction: column;
  min-height: 100%;
  justify-content: space-between;
} */
.carousel-item h4 {
  margin: 10px 0;
  font-size: 2.0rem;
}

.carousel-item p {
  font-size: 14px;
}

.carousel-item img.cf-img{
    background: #f0f0f0;
    border-radius: 1rem;
    padding: 0.4375rem;
}

@media (max-width: 992px) {
  .feature-container {
    flex-direction: column;
  }

  .feature-image {
    position: static;
    height: auto;
  }

  .feature-image img {
    position: static;
    opacity: 1;
    display: none;
  }

  .feature-image img.active {
    display: block;
  }
}


.scroll-feature-texts .scroll-feature-text:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding-bottom: 17em;
}

.scroll-feature-container {
  display: flex;
  gap: 40px;
}

.scroll-feature-texts-wrapper {
  flex: 1;
}

.scroll-feature-texts {
  display: flex;
  flex-direction: column;
}

.scroll-feature-text {
  min-height: 100vh;
  padding: 80px 0;
  border-bottom: 1px solid #eee;
}

.scroll-feature-text .icon-text,
.scroll-feature-text .d-flex.align-items-center {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.scroll-feature-text h4,
.scroll-feature-text h2 {
  margin: 10px 0;
  font-size: 1.5rem;
}

.scroll-feature-text p {
  font-size: 1rem;
}

.link_colors {
  text-decoration: none;
}

a.link_colors:hover {
  text-decoration: underline;
  color: #6F6CFF;
}

.scroll-feature-image {
  flex: 1;
  position: sticky;
  top: 100px;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-feature-image img {
  position: absolute;
  max-width: 100%;
  max-height: 80vh;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.scroll-feature-image img.active {
  opacity: 1;
  z-index: 2;
}

.inventory-section-with-bg {
  background: url('../../assets/imgs/nash_images/realtime_back.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-attachment: fixed;
  /* padding: 60px 0; */
}


.event-centre-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.display-5 {
  font-size: 42px;
  font-weight: 500 !important;
}

.see_also {
  font-size: 14px;
}

.video-container {
  padding: 0px;
}

.text_alig {
  width: 100%;
  max-width: 93%;
}

.text-artex {
  color: #0D0019;
}

.call_icon {
  width: 2.7%;
}

.mail_icon {
  width: 2.7%;
}

@media (max-width: 1024px) {
  .scroll-feature-container {
    flex-direction: column;
  }

  .scroll-feature-image {
    position: static;
    height: auto;
  }

  .scroll-feature-image img {
    position: static;
    opacity: 1;
    display: none;
  }

  .scroll-feature-image img.active {
    display: block;
  }

  #cobe {
    display: block;
  }

  /* canvas#cobe {
    position: relative;
    right: 39em;
} */

  .mobile-feature-slider {
    background-image: url('../../assets/imgs/nash_images/realtime_back.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
  }
}

@media (max-width: 1023px) {

  .fade-in-left,
  .fade-in-right {
    transform: translateY(40px);
  }


  .inventory-section-with-bg {
    display: none;
  }

  #cobe {
    display: none;
  }

  .call_icon {
    width: 4.7%;
  }

  .mail_icon {
    width: 4.7%;
  }

  .display-5 {
    font-size: 32px;
    font-weight: 500 !important;
  }

  .full-vh-section {
    background-size: cover;
    /* background-image: url('../imgs/nash_images/mobile_globe_bg.png'); */
    background-image: url('../imgs/nash_images/earth01.jpg');
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .mobile-feature-slider {
    background-image: url('../../assets/imgs/nash_images/realtime_back.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
  }
}


@media (max-width: 768px) {

  .call_icon {
    width: 4.7%;
  }

  .mail_icon {
    width: 4.7%;
  }

  .round_hero {
    white-space: pre-line;
    line-height: 17px;
  }

  .inventory-section {
    padding: 10px;
  }

  .card.text-white.p-4.flex-shrink-0.card-img-background-footer {
    width: 100%;
  }

  #globeCanvas {
    width: 60vh;
    height: 60vh;
    display: block;
  }

  .mobile_head {
    display: none;
  }

  .inventory-section-footer {
    padding-bottom: 1.875rem;
  }

  .fw-regular-mobile {
    font-weight: 400 !important;
  }

  .text_alig {
    font-size: 14px;
  }
}



@media (max-width: 768px) {

  .round_hero {
    white-space: pre-line;
    line-height: 17px;
  }




  .text-content h2 {
    font-size: 1.5rem;
  }

  .data-insight-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sticky-image-box {
    position: relative;
    top: auto;
    margin-top: 2rem;
  }

  .growth-card {
    width: 85vw !important;
  }

  .scroll-btn {
    display: none;
  }


  .scroll-middle-menu a {
    font-size: 12px;
  }

  .scroll-middle-menu .home-icon {
    width: 16px;
    height: 16px;
  }
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(-3px);
  }

  50% {
    transform: translateY(3px);
  }
}

/* Mobile Responsive Adjustments */
@media (max-width: 767.98px) {
  /* .hero-section {
    text-align: center;
    padding-top: 3rem;
  }

  .hero-image {
    margin-top: 2rem;
  } */
}


/* Deepak code css end */

.badge1 {
  background: RGBA(111, 108, 255, 0.5);
  background: linear-gradient(85deg, rgba(111, 108, 255, 0.35) 0%, rgba(111, 108, 255, .5) 60%, rgba(80, 32, 166, .5) 100%);
  display: flex;
  align-items: center;
  max-width: 580px;
  border-radius: 1rem;
  margin-bottom: 30px;
}

.badge1 img {
  max-width: 138px;
  width: 100%;
  margin-right: 15px;
}

.badge1 p {
  margin-bottom: 0;
  font-size: 14px;
  margin-bottom: 0;
}

.badge1 p span {
  display: inline-block;
  font-family: var(--tix-stock-inter-semibold-font);
}

.headings {
  font-family: var(--tix-stock-artex-font);
}

.hero-content h1 {
  font-family: var(--tix-stock-artex-semi-font);
  font-size: 52px;
  margin-bottom: 20px;
}

.hero-content h1+p {
  font-size: 16px;
  max-width: 580px;
  margin-bottom: 34px;
}

.hero-form {
  border-radius: 10px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  padding: 3px;
  max-width: 460px;
}

.hero-form input {
  font-size: 14px;
  height: 32px;
  padding: 5px 11px;
}

.hero-form .btn {
  font-size: 14px;
  padding: 5px 7px 5px 11px;
  border: none;
}

.hero-form .btn img {
  margin-left: 3px;
}

.image-wrap {
  background: RGBA(111, 108, 255, 70);
  background: linear-gradient(120deg, rgba(111, 108, 255, 0.7) 0%, rgba(111, 108, 255, 0.7) 60%, rgba(80, 32, 166, 0.7) 100%);
  padding: 11px 3px;
  border-radius: 1rem;
}
.image-wrap img{
  border-radius: 0.5rem;
}

.imag_radiu {
  padding: 7px;
}

.scroll-indicator {
  position: absolute;
  bottom: 31px;
  left: 0;
  right: 0;
}

.scroll-indicator a {
  display: flex;
  max-width: 78px;
  margin: auto;
  background: #5019A6;
  border-radius: 16px;
  padding: 7px 11px 7px 7px;
  transition: all 0.3s ease;
}

.scroll-indicator a:hover {
  background: #6F6CFF;
}

.scroll-indicator a img {
  margin-right: 4px;
}

.two-col-section .content-wrap {
  max-width: 580px;
}

.two-col-section .content-wrap .tag-heading img {
  margin-right: 10px;
}

span.link_colors,
a.link_colors {
  text-decoration: none !important;
}

.two-col-section .content-wrap .tag-heading {
  font-family: var(--tix-stock-inter-semibold-font);
  margin-bottom: 18px;
}

.two-col-section .content-wrap h2 {
  font-size: 42px;
  line-height: 1.25;
  max-width: 580px;
  margin-bottom: 20px;
  color: #0D0019;
}

.two-col-section .content-wrap p:not(.small) {
  margin-bottom: 20px;
  color: #404040;
}

.two-col-section .content-wrap p.small {
  margin-bottom: 6px;
  color: #404040;
}

.two-col-section .content-wrap p.small span {
  font-family: var(--tix-stock-inter-semibold-font);
  text-decoration: none !important;
}

.two-col-section .image-wrap {

  border: 1px solid #e6e6e6;
  padding: 7px;
  background: rgba(242, 242, 242, 0.5);
  background: linear-gradient(119deg, rgba(242, 242, 242, 0.5) 0%, rgba(255, 255, 255, 1) 60%, rgba(242, 242, 242, 0.5) 100%);
}

.two-col-section .content-wrap .ce-popup {
  margin-top: 1.875rem;
  display: flex;
}

.section-padding {
  padding: 100px 0;
}

.navbar-section .light-logo {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

body.white-section-on-top .navbar-section .light-logo {
  display: block;
  opacity: 1;
}

body.white-section-on-top .navbar-section .dark-logo {
  opacity: 0;
}

/* body.white-section-on-top .navbar-section {
  background: #fff;
} */

body.white-section-on-top .nashville-page .menu-btns a button.contact-btn {
  color: #0D0019;
  border-color: #e6e6e6;
  text-shadow: none;
  -webkit-text-stroke: 0;
  background: #fff;
}

body.white-section-on-top .nashville-page .menu-btns a button.contact-btn:hover {
  color: #fff;
  background: #6F6CFF;
  border-color: #6F6CFF;
}

.contact-expert-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex !important; 
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.contact-expert-popup.show {
  opacity: 1;
  visibility: visible;
}

.cep-wrap {
  position: relative;
  width: 90%;
  padding: 1.875rem 1.25rem;
  max-width: 37rem;
  margin: 0 auto;
  border-radius: .75rem;
}

.cep-wrap .close-cep {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 0;
}

.cep-wrap .close-cep::after,
.cep-wrap .close-cep::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1px;
  height: 14px;
  background-color: var(--tix-stock-text-purple);
  transition: .5s;
}

.cep-wrap .close-cep::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.cep-wrap .close-cep:hover::after,
.cep-wrap .close-cep:hover::before {
  background-color: var(--tix-stock-bright-purple);
}

.cep-wrap h2 {
  font-size: 1.25rem;
  margin-bottom: 20px;
  color: var(--tix-stock-text-purple);
}

.cep-wrap p {
  color: var(--tix-stock-text-grey);
}

.cep-wrap .cta-wrapper {
  margin-top: 1.875rem;
  gap: 20px;
}

.cep-wrap .cta-wrapper a {
  font-size: 1.125rem;
  font-family: var(--tix-stock-artex-font);
  min-width: 9.875rem;
  padding: .9375rem .9375rem .6875rem;
  text-decoration: none;
  background-color: var(--tix-stock-bright-purple);
  color: #fff;
  transition: .5s;
  border-bottom: 4px solid rgb(65 0 127 / 20%);
  border-radius: .5rem;
  line-height: 1;
}

.cep-wrap .cta-wrapper a:hover {
  background-color: var(--tix-stock-green);
}

.hamburger {
  display: none;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0px;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  background: #350266;
}

.hamburger .open-menus {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  height: 100%;

}

.hamburger .hamburger-close {
  opacity: 0;
  display: none;
}

.mob-menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 3.875rem;
  left: 0;
  width: 100%;
  height: calc(100dvh - 3.875rem);
  height: calc((var(--vh, 1vh) * 100) - 62px);
  background: #fff;
  padding: 31px 16px 25px;
  transition: all .3s;
  display: flex;
  flex-direction: column;
}

.mob-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mob-menu ul li {
  padding: 7px 0 8px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
}

.mob-menu ul li a {
  text-decoration: none;
  color: #404040;
  font-weight: 600;
}

.navbar-section.open .mob-menu {
  opacity: 1;
  visibility: visible;
}

.navbar-section.open {
  background: #fff;
}

.navbar-section.open .light-logo {
  opacity: 1;
}

.navbar-section.open .dark-logo {
  opacity: 0;
}

.navbar-section.open .hamburger-icon {
  opacity: 0;
  display: none;
}

.navbar-section.open .hamburger-close {
  opacity: 1;
  display: block;
}

.navbar-section.open .hamburger {
  background: #41007F;
}

.mob-menu .contact-info {
  margin-top: auto;
  font-size: 14px;
}

.mob-menu .contact-info p {
  margin-bottom: 0;
}

.mob-menu .contact-info .info-1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
}

.mob-menu .contact-info a {
  color: #404040;
  text-decoration: none;
}



/* popup design */
.ec-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  height: calc(var(--vh, 1vh) * 100);
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.ec-overlay.active {
  opacity: 1;
  visibility: visible;
}

.ec-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  height: calc(var(--vh, 1vh) * 100);
  /* background: rgba(0, 0, 0, 0.8); */
  z-index: 999;
  transform: translateX(100%);
  transition: all .3s;
}

.ec-popup.active {
  transform: translateX(0);
}

.ec-popup .ec-wrap {
  max-width: 820px;
  background: #fff;
  border-radius: 32px 0 0 32px;
  margin-left: auto;
  height: 100%;
  overflow: auto;
  padding: 33px 33px 33px 40px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.ec-popup .ec-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 31px;
}

.ec-popup .ec-header h3 {
  font-size: 27px;
  margin-bottom: 0;
  font-family: var(--tix-stock-artex-font);
}

html,
body {
  scroll-behavior: smooth;
}

.ec-popup .close-btn {
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  outline: none;
  background: #41007F;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  position: absolute;
  top: 2.0625rem;
  right: 2.0625rem;
  z-index: 1001;
}

.ec-popup .close-btn:hover {
  background: #6F6CFF;
}

.ec-popup .ec-body {
  padding-right: 7px;
}

.ec-popup .ec-body .ec-tag-block,
.ec-body .img {
  margin-bottom: 26px;
}

.ec-popup .ec-body .img {
  margin-top: 35px;
}
.ec-popup .ec-body div:first-of-type{
  margin-top: 3px;
}

.ec-popup .ec-body .img img {
  width: 100%;
}

.ec-popup .tag-line {
  margin: 40px 0 22px;
  color: #404040;
}

.ec-popup .ec-tag-block .icon-text {
  margin-bottom: 13px;
  display: flex;
  align-items: center;
}

.ec-popup .ec-tag-block .icon-text img {
  margin-right: 10px;
}

.ec-popup .ec-tag-block .icon-text span {
  font-family: var(--tix-stock-inter-semibold-font);
  font-size: 16px;
  color: #5020A6;
}

.ec-popup .ec-tag-block p {
  font-size: 14px;
  color: #404040;
}

.ec-popup .signup-block {
  background: rgba(0, 219, 0, 0.07);
  border-radius: 8px;
  padding: 17px 20px;
  margin-top: 35px;
}

.ec-popup .signup-block h4 {
  font-size: 16px;
  font-family: var(--tix-stock-inter-semibold-font);
  margin-bottom: 15px;
  color: #404040;
}

.ec-popup .signup-block .block-btns {
  display: flex;
  gap: 10px;
}

.ec-popup .signup-block .block-btns button {
  font-size: 14px;
  border-radius: 8px;
  padding: 7px 12px;
  font-family: var(--tix-stock-inter-medium-font);
  transition: all .3s;
}

.ec-popup .green-grad {
  background: #00E500;
  background: linear-gradient(180deg, rgba(0, 229, 0, 1) 0%, rgba(0, 217, 0, 1) 70%);
  border: 1px solid #00D900;
  color: #fff;
}

.ec-popup .green-grad a {
  text-decoration: none;
  color: inherit;
}

.ec-popup .signup-block .block-btns button.contact-btn {
  background: #fff;
  color: #404040;
  border: 1px solid #E6E6E6;
}

.ec-popup .signup-block .block-btns button:hover,
.ec-popup .signup-block .block-btns button.contact-btn:hover {
  background: #6F6CFF;
  border-color: #6F6CFF;
  color: #fff;
}

.mob-show {
  display: none !important;
}

.business-growth-section {
  padding: 113px 0
}

.two-col-section .content-wrap .tag-heading {
  margin-bottom: 20px;
}

.two-col-section .content-wrap p:not(.small) {
  font-size: 16px;
}

.two-col-section .content-wrap button {
  margin-top: 20px;
}

.two-col-section .content-block {
  margin-bottom: 45px !important;
}

/* .image-wrap {
  border-radius: 8px;
} */

/* .two-col-section .image-wrap {
  padding: 3px;
} */

.cep-wrap .cta-wrapper {
  flex-wrap: wrap;
}

.white-section-on-top .navbar-section:not(.open) .hamburger {
  border-color: #e6e6e6;
  background-color: #FFFFFF;
}

.white-section-on-top .hamburger .hamburger-icon path {
  stroke: #404040;
}
/* 
.ec-popup .ec-wrap {
  padding: 20px 16px 20px 16px;
}

.ec-popup .ec-header h3 {
  font-size: 22px;
}

.ec-popup .ec-body {
  padding-right: 0;
} */


.footer-main-content {
  font-size: .875rem !important
}

.api-carousel-section {
  padding: 89px 0;
}


.mr-2_5 {
  margin-right: 0.625rem !important;
}


.business-growth-section .growth-card,
.api-carousel-section .growth-card {
  border: 0 !important;
  width: 43.75rem;
  height: 26.75rem;
}

.business-growth-section .card-img-overlay,
.api-carousel-section .card-img-overlay {
  padding: 34px 40px 64px 40px;
}

.business-growth-section p {
  color: #404040;
}

.business-growth-section h5 {
  color: #0D0019;
}

.com-style .icon-text span {
  font-family: var(--tix-stock-inter-semibold-font);
}

.com-style .icon-text {
  margin-bottom: 20px;
}

.com-style h2 {
  font-size: 42px;
  margin-bottom: 23px;
}

.com-style .para-arrow {
  max-width: 800px;
  margin-bottom: 50px;
}

.para-arrow .arrows {
  padding-top: 6px;
}

.para-arrow .arrows button {
  top: unset;
  transform: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}

.para-arrow .arrows button[disabled] svg {
  stroke: #BFBFBF !important;
}

.para-arrow .arrows button svg {
  stroke: #41007F;
}

.api-carousel-section .para-arrow .arrows button svg {
  stroke: #fff;
}

.para-arrow .arrows button:hover svg {
  stroke: #fff;
}

.para-arrow .arrows button.scroll-left {
  transform: rotate(180deg);
}

.scrollable-cards h5 {
  font-size: 32px;
  font-family: var(--tix-stock-artex-font);
  margin-bottom: 15px;
}

.scrollable-cards .overlay-content {
  max-width: 570px;
}


.stat-card {
  border-left: 1px solid #00D900;
  padding-left: 20px;
}

.stat-card h4 {
  font-size: 2rem;
  line-height: 26px;
  margin-bottom: 17px;
}

.stat-card p {
  line-height: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-main-heading {
  font-size: 3.25rem;
  font-family: var(--tix-stock-artex-semi-font);
}

.footer-main-heading:hover {
  text-decoration: none;
}

.footer-main-content {
  font-family: var(--tix-stock-inter-medium-font);
  font-size: 1rem;
  line-height: 1.0rem;
  margin-bottom: 1.875rem;
}

.footer-text-info {
  font-family: var(--tix-stock-inter-medium-font);
  font-size: 0.875rem;
  line-height: 1.3125rem;
}





.swiper {
  width: 100%;
  height: 100%;
}

.card-wrap {
  min-height: 428px;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
}

.card-wrap .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-wrap .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-wrap .card-content-wrap {
  z-index: 1;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 35px 40px 64px 40px;
}

.card-wrap .card-content-wrap .top-icon {
  margin-bottom: auto;
}

.com-style {
  overflow: hidden;
}

.com-style .swiper {
  overflow: inherit;
  margin-bottom: 55px;
}

.card-wrap .card-content-wrap a {
  font-size: 14px;
  font-family: var(--tix-stock-inter-semibold-font);
  display: flex;
  align-items: center;
}

.card-wrap .card-content-wrap a img {
  margin-left: 5px;
}

.card-wrap .card-content-wrap h5 {
  font-size: 32px;
  margin-bottom: 15px;
  font-family: var(--tix-stock-artex-font);
}

.card-wrap .card-content-wrap p {
  font-size: 14px;
  margin-bottom: 19px;
}

.card-wrap .card-content-wrap .overlay-content {
  max-width: 580px;
}

.api-carousel-section h2 {
  max-width: 580px;
}
.feature-text .inner-ft{
  max-width: 580px;
}

.tt-row{
  background: #350066;
    background: linear-gradient(88deg, rgb(53, 0, 102, 1) 0%, rgba(80, 32, 166, 1) 50%);
    display: flex;
    align-items: center;
    padding: 14px 10px 14px 17px;
    border-radius: 16px;
    cursor: pointer;
    margin-top: 50px;
}
.tt-logos {
  display: flex;
  align-items: center;
}

.tt-logos .tt-single-logo img{
  width: 100%;
}
.tt-logos .logo1{
  max-width: 217px;
}
.tt-logos .cross{
      width: 15px;
    height: 15px;
    margin: 0 14px 0 16px;
    position: relative;
}
.tt-logos .cross:before, .tt-logos .cross:after{
  content: '';
  position: absolute;
  left: -3px;
  top: 50%;
  width: 21px;
  height: 1.3px;
  background: #fff;
  transform: rotate(45deg);
}
.tt-logos .cross:after{
  transform: rotate(-45deg);
}
.tt-logos .logo2{
  max-width: 164px;
}
.ec-popup .tt-logos .cross:before, .ec-popup .tt-logos .cross:after{
  background: #0D0019;
}
.tt-row .tt-content{
  margin-left: 18px;
    color: #fff;
}
.tt-row .tt-content p {
  font-size: 15px;
    margin-bottom: 0;
} 
.tt-row .tt-content p a {
  font-family: var(--tix-stock-inter-semibold-font);
  text-decoration: none;
  color: #00D900;
}
@media(min-width:768px){
  .tt-popup .ec-wrap{
    padding-top: 39px;
  }
  .tt-popup .ec-body .img{
    margin-top: -10px !important;
    margin-bottom: 34px;
  }
}
.tt-popup .ec-body .f-semibold{
  font-family: var(--tix-stock-inter-semibold-font);
}
.tt-popup .ec-body p {
  margin-bottom: 24px;
  color: #404040;
}

@media(max-width:1600px) {
  .hero-content h1 {
    font-size: 48px;
  }

  .two-col-section .content-wrap h2,
  .com-style h2 {
    font-size: 40px;
  }

  .business-growth-section,
  .api-carousel-section {
    padding: 80px 0
  }
}

@media(max-width:1200px) {
  .hero-content h1 {
    font-size: 45px;
  }

  .two-col-section .content-wrap h2,
  .com-style h2 {
    font-size: 37px;
  }

  .stat-card h4 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .com-style .swiper {
    margin-bottom: 35px;
  }

  .card-wrap .card-content-wrap {
    padding: 30px 30px 45px 30px;
  }

  .card-wrap .card-content-wrap h5 {
    font-size: 30px;
  }

  .card-wrap {
    min-height: 350px;
  }
}

@media(max-width: 991px) {
  .nashville-page .navbar-brand {
    max-width: 12.5rem;
  }

  .nashville-page .menu-btns a button {
    font-size: 13px;
    padding: 7px 10px;
  }

  /* .page-wrapper {
    padding-top: 98px; */
  /* } */


  .badge1,
  .two-col-section .content-wrap,
  .two-col-section .content-wrap h2,
  .hero-content h1+p,.feature-text .inner-ft  {
    max-width: 100%;
  }

  .hero-section {
    padding: 130px 0 100px;
  }

  /* .section-padding {
    padding: 60px 0;
  } */

  .com-style .para-arrow {
    margin-bottom: 10px;
  }

  .card-wrap .card-content-wrap {
    padding: 20px;
  }

  .card-wrap .card-content-wrap h5 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .card-wrap .card-content-wrap p {
    margin-bottom: 10px;
  }

  .stat-card h4 {
    font-size: 25px;
  }
  .tt-row{
    margin-top: 50px;
  }
  .tt-row{
    flex-wrap: wrap;
  }
  .tt-row .tt-logos {
    margin-bottom: 15px;
  }
  .tt-logos .logo1{
    max-width: 200px;
  }
  .tt-logos .logo2 {
    max-width: 150px;
  }
  .tt-row .tt-content{
    margin-left: 0;
  }
}

@media(max-width: 767px) {
  .container {
    padding: 0 16px;
  }

  .hamburger {
    display: flex;
  }

  .footer-main-heading {
    font-size: 2rem !important;

  }

  .mob-hide {
    display: none !important;
  }

  .mob-show {
    display: block !important;
  }

  /* .mob-menu{
    display: block;
  } */
  .nashville-page .navbar-section {
    padding: 18px 0px !important;
  }

  .nashville-page .navbar-brand {
    max-width: 10.9375rem;
  }

  /* .page-wrapper {
    padding-top: 62px;
  } */

  .hero-content h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .hero-section {
    min-height: 100dvh;
    min-height: calc(var(--vh, 1vh) * 100);
    background-position: 34.4% 62px;
    padding: 100px 0;
  }

  .badge1 {
    flex-wrap: wrap;
    padding: 12px 15px 9px !important;
  }

  .badge1 img {
    max-width: 104px;
    margin-bottom: 7px;
  }

  .hero-content h1+p {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .section-padding {
    padding: 95px 0 40px;
  }
  .mobile-feature-slider{
    padding: 80px 0 40px !important;
  }

  .two-col-section .content-wrap h2,
  .com-style h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .two-col-section .content-wrap .tag-heading {
    margin-bottom: 20px;
  }

  .two-col-section .content-wrap p:not(.small) {
    font-size: 14px;
  }

  .two-col-section .content-wrap button {
    margin-top: 20px;
  }

  .two-col-section .content-block {
    margin-bottom: 45px !important;
  }

  .image-wrap {
    border-radius: 0.5rem;
  }
  .image-wrap img{
    border-radius: 0.25rem;
  }

  .two-col-section .image-wrap {
    padding: 3px;
  }

  .cep-wrap .cta-wrapper {
    flex-wrap: wrap;
  }

  .white-section-on-top .navbar-section:not(.open) .hamburger {
    border-color: #e6e6e6;
  }

  .white-section-on-top .hamburger .hamburger-icon path {
    stroke: #404040;
  }

  .ec-popup .ec-wrap {
    padding: 20px 16px 20px 16px;
    border-radius: 0px;
  }

  .ec-popup .ec-header h3 {
    font-size: 22px;
  }

  .ec-popup .ec-body {
    padding-right: 0;
  }

  .business-growth-section,
  .api-carousel-section {
    padding: 94px 0 10px;
  }

  .com-style .icon-text {
    margin-bottom: 23px;
  }

  .para-arrow .arrows {
    display: none;
  }

  .com-style .para-arrow p {
    margin-right: 0 !important;
    margin-bottom: 15px !important;
    font-size: 14px;
  }

  .card-wrap .card-content-wrap {
    padding: 22px 22px 66px 22px;
  }

  .card-wrap {
    min-height: 428px;
  }

  .card-wrap .card-content-wrap p {
    margin-bottom: 19px;
  }

  .card-wrap .card-content-wrap h5 {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .com-style .swiper-wrapper {
    padding-bottom: 60px !important;
  }

  .com-style .swiper-pagination {
    width: max-content;
    right: 0;
    margin: auto;
    border: 1.13px solid #E6E6E6;
    border-radius: 15px;
    display: flex !important;
    padding: 8px 3px;
  }

  .com-style .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
  }

  .stat-card h4 {
    font-size: 2rem;
    margin-bottom: 17px;
  }

  .com-style .swiper {
    margin-bottom: 40px;
  }

  .counters .mb-3 {
    margin-bottom: 30px !important;
  }

  .business-growth-section {
    padding: 94px 0 10px;
  }

  .api-carousel-section .swiper-pagination {
    border-color: rgba(255, 255, 255, 0.2);
  }

  .api-carousel-section .swiper-pagination .swiper-pagination-bullet {
    background: transparent;
    border-color: #fff;
  }

  .api-carousel-section .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
  }

  .video-wrapper {
    padding-top: 62.50%;
  }

  .feature-block .icon-text {
    margin-bottom: 22px !important;
  }

  .feature-block h1 br {
    display: none;
  }

  .feature-block .content-block p {
    max-width: 100%;
    margin-bottom: 6px;
  }

  .feature-block .content-block p.text_alig {
    margin-bottom: 20px !important;
  }
  .tt-row{
    border-radius: 10px;
    padding: 15px 15px 10px 15px;
    margin-top: 40px;
  }
  .tt-row .tt-logos{
    margin-bottom: 10px;
  }
  .tt-logos .logo1 {
      max-width: 153px;
  }
  .tt-logos .cross{
    width: 11px;
    height: 11px;
    margin: 0 7px 0 14px;
  }
  .tt-logos .cross:before, .tt-logos .cross:after{
    left: -5px;
    width: 14px;
  }
  .tt-logos .logo2{
    max-width: 115px;
  }
  .tt-row .tt-content p{
    font-size: 14px;
  }
  .ec-popup .close-btn{
    top: 18px;
    right: 16px;
  }
  .tt-popup .ec-body p{
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.goToTopBtn {
  display: flex;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.5rem;
  background-color: transparent;
}
.goToTopBtn:hover {
  background-color: #6F6CFF;
  border-radius: 0.5rem;
}
.goToTopBtn:hover svg rect {
  stroke: #6F6CFF;
}
@media(max-width: 767px) {
  .goToTopBtn {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.content-block{
  position: relative;
}
.expandable-card {
  position: absolute;
  top: 0rem;
  left: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 1rem;
  padding: 0.9375rem;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 5rem 0px rgba(0, 0, 0, 0.05);
}

.expandable-card .card-title{
  font-family: var(--tix-stock-inter-font);
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #404040;
}

.expandable-card .more-text {
  display: none;
}

.expandable-card.expanded {
  position: absolute;
  top: 0rem;
  z-index: 10;
  background: #fff;
  box-shadow: 0px 0px 5rem 0px rgba(0, 0, 0, 0.1);
}

.expandable-card.expanded .more-text {
  display: inline;
}

.read-more-btn {
  font-family: var(--tix-stock-inter-semibold-font);
  font-size: 0.875rem;
  cursor: pointer;
  color: #00D900;
}
.read-more-btn:hover {
  color: #6F6CFF;
}

@media(max-width: 767px) {
  .expandable-card{
    display: none !important;
  }

  .contact-expert-popup{
    padding: 1.875rem 0;
    align-items: flex-start;
  }
  .cep-wrap{
    height: 100%;
  }
  .cep-wrap iframe{
    height: 100% !important;
  }
}