body {
	background: #130D22;
	color: #fff;
	overflow-x: hidden;
}

/*
* banner
*/
.banner-bg {
	background: url(../images/vm-banner.webp) no-repeat top center;
}

.banner-text {
	min-height: 600px;
	display: flex;
	align-items: center;
}

.banner-bg p {
	color: #8B8796;
	font-size: 18px;
}

.banner-try-btn {
	border-radius: 100px;
	background: linear-gradient(90deg, #8703F2 0%, #1594FF 100%);
	padding: 16px 60px;
	color: var(--100, #FFF);
	font-size: 24px;
	font-weight: 600;
	display: inline-block;
	transition: .3s linear;
	top: 0;
	position: relative;
	box-shadow: 0 4px 8px rgb(0, 0, 0, 0.1);
}

.banner-try-btn span {
	padding-left: 10px;
	color: #fff;
}

.banner-try-btn:hover {
	color: #fff;
	top: -5px;
	box-shadow: 0 8px 16px rgb(0, 0, 0, 0.4);
}

/**
* Feature Swiper
*/

.create-voice-experience-title  h2 {
	font-size: 52px;
}

.create-voice-experience-title  p {
	font-size: 18px;
	color: #8B8796;
	width: 100%;
}

.feature-swiper {
	width: 100%;
	height: 600px!important;
	margin: 30px 0;
	position: relative;
	overflow: hidden;
	background: none!important;
	border-radius: 0px!important;
}

.feature-swiper-main{
	width: 1280px;
	margin: 100px auto;
}

.feature-swiper-tab{
	display: flex;
	justify-content: center;
}

.feature-swiper-tab p{
	margin: 0 16px;
	cursor: pointer;
	padding: 60px 0 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.feature-swiper-tab p span {
	display: block;
	width: 52px;
	height: 52px;
}

.feature-swiper-tab p strong {
	display: block;
	width: 100%;
}

.feature-swiper-tab-bg1 {

	background: url(../images/ic-effects.svg) no-repeat top center;
}

.feature-swiper-tab p:hover .feature-swiper-tab-bg1 {
	background: url(../images/ic-effects2.svg) no-repeat top center;
}

.feature-swiper-tab-bg2 {
	background: url(../images/ic-endless.svg) no-repeat top center;
}

.feature-swiper-tab p:hover .feature-swiper-tab-bg2 {
	background: url(../images/ic-endless2.svg) no-repeat top center;
}

.feature-swiper-tab-bg3 {
	background: url(../images/ic-experience.svg) no-repeat top center;
	padding: 0 0 0 0;
}

.feature-swiper-tab p:hover .feature-swiper-tab-bg3 {
	background: url(../images/ic-experience2.svg) no-repeat top center;
}

.feature-swiper-tab-bg4 {
	background: url(../images/ic-explore.svg) no-repeat top center;
}

.feature-swiper-tab p:hover .feature-swiper-tab-bg4 {
	background: url(../images/ic-explore2.svg) no-repeat top center;
}

.feature-swiper-tab p:hover{
	color: #8701F0;
}

.tab-active{
	color: #8701F0;
}

.tab-active .feature-swiper-tab-bg1 {
	background: url(../images/ic-effects2.svg) no-repeat top center;
}

.tab-active .feature-swiper-tab-bg2 {
	background: url(../images/ic-endless2.svg) no-repeat top center;
}

.tab-active .feature-swiper-tab-bg3 {
	background: url(../images/ic-experience2.svg) no-repeat top center;
}

.tab-active .feature-swiper-tab-bg4 {
	background: url(../images/ic-explore2.svg) no-repeat top center;
}

.feature-swiper-slide {
	text-align: center;
	font-size: 18px;
	background: linear-gradient(120deg,#8701F0,#08A1FF);
	display: flex;
	justify-content: center;
	align-items: center;
   border-radius: 16px;
}

.feature-content {
	display: flex;
	font-size: 18px;
	background: linear-gradient(120deg,#8701F0,#08A1FF);
	justify-content: center;
	align-items: center;
	border-radius: 16px;
	padding: 100px 60px;
}

.feature-text {
	text-align: left;
}

.feature-text p b {
	font-size: 32px;
}

.feature-text p span {
	font-size: 16px;
	color: #D9D9D9;
}
.feature-text p a{
	color: #D9D9D9;
	border: 2px #D9D9D9 solid;
	border-radius: 8px;
	padding: 6px 30px;
}
.feature-text p a:hover{
	color: #227FFC;
	background: #fff;
	border: 2px #fff solid;
}
.dark {
    filter: brightness(0.5);
}

/*
* Ultimate Audio Experience
*/

.ultimate-title h2 {
	font-size: 52px;
}
.more-block a:hover .vtdl::after{
	left: 10px!important;
}
.vtdl::after {
	content: '\e647'!important;
}

.ultimate-title p {
	font-size: 18px;
	color: #8B8796;
	width: 100%;
}

.box-block {
	background-color: #282138;
	border-radius: 16px;
	overflow: hidden;
	height: 100%;
	margin: 0;
	padding: 40px;
	align-items: center;
}

.box-block p b {
	font-size: 32px;
	color: #FFFFFF;
}

.box-block p span {
	font-size: 16px;
	color: #8B8796;
}

.ultimate-main {
	padding: 0;
	margin: 0;
}

.ultimate-block {
	display: grid;
	margin: 30px 0;
	padding: 0;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.ultimate-block .box-block {
	display: flex;
	flex-direction: column;
	padding: 40px 40px 0 40px;
}

.ultimate-block .box-block img {
	margin-top: auto;
}

/*
* get start
*/

.get-start-title h2 {
	font-size: 52px;
}

.get-start-title p {
	font-size: 18px;
	color: #8B8796;
	width: 100%;
}

.vm-step-num {
	display: flex;
	flex-direction: row;
	text-align: center;
	align-items: center;
	width: 72%;
	background: url(../images/ic-step-line.svg) no-repeat center;
}

.vm-step-num-bg {
	display: inline-block;
	color:#8B8796;
	background-color:  #272235;
	border-radius: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.vm-step-num div:nth-child(1)
{
	padding: 0;
	text-align: left;
}

.vm-step-num div:nth-child(2)
{
	padding: 0;
	text-align: center;
}

.vm-step-num div:nth-child(3)
{
	padding: 0;
	text-align: right;
}

.vm-step-block {
	text-align: center;
	padding: 0 30px;
}

.vm-step-block p b {
	font-size: 20px;
	color: #FFFFFF;
}

.vm-step-block p {
	font-size: 16px;
	color: #8B8796;
}

/**
* vs
*/

.vs-title h2 {
	font-size: 52px;
}

.vs-title p {
	font-size: 18px;
	color: #8B8796;
}

.vs-main {
	margin: 0;
	padding: 0;
	border: #404040 1px solid;
	border-radius: 20px;
	overflow: hidden;
	align-items: center;
}

.vs-main div.row {
	margin: 0;
	padding: 0;
}

.vs-main div.row div:not(:last-child) {
	border-right-style: solid;
}

.vs-table-header {
	padding: 10px 20px;
	background-color: #483358;
	border: #404040 1px;
	border-right-style: solid;
	font-size: 18px;
	box-sizing: border-box;
}

.vs-table-item {
	display: flex;
	font-size: 16px;
	border: #404040 1px;
	border-top-style: solid;
	padding: 20px 20px;
	align-items: center;
	box-sizing: border-box;
}

.vs-table-item b {
	font-size: 18px;
	font-weight: 500;
}

.vs-table-item p {
	padding: 0;
	margin: 0;
}

.vs-table-item span img {
	margin: 0 4px 0 0;
}

.vs-table-item b i {
	margin: 0 6px;
	font-style: normal;
}

.vs-link-download {
	padding-left: 10px;
	color: #AE47FF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.vs-link-download::before {
	content: "\e643";
	font-family: fs;
	position: relative;
	font-weight: 600;
	right: 4px;
	color: #AE47FF;
}

.vs-link-download:hover {
	color: #C377FF;
}

.vs-link-download:hover::before {
	color: #C377FF;
}


.vs-link-tell-us {
	padding-left: 10px;
	color: #AE47FF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.vs-link-tell-us::before {
	content: "\e61b";
	font-family: fs;
	position: relative;
	font-weight: 600;
	right: 4px;
	color: #AE47FF;
}

.vs-link-tell-us:hover {
	color: #C377FF;
}

.vs-link-tell-us:hover::before {
	color: #C377FF;
}

.vs-more-effects-btn {
	padding: 20px 0;
	color: #AE47FF;
	cursor: pointer;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.vs-more-effects-btn p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

.vs-more-effects-btn:hover {
	color: #C377FF;
}

.vs-more-effects-btn p span::after {
	background: url(../images/ic-arrow-down.svg) no-repeat center center;
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	position: relative;
	top: 6px;
}

.vs-more-effects-btn .btn-active span::after {
	transform: rotate(180deg);
	top: 8px;
}

/**
* Filters Introduction
*/

.filters-introduction-tips {
	font-size: 18px;
	color: #8B8796;
}

/**
* Explore Endlessly
*/

.go-to-Community-btn {
	border-radius: 100px;
	background: linear-gradient(90deg, #8703F2 0%, #1594FF 100%);
	padding: 16px 60px;
	color: var(--100, #FFF);
	font-size: 24px;
	font-weight: 600;
	display: inline-block;
	transition: .3s linear;
	top: 0;
	position: relative;
	box-shadow: 0 4px 8px rgb(0, 0, 0, 0.1);
}

.go-to-Community-btn span {
	padding-left: 10px;
	color: #fff;
}

.go-to-Community-btn:hover {
	color: #fff;
	top: -5px;
	box-shadow: 0 8px 16px rgb(0, 0, 0, 0.4);
}

.go-to-Community-btn span {
	display: flex;
}

.go-to-Community-btn i {
	margin: 0 0 0 10px;
	font-size: 24px;
}

/*
* more-than
*/

.more-than {
	text-align: center;
}

.more-than h2 {
	font-size: 52px;
}

.more-than p span {
	color: #8B8796;
	text-align: center;
	font-size: 18px;
}

.more-block {
	display: flex;
	height: 411px;
	flex-direction: column;
	align-items: center;
	border-radius: 16px;
	background: #282138;
	overflow: hidden;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 30px;
}

.more-block a {
	display: block;
}

.more-block-section {
	margin-top: 20px;
}

.more-block-section p {
	padding-left: 10px;
	padding-right: 10px;
}

.more-block-section p b {
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.more-block-section p span {
	color: #8B8796;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-left: 10px;
	padding-right: 10px;
}

.more-block-section p i {
	color: #AE47FF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.more-block-section p i::after {
	content: '\e659';
	font-family: fs;
	position: relative;
	left: 10px;
	transition: .3s linear;
	color: #AE47FF;
}

.more-block-section p i:hover {
	color: #A839FF;
}

.more-block a:hover i::after {
	left: 20px;
	color: #A839FF;
}

/*
* FAQ
*/

.faq-block {
	border-bottom: 1px #261F38 solid;
}

.faq-title {
	font-size: 22px;
	padding: 20px 0;
	cursor: pointer;
	position: relative;
	color: #8B8796;
}

.faq-title::after {
	content: '\e62f';
	font-family: fs;
	display: block;
	position: absolute;
	right: 0;
	margin: -30px 0 0 0;
	transition: transform 0.3s linear;
	font-weight: bold;
	font-size: 18px;
}

.faq-title:hover {
	color: #BD6CFF;
}

.sel {
	color: #BD6CFF;
}

.sel::after {
	transform: rotate(45deg);
}

.faq-content {
	font-size: 18px;
	padding: 16px 0;
	display: none;
	color: #8B8796;
}

.faq-content a {
	color: #BD6CFF;
}

.faq-content a:hover {
	color: #BD6CFF;
	text-decoration: underline;
}

.acitve {
	display: block !important;
}

/**
* user review
*/
.swiper {
	width: 100%;
	height: 500px;
	background: #1A132A;
	border-radius: 30px;
	margin: 30px 0;
	position: relative;
	overflow: hidden;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.swiper-pagination-bullet-active {
	background: #BD6CFF !important;
}

.swiper-button-prev,
.swiper-button-next {
	color: #BD6CFF !important;
}

/*User Style*/
.user-content {
	width: 75%;
	margin: 0 auto;
	padding: 30px 0;
	overflow: hidden;
}

.user-header {
	width: 100%;
	display: flex;
	position: relative;
}

.user-header-name {
	padding: 0 0 0 16px;
	display: flex;
	align-items: center;
}

.user-header::after {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	background: url(../images/user-icon.svg) no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}

.user-header-name div p {
	margin: 0;
	padding: 2px 0;
	text-align: left;
}

.user-header-name div p span {
	color: gray;
}

.user-text {
	text-align: left;
	padding: 30px 0;
	color: gray;
}

.user-text p b {
	color: #fff;
	font-size: 24px;
}

.user-header-photo img {
	border-radius: 60px;
}

/*more*/
.more-item {
	display: block;
	background: #1A132B;
	color: #8B8796;
	padding: 12px;
	border-radius: 8px;
	margin: 12px 0;
}

.more-item:hover {
	color: #BD6CFF;
}

/**
* bottom
*/

.vm-bottom {
	background: url(../images/vt-bottom-bg.webp) no-repeat center;
	background-size: cover;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 574px;
}

.vm-bottom p b {
	display: block;
	text-align: center;
	font-size: 32px;
	padding: 8px 0 0 0;
}

.vm-bottom h3 {
	padding: 20px 0;
	margin: 0 auto;
	width: 80%;
	color: #FFF;
	font-size: 32px;
}

.vt-btn {
	display: inline-block;
	font-size: 28px;
	background: linear-gradient(to right, #8703F2, #1594FF);
	color: #fff;
	padding: 16px 60px;
	border-radius: 60px;
	font-weight: 500;
	transition: .3s linear;
	top: 0;
	position: relative;
	box-shadow: 0 4px 8px rgb(0, 0, 0, 0.1);
}

.vt-btn:hover {
	color: #fff;
	top: -5px;
	box-shadow: 0 8px 16px rgb(0, 0, 0, 0.4);
}

.bor2 {
	border: 1px solid white;
}

@media (max-width: 1200px) {}

@media (max-width: 992px) {}

@media (max-width: 768px) {
	.vm-step-num {
		display: none;
	}

	#create-voice-experience {
		display: none;
	}

	.banner-bg {
		background: none;
	}

	.banner-text {
		text-align: center;
		min-height: 400px;
	}

	.banner-text h1 {
		font-size: 42px;
	}

	.banner-try-btn {
		padding: 16px 20px;
	}

	.ultimate-block {
		grid-template-columns: repeat(1, 1fr);
	}

	.ultimate-title h2 {
		font-size: 42px;
	}

	.get-start-title h2 {
		font-size: 42px;
	}

	.vs-title h2 {
		font-size: 42px;
	}

	.more-than h2 {
		font-size: 42px;
	}

	.vs-table-item b {
		font-size: 14px;
	}

	.vs-table-item p {
		font-size: 14px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (min-device-pixel-ratio:1.5) {
	.banner-bg {
		background: url(../images/vm-banner@2x.webp) no-repeat top center;
		background-size: 1920px 874px;
	}
} 