body {
	font-family: "Gilroy";
	color: #282828;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
}
.container {
	max-width: 1570px;
	margin: 0 auto;
}
.app {
	min-height: 100vh;
	overflow: hidden;
}
a {
	color: #292929;
	transition: 0.24s;
}
a:hover {
	color: #ddba80;
	text-decoration: underline;
}

._anim_items {
	transform: translateY(50%);
	opacity: 0;
	transition: all 0.7s linear;
}
._anim_items._active {
	transform: translate(0);
	opacity: 1;
	transition: all 0.7s linear;
}
.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transition: 0.24s;
	z-index: 500;
	height: 83px;
	display: flex;
	align-items: center;
	background: #6f2a69;
}
.header-box {
	height: 100vh;
	min-height: 600px;
	padding-top: 83px;
	background: url("../img/21519525901.jpg") no-repeat;
	background-position: bottom 97px center;
	background-size: cover;
	position: relative;
}
.header-box_text_p {
	position: absolute;
	right: 0;
	bottom: 16px;
	width: 520px;
}
.header-box .container {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}
.header-box_text {
	max-width: 676px;
	color: #fff;
	margin-bottom: 97px;
}
.header-box_text h1 > * {
	flex: 0 0 auto;
	align-self: flex-start;
}
.header-box_text h1 {
	font-weight: 700;
	font-size: 150px;
	line-height: 100%;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}
.header-box_text h1 div:first-child {
	padding-left: 24px;
}
.header-box_text h1 div:last-child {
	background: #6c6c6c7a;
	border-radius: 24px;
	padding: 20px 25px;
}
.header-box_text p {
	font-weight: 400;
	font-size: 22px;
	line-height: 100%;
	padding-top: 42px;
	margin-bottom: 65px;
}
.header_logo {
	display: flex;
	align-items: center;
	font-weight: 300;
	font-size: 14px;
	line-height: 120%;
}
.header_container {
	max-width: 1570px;
	padding: 16px 0px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_soc {
	display: flex;
}
.header_soc a {
	width: 62px;
	height: 62px;
	border-radius: 26px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-box {
	display: flex;
}
.btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 62px;
	padding: 0 32px;
	border-radius: 31px;
	border: 1px solid #fff;
	background: #fff;
	color: #040404;
	font-weight: 700;
	font-size: 20px;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	transition: 0.3s ease;
}
.btn img {
	margin-left: 10px;
}
.btn:hover {
	border: 1px solid #fff;
	color: #fff;
	background: #6f2a69;
	text-decoration: none;
}
h1 {
	font-weight: 700;
	line-height: 100%;
}
.section1 {
	padding-bottom: 105px;
}
.section1_box {
	display: flex;
	flex-wrap: wrap;
	gap: 38px;
	margin-top: 68px;
}
.section1_box_item {
	max-width: calc((100% - 76px) / 3);
	width: 100%;
	position: relative;
	border-radius: 40px;
	display: flex;
	/* padding-bottom: 100px; */
	background: linear-gradient(
		90deg,
		#f8c67d 4.86%,
		#fad0a5 40.31%,
		#e48776 60.4%,
		#822b5e 99.81%
	);

	flex-direction: column;
	/* padding-bottom: 138px; */
	overflow: hidden;
	background-size: 100% 100%;
	box-shadow: 0px 0px 10px 0px #0000004d;
}
.section1_box_item::before,
.section1_box_item::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 200px;
	width: 100%;
	border-radius: 0 0 50px 50px;
}
.section1_box_item::before {
	background: rgba(217, 217, 217, 0.01);
	/* backdrop-filter: blur(5px); */
	height: 150px;
}
.section1_box_item::after {
	background: #1c1c1c;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	filter: blur(100px);
	width: 200%;
	left: 50%;
	transform: translateX(-50%);
}
.section1_box_item_t {
	overflow: hidden;
	border-radius: 40px;
}
.section1_box_item_b {
}
.section1_box_item_img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section1_box_item_info {
	display: flex;
	position: absolute;
	z-index: 2;
	bottom: 96px;
	left: 16px;
	width: 100%;
}
.section1_box_item_info > div {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
	font-size: 30px;
	background: #d9d9d954;
	border-radius: 26px;
	height: 44px;
	padding: 0 20px;
}
.section1_box_item_info img {
	margin-left: 16px;
}
.section1_box_item_button {
	position: absolute;
	z-index: 2;
	bottom: 16px;
	left: 16px;
	right: 16px;
	cursor: pointer;
}
.header_logo img {
	height: 50px;
	object-fit: contain;
}

@media (max-height: 920px) {
	.header-box_text p {
		padding-top: 26px;
		margin-bottom: 27px;
	}
}
@media (min-width: 1100px) and (max-height: 850px) {
	.header-box_text_p {
		width: 27%;
	}
	.header-box_text h1 {
		font-size: 55px;
	}
	.header-box_text h1 div:last-child {
		padding: 10px 15px;
	}
	.header-box_text p {
		padding-top: 18px;
		margin-bottom: 29px;
	}
}

@media (max-width: 1600px) {
	.container {
		padding: 0 20px;
	}
	.header-box_text_p {
		right: 20px;
	}
	.header_container {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 1300px) {
	.header-box_text_p {
		width: 34%;
	}
}
@media (max-width: 1200px) {
}
@media (max-width: 1100px) {
	.header-box {
		height: 655px;
		background-position: bottom 50px center;
	}
	.header-box_text h1 {
		font-size: 75px;
	}
	.header-box_text p {
		font-size: 18px;
	}
	.header-box_text {
		max-width: 377px;
	}
	.header-box_text h1 div:last-child {
		padding: 10px 15px;
	}
	.header-box_text_p {
		width: 357px;
	}
	.section1_box_item_button.btn {
		height: 40px;
		font-size: 14px;
	}
	.section1_box_item_info > div {
		height: 40px;
		font-size: 26px;
	}
	.section1_box_item_info img {
		margin-left: 14px;
		width: 26px;
	}
	.section1_box_item_info {
		bottom: 66px;
	}
	.section1_box_item {
		padding-bottom: 106px;
	}
}
@media (max-width: 992px) {
	.section1_box_item {
		max-width: calc((100% - 30px) / 2);
	}
	.section1_box {
		gap: 30px;
	}
}
@media (max-width: 900px) {
}

@media (max-width: 800px) {
}

@media (max-width: 750px) {
	.header-box .container {
		align-items: flex-start;
	}
	.header-box_text {
		margin-top: 64px;
	}

	.header-box_text_p {
		width: 264px;
		right: -51px;
	}
}

@media (max-width: 600px) {
	.header-box {
		height: 1000px;
	}
	/* .header-box_text .btn-box {
		display: none;
	} */
	.header-box_text h1 {
		font-size: 69px;
	}
	.header {
		height: 63px;
	}
	.header_soc a {
		width: 42px;
		height: 42px;
	}
	.header_soc a img {
		width: 32px;
	}
	.header_logo img {
		width: 190px;
	}
	.header-box .container {
		justify-content: center;
	}
	.section1_box_item {
		max-width: 100%;
		height: 550px;
	}
}
@media (max-width: 570px) {
}
@media (max-width: 450px) {
}

@media (max-width: 420px) {
}
@media (max-width: 350px) {
	.header-box_text h1 {
		font-size: 55px;
	}
	.header_logo img {
		width: 147px;
	}
}

@media (orientation: portrait) and (max-width: 900px) {
}

.section1_more {
	margin: 24px auto 0;
	border: 1px solid #6f2a69;
}
.section1_more:hover {
	border: 1px solid #6f2a69;
}
