@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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=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');
a, button, p, select, span, ul {
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	margin: 0;
}

body {
	background: #030014;
	max-width: 1920px;
	margin: auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}

html {
	scroll-behavior: smooth;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

.achivements-section .section-container {
	padding: 100px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	min-height: 860px;
}

.achivements-section .section-container .input-play-container {
	display: flex;
	align-items: center;
	width: 90%;
	height: 40px;
	gap: 25px;
	padding: 10px 25px 10px 10px;
	border-radius: 50px;
	background: linear-gradient(90deg, #654df8 0%, rgba(164,92,246,0.69) 100%);
}

.achivements-section .section-container .input-play-container .input-sound {
	flex: 1;
	height: 1px;
}

.achivements-section .section-container .input-play-container .play-btn {
	display: flex;
	width: fit-content;
	padding: 8px 12px;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	background: #FFF;
	border: 0;
}

.achivements-section .section-container .text-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	flex: 1;
}

.achivements-section .section-container .text-content .description {
	color: #e9e9e9;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.achivements-section .section-container .text-content .title {
	color: #FFF;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	max-width: 704px;
}

.achivements-section .section-container .image-container{
	flex: 1;
	min-width: 280px;
	min-height: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.achivements-section .section-container .image-container img {
	flex: 1;
	box-shadow: 0 0 20px #644df84b;
	width: 100%;
	max-width: 500px;
}

.books-section .call {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 5px;
}

.books-section .course {
	border-radius: 10px;
	border: 2px solid rgba(101,77,248,0.27);
	background: transparent;
	overflow: hidden;
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	min-width: 300px;
	position: relative;
	min-height: 520px;
}

.books-section .course .image-container{
  padding: 25px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.books-section .course img {
	width: 100%;
	max-width: 310px;
}

.books-section .course span {
	position: absolute;
	color: #fff;
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	top: 12px;
	right: 12px;
	z-index: 10;
	color: white;
	background: #654df8;
	width: fit-content;
	padding: 6px 12px;
	border-radius: 29px;
}

.books-section .course.coming-soon .join-btn {
  background: #654df86e;
  color: #ffffff;
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-family: 'Atlassian Sans';
  cursor: no-drop;
}

.books-section .course.coming-soon img{
	filter: blur(5px);
}

.books-section .description {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 351px;
	max-height: 44px;
	overflow: hidden;
	margin-bottom: 12px;
	position: relative;
	margin: 0;
	color: #d5d5d5;
}

.books-section .description::after {
	content: '...';
	position: absolute;
	bottom: 2px;
	right: 20px;
}

.books-section .explore-btn {
	border-radius: 5px;
	border: 1px solid #ffffff36;
	padding: 10px;
}

.books-section .flex-actions {
	display: flex;
	align-items: flex-end;
	gap: 8px;
	padding: 0 25px 25px 25px;
	flex: 1;
	height: fit-content;
	margin-top: auto;
}

.books-section .flex-courses {
	display: flex;
	align-items: center;
	align-self: stretch;
	gap: 15px;
	flex-wrap: wrap;
}

.books-section .flex-infos {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	padding: 0 25px;
	height: fit-content;
}

.books-section .join-btn {
	border-radius: 5px;
	background: #654df8;
	padding: 10px;
	border: 1px solid #654df8;
}

.books-section .name {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.books-section .section-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
	width: 100%;
	padding: 100px 0;
}

.books-section .section-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	align-self: stretch;
}

.books-section .title {
	color: #FFF;
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.books-section .title span {
	background: linear-gradient(90deg, #FFF 0%, rgba(251,166,197,0.70) 46.5%, rgba(101,77,248,0.40) 99.98%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.books-section a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	color: #fff;
	min-width: 100px;
}

.cards-section .card {
	flex: 1;
	height: 392px;
	flex-shrink: 0;
	border-radius: 10px;
	background: rgba(101,77,248,0.17);
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	min-width: 300px;
	gap: 25px;
}

.cards-section .cover {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-position: center center;
	background-size: cover;
}

.cards-section .description {
	color: #dbdbdb;
	text-align: center;
	font-family: Montserrat;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 768px;
}

.cards-section .flex-cards {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}

.cards-section .section-container {
	padding: 100px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 35px;
}

.cards-section .title {
	color: #FFF;
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	max-width: 357px;
}

.carousel-buttons {
	display: flex;
	align-items: center;
	gap: 14.611px;
}

.carousel-buttons button {
	background: #654df8;
	width: 42.295px;
	height: 42.295px;
	flex-shrink: 0;
	border-radius: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.carousel-buttons button:nth-child(3) {
	transform: rotate(180deg);
}

.discord-section .btn-discord {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border-radius: 5px;
	background: #654df8;
	display: flex;
	width: 199px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	box-shadow: 0px 4px 20px 0px #654df8;
	transition: .3S;
  cursor: pointer;
}

.discord-section .btn-discord:hover{
  transform: translateY(-5px);
  transition: .3S;
}

.discord-section .section-container {
	display: flex;
	padding: 100px 0;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 2;
	flex-wrap: wrap;
	gap: 40px;
}

.discord-section .text-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 27px;
	flex: 1;
	min-width: 300px;
}

.discord-section .title {
	color: #FFF;
	font-size: 38px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.discord-section img {
	flex: 1;
	border-radius: 20px;
	border-bottom: 5px solid #654df8;
	width: 100%;
}

.feebacks-section .section-container {
	display: flex;
	padding: 100px 0;
	flex-direction: column;
	align-items: flex-start;
	gap: 25px;
	overflow: hidden;
}

.feebacks-section .section-container .flex-feedbacks {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	transition: .3s;
}

.feebacks-section .section-container .flex-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.feebacks-section .section-container .flex-header .flex-actions{
	display: flex;
	align-items: center;
	gap: 12px;
}

.feebacks-section .section-container .flex-header .flex-actions button{
	background: #654df8;
	border-radius: 50px;
	width: 40px;
	height: 40px;
}

.feebacks-section .section-container .flex-feedbacks .feedback {
	border-radius: 10px;
	border: 1px solid #a45cf6;
	background: #FFF;
	padding: 10px 20px;
	min-width: 250px;
	flex: 1;
}

/* .feebacks-section .section-container .flex-feedbacks .feedback:hover p{
	height: 210px;
	overflow: unset;
	transition: .3s;
} */

.feebacks-section .section-container .flex-feedbacks .feedback .flex-profile {
	display: flex;
	align-items: center;
	gap: 10px;
}

.feebacks-section .section-container .flex-feedbacks .feedback .flex-profile .name {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.feebacks-section .section-container .flex-feedbacks .feedback .flex-profile img {
	width: 52px;
	height: 52px;
	flex-shrink: 0;
	border-radius: 52px;
	border: 1px solid #654df8;
	object-fit: cover;
}

.feebacks-section .section-container .flex-feedbacks .feedback p {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 20px 0;
	height: 100px;
	overflow-y: hidden;
	position: relative;
	transition: .3s;
}

.feebacks-section .section-container .flex-feedbacks .feedback p::after{
	content:'...';
	position: absolute;
	bottom: 0;
	right: 0;
}

.feebacks-section .section-container .title {
	color: #FFF;
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: left;
}

.flex-indicators {
	display: flex;
	align-items: center;
	gap: 7px;
}

.flex-indicators .active {
	width: 10px;
	height: 7px;
	background: #1890ff;
	border-radius: 7px;
}

.flex-indicators div {
	width: 7px;
	height: 7px;
	background: #654df8;
	border-radius: 7px;
}

.hero-section .section-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 100px 0;
	position: relative;
}

.hero-section .section-container .flex-actions {
	display: inline-flex;
	align-items: center;
	gap: 31px;
	margin-top: 30px;
	position: relative;
	z-index: 2;
}

.hero-section .section-container .flex-actions .explore-action {
	border: 1px solid #654df8;
}

.hero-section .section-container .flex-actions .join-action {
	background: #654df8;
	gap: 12px;
}

.hero-section .section-container .flex-actions a {
	display: flex;
	color: #FFF;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 10px 26px;
	width: fit-content;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	box-shadow: 0px 4px 20px 0px #654df8;
	transition: .3S;
}

.hero-section .section-container .flex-infos {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 19px;
	margin-top: 97px;
}

.hero-section .section-container .flex-infos .info {
	border-radius: 10px;
	border: 1px solid rgba(101,77,248,0.40);
	background: rgba(101,77,248,0.15);
	backdrop-filter: blur(15px);
	padding: 32px;
	color: white;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 9px;
	flex: 1;
	min-width: 350px;
	min-height: 160px;
	transition: .3s;
}

.hero-section .section-container .flex-infos .info:hover {
	transform: translateY(-5px);
	transition: .3s;
}

.hero-section .section-container .gradient-circle {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	border-radius: 848px;
	background: rgba(101,77,248,0.26);
	filter: blur(206.5px);
	width: 848px;
	height: 848px;
	z-index: 0;
}

.hero-section .section-container .join-action:hover {
	transform: translateY(-5px);
	box-shadow: 0px 8px 20px 0px #654df8;
	filter: brightness(110%);
}

.hero-section .section-container .subtitle {
	font-family: Montserrat, Poppins, sans-serif;
	color: #dbdbdb;
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 960px;
	position: relative;
	z-index: 2;
}

.hero-section .section-container .title {
	color: #FFF;
	text-align: center;
	font-size: 72px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	position: relative;
	z-index: 2;
}

.hero-section .section-container .title span {
	background: linear-gradient(90deg, #FFF 0%, rgba(251,166,197,0.70) 46.5%, rgba(101,77,248,0.40) 99.98%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.identity-section .section-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 47px;
	padding: 100px 0;
}

.identity-section .section-container .iframe-wrapper {
	width: 100%;
	position: relative;
}

.identity-section .section-container .iframe-wrapper .gradient-rectangle {
	background: rgba(101,77,248,0.26);
	filter: blur(200px);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 14px;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.identity-section .section-container .iframe-wrapper .play-button {
	fill: #d9d9d9;
	stroke-width: 1px;
	stroke: #654df8;
	border-radius: 110px;
	width: 110px;
	height: 110px;
	flex-shrink: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	border: 0;
	z-index: 2;
	transition: .3s;
}

.identity-section .section-container .iframe-wrapper .play-button:hover{
	box-shadow: 0 0 20px rgb(100, 77, 248)7;
	transition: .3s;
	scale: 1.01;
	cursor: pointer;
	background: #1890ff;
}

.identity-section .section-container .iframe-wrapper iframe {
	display: none;
	height: 766px;
}

.identity-section .section-container .iframe-wrapper img {
	position: relative;
	z-index: 1;
	width: 100%;
}

.identity-section .section-container .title {
	color: #FFF;
	text-align: center;
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position: relative;
	z-index: 2;
}

.join-action {
	background: #654df8;
	width: fit-content;
	display: flex;
	color: #FFF;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 10px 20px;
	width: 220px;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	box-shadow: 0px 4px 20px 0px #654df8;
	transition: .3S;
	width: fit-content;
	gap: 12px;
}

.join-action:hover {
	transform: translateY(-5px);
	box-shadow: 0px 8px 20px 0px #654df8;
	filter: brightness(110%);
}

.join-button-section .section-container {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0 50px 0;
}

.join-section {
	background: linear-gradient(90deg, rgba(101,77,248,0.55) 0%, rgba(101,77,248,0.00) 100%);
}

.join-section .section-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	padding: 40px 0;
	margin: 60px 0;
}

.join-section .section-container .join-action {
	display: flex;
	width: fit-content;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 5px;
	background: #FFF;
	color: #654df8;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.join-section .section-container img {
	width: 236.845px;
	height: 101px;
	aspect-ratio: 236.85/101.00;
}

.join-section .section-container p {
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.landing-container {
	padding: 0 251px;
}

.questions-section .section-container {
	padding: 100px 0;
}

.questions-section .section-container .flex-questions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 11px;
	margin-top: 40px;
}

.questions-section .section-container .flex-questions .question-answear {
	padding: 10px 20px;
	align-self: stretch;
	border-radius: 5px;
	background: #f6f7f9;
	height: fit-content;
	overflow: hidden;
	cursor: pointer;
	transition: .3s;
}

.questions-section .section-container .flex-questions .question-answear .flex-trigger {
	display: flex;
	justify-content: space-between;
}

.questions-section .section-container .flex-questions .question-answear .flex-trigger .question {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.questions-section .section-container .title {
	color: #FFF;
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.rotate-arrow {
	transform: rotate(-180deg);
}

.show-anwsear .answear{
	display: block !important;
}

.show-anwsear svg{
	transform: rotate(180deg);
}

.answear{
	display: none;
}

.membership-section .section-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 100px 0;
}

.membership-section .flex-plans {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 25px;
}

.membership-section .plan {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    flex: 1;
    padding: 25px 30px;
    position: relative;
    overflow: hidden;
    min-width: 280px;
    min-height: 660px;
    border: 1px solid #ffffff4a;
    border-top: 1px solid #ffffff94;
	transition: .3s;
}

.membership-section .section-container .title:first-child{
	color: #FFF;
	text-align: center;
	font-family: Montserrat;
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	max-width: 543px;
	margin-bottom: 60px;
	text-align: center;
	width: 100%;
}

.membership-section .plan .title {
    color: #FFF;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
}

.membership-section .plan .price {color: #FFF;font-family: Poppins;font-size: 22px;font-style: normal;font-weight: 300;line-height: normal;margin-top: 30px;text-transform: capitalize;}

.membership-section .plan .price span {color: #FFF;font-family: Poppins;font-size: 40px;font-style: normal;font-weight: 500;line-height: normal;text-transform: capitalize;}

.membership-section .plan .description {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 25px;
}

.membership-section .plan a {
    display: flex;
    width: -webkit-fill-available;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 25px;
    transition: .3s;
}

.membership-section .plan a:hover{
	background: #644df87e;
	transition: .3s
}

.membership-section .flex-features {display: flex;width: -webkit-fill-available;justify-content: space-between;align-items: center;color: #999;font-family: Poppins;font-size: 18px;font-style: normal;font-weight: 300;line-height: normal;text-transform: capitalize;gap: 10px;margin-top: 25px;}

.membership-section .flex-features div {
    background: #999;
    flex: 1;
    height: 1px;
}

.membership-section .flex-benefits {
    display: flex;
    width: -webkit-fill-available;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    margin: 25px 0;
}

.membership-section .flex-benefits .benif {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 4px;
    align-self: stretch;
	position: relative;
}

.plan .circle-blur {
	background: white;
	width: 420px;
	height: 420px;
	position: absolute;
	top: -408px;
	right: -352px;
	border-radius: 420px;
	filter: blur(200px);
	transition: .3s;
}

.plan:hover .circle-blur{
	filter: blur(150px);
	transition: .3s;
}

.plan:hover{
	transform: translateY(-4px);
	transition: .3s;
}

.active-plan{
	background: #654DF8 !important;
}

.plan_def{
	background: #654df826;
	width: fit-content;
	padding: 6px 22px;
	color: #ffffff;
	font-family: 'Poppins';
	border-radius: 50px;
	position: absolute;
	right: 25px;
	text-transform: capitalize;
}

iframe{
	z-index: 10;
	position: relative;
}

@media screen and (max-width: 1560px) {
	.landing-container {
		padding: 0 100px;
	}
}

@media screen and (max-width: 1366px) {
	.landing-container {
		padding: 0 50px;
	}
}

@media screen and (max-width: 768px) {
	.landing-container {
		padding: 0 25px;
	}
}

@media screen and (max-width: 550px) {
	.landing-container {
		padding: 0 20px;
	}
}

@media screen and (max-width: 1024px) {
	.hero-section .section-container .flex-actions a {
		font-size: 22px;
	}

	.hero-section .section-container .gradient-circle {
		width: 100%;
	}

	.hero-section .section-container .subtitle {
		font-size: 22px;
	}

	.hero-section .section-container .title {
		font-size: 52px;
	}

	.join-action {
		font-size: 22px;
	}

	.identity-section .section-container .iframe-wrapper iframe{
		height: 450px;
	}

	.achivements-section .section-container .text-content .title{
		font-size: 34px !important;
	}

	.achivements-section .section-container .text-content .description{
		font-size: 18px;
	}

	.feebacks-section .section-container .title, .questions-section .section-container .title, .books-section .title, .discord-section .title{
		font-size: 28px;
	}

	.cards-section .card{
		height: 324px;
	}

	.cards-section .title{
		font-size: 24px;
	}

	.identity-section .section-container, .hero-section .section-container, .achivements-section .section-container, .discord-section .section-container{
		padding: 50px 0;
	}
}

@media screen and (max-width: 580px) {
	.achivements-section .section-container {
		padding: 50px 0;
		min-height: unset;
	}

	.achivements-section .section-container .text-content .description {
		font-size: 18px;
	}

	.achivements-section .section-container .text-content .title {
		font-size: 32px;
	}

	.books-section .section-container {
		padding: 50px 0;
	}

	.books-section .section-container .title {
		font-size: 28px;
	}

	.cards-section .description {
		font-size: 18px;
	}

	.cards-section .section-container {
		padding: 50px 0;
	}

	.cards-section .title {
		font-size: 26px;
		max-width: 257px;
	}

	.discord-section .section-container {
		padding: 50px 0;
	}

	.discord-section .section-container .text-content {
		min-width: 250px;
	}

	.discord-section .section-container .title {
		font-size: 28px;
	}

	.feebacks-section .section-container {
		padding: 50px 0;
	}

	.feebacks-section .section-container .title {
		font-size: 28px;
	}

	.hero-section .section-container {
		padding: 50px 0;
	}

	.hero-section .section-container .flex-actions a {
		font-size: 18px;
	}

	.hero-section .section-container .flex-infos .info {
		min-width: 190px;
	}

	.hero-section .section-container .flex-infos .info .description {
		font-size: 14px;
	}

	.hero-section .section-container .flex-infos .info .title-info {
		font-size: 18px;
	}

	.hero-section .section-container .flex-infos .info svg {
		width: 44px;
		height: 44px;
	}

	.hero-section .section-container .gradient-circle {
		display: none;
	}

	.hero-section .section-container .subtitle {
		font-size: 18px;
	}

	.hero-section .section-container .title {
		font-size: 38px;
	}

	.identity-section .section-container {
		padding: 50px 0;
	}

	.identity-section .section-container .iframe-wrapper .play-button {
		width: 60px;
		height: 60px;
	}

	.identity-section .section-container .iframe-wrapper svg {
		width: 34px;
		height: 34px;
	}

	.identity-section .section-container .title {
		font-size: 28px;
	}

	.join-action {
		font-size: 18px;
	}

	.join-section .section-container {
		margin: 10px 0;
	}

	.join-section .section-container .join-action {
		font-size: 18px;
	}

	.questions-section .section-container {
		padding: 50px 0;
	}

	.questions-section .section-container .title {
		font-size: 28px;
	}

	.show-anwsear {
		height: fit-content !important;
	}

	.identity-section .section-container .iframe-wrapper iframe{
		height: 300px;
	}

	.questions-section .section-container .flex-questions .question-answear .flex-trigger .question{
		font-size: 16px !important;
	}

	.books-section .name{
		font-size: 20px !important;
	}

	.books-section .course span{
		font-size: 16px;
	}

	.books-section .course.coming-soon .join-btn{
		font-size: 16px;
		height: 24px;
	}
}

@media screen and (max-width: 450px) {
	.hero-section .section-container .flex-actions {
		gap: 8px;
	}

	.hero-section .section-container .flex-actions a {
		font-size: 16px;
		width: -webkit-fill-available;
	}

	.hero-section .section-container .subtitle {
		font-size: 16px;
	}

	.hero-section .section-container .title {
		font-size: 30px;
	}

	.join-action {
		font-size: 16px;
		width: -webkit-fill-available;
	}
}

@media screen and (max-width: 340px) {
	.hero-section .section-container .flex-actions {
		gap: 8px;
	}

	.hero-section .section-container .flex-actions a {
		font-size: 14px;
	}

	.hero-section .section-container .subtitle {
		font-size: 14px;
	}

	.hero-section .section-container .title {
		font-size: 28px;
	}

	.join-action {
		font-size: 14px;
	}
}

@media screen and (max-width: 786px) {
	.flex-courses .course img {
		max-width: unset;
	}
}

@media screen and (max-width: 380px) {
	.books-section .course {
		min-width: 250px;
	}

	.flex-courses .course .flex-actions {
		padding: 12px;
	}

	.flex-courses .course .flex-actions a {
		font-size: 16px;
		min-width: 80px;
		flex: 1;
	}

	.flex-courses .course .flex-infos {
		padding: 12px;
	}

}


#hero-video-overlay {
	cursor: pointer;
	z-index: 1000000;
  }

  .hero-video-wrapper {
	height: 720px;
	position: relative;
	width: 1280px;
	z-index: 10000;
  }
  
  .hero_video-wrap {
	height: 720px;
	overflow: hidden;
	position: relative;
	width: 1280px;
	border-radius: 22px;
	box-shadow: 0px 0px 200px 0px rgba(164, 92, 246, 0.2),
	0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 8px 4px 0px rgba(0, 0, 0, 0.05);
	z-index: 100000;
  }
  
  .icon_video-play {
	height: 60px;
	width: 60px;
  }

  .video-embed-hero {
	height: 100%;
	position: relative;
	width: 100%;
  }

  @media screen and (max-width: 1400px) {
	.hero_video-wrap, .hero-video-wrapper{
	  width: 850px;
	  height: 500px;
	}
  }

  @media screen and (max-width: 950px) {
	.hero_video-wrap, .hero-video-wrapper{
	  width: 650px;
	  height: 400px;
	}

  }

  @media screen and (max-width: 786px){
	.hero_video-wrap, .hero-video-wrapper{
	  width: 450px;
	  height: 300px;
	}
  
  }




  @media screen and (max-width: 480px){

	.hero_video-wrap, .hero-video-wrapper{
	  width: 350px;
	  height: 250px;
	}
  }
  
  
  @media screen and (max-width: 360px) {
	.hero_video-wrap, .hero-video-wrapper{
	  width: 300px;
	  height: 200px;
	}

  }

  .black-overlay {
	align-items: center;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
  }
  
  .blured {
	background: linear-gradient(0deg, #000023, #040429, #040429, transparent);
	text-align: center;
	padding: 100px 0;
	width: 100%;
	gap: 20px;
	transform: translateY(-200px);
  }

  .free_course{
	background: #069f90 !important;
	color: white !important;
	}

  .pro_course{
	background: linear-gradient(90deg, rgba(71,25,237,1) 0%, rgba(133,51,156,1) 100%) !important;
	color: white !important;
  }

  .carousel-feedbacks{
	width: 100%;
  }
