/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: A child theme for Hello Elementor.
Author: Your Name
Author URI: https://yourwebsite.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/
body{
	overflow-x:hidden;
	background-image: url('https://addiztech.com/wp-content/uploads/2025/07/bg.png');
background-repeat:repeat-y;
background-size:100% auto;
background-color:#0D1117 !important; 
	}

@media (max-width:767px){

body{
	overflow-x:hidden;
background:#0D1117 !important; 
	}
	
	}

/*  image box*/
.image-box .elementor-image-box-img{
  perspective: 800px;  transition: all .5s ease-in-out;
  display: inline-block;
}
 .image-box .elementor-image-box-img img{
  display: inline-block;
  font-size: 40px;
  transition: all .5s ease-in-out;
}
.image-box:hover .elementor-image-box-img img{
     transition: all .5s ease-in-out;
  transform: rotateY(180deg); 
}
.flip{
	  perspective: 800px;  transition: all .7s ease-in-out;
  display: inline-block;
}
.flip  img{
     transition: all .3s ease-in-out;
	
	}
.service-con:hover .flip{
background:#1083FF !important;
}
.service-con:hover .flip img { 
  transition: all 0.3s ease-in-out;
  transform: rotateY(180deg);
  filter: brightness(0) invert(1); /* Makes image white */
}

/* hight light text  */
.highlight{
    color: #1083FF;
    font-weight: 700;
}


.service-con:hover .img-ani img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
  z-index: 3;
}

.service-con:hover .img-ani img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
  z-index: 1;
}




.link p a{
	text-decoration-line:underline;
  text-underline-offset: 2;
}


    :root {
      --s: 50px;           /* size of cut */
      --r: 30px;           /* radius */
         --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%) no-repeat;
}
.round{
	        -webkit-mask: calc(var(--s) + var(--r)) 0 var(--_m), 0 calc(var(--s) + var(--r)) var(--_m), radial-gradient(var(--s) at 0 0, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) var(--r) var(--r) no-repeat, conic-gradient(at calc(var(--s) + 2 * var(--r)) calc(var(--s) + 2 * var(--r)), #000 75%, rgba(0, 0, 0, 0) 0);

}


/* sonar anmations  */
.sonar-ani .elementor-icon {
  position: relative;
  z-index: 1;
}

/* Sonar Animation */
.sonar-ani .elementor-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: sonarPulse 2s infinite;
  opacity: 0.6;
  z-index: -1;
}

@keyframes sonarPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.videobnr{
    width: 95% !important;
    margin: 0px auto !important;
    margin-top: 120px !important;
}

.video-con:before {
    position: absolute !important;
top: calc(40% - 45px) !important;
    left: 50% !important;
    width: 682px !important;
    height: 682px !important;
    content: "" !important;
    opacity: .9 !important;
    border-radius: 50% !important;
    background-color: #1083FF !important;
    -webkit-transform: translateX(-321px) !important;
    transform: translateX(-341px) !important;
    
}




/* rotaing imags */
.rotate-trans img {
  animation: rotate 21s linear infinite;
  pointer-events: none;
  user-select: none;
}
.rotate-trans{
    animation: trans 20s linear infinite;
}
@keyframes trans {
  0%{
    transform: translateY(0px) ;
  }
  50% {
        transform: translateY(150%) ;
  }
  100% {
        transform: translateY(0px) ;
  }
  
}


.height.rotate-trans  {
	animation: transheight 20s linear infinite;}


@keyframes transheight {
  0%{
    transform: translateY(0px) ;
  }
  50% {
        transform: translateY(350%) ;
  }
  100% {
        transform: translateY(0px) ;
  }
  
}


/* svgs rotate  */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes icon-rotate {
  from {
    transform: rotate(0deg);
     top: 25%;
  left: 25%;
  }
  to {
    transform: rotate(360deg);
     top: 25%;
  left: 25%;
  }
}
.svg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75px;
  padding: 20px;
    /*border: 1px solid  white !important;*/
  height: 100px;
  border-radius: 1000px !important;
  /*background: white;*/
  transform: translate(-50%, -50%);
  animation: icon-rotate 15s linear infinite;
  
  object-fit: contain;
  background: #1083FF;
}
.img-bg{
      background-color:  #1083FF !important;
        border-radius: 1000px;
          

}


/* 2nd */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.svg-img2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 50px;
  border-radius: 100px;
  /*background: white;*/
  transform: translate(-50%, -50%);
  object-fit: contain;
}



/*  About us page*/
.rotate-about img{
    animation: rotate-about 10s linear infinite;
}
@keyframes rotate-about {
  0% {
      transform: translate(0, 0) rotate(0deg) scale(1);

  }
  50%{
    transform: translate(-150px, 200px) rotate(180deg) scale(2);
  }
   110% {
      transform: translate(0, 0) rotate(0deg) scale(1);

  }
}



.features-con .features-icon{
	transform:scale(0);
	transition:all .4s ease-in-out;
}

.features-con:hover .features-icon{
	transform:scale(1);
	
}


.features-con .features-title h2{
	
	transition:all .4s ease-in-out;
}

.features-con:hover .features-title h2{
	color:#1081fc !important;
	
}



/* .portfolio-grid .elementor-loop-container .portfolio:nth-child(odd){
	margin-top: 150px !important;
}
 */

.portfolio .portfolio-icon{
	transform:scale(0) !important;
z-index:999;
transition: all .5s ease;

}
 
.portfolio:hover .portfolio-icon{
	transform:scale(1) !important;
} 






.info-box:after{
    background-color: #1083FF;
    content: "";
    position: absolute;
    left: 0%;
    top: 61px;
		opacity:0;
    height: 1px;
    width: 0px;
transition:all .5s linear;

}
.info-box:hover:after{
	opacity:1;
    left:0;
    width: calc(100% + 28px);
}

.bg-gradient{
background: linear-gradient(146deg, rgba(64, 64, 64, 1) 0%, rgba(12, 12, 12, 1) 34%, rgba(31, 31, 31, 1) 68%, rgba(64, 64, 64, 1) 100%) !important;
}


#call-btn {
	border-radius:10px !important;
}
#call-btn .elementor-button-content-wrapper{

	align-items:center !important;
}

#call-btn svg{
font-size:30px;
color:#fff !important;
}
#call-btn svg path{
	color:#fff !important;
	fill: #fff;
}




/* css for faq-section */
/* .faq-section span.e-closed{
	border:1px solid 
} */
.info-box-content{
background:#101213 !important;

}


.info-box .hover-lines{
position:relative;
top:-1% !important;
left:-1% !important;
	background:transparent !important;
width:102%;
height:102%;
z-index:0 !important;
}


.hover-lines span {
  position: absolute;
  background: #1083ff;
  transition: transform 0.3s ease;
}

/* Bottom: From center to full width */
.hover-lines span.bottom {
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition-delay: 0.6s;
}

/* Left: height from 0 to 100% */
.hover-lines span.left {
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom;
  transition-delay: 0.3s;

}

/* Right: height from 0 to 100% */
.hover-lines span.right {
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom;
  transition-delay: 0.3s;

}

/* Top left: from center to full width */
.hover-lines span.top-left {
  top: 0;
  left: 0%;
  width: 50%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition-delay: 0s;

}

/* Top Right: from center to full width */
.hover-lines span.top-right {
  top: 0;
  right: 0%;
  width: 50%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: right;
  transition-delay: 0s;

}

/* Hover effect: animate in sequence */
.info-box:hover .hover-lines span.bottom {
  transform: scaleX(1);
  transition-delay: 0s;
}

.info-box:hover .hover-lines span.left,
.info-box:hover .hover-lines span.right {
  transform: scaleY(1);
  transition-delay: 0.3s;
}

.info-box:hover .hover-lines span.top-left,.info-box:hover .hover-lines span.top-right {
  transform: scaleX(1);
  transition-delay: 0.5s;
}

/* Reverse animation automatically handled by same transitions */

.info-box-content .elementor-widget-html{
	position:absolute; !important; 
top:0;
left:0;
width:100%;
height:100%; n
}


/* css for popup */
.image-rotate {
  width: 500px;
  height: 500px;
  animation: rotate 10s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}



@media (min-width: 1024px) {
  .portfolio-grid .elementor-loop-container .portfolio:nth-child(odd) {
    margin-top: 150px !important;
  }
}


@media (min-width: 768px) and (max-width: 1024px) {
  .portfolio-grid .elementor-loop-container .portfolio:nth-child(odd) {
    margin-top: 50px !important;
  }
}




/* css for btn */
 .cb-btn_cta {
	padding: 12px 30px 12px 30px !important;
}
.cb-btn_cta-border{
 color:#1083FF !important;
	border-width: 2px !important;
}
.cb-btn_cta-title{
  color:#1083FF !important;
}


.elementor img {
  user-select: none !important;
  -webkit-user-drag: none !important;  /* Prevent image dragging in WebKit browsers */
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  pointer-events: none !importantl; /* Optional: prevents right-click selection too */
	
}
.progress-wrap.btn-right-side:before {
  position: absolute;
  content: "";
  bottom: -100%;
  left: 0;
  transform:  scale(0);
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: white;
  transition: all 0.5s ease !important;
}

.progress-wrap.btn-right-side:hover:before {
  transform:  scale(1);
	bottom: 0%;
/*   transition-delay: 0.4s !important; */
}


.progress-wrap.btn-right-side{
overflow:hidden;
}

.progress-wrap.btn-right-side.progress-wrap::after {  display: inline-block;
  transition: transform 0.4s ease, opacity 0.2s ease;
}

.progress-wrap.btn-right-side:hover.progress-wrap::after {
  transform: translateY(-100%);
  opacity: 0;
	color:#1083FF ;
}

/* Animation for reappearing from bottom */
.progress-wrap.btn-right-side:hover.progress-wrap::after {
  animation: arrowBounce 0.6s ease forwards;
}

@keyframes arrowBounce {
  0% {
    transform: translateY(-10%);
    opacity: 1;
transition-delay:color .6s;
  }
  30% {
    transform: translateY(-100%);
    opacity: 0;
  }
  50% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}



textarea#form-field-message{
	padding-top:20px !important;
}

input,textarea{
	cursor:pointer !important;
}


.category-bg{
	background:rgba(0,0,0,0.3);
	  backdrop-filter: blur(20px);
}


.stroke{
        position: relative;
    font-weight: 700;
    pointer-events: none;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: white;
    opacity: 0.35;
    /*white-space: nowrap;*/
    /*-webkit-transform: translateX(100%);*/
    transform: translateX(100%);
    overflow: hidden;
  
}











.stagger h1,
.stagger h2,
.stagger h3
{
  opacity: 1; /* start hidden */
  will-change: transform, opacity;
}


/* about us text animation code */
.text-animi p {
  /* font-size: 2.5rem; */
  perspective: 1000px;
  white-space: pre-wrap;
  color: white; /* optional */
}

.text-animi p .letter {
  display: inline-block;
  opacity: 0;
  transform: rotateX(360deg);
}

.marquee-container {
  width: 100% !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  position: relative !important;
}

.marquee-content {
  display: flex !important;
}

.marquee-item {
  flex: 0 0 auto !important;
  padding: 0 0 !important;
  max-width: none !important;
  margin: 0 !important;
  justify-content: center !important;
}

/* Desktop and General Settings, will be overwritten for Tablet and Mobile with Media Queries below */


/* Spacing between icon and title (horizontal) */
.marquee-item > .elementor-widget-container > .elementor-icon-box-wrapper > .elementor-icon-box-icon {
   margin-right: 40px !important;
  line-height: 0 !important;
}


/* Tablet Settings */

@media (max-width: 1024px) {
    
    /* 4️⃣ 🛠 Fix for mobile: Removes unnecessary space caused by the Content-Box and aligns icon and heading */
  .marquee-item .elementor-widget-container .elementor-icon-box-wrapper {
    text-align: center !important;
}
 
 /* Spacing between icon and title (horizontal) */
 .marquee-item > .elementor-widget-container > .elementor-icon-box-wrapper > .elementor-icon-box-icon {
   margin-right: 30px !important;
  line-height: 0 !important;
}

}


/* Mobile Settings */

@media (max-width: 767px) {
    

	.marquee-item .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  /* Spacing between icon and title (horizontal) */
 .marquee-item > .elementor-widget-container > .elementor-icon-box-wrapper > .elementor-icon-box-icon {
   margin-right: 30px !important;
  line-height: 0 !important;
}

}





  .features-img img {
    /* width: 100%;
    height: 100%; */
    transform: rotate(0deg);
    transition: transform 0.2s linear;
  }


/*preloader Animation  */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #101213;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
	
}

.preloader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px; /* space between whirlpool and text */
}

/* Whirlpool Loader */
.preloader-whirlpool {
  position: relative;
}

.whirlpool {
  position: relative;
  border: 1px solid #1083FF;
  border-left-color: rgb(32, 32, 32);
  border-radius: 974px;
  margin: -24px 0 0 -24px;
  height: 70px;
  width: 70px;
  animation: cssload-rotate 1150ms linear infinite;
}

.whirlpool::before,
.whirlpool::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #1083FF;
  border-left-color: rgb(32, 32, 32);
  border-radius: 974px;
  content: "";
}

.whirlpool::before {
  margin: -22px 0 0 -22px;
  height: 43px;
  width: 43px;
  animation: cssload-rotate 1150ms linear infinite;
}

.whirlpool::after {
  margin: -28px 0 0 -28px;
  height: 55px;
  width: 55px;
  animation: cssload-rotate 2300ms linear infinite;
}

@keyframes cssload-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Letter Flip Animation */
.txt-loading {
  font: bold 4em 'Plus Jakarta Sans', sans-serif;
  text-align: center;
  user-select: none;
}
@media (max-width:767px){

.txt-loading {
  font: bold 2em 'Plus Jakarta Sans', sans-serif;
  text-align: center;
  user-select: none;
}
}

.txt-loading .characters {
  color: rgba(99, 99, 99, 0.2);
  position: relative;
  display: inline-block;
}

.txt-loading .characters:before {
  animation: characters 4s infinite;
  color: #1083FF;
  content: attr(preloader-text);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-90deg);
}

/* Animation delays for letters */
.txt-loading .characters:nth-child(2):before { animation-delay: 0.4s; }
.txt-loading .characters:nth-child(3):before { animation-delay: 0.6s; }
.txt-loading .characters:nth-child(4):before { animation-delay: 0.8s; }
.txt-loading .characters:nth-child(5):before { animation-delay: 1s; }
.txt-loading .characters:nth-child(6):before { animation-delay: 1.2s; }
.txt-loading .characters:nth-child(7):before { animation-delay: 1.4s; }
.txt-loading .characters:nth-child(8):before { animation-delay: 1.6s; }
.txt-loading .characters:nth-child(9):before { animation-delay: 1.8s; }
.txt-loading .characters:nth-child(10):before { animation-delay: 2s; }

@keyframes characters {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}



@media (max-width: 767px) {
	
	.elementor-8 .elementor-element.elementor-element-2347b70{
		margin-top:0 !important;
	}
	
	.scroll-track span{
		font-size:50px !important;
	}
}


.popup-menu-list li{
    padding-left: 15px !important;
}

.menu-popup{
    z-index: 99999 !important;
    overflow: hidden
}



.footer-link .elementor-icon-list-item {
  overflow: hidden !important;
  padding-bottom: 0 !important;
}

.footer-link .elementor-icon-list-text {
  display: inline-block !important;
  position: relative !important;
  transition: transform .8s cubic-bezier(.16,1,.3,1) !important;
}

.footer-link .elementor-icon-list-item .elementor-icon-list-text:after {
    content: attr(data-text) ;
    display: block !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0;
    transform: scale(.7);
    transition: transform .4s, top .4s;
}

.footer-link .elementor-icon-list-item:hover .elementor-icon-list-text:after {
  transform: scale(1) !important;
}

@media (pointer: fine) {
  .footer-link .elementor-icon-list-item:hover .elementor-icon-list-text {
    transform: translateY(-100%) !important;
  }
}






.header-link .menu-item {
  overflow: hidden !important;

}

.header-link .menu-item a{
  display: inline-block !important;
  position: relative !important;
  transition: transform .8s cubic-bezier(.16,1,.3,1) !important;
	  padding-block: 0 !important;
}

.header-link .menu-item a:after {
    content: attr(data-text) ;
    display: block !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0;
    transform: scale(.7);
    transition: transform .4s, top .4s;
	background:none !important;
	opacity:1 !important;
	text-align:center !important;
}

.header-link .menu-item:hover  a:after {
  transform: scale(1) !important;
}

@media (pointer: fine) {
  .header-link .menu-item:hover  a {
    transform: translateY(-100%) !important;
  }
}




.pagination-style-1 .elementor-swiper-button:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1083FF;
	border-radius: 100%;
	z-index: -1;
	transition: all .4s ease;
	transform: scale(0);
}

.pagination-style-1 .elementor-swiper-button:hover:before {
	transform: scale(1);
	top: 0;
}

.pagination-style-1 .elementor-swiper-button {
	overflow: hidden;
}



.testi-car .swiper-wrapper {
  transition: transform 0.8s ease; 
}

.testi-car .swiper-slide {
  transform: scale(0.2);
  opacity: 0;
  transition: all 0.8s ease;
	
	
}

.testi-car .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}


.team-con img{
	transition:all .4s ease;
}
.team-con:hover img{
	transform:scale(1.1) rotate(0deg);
}

.team-con .team-img:after{
	    content: '';
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.team-con:hover .team-img:after{
height: 250%;
    transition: all 700ms linear;
background:transparent;
}

.team-con .team-child-con{
	transform:translateY(50px)
		;
	transition:all .4s ease;
	
}
.team-con:hover .team-child-con{
	transform:translateY(0px)
}
.team-con .team-icon{
	transform:translateY(10px);
	opacity:0;
	transition:all 0.4s linear !important;
transition-delay:0.1s !important;
	
}

.team-con:hover .team-icon{
transform:translateY(0px);
	opacity:1;
}


.team-con .elementor-icon {
	overflow:hidden;
	
	position:relative;
}
.team-con .elementor-icon:before {
	position:absolute;
	content:"";
	top:50%;
	left:0;
	width:100%;
	height:100%;
	background:#1083FF ;
	border-radius:100%;
	z-index:-1 ;
	transition:all .4s ease;
	transform:scale(0);
	
}
.team-con .elementor-icon:hover:before{
transform:scale(1);
	top:0;
}

.team-con .elementor-icon:hover{
	border:1px solid  #1083FF !important;
}

.portfolio-featured-img img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 500px;
    transition: 8s all ease;
}

.portfolio-featured-img:hover img {
    object-position: bottom !important;
}

.portfolio-featured-img:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    background: rgba(0,0,0,0.02) !important;
    z-index: 1 !important;
}


@media (max-width:767px){
	.videobnr{
	margin-top:80px !important;
	}
	.video-con:before{
		    width: 502px !important;
    height: 502px !important;
		    top: calc(40% - 45px) !important;
    left: 80% !important;
		opacity:0.75 !important;
	}
	
	
}



/* cursor  css*/


/* Video cursor shell */
.cursor-video{
  position:fixed;
  top:0; left:0;
  width:220px; height:220px;         /* adjust size as you like */
  transform:translate(-50%,-50%) scale(0);
  opacity:0;
  pointer-events:none;                /* never block clicks */
  z-index:99999;
  border-radius:50%;
  overflow:hidden;
  mix-blend-mode:difference;          /* requested blend */
  will-change:transform, opacity;
  backface-visibility:hidden;
}

.cursor-video-el{
  width:100%; height:100%;
  object-fit:cover;
  display:block;
}

/* Hide on small screens if needed */
@media (max-width:1024px){
  .cursor-video{ display:none; }
}





.cursor {
  position: fixed;
  pointer-events: none;
  opacity: 0;
}

.cursor-small {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: white;
  pointer-events: none;
  mix-blend-mode: difference;
}

.cursor-big {
  top: 0px;
  left: 0px;
  height: 80px;
  width: 80px;
  position: fixed;
  transform: translate(-50%, -50%) scale(0);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cursor-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1083FF;
  border-radius: 50%;
  z-index: -1; /* behind text */
}

.cursor-big p {
  color: white;
  font-size: 15px;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .cursor-small { display: none; }
  .cursor-big { display: none; }
	
}
	
	
	.cursor-big .cursor-text {
  color: white;
  font-size: 15px;
  margin: 0;
  pointer-events: none;
  user-select: none;
}

	
	
	
	
	.cursor-slider {
  top: 0;
  left: 0;
  height: 80px;
  width: 80px;
  position: fixed;
  transform: translate(-50%, -50%) scale(0);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.cursor-slider .cursor-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 50%;
  z-index: -1;
}

.cursor-slider-icon {
  font-size: 22px;
  color: black;
  user-select: none;
  pointer-events: none;
}



[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: transparent !important;
    color: #fff;
    text-decoration: none;
}



/*image animation  */

	@media screen and (min-width: 1025px) {
  .img-ani {
    position: relative;
    width: 100%;
    cursor: pointer;
    text-align: right;
    overflow: hidden !important;
  }

  .img-ani img,
  .img-ani .img-clone {
    position: absolute;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
    transition: all 500ms ease;
    top: 0;
    left: 0;
  }

  .img-ani .img-clone {
    z-index: 1;
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    filter: blur(10px);
    height: 100%;
  }

  .img-ani:hover .img-clone {
    transform: translateX(0) scaleX(1);
    opacity: 1;
    filter: blur(0);
    z-index: 3;
  }

  .img-ani:hover a img,
  .img-ani:hover > img {
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    filter: blur(10px);
    z-index: 1;
  }
}

	
	@media (max-width:1024px){
		.img-clone{
			display:none !important;
		}
	}


/* site seletion */
::selection {
  background: #1083FF;
  color: #ffffff; /* Optional: text color when selected */
}

/* For Firefox */
::-moz-selection {
  background: #1083FF;
  color: #ffffff;
}
