/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.9
	Stable tag: 3.4.9
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/


body {
	background-color: #1D1850;
}
body .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 25px!important;
}
span.swiper-pagination-bullet {
    width: 30px !important;
    border-radius: 10px;
}
.banner-button {
	position: relative;
	display: block;
}
.banner-button-img {
	width: 100%;
}
.hfe-scroll-to-top-wrap .hfe-scroll-to-top-button img {
    height: auto;
    width: 80px;
}
.banner-button .light-shadow-button {
	position: absolute;
	left: 14px;
	top: 8px;
	bottom: 0px;
	right: 14px;
	overflow: hidden;
}
.banner-button .light-shadow-button .outer-bg-span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 4;
	-webkit-animation: move-line-data 3s ease 0s infinite normal none running;
	animation: move-line-data 3s ease 0s infinite normal none running;
}
.banner-button .light-shadow-button .outer-bg-span:after {
	content: "";
	display: block;
	filter: blur(8px);
	height: 200%;
	top: 0;
	left: 0;
	position: absolute;
	width: 20px;
	background: hsla(0, 0%, 100%, .9);
}
@keyframes move-line-data {
	0% {
		transform: scale(2) rotate(18deg);
	}
	100% {
		transform: scale(2) rotate(18deg) translate(100%);
	}

}
.hover-up:hover {
    transform: translateY(-12px);
}
.borderStyle {
	border: 1px solid;
    -o-border-image: linear-gradient(90deg,#121125,#5376d9,#110f21) 1 1;
    border-image: linear-gradient(90deg, #121125, #5376d9, #110f21) 1 1;
}


header .hfe-nav-menu li:last-child > a img,
.zoomzoom img {
  animation: zoomEffect 1.5s ease-in-out infinite;
}


@keyframes zoomEffect {
    0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1); /* Zooms in to 110% size */
  }
  100% {
    transform: scale(1);
  }
}

.flipicon-2d img,
.flipicon-2d .elementor-icon-list-icon {
  display: inline-block;
  font-size: 40px;
  transition: transform 0.3s ease-in-out; 
}

.flipicon-2d:hover img,
.flipicon-2d:hover .elementor-icon-list-icon {
  transform: scaleX(-1); 
}
.flipicon-2d .elementor-icon-list-icon svg  { 
	margin-right: 0!important;
}
.flipicon-2d .elementor-icon-list-icon {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.bannerImage, .bannerImage a {
    width: 100%;
}
html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container {
    background: transparent;
    box-shadow: none;
    padding: 0;
}
.pum-container .pum-content>:last-child {
    margin: 0;
}
body .pum-theme-enterprise-blue .pum-content + .pum-close {
    color: #000000;
    background-color: rgb(255 255 255);
    font-weight: 800;
}
body .pum-theme-enterprise-blue .pum-content + .pum-close {
    left: 29px;
    right: auto;
    top: -2px;
}
.zoomzoom {
	bottom: 173px!important;
}

@media (min-width: 1025px) {
	header .hfe-nav-menu li:last-child a {
		padding: 5px 10px!important;
	}
}
@media (max-width: 1024px) {
	header ul.hfe-nav-menu {
		background: #7005B3;
		border-radius: 20px;
		padding: 20px 10px;
	}
	header nav.hfe-nav-menu__layout-horizontal {
		padding: 5px 20px;
		border-radius: 20px !important;
		overflow: hidden;
	}
}
@media (max-width: 767px) {
	span.swiper-pagination-bullet {
		width: 10px !important;
		border-radius: 10px;
	}
	html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container {
		position: fixed;
		left: auto !important;
		right: 130px;
		max-width: 240px;
	}
	.zoomzoom img {
		width: 130px!important;
	}
	
}
