@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('http://fonts.cdnfonts.com/css/ethnocentric');

:root {
	--gabriel: 'GabrielWeissFriendsFont';
	--ethnocentric: 'Ethnocentric Rg';
	--modular: 'Modular Amplitude';
	--bahnschrift: 'Bahnschrift Light';
	--nunito: 'Nunito', sans-serif;
	--raleway: 'Raleway';
	--bg-black: #000;
}

.gab {
	font-family: var(--gabriel)!important;
}

.ethno {
	font-family: var(--ethnocentric)!important;
}

.modular {
	font-family: var(--modular)!important;
}

.bahnschrift {
	font-family: var(--bahnschrift)!important;
}

.nunito {
	font-family: var(--nunito)!important;
}

.rale {
	font-family: var(--raleway)!important;
}

html {
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0 !important;
	background-color: #171717;
	overflow-x: hidden;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	word-wrap: break-word;
	/* transition: .3s all ease-in-out; */
}

::marker {
	font-weight: 800;
}

dl, ol, ul {
	margin-bottom: 0;
}

a,
p,
button,
svg,
span,
input[type="button"],
input[type="submit"],
.card {
	text-decoration: none !important;
	-webkit-transition: all 0.5s ease !important;
	-moz-transition: all 0.5s ease !important;
	transition: all 0.5s ease !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 0!important;
}

h1,h2,h3,h4,h5,h6,p,a,li,button,input {	
	color: #fff;
	margin: 0;
}

p,a,li,button,input {
	display: block;
	font-family: 'Poppins', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Poppins', sans-serif;
	color: #fff;
}

p:last-child {
	margin-bottom: 0 !important;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.xl-heading {	
	font-size: 70px;
	line-height: 1;
}

.lg-heading {
	font-size: 65px;
	line-height: 1;
}

.md-heading {
	font-size: 60px;
	line-height: 1;
}

.sm-heading {
	font-size: 50px;
	line-height: 1;	
}

h1, .h1 {
	font-size: 40px;
	line-height: 1.25;
}

h2, .h2 {
	font-size: 35px;
	line-height: 1.2;
}

h3, .h3 {
	font-size: 30px;
	line-height: 1.2;
}

h4, .h4 {
	font-size: 25px;
	line-height: 1.3;
}

h5, .h5 {
	font-size: 22px;
	line-height: 1.2;
}

h6, .h6, .md-txt {
	font-size: 20px;
	line-height: 1.2;
}

.sm-txt {
	font-size: 18px;
	line-height: 1.2;
}

.f-900 {
	font-weight: 900;
}

.f-800 {
	font-weight: 800;
}

.f-700 {
	font-weight: 700;
}

.f-600 {
	font-weight: 600;
}

.f-500 {
	font-weight: 500;
}

.f-400 {
	font-weight: 400;
}

.f-300 {
	font-weight: 300;
}

.f-200 {
	font-weight: 200;
}

.f-100 {
	font-weight: 100;
}

.f-italic {
	font-style: italic;
}

.f-uppercase {
	text-transform: uppercase;
}

a:hover {
	color: #f20a7f !important
}

.content-wrapper {
	width: 100%;
	margin: 0 auto;
}

.container-fluid {
	max-width: 1920px;
}

.img-fluid {
	display: block;
}

::before,
::after {
	content: "";
	display: none;
}

@media screen and (min-width: 1501px) {
	.custom-wrapper {
		width: 100%;
		max-width: 1600px;
		margin: 0 auto;
	}
}

.btn {
	display: block;
	width: 100%;
	margin: 0 auto;
	font: 600 16px/16px 'Poppins', sans-serif;
	padding: 12px;
	color: #ffffff;
}

.btn:focus, input:focus {
	box-shadow: none !important;
}

.flex-elem {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.grad-txt {
	background: #2ac68d;
	background: -moz-linear-gradient(-45deg,  #2ac68d 32%, #00a4e6 50%);
	background: -webkit-linear-gradient(-45deg,  #2ac68d 32%,#00a4e6 50%);
	background: linear-gradient(135deg,  #2ac68d 32%,#00a4e6 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ac68d', endColorstr='#00a4e6',GradientType=1 );		
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}

.playerneos_wrapper1 {
	background: transparent!important;
}

.font-uppercase {
	text-transform: uppercase;
}

.slick-slide {
	outline: none!important;
}

.shadow-dreamy {
	box-shadow: 0 1px 2px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 7%), 0 4px 8px rgb(0 0 0 / 7%), 0 8px 16px rgb(0 0 0 / 7%), 0 16px 32px rgb(0 0 0 / 7%), 0 32px 64px rgb(0 0 0 / 7%);
}

.text-wrapper p:not(:last-child) {
	margin-bottom: 25px;
}
/* cockie styles*/
.wrap {
	position: fixed;
	z-index: 2000;
	right: 18px;
	bottom: 18px;
	max-width: 220px;
	background: rgba(63, 61, 57, .9);
	padding: 18px;
}

.wrappara {
	font-size: 11px;
	line-height: 20px;
	color: #fff;
}

.wrap .my_btn {
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 11px;
	font: 700 16px/16px 'Muli';
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #ac42db;
	border-radius: 5px;
}

.wrap .my_btn:hover {
	background: #ac42db;
	color: #fff!important;
}

.wrap a {
	font-size: 14px;
}
/* end cockie styles*/

/* Global start */
.buy-now a {
	background: #18d780;
	background: -moz-linear-gradient(left, #18d780 0%, #199ec0 50%, #18d780 100%);
	background: -webkit-linear-gradient(left, #18d780 0%,#199ec0 50%,#18d780 100%);
	background: linear-gradient(to right, #18d780 0%,#199ec0 50%,#18d780 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18d780', endColorstr='#18d780',GradientType=1 );
	background-size: 200%;
	max-width: max-content!important;
	padding: 25px 56px;
	border-radius: 100px;
	border: 3px solid #fff;
	box-shadow: 0px 5px 10px rgb(0 0 0 / 16%);
}
/* Global end */

/*Header*/
#head-bar {
	padding: 18px 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	transition: all .3s ease-in-out;
	background: #000000;
}

#head-bar .list li {
	padding-left: 40px;
}

#head-bar .row {
	max-width: 95%;
	margin: 0 auto;
}

/* Mobile Responsive Start */
.blur {
	filter: blur(20px);
}

section, footer, .reset-scroll {
	transition: .5s ease;
}

#responsive-menu-btn {
	background: #ff017e;
	border: none;
	padding: 10px 8px;
	display: block;
	max-width: 50px;
	width: 100%;
	border-radius: 5px;
	cursor: pointer;
	position: fixed;
	right: 30px;
	top: 30px;
	z-index: 10;
	display: none;
}

#responsive-menu-btn::before, #responsive-menu-btn::after {
	content: "";
	display: block;
	width: 100%;
	border: 2px solid #ffffff;
	margin: 0 auto;
	max-width: 25px;
	border-radius: 50px;
	position:relative;
	transition:all 0.3s ease;
}

#responsive-menu-btn::before{
	top:0;
	transform:rotate(0deg);
}

#responsive-menu-btn::after{
	bottom:0;
	transform:rotate(0deg);
}

#responsive-menu-btn span {
	content: "";
	width: 100%;
	display: block;
	margin: 5px auto;
	border: 2px solid #ffffff;
	max-width: 29px;
	border-radius: 50px;
	transition: all 0.3s ease;
}

#responsive-menu-btn.rs-menu-close span {
	max-width:0;
}

#responsive-menu-btn.rs-menu-close::before {
	transform: rotate(45deg);
	position: relative;
	top: 8px;
}

#responsive-menu-btn.rs-menu-close::after {
	transform: rotate(-45deg);
	position: relative;
	bottom: 9px;
}

#mobile-main-nav {
	float: none;
	max-width: 300px;
	width: 100%;
	text-align: left;
	padding: 0px;
	position: fixed;
	top: 0;
	height: 100vh;
	left: -500px;
	z-index: 9;
	transition: all 0.3s ease;
	background: #1b637e;
	background: -moz-linear-gradient(20deg, #1b637e 0%, #000000 100%);
	background: -webkit-linear-gradient(20deg, #1b637e 0%,#000 100%);
	background: linear-gradient( 20deg, #1b637e 0%,#000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b637e', endColorstr='#000000',GradientType=1 );
}

#mobile-main-nav .hnav {
	display: block;
	color: #f1f1f1;
	padding: 12px;
	transition:all 0.3s ease;
	text-transform: uppercase;
}

#mobile-main-nav .hnav:not(:last-child) {
	border-bottom: 2px solid rgba(255,255,255,.1);
}

#mobile-main-nav .hnav:hover {
	background-color: rgba(255,255,255,0.1);
}

#mobile-main-nav.mobile-nav-show {
	left: 0;
}	

#mobile-main-nav.mobile-nav-show .list li:hover {
	background: #ff4e00;
}

#mobile-main-nav.mobile-nav-show .list li {
	padding: 15px 30px;
}
/* Mobile Responsive End */

/*End Header*/

/*Banner*/
.banner {
	padding: 157px 0 50px;
	background: url(../images/banner-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000;
}

.banner .title-area {
	max-width: 1300px;
}

.banner .title-area p {
	max-width: 905px;
}

.banner .vid-wrapper {
	margin-bottom: 50px;
}

.opening .colmn {
	padding: 5px 15px;
	background: #000000;
	border: 2px solid #E1A5FF;
	border-radius: 12px;
}

.vid-wrapper:before {
	display: block;
	background: #D600FF;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	filter: blur(20px);
	opacity: 40%;
	transform: scale(1.03);
}

.vid-wrapper .shiny,
.vid-wrapper .shiny .img-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
}

.vid-wrapper .shiny .glare-1 {
	z-index: 1;
	left: -9.8%;
	bottom: -35%;
}

.vid-wrapper .shiny .glare-2 {
	z-index: 1;
	right: -8.8%;
	position: absolute;
	top: 0;
}

.vid-wrapper .page-vsl {
	background: #b500a3;
	background: -moz-linear-gradient(top,  #b500a3 0%, #143eb4 100%);
	background: -webkit-linear-gradient(top,  #b500a3 0%,#143eb4 100%);
	background: linear-gradient(to bottom,  #b500a3 0%,#143eb4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b500a3', endColorstr='#143eb4',GradientType=0 );	
	padding: 30px;
	border-radius: 38px;
	border: 3px solid #A86DDF;
}

.vid-wrapper iframe {
	border-radius: 10px;
}

.banner .vid-wrapper {
	max-width: 1070px;
	margin-top: 45px;
}

/* Section 1 */
.banner .title-area h4 {
	letter-spacing: 5px;
}

.banner .row .wrapper {
	display: flex;
	align-items: center;
}

.banner .row p {
	color: #fff;
}

.banner .row .wrapper .img-wrapper img {
	width: 63px;
}

.banner .row .wrapper .img-wrapper {
	flex: 0 0 20%;
	max-width: 20%;
}


/* Section 1 Start */
.s1 {
	padding: 32px 0 10px;
	background: url(../images/s1-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.s1 .title-area {
	max-width: 875px;
}

.s1 .ethno {
	text-shadow: 2px 2px 2px #00dcff, 3px 3px 6px #57c6ff;
}

.s1 .gab {
	text-shadow: 2px 2px 5px #a200ff, 0px 3px 6px #D600FF;
}
/* Section 1 End */

.s6 {
	padding: 50px 0 75px;
}

.s6 .custom-wrapper {
	max-width: 1670px;
	background: url(../images/s6-bg.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.s6 .title-area {
	background: url(../images/s6-line.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
}

.s6 .vsl-wrapper {
	max-width: 1070px;
	margin: 40px auto 0;
	padding: 30px;
	background: #00ffff;
	background: -moz-linear-gradient(top,  #00ffff 0%, #005575 100%);
	background: -webkit-linear-gradient(top,  #00ffff 0%,#005575 100%);
	background: linear-gradient(to bottom,  #00ffff 0%,#005575 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffff', endColorstr='#005575',GradientType=0 );
	border-radius: 40px;
	border: 3px solid #9AF9F9;
}


/* Section 7 Start */
.s7 {
	padding: 100px 0;
}

.s7.v1 {
	background: var(--bg-black);
}

.s7.v2, 
.s7.v4 {
	background: #00be6b;
	background: -moz-linear-gradient(-45deg,  #00be6b 0%, #003a7d 100%);
	background: -webkit-linear-gradient(-45deg,  #00be6b 0%,#003a7d 100%);
	background: linear-gradient(135deg,  #00be6b 0%,#003a7d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00be6b', endColorstr='#003a7d',GradientType=1 );
}

.s7 .custom-wrapper {
	max-width: 1200px;
}

.s7 .row:not(:last-child) {
	margin-bottom: 70px;
}

.s7 .colmn-1 p.h4 {
	margin-bottom: 20px;
}

.s7.v1 .colmn-1 p.h4, 
.s7.v3 .colmn-1 p.h4 {
	color: #A5CFFF;
}

.s7.v2 .colmn-1 p.h4,
.s7.v4 .colmn-1 p.h4 {
	color: #9AF9F9;
}

.s7 .row .colmn-1 {
	flex: 0 0 55%;
	max-width: 50%;
}

.s7 .row .colmn-2 {
	flex: 0 0 45%;
	max-width: 45%;
}
/* Section 7 End */

/* Section 14 Start */
.s14 {
	background: url(../images/s14-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 95px 0;
}

.s14 .custom-wrapper {
	max-width: 1210px;
}

.s14 .colmn-1 .title-area {
	margin-bottom: 25px;
}

.s14 .ethno {
	text-shadow: 2px 2px 1px #00dcff, 3px 3px 6px #7257FF;
}

.s14 .colmn-1 {
	flex: 0 0 65%;
	max-width: 60%;
}

.s14 .colmn-2 {
	flex: 0 0 35%;
	max-width: 35%;
}
/* Section 14 End */

/* Section 18 Start */
.s18 {
	background: url(../images/s18-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 83px 0;
}

.s18 .custom-wrapper {
	max-width: 1390px;
}

.s18 .colmn {
	flex: 0 0 50%;
	max-width: 48%;
}

.s18 .wrapper {
	padding: 30px 45px;
	margin-bottom: 30px;
	border: 3px solid #A5CFFF;
	border-radius: 30px;
	box-shadow: 0px 0px 15px #9af9f9;
}

.s18 .wrapper .q {
	background: #0065d9;
	background: -moz-linear-gradient(-45deg,  #0065d9 0%, #00bf8b 100%);
	background: -webkit-linear-gradient(-45deg,  #0065d9 0%,#00bf8b 100%);
	background: linear-gradient(135deg,  #0065d9 0%,#00bf8b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0065d9', endColorstr='#00bf8b',GradientType=1 );
	max-width: max-content;
	padding: 10px 30px;
	border-radius: 100px;
	margin-bottom: 25px;
	height: 80px;
	display: flex;
	align-items: center;
}

.s18 .q .h4 {
	font-weight: 500;
}

/* Disclaimer Start */
/*#disclaimer {*/
/*	padding: 80px 0;*/
/*}*/

/*#disclaimer p, #disclaimer a {*/
/*	font-size: 12px;*/
/*	line-height: 1.8;*/
/*}*/

/*#disclaimer .copyright {*/
/*	font-size: 14px;*/
/*	display: unset;*/
/*	text-align: center;*/
/*	margin: 0 auto;*/
/*}*/

/*#disclaimer .content-wrapper {*/
/*	max-width: 680px;*/
/*	text-align: center;*/
/*}*/

/*.font-dusty-gray {*/
/*	color: #9a9a9a;*/
/*}*/
/* Disclaimer End */

/*Footer*/
/*#footer-section li {*/
/*	padding: 0 20px;*/
/*}*/

/*#footer-section li:not(:last-child) {*/
/*	border-right: 1px solid #434343;*/
/*}*/

/*#footer-section li a {*/
/*	color: #373737;*/
/*}*/

/*#footer-section {*/
/*	padding: 30px;*/
/*}*/

/*#footer-section {*/
/*	padding: 30px;*/
/*	background: #e6e6e6;*/
/*}*/

/*>>> Responsive <<<*/





/* Disclaimer Start */
.text-wrapper p:not(:last-child) {
	margin-bottom: 25px;
}
#disclaimer {
	padding: 60px 15px;
}

.font-dusty-gray {
	color: #9a9a9a;
}

#disclaimer p,
#disclaimer a {
	font-size: 12px;
	line-height: 1.8;
}

#disclaimer .copyright {
	font-size: 14px;
	display: unset;
	text-transform: unset;
	letter-spacing: unset;
	font-weight: 700;
}

#disclaimer a.copyright:hover {
	color: #046ded !important;
}

#disclaimer .content-wrapper {
	max-width: 680px;
	margin: 0 auto;
}

.font-dusty-gray {
	color: #9a9a9a !important;
}

#disclaimer p,
#disclaimer a {
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
}

/* Disclaimer End */

/* Footer Start */
#footer-section li {
	padding: 0 20px;
}

#footer-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.flex-elem {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

#footer-section li a {
	color: #000;
	font-size: 14px;
	font-family: 'Poppins';
}

#footer-section li a:hover {
	color: #046ded !important;
}

#footer-section {
	padding: 30px;
}

#footer-section {
	padding: 30px;
	background: #fafafa;
}

@media screen and (max-width: 1280.98px) {
	#disclaimer {
		padding: 50px 0;
	}

	#footer-section .custom-wrapper {
		max-width: 100%;
	}
}

@media screen and (max-width: 1024.98px) {
	#footer-section li a {
		font-size: 12px;
	}
}

@media screen and (max-width: 991.98px) {
	#footer-section li {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		padding: 5px 0px;
		border: none !important;
	}

	#footer-section li a {
		font-size: 12px;
	}
}

@media screen and (max-width: 575.98px) {
	#disclaimer p {
		font-size: 12px;
		line-height: 1.8;
	}
}

@media screen and (max-width: 440.98px) {
	#disclaimer .copyright {
		font-size: 12px;
	}

	#disclaimer p {
		font-size: 10px;
	}

	#footer-section {
		padding: 20px 15px;
	}

	#footer-section li {
		padding: 0px 0px;
	}
}

/* Footer End */
