@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@font-face{
	font-family: "TS Block Bold";
	src: url("TS Block Bold.ttf");
	
}
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	
}

.wrap{
	overflow-x: hidden;
}

body{
	
	font-family: "TS Block Bold";
	
}

header{
	background-color: black;
	position: fixed;
	top: 0;
	width: 100%;
	display: flex;
	justify-content: space-between; 
	align-items: center;
	
	font-size: 15px;
	padding:0 5%;
	min-height: 12vh;
	z-index: 10;

}
.logo{

}
.main_menu li {
	display: inline-block;
	list-style: none;
	padding-right: 50px;
}
.main_menu a {
	color: white;
	text-decoration: none;
}
.contact_menu li{
	display: inline-block;
	list-style: none;
	padding-right: 0px;

}
.contact_menu a{
	color: white;
	text-decoration: none;
}
.contact_menu{
	align-items: center;
	display: none;
}
.contact_menu #bar {
	width: 2px;
	height: 25px;
	background-color: white;
}
.stroneHome{
	position: relative;
	display: none;
	justify-content: space-between;
	align-items: center;
}
.stroneHome #leftText h1{

	font-size: 111px;
	margin-left: 50px;
}

.stroneHome #leftText #Strone{
	

	text-align: left;
}

.stroneHome #leftText #Group{
	padding-left: 300px;
	text-align: right;
}

.stroneHome #leftText #paragraph{
	width: 70%;
	margin-left: 70px;
	margin-top: 70px;
	color: #00bf94;
	font-weight: normal;
	font-family: "Bebas Neue";
	font-size: 40px;
	text-align: justify;
	
}
.stroneHome #leftText{
	width: 60%;
	height: 80vh;
	margin-top: 20vh;

}
.stroneHome #rightImage{

	margin-top: 4vh;

	
	width: 40%;
	height: 96vh;
	
}

.stroneHome #rightImage p{
	margin-left: 40%;
	bottom: 0%;
}

.stroneHome #rightImage #Image{
	transform: translateX(-80px);
	
}


.stroneHome #rightImage img{
	width: 100%;
	height: 100%;
}




.stroneHome #rightImage .legend_2{
	font-size: 10px;
}

.triangle{
	

}

.burger{
	display: none;
	cursor: pointer;
	transition: 0.3s ease-in;
}
.burger div{

	transition: 0.3s ease-in;

	background-color: white;
	margin-top: 5px;
	width: 20px; 
	height: 2px;
}

@media screen and (max-width: 1000px){
	
	
	.header .logo{
		height: 50px;
		width: 50px;
	}
	.burger{
		display: block;
	}
	.main_menu{
		position: absolute;
		right: 0px;
		height: 88vh;
		top: 12vh;
		background-color: black;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		padding-top: 25%;
		z-index: 1;

		transform: translateX(100%);

		transition: 0.5s ease-in;

	} 
	.main_menu li{
		
		margin-bottom: 10%;
		padding-right: 0;
		opacity: 0;

	} 
	.contact_menu{
		display: none;
	}

	.stroneHome #rightImage{
		transform: translateX(0px);
		
	}
	.stroneHome #leftText h1{

		font-size: 20px;
		margin-left: 5px;
	}

	.stroneHome #leftText #Group{
		padding-left: 00px;
	}

	.stroneHome #leftText p{

	font-size: 0.5em;
	margin-left: 50px;
	}


}



/* Apparel */

.stroneApparel {
	padding-top: 12vh;
	background-color: black;
	margin: auto;
	width: 100%;
	text-align: center;
	padding-bottom: 100px;
}

.stroneApparel .logo{
	padding-top: 5%;
	width: 50%;
	margin-left: 25%;

}

.stroneApparel .logo img{
	width: 80%;
}

.stroneApparel .shop button{
	border: 2px solid white;
	margin-top: 70px;
	color: white;
	font-family: "Bebas Neue";
	font-size: 40px;
	background-color: black;
	padding: 10px;
	transition: 0.4s ease-in;
	cursor: pointer;
}

.stroneApparel .samples{
	margin-top: 50px;
	position: relative;
	display: flex;
	justify-content: space-around;

	align-items: center;

}

.stroneApparel .samples div{
	transition: 0.3s ease-in; 
	width: 30vw;
	height: 60%;
	background-color: white;
	border-radius: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	box-shadow: 0 0 20px 20px rgba(255,255,255,0.2), 0 0 50px 50px rgba(255,255,255,0.2);
	cursor: pointer;
}

.stroneApparel .samples img{
	transition: 0.3s ease-in; 
	width: 85%;
	padding-top: 10%;
}

.stroneApparel .samples h3{
	font-size: 0.8em;
	margin-top: 5%;
}

.stroneApparel .samples button{
	margin: 30px 0 20px 0 ;
	background-color: black;
	border-radius: 25px;
	border: 0;
	font-family: "Bebas Neue";
	font-size: 20px;
	color: white;
	padding: 5px 20% 5px 20%;
	cursor: pointer;
}

@media screen and (max-width: 1000px){

	.stroneApparel .shop button{
		border: 2px solid white;
		font-size: 15px;
		padding: 5px;
	}
	.stroneApparel .samples div{
		width: 40vw;
		height: 60%;
	}
}

/* Entertainment */

.stroneEntertainment {
	margin: auto;
	width: 100%;
	text-align: center;
	font-family: "acumin-pro";
	display: flex;
	flex-direction: column;
	justify-content: center;
	
}
.stroneEntertainment .title {
	padding: 3% 15%;
}
.stroneEntertainment .title img{
	width: 20%;
	height: auto;
}
.stroneEntertainment .title #text{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.stroneEntertainment .title #text h2{
	font-size: 50px;
	margin: 5px 0;
}
.stroneEntertainment .title #text p{
	text-align: justify;
	font-weight: 300;
	font-size: 30px;
}
.stroneEntertainment .artists img{
	width: 25%;
	height: auto;
	margin-top: 5%;
}
.stroneEntertainment .artists div{
	width: 4%;
	height: 2px;
	background-color: black;
	margin: 0 48%
}
@media screen and (max-width: 1000px){

	.stroneEntertainment .title #text h2{
		font-size: 20px;
	}
	.stroneEntertainment .title #text p{
		font-size: 15px;
	}
	.stroneEntertainment .artists h3{
		font-size: 0.6em;
	}
	.stroneEntertainment .artists div{
		height: 1px;
	}
	.stroneEntertainment .title img{
		width: 40%;
	}
}

/* Services*/

.stroneServices{
	position: relative;
	width: 100%;
	height: 100%;
	font-family: "TS Block Bold";
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	margin: 5% 0;
	color: #564eeb;
	background-color: black;
	padding: 5% 0;
}
.stroneServices h2{
	margin-bottom: 20px;
	font-size: 30px;
}
.stroneServices p{
	font-family: "acumin-pro";
	font-weight: 700;
	font-size: 15px;
	margin: 6px 0 ;
}
.stroneServices .brands{
	margin-top: 50px;
}
.stroneServices .brands #circles{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.stroneServices .brands #circles div{
	margin-top: 50px;
	background-color: #564eeb;
	border-radius: 50%;
	width: 300px;
	height: 300px;
}
@media screen and (max-width: 1000px){
	.stroneServices .brands #circles div{
		margin-top: 25px;
		width: 120px;
		height: 120px;
	}
}


/* Footer */
footer{
		position: relative;
		font-size: 10px;
		color: black;
		width: 100%;
		font-family: "acumin-pro";
		text-align: center;
}

