﻿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;
}


