/* home hero */
.hero-home__link-banner {
	display: block;
	cursor: pointer;
}
.hero-svg1,
.hero-svg2 {
	transform: translateY(-101%);
}
.hero-home__inner {
	display: flex;
	flex-direction: column;
}

.hero-home__title svg {
	height: auto;
	width: 100%;
}
.hero-home__nav {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: flex-end;
	margin-top: 15px;
	margin-bottom: 10px;
}

.hero-home__nav a {
	color: #1b1b1b;
	font-family: "PT Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.hero-home__slide {
	aspect-ratio: 76/135;
	border-radius: 5px;
	overflow: hidden;
}
.hero-home__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.hero-home__bar {
	position: relative;
	margin-top: 10px;
}
.hero-home__bar .swiper-scrollbar-drag {
	background: var(--dark);
}
/* home hero */

/* home best chose */
.home-slider__nav {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--dark);
}
.home-slider .swiper-slide-active,
.home-slider .swiper-slide-next {
	border-right: 1px solid var(--dark);
}
.home-slider .swiper-slide {
	height: auto;
}
/* home best choose */

/* home page top categories */
.top-cats__item {
	flex: 0.8;
	transition: all 0.6s ease;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	cursor: pointer;
}
.top-cats__item-img {
	height: 814px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.top-cats__item-overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(
		0deg,
		rgba(255, 255, 255, 0.2) 0%,
		rgba(255, 255, 255, 0.2) 100%
	);
	transition: opacity 0.6s ease;
}
.top-cats__item.active .top-cats__item-overlay {
	opacity: 0;
}
.top-cats__item.active {
	flex: 1;
}
.top-cats__items {
	display: flex;
}
.top-cats__item-img img {
	object-fit: cover;
	object-position: center;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.top-cats__item-title {
	color: var(--dark);
	font-family: Oswald;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}
/* home page top categories */

/* become ambassador */
.become-ambs .container {
	padding-right: 0;
}
.become-ambs__title {
	color: var(--main-dark);
	font-family: Oswald;
	font-size: 120px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	line-height: 1;
}
.become-ambs__subtitle {
	line-height: 1;
	color: var(--main-dark);
	font-family: Oswald;
	font-size: 64px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -1.92px;
	text-transform: uppercase;
}
.become-ambs__b {
	display: flex;
	align-items: flex-end;
	column-gap: 80px;
}
.become-ambs__slider {
	width: 70%;
}
.become-ambs__bl {
	padding-left: 100px;
	width: 30%;
	position: relative;
}
.become-ambs__bl-line {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1px;
	height: 100%;
	background-color: var(--dark);
	transform-origin: top;
}
.become-ambs__bl .main-btn {
	margin-top: 52px;
}
.become-ambs__b-text {
	margin-top: 20px;
	color: var(--main-dark);
	font-size: 20px;
	line-height: normal;
}
.become-ambs__b-title {
	color: var(--main-dark);
	font-family: Oswald;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 38.4px */
	text-transform: uppercase;
}
.ambsSlider .swiper-slide {
	border-radius: 10px;
	overflow: hidden;
}
/* become ambassador */

/* ambassadors */
.home-amb__inner {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
}
.home-ambs__btn-all {
	width: 418px;
}
.home-ambs__l {
	display: flex;
	align-items: center;
	gap: 50px;
}
.home-amb__slider {
	border-block: 1px solid var(--dark);
}

.homeAmbSwiper-content {
	display: flex;
	padding: 50px 105px;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	border-right: 1px solid var(--dark);
}
.swiper-wrapper > :last-child .homeAmbSwiper-content {
	border-right: unset;
}
.home-amb__title {
	color: var(--main-dark);
	font-family: var(--oswald-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.home-amb__img {
	width: 100%;
	aspect-ratio: 403 / 456;
	overflow: hidden;
	border-radius: 10px;
}
.home-amb__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.home-amb__slider {
	margin-top: 30px;
}
/* ambassadors */

/* news */
.home-news__inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.home-news__btn {
	width: 418px;
}
.home-news__top {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
}
.home-news__cards {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.home-news__card {
	display: flex;
	gap: 20px;
	padding-bottom: 40px;
	border-bottom: 1px solid var(--dark);
}
.home-news__img {
	aspect-ratio: 614 / 400;
	width: 100%;
	flex: 0.3;
	flex-shrink: 0;
	border-radius: 10px;
	overflow: hidden;
}
.home-news__card-content {
	flex: 0.7;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.home-news__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-news__card-content .date {
	display: block;
	padding: 12px 30px;
	border-radius: 46px;
	background-color: var(--semi-grey);
	color: var(--dark-grey);
	line-height: 1;
	width: fit-content;
}
.home-news__card-content .title {
	color: var(--dark-grey);
	font-family: var(--oswald-font);
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	margin-top: 10px;
	transition: color 0.4s;
}
.home-news__card-content .desc {
	color: var(--dark-grey);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
}
.home-news__card-content .link {
	color: #d21306;
	font-family: "PT Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.home-news-details {
	display: flex;
	flex-direction: column;
	width: fit-content;
	margin-top: auto;
	align-self: flex-end;
	overflow: hidden;
}
.home-news-details .bottom-line {
	position: relative;
	width: 100%;
	height: 1px;
}
.home-news-details .bottom-line span {
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--main-red);
	transition: all 0.4s;
}
.home-news-details .bottom-line > :last-child {
	position: absolute;
	inset: 0;
	transform: translateX(-130%);
	transition: all 0.4s;
}
.home-news-details:hover .bottom-line > :first-child {
	transform: translateX(130%);
}
.home-news-details:hover .bottom-line > :last-child {
	transform: translateX(0%);
}

.home-news__card:hover .home-news__card-content .title {
	color: var(--main-red);
}
/* news */

/* media */

@media screen and (min-width: 2000px) {
	.top-cats__item-img {
		height: 1005px;
	}
}

@media screen and (max-width: 1650px) {
	.become-ambs__title {
		font-size: 90px;
	}
	.become-ambs__bl {
		padding-left: 50px;
	}
	.become-ambs__b-title {
		font-size: 24px;
	}
	.become-ambs__b-text {
		font-size: 16px;
	}
	.become-ambs__b {
		gap: 40px;
	}
	.top-cats__item-img {
		height: 80vh;
	}
	.top-cats__item-title {
		font-size: 18px;
	}
	.homeAmbSwiper-content {
		padding: 40px 80px;
	}
	.home-ambs__l {
		gap: 30px;
	}
	.home-news__img {
		flex: 0.4;
	}
}

@media screen and (max-width: 1400px) {
	.become-ambs__title {
		font-size: 75px;
	}
	.become-ambs__subtitle {
		font-size: 55px;
	}
	.become-ambs__bl .main-btn {
		margin-top: 35px;
	}
	.home-news__btn,
	.home-ambs__btn-all {
		width: 350px;
	}
	.top-cats__item-img {
		height: 65vh;
	}
}

@media screen and (max-width: 1220px) {
	.top-cats__item-title {
		font-size: 16px;
	}
	.become-ambs__slider {
		height: 62%;
	}
	.become-ambs__title {
		font-size: 55px;
	}
	.become-ambs__subtitle {
		font-size: 45px;
	}
	.home-amb__title {
		font-size: 16px;
	}
	.home-amb__slider {
		margin-top: 15px;
	}
	.home-news__btn,
	.home-ambs__btn-all {
		width: 300px;
	}
	.home-news__card-content .title {
		font-size: 24px;
	}
	.home-news__card-content .desc {
		font-size: 16px;
	}
	.home-news__card-content .link {
		font-size: 16px;
	}
	.top-cats__items {
		margin-top: 10px;
	}
}

@media screen and (max-width: 1044px) {
	.become-ambs__b-title {
		font-size: 16px;
	}
	.become-ambs__b-text {
		font-size: 14px;
	}
	.homeAmbSwiper-content {
		padding: 20px 40px;
	}
	.home-news__card {
		padding-bottom: 25px;
	}
	.top-cats__items {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 10px;
		row-gap: 20px;
	}
	.top-cats__item-overlay {
		display: none;
	}
	.top-cats__items {
		margin-top: 20px;
	}
	.top-cats__item-img {
		aspect-ratio: 163 / 218;
		height: auto;
		width: 100%;
	}
	.top-cats__item-title {
		font-size: 16px;
	}
	.news-card__date-content span {
		font-size: 14px;
		padding: 8px 25px;
	}
	.home-news__btn,
	.home-ambs__btn-all {
		width: 209px;
	}
	.home-news__card-content .title {
		font-size: 20px;
	}
	.home-news__card-content .desc {
		font-size: 14px;
	}
	.home-news__card-content .link {
		font-size: 14px;
	}
	.become-ambs__title {
		font-size: 45px;
	}
	.become-ambs__subtitle {
		font-size: 30px;
	}
}

@media screen and (max-width: 960px) {
	.become-ambs__b {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
		margin-top: 20px;
	}
	.become-ambs__bl {
		width: 50%;
	}
	.become-ambs__slider {
		width: 100%;
		height: auto;
	}
	.home-news__card-content .title {
		font-size: 18px;
	}
	.home-slider .swiper-slide-next {
		border-right: unset;
	}
}

@media screen and (max-width: 840px) {
	.hero-home__nav {
		display: none;
	}
	.hero-home__slider {
		margin-top: 10px;
	}
	.top-cats__item-title {
		font-size: 14px;
	}
}

@media screen and (max-width: 750px) {
	.home-news__card {
		position: relative;
		flex-direction: column;
		padding-bottom: 20px;
		gap: 10px;
	}
	.news-card__date-content {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.home-news__card-content .title {
		font-size: 16px;
		margin-top: 0;
	}
	.news-card__date-content span {
		padding: 7px 14px;
	}
	.home-news__card-content > div:not(.home-news-details) {
		display: none;
	}
	.home-amb__inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	.home-ambs__l {
		width: 100%;
		gap: 20px;
		justify-content: space-between;
	}
	.become-ambs__bl {
		width: 65%;
	}
}

@media screen and (max-width: 550px) {
	.hero-home .container {
		padding-right: 0;
	}
	.hero-home__bar,
	.hero-home__title {
		padding-right: 20px;
	}
	.hero-home__bar {
		width: calc(100vw - 40px) !important;
	}
	.become-ambs__title {
		font-size: 34px;
	}
	.become-ambs__bl {
		width: 100%;
		padding-left: 10px;
	}
	.become-ambs .container {
		padding-right: 20px;
	}
	.become-ambs__b-title {
		font-size: 18px;
	}
	.become-ambs__b-text {
		margin-top: 10px;
	}
	.become-ambs__bl .main-btn {
		margin-top: 40px;
	}
	.homeAmbSwiper-content {
		padding: 20px 40px 5px;
	}
	.home-slider .container {
		padding-right: 0;
	}
	.home-slider .home-slider__nav {
		padding-right: 20px;
	}
	/* .home-slider .swiper-slide-prev {
		border-right: 1px solid var(--dark);
	} */
	.home-slider .swiper-wrapper > :last-child {
		border: none;
	}
}
/* media */
