* {
	margin: 0px;
	padding: 0px;
	font-family: 'Barlow Condensed', sans-serif;
}

#bar_logo {
	text-align: right;
	font-weight: 500;
}

#bar_logo img {
	width: 300px;
	margin-right: 20vw;
	margin-top: 20px;
}

#section_logo {
	background-color: #000;
	background-image:url(../img/bg-top-desk.webp) ;
	background-size:cover;
	background-position-y: -100px;
	background-repeat: no-repeat;
	background-position: fixed;
	z-index: -10;
	font-weight: 500;
}

#top_photo {
	display: block;
	position:relative;
	top: 50px;
	z-index: 5;
}

.properties {
	font-size: 2.2vw;
	width: 30vw;
}

.headline-container {
	display: flex;
	justify-content:center;
	align-items: center;
	flex-direction: row;
	position: relative;
	font-weight: 500;
}

.highline {
	width: 300px;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 15px;
}

.highline input {
	padding: 5px 10px; 
	width: 20vw;
	height: 3vw;
	border-radius: 3px;
	border: 1px solid black;
	margin-bottom: 10px;
}

.highline input[type='submit'] {
	padding: 5px 10px;
	width: 21.5vw;
	height: 5vw;
	border-radius: 3px;
	background-image: linear-gradient(135deg, #ffae00, #ca6f00);
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4vw;
	font-weight: 500;
	border: none;
}

input {
	padding: 5px 10px; 
	width: 72.5vw;
	border-radius: 3px;
	border: 1px solid black;
	margin-bottom: 10px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 500;
	height: 2vw;
	font-size: 1.5em;
	transition: all 500;
	text-align: center;
}

input[type='submit'] {
	padding: 5px 10px;
	width: 74vw;
	height: 3vw;
	border-radius: 3px;
	margin: 3px;
	background-image: linear-gradient(135deg, #ffae00, #ca6f00);
	color: #fff;
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: 500;
	border: none;
}

input[type='submit']:hover {
	background-image: linear-gradient(135deg, #8be60b, #2fca00);
	cursor:pointer;
}


.highline_text {
	font-weight: 700;
	font-size: 1.6vw;
	width: 25vw;
}

.lettering {
	font-weight: 700;
	font-size: 3.2vw;
	width: 25vw;
}

.white {
	color: #fff;
}

.red {
	color: #f00;
}

.black {
	color: #000;
}

#section_turbinar {
	background-color: #f00;
	position: relative;
	z-index: 40;
	font-weight: 950;
}

.turbo {
	text-transform: uppercase;    
	font-size: 17.5vw;
}

.stroke {
	-webkit-text-fill-color: red;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: white; 
}

#section_turbinar img {
	position:absolute;
	top: 17vw;
	right: 0px;
	width: 52vw;
}

.shadow_01 {
	top:30vw;
	right: 6vw;
	position: absolute;
	z-index: -10;
	width: 40vw;
	height: 10vw;
	background-color: rgb(0, 0, 0);
	transform: rotate(175deg);
	border-radius: 50%;
	border: none;
				/* left, up, blur, spread, color */
	box-shadow: 0px 0px 80px 100px #00000000;
	-webkit-box-shadow: 0px -40px 50px 60px #000000bc;
}

#section_box {
	background-color: #fff;
	position: relative;
}

.classes {
	text-transform: uppercase;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 500;
	font-size: 3.2em;
	margin-top: 50px;
	margin-left: 18vw;
}

.classes_1 {
	text-transform: uppercase;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 900;
	font-size: 2.5em;
	margin-left: 18vw;
}

.classes_2 {
	text-transform: uppercase;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 900;
	font-size: 2.5em;
	margin-left: 18vw;
}

#section_box img {
	position:absolute;
	top: 2.5vw;
	left: -2px;
	width: 13vw;
}

#boxes {
	display: flex;
	width: 100%;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

#class_box {
	background-color: #f00;
	width: 380px;
	height: 450px;
	display: flex;
	flex-direction: column;
	margin: 10px;
	border-radius: 5px;
	margin-top: 10px;
}

.date {
	font-weight: 500;
	font-size: 1.5em;
	padding-top: 15px;
	text-decoration: underline;
	margin: 5px 10px; 
}

.class_box_title {
	font-weight: 900;
	font-size: 2.8vw;
	margin: 5px 10px; 
	width: 16vw;
	text-transform: uppercase;
}

.class_box_description_line {
	font-weight: 500;
	font-size: 2vw;
	margin: 5px 10px; 
	color: #fff;
}

#turbo {
	background-color: #000;
	background-image: url(../img/bg-down-mobile.webp);
	background-size: cover;
	padding-top: 100px;
	background-repeat: no-repeat;
}

#turbo-mobile {
	display: none;
}

.turbo_mode {
	color: #fff;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 900;
	font-size: 11.2vw;
	margin-left: 5vw;
	text-transform: uppercase;
}

#unify_turbo_with_words {
	position: relative;
 }
 
 #unify_turbo_with_words img {
	 width: 20vw;
	 position: absolute;
	 left: 21vw;
	 top: 26vw;
 }

.align {
	display:flex;
	justify-content: flex-start;
}

.small_box {
	background-color: #f00;
	width: 13vw;
	height: 16vw;
	padding: 1vw;
	display: flex;
	flex-direction: column;
	align-items: left;
	margin-left: 10vw;
	margin-right: 300px;
	border-radius: 5px; 
}

.invite_1 {
	color:#fff;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 900;
	font-size: 2vw;
	text-transform: uppercase;
	margin-left: 15px;
}

.profit {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 700;
	font-size: 2vw;
	text-transform: uppercase;
	margin-left: 15px;
}

.vantage {
	color: #fff;
	font-weight: 500;
	font-size: 2vw;
	flex-direction: column;
	justify-content: center;
	align-items: center; 
}

.logos {
	filter: invert(100%);
	flex-direction: row;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logos img {
	margin: 20px;
	width: 5vw;
}

#white_background {
	background-color: #fff;
	color: #f00;
	border-radius: 5px;
	width: fit-content;
	padding: 3px 7px;
	text-transform: uppercase;
	font-weight: 700;
}

#about {
	background-color: #000;
	background-image: url(../img/bg-youtube.webp);
	padding-top: 100px;
	background-repeat: no-repeat;
	background-position-x: right;
}

.about_deivid {
	color: rgb(210, 0, 0);
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 900;
	font-size: 3em;
	text-transform: uppercase;
	margin-left: 16vw;
}

.about_deivid_1 {
	color: #fff;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 900;
	font-size: 7em;
	text-transform: uppercase;
	margin-left: 16vw;
}

#unify_avatar {
	position: relative;
}

#unify_avatar img {
	width: 18vw;
	left: 35vw;
	top: -2vw;
	position: absolute;
}

#biography_grid {
	display: flex;
	flex-direction: row;
	justify-content:space-evenly;
	flex-wrap: wrap;
	width: 100%;
}

.biography_content {
	color: #fff;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.8em;
	width: 30vw;
	margin-left: 10vw;
	margin-top: 50px;
}

form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
	padding-bottom: 15px;
}