@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');

html {
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0 !important;
	background-color: #fff;
	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;
}

p,a,li,button,input {	
	color: #000;
	margin: 0;
	font: 400 16px/26px 'Poppins', 'Helvetica', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'Montserrat', sans-serif!important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #000;
	margin: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

.text-wrapper p:not(:last-child) {
	margin-bottom: 25px;
}

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: #fff;
}

.container-fluid {
	max-width: 1920px;
}

::before,
::after {
	content: "";
	display: none;
}

.custom-wrapper {
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	max-width: 1680px;
}

.content-wrapper {
	margin: 0 auto;
	width: 100%;
}

.flex-elem {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.grad-txt {
	background: #00a0ff;
	background: -moz-linear-gradient(left,  #00a0ff 0%, #00e5ff 24%, #00f6ff 50%, #00cfff 77%, #00a0ff 100%);
	background: -webkit-linear-gradient(left,  #00a0ff 0%,#00e5ff 24%,#00f6ff 50%,#00cfff 77%,#00a0ff 100%);
	background: linear-gradient(to right,  #00a0ff 0%,#00e5ff 24%,#00f6ff 50%,#00cfff 77%,#00a0ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0ff', endColorstr='#00a0ff',GradientType=1 );	
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	max-width: max-content;
}

.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%);
}

/* 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 'Poppins';
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #20cec4;
	border-radius: 5px;
}

.wrap .my_btn:hover {
	background: #20cec4;
	color: #fff!important;
}

.wrap a {
	font-size: 14px;
}
/* end cockie styles*/

.img-fluid {
	display: block;
}

.bg-blue {
	background: #05f;
}

.blur {
	filter: blur(20px);
}

section, footer, .reset-scroll {
	transition: .5s ease;
}

/*Header Start*/
.reset-scroll {
	position: fixed;
	z-index: 10;
	bottom: 5%;
	right: 2%;
	border: 1px solid #000;
	border-radius: 100px;
	background: #000;
}

#main-header {
	width: 100%;
	background: #000;
	padding: 20px 0;
	top: 0;
	z-index: 9;
}

#main-header .list li {
	color: #fff;
	padding: 0 25px;
}

#main-header .list {
	float: right;
}


#main-header .content-wrapper {
	max-width: 1480px;
}

#main-header .list li a {
	letter-spacing: 1px;
}
#main-header .list li a:hover {
	color: #d75348 !important;
}

#main-header .list .angle-down {
	position: absolute;
	width: 14px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -50%;
}

.dropdown-toggle::after {
	display: none!important;
}

#main-header .dropdown-menu a {
	padding: 15px 20px;
	color: #424242;
	text-transform: none;
	font-size: 13px;
	display: block;
}

#main-header .dropdown-menu {
	min-width: 200px!important;
	padding: 0;
	border-radius: 10px;
	overflow: hidden;
}

#main-header .dropdown-menu a:hover {
	background: #ff4e00;
	color: #fff!important;
}

#main-header .dropdown-menu a:not(:last-child) {
	border-bottom: 1px solid #ddd;
}

#responsive-menu-btn {
	background: #ff4e00;
	border: none;
	padding: 10px 8px;
	display: block;
	max-width: 50px;
	width: 100%;
	border-radius: 5px;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
	display: none;
	bottom: 0;
	margin: auto;
	height: 41px;
}

#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;
	background-color: #ff4e00;
	position: fixed;
	top: 0;
	height: 100vh;
	left: -500px;
	z-index: 9;
	transition: all 0.3s ease;
}

#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;
}

/*Header end*/

/* =============================================================== */

/* Content Style Start */

/* Banner Start */
.banner {
	background: url(../images/banner-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 140px 0;
}

.banner .custom-wrapper {
	max-width: 1350px;
}

.banner .desc {
	max-width: 450px;
}

.banner .desc h1 {
	margin-bottom: 50px;
}

.banner .desc h1:before {
	display: block;
	position: absolute;
	width: 120px;
	height: 10px;
	background: #FF4E00;
	bottom: -20px;
	border-radius: 10px;
}

.banner .playerneos_wrapper1 {
	border-radius: 30px;
	overflow: hidden;
}

.banner .vid-wrapper:before {
	display: block;
	position: absolute;
	height: 80%;
	width: 100%;
	background: #a3049d;
	background: -moz-linear-gradient(top,  #a3049d 0%, #ff8100 100%);
	background: -webkit-linear-gradient(top,  #a3049d 0%,#ff8100 100%);
	background: linear-gradient(to bottom,  #a3049d 0%,#ff8100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3049d', endColorstr='#ff8100',GradientType=0 );
	transform: scaleX(1.06);
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 30px;
}

.banner a.btn:hover {
	transform: scale(1.2);
}

.banner a.btn,
.buy-now a.btn {
	background: #ff4e00;
	color: #fff;
	padding: 15px 20px;
	border-radius: 100px;
	margin-top: 30px;
	font-weight: 600;
}
/* Banner End */

/* Section 14 Start */
.s14 {
	padding: 50px 0 0px;
	background: #fff;
}

.s14 .custom-wrapper {
	max-width: 1515px;
}

.s14 .colmn .img-wrapper {
	left: -60px;
}

.s14 .title-area {
	margin: 0 auto 40px;
}

.s14 .title-area h3 {
	max-width: max-content;
	margin: 0 auto;
	border: 4px solid #434343;
	padding: 5px 15px;
	border-radius: 100px;
}

.s14 .ecover {
	left: -50px;
	max-width: 900px;
	margin: 0 auto;
}

/* Section 14 End */


/* Section 18 Start */
.s18 {
	padding: 40px 0;
}

.s18.v1 .title-area {
	margin: 0 auto 70px;
}

.s18.v1 .title-area h2:last-child {
	border: 4px solid #434343;
	max-width: max-content;
	margin: 10px auto 0;
	padding: 5px 15px;
	border-radius: 100px;
}

.s18.v1, .s18.v3, .s18.v6, .s18.v8  {
	background: #E1D4E1;
}

.s18.v2, .s18.v4, .s18.v5, .s18.v7{
	background: #F3ECF3;
}

.s18 .custom-wrapper {
	max-width: 1475px;
}

.s18 .row {
	align-items: center;
}

.s18 .row.row:not(:last-child) {
	margin-bottom: 50px;
}
/* Section 18 End */

/* Section 19 Start */
.s19 {
	padding: 50px 0 0px;
}

.s19.v3,
.s19.v4,
.s19.v5 {
	padding-bottom: 40px;
}

.s19 .custom-wrapper {
	max-width: 1400px;
}

.s19 .colmn h3,
.s19 .colmn p {
	color: #fff;
}

.s19 .colmn .img-wrapper {
	flex: 0 0 auto;
	margin-right: 35px;
}

.s19 .colmn:not(:last-child) {
	margin-bottom: 50px;
}

.s19 .colmn {
	background: #A3049D;
	padding: 50px 60px;
	border-radius: 25px;
	flex: 0 0 50%;
	max-width: 48%;
	display: flex;
	align-items: center;
	height: 240px;
}

.s19.v3 .colmn:last-child,
.s19.v4 .colmn:last-child,
.s19.v5 .colmn:last-child {
	margin: 0 auto;
	flex: 0 0 60%;
	max-width: 60%;
}
/* Section 19 End */


.buy-now a.btn {
	margin: 0 auto;
	display: block;
	max-width: max-content;
	transform: scale(1.5);
}

.buy-now a.btn:hover {
	transform: scale(2);
}

.buy-now {
	padding: 70px 0;
}


.s33 {
	background: #F3ECF3;
	padding: 40px 0 0px;
}

.s33 .custom-wrapper {
	max-width: 1275px;
}

.s33 .title-area {
	margin-bottom: 70px;
}

.s33 .colmn {
	flex: 0 0 50%;
	max-width: 48%;
}

.s33 .colmn:not(:last-child) {
	margin-bottom: 50px;
}

.s33 .colmn .q {
	margin-bottom: 20px;
}

.s33 .colmn .a {
	padding: 30px;
	background: #E1D4E1;
	border-radius: 20px;
}

/* Content Style End */

/* =============================================================== */


/* Disclaimer Start */
#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;
}

.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 */