@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

body {
	font-family: 'Montserrat', sans-serif;
	background: #000000;
	color: #F3F1FF;
}
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.overflowSection {
	overflow: hidden;
}


:root {
	--color1: #F3F1FF;
	--color2: #EBE6FE;
	--color3: #D9CFFE;
	--color4: #BEA8FD;
	--color5: #9F7AFC;
	--color6: #8448FB;
	--color7: #792DFB;
	--color8: #6B26F9;
	--color9: #5A1ED2;
	--color10: #4B18AA;
	--color11: #2C0B74;
	--Primary: #6B26F9;
	--Roboto: 'Roboto', sans-serif;
	--Gothammedium: 'GothamMedium', sans-serif;
	--Gothambook: 'GothamBook', sans-serif;
	--Gothamlight: 'GothamLight', sans-serif;
	--Gothamblack: 'GothamBlack', sans-serif;
	--Gothamultra: 'GothamUltra', sans-serif;
}


a,
input,
button,
textarea {
	outline: none !important;
}

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}


.btn {
	color: #FFF;
	text-align: center;
	font-family: 'GothamBlack';
	font-size: 14.264px;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	background-color: var(--Primary);
	border: none;
	display: block;
	width: 100%;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

.btn::after {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M4.02983 9.01878H11.617L8.30228 12.3335C8.03738 12.5984 8.03738 13.0331 8.30228 13.298C8.56719 13.5629 8.99511 13.5629 9.26002 13.298L13.7362 8.8218C14.0012 8.55689 14.0012 8.12897 13.7362 7.86406L9.26681 3.38104C9.13991 3.25385 8.96762 3.18237 8.78795 3.18237C8.60827 3.18237 8.43598 3.25385 8.30908 3.38104C8.04417 3.64595 8.04417 4.07387 8.30908 4.33878L11.617 7.66029H4.02983C3.65625 7.66029 3.35059 7.96595 3.35059 8.33953C3.35059 8.71312 3.65625 9.01878 4.02983 9.01878Z' fill='white'/%3E%3C/svg%3E");
	content: "";
	width: 16.302px;
	height: 16.302px;
	display: block;
	margin-left: 10px;
}

.btn:hover {
	background: var(--color10);
	color: #FFF;
}

.btn-simple:after {
	display: none;
}

.link {
	color: var(--3, #D9CFFE);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	text-decoration: none;
}

.link:hover {
	color: var(--color5);
}

p {
	color: #4c4c6e;
	font-size: 16px;
	line-height: 28px;
}


/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.section-title {
	color: #F3F1FF;
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
}

.section-title * {
	color: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-transform: inherit;
	margin: 0;
}



.wrapper {
	/* min-height: 100vh; */
	min-height: 100vh;
	height: 100vh;
}

.wrapper .row,
.wrapper [class*=col-] {
	min-height: 100%;
}

.form-control {
	background: #FFF;
	height: 48px;
	border-radius: 0;
	font-size: 16.302px;
	color: var(--color3);
	font-size: 16.302px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding: 13px 16px;
	border: 1px solid transparent;
	color: #3B3B3B;


}

textarea.form-control {
	height: auto;
	resize: none;
}

.form-control:focus {
	border-color: var(--Primary);
	border: 1px solid #E6E6E6;
	background: #FFF;

	/* default/box-shadow-default */
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.03), 0px 3px 6px 0px rgba(0, 0, 0, 0.02);
}

.form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: var(--color3);
}

.form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--color3);
}

.form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--color3);
}

.form-control:-moz-placeholder {
	/* Firefox 18- */
	color: var(--color3);
}

.logo {
	margin: 0 0 45px;
	display: block;
}

.left-content {
	height: 100%;
	background: url(../images/login-bg.png);
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 99;
	text-align: center;
	padding: 30px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.right-content {
	height: 100%;
	background: url(../images/right-bg.png), url(../images/bg.png);
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 99;
	padding: 30px;
	padding-bottom: 79px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.left-content p {
	color: #F3F1FF;
	font-size: 10.189px;
	font-style: normal;
	font-weight: 400;
	line-height: 12px;
	margin: 0;
}

.left-content p a {
	text-decoration: none;
	color: #9F7AFC;
	font-weight: 600;
}

.left-content p a:hover {
	color: var(--color3);
}

.left-content:after {
	opacity: 0.8;
	background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
	mix-blend-mode: darken;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	height: 50%;
	z-index: -1;
}

.left-content:before {
	opacity: 0.8;
	background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
	mix-blend-mode: darken;
	position: absolute;
	/* top: 0; */
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	height: 50%;
	z-index: -1;
	transform: rotate(-180deg);
}

.right-content:after {
	opacity: 0.8;
	background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
	mix-blend-mode: darken;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	height: 50%;
	z-index: -1;
}

.right-content:before {
	opacity: 0.8;
	background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
	mix-blend-mode: darken;
	position: absolute;
	/* top: 0; */
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	height: 50%;
	z-index: -1;
	transform: rotate(-180deg);
}



.login-box {
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.80);
	max-width: 432px;
	margin: 0 auto;
	text-align: left;
	padding: 25px 46px 36px;
	margin-top: 32px;
	width: 100%;
	background: rgb(250, 1, 230);
	background: linear-gradient(180deg, rgba(250, 1, 230, 0.8) 0%, rgba(180, 80, 211, 0.8) 33.333333%, rgba(142, 32, 217, 0.8) 66.666666%, rgba(126, 0, 219, 0.8) 100%);
	position: relative;
	z-index: 99;
	background: rgba(0, 0, 0, 0.80);
}

.login-box:after {
	/* background: rgba(0, 0, 0, 0.80); */
	background: rgba(0, 0, 0);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	z-index: -1;
	border-radius: 4px;
	background: url("../images/border.png");
	background-size: 100% 100%;
}

.form-group {
	margin: 0 0 13px;
	position: relative;
}

.card-input {
	position: relative;
}

.card-input .form-control {
	padding-right: 120px;
}

.cvc-num {
	position: relative;
	overflow: hidden;
}

.cvc-num:after {
	background: url(../images/cvc.png);
	background-position: center center;
	width: 24px;
	height: 24px;
	background-size: 24px;
	right: -10px;
	bottom: 0px;
	content: "";
	position: absolute;
}

.form-group .card-logo {
	position: absolute;
	top: 10px;
	right: 12px;
}

.form-group label {
	color: #F3F1FF;
	font-size: 12.226px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
	margin: 0 0 7px;
	display: block;
}

.login-box .btn {
	margin-top: 30px;
}

.login-main .left-content {
	padding: 138px 0 50px;
}

.form-group .link {
	margin-top: 30px;
	display: block;
}

.person-detail {
	border-radius: 4px;
	background: #000;
	max-width: 411px;
	margin: 0 auto;
	padding: 28.732px;
	margin-top: auto;
	position: relative;
	padding-top: 79px;
	background: rgb(0, 0, 0);
	background: linear-gradient(180deg, rgba(250, 1, 230, 1) 0%, rgba(180, 80, 211, 1) 33.333333%, rgba(142, 32, 217, 1) 66.666666%, rgba(126, 0, 219, 1) 100%);
	z-index: 99;
	text-align: center;
}


.person-detail::before {
	background: rgba(0, 0, 0);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	z-index: -1;
	border-radius: 4px;
	margin: 3px;
}



.person-detail:after {
	background: url("../images/coma.svg");
	width: 40.313px;
	height: 32.78px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	content: "";
	top: 28px;
}

.person-detail p {
	color: #EBE6FE;
	text-align: center;
	font-family:'Roboto', sans-serif;
	font-size: 12.9px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	margin: 0 0 18px;
}

.person-detail h3 {
	color: #9F7AFC;
	text-align: center;
	font-family:'Roboto', sans-serif;
	font-size: 31.664px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.person-detail span {
	color: #FFF;
	text-align: center;
	font-family:'Roboto', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
	display: block;
}

.register-main .left-content {
	padding: 81px 0 50px;
}

.pro-mode-main .left-content {
	padding: 81px 0 50px;
}

.register-main .logo {
	margin: 0 0 80px;
}

.pro-mode-main .login-box p {
	text-align: center;
}

.pro-mode-main .logo {
	margin: 0 0 47px;
}

.pro-mode-main .login-box {
	padding: 32px 25px 25px;
	max-width: 387px;
	margin-top: 0;
}

.login-box h3 {
	color: var(--color1);
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 46px;
	/* 46.8px */
	text-transform: uppercase;
	margin: 10px 0 0;
}

hr {
	background: linear-gradient(180deg, #FA01E6 0%, #B450D3 33.33%, #8E20D9 66.67%, #7E00DB 100%);
	height: 1px;
	border: none;
	opacity: 1;
	margin: 15px 0;
}

.integration {
	max-width: 324px;
	margin: 0 auto;
}

.login-box h4 {
	color: var(--color1);
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	/* 26px */
	text-transform: uppercase;
	margin: 30px 0 0;
}

.integration ul {
	position: relative;
	padding: 22px 13px 8px;
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;

}

.integration ul li {
	position: relative;
	padding: 4px 0 18px;
	margin: 0;
	list-style-type: none;
	display: flex;
	padding-left: 29px;
	color: #FFF;
	/* font-family: 'GothamMedium'; */
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-transform: capitalize;
	font-style: italic;
	font-weight: 500;
	max-width: 50%;
	flex: 0 0 50%;
}

.integration ul li:after {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M1.86659 8.93334L7.73325 3.33334L12.7999 1.73334L17.0666 4.13334L18.6666 7.6L16.7999 13.4667L12.7999 18L6.13325 17.2L1.33325 13.7333L1.86659 8.93334Z' fill='%232C0B74'/%3E%3Cpath d='M20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20C15.5228 20 20 15.5228 20 10ZM7.77778 16.0156L2.54778 10.7856L4.11889 9.21444L7.77778 12.8733L15.8811 4.77L17.4522 6.34111L7.77778 16.0156Z' fill='%239F7AFC'/%3E%3C/svg%3E") no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}

.terms p {
	color: var(--1, #F3F1FF);
	font-size: 8px;
	font-style: normal;
	font-weight: 400;
	line-height: 11px;
	margin: 0;
}

.pro-mode-main .login-box .btn {
	margin: 38px 0 28px;
}

.tech-block h5 {
	color: #9F7AFC;
	margin: 0 0 13px;
	font-size: 19.263px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
	text-transform: capitalize;
}

.tech-block {
	padding: 0 0 38px;
}

.tech-block p {
	color: var(--color1);
	font-family: 'GothamLight';
/*	font-size: 12.842px; */
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	margin: 0;
	text-transform: capitalize;
}

.pro-mode-main .right-content {
	background: transparent;
	padding: 89px 64px 30px;
}

.tick-img {
	margin: 0 0 30px;
}

.email-sent .login-box {
	max-width: 368px;
	padding: 94px 18px;
	margin-top: 0;
}

.recover-passwrod .login-box {
	max-width: 368px;
	padding: 25px 18px 31px;
}

.recover-passwrod .logo {
	margin: 0 0 135px;
}

.email-sent p {
	max-width: 264px;
	margin: 0 auto;
	line-height: 14px;
}

.order-title {
	color: var(--color5);
	font-size: 8px;
	font-style: normal;
	font-weight: 900;
	line-height: 12px;
	letter-spacing: 2.8px;
	text-transform: uppercase;
	display: inline-block;
	padding: 7px 0;
	position: relative;
	margin: 31px 0 0;
}

.order-title:after,
.order-title::before {
	background: linear-gradient(180deg, #FA01E6 0%, #B450D3 33.33%, #8E20D9 66.67%, #7E00DB 100%);
	height: 1px;
	border: none;
	opacity: 1;
	position: absolute;
	left: 0;
	right: 0;
	content: "";
	top: 0;
	width: 80.5%;
	margin: 0 auto;
}

.order-title:after {
	bottom: 0;
	top: auto;
}

.login-box h4 span {
	color: var(--color4);
	font-size: 6px;
	font-style: normal;
	font-weight: 500;
	line-height: 9px;
	text-transform: uppercase;
	display: block;
}

.login-box .price p {
	color: #FFF;
	text-align: center;
	font-family: 'GothamMedium';
	font-size: 10px;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	/* font-style: italic; */
}

.login-box .price p span {
	color: var(--color5);
	font-family: 'GothamBlack';
	font-size: 10px;
	font-style: normal;
}

.payment-complete .tick-img img {
	width: 68px;
}

.payment-complete .tick-img img {
	width: 68px;
}

.payment-complete .login-box {
	padding: 37px 27px;
	max-width: 387px;
	margin-top: 0;
}

.payment-complete .login-box h3 {
	margin: 0;
}


.payment-complete .price {
	padding: 0 25px;
}

.select-card {
	background: #FFF;
	height: 48px;
	border-radius: 0;
	font-size: 16.302px;
	color: var(--color3);
	font-size: 16.302px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding: 13px 16px;
	border: 1px solid transparent;
	color: #3B3B3B;
	position: relative;
}

.form-check .form-check-input {
	height: 18px;
	width: 18px;
	border: 1px solid #9F7AFC;
	background: transparent;
	margin-top: 0px;
}

.form-group .select-card .card-logo {
	top: 12px;
}

.form-check .form-check-label {
	color: #3B3B3B;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin: 0;
}

.form-check-input:checked[type=radio] {
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")var(--Primary);
}

.payment-confirm .login-box h4 {
	text-align: left;
	text-transform: capitalize;
	font-weight: 500;
	font-style: italic;
}

.payment-summary {
	text-align: left;
}
.payment-fee .tooltip-btn {
	background: transparent;
	display: inline-block;
	border: none;
	padding: 0;
	margin-right: 5px;
	width: auto;
}

.payment-fee {
	color: #6B26F9;
	font-family: 'GothamMedium';
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	margin: 10px 0 21px;
	font-style: italic;
}


.table {
	background: transparent;
	border: none;
}
.table tr td {
	color: #FFF;
	font-size: 14px;
	font-style: italic;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	padding: 0 0 13px;
	background: transparent;
	border: none;
}

table tr td hr {
	margin: 0;
}

table tr td:last-child {
	text-align: right;
}
table tfoot td {
	font-family: "GothamBlack";
	font-style: normal !important;
}

.payment-complete .login-box h4 {
    margin: 20px 0 0;
}


.amount {
	padding: 0 0 20px;
}

.select2-container--default .select2-selection--single {
	height: 48px;
	border: 1px solid #000;
	border-radius: 14px;
	background-color: rgb(255, 255, 255);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000000;
	padding: 0px 18px;
	font-size: 18px;
	text-transform: capitalize;
	padding-right: 50px;
	background: #FFF;
    height: 48px;
    border-radius: 0;
    font-size: 16.302px;
    color: var(--color3);
    font-size: 16.302px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 13px 16px;
    border: 1px solid transparent;
    color: #3B3B3B;
}

.select2-container {
    width: 100% !important;
}

.select2-results__option {
	color: #000000;
	font-size: 15px;
	/* font-weight: 700; */
	text-transform: capitalize;

	padding: 10px 17px;
	display: flex;
	justify-content: space-between;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted,
.select2-container--default .select2-results__option[aria-selected=true] {
	background: #000000;
	color: #ffffff;
}


.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #000000 transparent transparent transparent;
	border-width: 8px 8px 0 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	background-size: 15px 8px;
	width: 15px;
	top: 0;
	bottom: 0;
	height: auto;
	background-position: center center;
	/* padding: 10px; */
	margin-right: 25px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000000 transparent;
	border-width: 0 8px 8px 8px;
}

.pro-mode-main .login-box .vat-title {
    display: flex;
    align-items: end;
    justify-content: center;
	text-transform: unset;
}

.pro-mode-main .login-box .vat-title p {
	text-transform:unset;
	margin: 0 0 8px 5px;
    font-size: 12px;
}

.payment-complete .qr-code .code-img {
	max-width: 140px;
	margin-right: 15px;
}
.payment-complete .qr-code .code-detail span {
	color: #EBE6FE;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
	display: block;
	margin: 0 0 4px;
}

.payment-complete .qr-code h6 {
	color: var(--color5);
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
	display: block;
	margin: 0 0 15px;
}
.payment-complete .qr-code h6 a {
	color: #EBE6FE;
	text-decoration: none;
	display: block;
}
.payment-complete .qr-code h6 a:hover {
	color: var(--color5);
	text-decoration: none;
	display: block;
}

.payment-complete .qr-code .qr-code-table {
	display: flex;
	text-align: left;
	padding: 0 0 10px;
}

.payment-complete .login-box h4 {
    text-transform: unset;
}

.bundle-hide {
    display: none
}

.text-justify p {
    text-align: justify !important;
}

.note {
    color: #FA01E6;
}

.stripe-payment-option .form-check {
	padding-left: 30px;
	margin: 0 0 20px;
}
.stripe-payment-option .form-check .form-check-label {
	color: #ffffff;
	font-size: 14px;
    line-height: 20px;
	text-align: left;
	display: block;
}
.stripe-payment-option .form-check .form-check-input {
	background: #ffffff;
	margin-left: -30px;
	border-radius: 0;
	margin-top: 2px;
}

.stripe-payment-option .form-check .form-check-input:checked[type=radio] {
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")var(--Primary);
}

#bundle-error {
	text-align: left;
	color: #ff3a3a;
    font-size: 14px;
    margin-top: 10px;
	font-weight: 500;
}

.register-main .btn::after ,
.pro-mode-main .btn::after {
    display: none;
}

.register-main .login-box .btn ,
.pro-mode-main .login-box .btn {
    padding: 5px;
    font-size: 30px;
    /* font-family: "GothamBook"; */
}

.left-content .login-p {
    color: #F3F1FF;
    font-size: 14.189px;
    font-weight: 600;
    line-height: 22px;
    margin: 0;
}

.color-pink {
    color: #af88ab !important;
}

.one-timecode .form-control {
    border: 2px solid #bb48d5;
}
.one-timecode label {
    color: #9e7fce;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}

.btn {
    color: #FFF;
    text-align: center;
    font-family: 'GothamBlack';
    font-size: 14.264px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    background-color: var(--Primary);
    border: none;
    display: block;
    width: 100%;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}


.btn-red {
    background: red;
}
