html {
	width: 100%;
	height: 100%;
	position:relative;
	overflow: hidden;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url('./assets/bg.png') no-repeat;
	background-size: cover;
	background-position: center;
}
.container {
    height: -webkit-fill-available;
    display: flex;
    align-items: center;
    padding:1.5rem;
    position: relative;
	text-transform: uppercase;
}

.text_lp {
	font-family: 'Montserrat', sans-serif;
	width: 100%;
}

h1{
	font-family: Montserrat;
	font-size: 36px;
	font-weight: 900;
	line-height: 38.88px;
	letter-spacing: -0.05em;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 200px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	padding: 0 5px;
}

.title {
    color: #fbfbfb;
    font-weight: bold;
    font-size: 1.15rem;
}

p{
	font-family: Montserrat;
font-size: 28px;
font-weight: 800;
line-height: 30.24px;
letter-spacing: -0.05em;
text-align: center;
color: #fff;
position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translateX(-50%);
	border: 3px solid #fff;
	border-radius: 50px;
	padding: 15px 40px;
	white-space: nowrap;
}

p span{
	color:#CE93FF;
}


a.cta {
    color: #000000;
    text-decoration: none;
	font-family: Montserrat, sans-serif;
	background-color: #fcfcfc;
    font-size: 22px;
    padding: 15px 40px;
	margin-top: 20px;
    border: 2px solid #CE93FF;
    border-radius: 41px;
	color: #CE93FF;
	font-weight: 700;
    position: relative;
    float: left;
    transition-duration: 0.2s;
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	text-transform: none;

}
.arrow {
	display: inline-block;
	background-color: black;
	color: white;
	padding: 5px 10px;
	border-radius: 50%;
	font-size: 1.2rem;
}

a.cta:hover{
	background: #CE93FF;
	color: #fff;
	transition: all 0.3s ease-in-out;
}

.title_2{
	background: conic-gradient(from -0.34deg at 50% 50.65%, #7FFFE8 0deg, #BDFFE3 32.21deg, #FFFDED 87.02deg, #5FDC64 149.58deg, #A6C4FF 208.2deg, #CDF6FF 282.96deg, #7FFFE8 360deg);
	border: 1px solid #fff;
	color: black;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	margin-bottom: 20px;
	font-size: 16px;
	border-radius: 5px;
	font-weight: bold;
}

h3{
	position: absolute;
	bottom: 30%;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-family: Montserrat;
font-size: 28px;
font-weight: 800;
line-height: 30.24px;
letter-spacing: -0.05em;
text-align: center;
width: 100%;
padding: 0 5px;

}

@media (max-width: 1025px) {
	body {
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position-x: center;
	    background-position-y: bottom;
	    background-color: #000000ad;
	}
	
	h1{
		font-size: 32px;
		top: 120px;
	}

	h3{
		font-size: 22px;
	}

	p{
		font-size: 23px;
	}
}


@media (max-width: 425px) {
	

	p{
		font-size: 16px;
	}
}
