/* === DESKTOP FIRST === */

/* xl <= Extra extra large (xxl) */
@media (max-width : 1400px) {

}

/* lg <= Extra large (xl) */
@media (max-width : 1200px) {

}

/* md <= Large (lg) */
@media (max-width : 992px) {

}

/* sm <= Medium (md) */
@media (max-width : 768px) {

}

/* xs <= Small (sm) */
@media (max-width : 576px) {
	body {
		overflow-x: hidden;
	}
	.inmob-hidden {
		display: none !important;
	}
	.legend {
		font-weight: 200;
		font-size: 14px;
		line-height: 16.8px;
	}
	h1{
		font-weight: 500;
		font-size: 58px;
	}
	h2 {
		font-weight: 500;
		font-size: 40px;
		line-height: 48px;
	}
	h3 {
		font-weight: 500;
		font-size: 36px;
		line-height: 43.2px;
		font-family: 'Nunito', sans-serif;
	}
	p{
		font-weight: 400;
		font-size: 16px;
		line-height: 22px;
	}
	.scene{
		display: none;
	}
	.header {
		display: none;
	}
	.wrapper{
		width: 375px;
		max-width: 375px;
		padding: 0px 20px;
	}
	.main-button {
		width: 100%;
		font-weight: 600;
		font-size: 14px;
		font-family: 'Inter', sans-serif;
	}
	/* Mob-stars */
	.main-star {
		display: block;
		position: absolute;
		width: 50px;
		height: 50px;
		bottom: 0;
		left: 0;
	}
	.main-star__inner {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		isolation: isolate;
	}
	.main-star__hor {
		display: block;
		position: absolute;
		height: 5px;
		width: 100%;
		background: #000000;
		mix-blend-mode: color-dodge;
		
	}
	.main-star__ver {
		display: block;
		position: relative;
		height: 5px;
		width: 100%;
		background: #000000;
		mix-blend-mode: color-dodge;
		transform: rotate(90deg);
	}
	.main-star__elipse {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		background: radial-gradient(50% 50% at 50% 50%, #FFF1E4 3.65%, rgba(58, 113, 255, 0) 100%);
	}
	
	.small {
	}
	/* First */
	.first {
		padding: 25px 0px;
		margin-top: 60px;
	}
	.first__glow1 {
		display: none;
	}
	.first__glow2 {
		display: none;
	}
	.first__text__glow1{
		display: none;
	}
	.first__text__glow2{
		display: none;
	}
	.first__content__glow1 {
		display: none;
	}
	.first__text > p {
		width: 100%;
	}
	.first__legend {
		margin-bottom: 14px;
	}
	.first__title {
		max-width: 335px;
		font-size: 40px;
		line-height: 42px;
	}
	.first__subtitle {
		max-width: 100% !important;
		margin-bottom: 16px !important;
		font-size: 16px;
		line-height: 24px;
	}
	.first__selling-points {
		gap: 8px;
		max-width: 100%;
	}
	.first__selling-point {
		gap: 10px;
		font-size: 16px;
		line-height: 23px;
	}
	.first__selling-icon {
		width: 24px;
		height: 24px;
		margin-top: 3px;
	}
	.first__selling-icon > svg {
		width: 24px;
		height: 24px;
	}
	.first__selling-label {
		padding-top: 3px;
	}
	.first__buttons {
		flex-wrap: wrap;
		flex-direction: column;
		margin-top: 18px;
	}
	.first__button  {
		width: 100%;
	}
	.button-right {
		width: 100%;
	}
	.priviliges {
		display: none;
	}
	.first__plannet {
		display: block;
		position: relative;
		width: 334px;
		height: 191px;
		object-fit: cover;
		margin-top: 20px;
	}
	.first__glow1-mob {
		display: block;
		position: absolute;
		width: 107px;
		height: 435px;
		left: -30px;
		top: 159px;
		background: linear-gradient(179.82deg, #614CFF 0.06%, rgba(97, 76, 255, 0) 99.75%, #9551A6 99.75%);
		filter: blur(250px);
		transform: rotate(-90deg);
	}
	.first__glow2-mob {
		display: block;
		position: absolute;
		width: 236px;
		height: 339px;
		left: -30px;
		top: 207px;
		background: #614CFF;
		filter: blur(175px);
	}
	.first__glow3-mob {
		display: block;
		position: absolute;
		width: 318px;
		height: 261px;
		left: 0;
		top: 0;
		background: #B254D7;
		filter: blur(150px);
	}

	/* Second */
	.second__glow1 {
		display: none;
	}
	.second__content__glow1 {
		display: none;
	}
	.second__content__glow2 {
		display: none;
	}
	.second__content {
		flex-direction: column-reverse;
		width: 100%;
		padding: 0;
		justify-content: left;
		align-items: normal;
		gap: 0px;
		margin-bottom: 70px;
	}
	.second__button {
		width: 100%;
		font-weight: 600;
		font-size: 14px;
		line-height: 19.6px;
		font-family: 'Inter', sans-serif;
	}
	.second__info {
		margin-bottom: 30px;
		width: 100%;
	}
	.second__info > p {
		font-weight: 400;
		font-size: 16px;
		line-height: 22px;
	}
	.second__hint {
		margin-top: 40px;
	}
	.first__owl-wrapper {
		display: block; 
		width: 335px;
		height: 250px;
	}
	.second__item {
		width: 335px;
		height: 250px;
	}
	.first__carousel-nav {
		display: none;
	}
	.second__glow1-mob1 {
		display: block;
		position: absolute;
		width: 244px;
		height: 349px;
    left: -122px;
    bottom: 228px;
		background: #614CFF;
		filter: blur(175px);
	}
	.second__glow1-mob2 {
		display: block;
		position: absolute;
		width: 305px;
		height: 201px;
		left: 32px;
		top: 88px;
		background: #B254D7;
		filter: blur(150px);
		transform: rotate(-31.39deg);
	}
	.second__glow1-mob3 {
		display: block;
		position: absolute;
		width: 152px;
		height: 230px;
		left: 80px;
		bottom: 0px;
		background: #5C9AFF;
		filter: blur(150px);
		transform: rotate(89.36deg);
	}
	/* Holiday */
	.holiday-list__content {
		padding: 70px 0px;
	}
	.addonst_row-header > .addons-item {
		font-weight: bold;
	}
	.addons-item{
		width: auto;
		font-size: 16px;
		font-weight: normal;
	}
	.addons-item{
		font-size: 16px;
		font-weight: normal;
	}
	/* #614CFF */
	/* #B254D7 */
	.holiday-list__glow1-mob1 {
		display: block;
		position: absolute;
		width: 107px;
		height: 435px;
		left: 0px;
		top: 0px;
		background: linear-gradient(179.82deg, #614CFF 0.06%, rgba(97, 76, 255, 0) 99.75%, #9551A6 99.75%);
		filter: blur(120px);
	}
	.holiday-list__glow1-mob2 {
		display: block;
		position: absolute;
		width: 107px;
		height: 435px;
		right: 0px;
		top: 785px;
		background: linear-gradient(179.82deg, #B254D7 0.06%, rgba(97, 76, 255, 0) 99.75%, #9551A6 99.75%);
		filter: blur(120px);
	}
	.holiday-list__glow1-mob3 {
		display: block;
		position: absolute;
		width: 107px;
		height: 435px;
		left: 0px;
		bottom: 0px;
		background: linear-gradient(179.82deg, #614CFF 0.06%, rgba(97, 76, 255, 0) 99.75%, #9551A6 99.75%);
		filter: blur(120px);
	}
	.holiday-list__glow1-mob4 {
		display: block;
		position: absolute;
		width: 107px;
		height: 90%;
		left: 0px;
		bottom: 5%;
		background: linear-gradient(179.82deg, #614CFF 0.06%, rgba(97, 76, 255, 0) 99.75%, #9551A6 99.75%);
		filter: blur(120px);
	}
	.holiday-list__glow1-mob5 {
		display: block;
		position: absolute;
		width: 107px;
		height: 90%;
		right: 0px;
		top: 5%;
		background: linear-gradient(179.82deg, #614CFF 0.06%, rgba(97, 76, 255, 0) 99.75%, #9551A6 99.75%);
		filter: blur(120px);
	}
	.holiday-list__glow1-mob6 {
		display: block;
		position: absolute;
		width: 107px;
		height: 435px;
		right: 0px;
		bottom: 0px;
		background: linear-gradient(179.82deg, #B254D7 0.06%, rgba(97, 76, 255, 0) 99.75%, #9551A6 99.75%);
		filter: blur(120px);
	}
	/* Third */
	.third__content__glow1{
		display: none;
	}
	.third__content {
		align-items: normal;
		padding: 70px 0px;
		height: auto;
		width: auto;
	}
	.third__content > lite-youtube {
		width: 335px;
		height: 350px;
	}
	.third__glow1-mob1 {
		display: block;
		position: absolute;
		width: 317px;
		height: 209px;
		right: 0;
		top: 150px;
		background: #B254D7;
		filter: blur(150px);
		transform: rotate(107.53deg);
	}
	.third__glow1-mob2 {
		display: block;
		position: absolute;
		width: 263px;
		height: 329px;
		left: 0;
		bottom: -120px;
		background: #2F1AAF;
		filter: blur(175px);
	}
	.third__glow1-mob3 {
		display: block;
		position: absolute;
		width: 272px;
		height: 328px;
		left: 0;
		top: 140px;
		background: #614CFF;
		filter: blur(200px);
		transform: rotate(46.12deg);
	}
	/* Fourth */
	.fourth__content__glowing1{
		display: none;
	}
	.fourth__content__glowing2{
		display: none;
	}
	.scene4 {
		display: none;
	}
	.fourth {
		padding: 70px 0px;
	}
	.fourth__form {
		padding: 30px;
		margin: 0 auto;
	}
	.fourth__form > h3 {
		margin-top: 10px;
	}
	.fourth__form > p {
		margin-top: 15px;
	}
	.fourth__form > input[type=text] {
		margin: 0px;
	}
	.planet4 > img::before {
		display: none;
	}
	.fourth__form_planet-mob {
		display: block;
		position: relative;
		width: 335px;
		height: 169px;
		object-fit: cover;
		margin-top: 52px;
	}
	.fourth__form_planet-mob::before {
		content: '';
		display: block;
		position: absolute;
		background: linear-gradient(179.82deg, #B254D7 0.06%, rgba(97, 76, 255, 0) 99.75%, #9551A6 99.75%);
		filter: blur(120px);
				width: 335px;
		height: 169px;
	}
	.fourth__glow1-mob1 {
		display: block;
		position: absolute;
		width: 216px;
		height: 217px;
		left: 75px;
		top: 71px;
		background: #614CFF;
		filter: blur(175px);
	}
	.fourth__glow1-mob2 {
		display: block;
		position: absolute;
		width: 216px;
		height: 217px;
		left: 75px;
		bottom: 341px;
		background: #614CFF;
		filter: blur(175px);
	}
	.fourth__glow1-mob3 {
	}
	/* Fifth */
	.fifth {
		padding: 70px 0px;
	}
	.fifth__content__glowing1 {
		display: none;
	}
	.fifth__content__glowing2 {
		display: none;
	}
	.review__item {
		padding: 34px 27px 34px 26px;
	}
	.review__item-img-wrap {
		width: 74px;
		height: 72px;
		flex-grow: 1;
	}
	.review__item-img-wrap > img {
		object-fit: cover;
	}
	.review__item > p {
		width: 194px;
	}
	.fifth__glow1-mob1 {
		display: block;
		position: absolute;
		width: 300px;
		height: 260px;
		left: 0px;
		top: -63px;
		background: #B254D7;
		filter: blur(350px);
	}
	.fifth__glow1-mob2 {
		display: block;
		position: absolute;
		width: 338px;
		height: 404px;
		right: 0px;
		top: 390px;
		background: #614CFF;
		filter: blur(200px);
	}
	.scene5 {
		display: none;
	}
	/* Sixth */
	.sixth {
		padding: 0px;
	}
	.sixth__conetnt__glowing1 {
		display: none;
	}
	.sixth__conetnt-right__glowing1 {
		display: none;
	}
	.sixth__conetnt {
		flex-direction: column;
		flex-wrap: wrap;
		gap: 20px;
		padding: 70px 0px 70px 0px;
	}
	.sixth__header-top-text {
		width: 100%;
	}
	.sixth__conetnt-right-inner {
		padding: 30px;
		max-width: 335px;
		margin-bottom: 69px;
	}
	.sixth__planet-left{
		display: block;
		position: absolute;
		right: 0px;
		width: 190px;
		height: 100px;
	}
	.sixth__price-value {
		font-family: 'Inter', sans-serif;
		font-weight: 500;
		font-size: 24px;
		line-height: 28.8px;
	}
	.consult-button{
		width: 100%;
		font-weight: 600;
		font-size: 14px;
		font-family: 'Inter', sans-serif;
	}
	.sixth__info {
		font-weight: 300;
		font-size: 22px;
		line-height: 30.8px;
	}
	.sixth__planet-right {
		width: 192px;
		height: 97px;
		bottom: -42px;
		right: -15px;
	}
	.sixth__glow1-mob1 {
		display: block;
		position: absolute;
		width: 267px;
		height: 270px;
		left: 0px;
		bottom: 0px;
		background: #614CFF;
		filter: blur(200px);
	}
	.sixth__glow1-mob2 {
		display: block;
		position: absolute;
		width: 267px;
		height: 247.96px;
		right: 0px;
		top: 256px;
		background: #614CFF;
		filter: blur(200px);
	}
	.sixth__glow1-mob3 {
		display: block;
		position: absolute;
		width: 215px;
		height: 256px;
		left: 73px;
		top: -90px;
		background: #B254D7;
		filter: blur(250px);
	}
	.sixth__glow1-mob4 {
		display: block;
		position: absolute;
		width: 153px;
		height: 163px;
		left: 12px;
		bottom: 74px;
		background: #B254D7;
		filter: blur(150px);
	}
	/* Seventh */
	.seventh__glowing1 {
		display: none;
	}
	.seventh__glowing2 {
		display: none;
	}
	.seventh__content__glowing1 {
		display: none;
	}
	.seventh__content__glowing2 {
		display: none;
	}
	.seventh{
		padding: 70px 0px 0px 0px;
		height: auto;
	}
	.seventh__owl-wrapper {
		padding: 40px 0px;
		width: 100%;
	}
	.seventh__item{
		width: 300px;
		height: 296px;
		margin: 0px auto;
	}
	.seventh__item > img {
		transform: none;
		width: 300px;
		height: 296px;
	}
	.seventh__carousel-nav {
		display: none;
	}
	.seventh__glow1-mob1 {
		display: block;
		position: absolute;
		width: 213.67px;
		height: 342px;
		right: 0px;
		top: 0px;
		background: #B254D7;
		filter: blur(200px);
	}
	.seventh__glow1-mob2 {
		display: block;
		position: absolute;
		width: 206.59px;
		height: 267.44px;
    left: 86px;
    top: 200px;
		background: #5C9AFF;
		filter: blur(125px);
		transform: rotate(89.36deg);
	}
	/* Eightht */
	.eighth__glowing1 {
		display: none;
	}
	.eighth__glowing2 {
		display: none;
	}
	.eight__content__glowing1 {
		display: none;
	}
	.eight__content__glowing2 {
		display: none;
	}
	.eighth__mapglower {
		display: none;
	}
	.eight__content {
		flex-direction: column-reverse;
		gap: 60px;
		padding: 60px 0px;
	}
	.map {
		width: 100%;
		overflow: hidden;
	}
	.map > iframe {
		width: 315px;
		height: 295px;
	}
	.eighth__glow1-mob1 {
		display: block;
		position: absolute;
		width: 377px;
		height: 319px;
		right: 0;
		top: 0;
		background: #614CFF;
		filter: blur(200px);
	}
	.eighth__glow1-mob2 {
		display: block;
		position: absolute;
		width: 320px;
		height: 311px;
		left: 0;
		top: 213px;
		background: #B254D7;
		filter: blur(175px);
	}
	.eighth__glow1-mob3 {
		display: block;
		position: absolute;
		width: 298px;
		height: 256px;
		left: 0;
		bottom: -65px;
		background: #B254D7;
		filter: blur(175px);
	}

	/* Ninth */
	.ninth__content__glowing1 {
		display: none;
	}
	.ninth__content__glowing2 {
		display: none;
	}
	.ninth__content {
		flex-direction: column-reverse;
		padding: 70px 0px;
		gap:60px
	}
	.ninth__menue {
		margin: 0 auto;
		text-align: center;
	}
	.ninth__menue > li:last-child {
		margin-bottom: 0px;
	}
	.ninth__left {
		gap: 60px;
	}
	.ninth__text {
		margin: 0 auto;
		text-align: center;
	}
	.ninth__glow1-mob1 {
		display: block;
		position: absolute;
		width: 264px;
		height: 256px;
		right: 36px;
		bottom: 176px;
		background: #B254D7;
		filter: blur(175px);
	}
	.ninth__glow1-mob2 {
		display: block;
		position: absolute;
		width: 236.81px;
		height: 270px;
		left: 0;
		top: 193px;
		background: #614CFF;
		filter: blur(175px);
	}
	/* footer */
	footer {
		width: 100%;
		margin: 0 auto;
	}
	.footer__content {
		padding: 21px 28px 56px 28px;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		text-align: center;
		gap: 12px;
		width: 100%;
		margin: 0 auto;
	}
	.footer__glow1-mob1{
		display: block;
		position: absolute;
		width: 355px;
		height: 139px;
		left: 0px;
		top: 0px;
		background: #614CFF;
		filter: blur(250px);
	}
	/* miniform */
	.miniform {
		padding: 25px;
		width: 80%;
		gap: 10px;
		height: auto;
		justify-content: center;
	}
	.miniform > h3 {
		font-size: 30px;
		line-height: 30px;
		z-index: 1;
	}
	.miniform > img {
		top: 5px;
		right: 5px;
		width: 100px;
		height: auto;
		object-fit: cover;
	}
	.miniform > form {
		margin-top: 0px;
		gap: 5px;
	}
	body > div.miniform-holder > div > div.miniform > form > input.main-button {
		font-size: 12px;
		padding: 20px 10px;
		text-align: center;
		font-weight: 400;
	}
	.miniform > form > input {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	/* questionnaire */
	.questionnaire_wrapper {
		padding: 20px 10px;
		height: 100vh;
		
	}
	.questionnaire_wrapper > h3 {
		font-size: 24px;
		line-height: 1;
		min-height: 150px;
		justify-content: center;
		align-items: center;
	}
	.questionnaire_wrapper > p {
		font-size: 14px;
	}
	.questionnaire_conteiner {
		overflow: hidden;
		width: 95%;
	}
	.tab-status {
		padding: 15px 15px;
	}
	.tab-status::before {
		width: 140px;
		height: 50px;
		filter: blur(50px);
	}
	.tab-status::after {
		width: 140px;
		height: 50px;
		filter: blur(50px);
	}
	.tab-status > p {
		font-size: 14px;
	}
	.tab-list {
		width: 100%;
	}
	.tabpanel {
		padding: 15px;
		align-items: center;
		gap: 30px;
		min-height: 260px;
	}
	.tabpanel > p {
		text-align: center;
		font-size: 16px;
	}
	.amount-input {
		width: 100%;
	}
	.pagination {
		padding: 0px 15px 55px 15px;
		justify-content: space-between;
	}
	.btn {
		padding: 10px 26px;
		font-size: 16px;
	}
	.date-wrapper {
		width: 100%;
	}
	.addons > ul{
		justify-content: center;
		align-items: center;
		gap: 10px;
	}
	.addons > ul > li {
		justify-content: center;
		align-items: center;
	}
	.addons > ul > li::before {
		filter: blur(50px);
	}
	.addons > ul > li > img {
		border-radius: 100%;
		width: 75px;
		height: 75px;
	}
	.tabpanel.thankyou > h4 {
		font-size: 14px;
		font-weight: 400;
	}
	.tab-list > .star.extrabig {
		right: 30px;
		bottom: -50px;
	}
	.tab-list > .star.big {
		bottom: 0px;
		right: 0px;
	}
	.tab-list > .star.medium.l {
		top: 110px;
		left: 0px;
	}
	.tab-list > .star.medium.r {
		top: 0px;
		left: 250px;
	}
	#form-cross {
		bottom: 40px;
		width: 30px;
		height: 30px;
	}
	.tab-list > .star.big {
		left: 0;
	}
	#date > div > input.date-input {
		min-height: 31px;
	}
	.date-input:after {
		color: #aaa;
		content: attr(placeholder);
	}
	/* Mob header */
	.mob-header {
		display: block;
		position: fixed;
		width: 100%;
		height: 80px;
		padding: 25px 20px;
		border-bottom: 1px solid #fff;
		top: 0px;
		right: 0px;
		z-index: 100;
	}

	.mob-header__inner {
		display: flex;
		position: relative;
		width: 100%;
		justify-content: space-between;
		flex-direction: row;
	}
.mob-social{
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	list-style: none;
	gap: 20px;
}
	.mob__social__item > svg {
		width: 35px;
		object-fit: cover;
		color: #61D7FF;
	}
	.mob-phone > svg {
		transform: scale(1.2);
	}
	.burger {
		display: block;
		position: relative;
		width: 50px;
		height: 26px;
		cursor: pointer;
		transition: all .3s ease;
	}
	.burger::before {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 4px;
		background-color: #fff;
		left: 0;
		top: 3px;
		border-radius: 50px;
	}
	.burger::after {
		content: '';
		display: block;
		position: absolute;
		width: 60%;
		height: 4px;
		background-color: #fff;
		left: 0;
		bottom: 3px;
		border-radius: 50px;
	}
	.burger:hover::after {
		transition: all .3s ease;
		width: 100%;
	}
	/* Mob menue */
	.mob-menue {
		display: flex;
		position: fixed;
		width: 100%;
		height: 100vh;
		background-color: #121212;
		justify-content: center;
		align-items: center;
		z-index: 1000;
	}
	.menue__burger {
		display: block;
		position: absolute;
		top: 30px;
		left: 20px;
		width: 30px;
		height: 30px;
		color: #fff;
	}
	.mob-menue_inner > ul {
		display: flex;
		position: relative;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 40px;
	}
	.mob-menue_inner > ul > li {
		list-style-type: none;
		display: flex;
		position: relative;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}
	.mob-menue_inner > ul > li > span {
		text-align: center;
		color: #fff;
		font-weight: 100;
		font-size: 18px;
		line-height: 20px;
		text-transform: uppercase;
		font-family: 'Inter', sans-serif;
	}
	.mob-menue_inner > ul > li > a {
		text-align: center;
		color: #fff;
		font-weight: 700;
		font-size: 24px;
		line-height: 32.74px;
		font-family: 'Nunito', sans-serif;
		text-transform: uppercase;
	}
	.mob-menue_inner__glowing1 {
		position: absolute;
		width: 268.44px;
		height: 367.18px;
		left: -124.56px;
		top: 653.85px;
		background: #614CFF;
		filter: blur(200px);
		transform: rotate(-33.48deg);
	}
	.mob-menue_inner__glowing2 {
		position: absolute;
		width: 693.07px;
		height: 201.72px;
		left: -82.99px;
		top: 580.55px;
		background: #B254D7;
		filter: blur(225px);
		transform: matrix(0.7, -0.71, 0.71, 0.7, 0, 0);
	}
	/* Hide glowing mob */
	.mob-glow {
		/* display: none; */
		transform: translate3d(0, 0, 0);
	}
}
