/*====================== Basic css ========================*/
:root {
	scroll-behavior: unset;
	--afacad: "Afacad", sans-serif;
	--kumbh-sans: "Kumbh Sans", sans-serif;
	--body-color2: #29292B;
	--white: #FFFFFF;
	--black: #1F1F24;
	--blue: #7856FF;
	--dark: #717180;
	--dark2: #7E7E7E;
	--dark3: #3F3F41;
	--gray: #C9C3DD;
}


a,
a:visited,
a:hover,
a:active {
    text-decoration: none !important;
}


/* body */
body {
	font-family: var(--afacad);
	font-size: 16px;
	font-weight: 400;
	background: var(--white);
	color: var(--black);
}

/*====================== Header area start ========================*/
.link-blue:hover{
	color: var(--blue) !important;
}

.flag-item:hover{
	background-color: rgba(120, 86, 255, 0.05);
}

/*Hamburger menu*/
.hamburger-menu {
	cursor: pointer;
	position: relative;
	z-index: 999;
}

.hamburger-menu span {
	background: var(--white);
	width: 30px;
	height: 3px;
	display: block;
	margin: 5px 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.hamburger-menu:hover .line-top {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.hamburger-menu:hover .line-bottom {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.hamburger-menu .line-top.current {
	-webkit-transform: translateY(200%) rotate(135deg);
	-ms-transform: translateY(200%) rotate(135deg);
	transform: translateY(200%) rotate(135deg);
}

.hamburger-menu .line-center.current {
	opacity: 0;
}

.hamburger-menu .line-bottom.current {
	-webkit-transform: translateY(-325%) rotate(-135deg);
	-ms-transform: translateY(-325%) rotate(-135deg);
	transform: translateY(-325%) rotate(-135deg);
}

/*========== Page loader CSS ==========*/
/* #preloader {
	position: fixed;
	background: var(--white);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	height: 100vh;
	width: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loader3 {
	width: 50px;
	height: 50px;
	display: inline-block;
	padding: 0;
	text-align: left;
}

.loader3 span {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: var(--blue);
	-webkit-animation: loader3 1.5s linear infinite;
	animation: loader3 1.5s linear infinite;
}

.loader3 span:last-child {
	animation-delay: -0.9s;
	-webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
	0% {
		transform: scale(0, 0);
		opacity: 0.8;
	}

	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

@-webkit-keyframes loader3 {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: 0.8;
	}

	100% {
		-webkit-transform: scale(1, 1);
		opacity: 0;
	}
} */


/*========== return-to-top ==========*/
.back-to-top {
	width: 45px;
	height: 45px;
	line-height: 42px;
	text-align: center;
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	border-radius: 50%;
	background: var(--blue);
	color: var(--white);
	font-size: 17px;
	z-index: 1000;
	transition: 0.2s all ease;
}

.back-to-top:hover {
	color: var(--white);
	box-shadow: 0 0 30px var(--blue);
}

/*========================= contact page start ===========================*/
.body2 {
	background: var(--body-color2);
	color: var(--white);
}

.contact_area {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 50px 0 100px;
}

.contact_main {
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 70px 80px;
	border-radius: 30px;
}

.contact_upper h3 {
	font-size: 100px;
	font-weight: 500;
	line-height: 1;
	color: var(--white);
	text-align: center;
	margin-bottom: 8px;
}

.contact_upper p {
	font-family: var(--kumbh-sans);
	font-size: 24px;
	font-weight: 300;
	color: var(--white);
	text-align: center;
}

.contact_row {
	padding-top: 70px;
}

.cntact_left h4 {
	font-family: var(--kumbh-sans);
	font-size: 20px;
	font-weight: 700;
	color: var(--white);
	margin: 20px 0
}

.cntact_left ul li a {
	font-family: var(--kumbh-sans);
	font-size: 14px;
	font-weight: 400;
	color: var(--white);
	display: inline-flex;
	align-items: center;
	margin-bottom: 15px;
}

.cntact_left ul li a span {
	width: 40px;
	height: 40px;
	background: #393255;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 12px;
}

.cntact_left ul li a img {
	width: 16px;
	filter: brightness(0) saturate(100%) invert(39%) sepia(63%) saturate(5209%) hue-rotate(238deg) brightness(103%) contrast(101%);
}

.cntact_left iframe {
	width: 100%;
	height: 240px;
	margin-top: 80px;
	border: none;
}

.cntact_right {
	background: var(--dark3);
	padding: 20px 20px;
	border-radius: 10px;
}

.cntact_right label {
	font-family: var(--kumbh-sans);
	font-size: 14px;
	font-weight: 400;
	color: var(--white);
	display: block;
	margin-bottom: 6px;
}

.cntact_right input[type=text],
.cntact_right textarea {
	font-family: var(--kumbh-sans);
	width: 100%;
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: var(--black);
	background: var(--white);
	border: none;
	padding: 8px 16px;
	border-radius: 5px;
	margin-bottom: 15px;
	outline: none;
}

.cntact_right textarea {
	height: 150px;
	resize: none;
}

.cntact_right button {
	font-family: var(--kumbh-sans);
	width: 140px;
	font-size: 13px;
	font-weight: 500;
	color: var(--white);
	background: var(--blue);
	display: block;
	text-align: center;
	margin-left: auto;
	padding: 8px 10px;
	border-radius: 6px;
	border: none;
	outline: none;
	margin-top: 20px;
	transition: 0.2s all ease;
}

.cntact_right button:hover {
	opacity: 0.85;
}


/*======================= partner_area start =========================*/


.marquee_container::before {
	content: "";
	width: 10%;
	height: 100%;
	display: block;
	background: var(--white);
	filter: blur(50px);
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}

.marquee_container::after {
	content: "";
	width: 10%;
	height: 100%;
	display: block;
	background: var(--white);
	filter: blur(50px);
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
}

.marquee:hover {
    animation-play-state: paused !important;
    cursor: pointer;
}

@keyframes marquee {
    0% {
        left: -0px;
    }

    25% {
        left: -25%;
    }

    50% {
        left: -50%;
    }

    75% {
        left: -75%;
    }

    100% {
        left: -100%;
    }

}

@media screen and (max-width: 767px){
	.marquee {
		width: 500% !important;
	}
}


/*====================== regarea start ========================*/


@keyframes marquee2 {
    0% {
        top: 200px;
        opacity: 0;
    }

    25% {
        top: 100px;
        opacity: 1;
    }

    50% {
        top: 0px;
        opacity: 1;
    }

    75% {
        top: -100px;
        opacity: 1;
    }

    100% {
        top: -200px;
        opacity: 0;
    }

}


/*======================= faq_area start =========================*/
.rotate-toggle {
    display: none;
}

.rotate-toggle:checked + label img.rotate-on-click {
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

/*======================= pricing start =========================*/
.switch .nav-link.active{
	background: var(--blue) !important;
	color: var(--white) !important;
}    

/*======================= press start =========================*/

press-card

.press-card {
	transition: 200ms ease;
   }
   
.press-card:hover {
transform: translateY(-5px);
transition: 200ms ease-in-out;
box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 6px -3px, rgba(0, 0, 0, 0.14) 0px 10px 14px 1px, rgba(0, 0, 0, 0.12) 0px 4px 18px 3px;
}


/*======================= team start =========================*/

.team-card {
	user-select:none;
	border: 1px solid #ffffff22;
	background-color: #282c34;
	background: linear-gradient(0deg, rgba(40,44,52,1) 0%, rgba(17,0,32,.5) 100%);
	box-shadow: 0 7px 20px 5px #00000088;
	border-radius: .7rem;
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	overflow: hidden;
	transition: .5s all;
}

.team-card:before{
    position: fixed;
    content: "";
    box-shadow: 0 0 100px 40px #ffffff08;
    top: -10%;
    left: -100%;
    transform: rotate(-45deg);
    height: 60rem;
    transition: .7s all;
}

.team-card:hover{
border: 1px solid #ffffff44;
box-shadow: 0 7px 50px 10px #000000aa;
transform: scale(1.015);
filter: brightness(1.3);
}
.team-card:hover:before{
	filter: brightness(.5);
	top: -100%;
	left: 200%;
}
	

.team-card-img {
	height: 300px; 
	-webkit-filter: grayscale(1); 
	filter: grayscale(1);
	transition: filter 0.3s ease, transform 0.3s ease;
}

.team-card:hover .team-card-img {
	filter: none;
	-webkit-filter: grayscale(0%);
	transform: scale(1.2) translateX(10px) translateY(30px);
}

.hover-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent white background */
    text-align: center;
    padding: 10px 0;
    transform: translateY(100%); /* Start off-screen */
    transition: transform 0.3s ease-out; /* Smooth transition */
}

.team-card:hover .hover-content {
    transform: translateY(0); /* Slide up on hover */
}

.linkedin-logo {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    width: 20px;
    height: 20px;
    z-index: 10;
}

@keyframes flipTwice {
    0% { transform: scaleX(1); }
    50% { transform: scaleX(-1); }
    100% { transform: scaleX(1); }
}

.team-card:hover .linkedin-logo {
    opacity: 1;
	animation: flipTwice 0.6s ease;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}



/*======================= policy start =========================*/

.tab-link{
	color: var(--black);
	border: none;
	padding: 10px 20px;
}
.tab-link.active{
	color: var(--white);
	background-color: var(--blue);
	border-radius: 5px;
}