*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	
}

body{
	background:rgb(0, 0, 0);
	color:#fff;
	width: 100%;
}

.header{
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-color: black;
}

.container{
	padding: 16px 16px 0px 16px;
}

nav{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.logo{
	color:#0000FF ;
	width: 90px;
	cursor: pointer;
}

nav ul li{
	display: inline-block;
	list-style: none;
	margin: 8px 0px;
	margin-left: 42px;
}

nav ul li a{
	color: #fff;
	text-decoration: none;
	position: relative;
	font-family: "coolvetica", sans-serif;
	font-weight: 300;
	font-style: normal;
}

nav ul li a::after{
	content: ' ';
	width: 0%;
	height: 2px;
	background: #0000FF;
	position: absolute;
	left: 0;
	bottom: 8px;
	transition: 0.0s;

}

nav ul li a:hover::after{
	width: 100%;
}

.ou{
	font-size: 16px;
}


.header-text{
	padding: 16px 16px 8px 16px;
	font-size: 20px;
	font-family: "coolvetica", sans-serif;
	font-weight: 300;
	font-style: normal;
}



.pc{
    width:100%;
	padding: 8px 16px 16px;
	width: 100%;
	border-radius: 20px;
	display: flex;
	object-fit: cover;
	margin-top: 10px;
}

.mobil{
    display:none;
}

#portfolio{
	padding: 8px 16px 16px;
	width: 100%;
	margin: auto;
}

.work-container{
	display: flex;
	gap: 12px;
}

.colum{
	display: flex;
	flex-direction: column;
	width: 50%;
	margin-bottom: 8px;
	gap: 8px;
}

.colum2{
	display: flex;
	flex-direction: column;
	width: 50%;
	margin-bottom: 8px;
	gap: 8px;
}

.colum3{
	display: flex;
	flex-direction: column;
	width: 35%;
	margin-bottom: 8px;
	gap: 8px;
}
.colum4{
	display: flex;
	flex-direction: column;
	width: 35%;
	margin-bottom: 8px;
	gap: 8px;
}
.colum5{
	display: flex;
	flex-direction: column;
	width: 30%;
	margin-bottom: 8px;
	gap: 8px;
}

.colum6{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 8px;
	gap: 8px;
}

.work-card img{
	width: 100%;
	border-radius: 8px;
}

.work-card video{
	width: 100%;
	border-radius: 8px;
}



.work-card{
	position: relative;
}


.prace-text{
	padding-bottom: 8px;
	
}

.prace-text h2{
	padding-top: 16px;
	margin-bottom: 8px;
	text-align: left;
	font-size: 32px;
	font-family: "coolvetica", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.btn-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
}


.fake-btn {
	display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    background: #0000FF;
    color: white;
    border-radius: 4px;
    font-size: 16px;
    font-family: "coolvetica", sans-serif;
    font-weight: 300;
    margin: 0;
    white-space: nowrap;
    line-height: 1;
	margin-bottom: 8px;
	margin-right: 4px;
}


.odkazy{
	text-decoration: none;
}


/*-------------footer--------*/

.footerContainer{
	width: 100%;
	padding: 64px 32px 64px;
	position: absolute;
	margin-top: 24px;
}

.socialmedia{
	display: flex;
	justify-content: center;
}

.socialmedia a{
	padding: 8px;
	margin: 8px;
	color: white;
	font-size: 16px;
	font-family: "coolvetica", sans-serif;
	font-weight: 300;
	font-style: normal;
	text-decoration: none;
}

.footerbottom{
	padding: 16px;
	text-align: center;
}

.footerbottom p{
	font-size: 14px;
	font-family: "coolvetica", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.desiner-name{
	font-family: "coolvetica", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	color: #0000FF;
}


/*********************************************************************************************TELEFON********************************************************************************/

@media (max-width: 1024px){
	
	body{
		background:black;
		color:#fff;
	}
	
	.header{
		width: 100%;
		height: 100vh;
		background-size: cover;
		background-position: center;
		background-color: black;
	}
	
	
	nav{
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.logo{
		color:#0000FF ;
		width: 110px;
		cursor: pointer;
	}
	
	nav ul li{
		display: inline-block;
		list-style: none;
		margin: 10px 0px;
		margin-left: 40px;
	}
	
	nav ul li a{
		color: #fff;
		text-decoration: none;
		position: relative;
		
	}
	
	nav ul li a::after{
		content: ' ';
		width: 0%;
		height: 2px;
		background: #0000FF;
		position: absolute;
		left: 0;
		bottom: 10px;
		transition: 0.0s;
	
	}
	
	nav ul li a:hover::after{
		width: 100%;
	}
	
	.ou{
		font-size: 16px;
	}
	
	
	.header-text{
		padding: 16px 16px 8px 16px;
		font-size: 20px;
		
	}
	
	#portfolio{
		padding: 10px 15px 20px;
		max-width: 1920px;
		width: 100%;
	}
	
	.work-container{
		display: flex;
		gap: 8px;
	}
	
	.colum{
		display: flex;
		flex-direction: column;
		width: 50%;
	}
	
	.colum2{
		display: flex;
		flex-direction: column;
		width: 50%;
	}
	
	.work-card img{
		width: 100%;
	}
	
	.work-card video{
		width: 100%;
	}
	
	.work-card{
		position: relative;
	}
	
	.odkazy{
		text-decoration: none;
	}


	/*-------------footer--------*/
	


}

/*****************************************************************************************************************************************************************************************/

@media (max-width: 900px){
	body{
		background:black;
		color:#fff;
	}
	
	.header{
		width: 100%;
		height: 100vh;
		background-size: cover;
		background-position: center;
		background-color: black;
	}
	
	
	nav{
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.logo{
		top: 5px;
		width: 80px;
	}
	
	nav ul li{
		display: inline-block;
		list-style: none;
		margin: 10px 0px;
		margin-left: 40px;
	}
	
	nav ul li a{
		color: #fff;
		text-decoration: none;
		position: relative;
	}
	
	nav ul li a::after{
		content: ' ';
		width: 0%;
		height: 2px;
		background: #0000FF;
		position: absolute;
		left: 0;
		bottom: 10px;
		transition: 0.0s;
	
	}
	
	nav ul li a:hover::after{
		width: 100%;
	}
	
	.ou{
		font-size: 16px;
	}
	
	
	.header-text{
		padding: 16px 16px 8px 16px;
		font-size: 20px;

	}
	
	#portfolio{
		padding: 10px 15px 20px;
		max-width: 1920px;
		width: 100%;
	}
	
	.work-container{
		display: flex;
		gap: 8px;
	}
	
	.colum{
		display: flex;
		flex-direction: column;
		width: 50%;
	}
	
	.colum2{
		display: flex;
		flex-direction: column;
		width: 50%;
	}
	
	.work-card img{
		width: 100%;
	}
	
	.work-card video{
		width: 100%;
	}
	
	
	.work-card{
		position: relative;
	}
	
	
	.odkazy{
		text-decoration: none;
	}
	
	/*-------------footer--------*/
	

}



/****************************************************************************************************************************************************************************************/

@media (max-width: 768px){
	body{
		background:black;
		color:#fff;
	}
	
	.header{
		width: 100%;
		height: 100vh;
		background-size: cover;
		background-position: center;
		background-color: black;
	}
	
	
	nav{
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.logo{
		top: 5px;
		width: 60px;
	}
	
	nav ul li{
		display: inline-block;
		list-style: none;
		margin: 10px 0px;
		margin-left: 40px;
	}
	
	nav ul li a{
		color: #fff;
		text-decoration: none;
		position: relative;
	}
	
	nav ul li a::after{
		content: ' ';
		width: 0%;
		height: 2px;
		background: #0000FF;
		position: absolute;
		left: 0;
		bottom: 10px;
		transition: 0.0s;
	
	}
	
	nav ul li a:hover::after{
		width: 100%;
	}
	
	.ou{
		font-size: 16px;
	}
	
	
	.header-text{
		padding: 16px 16px 8px 16px;
		font-size: 16px;
	}
	
	#portfolio{
		padding: 10px 15px 20px;
		max-width: 1920px;
		width: 100%;
	}
	
	.work-container{
		display: flex;
	}
	
	.colum{
		display: flex;
		flex-direction: column;
		width: 50%;
	}
	
	.colum2{
		display: flex;
		flex-direction: column;
		width: 50%;
	}
	
	.work-card img{
		width: 100%;
	}
	
	.work-card video{
		width: 100%;
	}
	
	
	.work-card{
		position: relative;
	}
	
	
	
	.odkazy{
		text-decoration: none;
	}


	
	/*-------------footer--------*/
	

}
	


/*****************************************************************************************************************************************************************************************/

@media (max-width: 430px){
	
	.logo{
		top: 5px;
		width: 50px;
	}

	.ou{
		font-size: 16px;
		padding-bottom: 3px;
	}

	.container{
		padding: 16px 8px 0px 8px;
	}

	
	nav ul li{
		display: inline-block;
		list-style: none;
		margin: 10px 0px;
		margin-left: 40px;
	}

	nav ul li a::after{
		content: ' ';
		width: 0%;
		height: 2px;
		background: #0000FF;
		position: absolute;
		left: 0;
		bottom: 5px;
		transition: 0.0s;

	}


	nav ul li a:hover::after{
		width: 100%;
	}

	.header-text{
		padding: 8px;
	}

	.header-text p{
		font-size: 16px;
	}

	.header-text p em{
		font-size: 16px;

	}

	.footerContainer{
		width: 100%;
		padding: 30px 30px 30px;
		position: absolute;
	}
	
	.socialmedia{
		display: flex;
		justify-content: center;
	}
	
	
	.footerbottom{
		padding: 20px;
		text-align: center;
	}

	#portfolio{
		padding: 10px 10px 20px;
		max-width: 1920px;
		width: 100%;
	}

	.pc{
        display:none;
    }
    .mobil{
        width:100%;
        display:block;
    }

	.work-container{
		display: block;
	}


	.colum{
		display: flex;
		flex-direction: column;
		width:100%;
	}

	.colum2{
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.colum3{
	display: flex;
	flex-direction: column;
	width: 100%;
	}
	.colum4{
	display: flex;
	flex-direction: column;
	width: 100%;
	}
	.colum5{
	display: flex;
	flex-direction: column;
	width: 100%;
	}

}

/************************************************************************************************************************************************************************************/

@media (max-width: 395px){

	.logo{
		top: 5px;
		width: 50px;
	}

	.ou{
		font-size: 16px;
		padding-bottom: 3px;
	}

	.container{
		padding: 16px 8px 0px 8px;
	}

	
	nav ul li{
		display: inline-block;
		list-style: none;
		margin: 10px 0px;
		margin-left: 40px;
	}

	nav ul li a::after{
		content: ' ';
		width: 0%;
		height: 2px;
		background: #0000FF;
		position: absolute;
		left: 0;
		bottom: 5px;
		transition: 0.0s;

	}

	nav ul li a:hover::after{
		width: 100%;
	}

	.footerContainer{
		width: 100%;
		padding: 30px 30px 30px;
		position: absolute;
	}
	
	.socialmedia{
		display: flex;
		justify-content: center;
	}
	
	
	.footerbottom{
		padding: 20px;
		text-align: center;
	}

	#portfolio{
		padding: 10px 10px 20px;
		max-width: 1920px;
		width: 100%;
	}
	.pc{
        display:none;
    }
    .mobil{
        width:100%;
        display:block;
    }

	.work-container{
		display: block;
	}

	.colum{
		display: flex;
		flex-direction: column;
		width:100%;
	}

	.colum2{
		display: flex;
		flex-direction: column;
		width: 100%;
	}
}

/*****************************************************************************************************************************************************************************************/

@media (max-width: 375px){
	
	.logo{
		top: 5px;
		width: 50px;
	}

	.ou{
		font-size: 16px;
		padding-bottom: 3px;
	}

	.container{
		padding: 16px 8px 0px 8px;
	}


	nav ul li{
		display: inline-block;
		list-style: none;
		margin: 10px 0px;
		margin-left: 40px;
	}

	nav ul li a::after{
		content: ' ';
		width: 0%;
		height: 2px;
		background: #0000FF;
		position: absolute;
		left: 0;
		bottom: 5px;
		transition: 0.0s;

	}

	nav ul li a:hover::after{
		width: 100%;
	}

	.header-text{
		padding: 16px 8px 8px 8px;
	}

	.header-text p{
		font-size: 16px;
	}

	.header-text p em{
		font-size: 16px;
	}

	
	.footerContainer{
		width: 100%;
		padding: 30px 30px 30px;
		position: absolute;
	}
	
	.socialmedia{
		display: flex;
		justify-content: center;
	}
	
	
	.footerbottom{
		padding: 20px;
		text-align: center;
	}

	#portfolio{
		padding: 10px 10px 20px;
		max-width: 1920px;
		width: 100%;
	}

	.pc{
        display:none;
    }
    .mobil{
        width:100%;
        display:block;
    }

	.work-container{
		display: block;
	}

	.colum{
		display: flex;
		flex-direction: column;
		width:100%;
	}

	.colum2{
		display: flex;
		flex-direction: column;
		width: 100%;
	}

}

/***************************************************************************************************************************************************************************************/

@media (max-width: 360px){
	
	.logo{
		top: 5px;
		width: 50px;
	}

	.ou{
		font-size: 16px;
		padding-bottom: 3px;
	}

	.container{
		padding: 16px 8px 0px 8px;
	}

	
	nav ul li{
		display: inline-block;
		list-style: none;
		margin: 10px 0px;
		margin-left: 40px;
	}

	nav ul li a::after{
		content: ' ';
		width: 0%;
		height: 2px;
		background: #0000FF;
		position: absolute;
		left: 0;
		bottom: 5px;
		transition: 0.0s;

	}

	nav ul li a:hover::after{
		width: 100%;
	}

	
	.footerContainer{
		width: 100%;
		padding: 30px 30px 30px;
		position: absolute;
	}
	
	.socialmedia{
		display: flex;
		justify-content: center;
	}
	
	
	.footerbottom{
		padding: 20px;
		text-align: center;
	}

	#portfolio{
		padding: 10px 10px 20px;
		max-width: 1920px;
		width: 100%;
	}

	.work-container{
		display: block;
	}
	.pc{
        display:none;
    }
    .mobile{
        width:100%;
        display:block;
    }

	.colum{
		display: flex;
		flex-direction: column;
		width:100%;
	}

	.colum2{
		display: flex;
		flex-direction: column;
		width: 100%;
	}

}

/*****************************************************************************************************************************************************************************************/