@font-face {
    font-family: 'NicoMoji-Regular.ttf';
    src: url(../fonts/NicoMoji-Regular.ttf);
}

body,
html {
    margin: 0;
    font-size: 16px;
    overflow-x: hidden;
    font-family: "Bitter", serif;
    font-family: "PT Sans Caption", sans-serif;
    background: #0C0E1B;
}


html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

input:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
}

a:hover,
a:focus {
    text-decoration: none;
}

a {
    text-decoration: none;
}

.nav-link {
    font-size: 1.063rem;
    font-weight: 400;
    color: #D4D4D4 !important;
    font-family: "PT Sans Caption", sans-serif;
    transition: .3s;
    padding: 0 1.25rem !important;
}

.nav-link:hover, .nav-link.active {
    color: #8D54D3 !important;
}

.navbar-nav {
    align-items: center;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    width: 10rem;
}

.nav-btn {
    border: 1px solid #D4D4D480;
    font-size: 1.063rem;
    font-weight: 400;
    color: #D4D4D4;
    font-family: "PT Sans Caption", sans-serif;
    transition: .3s;
    padding: 0.12rem 1rem 0.125rem;
    background: transparent;
    border-radius: 3rem;
}

.nav-btn:hover {
    color: #8D54D3;
    border: 1px solid #8D54D3;
}

.nav-sec {
    padding: 1.25rem 0;
    position: relative;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
}
.nav-sec.scrolled {
	background: rgba(11, 13, 25, 0.45);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.45);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border-bottom: 1px solid #251c40;
}

.hero-sec {
    padding-top: calc(5rem + 67px);
    position: relative;
	padding-left: 13px;
}

.hero-heading {
    font-family: Bitter;
    font-size: 4rem;
    font-weight: 400;
    color: #D4D4D4;
    margin-bottom: 3rem;
    line-height: 1.25;
	text-indent: -6px;
}

.hero-span {
    background: linear-gradient(90deg, #8D54D3 0%, #A36BE8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

.hero-text {
    margin-bottom: 0;
    font-family: Bitter;
    font-size: 1.25rem;
    font-weight: 400;
    color: #AAAAAA;
}

.hero-s-heading {
    margin-top: 1.5rem;
    margin-bottom: 0;
    font-family: Bitter;
    font-size: 1.25rem;
    font-weight: 400;
    color: #AAAAAA;
}

.hero-btn {
    display: flex;
    align-items: center;
    margin-top: 4rem;
    gap: 1.5rem;
}

.d-btn {
    text-align: center;
    z-index: 1;
    border: none;
    transition: all 0.3s ease-in-out;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.36757776141166687px;
    color: #D4D4D4;
    font-family: "PT Sans Caption", sans-serif;
    background: linear-gradient(90deg, #4D1C8A 0%, #8D54D3 100%);
    border-radius: 3rem;
    padding: 1.125rem 3rem;
    position: relative;
}

.d-btn:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 3rem;
    z-index: -1;
    transition: opacity 0.3s ease-in-out;
    background: linear-gradient(to right, #7329C4, #C57BE8);
}

.d-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    border-radius: 3rem;
    z-index: -1;
}

.d-btn:hover {
    box-shadow: 0px 0px 34px 0px #8D54D380;
}

.hero-btn p {
    margin-bottom: 0;
    font-family: 'PT Sans Caption';
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -0.36757776141166687px;
    color: #D4D4D4;
}

.hero-btn p a {
    color: #D4D4D4;
    font-weight: 700;
    text-decoration: underline;
    transition: .3s;
}

.hero-btn p a:hover {
    color: #8D54D3;
}

.n-btn-li {
    padding-right: 0 !important;
}

.hero-img-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.hero-social {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    transition: .3s;
}

.hero-social span {
    border: 1px solid #FFFFFF;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: .3s;
}

.hero-social span a {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.hero-social span a svg {
    width: 1.25rem;
    height: 1.25rem;
    transition: .3s;
}

.hero-social span:hover {
    border: 1px solid #8D54D3;
}

.hero-social span:hover svg path {
    fill: #8D54D3;
}

.hero-img-inner img {
    width: 100%;
}

.proven-row {
    margin: 0;
    border-radius: 1.125rem;
    position: relative;
    margin-top: -1rem;
    background-blend-mode: overlay;
    backdrop-filter: blur(27.0278px);
    background: rgb(17 20 40 / 50%);
    border: 1px solid #1B1F3D;
    padding: 4rem 1.75rem 4rem 1.75rem;
}


.proven-heading .hero-heading {
    font-size: 2.875rem;
    margin-bottom: 2rem;
}

.together-sec {
    padding: 8rem 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ellipse1 {
    position: absolute;
    width: 50%;
    bottom: 0;
}

.together-head .hero-text {
    font-size: 1.65rem;
    color: #D4D4D4;
    line-height: 1.125;
}

.together-head .hero-heading {
    font-size: 5rem;
    line-height: 1;
    margin-bottom: 3rem;
}

.together-col {
    border-radius: 0.5rem;
    position: relative;
    background-blend-mode: overlay;
    background: rgb(18 21 41 / 15%);
    border: 1px solid rgb(27 31 61 / 22%);
    margin-top: 0.75rem;
    padding: 1.5rem 1.75rem;
    min-height: 13rem;
    transition: .3s;
    cursor: pointer;
    z-index: 1;
    transition: all 0s ease;
    backdrop-filter: blur(38px);
}
.together-col:hover{
background: #121529
}
.together-col:after{
    transition: box-shadow .3s ease;
    box-shadow: 0px 0px 0px 0px #8D54D3 inset;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    border-radius: 0.5rem;
    background: transparent;
    z-index: -1;
}

.together-col:hover::before {
    background: linear-gradient(105.66deg, #782C96 -0.8%, #01B7C5 104.84%);
}
.together-col::before {
    transition: all .0s ease;
    transition-delay: .5s;
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 1px solid;
    background: linear-gradient(105.66deg, transparent -0.8%, transparent 104.84%);
    z-index: -1;
    border-radius: 0.5rem;
}

.together-col:hover:after {
    background: #121529;
    box-shadow: 0px 4px 72.6px 0px #8D54D3 inset;
}

.together-inner .hero-heading {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.together-inner .hero-text {
    font-size: 0.875rem;
    font-family: 'PT Sans Caption';
    color: #D4D4D4;
    max-width: 22rem;
}

.together-sec .row .col-lg-4 {
    padding: 0 0.35rem;
}

.grow-sec {
    padding: 2rem 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ellipse2 {
    position: absolute;
    width: 50%;
    bottom: 0;
}

.grow-sec .together-head {
    text-align: center;
}

.grow-sec .together-head .hero-text {
    font-size: 1.35rem;
}

.grow-sec .together-head .hero-heading {
    font-size: 7rem;
    margin-bottom: 3rem;
}

.grow-sec .row .col-lg-6 {
    padding: 0 0.35rem;
}

.grow-sec .together-inner .hero-text {
    max-width: 28rem;
    font-size: 1rem;
}

.grow-sec .together-inner .hero-heading {
    font-size: 2rem;
}

.grow-sec .together-col {
    padding: 1.25rem 2rem;
}

.together-col2x {
    min-height: 26.75rem;
}

.proven-sec {
    padding: 0 0 2rem;
}

.experience-sec {
    padding: 8rem 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ellipse3 {
    position: absolute;
    top: -13vw;
    width: 77%;
}

.experience-sec .together-head .hero-text {
    font-size: 2.5rem;
}

.experience-sec .together-head .hero-heading {
    font-size: 7rem;
}

.experience-sec .together-inner .hero-heading {
    display: flex;
    flex-direction: column;
    font-size: 1.75rem;
    font-weight: 600;
    gap: 0.25rem;
    margin-bottom: 0.5rem;
}

.experience-sec .together-inner .hero-text {
    font-size: 1rem;
    max-width: 15rem;
}


.experience-sec .together-col {
    padding: 1.25rem 1.5rem;
    min-height: 9rem;
}

.experience-sec .row .col-lg-3 {
    padding: 0 0.35rem;
}

.col-12 {
    padding: 0 0.35rem;
}

.graph-sec {
    padding: 2rem 0;
}

.graph-col .hero-heading {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.graph-inner {
    border-radius: 0.5rem;
    background-blend-mode: overlay;
    background: #121529;
    border: 1px solid #1B1F3D;
    margin-top: 1rem;
    padding: 2rem;
    cursor: pointer;
    min-height: 24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.graph-inner.empl {
	padding-bottom: 15px;
}

.graph-inner img {
    width: 100%;
}

.testimonial-sec {
    padding: 8rem 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.ellipse4 {
    position: absolute;
    width: 82%;
    top: -11vw;
}

.testimonial-heading {
    text-align: center;
}

.testimonial-heading .hero-heading {
    font-size: 2.875rem;
}

.customer-sec {
    padding: 2rem 0;
}

.customer-slider {
    border-top: 1px solid #13162B;
    border-bottom: 1px solid #13162B;
    padding: 1.5rem 0;
    margin-top: 1rem;
    background: #121529;
}

.mate-sec {
    padding: 0rem 0;
    position: relative;
}

.mate-sec .row {
    align-items: end;
}

.mate-col {
    display: flex;
    align-items: center;
    justify-content: center;
    /*min-height: 100vh;*/
}
.mate-sec{
	padding: 10rem 0;
}
.mate-col h2 span{
    display: inline-block;
    width: 100%;
}
.ellipse5 {
    position: relative;
    width: 50%;
    right:0%;
    top: 0%;
    scale: 1;
}
.text-left {
  text-align: left;
}
.ellipse5-col{
    position: absolute;
    width: 100%;
}
.mate-col h2{
    /*transform: scale(0.1);*/
}

.mate-col h2 {
    margin-bottom: 0;
    font-family: 'Bitter';
    font-size: 12rem;
    font-weight: 100;
    line-height: 0.825;
    color: #FFFFFF;
    position: relative;
    z-index: 9;
    text-align: center;
}
.mate-sec-d1{
    position: relative;
}
.mate-contact {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: end;
    justify-content: end;
    text-align: end;
    width: 100%;
}

.mate-sec-d1{
    display: flex;
    align-items: end;
}

.mate-contact a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Bitter';
    font-size: 2rem;
    font-weight: 300;
    color: #F4EEEE;
}

.mate-contact a svg {
    width: 1.5rem;
    height: 1.5rem;
}

.map-col {
    width: 0.363rem;
    border-radius: 0.625rem;
    background: #424242;
    position: absolute;
    right: calc(50% - 57rem);
    top: 3rem;
    bottom: 3rem;
    cursor: pointer;
}

.map-span {
    width: 0.363rem;
    height: 6rem;
    border-radius: 0.625rem;
    background: #7B7B7B;
    display: block;
}

.footer-sec {
    padding: 8rem 0;
    transition: .3s;
    position: relative;
    background-blend-mode: overlay;
}

.footer-sec:hover {
    background: #121529;
}

.footer-col {
    text-align: center;
}

.footer-col .together-head .hero-text {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

.footer-col .together-head .hero-heading {
    font-size: 3.5rem;
}

.footer-sec:hover .d-btn {
    box-shadow: 0px 0px 34px 0px #8D54D380;
}

.techno-slide {
    border-radius: 1.25rem;
    position: relative;
    background-blend-mode: overlay;
    background: #121529;
    border: 1px solid #1B1F3D;
    padding: 1.5rem 1.25rem;
    transition: .3s;
    cursor: pointer;
    z-index: 1;
}

.techno-slide::before {
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 1px solid;
    background: linear-gradient(105.66deg, #782C96 -0.8%, #01B7C5 104.84%);
    z-index: -1;
    border-radius: 1.25rem;
}

.techno-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    border-radius: 1.25rem;
    z-index: -1;
}

.techno-slide img {
    width: 6rem;
}

.testimonial-content {
    position: relative;
    z-index: 999;
    margin-top: -4.75rem;
    min-height: 21rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-content p {
    font-family: Bitter;
    font-size: 1rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.75;
    color: #FFFFFF;
	max-height: 225px;
    overflow: hidden;
}
.slick-current .testimonial-content p {
	overflow-y: auto;
}

.slick-current .testimonial-content p::-webkit-scrollbar {
    height: 12px;
    width: 10px;
    background: rgba(0, 0, 0, 0.3);
    
    border-radius: 2ex;
}

.slick-current .testimonial-content p::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.6);
   -webkit-border-radius: 2ex;
}

.slick-current .testimonial-content p::-webkit-scrollbar-corner {
    background: #000;
}

.testimonial-content-inner {
    text-align: end;
    margin-top: 2rem;
}

.testimonial-content-inner h6 {
    font-family: Bitter;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
    margin-bottom: 0;
}


.testimonial-slider .slick-slide .techno-slide{
    filter: blur(1.2px);
    margin: 0 -00px;
    width: calc(100% + 60px);
	cursor: pointer;
}
.testimonial-slider .slick-slide.slick-current .techno-slide{
	cursor: initial;
}
.testimonial-slider .blur-d .techno-slide {
    margin: 0 -30px;
    width: calc(100% + 60px);
    filter: blur(1.2px);
    transform: scale(0.875);
    position: relative;
    z-index: 2;
}
.testimonial-slider .blur-d1 .techno-slide {
    margin: 0 -50px;
    width: calc(100% + 96px);
    filter: blur(2px);
    transform: scale(0.725);
    position: relative;
    z-index: 1;
}



.testimonial-slider .slick-current.slick-active.slick-center .techno-slide {
    margin: 0 -50px;
    opacity: 1;
    filter: blur(0px);
    position: relative;
    z-index: 9;
    width: calc(100% + 100px);
    position: relative;
    z-index: 3;
}
.testimonial-slider .techno-slide{
    transition: all 0s;
    cursor: initial;
}

.testimonial-slider .slick-current .techno-slide::after {
    box-shadow: 0px 0px 55.7px 0px #4D1C8A inset;
}

.proven-col {
    display: flex;
    gap: 2rem;
}

.proven-inner {
    border-radius: 1.125rem;
    position: relative;
    background-blend-mode: overlay;
    display: flex;
    align-items: center;
    background: #111122;
    border: 1px solid #1B1F3D;
    transition: .3s;
    cursor: pointer;
    z-index: 1;
    width: 33.3333%;
}

.proven-inner::before {
    transition: all .3s cubic-bezier(0, 0.17, 1, 0.69);
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 1px solid;
    background: linear-gradient(105.66deg, #01B7C5 -0.8%, #782C96 104.84%);
    z-index: -1;
    border-radius: 1.125rem;
}

.proven-inner::after {
    transition: all .3s ease;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    border-radius: 1.125rem;
    z-index: -1;
}

.proven-hide-img {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.125rem;
    right: 0;
    left: 8rem;
    background: linear-gradient(90deg, #4D1C8A 0%, #8D54D3 21%);
    padding-left: 1.5rem;
    transition: all .3s cubic-bezier(0, 0.17, 1, 0.69);
}

.proven-hide-img img {
    width: 6rem;
    height: 6rem;
    object-fit: contain;
    object-position: center;
}

.proven-img {
    width: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.5rem;
    height: 100%;
    transition: all .3s cubic-bezier(0, 0.17, 1, 0.69);
    position: relative;
    left: 0;
}
.proven-inner-d1{
overflow: hidden;
height: 100%;
}
.proven-inner-d1{
    border-radius: 1.125rem;
    position: relative;
    background-blend-mode: overlay;
    display: flex;
    align-items: center;
    background: #111122;
    border: 1px solid #1B1F3D;
    transition: .3s;
    cursor: pointer;
    z-index: 1;
    width: 100%;
}
.proven-inner:hover .proven-img{
    left: -6rem;
}
.chart-1{
    width: 100%;
    height: 100%;
}

.proven-img img {
    width: 100%;
    height: 5rem;
    object-fit: contain;
    object-position: center;
}
.graph-inner{
    flex-direction: column;
}
/*@import url('https://fonts.googleapis.com/css?family=Lato:300,400,600,700');*/
#chart, .chart-box{
    padding:0 !important;
    border:0 !important;
    min-height: initial !important;
}
.apexcharts-text tspan{
    fill: #85868B !important;
}
.apexcharts-toolbar,
.apexcharts-legend-series{
    display: none !important;
}
#chart, .chart-box {
    padding-top: 20px;
    padding-left: 10px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 22px 35px -16px rgba(0,0,0, 0.1);
}

select.flat-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #008FFB url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'60px\' height=\'60px\'><polyline fill=\'white\' points=\'46.139,15.518 25.166,36.49 4.193,15.519\'/></svg>") no-repeat scroll right 2px top 9px / 16px 16px;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    font-family: arial,tahoma;
    font-size: 16px;
    font-weight: bold;
    outline: 0 none;
    height: 33px;
    padding: 5px 20px 5px 10px;
    text-align: center;
    text-indent: 0.01px;
    text-overflow: "";
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease 0s;
    width: auto;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  select.flat-select:focus, select.flat-select:hover {
    border: 0;
    outline: 0;
  }
  

.apexcharts-canvas {
    margin: 0 auto;
}

#html {
    display: none;
}

.proven-content {
    width: calc(100% - 8rem);
    background-image: url(../images/provenbg.png);
    background-size: 100% 100%;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 1.125rem;
    padding: 1.25rem 0;
    padding-left: 3.875rem;
    display: flex;
    align-items: self-start;
    flex-direction: column;
    text-align: start;
    justify-content: start;
    gap: 0.5rem;
    z-index: 9;
    padding-right: 0.5rem;
    transition:
    width .3s cubic-bezier(0, 0.17, 1, 0.69),
    text-color .3s cubic-bezier(0, 0.17, 1, 0.69),
    padding .3s cubic-bezier(0, 0.17, 1, 0.69);
    height: 100%;
}

.proven-inner:hover .proven-content {
    background-image: url(../images/provenbghover.png);
    width: calc(100% + 0rem);
    background-size: 100% 100%;
    border-radius: 0;
    padding-left: 4.875rem;
}

.proven-content h4 {
    margin: 0;
    font-family: 'Bitter';
    font-size: 1.1rem;
    font-weight: 600;
    color: #FFFFFF;
}

.proven-content h5 {
    margin: 0;
    font-family: 'Bitter';
    font-size: 0.85rem;
    font-weight: 600;
    color: #FFFFFF8C;
}

.proven-content h6 {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 400;
    color: #FFFFFFA8;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.proven-content p {
    margin: 0;
    font-family: 'PT Sans Caption';
    font-size: 0.8125rem;
    font-weight: 400;
    color: #FFFFFF4D;
}

.proven-inner:hover .proven-hide-img {
    left: 0;
    justify-content: start;
}



.proven-inner:hover .proven-content h4 {
    color: #FFFFFF;
}

.proven-inner:hover .proven-content h5 {
    color: #FFFFFF;
}

.proven-inner:hover .proven-content h6 {
    color: #FFFFFF;
}

.proven-inner:hover .proven-content p {
    color: #FFFFFF;
}

.untern-slider1x {
    padding: 1rem 8rem 5rem;
	padding-bottom: 0;
}

.untern-slider1x .slick-prev {
    background-image: url(../images/leftarw.png);
    background-position: 50%;
    background-repeat: no-repeat;
    font-size: 0;
    width: 1.5rem;
    border: 0;
    height: 1.5rem;
    left: 0;
    position: absolute;
}

.untern-slider1x .slick-next,
.untern-slider1x .slick-prev {
    z-index: 1;
    transition: .3s;
    background-color: transparent;
    top: calc(50% - 2rem);
}

.untern-slider1x .slick-next {
    background-image: url(../images/rightarw.png);
    background-position: 50%;
    background-repeat: no-repeat;
    font-size: 0;
    width: 1.5rem;
    border: 0;
    height: 1.5rem;
    right: 0;
    position: absolute;
}

.untern-slider1x .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 0rem;
}

.untern-slider1x .slick-dots li {
    margin: 0 0.3rem;
}

.untern-slider1x .slick-dots li button {
    font-size: 0;
    border: 0;
    padding: 0;
    width: 1rem;
    height: 1rem;
    background: #8D54D3;
    border-radius: 50%;
    transition: all .3s ease;
    opacity: 0.4;
    transform: scale(0.75);
}

.untern-slider1x .slick-dots li.slick-active button {
    background: #8D54D3;
    opacity: 1;
    width: 1rem;
    height: 1rem;
    transform: scale(1);
}

.main-sec {
    position: relative;
}

.ellipse6 {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.ellipse7 {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
}

.container {
    position: relative;
    z-index: 9;
    padding: 0 1rem;
}
.circle-box1{
width: 30vw;
height: 30vw;
position: fixed;
right: -25vw;
border-radius: 50%;
background-color: #8d54d3;
top:10vw;
filter: blur(13vw);
opacity:.2;
transition: all 7s ease;
}
.circle-box2{
width: 30vw;
height: 30vw;
position: fixed;
left: -22vw;
border-radius: 50%;
background-color: #203256;
top:10vw;
filter: blur(15vw);
opacity:.8;
transition: all 7s ease;
}
.circle-box3{
width: 20vw;
height: 20vw;
position: absolute;
right: calc(50% - 5vw);
border-radius: 50%;
background-color: #8d54d3;
top:15vw;
filter: blur(9vw);
opacity:.6;
transition: all 7s ease;
}


.hero-heading.numbers span {
  display: none;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  opacity: 0;
}
.hero-heading.numbers span.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
#navbarSupportedContent {
  background: rgba(11, 13, 25, 0.45);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.untern-slider3x {
    width: 100%; /* Full width */
    overflow: hidden; /* Hide the scrollbars */
    position: relative; /* To position the content inside */
}
/*
.logos-slide {
    display: flex;
	gap: 2rem;
    animation: scroll 20s linear infinite;
	width: max-content;
}


.customer-logo {
    flex: 0 0 auto;
    height: 60px;
    padding: 10px;
}
*/
.customer-logo {
    display: flex!important;
	align-items: center;
	justify-content: center;
	height: 40px!important;
}
.customer-logo img {
    width: auto; /* Make sure logos are responsive */
    max-height: 40px;
    max-width:100px;
	filter: brightness(0) invert(1);
    opacity: 0.8;
}

@keyframes scroll {
    0% {
        transform: translateX(0); /* Start at the beginning */
    }
    100% {
        transform: translateX(-100%); /* Scroll all the way to the left */
    }
}

.swiper-container {
    width: 100%;
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    width: auto;
    height: 40px;  /* Adjust this height as needed */
    filter: brightness(0) invert(1); /* Optional styling */
    opacity: 0.8;
}
