:root {

	/* ===== COLOURS ===== */
	--main-title-color: #F17A9E;
	--btn-color-active: #ed4b7d;
	--first-color-btn: #ce1e61;
	--second-color-btn: #FFFFFF;
	--text-color: #2D2828;
	--text-color-alt: #FFFFFF;
	--body-color: #EAE9E9;
	--border-color: #F2F2F2;
	--banner-text-color: #5d2f42;


	/* ===== FONTS ===== */
	--font-Madefor: 'Wix Madefor Text', sans-serif;
	--font-Oswald: "Oswald", sans-serif;
	--font-Open: "Open Sans", sans-serif;


	/* ===== SIZE ===== */
	--container-max-width: 1320px;
	--gap: 0px;
	--qty-items: 1;
}


/* ===== BASE SETTINGS  ===== */
*,
::after,
::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: var(--font-Madefor);
	text-decoration: none;
	list-style-type: none;
	font-style: normal;
	line-height: normal;
	-webkit-tap-highlight-color: transparent;
}

html {
	scroll-behavior: smooth;
	font-size: 10px;
	color: var(--text-color);
}


/* ===== BODY ===== */

body {
	position: relative;
	min-height: 100vh;
	background-color: var(--body-color);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 1.6rem;

}

main {
	flex: 1;
}

section,
footer {
	min-width: 330px;
}


.container {
	max-width: var(--container-max-width);
	margin: 0 auto;
	width: 100%;
	padding: 0 15px;
	min-width: 330px;
	height: 100%;

}

.row {
	gap: var(--gap);
	--width-item: calc((100% + var(--gap)) / var(--qty-items) - var(--gap));
	height: 100%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.title {
	font-size: 3.2rem;
	font-weight: 600;
	letter-spacing: 0.32px;
	text-align: center;
}

.subtitle {
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 0.24px;
	text-align: center;
}



/* ===== BANNER ===== */

.banner.vt3 {
	width: 100%;
	background-color: #fff2f4;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	min-width: 330px;

}

.banner.vt3 .container {
	max-width: 1440px;
}


.banner.vt3 .row {
	padding: 50px 0px;
	flex-direction: column;
	justify-content: space-between;
	font-size: 10px;
}

.vt3 .banner__header,
.vt3 .banner__body {
	text-align: center;

}

.vt3 .banner__header {
	margin-left: 28%;
}

.vt3 .banner__body {
	display: flex;
}

.vt3 .banner__header>* {
	font-family: var(--font-Oswald);
	text-transform: uppercase;
	font-weight: 400;
}

.vt3 .banner__title {
	font-size: 5.7em;
	letter-spacing: 0;
}

.vt3 .banner__body>* {
	color: var(--banner-text-color);
	font-family: var(--font-Open);
	white-space: pre-line;
	font-weight: 700;
}

.vt3 .banner__main-title {
	color: var(--banner-text-color);
	font-size: 7em;
	letter-spacing: -0.03em;
	margin-bottom: 26px;
	margin-top: 90px;

}

.vt3 .banner__slogan {
	font-size: 3.3em;
	letter-spacing: 0.01em;

}

.vt3 .banner__body-img {
	width: 28%;
	position: relative;
	top: -100px;
	min-width: 330px;

}

.vt3 .banner__body-img img {
	display: block;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.vt3 .banner__body-content {
	flex: 1
}

.vt3 .banner__title,
.vt3 .banner__slogan {
	color: var(--main-title-color);
}

.vt3 .banner__text {
	color: var(--banner-text-color);
	font-size: 4.8em;
	letter-spacing: 0.06em;
}

.vt3 .banner__footer {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 45px;
	align-items: center;
	justify-content: space-between;
}

.vt3 .logo-diff-color {
	color: var(--banner-text-color);
	width: 360px;
	aspect-ratio: 3.75;
}

.vt3 .banner__cerps {
	color: var(--banner-text-color);
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.2px;
}

.vt3 .banner__cerps p {
	line-height: 140%;
}



/* ===== STRATEGY ===== */

.strategy {
	--gap: 60px;
	--qty-items: 2;
	height: 100%;
}

.strategy .container {
	padding-top: 60px;
}

.strategy .row {
	gap: var(--gap);
	align-items: center;
}

.strategy__item {
	padding: 60px 0;
	height: 100%;
	width: var(--width-item);
}

.strategy__text {
	padding: 0 0 60px 15px;
}

.strategy__text>p:not(:first-child) {
	margin-top: 15px;
}

.strategy__text p {
	font-size: 20px;
	font-weight: 400;
	line-height: 170%;
	letter-spacing: 0.2px;
}

.strategy__text span {
	font-weight: 600;
}

.strategy__img {
	width: 100%;
	object-position: right;
	object-fit: contain;
}


/* ===== INVITATION ===== */

.invitation {
	background-color: #FFACC5;
}

.invitation .container {
	padding: 60px 0;
}

/* .invitation__item {
	position: relative;
	display: flex;
	flex: 1;
	padding: 72px 40px 94px;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.invitation__item span {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.24px;
}

.invitation__item:nth-child(2)::before,
.invitation__item:nth-child(2)::after {
	content: "";
	display: block;
	position: absolute;
	height: 30%;
	border: 1.5px solid var(--text-color);
}

.invitation__item:nth-child(2)::before {
	left: -5%;
}

.invitation__item:nth-child(2)::after {
	left: 95%;
} */


.invitation .title {
	margin-bottom: 94px
}

.invitation__item {
	position: relative;
	flex-grow: 1;
	width: 270px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 30px
}

.invitation__item p {

	max-width: 240px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.24px;
}

.invitation__item:nth-child(2)::before,
.invitation__item:nth-child(2)::after {
	top: 15%;
	content: "";
	display: block;
	position: absolute;
	height: 30%;
	border: 2px solid var(--text-color);
}

.invitation__item:nth-child(2)::before {
	left: 0%;
}

.invitation__item:nth-child(2)::after {
	left: 100%;
}











/* ===== SPEAKERS ===== */

.speakers {
	--gap: 40px;
	height: 100%;
}

.speakers .container {
	padding: 60px 15px 115px;
	text-align: center;
}

.icon {
	margin-bottom: 30px;
}

.subtitle {
	margin: 16px 0 100px;
}

.speakers__item {
	display: flex;
	flex-direction: column;
	width: 260px;
	height: 430px;
}

.speakers__photo {
	border: 2px solid var(--border-color);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.speakers__photo img {
	display: block;
}

.speakers__content {
	flex: 1;
	border: 1px solid #FFF;
	background: var(--border-color);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	padding: 0 15px;
}

.speakers__name,
.speakers__degree {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}

.speakers__name {
	margin: 30px 0 15px;
}

.speakers__degree {
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
}


/* ===== AGENDA ===== */

/* .agenda {
	background-color: #2C2C2C;
} */

.agenda .container {
	padding: 40px 15px 1px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.agenda .title {
	color: var(--text-color);
	margin-bottom: 75px;
}

.agenda__timeline {
	position: relative;
	width: 100%;
	margin-bottom: 65px;
}

.agenda__timeline::after {
	content: "";
	position: absolute;
	width: 3px;
	background-color: var(--first-color-btn);
	top: -6px;
	bottom: -16px;
	left: 30%;
	margin-left: -1.5px;
}

.agenda__item {
	position: relative;
	display: flex;
	margin-bottom: 60px;
}

.agenda__time {
	position: relative;
	width: 30%;
	text-align: right;
	margin: auto 0;
}

.agenda__text {
	width: 70%;
}

.agenda__text,
.agenda__time {
	color: var(--text-color);
	font-size: 2rem;
	font-weight: 500;
	padding: 0 30px;
}

.agenda__item::after {
	--size: 30px;
	content: "";
	position: absolute;
	width: var(--size);
	height: var(--size);
	left: calc(30% - var(--size) / 2);
	background-color: var(--body-color);
	border: 3px solid var(--first-color-btn);
	top: 50%;
	margin-top: -10px;
	border-radius: 50%;
	z-index: 1;
}

.agenda__attention {
	color: var(--text-color);
	text-align: end;
	margin-bottom: 30px;
}


/* ===== PARTNERS ===== */

.partners {
	background-color: white;

}

.partners .container {
	padding: 60px 15px;
}

.partners .row {
	gap: 60px;
}

.partners .title {
	margin-bottom: 40px;
}

.partners__item {
	display: flex;
	gap: 15px;
	flex-direction: column;
	align-items: center;

}

.partners__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 20px rgba(91, 90, 90, 0.65);
	padding: 20px;
	border: 2px solid var(--border-color);
	outline: 1px solid var(--first-color-btn);
	outline-offset: -2px;
	width: 230px;
	height: 215px;
}

.partners__logo img {
	object-fit: cover;
	width: 100%;
	object-position: center;
}

.partners__text {
	max-width: 140px;
	font-weight: 600;
}

/* ===== TICKETS ===== */

.tickets .container {
	padding: 70px 15px;
	text-align: center;
}



.tickets .icon {
	margin-bottom: 0px;
}

.tickets .title {
	margin-bottom: 40px;
}

.tickets__item {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 65px;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 50px;
}

.tickets__item:nth-child(2)::before,
.tickets__item:nth-child(2)::after {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	border: 1.5px solid var(--text-color);
}

.tickets__item:nth-child(2)::before {
	left: -0%;
}

.tickets__item:nth-child(2)::after {
	left: 100%;
}

.banner__btn {
	display: inline-block;
	color: var(--second-color-btn);
	font-size: 1.6rem;
	letter-spacing: 0.3px;
	background-color: var(--first-color-btn);
	border-radius: .4rem;
	letter-spacing: 0.5px;
	font-weight: 700;
	padding: 1.4rem 4.2rem;
	border: none;
	outline: none;
	transition: 0.2s linear;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.1);
}

.banner__btn:hover {
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.banner__btn:active {
	background: var(--btn-color-active);
}

/* ===== FOOTER ===== */

footer {
	padding: 20px 60px;
	background: #2C2C2C;
	width: 100%;
}

.text-copyright {
	color: var(--text-color-alt);
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.16px;
}



/* ===== MEDIA ===== */


@media (max-width: 1250px) {
	.tickets__item:nth-child(2):after {
		display: none;
	}

}

@media (max-width: 1250px) and (min-width: 850px) {
	.founders .row {
		flex-direction: column;
		align-items: center;
		gap: 0;
	}

	.founders__item {
		width: 80%;
		flex-direction: row-reverse;
		padding-bottom: 0;
	}

	.founders__item:nth-child(2) {
		flex-direction: row;
	}

	.founders__item:nth-child(2) .founders__img {
		flex-direction: column;
	}

	.founders .container {
		padding-bottom: 60px;
	}
}

@media (max-width: 1199px) {

	.banner.vt3 .row {
		align-items: center;
	}

	.vt3 .banner__header {
		margin-left: 0;
	}

	.vt3 .banner__body {
		flex-direction: column;
		align-items: center;
	}

	.vt3 .banner__body-img {
		position: initial;
		top: 0;
	}

	.vt3 .banner__main-title {
		margin-top: 26px;
	}
}

@media (max-width: 1139px) {
	.strategy .row {
		flex-direction: column-reverse;
		align-items: center;
		justify-content: flex-start;
		gap: 0;
	}

	.strategy .title {
		margin-bottom: 30px;
	}

	.strategy__item {
		width: 100%;
		padding: 0;
	}

	.strategy__img {
		object-fit: cover;
		margin-bottom: 30px;
	}
}

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

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



@media (max-width: 850px) {
	html {
		font-size: 9px;
	}

	.founders .row {
		gap: 60px
	}

	.founders .title {
		margin-bottom: 80px
	}

	.founders__item:nth-child(2) .founders__img {
		flex-direction: column;
	}

	.founders__item:nth-child(2) blockquote {
		margin-bottom: 0;
	}

	.tickets__item:nth-child(2):before {
		display: none;
	}

	.tickets__item {
		margin-bottom: 25px;
	}

	.vt3 .banner__btn {
		margin-top: 25px;
	}

	.invitation .row {
		gap: 80px;
	}

	.invitation__item:nth-child(2)::after,
	.invitation__item:nth-child(2)::before {
		display: none;
	}

}


@media (max-width: 768px) {
	.banner.vt3 .row {
		font-size: 6.4px;

	}
}

@media (max-width: 600px) {

	.vt3 .banner__footer {
		justify-content: center;
	}

	.banner.vt3 .row {
		font-size: 5px;
	}

	.vt3 .logo-diff-color {
		width: 80%;
	}
}

@media (max-width: 500px) {

	.vt3 .banner__body-img {
		width: 80%;
		min-width: auto;
	}

	.vt3 .banner__footer {
		justify-content: center;
	}

	.agenda .title {
		margin-bottom: 40px;
	}

	.tickets__item {
		padding: 0;
	}

	.agenda__time {
		padding-left: 0px;
		width: 20%;
		text-align: start;
	}

	.agenda__text {
		padding-right: 0;
		width: 80%;
	}

	.agenda__item::after {
		left: calc(20% - 15px);
	}

	.agenda__timeline::after {
		left: 20%;
	}

	.text-copyright {
		text-align: center;
	}



}