@import url("fonts/FuturaPT/stylesheet.css");
@import url("fonts/SupermolotNeue/stylesheet.css");

:root {
	--color-black: #0A0C26;
	--color-white: #F6FCFF;
	--color-pink: #DF097D;

	--radius-30: 30px;
	--radius-60: 60px;

	--font-style-Futura: 'Futura PT';
	--font-style-Futura-Book: 'Futura PT Book';

	--font-style-Supermolot: 'TT Supermolot Neue';

	--font-size-normal: 20px;
	--font-size-normal-mobile: 16px;
	--font-size-h2: 100px;
	--font-size-h2-mobile: 50px;
	--font-size-h3: 40px;
	--font-size-h3-mobile: 40px;
}

body{
	font-size: var(--font-size-normal);
	font-family: var(--font-style-Futura);
	margin: 0;
	background-color: var(--color-white);
}
h1{
	font-style: italic;
	font-weight: 600;
}
h1, h2{
	font-size: var(--font-size-h2);
	font-family: var(--font-style-Supermolot);
}
h3{
	font-size: var(--font-size-h3);
	font-family: var(--font-style-Futura);
}
h4{
	font-family: var(--font-style-Supermolot);
}
p{
	margin: 20px 0;
	line-height: normal;
}
ul, ol {
	font-family: var(--font-style-Futura);
}
*{
box-sizing: border-box;
}
@media (max-width: 767.9px) {
body{
    padding-bottom: 40px;
    font-size: var(--font-size-normal-mobile);
}
h1, h2{
    font-size: var(--font-size-h2-mobile);
}
h3{
    font-size: var(--font-size-h3-mobile);
}
}

/* header */
header{
	height: 85px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: var(--color-black);
	padding: 0 20px;
	z-index: 100;
}
header a{
	color: var(--color-white);
	text-decoration: none;
}
.header-logo img{
	height: 20px;
}
.order-button{
	font-size: 28px;
	width: 210px;
	height: 50px;
	border-radius: 25px;
	color: var(--color-white);
	background-color: var(--color-pink);
	font-family: var(--font-style-Futura);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 40px;
}
.header-menu ul{
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 40px;
}
.header-menu ul li{
	padding: 0;
	list-style: none;
	font-size: 26px;
	line-height: normal;
}
.mobile-menu-burder-left, .mobile-menu-burder-right{
	display: none;
}
@media (min-width: 1200px){
	.header-logo{
		margin-left: 60px;
	}
	.header-button{
		margin-right: 60px;
	}
}
@media (max-width: 1199.9px) {
	.header-logo img{
		height: 15px;
	}
	.order-button{
		font-size: 24px;
		width: 160px;
	}
	.header-menu ul{
		gap: 20px;
	}
	.header-menu ul li{
		font-size: 20px;
	}
}
@media (max-width: 899.9px) {
	.header-logo img{
		height: 40px;
		filter: invert(25%) sepia(51%) saturate(6929%) hue-rotate(314deg) brightness(99%) contrast(94%);
	}
}
@media (min-width: 768px) {
	header{
		position: sticky;
		top: 0;
	}
}
@media (max-width: 767.9px) {
	header{
		position: fixed;
		bottom: 0;
		padding: 0;
		flex-direction: column;
		width: 100%;
		height: auto;
		background-color: transparent;
		z-index: 100;
	}
	.header-menu{
		order: 1;
		text-align: right;
		width: 100%;
		z-index: 1;
		display: none;
	}
	header.active .header-menu{
		display: block;
	}
	.header-button{
		order: 2;
		width: 100%;
		/* background: linear-gradient(358.9deg, #0A0C26 30.24%, #252C8C 99.02%);*/
		text-align: center;
		margin-top: -40px;
		z-index: 10;
		display: flex;
		justify-content: center;
	}
	.header-logo{
		order: 3;
		background-color: var(--color-black);
		background: #0A0C26;
		background: linear-gradient(358.9deg, #0A0C26 30.24%, #151950 99.02%);
		width: 100%;
		z-index: 3;
		height: 60px;
		text-align: center;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header-logo img{
		height: 30px;
	}
	.header-menu ul{
		flex-direction: column;
		align-items: flex-end;
		background: linear-gradient(53.88deg, #DF097D -2.4%, #230A85 46.15%);
		width: 270px;
		margin: 0 0 0 auto;
		padding: 20px 40px 40px;
		border-top-left-radius: var(--radius-60);
		text-align: right;
	}
	.header-button .order-button {
		width: 250px;
		height: 40px;
		background-color: transparent;
		position: relative;
		background: linear-gradient(358.9deg, #0A0C26 30.24%, #252C8C 99.02%);
		background: linear-gradient(358.9deg, #151950 30.24%, #252C8C 99.02%);
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		text-shadow: 0 0 3px var(--color-pink);
	}
	.header-button .order-button:before,
	.header-button .order-button:after {
		content: "";
		position: absolute;
		height: 10px;
		width: 20px;
		bottom: 0;
	}
	.header-button .order-button:after {
		right: -20px;
		border-radius: 0 0 0 10px;
		-moz-border-radius: 0 0 0 10px;
		-webkit-border-radius: 0 0 0 10px;
		-webkit-box-shadow: -10px 0 0 0 #252C8C;
		box-shadow: -10px 0 0 0 #151950;
	}
	.header-button .order-button:before {
		left: -20px;
		border-radius: 0 0 10px 0;
		-moz-border-radius: 0 0 10px 0;
		-webkit-border-radius: 0 0 10px 0;
		-webkit-box-shadow: 10px 0 0 0 #252C8C;
		box-shadow: 10px 0 0 0 #151950;
	}
	.mobile-menu-burder-left, .mobile-menu-burder-right{
		display: block;
		width: 60px;
		margin-right: 15px;
	}
	.mobile-menu-burder-right::before{
		content: url("images/menu_open.svg");
		display: inline-block;
		width: 60px;
		height: 23px;
		margin-right: 40px;
		cursor: pointer;
	}
	header.active .mobile-menu-burder-right::before{
		content: url("images/menu_close.svg");
	}
}

/* footer */
footer{
	background: radial-gradient(55.85% 55.26% at 65.26% 100%, #DF097D 0%, #3F0071 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	color: var(--color-white);
	padding: 40px ;
}
footer a{
	color: var(--color-white);
	text-decoration: none;
}
.footer-logo{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-logo img{
	height: 200px;
	opacity: 0.8;
	filter: invert(96%) sepia(74%) saturate(131%) hue-rotate(75deg) brightness(104%) contrast(108%);
}
.footer-menu, .footer-menu-right{
	width: 150px;
}
.footer-menu li{
	list-style: none;
	padding: 5px 0;
	line-height: normal;
}
@media (max-width: 767.9px) {
	footer{
		display: none;
	}
}


.container{
	width: 800px;
	margin: 0 auto;
	display: block;
	font-family: var(--font-style-Supermolot);
}
@media (max-width: 767.9px) {
	.container{
		width: 100%;
		padding: 0 20px;
	}
}

/* history */
.history-top{
	background: linear-gradient(188deg, #DF097D -6.19%, #230A85 18.27%);
	color: var(--color-white);
	padding-top: 100px;
	padding-bottom: 300px;
}
.history-top h1{
	text-align: center;
}
.history-top h1, .history-photofilm, .history-photo{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	display: block;
}
.history-photofilm{
	margin-top: 60px;
	margin-bottom: 80px;
}
.history-photo img {
	border-radius: var(--radius-60);
}
.history-photo-gallery{
	margin-top: -260px;
}
.history-photo-gallery{
	/* display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;*/
	margin-bottom: 100px;
	overflow: hidden;
}
.history-photo-gallery .swiper {
	width: 100%;
}
.swiper-slide:nth-child(2){
	text-align: right;
}
.history-photo-3 {
	max-width: 100%;
	width: 100%;
}
.image-label{
	font-family: var(--font-style-Supermolot);
	font-size: 10px;
	color: #4C4E6B;
	margin-top: 10px;
}
@media (max-width: 999.9px) {
	.history-photo{
		width: 100%;
		padding: 40px;
	}
}
@media (max-width: 767.9px) {
	.history-top{
		padding: 20px 0 120px;
		display: flex;
		flex-direction: column;
	}
	.history-photofilm{
		order: 1;
		margin: 0;
	}
	.history-top h1{
		order: 2;
		text-align: left;
		padding: 20px 0 20px 40px;
	}
	.container{
		order: 3;
	}
	.history-photo-3{
		margin: 0;
	}
	.history-photo-gallery{
		margin-top: -150px;
		margin-bottom: 0;
	}
	.history-photo-gallery img{
		height: 170px;
	}
	.history-photo img{
		border-radius: var(--radius-30);
	}
}
@media (max-width: 580px) {
	.swiper-slide:nth-child(2) {
		text-align: left;
	}
	.history-photo-gallery{
		padding: 40px 0 40px 40px;
	}
}
@media (max-width: 450px) {
	.swiper-slide {
		text-align: center;
	}
	.history-photo-gallery{
		padding: 40px;
	}
}
.history-footer{
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-top: 100px;
}
.history-footer img{
	min-width: 100%;
	width: 100%;
}
@media (min-width: 1600px) {
	.history-footer{
		height: 650px;
	}
}
@media (min-width: 1500px) {
	.history-footer{
		height: 550px;
	}
}
@media (max-width: 1399.9px) {
	.history-footer{
		height: 450px;
	}
}
@media (max-width: 1299.9px) {
	.history-footer{
		height: 400px;
	}
}
@media (max-width: 1199.9px) {
	.history-footer{
		height: 350px;
	}
}
@media (max-width: 999.9px) {
	.history-footer{
		height: 300px;
	}
}
@media (max-width: 767.9px) {
	.history-footer{
		height: auto;
		margin-top: 60px;
	}
}
@media (max-width: 649.9px) {
	.history-footer img{
		margin-top: -50px;
	}
}
@media (max-width: 499.9px) {
	.history-footer img{
		margin-top: -30px;
	}
}

/* b2b */
.b2b-top{
	background: linear-gradient(188deg, #DF097D -6.19%, #230A85 28.27%);
	color: var(--color-white);
	padding-top: 40px;
	padding-bottom: 100px;
}
.b2b-top h1{
	text-align: center;
	margin: 70px 0;
}
.b2b.container .row{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 40px;
}
.b2b.container .row>div{
	width: calc(50% - 40px);
}
.b2b.container h4{
	margin: 60px 0 0;
	font-size: 30px;
	font-weight: 700;
}
.b2b.container i {
	font-weight: 600;
	color: #4C4E6B;
}
.b2b-footer{
	background-color: #3F0071;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-top: 100px;
}
.b2b-footer img{
	max-width: 90%;
	opacity: 0.25;
}
.b2b-footer::after{
	content: url("images/future_of_surfing.svg");
	display: block;
	height: 319px;
	position: absolute;
}
@media (max-width: 1199.9px) {
	.b2b-footer::after{
		zoom: 50%;
	}
}
@media (max-width: 767.9px) {
	.b2b-top{
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.b2b.container .row{
		flex-direction: column;
		gap: 0;
	}
	.b2b.container .row>div{
		width: 100%;
	}
	.b2b.container h4{
		margin-top: 30px;
		font-family: var(--font-style-Futura);
	}
	.b2b-footer::after{
		zoom: 25%;
	}
	.b2b-footer{
		padding-bottom: 40px;
	}
	.b2b.container{
		padding-top: 40px;
	}
}

/* app */
.app-top{
	padding-top: 100px;
	padding-bottom: 40px;
	color: #000;
}
.app-store{
	position: absolute;
	left: calc(50% + 490px);
	width: 152px;
	top: 200px;
}
.app-top h1{
	text-align: center;
	color: #000;
	margin-bottom: 60px;
}
.app.container{
	padding-right: 250px;
	padding-bottom: 100px;
}
.app.container h2{
	font-family: var(--font-style-Futura);
	font-weight: 500;
	font-size: 35px;
	margin-bottom: 0;
	margin-top: 60px;
}
.app.container p{
	margin-top: 10px;
}
.app-photos{
	position: absolute;
	left: calc(50% + 200px);
	padding-top: 60px;
	width: 450px;
	display: flex;
	align-items: flex-start;
	overflow: hidden;
}
.app-photos img{
	position: relative;
}
.app-photos img:nth-child(2){
	z-index: 2;
}
.app-photos img:nth-child(3){
	margin-left: -70px;
	z-index: 1;
	margin-top: 60px;
}
.app-store-mobile{
	display: none;
}
@media (max-width: 1299.9px) {
	.app-store{
		left: auto;
		right: 20px;
	}
	.app-photos{
		left: auto;
		right: 10px;
	}
}
@media (max-width: 1199.9px) {
	.app-photos{
		left: auto;
		right: 20px;
		width: 30%;
	}
	.app-photos img{
		width: 60%;
	}

}
@media (max-width: 767.9px) {
	.app-store{
		display: none;
	}
	.app-photos{
		position: unset;
		left: auto;
		padding-top: 0;
		width: 70%;
		margin: 0 auto;
		gap: 20px;
		margin-bottom: 80px;
	}
	.app-photos img:nth-child(1){
		width: 200px;
	}
	.app-photos img:nth-child(2){
		width: calc(100% - 200px);
	}
	.app-photos img:nth-child(3){
		display: none;
	}
	.app.container{
		padding-right: 0;
	}
	.app-store-mobile{
		display: block;
	}
}
@media (max-width: 549.9px) {
	.app-photos img:nth-child(1){
		width: 150px;
	}
	.app-photos img:nth-child(2){
		width: calc(100% - 170px);
	}
}
@media (max-width: 449.9px) {
	.app-photos img:nth-child(1){
		width: 120px;
	}
	.app-photos img:nth-child(2){
		width: calc(100% - 140px);
	}
}
@media (max-width: 399.9px) {
	.app-photos img:nth-child(1){
		width: 120px;
	}
	.app-photos img:nth-child(2){
		width: calc(100% - 140px);
	}
	.app-photos {
		width: 100%;
		padding: 0 20px;
	}
}

/* investment */
.investment-top{
	padding: 100px 0;
}
.investment-top h2{
	text-align: center;
	font-size: 35px;
	font-family: var(--font-style-Futura);
	font-weight: 500;
	margin-bottom: 30px;
	/*padding-left: calc(50% - 500px);*/
}
.investment-color{
	font-size: 35px;
	font-family: var(--font-style-Futura);
	font-weight: 500;
	text-align: center;
	margin-bottom: 90px;
	background-image: linear-gradient(244.95deg, #DF097D 40%, #230A85 80%);
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
}
.investment-top img{
	display: block;
	margin: 20px auto 80px;
	max-width: 100%;
}
.investment-footer {
	background: url('images/investment_bg.jpg') no-repeat center center #00081A;
	background-size: cover;
	color: var(--color-white);
	padding: 100px 0;
}
.investment-footer p{
	padding: 20px 0;
}
.investment-footer a{
	text-decoration: none;
}
.investment-footer .order-button{
	padding: 10px 20px;
	margin: 90px auto 0;
	width: 260px;
}
@media (min-width: 768px) {
	.investment-footer .container {
		width: 600px;
	}
}
@media (max-width: 767.9px) {
	.investment-top h2{
		text-align: center;
		font-size: 50px;
		font-family: var(--font-style-Supermolot);
		font-weight: 600;
		font-style: italic;
		padding-left: 0;
	}
	.investment-color{
		font-size: 26px;
	}
	.investment-top{
		padding: 40px 0 60px;
	}
	.investment-footer .order-button{
		font-size: 16px;
		width: 140px;
		border-radius: 15px;
		height: 30px;
		margin-top: 20px;
	}
	.investment-footer p{
		padding: 10px 0;
	}
	.investment-top img{
		margin-bottom: 60px;
	}
}

/* team */
.team-top{
	padding: 130px 0 0;
	background: url('images/team_bg.webp') no-repeat center center #19172c;
	background-size: cover;
	color: var(--color-white);
	height: 620px;
}
.team-top h1{
	text-align: center;
	font-size: 90px;
	font-family: var(--font-style-Supermolot);
	font-weight: 600;
	font-style: italic;
	margin-bottom: 150px;
}
.team.container{
	padding-top: 100px;
	padding-bottom: 150px;
}
.team.container .row{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 80px;
}
.team.container img{
	max-width: max-content;
}
.team h2{
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: bold;
}
.team-position{
	margin-top: 0;
	font-size: 12px;
}
.team-mobile{
	display: none;
}
@media (min-width: 1200px) {
	.team.container{
		width: 1000px;
		padding-left: 100px;
	}
}
@media (max-width: 767.9px) {
	.team.container .row{
		gap: 20px;
	}
}
@media (max-width: 555.9px) {
	.team-desktop{
		display: none;
	}
	.team-mobile{
		display: block;
	}
	.team-top{
		height: 200px;
		background-size: 400px;
		padding-top: 20px;
	}
	.team-top h1{
		font-size: 50px;
		margin-bottom: 0;
	}
	.team.container{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.team.container .row{
		flex-direction: column;
		gap: 0;
		margin: 40px 0;
	}
	.team h2, .team-position{
		text-align: center;
	}
	.team h2{
		margin-top: 0;
		font-size: 24px;
	}
}
@media (max-width: 499.9px) {
	.team-photo img{
		width: 200px;
	}
}
@media (max-width: 449.9px) {
	.team-photo img{
		width: 150px;
	}
}
@media (max-width: 399.9px) {
	.team-photo img{
		width: 110px;
	}
}