@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;
	overflow-x: hidden;
}

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;
	text-transform: uppercase;
	background-color: var(--Primary);
	border: none;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px 5px;
	font-weight: 700;
	font-size: 26.74px;
	line-height: 100%;
	color: #ffffff;

}

.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 {
	font-weight: 600;
	font-size: 66.37px;
	line-height: 67px;
	color: #ffffff;
	text-align: center;
}

.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;
}


.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;
	background: transparent !important;
	border: none !important;
	color: #FFF !important;
	padding: 23px;
}

.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: #AFAFAF;
}

.form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #AFAFAF;
}

.form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #AFAFAF;
}

.form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #AFAFAF;
}

.logo {
	display: block;
}

.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);
}


.login-box .form-group {
	margin: 0;
}

.login-box form {
	background: #000;
	/* padding: 2px; */
	padding: 2px;
	border-radius: 25px;
	position: relative;
	z-index: 99;
}

.login-box {
	max-width: 1015px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.login-box form:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	z-index: -1;
	border-radius: 25px;
	background-size: 100% 100%;
	background: linear-gradient(180deg, #D101C1 0%, #7F01DB 100%);
	background-color: rgba(0, 0, 0);
}

.login-box form:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	margin: 2px;
	border-radius: 25px;
	background-color: rgba(0, 0, 0);
}

.form-group {
	margin: 0 0 13px;
	position: relative;
}


.form-group label {
	color: #F3F1FF;
	font-size: 12.226px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
	margin: 0 0 7px;
	display: block;
}


.form-group .link {
	margin-top: 30px;
	display: block;
}


.header .logo {
	margin-right: 100px;
}

.header {
	display: flex;
	align-items: center;
	padding: 30px;
	/* padding-bottom: 0px; */
}

.header h3 {
	font-weight: 600;
	font-size: 25px;
	line-height: 100%;
	text-align: center;
	margin: 0;
	color: #ffffff;

}

.help-main .section-title {
	padding: 0 0 70px;
}

.help-main {
	background: url("../../lumen/images/bg.png") no-repeat;
	background-size: cover;
	display: flex;
	    background-position: center center;
	flex-direction: column;

}

.btn img {
	margin-left: 7px;
}

.help-form .form-group {
	position: relative;
	padding-bottom: 50px;
}

.help-form .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.login-box ul {
	padding: 39px 0 0;
	margin: 0 -10px;
	list-style-type: none;
	display: flex;
	justify-content: center;
}

.login-box ul li {
	padding: 0 10px;
	margin: 0;
	list-style-type: none;
	display: block;
}

.login-box ul li a img {
	margin-right: 12px;
}

.login-box ul li a {
	border: 1.33px solid #D101C1;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #00000099;
	border-radius: 27px;
	padding: 15px 21px;
	font-weight: 400;
	font-size: 26.55px;
	line-height: 100%;
	color: #AFAFAF;
	text-decoration: none;
}

.login-box ul li a:hover {
	background: #000000;
	color: #ffffff;
}

.privacy-text p a {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: 700;
}

.privacy-text p a:hover {
	color: var(--Primary);
}

.privacy-text {
	margin-top: auto;
	padding: 0 0 18px;
}

.privacy-text p {
	font-weight: 400;
	font-size: 25px;
	line-height: 100%;
	text-align: center;
	margin: 0;
	color: #FFFFFF;
}

.help-form .title {
	font-weight: 600;
	font-size: 25.35px;
	line-height: 26px;
	color: #FFFFFF;
	background: #000000;
	border: 0.47px solid #FFFFFF;
	border-radius: 34px;
	padding: 23px;
	margin: 0 0 30px;
	display: inline-block;
}

.help-text {
	max-width: 1175px;
	margin: 0 auto;
	padding: 0 12px 30px;
	height: 500px;
	display: none;
	overflow: auto;
}

.help-text .message {
	font-weight: 400;
	font-size: 25.68px;
	line-height: 45.6px;
	margin: 0 0 30px;
	color: #D7D7D7;
}

.likes-btn {
	margin: 0 -10px;
}

.likes-btn .like-btn {
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
	margin: 0 10px;
	font-size: 24px;
	color: #fff;
}

.business-main .privacy-text {
	padding: 40px 0 20px;
}

.business-main {
	height: auto;
	min-height: auto;
	min-height: 100vh !important;
}

.modal-body {
	/* background: #000000; */
	padding: 37px 45px;
}

.modal-content {
	border: 1.45px solid;
	border-image-source: linear-gradient(180deg, #D101C1 0%, #7F01DB 100%);
	background: transparent;
}

.modal-footer {
	border: none;
	padding: 0;
}

.modal-footer .btn {
	width: 100%;
	display: block;
	border-radius: 6px;
	padding: 16px;
	text-transform: unset;
}

.modal-header .btn-close {
	position: absolute;
	top: 18px;
	right: 18px;
	padding: 0;
	margin: 0;
	opacity: 1;
}

.modal-header {
	padding: 0;
	border: none;
}

.modal-content .form-group {
	margin: 0 0 23px;
}

.modal-content .form-group label {
	font-weight: 400;
	font-size: 20.36px;
	line-height: 20px;
	margin: 0 0 12px;
	color: #FFFFFF;

}

.modal-content .form-control {
	border-radius: 6px;
	padding: 15px 19px;
	background: #FFFFFF;
	font-weight: 400;
	font-size: 23.26px;
	line-height: 24px;
	color: #000000;
	height: 55px;
}

.modal-content textarea.form-control {
	background: #ffffff !important;
	height: auto;
}

.modal-dialog {
	max-width: 715px;
}

.modal-content:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	z-index: -1;
	border-radius: 25px;
	background-size: 100% 100%;
	background: linear-gradient(180deg, #D101C1 0%, #7F01DB 100%);
	background-color: rgba(0, 0, 0);
}

.modal-content:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	margin: 2px;
	border-radius: 25px;
	background-color: rgba(0, 0, 0);
}

.accordion-item {
	position: relative;
	background: transparent !important;
	border: none;
	z-index: 99;
	margin: 0 0 25px;
}

.accordion-item:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	z-index: -1;
	border-radius: 25px;
	background-size: 100% 100%;
	background: linear-gradient(180deg, #D101C1 0%, #7F01DB 100%);
	background-color: rgba(0, 0, 0);
}

.accordion-item:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	margin: 2px;
	border-radius: 25px;
	background-color: rgba(0, 0, 0);
}


.faq-main .accordion {
	max-width: 1075px;
	margin: 0 auto;
	padding: 0 12px;
}

.accordion-button {
	box-shadow: none !important;
	background: transparent !important;
	border-radius: 0;
	border: none;
	padding: 35px 25px;
	font-weight: 700;
	font-size: 21px;
	line-height: 21px;
	color: #FFFFFF !important;

}

.accordion-body {
	position: relative;
	padding: 0 25px 34px;	
}
.accordion-body p {
	margin: 0;
	font-weight: 600;
	font-size: 17px;
	line-height: 26px;
	color: #D7D7D7;
}

.accordion-button::after {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cpath d='M24.9341 12.8963L1.00013 13.0349' stroke='white' stroke-width='1.93446' stroke-linecap='round'/%3E%3Cpath d='M13.1609 24.9313L12.7742 1.00002' stroke='white' stroke-width='1.93446' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat;
	background-size: 17px;
	height: 17px;
	width: 17px;
	position: absolute;
	top: 20px;
	right: 20px;
}

.accordion-button:not(.collapsed)::after {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19' viewBox='0 0 20 19' fill='none'%3E%3Cpath d='M18.4582 1.00002L1 17.3727' stroke='white' stroke-width='1.93446' stroke-linecap='round'/%3E%3Cpath d='M18.4582 17.3727L1 1' stroke='white' stroke-width='1.93446' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat;
	background-size: 17px;
}

/* Style the scrollbar for Webkit-based browsers (Chrome, Safari, Edge) */
.scroll-container::-webkit-scrollbar {
	width: 4px; /* Thin scrollbar */
	background-color: transparent; /* Invisible by default */
}

/* Style the scrollbar thumb (the draggable part) */
.scroll-container::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 0.3); /* Light transparent scrollbar */
	border-radius: 10px;
}

/* Show scrollbar on hover */
.scroll-container:hover::-webkit-scrollbar {
	width: 8px; /* Slightly wider on hover */
}

/* Make the thumb more visible on hover */
.scroll-container:hover::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 0.6); /* More visible */
}

/* Firefox */
.scroll-container {
	scrollbar-width: thin;
	scrollbar-color: rgba(255, 255, 255, 0.3) transparent; /* Thin scrollbar */
}

/* Ensure scrolling still works */
.scroll-container {
	overflow-y: scroll;
}

.loader {
	display: flex;
	align-items: center;
	gap: 5px;
	color:white
 }
 
 .loader div {
	width: 12px;
	height: 12px;
	background-color: white;
	border-radius: 50%;
	animation: bounce 1.4s infinite ease-in-out both;
 }
 
 .loader div:nth-child(1) {
	animation-delay: -0.32s;
 }
 .loader div:nth-child(2) {
	animation-delay: -0.16s;
 }
 .loader div:nth-child(3) {
	animation-delay: 0;
 }
 
 @keyframes bounce {
	0%, 80%, 100% {
	  transform: scale(0);
	}
	40% {
	  transform: scale(1);
	}
 }
 
