@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;500;700;800&display=swap');

body,
html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

.plus-page {
	font-size: 16px;
	line-height: normal;
	font-weight: 200;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	background-color: #1a1c33;
}

* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none !important;
}

a:focus,
a:hover {
	color: #9250ff;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4 {
	font-weight: 800;
}

h1 {
	font-size: 65px;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}

.dark h1 {
	text-shadow: 0 5px 0px black;
}

/* Hide title in favour of image */
.header-title {
	display: none;
}

h3,
.h3 {
	font-size: 55px;
	margin: 0 0 30px 0;
	text-transform: uppercase;
}

.dark h3,
.dark .h3 {
	text-shadow: 0 5px 0px black;
}

h4 {
	font-size: 20px;
	font-weight: 700;
}

.pdd-100 {
	padding: 100px 50px;
}

b,
strong {
	font-weight: 500;
}

a.btn-same {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: rgb(148, 135, 255);
	background: linear-gradient(119deg, rgba(148, 135, 255, 1) 0%, rgba(47, 156, 255, 1) 100%);
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	padding: 15px 75px;
	border-radius: 50px;
	text-decoration: none;
	display: inline-block;
	-webkit-box-shadow: 0px 18px 30px 0px rgba(121, 141, 255, 0.2);
	-moz-box-shadow: 0px 18px 30px 0px rgba(121, 141, 255, 0.2);
	box-shadow: 0px 18px 30px 0px rgba(121, 141, 255, 0.2);
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

a.btn-same:hover {
	background: rgb(148, 135, 255);
	background: linear-gradient(313deg, rgba(148, 135, 255, 1) 20%, rgba(47, 156, 255, 1) 100%);
	-webkit-box-shadow: 0px 18px 30px 0px rgba(121, 141, 255, 0.3);
	-moz-box-shadow: 0px 18px 30px 0px rgba(121, 141, 255, 0.3);
	box-shadow: 0px 18px 30px 0px rgba(121, 141, 255, 0.3);
}

.faq-container .faq {
	min-width: 300px;
	max-width: 650px;
	margin: 40px auto;
}

.faq-container h1 {
	text-align: center;
}

.faq-container .faq-item {
	border: var(--light-border);
	border-radius: 5px;
	margin: 10px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.faq-container .faq-question {
	display: flex;
	justify-content: space-between;
	width: 100%;
	cursor: pointer;
}

.faq-container .faq-question:hover {
	background: var(--light-border-card-color);
}

.faq-container .faq-item h2 {
	font-size: 17px;
	cursor: pointer;
	text-align: left;
	line-height: 1.5;
	margin: 15px 20px;
	font-weight: 500;
}

.faq-container .faq-item i {
	align-self: center;
	margin-left: 20px;
	margin-right: 20px;
	color: white;
	font-weight: 900;
}

.faq-container .faq-item p {
	text-align: left;
	font-size: 17px;
	margin: 20px;
}

.faq-container .hidden {
	display: none;
}

.first-bnr {
	display: inline-block;
	width: 100%;
	position: relative;
}

.first-bnr img {
	width: 100%;
	vertical-align: middle;
}

.first-bnr-text p {
	margin: 30px 0 50px 0;
	font-size: 19px;
}

.container.bn-cntn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}

span.color-text {
	color: #914fff;
}

.zig-lef-right h3 span.color-text {
	display: block;
}

.zig-lef-right p {
	padding-right: 60px;
}

.center-postiontext {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.left-postiontext {
	right: auto;
	left: 0;
}

.relatv-row {
	position: relative;
	justify-content: space-between;
}

.left-img-div {
	margin-left: -11%;
	float: left;
}

.right-img-div {
	margin-right: -11%;
	float: right;
	max-width: 80%;
}

.meet-mb {
	margin-bottom: -350px;
}

.nav-pills .nav-link {
	border-radius: 0;
	font-size: 22px;
	color: #4b508d;
	font-weight: 700;
	letter-spacing: normal;
	padding: 10px 0;
	line-height: normal;
	background-color: transparent !important;
	display: inline-block;
	width: 100%;
	text-align: center;
	border-bottom: 2px solid #323560;
	position: relative;
}

ul.nav.nav-pills {
	width: 100%;
}

ul.nav.nav-pills li.nav-item {
	width: 33.333%;
}

a.nav-link.active::after {
	content: '';
	height: 2px;
	width: 100%;
	background: rgb(129, 114, 255);
	background: linear-gradient(
		90deg,
		rgba(129, 114, 255, 1) 0%,
		rgba(65, 168, 255, 1) 50%,
		rgba(65, 195, 255, 1) 100%
	);
	display: inline-block;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}

.change-dyna-tab {
	padding: 0 40px;
}

.change-dyna-header {
	text-align: center;
}

.change-dyna-img img {
	width: 100%;
	vertical-align: middle;
}

.change-dyna-img {
	margin: -110px -100px;
}

.change-dyna {
	background-color: #212341;
}

.bemore-pro {
	text-align: center;
	background: rgb(33, 35, 65);
	background: linear-gradient(0deg, rgba(33, 35, 65, 1) 0%, rgba(26, 28, 51, 1) 100%);
}

.bemore-clm {
	padding: 50px 50px 00px 50px;
}

.bemore-clm h4 {
	margin: 15px 0;
}

.bemore-clm a {
	font-weight: 500;
}

span.img-bemore {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height: 89px;
}

.trainer-aim {
	text-align: center;
}

.trainer-aim ul {
	display: flex;
	align-items: flex-start;
	width: 100%;
	margin: 70px 0 0 0;
	padding: 0;
}

.trainer-aim ul li {
	display: inline-block;
	width: 25%;
	text-align: left;
	padding: 0 60px;
	font-size: 20px;
	line-height: 26px;
}

.trainer-aim ul li h5 {
	font-size: 55px;
	font-weight: 800;
	font-style: italic;
	text-shadow: 0 5px 0px black;
	line-height: 44px;
	margin: 0 0 15px 0;
	position: relative;
}

.trainer-aim ul li h5::before {
	background: rgb(129, 114, 255);
	background: linear-gradient(
		180deg,
		rgba(129, 114, 255, 1) 0%,
		rgba(65, 168, 255, 1) 50%,
		rgba(65, 195, 255, 1) 100%
	);
	content: '';
	display: inline-block;
	height: 100%;
	width: 4px;
	top: 0;
	bottom: 0;
	border-radius: 5px;
	position: absolute;
	left: -20px;
	transform: rotate(14deg);
}

.redy-upgrde {
	background-color: #212341;
}

.redy-upgrde h3,
.redy-upgrde h5 {
	text-align: center;
	color: white;
}

.redy-upgrde h4 {
	color: white;
}

.card-pricing {
	position: relative;
	padding: 40px;
	padding-top: 60px !important;
	background-color: #212652;
	border-radius: 10px;
	box-shadow: 4px 20px 30px 0px rgba(2, 2, 33, 0.27);
	border: 1px solid #4c59a9;
	height: 100%;
	color: #d1d3fb;
}

.card-pricing h4 {
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	margin: 0;
}

.card-pricing ul {
	text-align: left;
	list-style: '+';
	margin-left: 16px;
	margin-bottom: 32px;
}

.card-pricing ul li::marker {
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1;
}

.card-pricing li {
	padding-left: 0.5rem;
	margin-bottom: 0.5rem;
}

.pricing-crd {
	width: 100%;
	padding: 20px 0;
}

.pricing-crd span.pric {
	font-size: 32px;
	font-weight: 500;
}

a.btn-same.upgrad-btn {
	display: inline-block;
	font-size: 16px;
	width: 100%;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

.card-pricing-midd {
	background-color: #1a1c39;
	padding: 50px 45px;
	text-align: left;
	font-size: 17px;
	height: 100%;
	-webkit-box-shadow: 4px 43px 30px 0px rgba(2, 2, 33, 0.27);
	-moz-box-shadow: 4px 43px 30px 0px rgba(2, 2, 33, 0.27);
	box-shadow: 4px 43px 30px 0px rgba(2, 2, 33, 0.27);
}

.card-pricing-midd ul {
	display: inline-block;
	width: 100%;
	margin: 0;
}

.card-pricing-midd ul li {
	margin: 0 0 20px 0;
	display: inline-block;
	width: 100%;
	padding-left: 20px;
	position: relative;
}

.card-pricing-midd ul li::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #904efe;
	position: absolute;
	left: -8px;
	top: 7px;
}

.card-pricing-midd ul li:last-child {
	margin-bottom: 0px;
}

.canclation {
	display: inline-block;
	width: 100%;
	color: #fff;
	margin-bottom: 16px;
}

.canclation p {
	font-size: 19px;
}

.canclation form {
	display: flex;
	align-items: center;
}

.canclation form label {
	margin-right: 20px;
}

.canclation form select {
	background-color: #212341;
	color: #fff;
	border: var(--light-border);
	border-radius: 8px;
	height: 45px;
	padding: 0 15px;
	font-size: 16px;
	box-shadow: none !important;
	outline: none;
}

.trainer {
	text-align: center;
	padding: 150px 0;
}

.trainer p {
	font-size: 21px;
	margin: 0 0 50px 0;
}

img.mobile-bnr {
	display: none;
}

.nav-pills .nav-link br {
	display: none;
}

a.hide-desk {
	margin: 0;
	display: none;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding-right: 40px !important;
	background: url('/images/arrow-select.png');
	background-repeat: no-repeat;
	background-position: calc(100% - 10px);
	background-size: 14px;
}

@media (max-width: 1400px) {
	.card-pricing,
	.card-pricing-midd {
		padding: 30px;
	}
}

@media (max-width: 1199px) {
	body {
		font-size: 16px;
	}

	h1 {
		font-size: 50px;
	}

	.first-bnr-text p {
		margin: 20px 0 40px 0;
		font-size: 17px;
	}

	h3,
	.h3 {
		font-size: 42px;
	}

	.left-img-div {
		max-width: 80%;
	}

	.nav-pills .nav-link {
		font-size: 20px;
	}

	h4 {
		font-size: 16px;
	}

	.trainer-aim ul li h5 {
		font-size: 48px;
	}

	.trainer-aim ul li {
		font-size: 14px;
		line-height: 21px;
	}

	.pricing-crd span.pric {
		font-size: 33px;
	}

	.card-pricing,
	.card-pricing-midd {
		padding: 30px;
	}
}

@media (max-width: 991px) {
	h1 {
		font-size: 40px;
	}

	.first-bnr-text p {
		margin: 20px 0 30px 0;
		font-size: 16px;
	}

	h3,
	.h3 {
		font-size: 34px;
	}

	.nav-pills .nav-link {
		font-size: 18px;
	}

	.trainer-aim ul li h5 {
		font-size: 42px;
	}

	.pricing-crd span.pric {
		font-size: 30px;
	}

	.bemore-clm {
		padding: 50px 10px 00px 10px;
	}

	.trainer-aim ul li {
		padding: 0 20px;
	}

	.pricing-crd {
		padding: 30px 0;
	}

	.trainer {
		padding: 100px 0;
	}

	.meet-mb {
		margin-bottom: -200px;
	}

	a.hide-desk {
		display: block;
	}

	.socila-footer {
		margin: 30px 0;
	}

	.socila-footer img {
		vertical-align: middle;
		max-width: 37px;
	}
}

@media (max-width: 767px) {
	img.desktop-bnr {
		display: none;
	}

	img.mobile-bnr {
		display: block;
	}

	.container.bn-cntn {
		transform: none;
		top: 18vw;
		text-align: center;
	}

	h1 {
		font-size: 37px;
	}

	h1 br,
	.first-bnr-text p br,
	.trainer-aim p br {
		display: none;
	}

	.first-bnr-text h1 {
		line-height: 37px;
		margin-bottom: 0;
	}

	.first-bnr-text p {
		margin: 10px 0 10px 0;
	}

	a.btn-same {
		padding: 10px 30px;
		font-size: 14px;
		min-width: 200px;
	}

	.zig-lef-right {
		text-align: center;
		padding: 40px 0;
	}

	.meet-mb {
		margin-bottom: 0;
	}

	.center-postiontext {
		position: static;
		transform: none;
	}

	.zig-lef-right p {
		padding-right: 0;
	}

	.center-postiontext {
		order: -2;
	}

	.right-img-div,
	.left-img-div {
		margin: 0 -30px;
		max-width: initial;
	}

	.lrn-mor {
		margin-bottom: -110px;
	}

	.mor-anliz {
		margin-bottom: -60px;
	}

	h3,
	.h3 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.change-dyna-img {
		margin: -40px -70px;
	}

	.change-dyna-tab {
		padding: 0;
	}

	.nav-pills .nav-link {
		font-size: 14px;
	}

	.nav-pills .nav-link br {
		display: block;
	}

	h4 {
		font-size: 18px;
	}

	.trainer-aim ul li {
		width: 50%;
		margin-top: 20px;
	}

	.trainer-aim ul {
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 20px;
	}

	.trainer-aim ul li h5 {
		font-size: 35px;
		line-height: 29px;
	}

	.trainer-aim ul li h5::before {
		left: -15px;
	}

	.redy-upgrde span.color-text {
		display: block;
	}

	.card-pricing h4 {
		font-size: 20px;
	}

	.card-pricing p {
		font-size: 14px;
	}

	.canclation p {
		font-size: 16px;
	}

	.canclation form select {
		font-size: 15px;
	}

	.trainer p {
		font-size: 18px;
	}

	.pdd-100 {
		padding: 50px 0;
	}

	.radio-buttons {
		width: 100%;
	}

	.radio-buttons > label {
		flex: 1;
	}
}

@media (max-width: 400px) {
	.container.bn-cntn {
		max-width: 260px;
	}

	.first-bnr-text p {
		font-size: 14px;
		line-height: 18px;
	}
}

body::-webkit-scrollbar-thumb,
body *::-webkit-scrollbar-thumb {
	background-color: #56389a;
}

.plus-page p,
.plus-page li {
	font-size: 20px;
}

.lightning-divider {
	width: 100%;
	height: 50px;
	margin-top: -50px;
	background-image: url('/images/home_v3/lightning-purple.png');
	background-size: 1000px;
	background-repeat: repeat-x;
	background-position: center;
	transform: translateY(50%);
}

.compare-table h4 {
	margin: 32px 0 8px;
}

.compare-table .fa-horizontal-rule {
	opacity: 0.5;
}

.compare-table td {
	vertical-align: middle;
}

/* Make the last 2 columns text align center */
.compare-table td:not(:first-child),
.compare-table th:not(:first-child) {
	text-align: center;
}

.compare-table thead th {
	border-color: var(--light-border-color);
}

.radio-buttons {
	display: flex;
	/* border: 1px solid #4c5089; */
	border-radius: 8px;
	font-size: 16px;
	height: 45px;
	background: var(--light-border-color);
	color: #fff;
}

.radio-buttons input[type='radio'] {
	appearance: none;
	display: none;
}

.radio-buttons input[type='radio'] + label {
	padding: 3px;
	cursor: pointer;
	height: 100%;
	white-space: nowrap;
}

.radio-buttons input[type='radio'] + label > span {
	border-radius: 5px;
	padding: 0 15px;
	height: 100%;
	display: flex;
	place-items: center;
}

.radio-buttons input[type='radio']:checked + label > span {
	background-color: #212341;
	font-weight: 500;
}

.guarantee {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: var(--primary);
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	padding: 8px 4px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
