*{
	font-family: "Poppins", sans-serif;
	color: #E9E3F7;
}
html {
	scroll-behavior: smooth;
}
.left-side .logo img{
	width: 100%;
}
.preloader .inner figure img{
	width: 30%;
	height: auto;
}
ul.words.chars.splitting li a {
	font-size: 48px;
	font-weight: 700;
	line-height: 130%;
}
.page-header .inner{
	padding-left:0;
}
.site-navigation .inner ul li a:hover,.contact address p a:hover{
	color: #F5B841;
	/*background: linear-gradient(to right, #6741D9, #F5B841 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
}

.hamburger__line-in::after, .hamburger__line-in::before{
	display: block;
	height: 10px;
	border-radius: 4px;
	/*background: linear-gradient(to right, #6741D9, #F5B841 );*/
	background: #F5B841;
}
.equalizer span{
	display: block;
	height: 10px;
	border-radius: 4px;
	background: #F5B841;
}
.gradient-button,button#submit {
	padding: 0 40px;
	height: 50px;
	width: auto;
	font-size: 15px;
	font-weight: 700;
	color: #482400;
	/*background: linear-gradient(to right, #6741D9, #F5B841); /* orange to pink */
	background: #F5B841;
	border: none;
	border-radius: 29.5px;
	cursor: pointer;
	transition: background 0.3s ease, transform 0.2s;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	text-transform: capitalize;
}
.gradient-button:hover,button#submit:hover {
	transform: scale(1.05);
	/*background: linear-gradient(to right,#6741D9, #F5B841); /* reverse */*/
}
h4 span.elysis-color {
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
}
h2.main-head {
	font-size: 36px;
	line-height: 130%;
	text-align: center;
	margin-bottom: 30px;
}
.elysis-color{
	color: #fff;
	/*background: linear-gradient(to right, #6741D9, #F5B841 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
}
.video-hero .inner a{
	border-bottom: 0;
}
.video-hero .inner h1 {
	font-size: 52.67px;
	text-align: left;
	padding-left: 200px;
	font-weight: 500;
	line-height: 63.33px;
	color: #fff;
}
.video-hero .inner span {
	text-align: left;
	font-weight: 700;
	font-size: 52.67px;
	line-height: 63.33px;
	color: #fff;
	float: none;
}
.video-hero .inner p {
	font-size: 15px;
	line-height: 150%;
	color: #fff;
	text-align: left;
	padding-left: 200px;
}
.video-hero .elysis-btn {
	text-align: left;
	padding-left: 200px;
}
.elysis-bg {
	width: 100%;
	background: url('../images/main-bg.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	margin: auto;
}
section#why-elysis{
	padding: 70px 10px;
}
#why-elysis h3.section-title{
	font-size: 64px;
	font-weight: 700;
	line-height: 120%;
}
#why-elysis {
	width: 80%;
	margin: auto;
}
#why-content {
	width: 50%;
}
.your-box {
	margin-top: 30px !important;
	width: 579px;
	justify-content: center;
	margin: auto;
	padding: 12px 30px;
	border-radius: 12px;
	background: 
	linear-gradient(#1A1A1A, #1A1A1A) padding-box,  /* Inner background */
	linear-gradient(to right, #6741D9, #F5B841 ) border-box; /* Border */
	border: 2px solid transparent;
}
.your-box p{
	gap: 10px;
	display: flex;
}
.your-box h2,.content-box-left h2{
	text-align: left;
	margin-bottom: 20px;
}
section.icon-content-block {
	background: transparent;
	padding: 70px 10px;
}
h3.section-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 120%;
}
.icon-content-block .content-block.selected{
	background: #100D1D;
	border-radius: 45px;
	bottom: 20px;
}
.icon-content-block{
	background: transparent;
	justify-content: space-around;
}
.content-block.icon-content-block.\.content-block h6,.icon-content-block .content-block.selected h6{
	font-size: 28px;
	font-weight: 600;
	line-height: 130%;
}
.content-block.icon-content-block.\.content-block p,.icon-content-block .content-block.selected p{
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}
.icon-content-block .content-block.selected:before{
	content: none;
}
p.contents{
	font-size: 28px;
	font-weight: 400;
	line-height: 130%;
	margin-top: 80px;
}

section#gem-framework{
	padding: 70px 10px;
}

.timeline-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	margin: auto;
	padding: 40px;
	background: #2C2C2C;
	border-radius: 12px;
}

.timeline-container::before {
	content: "";
	position: absolute;
	top: 120px;
	left: 50px;
	right: 50px;
	height: 4px;
	background: #fff;
	z-index: 0;
}

.timeline-item {
	text-align: center;
	width: 30%;
	position: relative;
	z-index: 1;
}

.timeline-item h3 {
	font-size: 36px;
	font-weight: 700;
	line-height: 130%;
	text-align: center;
	color: #fff;
	margin-bottom: 14px;
}

.timeline-item p {
	font-size: 16px;
	line-height: 130%;
	margin-top: 20px;
	color: #E9E3F7;
}

.dot-wrapper .dot {
	margin: 0 auto;
	width: 44px;
	height: 44px;
	background: linear-gradient(135deg, #6741D9, #F5B841);
	border-radius: 50%;
	border: 7px solid #F5F5F5;
	position: relative;
	z-index: 2;
}
p.gem {
	font-size: 28px;
	margin-top: 30px;
	text-align: center;
	line-height: 130%;
	font-weight: 400;
}

section#gem-framework h2{
	text-align: left;
}

section#client-feedback{
	padding: 70px 0;
	background: #0A0715;
}

section#our-experts{
	padding: 70px 10px;
	background: url('../images/our-expert-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.experts-person {
	display: flex;
	justify-content: space-around;
}
.experts-person img{
	width: 254px;
	height: 289px;
}
.person-one h3{
	font-size: 28px;
	font-weight: 600;
	line-height: 130%;
	color: #fff;
	margin-top: 20px;
}
section#unlock{
	padding: 70px 10px;
}
.your-gem {
	display: flex;
	justify-content: space-around;
	background: url('../images/unlock-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 60px 30px;
	align-items: center;
	border-radius: 12px;
}
.your-gem h1{
	font-size: 64px;
	font-weight: 700;
	line-height: 120%;
	color: #fff;
}

/*------- Footer -------*/
.site-footer{
	background: #2C2C2C;
}
.site-footer__top {
	position: relative;
	display: block;
	padding: 80px 0 50px;
}
.site-footer__bottom-inner{
	display: block;
}
h3.footer-widget__title {
	font-size: 20px;
}
.site-footer__bottom-inner p{
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 140%;
	color: #fff;
}
.footer-widget__links-list li a {
	font-size: 16px;
	color: #E9E3F7;
	font-weight: 400;
	line-height: 30px;
}
.icon-content-block .content-block h6{
	font-size: 28px;
}

.footer-widget__links-list li a:hover,.elysis-contact p a:hover{
	color: #fff;
	background: linear-gradient(to right, #6741D9, #F5B841 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.footer-widget__logo img {
	width: 255px;
	position: relative;
	bottom: 17px;
}

/*------- End Footer -------*/

.elysis-contact p,.elysis-contact p a {
	display: flex;
	gap: 14px;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	color: #fff;
}
.site-footer__bottom .container {
	border-top: 1px solid #707070;
	padding-top: 19px;
}
.clients-contents {
	gap: 30px;
}

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

.swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper.elysis-gem .swiper-slide {
	text-align: center;
	display: block;
	justify-content: center;
	align-items: center;
	position: relative;
}

.swiper-slide img {
	display: block;
	object-fit: cover;
}
.gradient-border {
	display: inline-block;
	padding: 6px;   
	border-radius: 50%;
	background: linear-gradient(135deg, #6741D9, #F5B841);
}
.icon-content-block .content-block{
	width: 294px;
}

.gradient-border img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}
.contents-details {
	width: 100%;
}
.swiper-slide {
	padding: 10px;
}

section#client-feedback .main-feedback{
	background: #1A1A1A;
	border-radius: 18px;
	padding: 30px 30px 50px;
}

.contents-details p {
	color: #E9E3F7;
	font-size: 36px;
	line-height: 120%;
	font-weight: 400;
	text-align: left;
	margin-top: 18px;
}
.contents-details h5 {
	color: #E9E3F7;
	font-size: 16px;
	line-height: 120%;
	font-weight: 400;
	text-align: left;
	margin-top: 14px;
}

/*.swiper-pagination .swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	box-sizing: border-box;
	margin: 0 6px;
	padding: 2px;
	position: relative;
	border: none;
}

.swiper-pagination .swiper-pagination-bullet::before {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background: #F5B841;
    border-radius: 50%;
}

.swiper-pagination-bullet-active::before {
	background: #F5B841;
	width: 11px;
	height: 11px;
}*/

.swiper-pagination .swiper-pagination-bullet-active{
	background: #F5B841!important;

}
.swiper-pagination .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	border: 2px solid #F5B841!important;
	background: transparent;
	transform:none!important;
	opacity: 1;
	border-radius: 50%;
}


/*-----Case Studies------*/

.video-hero .inner span.gem{
	font-size: 20px!important;
	font-weight: 400!important;
	line-height: 120%!important;
}

section#our-work-action {
	padding: 100px 10px 20px 10px;
}
section#our-work-action .your-box{
	border: 1px solid transparent;
}

section#our-work-action .timeline {
	position: relative;
	margin: auto;
	padding: 0;
	width: 90%;
}

section#our-work-action .timeline-line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 4px;
	background: #bfb3b3;
	transform: translateX(-50%);
}

section#our-work-action .timeline-item {
	position: relative;
	margin: 40px 0;
	padding: 0;
	width: 100%;
}

section#our-work-action .timeline-content {
	background: #2C2C2C;
	color: #fff;
	padding: 50px;
	border-radius: 18px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin-top: 30px;
}

section#our-work-action .timeline-content h4 {
	font-size: 20px;
	line-height: 130%;
	color: #E9E3F7;
	text-align: left;
}
section#our-work-action .timeline-content h1 {
	font-size: 48px;
	color: #E9E3F7;
	text-align: left;
	margin-top: 24px;
	font-weight: 700;
	line-height: 120%;
}
section#our-work-action .timeline-content p {
	font-size: 20px;
	color: #E9E3F7;
	text-align: left;
	font-weight: 400;
	line-height: 120%;
}
section#our-work-action .timeline-content h2{
	font-size: 20px;
	color: #E9E3F7;
	text-align: left;
	font-weight: 600;
	line-height: 120%;
}
section#our-work-action .timeline-content ul li {
	text-align: left;
	color: #E9E3F7;
	font-size: 16px;
	line-height: 150%;
	font-weight: 400;
}

section#our-work-action .timeline-content ul {
	margin-left: -12px;
}
::marker{
	color: #F5B841;
	font-size: 30px;
}
section#our-work-action .timeline-content .your-box{
	width: 50%;
	padding: 30px;
}
section#our-work-action .timeline-content .your-contents {
	background: #3C3C3C;
	border-radius: 12px;
	margin-top: 30px;
	padding: 30px;
	width: 50%;
}


/*-----End Case Studies------*/

.page-header{
	background: url('../images/contact-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.page-header .inner h1 {
	color: #fff;
	font-weight: 700;
	font-size: 64px;
	line-height: 120%;
	letter-spacing: 1;
}

.page-header .inner p{
	font-size: 20px;
	line-height: 130%;
	font-weight: 400;
}
.contact address p a {
	color: #E9E3F7;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	text-decoration: none;
}

.contact{
	background: transparent;
	padding: 70px 10px;
}

.contact h6{
	font-size: 20px;
	line-height: 130%;
	font-weight: 700;
	margin-top: 0;
}

.contact .contact-form #contact .form-group{
	background: #F5F5F5;
	border-radius: 12px;
}

.contact .contact-form #contact .form-group input[type=text] {
	width: 100%;
	position: relative;
	z-index: 2;
	border-radius: 12px;
	color: #1A1A1A;
}

.contact .contact-form #contact .form-group textarea {
	width: 100%;
	position: relative;
	z-index: 2;
	border-radius: 12px;
	height: 107px;
	color: #1A1A1A;
}

.contact .contact-form #contact .form-group span{
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
	padding-top: 15px;
}
.contact .contact-form #contact .form-group input:focus + span,
.contact .contact-form #contact .form-group textarea:focus + span {
	font-size: 13px;
	line-height: 16px;
	top: -35px;
	font-weight: 600;
	color: #fff!important;
}

.form-group span{
	color: #1A1A1A!important;
}


/*-----End Contact Us------*/

/*------ Team Page-------*/

header.page-header.inside{
	background: url('../images/inside-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
section#who-we-are {
	padding: 40px 10px;
}
section#who-we-are .your-contents {
	align-content: center;
	align-items: center;
	background: #3C3C3C;
	border-radius: 12px;
	margin-top: 30px;
	padding: 30px;
}
section#who-we-are .your-box{
	padding: 30px;
}
section#meet {
	padding: 70px 0;
}
.elysis-person img {
	width: 100%;
}
.elysis-details h2.main-head{
	margin-bottom: 0px;
}
.elysis-details {
	background: #2C2C2C;
	padding: 20px 30px;
}
section#meet .d-flex.flex-column.flex-md-row{
	gap: 0;
}
section#meet h3{
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
}
.elysis-person {
	position: relative;
}
img.polygon1 {
	position: absolute;
	width: 6%;
	right: -3px;
	top: 12px;
}
.daphne.order-1 img.polygon1 {
	position: absolute; 
	width: 6%;
	left: -3px;
	bottom: -5px;
	right: inherit;
	rotate: 180deg;
	top: 15px;
}
.elysis-details ul {
	margin-left: -15px;
}
section#meet .elysis-details ul {
	margin-left: -12px;
}
.elysis-details{
	text-align: left;
}
section#meet .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	position: absolute;
	bottom: 100px;
	cursor: pointer;
}

/*------ End Team Page-------*/

/*------ Services Page-------*/

section#services {
	padding: 70px 10px;
}
section#services .services {
	margin-top: 50px;
	display: flex;
	justify-content: center;
	gap: 30px;
}
.services-box {
	background: #2C2C2C;
	padding: 20px;
	border-radius: 12px;
	border: 1px solid #999999;
	width: 269px;
	height: 234px;
	text-align: center;
}
.services-box h3 {
	font-size: 20px;
	font-weight: 600;
	padding: 20px 0 10px;
}
header.page-header.services{
	background: url('../images/services-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.our-services {
	display: flex;
	justify-content: space-around;
	margin-top: 50px;
	margin-bottom: 30px;
	text-align: center;
}
.services-one h2 {
	font-size: 28px;
	font-weight: 600;
	line-height: 130%;
	margin-top: 20px;
}
.services-contents h3{
	font-size: 28px;
	font-weight: 600;
	line-height: 130%;
}
.services-contents p,ul.services li{
	font-size: 20px;
	line-height: 150%;
	font-weight: 400;
}
p.gray{
	color: #707070;
}
ul.services ::marker{
	color: #fff;
	font-size: 12px;
}
ul.services {
	margin-left: -24px;
}
div#services {
	padding: 0 10px 70px;
}
.your-services {
	background: url('../images/unlock-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px 30px;
	align-items: center;
	border-radius: 12px;
	text-align: center;
}
.your-services h1{
	font-size: 64px;
	font-weight: 700;
	line-height: 120%;
}
.your-services p{
	font-size: 24px;
	font-weight: 500;
	line-height: 150%;
}
.your-services p.like{
	font-weight: 400;
	margin-top: 30px;
}
.services-contents {
	align-content: center;
}


@media only screen and (min-width: 1024px){
	.services.second{
		margin-top: 50px;
		justify-content: center;
	}
	.services-image {
		width: 65%;
	}
	.services-contents {
		width: 100%;
	} 
	div#services .d-flex.flex-column.flex-md-row {
		gap: 50px;
	}
}
@media only screen and (max-width: 1023px){
	.services-box{
		width: auto;
		height: auto;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px){
	.services-one {
		margin-top: 30px;
	}

	.services-one h2 {
		font-size: 16px;
	}
	.services-one img {
		width: 50%;
	}
	.your-services h1{
		font-size: 48px;
	}
	.your-services p{
		font-size: 20px;
	}
}

/*------ End Services Page-------*/

@media only screen and (min-width: 1200px){
	.gem{
		display: block;
	}
	.why-content,.why-elysis {
		width: 50%;
	}
	.why-elysis {
		padding: 20px 0;
	}
	section#who-we-are .your-box,section#who-we-are .your-contents{
		width: 50%;
	}
	.why-elysis span.elysis-color,.why-elysis h4{
		font-size: 40px;
	}
	.elysis-person {
		width: 62%;
	}
	.elysis-details {
		width: 93%;
	}
	.col-xl-4.col-lg-6.col-md-6.wow.fadeInUp.order-1.animated {
		display: flex;
		gap: 40px;
	}
	.col-xl-4.col-lg-6.col-md-6.wow.fadeInUp.second {
		padding-left: 100px;
	}
}
@media only screen and (max-width: 1024px){
	.your-box{
		width: auto;
	}
	.why-content,.why-elysis{
		width: 100%;
	}
	.video-hero .video-bg video{
		height: 120%;
	}
}
@media only screen and (max-width: 767px) {
	.site-navigation .inner ul li a {
		font-size: 20px;
	}
	.elysis-bg{
		background: url(../images/main-mb.png);
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
	}
	.why-elysis span.elysis-color{
		font-size: 28px;
	}
	.video-hero .inner {
		width: 100%;
		display: block;
		text-align: center;
		position: relative;
		z-index: 2;
		top: 100px;
	}
	.video-hero .inner h1{
		font-size: 40px;
		padding-left: 40px;
	}
	.video-hero .inner span{
		font-size: 36px!important;
	}
	.video-hero .inner p,.video-hero .elysis-btn{
		font-size: 16px;
		padding-left: 40px;
		padding-right: 10px;
	}
	#why-elysis h3.section-title{
		font-size: 36px;
		text-align: center;
	}
	#why-elysis h4{
		font-size: 28px;
		text-align: center;
		font-weight: 600;
	}
	.icon-content-block .content-block.selected,.content-block.icon-content-block.\.content-block{
		background: #100D1D;
		width: 294px;
		height: 363px;
		align-content: center;
	}
	.icon-content-block .content-block {
		padding: 20px;
		border-radius: 45px;
		background: #4844586B;
		width: auto;
		margin-top: 50px;
	}
	.icon-content-block .content-block:before{
		content: "";
		width: 50%;
		height: 50%;
		position: absolute;
		right: -15px;
		bottom: -30px;
		z-index: -1;
		background: url(../images/dot-pattern.png) right;
		background-size: 10px;
	}
	.icon-content-block .content-block.selected::before{
		content: "";
		width: 50%;
		height: 50%;
		position: absolute;
		right: -15px;
		bottom: -30px;
		z-index: -1;
		background: url(../images/dot-pattern.png) right;
		background-size: 10px;
	}
	.icon-content-block .content-block figure{
		margin-bottom: 10px;
	}
	h4 span.elysis-color{
		font-size: 24px;
	}
	.elysis-details h4 span.elysis-color{
		font-size: 16px;
	}
	section#unlock,section#client-feedback,section#gem-framework,section#why-elysis,section#our-experts{
		padding: 50px 30px;
	}
	section#why-elysis .container {
		padding: 0;
	}
	h2.main-head{
		font-size: 28px;
		font-weight: 600;
	}
	.your-box{
		width: auto;
		padding: 20px;
	}
	.your-box p{
		font-size: 14px;
	}
	.parallel{
		display: block;
	}
	.right-one{
		margin-top: 30px;
	}
	p.gem{
		font-size: 24px;
	}
	.timeline-container{
		display: block;
		padding: 18px;
	}
	.timeline-item{
		width: 100%;
		margin-top: 20px;
	}
	.dot-wrapper .dot{
		width: 30px;
		height: 30px;
		border: 5px solid #F5F5F5;
	}
	.timeline-container::before{
		background: transparent;
	}
	.timeline-item h3{
		font-size: 28px;
	}
	.experts-person {
		display: block;
	}
	.experts-person img{
		width: 100%;
		height: 100%;
	}
	.person-one {
		margin-bottom: 30px;
	}
	.contents-details p {
		font-size: 20px;
	}
	.swiper-slide {
		padding: 0 0 50px;
	}
	.your-gem{
		display: block;
		justify-content: space-around;
		background: url('../images/unlock-mb.png');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.site-footer__top{
		padding: 50px 10px 40px;
	}
	.col-xl-4.col-lg-6.col-md-6.wow.fadeInUp.order-2.animated {
		order: 0 !important;
	}
	.col-xl-4.col-lg-6.col-md-6.wow.fadeInUp.order-0.animated {
		order: 1 !important;
	}
	.col-xl-4.col-lg-6.col-md-6.wow.fadeInUp.order-1.animated {
		order: 2 !important;
	}
	.col-xl-4.col-lg-6.col-md-6.wow.fadeInUp.animated:last-child {
		margin-bottom: 70px;
	}
	.col-xl-4.col-lg-6.col-md-6.wow.fadeInUp.order-0.animated {
		margin: 10px 0;
	}
	.timeline-dot{
		width: 30px;
		height: 30px;
		border:4px solid #fff;
	}
	section#our-work-action {
		padding: 80px 10px 40px 10px;
	}
	section#our-work-action .timeline-content .your-box,section#our-work-action .timeline-content .your-contents {
		width: 100%;
		padding: 20px 12px;
	}
	::marker {
		color: #F5B841;
		font-size: 20px;
	}
	section#our-work-action .timeline-content h1 {
		font-size: 32px;
	}
	section#our-work-action .timeline-content{
		padding: 20px;
	}
	section#our-work-action .timeline-content h4,section#our-work-action .timeline-content p{
		font-size: 16px;
	}
	.page-header .inner h1{
		font-size: 36px;
	}
	.page-header .inner {
		padding-left: 30px;
		top: 100px;
	}
	header.page-header.inside{
		background: url('../images/inside-mb.png');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	header.page-header.services{
		background: url('../images/services-mb.png');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	section#gem-framework h4,section#gem-framework h2,section#gem-framework p {
		text-align: center;
	}
	.page-header{
		background: url('../images/contact-mb.png');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	section#who-we-are .your-contents{
		margin-top: 30px;
	}
	section#who-we-are .elysis-details{
		padding: 20px;
	}
	img.polygon1 {
		position: absolute;
		width: 6%;
		right: inherit;
		bottom: -5px;
		left: 30px;
		rotate: 90deg;
		top: inherit;
	}
	.elysis-person.daphne.order-1 {
		order: 0;
	}
	.elysis-details.order-0 {
		order: 1;
	}
	.daphne.order-1 img.polygon1 {
		position: absolute;
		width: 6%;
		left: inherit;
		bottom: -5px; 
		right: 30px;
		rotate: 90deg;
		top: inherit;
	}
	.elysis-details {
		background: #2C2C2C;
		padding: 20px 30px 70px;
	}
	section#meet .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
		position: absolute;
		bottom: 152px;
		cursor: pointer;
	}

}
/*------------- New Css------------*/
.video-hero{
	background-size: 100%!important;
	background: 
	linear-gradient(to top, rgb(9 7 21) 10%, rgba(18, 0, 45, 0) 40%), 
	url(../images/hero-bg.png) no-repeat center center;
}
.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(10, 7, 21, 0) 0%, rgba(59, 41, 123, 0) 40.38%, #0A0715 100%);
	z-index: 1;
}
section#why-us {
	background: #0A0715;
	padding: 150px 30px;
	background-image: url('../images/why-us-bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
h2.main-title {
	font-size: 34px;
	font-weight: 500;
	line-height: 63.33px;
}
h4.second-title {
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 0;
}
.why-content{
	display: flex;
	gap: 20px;
	background: #130F22;
	border-radius: 24px;
	height: 68px;
	align-content: center;
	align-items: center;
	padding: 20px;
}
section#why-us .d-flex.flex-column.flex-md-row {
	gap: 30px;
	margin-top: 30px;
}
.why-content p {
	font-size: 15px;
	font-weight: 400;
	color: #E9E3F7;
	line-height: 150%;
	margin-bottom: 0;
}
.why-contents h1 {
	font-size: 55px;
	text-align: left;
	font-weight: 500;
	line-height: 73px;
}
.why-contents {
	align-content: center;
}
span.brilliant {
	font-weight: 700;
}
section#at-elysis {
	padding: 70px 10px;
	background-size: cover;
	background: linear-gradient(to top, rgb(9 7 21 / 65%) 10%, rgb(18 0 45 / 0%) 40%), 
	url(../images/at-elysis-bg.png) no-repeat top center;
}
.d-flex.flex-column.flex-md-row {
	gap: 60px;
}
.elysis-content {
	background: #4844586B;
	border-radius: 45px;
	padding: 30px;
	text-align: center;
	transition: background-color 0.3s ease, transform 0.3s ease;
}
.elysis-content h3 {
	font-size: 20px;
	font-weight: 500;
	color: #E9E3F7;
	line-height: 150%;
	margin-bottom: 40px;
}
.elysis-content p {
	font-size: 15px;
	color: #807D8E;
	font-weight: 400;
	line-height: 150%;
	margin-top: 30px;
}
.gem-content {
	padding: 70px 50px;
	text-align: left;
	position: absolute;
	bottom: 0;
}
.gem-content h1 {
	font-size: 46px;
	line-height: 58px;
	font-weight: 500;
	color: #E8E7E9;
}
.gem-content p {
	font-size: 20px;
	line-height: 150%;
	font-weight: 400;
	color: #E8E7E9;
	padding-top: 10px;
}
section#unlock .gradient-button, button#submit{
	padding: 0 20px;
}
.swiper-slide.swiper-slide-next .client-say:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 95%;
	height: 100%;
	background: linear-gradient(90deg, rgba(10, 7, 21, 0) 8.43%, #0A0715 75.53%);
	pointer-events: none;
}
section#at-elysis .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	text-align: right;
	padding-right: 60px;
	bottom: 74px;
}
section#roadmap {
	padding:70px 30px;
	background: #100D1D;
	background-image: url(../images/roadmap-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.timeline-roadmap {
	position: relative;
	margin: auto;
}

.timeline-roadmap::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	background: linear-gradient(to bottom, #4C4761, #9C91C7);
}

.timeline-roadmap .timeline-step {
	position: relative;
	margin: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.timeline-roadmap .timeline-step::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 9px;
	height: 9px;
	background: #4C4761;
	border-radius: 50%;
	z-index: 2;
}

.timeline-roadmap .content-box {
	padding: 20px;
	width: 48%;
	display: flex;
	align-items: center;
	gap: 15px;
}

.timeline-roadmap .content-box img.main {
	width: 201px;
	height: 201px;
}

section#roadmap .content-box.d-flex.flex-column.flex-md-row{
	gap: 10px;
}

.timeline-roadmap .text {
	flex: 1;
	text-align: right;
}

.timeline-step.right .text {
	text-align: left;
}

.timeline-step.right .text .icon-cover {
	position: relative;
	left: 0!important;
}

.timeline-step .text .icon-cover {
	position: relative;
	left: 0 !important;
	bottom: 12px;
}

.timeline-roadmap .text h3 {
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: 500;
	line-height: 150%;
	color: #E9E3F7;
}

.timeline-roadmap .text p {
	margin: 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 150%;
	color: #807D8E;
}

/* Positioning */
.left .content-box {
	margin-right: auto;
}

.right .content-box {
	margin-left: auto;
}

/* Responsive */
@media (max-width: 768px) {
	.timeline-roadmap::before {
		left: 20px;
	}

	.timeline-roadmap .timeline-step {
		flex-direction: column;
		align-items: flex-start;
		margin: 40px 0;
	}

	.timeline-roadmap .timeline-step::after {
		left: 20px;
	}

	.timeline-roadmap .content-box {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.left .content-box,
	.right .content-box {
		margin-left: 40px;
	}
	.timeline-roadmap .text {
		flex: 1;
		text-align: left;
	}
	.text .icon-cover {
		position: relative;
		right: 0;
	}
	.timeline-roadmap .timeline-step::after {
		top: 20%;
	}
	.timeline-roadmap .content-box img.main {
		width: 201px;
		height: 201px;
		position: relative;
		right: 26px;
	}
}
.timeline-roadmap {
	margin: 93px 0;
}
.roadmap {
	text-align: center;
	padding: 50px 0;
}
.roadmap h1 {
	font-size: 46px;
	color: #474061;
	font-weight: 500;
	line-height: 73px;
}
.roadmap h1 span.gem {
	color: #474061;
}
section#our-service {
	padding: 70px 20px;
	background: #1F1934;
}
section#our-service .d-flex.service h3 {
	font-size: 20px;
	color: #E9E3F7;
	font-weight: 400;
	line-height: 35px;
}
.icon-cover img{
	background-color: #1A1332;
	padding: 16px;
	border-radius: 24px;
	width: 68px;
	height: 68px;
}
.services-grid.line-6 .icon-cover img {
	padding: 16px;
	width: 90px;
}
.services-grid.line-3 .icon-cover img{
	width: 80px;
}
.d-flex.service {
	gap: 20px;
	align-items: center;
}
section#our-service .services-grid p {
	color: #807D8E;
	font-size: 15px;
	font-weight: 400;
	margin-top: 20px;
}
.services-grid.line-1,.services-grid.line-2,.services-grid.line-4,.services-grid.line-5
,.services-grid.line-7 {
	border-right: 1px solid #3b3563;
}
.services-grid.line-4:after,.services-grid.line-5:after,
.services-grid.line-7:after {
	content: "";
	position: absolute;
	top: -12%;
	left: 281px;
	width: 40%;
	height: 1px;
	background: #3b3563;
}
section#our-service .our-service {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	position: relative;
}
section#our-service .services-grid {
	padding: 20px 0 20px;
	text-align: left;
	position: relative;
}

.client-say {
	background: #23212E;
	border-radius: 24px;
	padding: 30px;
}

.profile.gradient-border{
	display: inline-block;
	padding: 3px;
	border-radius: 50%;
	background: linear-gradient(135deg, #6741D9, #F5B841);
	width: 22%;
	height: 22%;
}
.client-say .name {
	text-align: left;
	width: 70%;
}
.client-say .name h3{
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
}
.client-say .name h4{
	font-size: 15px;
	font-weight: 400;
	line-height: 150%;
}
.client-say .d-flex.star {
	gap: 5px;
}
.client-say p {
	text-align: left;
	padding-top: 30px;
	color: #807D8E;
	font-size: 15px;
	font-weight: 400;
}
.d-flex.flex-md-row {
	gap: 20px;
}
.client-say.gray {
	/*background: linear-gradient(90deg, rgba(10, 7, 21, 0) 8.43%, #0A0715 75.53%);*/
}
.swiper.elysis-clients .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal
{
	text-align: right;
	padding-right: 30px;
	position: relative;
	top: 3px;
}
.expert-person {
	position: relative;
}
.expert-person .detail {
	background: linear-gradient(180deg, rgba(101, 44, 211, 0) 0%, #401D84 92.31%);
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 30px;
	text-align: center;
	border-radius: 0 0 46px 46px;
}
.expert-person .detail h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
	color: #D7D4E3;
}
.Experts-content p {
	font-size: 20px;
	font-weight: 400;
	line-height: 35px;
	color: #D7D4E3;
	margin-top: 30px;
}
.expert-person .detail p {
	font-size: 15px;
	font-weight: 400;
	line-height: 150%;
	color: #D7D4E3;
}
.expert-person-mobile {
	display: none;
}
section#unlock-gem {
	padding: 70px 10px;
	background: #100D1D;
	background-image: url(../images/let-unlock-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
footer#footer {
	background: #100D1D;
	border-top: 1px solid #4C4761;
	height: 90px;
	align-content: center;
}
footer#footer .d-flex.flex-column.flex-md-row {
	justify-content: space-between;
}
footer#footer p {
	font-size: 12px;
	font-weight: 400;
	color: #6A657C;
	line-height: 35px;
	margin-bottom: 0;
}
.footer-menu ul{
	margin-bottom: 0;
}
.footer-menu ul li {
	list-style: none;
	display: inline;
	padding: 0 10px;
}
.footer-menu li a {
	color: #F5B841;
	font-size: 15px;
	font-weight: 400;
	line-height: 150%;
	text-decoration: none;
}
.footer-menu li a:hover{
	color: #6A657C;
	transition: .4s;
}
section#roadmap .animated .char,section#our-service .animated .char{
	color: #807D8E;
}
p.wow.service span.char{
	color: #E9E3F7!important;
}
img.mobile {
	display: none;
}
.swiper.elysis-gem{
	margin-top: 105px !important;
}
.swiper.elysis-clients .swiper-backface-hidden .swiper-slide{
	padding: 0;
}

@media (min-width: 1360px) {
	div#hamburger {
		position: relative;
		bottom: 200px!important;
	}
}

@media (min-width: 1300px) {
	.container {
		max-width: 1040px;
	}
	section#at-elysis .container {
		max-width: 1065px;
	}
	img.desktop {
		width: 1015px;
		height: 394px;
	}
}

@media only screen and (min-width: 1200px){
	.elysis-content:hover{
		background: #100D1D;
		cursor: pointer;
	}
	.swiper.at-elysis.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
		position: relative;
		bottom: 160px;
	}
	section#at-elysis{
		height: 1476px;
		align-content: center;
	}
	.Experts-content {
		width: 74%;
	}
	.expert-person.desktop {
		width: 34%;
	}
	div#hamburger {
		position: relative;
		bottom: 155px;
	}
	.why-contents .elysis-btn {
		position: relative;
		top: 23px;
		left: 55px;
	}
	.d-flex.flex-column.flex-md-row.content.built {
		margin-top: 87px !important;
		padding-right: 65px;
	}
	.why-content.one {
		width: 484px;
	}
	.why-content.two {
		width: 488px;
	}
	section#why-us .d-flex.flex-column.flex-md-row {
		justify-content: center;
	}
	.elysis-content{
		width: 294px;
		height: 363px;
		align-content: center;
	}
	section#at-elysis .d-flex.flex-column.flex-md-row{
		justify-content: space-between;
	}
	.client-say{
		width: auto;
		height: 283px;
	}
	.swiper.elysis-clients .swiper-wrapper {
		padding: 0 0 70px;
	}
	section#client-feedback .elysis-btn {
		position: relative;
		bottom: 50px;
	}
	section#unlock-gem{
		height: 481px;
		align-content: center;
	}

}
@media only screen and (max-width: 1024px){
	.services-grid.line-4:after, .services-grid.line-5:after, .services-grid.line-7:after {
		content: "";
		position: absolute;
		top: -11%;
		left: 230px;
		width: 40%;
		height: 1px;
		background: #3b3563;
	}
}

@media only screen and (max-width: 768px){
	.services-grid.line-4:after, .services-grid.line-5:after, .services-grid.line-7:after {
		content: "";
		position: absolute;
		top: -12%;
		left: 180px;
		width: 40%;
		height: 1px;
		background: #3b3563;
	}
	.Experts-content {
		width: 121%;
	}
}


@media only screen and (max-width: 767px){
	.video-hero{
		background-size: 100%!important;
		background:  
		linear-gradient(to top, rgb(9 7 21) 10%, rgba(18, 0, 45, 0) 40%), 
		url('../images/hero-mb.png') no-repeat center center;
	}
	.why-contents h1 {
		font-size: 36px;
		line-height: 49px;
	}
	section#why-us{
		padding: 80px 30px;
	}
	section#at-elysis {
		padding: 70px 30px;
		background-size: cover;
		background: linear-gradient(to top, rgb(9 7 21 / 65%) 10%, rgb(18 0 45 / 0%) 40%), 
		url(../images/at-elysis-mb.png) no-repeat center center;
	}
	.elysis-content{
		background: #100D1D;
	}
	.icon-content-block .content-block{
		width: 294px;
		height: 363px;
	}
	.gem-content{
		padding: 30px 20px;
		text-align: left;
		position: absolute;
		bottom: 120px;
	}
	.gem-content .gradient-button, button#submit{
		padding: 0 20px;
		z-index: 99;
	}
	img.desktop {
		display: none;
	}
	img.mobile {
		display: block;
	}
	section#our-service .our-service {
		grid-template-columns: repeat(2, 1fr);
	}
	section#our-service .d-flex.service {
		gap: 20px;
		align-items: center;
		display: block !important;
	}
	.services-grid {
		border-right: 1px solid #3b3563;
	}
	section#our-service .our-service {
		gap: 15px;
	}
	section#our-service .services-grid{
		padding: 0;
	}
	.services-grid.line-2,.services-grid.line-4,.services-grid.line-6 {
		border-right: 0;
		padding-right: 0;
	}
	.services-grid.line-2 .d-flex.service,
	.services-grid.line-4 .d-flex.service,
	.services-grid.line-6 .d-flex.service{
		text-align: right;
	}
	.services-grid.line-2 p,
	.services-grid.line-4 p,
	.services-grid.line-6 p{
		text-align: right!important;
	}
	.services-grid.line-2 .icon-cover,
	.services-grid.line-4 .icon-cover,
	.services-grid.line-6 .icon-cover{
		position: relative;
		left: 0;
	}
	.services-grid.line-3 .icon-cover img, .services-grid.line-6 .icon-cover img {
		padding: 16px;
		width: 72px;
	}
	.services-grid.line-4:after{
		content: "";
		position: absolute;
		top: -8px;
		left: -50px;
		width: 40%;
		height: 1px;
		background: #3b3563;
	}
	.services-grid.line-5:after, .services-grid.line-7:after {
		content: "";
		position: absolute;
		top: -8px;
		left: 128px;
		width: 40%;
		height: 1px;
		background: #3b3563;
	}
	.gem-content h1 {
		font-size: 30px;
		line-height: 40px;
	}
	.roadmap h1 {
		font-size: 30px;
		line-height: 45px;
	}
	.roadmap p {
		font-size: 16px;
		line-height: 30px;
	}
	.Experts-content {
		width: 100%;
	}
	.swiper.elysis-clients .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
		text-align: center;
		padding-right: 0;
		position: relative;
		top: -25px;
	}
	section#client-feedback .elysis-btn{
		text-align: center;
	}
	.profile.gradient-border{
		width: 25%;
		height: 25%;
	}
	section#unlock-gem {
		padding: 90px 30px;
		background: #100D1D;
		background-image: url(../images/let-unlock-mb.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
	}
	section#unlock-gem p {
		font-size: 20px;
		line-height: 35px;
		font-weight: 400;
		color: #E8E7E9;
		padding: 20px 0;
	}
	footer#footer {
		padding: 20px 10px;
		height: auto;
		text-align: center;
	}
	.footer-menu ul {
		padding-left: 0;
	}
	footer#footer .d-flex.flex-column.flex-md-row {
		gap: 0px;
	}
	.expert-person-mobile {
		display: block;
	}
	.expert-person.desktop {
		display: none;
	}
	.expert-person-mobile {
		margin-top: -50px;
	}
	.expert-person .detail {
		background: linear-gradient(180deg, rgba(101, 44, 211, 0) 0%, #401D84 92.31%);
		position: absolute;
		bottom: -1px;
		width: 100%;
		padding: 0px;
		text-align: center;
		border-radius: 0 0 24px 24px;
	}
	.expert-person .detail h3 {
		font-size: 15px;
	}
	.expert-person .detail p {
		font-size: 12px;
	}
	.page-loaded .left-side {
		margin-top: -28px;
		height: auto;
	}
	.equalizer{
		display: none;
	}
}


@media only screen and (max-width: 567px){
	.left-side{
		text-align: left;
		width: 100%;
	}
	.left-side .logo {
		display: inline-block;
		margin-bottom: auto;
		border-bottom: 1px solid #0A0715;
	}
	.hamburger {
		position: absolute;
		top: 56px;
		right: 20px;
	}
	.left-side .logo img {
		width: 30%;
	}
	section#at-elysis .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
		position: relative;
		bottom: 185px;
		text-align: right;
		padding-right: 20px;
		float: right;
		width: 100px;
	}
	.logo img {
		background: #0A071521;
		padding: 10px;
	}
}
@media only screen and (min-width: 1399px){
	.services-grid.line-4:after, .services-grid.line-5:after, .services-grid.line-7:after{
		content: "";
		position: absolute;
		top: -12%;
		left: 250px;
		width: 40%;
		height: 1px;
		background: #3b3563;
	}
}



