html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	vertical-align:baseline;
}

html
{
    height:100%; 
	width: 100%;
    margin-bottom: 0px; 
	font-family: 'Rubik', sans-serif;
	scroll-behavior: smooth;
	
}

body 
{
    text-align:center;
    height:100%; 
	width: 100%;
    margin-bottom: 0px;
    font-family: 'Rubik', sans-serif;
	direction:rtl;
	scroll-behavior: smooth;
}




* ::-webkit-scrollbar {
    width: 16px;
	
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(-90deg, rgba(254,80,0,1) 0%, rgba(254,170,0,1) 35%, rgba(254,166,0,1) 100%);
    border-radius: 10px;}

	::-webkit-scrollbar-track {
    background: linear-gradient(90deg, rgba(179,0,255,0.1) 0%, rgba(209,0,215,0.1) 75%, rgba(209,0,215,0.1) 100%);
}
	


div.header{
	width: 100%;
	
	
	background: rgb(254,80,0);
background: linear-gradient(-90deg, rgba(254,80,0,1) 0%, rgba(254,170,0,1) 35%, rgba(254,166,0,1) 100%);
	
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding-top: 28px;
    padding-bottom: 34px;
}


div.header a.logo-header{
	padding: 0 30px 0 0;
	float: right;
	display: inline-block;
	cursor: pointer;
}




div.header img.logo-header{
	height: 120%;
	padding: 0 30px 0 0;
	float: right;
}


div.header a.menu-option{
	
	color: white;
	text-shadow: 0 0 30px #fe5000;
	text-shadow: 2px 2px 1px #fe5000; 
	
	font-size: 28px;
	text-decoration: none;
	margin: 0 40px;
	transition: 0.2s;
	font-weight: 400;
	display: inline-block;
}

div.header a.menu-option:hover{
	color: black;	
	text-shadow: 0 0 30px #fe5000;
	text-shadow: 2px 2px 1px #fe5000; 
}


div.first-part{
	margin: 50px 0;
	text-align: center;
	padding: 60px 0;
}


div.first-part h1{
	font-weight: 600;
	font-size: 32px;
	
	
}


div.first-part img.shirts{
	 width: 32%;
	transition: 0.4s;
	overflow-y: auto;
  overflow-x: hidden;
	
}

div.first-part img.shirts:hover{
	transform: translateY(-5%);
	
}




i.fa-shirt{
	color: #fe5000;
	font-size: 26px;
}


div.second-part{
	text-align: center;
}


div.second-part img{
	width: 100%;
}


a.button1-ap{
	text-decoration: none;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 35px;
	color: white;
	background-color: #fe5000;
	margin: 25px;
	font-size: 21px;
	transition: 0.1s;
}


a.button2-ap{
	text-decoration: none;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 35px;
	color: white;
	background-color: rgba(255,151,22,1.00);
	margin: 25px;
	font-size: 21px;
	transition: 0.1s;
}

a.button1-ap:hover, .button2-ap:hover{
	background-color: black;
}


a.button3-ap:hover{
	background-color: white;
	color: #fe5000;
}

div.logo-container{
	white-space: nowrap;
	position: absolute;
}


div.shirts-scroller{
	   margin: 30px;
        padding: 32px;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
	text-align: center;
	width: 60%;
	display: inline-block;
	
	
	
}




div.drawings-scroller{
	   margin: 30px;
        padding: 32px;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
		text-align: center;
	width: 60%;
	display: inline-block;

}

div.boxer{
		
	
	display: inline-block;
  margin: 20px;
  border: 1px solid black;
  overflow: hidden; 
	border-radius: 20px;
	outline: white solid 1px;
}

div.drawings-scroller img.boxer{
	display: block;
  transition: transform .4s;
}

img.drawings{
	 height: 450px;
	transition: 0.4s;
	overflow-y: auto;
  overflow-x: hidden;
	margin: 10px;
	border-radius: 20px;
	overflow: hidden;
	
}



img.drawings:hover{
	transform: scale(1.2);
  transform-origin: 50% 50%;
}


div.third-part{
	background-color: rgba(26,26,26,1.00);
	color: white;
	top: 0;
	margin: 0 auto;
	padding-top: 45px;
}


i.fa-pencil{
	color: #fe5000;
	font-size: 26px;
}







.cover {
  padding: 0px 30px;
  position: relative;
}
.left {
  position: absolute;
  top: 50%;
	z-index: 22;
	    transform: translateX(60px);
}
.right {
  position: absolute;
  top: 50%;
	z-index: 22;
	
}



.cover2 {
  padding: 0px 30px;
  position: relative;
}
.left2 {
  position: absolute;
  top: 50%;
	z-index: 22;
	    transform: translateX(60px);
}
.right2 {
  position: absolute;
  top: 50%;
	z-index: 22;
	
}


button.arrow-buttons{
	font-size: 55px;
	color: #fe5000;
	text-decoration: none;
	display: inline-block;
	background: none;
	outline: none;
	border: none;
	padding: 0 20px;
	transition: 0.1s;
	
}

button.arrow-buttons:hover{
	color: black;

}


button.arrow-buttons2{
	font-size: 55px;
	color: #fe5000;
	text-decoration: none;
	display: inline-block;
	background: none;
	outline: none;
	border: none;
	padding: 0 20px;
	transition: 0.1s;
	
}

button.arrow-buttons2:hover{
	color: white;

}

footer{
	background: rgb(254,80,0);
background: linear-gradient(-90deg, rgba(254,80,0,1) 0%, rgba(254,170,0,1) 35%, rgba(254,166,0,1) 100%);
	
	height: 40px;
	text-align: center;
	bottom: 20px;
	right: 20px;
	vertical-align: baseline;
	  margin: auto;
  padding: 10px;
}


footer a.ap-credit{
	color: white;
	text-decoration: none;
	display: inline-block;
  margin: auto;
  width: 50%;
  padding: 10px;
	transition: 0.3s;
	
}


footer a.ap-credit:hover{
	text-shadow: 0 0 15px #DC4500;
}



/* Codex responsive refinements */
* {
	box-sizing: border-box;
}

html,
body {
	min-width: 0;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 900px) {
	div.header {
		padding: 16px 12px 18px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 12px 18px;
	}

	div.logo-container {
		position: static;
		width: 100%;
		text-align: center;
		white-space: normal;
	}

	div.header a.logo-header,
	div.header img.logo-header {
		float: none;
		padding: 0;
	}

	div.header img.logo-header {
		height: 44px;
		width: auto;
	}

	div.header a.menu-option {
		font-size: clamp(20px, 6vw, 28px);
		margin: 0 8px;
	}

	div.first-part {
		margin: 28px 0;
		padding: 42px 0;
	}

	.cover,
	.cover2 {
		padding: 0 10px;
	}

	div.first-part h1 {
		font-size: clamp(25px, 7vw, 32px);
		line-height: 1.25;
		padding: 0 12px;
	}

	div.shirts-scroller,
	div.drawings-scroller {
		width: calc(100% - 68px);
		margin: 18px 0;
		padding: 18px 8px;
		scroll-snap-type: x proximity;
	}

	div.first-part img.shirts {
		width: 72vw;
		max-width: 340px;
		scroll-snap-align: center;
	}

	img.drawings {
		height: min(72vh, 420px);
		max-width: 78vw;
		scroll-snap-align: center;
	}

	div.boxer {
		margin: 10px;
		max-width: 82vw;
	}

	button.arrow-buttons,
	button.arrow-buttons2 {
		font-size: 40px;
		padding: 0 8px;
	}

	.left,
	.left2 {
		transform: none;
		left: 2px;
	}

	.right,
	.right2 {
		right: 2px;
	}

	a.button1-ap,
	a.button2-ap {
		width: min(100%, 340px);
		margin: 10px auto;
		padding: 14px 20px;
		font-size: 18px;
		line-height: 1.35;
	}

	div.second-part img {
		min-height: 180px;
		object-fit: cover;
	}

	footer {
		height: auto;
		padding: 12px;
		line-height: 1.4;
	}

	footer a.ap-credit {
		width: 100%;
		padding: 6px 0;
	}
}

@media (max-width: 480px) {
	div.header a.menu-option {
		font-size: 20px;
	}

	div.shirts-scroller,
	div.drawings-scroller {
		width: calc(100% - 52px);
		padding-left: 4px;
		padding-right: 4px;
	}

	button.arrow-buttons,
	button.arrow-buttons2 {
		font-size: 32px;
	}

	img.drawings {
		height: 360px;
	}
}