:root {
	--vt-bg: #404040;
}

body {
	background: #130D22;
	color: #fff;
	overflow-x: hidden;
}

.banner-bg {
	background: url(../images/app-banner.webp) no-repeat top center;
}

.banner-try-btn {
	border-radius: 16px;
	border: 2px solid rgba(255, 255, 255, 0.60);
	background: #000;
	color: #fff;
	display: flex;
	padding: 16px 40px;
	justify-content: center;
	align-items: center;
	text-align: left;
}

.app-dl-btn {
	border-radius: 16px;
	border: 2px solid rgba(255, 255, 255, 0.60);
	background: #000;
	color: #fff;
	display: flex;
	padding: 16px 40px;
	justify-content: center;
	align-items: center;
	text-align: left;
	transition: transform .3s;
	box-shadow: 4px 4px 8px rgb(0, 0, 0, 0);
	max-width: 300px;
}

.app-dl-btn:hover {
	text-decoration: none;
	transform: translatey(-5px);
	color: #fff;
	box-shadow: 4px 4px 8px rgb(0, 0, 0, 0.3);
}

.app-dl-btn span {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin: 0 0 0 15px;
	position: relative;
}

.app-dl-btn span b {
	display: block;
	font-size: 24px;
	color: #fff;
	line-height: 24px;
}



.banner-try-btn p {
	margin: 0;
	padding-left: 10px;
}

.banner-try-btn b {
	margin: 0;
	padding-left: 10px;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
}

.app-dl-btn:hover {
	background: #242424;
}

.btn-apple::before {
	content: '';
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url(../images/appstore.svg);
	background-size: 48px 48px;
}

.btn-android::before {
	content: '';
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url(../images/appstore.svg);
	background-size: 48px 48px;
}

/**/
.than-block {
	padding: 0;
}

.pcolor {
	color: #8B8796;
}

.than-pd1 {
	margin: 260px 0;
}

.than-pd2 {
	margin: 300px 0;
}

.than-pd3 {
	margin: 0 0 180px 0;

}

.than-item {
	background: url(../images/than-bg.webp) no-repeat top center;
	background-size: cover;
	position: sticky;
	position: -webkit-sticky;
	top: calc(50vh - 350px);
	height: 700px;
}

.than-item section {
	opacity: 0;
	transition: .3s linear;
	position: absolute;
	top: 0;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.than-item .active {
	opacity: 1 !important;
}

.vp-main {
	padding: 0;
}

.vp-photo1 {
	margin: 0;
}

.vp-photo2 {
	margin: 0;
}

.vp-photo3 {
	margin: 0;
}


.than-item {
	background: url(../images/app-bg.webp) no-repeat top center;
	background-size: cover;
	position: sticky;
	position: -webkit-sticky;
	top: calc(50vh - 350px);
	height: 700px;
}

.than-item section {
	opacity: 0;
	transition: .3s linear;
	position: absolute;
	top: 0;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.than-item .active {
	opacity: 1 !important;
}

/**/
.chatapps {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-left: 80px;
	padding-right: 80px;
}

.appbox {
	display: flex;
	height: 89px;
	padding: 22px 21px;
	align-items: center;
	border-radius: 13.824px;
	border: 2px solid rgba(255, 255, 255, 0.10);
	margin-right: 40px;
	margin-top: 40px;
}

.appbox b {
	color: var(--100, #FFF);
	font-size: 21px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-left: 10px;

}

/**/
.voicepack {
	border-radius: 16px;
	background: linear-gradient(102deg, #8701F0 24.09%, #450D71 88.95%);
	height: 429px;
	display: flex;
	align-items: center;
}

.voicepack p b {
	color: var(--100, #FFF);
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.voicepack p span {
	color: var(--100, #FFF);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.img-block {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.content-block {
	padding-left: 50px;
}

.soundboard-block {
	border-radius: 16px;
	background: linear-gradient(157deg, #2E99EA 15.06%, #005596 91.09%);
	height: 100%;
	display: flex;
	flex-direction: column;

}

.soundboard-content-block {
	padding: 0 30px;
	width: 100%;
}

.soundboard-content-block p b {
	color: #FFF;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.soundboard-content-block p span {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.vpblock {
	border-radius: 16px;
	background: linear-gradient(146deg, #0C6F4B 20.14%, #0B4530 95.26%);
	height: 100%;
}

.vp-block-img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.download-block {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.download-block p b {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
}

/**/

.scenes-photo {
	display: flex;
	width: 100%;
	height: 540px;
	overflow: hidden;
	border-radius: 30px;
}

.scenes-item {
	border-bottom: 1px #322949 solid;
	height: auto;
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 18px 0;
}

.scenes-item p {
	width: 100% !important;
	margin: 0;
	padding: 0;
}

.scenes-item p b {
	font-size: 24px;
	color: #6D6D6D;
}

.scenes-item p span {
	color: #8B8796;
}

.scenes-item p:nth-child(2) {
	display: none;
}

.scenes-item:hover p b {
	color: #BD6CFF;
}

.scenes-list .active {
	border-bottom: 1px #BD6CFF solid;
}

.scenes-list .active p b {
	color: #BD6CFF !important;
}

.scenes-list .active p:nth-child(2) {
	display: block !important;
}

.scmd {
	display: flex;
	align-items: center;
}

/**/
.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: var(--tts-green) !important;
}

.swiper-button-prev,
.swiper-button-next {
	color: var(--tts-green) !important;
}


/**/

.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;
}

.buy-list-cart {
	display: block;
	background: var(--vt-purple-hight);
	color: #333;
	border-radius: 4px;
	padding: 8px 8px;
	width: 100%;
	font-weight: 600;
	border: 2px var(--vt-purple-hight) solid;
}

.buy-list-cart i {
	font-weight: 500;
	font-size: 20px;
}

.buy-list-cart:hover {
	color: #000;
	background: var(--vt-purple-hight);
}

.buy-list-dl {
	display: block;
	border-radius: 8px;
	background: #AE47FF;
	color: #fff;
	padding: 8px 8px;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-right: 30px;
	cursor: pointer;
}

.buy-list-dl:hover {
	background: #BA62FF;
	color: #fff;
}

.pgray {
	color: var(--vt-gray);
}

.buy-list-dl i {
	font-weight: 500;
	font-size: 20px;
}

.buy-table {
	border: 1px var(--vt-bg) solid;
	border-radius: 16px;
}

.buy-table-header h2 {
	font-size: 32px;
	padding: 20px 0;
	cursor: pointer;
}

.buy-table-header h2::after {
	content: '\e60f';
	font-family: fs;
	font-size: 24px;
	margin: 0 0 0 10px;
}

.buy-table-header h2:hover {
	color: var(--vt-purple-hight);
}

.buy-table-header .show::after {
	content: '\e616' !important;
	transform: rotate(360deg) !important;
}

.btnone {
	color: #8B8796;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.buy-table-blcok {
	margin: 0;
	padding: 0;
	border: 1px var(--vt-bg) solid;
	border-radius: 16px;
	overflow: hidden;
}

.buy-table-title p {
	margin: 0;
	padding: 16px 24px;
	font-size: 18px;
}

.buy-table-list {
	padding: 0;
	display: flex;
}

.buy-table-list p {
	margin: 0;
	padding: 20px 8px;
	text-align: left;
	color: #8B8796;
	border-bottom: 1px var(--vt-bg) solid;

}

.buy-table-list p:nth-child(1) {
	padding: 16px 24px 16px 24px;
	width: 40%;
	overflow: hidden;
}

.buy-table-list p:nth-child(2) {
	width: 20%;
}

.buy-table-list p:nth-child(3) {
	width: 20%;
}

.buy-table-list p:nth-child(4) {
	width: 20%;
}

/*
* 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-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-item {
	display: block;
	background: #1A132B;
	color: #8B8796;
	padding: 12px;
	border-radius: 8px;
	margin: 12px 0;
}

.more-item:hover {
	color: #BD6CFF;
}


.vt-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;
}

.vt-bottom p b {
	display: block;
	text-align: center;
	font-size: 32px;
	padding: 8px 0 0 0;
}

.vt-bottom h3 {
	padding: 12px 0;
	color: #FFF font-size: 32px;
}

.vt-bottom p {
	color: var(--100, #FFF);
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.more-block a:hover .vtdl::after{
	left: 10px!important;
}
.vtdl::after {
	content: '\e647'!important;
}

.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);
}

.vt-coming-soon{
	border-radius: 16px;
	border: 2px #8703F2 solid;
	padding: 16px 30px;
	color: #8703F2;
    display: flex;
	justify-content: center;
	max-width: 400px;
}
.vt-coming-soon:hover{
	color: #ad3aff;
	border: 2px #ad3aff solid;
}
.vt-coming-soon i{
	display: inline-block;
	margin: 0 0 0 4px;
}

@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/app-banner@2x.webp) no-repeat top center;
		background-size: 1920px 874px;
	}


}