*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.banner
{
	 width: 100%;
	 height: 100vh;
	 background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(watch1.gif);
    background-size: cover;
    background-position: center;
}

.navbar
{
	width: 85%;
	margin: auto;
	padding: 35px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.name
{
	color: white;
	font-family: sans-serif;
	font-size: 30px;
}

.name:hover
{
	-ms-transform: scale(1.1);
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}



.navbar ul li
{
	list-style: none;
	display: inline-block;
	margin: 0 20px;
	position: relative;
}
.navbar ul li a 
{
	text-decoration: none;
	color: white;
	font-family: sans-serif;
}
.navbar ul li::after
{
	content: '';
	height: 3px;
	width: 0;
	background: #ffc107;
	position: absolute;
	left: 0;
	bottom: -10px;
	transition: 0.5s;
}
.navbar ul li:hover::after
{
	width: 100%;

}

.content 
{
	width: 100%;
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
}

.title
{
	font-size: 55px;
	line-height: 100px;
	font-weight: bold;
	height: 100px;
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.content p 
{
	margin: 10px auto;
	font-weight: 100;
	line-height: 25px;
	font-family: sans-serif;
	font-size: 25px;
	
}

.butno
{
	padding: 15px 25px;
	margin: 20px;
	font-size: 16px;
	letter-spacing: 3px;
	border: 3px solid #e6b800;
	color: #fff;
	cursor: pointer;
	background: linear-gradient(to right, transparent 50%, #e6b800 50%);
	background-size: 200%;
	background-position: left;
	transition:background-position 0.5s;
	border-radius: 10px;
}

button:hover
{
	background-position: right;
	color: #000;
}

.slider
{
	color: #ffc107;
	font-size: 70px;
	margin-left: 12px;
	box-sizing: border-box;
	animation: slider 6s linear infinite;
}
@keyframes slider
{
	0%{margin-top: -400px; }
	5%{margin-top: -200px; }
	30%{margin-top: -200px; }
	35%{margin-top: 0px; }
	65%{margin-top: 0px; }
	70%{margin-top: 200px; }
	100%{margin-top: 200px; }
}

.zoom
{
   padding: auto;
   transition: transform .2s;
   width: auto;
   height: auto;
   margin: 0 auto;
}

.zoom:hover 
{
   -ms-transform: scale(0.9);
   -webkit-transform: scale(0.9);
   transform: scale(0.9);
}
  
.grid 
{
	margin: 80px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 50px;
	align-items: center;
}

.grid > article
{
	background: white; 
	border: none;
	box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 1.1);
	border-radius: 20px;
	text-align: center;
	width: 250px;
	transition: .3s;
}

.grid > article:hover
{
	transform: translateY(5px);
	box-shadow: 2px 2px 26px 0px rgba(0.4, 0.4, 0.4, 0.4);
}

.grid > article img 
{
	width: 100%;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.text
{
	padding: 0 20px 20px;
}

.text h3
{
	margin-top: 20px;
	text-transform: uppercase;
}

.text button
{
	margin-top: 26px;
	background: #e6b800;
	border-radius: 20px;
	border: none;
	color: #fff;
	padding: 15px;
	width: 100%;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
}

.container
{
	margin-left: 12px;
}

.zoom2 /* content box button */
{
   padding: auto;
   transition: transform .3s;
   width: auto;
   height: auto;
   margin: 0 auto;
}

.zoom2:hover /* content box button */
{
   -ms-transform: scale(1.1); 
   -webkit-transform: scale(1.1); 
   transform: scale(1.1);
}

.allsite  /* whole site */
{
	 background: #f2f2f2;
	 margin-left: 100px;
	 margin-right: 100px;
	 margin-top: -10px;
	 margin-bottom: -80px;
	 box-shadow: 2px 2px 20px 20px rgba(0, 0, 0, 0.3);
}


.aboutme
{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 3rem;
	margin-top: 4rem;
	text-align: center;
}

h1
{
	color: ;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 8px;
	margin-bottom: 40px;
	margin-top: 22px;
}

.imgaboutme
{
	margin-top: 10px;
	margin-bottom: 5px;
}

p 
{
	font-size: 26px;
	color: ;
	line-height: 25px;
	margin-bottom: 30px;
}

.footer 
{
  background-color: black;
  padding: 10px;
  text-align: center;
  margin-top: 100px;
}

.zoom3 /* footer social media  */
{
   padding: auto;
   transition: transform .3s;
   width: 28px;
   height: 28px;
   margin: 0 auto;
}

.zoom3:hover /* footer social media  */
{
   -ms-transform: scale(1.8); 
   -webkit-transform: scale(1.8); 
   transform: scale(1.8);
}

.zoom4 /* About Me Image  */
{
   padding: auto;
   transition: transform .3s;
   width: 330px;
   height: 330px;
   margin: 0 auto;
}

.zoom4:hover /* About Me Image  */
{
   -ms-transform: scale(1.1); 
   -webkit-transform: scale(1.1); 
   transform: scale(1.1);
}



.loader_bg
{
    position: fixed;
    z-index: 999999;
    background: black;
    width: 100%;
    height: 100%;
}


.loader
{
    border: 0 soild transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}


.loader:before, .loader:after
{
    content: '';
    border: 1em solid #e6b800;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader 2s linear infinite;
    opacity: 0;
}


.loader:before
{
    animation-delay: .5s;
}
@keyframes loader
{
    0%{
        transform: scale(0);
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        transform: scale(1);
        opacity: 0;
    }
}


