.banner {
	position: relative;
	overflow: hidden;
}

.items-banner {
	width: 100%;
}

.item-banner {
	height: 47vw;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: white;
	position: relative;
	padding: 60px;
}

.banner-content {
	max-width: 600px;
	top: 15%;
	left: 6%;
	position: absolute;
}

.banner-title p {
	font-size: 4.5vw;
	width: max-content;
	font-weight: 700;
	font-family: Roboto, serif;
	color: white;
}

.home .banner-btn a span {

}

.banner-text {
	margin-bottom: 2.2vw;
}

.banner-text p {
	font-size: 1.8vw;
	width: max-content;
	line-height: 1.5vw;
	color: white;
	font-family: 'Roboto', serif;
}

.home .banner-btn a {

}

.socials-banner {
	position: absolute;
	bottom: 60px;
	left: 7%;
	display: flex;
	gap: 15px;
}

.home .slick-dots {
	bottom: 60px;
}

.home .slick-dots {
	position: absolute;
	bottom: 66px;
	left: 0;
	max-width: 1220px;
	margin: auto;
	right: 0;
	display: flex !important;
	gap: 0;
	padding: 0;
	list-style: none;
	justify-content: center;
}

.home .slick-dots li button {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid white;
	text-indent: -9999px;
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 0.3s ease;
}

.home .slick-dots li.slick-active button {
	opacity: 1;
	background-color: white;
	width: 0.9vw;
	height: 0.9vw;
}


.social img {
	width: 1.9vw;
	height: 1.9vw;
}

.custom-prev,
.custom-next {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	cursor: pointer;
	z-index: 100;
	width: 2.1vw;
	border: 1px solid #FFFFFF;
	height: 2.1vw;
	border-radius: 30px;
}

.custom-prev {
	left: 20px;
}

.custom-next {
	right: 20px;
}

.about {
	padding: 2.8vw 1.1vw;
	max-width: 1620px;
	margin: 0 auto;
	text-align: center;
}

.start {
	padding: 0 1.1vw;
	max-width: 1620px;
	margin: -40px auto;
}

.about .title h1 {
	font-size: 2.7vw;
	margin-bottom: 30px;
}

.about .core-nav-what .subtitle p {
	font-size: 1.6vw;
	color: #082655;
	font-family: Roboto, serif;
	font-weight: 500;
	margin-bottom: 1.6vw
}

.about .core-nav-what p {
	font-size: 1.1vw;
	color: #4F4F4F;
	margin: 0.6vw 0;
	line-height: 0.9vw;
	font-family: Roboto, serif;
}

.core-nav-why {
	position: relative;
}

.core-nav-why .item {
	position: relative;
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(2px);
	border-radius: 30px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
	padding: 1.3vw;
	text-align: left;
	min-height: 17vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 2;
	transition: all 0.3s ease;
	flex: 0 1 33%;
	max-width: 39%;
	border-image-source: linear-gradient(180deg, #FFFFFF, #8EA1BE);
	border-image-slice: 1;
}

.core-nav-why .item h3 {
	font-size: 1.4vw;
	font-family: Roboto, serif;
	font-weight: 500;
	color: #082655;
	margin-bottom: 0.5vw;
	text-align: center;
	padding: 0.5vw;
	line-height: 1.7vw;
}

.core-nav-why .item p {
	font-size: 1.1vw;
	font-family: Roboto, serif;
	color: #1a1a1a;
	line-height: 1.7vw;
	max-width: 425px;
	text-align: left;
	font-weight: 400;
}

.core-nav-why .items.first-row {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1.1vw;
	margin-bottom: 1.1vw;
}

.core-nav-why .image-center {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	top: 0%;
	width: 46%;
	height: 100%;
	pointer-events: none;
}

.core-nav-why .image-center img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 12px;
}

.core-nav-why .items.second-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 25px;
}

.core-nav-why .items.second-row .item {
	flex: 0 1 32%;
	max-width: 40%;
}

.start-content {
	display: flex;
	gap: 15px;
	margin-bottom: 20px;
	justify-content: space-evenly;
}
.banner .banner-btn p {
	color: #082655;
}
.start .banner-btn p {
	color: white;
}

.banner-btn p {
	font-size: 0.8vw;
	font-family: Roboto, serif;
	margin: auto;
	display: flex;
	font-weight: 500;
	padding-right: 1.5vw;
	align-items: center;
}

.item-text h3 {
	font-size: 1.4vw;
	font-family: Roboto, serif;
	font-weight: 500;
	color: #082655;
	margin-bottom: 1px;
	padding: 0.5vw;
	line-height: 1.7vw;
	max-width: calc(100% - 50px);
}

.item-text p {
	font-size: 1.0vw;
	font-family: Roboto, serif;
	font-weight: 400;
	color: #1a1a1a;
	padding: 2px;
	line-height: 1.7vw;
	max-width: 29.9vw;
}

.item-start a {
	text-decoration: none;
}

.items-start {
	width: 100%;

}

.item-start {
	padding: 20px;
	background: #ECEDEF;
	border-radius: 30px;
	position: relative;
	max-width: 500px;
	margin: 5px auto;
}

.item-img img {
	position: absolute;
	right: 1vw;
	top: 1.1vw;
}

.item-img {
	position: absolute;
	right: 0.8vw;
	top: 1.1vw;
	width: 2.8vw;
	height: 2.8vw;
	background: #082655;
	border-radius: 50%;
}

.start .banner-btn a {
	margin: auto;
	background: #082655;
	color: white;
	width: 12%;
}

.start .banner-btn a span {
	background: #ffff;
}

.banner-btn {
	margin-bottom: 75px;
}

.item-start {
	transition: background 0.3s ease;
}

.item-start:hover {
	background: #082655;
}

.item-start:hover p, .item-start:hover h3 {
	color: white;
	transition: color 0.3s ease;
}

.banner button img {
	width: 1.3vw;
	height: 1.3vw;
}

@media (max-width: 1440px) {
	.core-nav-why .items.second-row .item {
		flex: 0 1 32%;
		max-width: 40%;
	}
}

@media (min-width: 990px) and (max-width: 1439px) {
	.start-content {
		justify-content: space-evenly;
		flex-wrap: wrap;
	}
}

@media (max-width: 990px) {
	.core-nav-why .image-center {
		width: 50%;
	}
}

@media (max-width: 620px) {
	.core-nav-why .image-center {
		width: 100%;
	}
}

@media (max-width: 990px) {
	.items-start {
		display: flex;
		flex-wrap: wrap;
	}

	.about .title h1 {
		text-align: left;
		padding: 0px 10px;
		font-size: 40px;
		margin-bottom: 5px;
	}

	.about .core-nav-what .subtitle p {
		max-width: 500px;
		line-height: 25px;
		text-align: left;
		font-size: 23px;
		padding: 0 10px;
		margin-bottom: 15px;
	}

	.about .core-nav-what p {
		text-align: left;
		max-width: 500px;
		line-height: 24px;
		width: 100%;
		padding: 0 10px;
		font-size: 19px;
	}

	.core-nav-why .items.second-row .item {
		flex: unset;
		width: 100%;
		gap: 5px;
		max-width: 500px;
	}

	.core-nav-why .items.first-row {
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}

	.core-nav-why .item {
		flex: unset;
		width: 100%;
		gap: 5px;
		padding-top: 65px;
		padding-bottom: 65px;
		max-width: 500px;
		margin: 5px auto;

	}

	.core-nav-why .items.second-row {
		gap: 5px;
	}

	.core-nav-why .item p {
		font-size: 19px;
		line-height: 24px;
	}

	.core-nav-why .item h3 {
		font-size: 23px;
		margin-bottom: 0px;
		line-height: 25px;
		padding: 10px 0px;
	}

	.core-nav-why {
		padding: 0 10px;
	}

	.core-nav-why p {
		padding: 10px;
	}

	.first-row {
		padding-top: 43%;
	}

	.core-nav-why .image-center {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
		top: -30%;
		margin: auto;
		display: flex;
		pointer-events: none;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-direction: column-reverse;
	}

	.core-nav-why {
		margin-top: 60px;
	}

	.start {
		margin: 0px auto;
		padding: 0 10px;
	}

	.start-content {
		flex-wrap: wrap;
	}

	.item-image-start img {
		width: 100%;
		padding: 0 10px;
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.item-text h3 {
		font-size: 23px;
		line-height: 30px;
		padding: 10px;
		max-width: 260px;
	}

	.item-text p {
		font-size: 19px;
		font-family: Roboto, serif;
		line-height: 24px;
		max-width: 290px;
	}

	.item-img {
		top: 33px;
		right: 19px;
		width: 45px;
		height: 45px;
	}

	.item-img img {
		top: 18px;
		right: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.start .banner-btn a {
		width: 45%;
		padding: 15px;
	}

	.item-banner {
		height: 100vh;
		padding: unset;
	}

	.banner-title p {
		font-size: 40px;
	}

	.banner-text p {
		font-size: 16px;
		line-height: 1.5;
		margin: 0;
		max-width: 330px;
	}

	.home .banner-btn {
		margin-top: 25px;
	}

	.socials-banner {
		bottom: 22%;
		top: auto;
	}

	.social img {
		width: 36px;
		height: 36px;
	}

	.custom-prev, .custom-next {
		display: none;
	}

	.home .slick-dots {
		bottom: 19%;
	}

	.home .slick-dots li.slick-active button {
		width: 10px;
		height: 10px;
	}

	.home .slick-dots li button {
		width: 7px;
		height: 7px;
	}
	.banner-btn p {
		font-size: 14px;
		padding-right: 30px;
	}
}

