

/*-----------------*/

.text-1 {
	font-family: "Roboto-bold";
	font-size: 20px;
	line-height: 24px;
	padding-right: 280px;
}

.text-2 {
	font-family: "NotoSerif";
	font-size: 18px;
    line-height: 30px;
    padding: 0 90px;
    margin-top: 30px;
}

.text-3 {
	font-size: 25px;
	text-align: center;
	font-family: "RobotoCondensed";
	text-transform: uppercase;
}

.title-1 {
	font-family: "DonJulio";
    font-size: 200px;
    text-align: center;
    font-weight: 500;
}

.text-4 {
    font-family: "RobotoCondensed";
    text-align: center;
    font-size: 52px;
    margin-top: 10px;
}

.img-1 {
	margin-top: 35px;
	margin-bottom: 10px;
	text-align: center;
}

.title-2 {
    text-align: center;
    font-family: "Ariata Display";
    font-weight: 500;
    font-size: 30px;
}

.text-5 {
	text-align: center;
    font-size: 15px;
    font-family: "Roboto";
    margin-top: 5px;
}

.text-6 {
	padding: 0 90px;
}

.text-7 {
	font-family: "Roboto-bold";
    font-size: 45px;
    text-align: center;
    margin-top: 35px;
}

.text-8 {
	font-family: "Roboto";
	text-align: center;
	font-size: 12px;
	color: white;
	margin-top: 20px;
    margin-bottom: 50px;
    padding: 0 20px;
}

@media(max-width: 1400px) {
	.text-1 {
		padding-right: 170px;
	}

	.text-2 {
		padding-left: 80px;
		padding-right: 0;
	}

	.text-6 {
		padding: 0 80px;
	}

	.text-7 {
		font-size: 40px;
	}
}

@media(max-width: 1024px) {
	.text-1 {
		padding-right: 40px;
	}

	.text-2 {
		padding-left: 60px;
	}

	.text-6 {
		padding: 0 60px;
	}
}

@media(max-width: 991px) {
	.text-4 {
		font-size: 45px;
	}

	.text-7 {
		font-size: 35px;
	}

	.img-1 img {
		width: 100%;
		height: auto;
	}
}

@media(max-width: 450px) {
	.back-top {
		display: none;
	}

	.text-1,
	.text-2 {
		padding: 0;
	}

	.text-3 {
		font-size: 20px;
	}

	.title-1 {
		font-size: 110px;
	}

	.text-4 {
		padding: 0;
		font-size: 25px;
	}

	.text-7 {
		font-size: 30px;
	}
}