





html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}






.container {
  position: absolute;
    min-width: 768px;
    margin: auto;
}


 /*............header...........*/

header{
	width: 100%;
	max-width: 100%;
	background-image: url(img/bg.gif);
	/*background-repeat: no-repeat;*/
	background-position: cover;
	background-repeat: no-repeat;
	background-size: cover;
	animation-name: head-bg-bg;
    animation-duration: 20s;
  	animation-iteration-count: infinite;
}


@keyframes head-bg-bg {
    20%{background-image: url(img/bg1.gif);}
    20%{background-image: url(img/bg2.gif);}
    60% {background-image: url(img/bg.gif);}
}

/*--------------*/
header section{
	height: 500px;
	max-width: 100%;



	background-image: url(img/heading.png);
	background-repeat: no-repeat;
	background-position: right;
	animation-name: head-bg;
    animation-duration: 20s;
  	animation-iteration-count: infinite;
}


@keyframes head-bg {
    25%{background-image: url(img/rifat.png);}
    50%{background-image: url(img/rifat2.png);}
}
/*---------------------menu bar start------------------*/

#menu{
	float: left;
	height: 40px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 30px;
	color: black;
	background-color: gray;
	display: block;
}


#menu:hover{
	background-color: gray;
	opacity: 0.8;
}
.menu-icon{
	margin: 0 auto;
	height: 100%;
	float: left;
	width: 30%;
	background-color:rgb(117, 124, 161);
	display: block;
}
.menu-icon:hover{
	color: black;
	background-color: rgb(117, 124, 229,0.3);
}

.menu-icon img{
	height: 100%;
	float: left;
	margin: 0 auto;
}


.menu-right{
	font-size: 20px;
	width: 70%;
	float: right;
	display: block;
	margin: 0 auto;
	display: inline;
	padding-top: 7px;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
	transform: scale(1.5);
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
/*----------------------------stop menu bar--------------------*/


/*--------------------------start home---------------------*/

#home{
	float: left;
	font-family: 'Raleway', sans-serif;
	margin-left: 10px;
	padding-top: 90px;
	padding-left: 10px;
	padding-right: 10px;
}

#home .head-text{
	font-size: 40px;
	color: #b3b3b3;
	text-shadow: 2px 1px #ffffff;
}
#home .name{
	padding: 10px 0px;
	font-size: 40px;
	color: #4dffc3;
	text-shadow: 2px 1px white;
}
#home .head-ani{
	padding-left: 5px;
	padding-top: 5px;
	font-size: 20px;
	color: white;
	animation: type 5s steps(22);
	overflow: hidden;
	white-space: nowrap;
	animation-iteration-count: infinite;
}

@keyframes type {
	0%{
		width: 0ch;
	}

	100%{
		width: 30ch;
	}
}
}

/*-------------------------------------*/

/*------------button start--------------*/
.bottom{
	font-family: 'Zen Dots', cursive;
}


.bottom a {
  margin-top: 50px;
  margin-left: 40px;
  padding: 5px;
  text-decoration: none;
  font-size: 36px;
  color:#ffffff;
  background-color: #333333;
  border-radius: 30%;
  box-shadow: 3px 3px 0px 0px  #cccccc;

}
.bottom a:hover{
	background-color: #f2f2f2;
	color:  #4d4d4d;
	box-shadow: 3px 3px 0px 0px #808080;
}

/*------------------stop button-----------------*/



/*---------------------stop header---------------*/




/*-----------------start menu-------------------*/

menu{

	max-width: 100%;
	margin: 0 auto;
	padding: 0px;
}

/*----------------------------start projct-------------------*/

#project{
	padding: 32px 0px;
	margin: 0 auto;
	width: 70%;
	float: right;
font-family: 'Oleo Script', cursive;
	background-color:  #003366;
}
#project h1{
	text-shadow: 3px 4px black;
	font-size: 30px;
	padding: 15px;
	color: white;
	text-align: center;
}

.project-area{
	padding: 10px 20px;
}
#project .project-area .pharmacy{
	margin: 5px;
	margin-bottom: 20px;
	text-align: center;
	background-color:#0066cc; 
	float: left;
	height: 350px;
	width: 30%;
}
#project .project-area .pharmacy:hover{
	box-shadow: 2px 2px 2px 2px gray;
	transform: scale(1.1);
}

.project-area .pharmacy img{
	
	text-align: center;
	height: 80%;
	width: 90%;
}
.project-area .pharmacy img:hover{
	opacity: 0.5;
	width: 100%;
}
.project-area .pharmacy p{
	font-size: 25px;
	text-align: center;
	width: 100%;
	color: white;
	text-shadow: 2px 2px black;
}

/*----------------------------stop project------------------*/


/*-----------------------------start about-----------------*/

#about{
	margin: 10px 0px;
	text-align: center;
	background-color:  hsl(209, 12%, 52%);
	float: left;
	width: 30%;
}

.about-head{
	font-family: 'Titillium Web', sans-serif;
	font-size: 30px;
	color: white;
	text-shadow: 2px 2px black;
}
.about-head h1{
	margin: 20px 0px;
	background-color:  #666666;
}
.about-head img{
	height: 150px;
	width: 150px;
	border-radius: 50%;
	background-color:  #00ffff;

}


#about .name{
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.1);
	float: left;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}
#about .name h2{
	font-size: 35px;
	padding: 5px;
	text-shadow: 1px 1px white;
}

#about .name h3{
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 1000px;
	box-shadow: 0.1px 0.5px white;
	display: inline-block;
	background-color: gray;
	font-family: 'Zen Dots', cursive;
}


#about .name p{
	display: inline;
	color:  #f2f2f2;
	font-size: 30px;
	text-align: center;
	float: left;
	padding: 10px;
	font-family: 'Italianno', cursive;
}

#about .name .downlod a{
	text-align: center;
	text-decoration: none;
	border-radius: 1000px;
	display: inline;
	padding: 10px;
	font-size: 30px;
	background-color: white;
	border-color: gray;
	border-style: solid;
}
#about .name .about-contact a{
	text-align: center;
	text-decoration: none;
	border-radius: 1000px;
	display: inline;
	padding: 10px;
	font-size: 30px;
	background-color: gray;
	border-style: solid;
	border-color: white;
}



.about-map iframe{
	margin-top: 50px;
	height: 200px;
	width: 100%;
}













/*---------------------------stop about-----------------*/







/*----------------------------start skills-----------------*/
#Skills {
	margin: 10px 0px;
	width: 30%;
	float: left;
	padding-top: 50px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;

  max-width: 100%;
  background-image: radial-gradient( #a6a6a6,  #808080, #8c8c8c, #b3b3b3,  #4d4d4d, #003366);
}

.skills-icon{
	text-align: center;
}
.skills-icon img{
	height: 100px;
	width: 100px;
	max-width: 100%;
	background-color:  #cccccc;
	border-radius: 50%;
	box-sizing: border-box;
	box-shadow: 0px 2px 2px 0px  white;
}
.skills-icon img:hover{
	transform: scale(1.2);
	background-color: white;
}
#Skills .skills-tittle{
	height: 40px;
	text-align: center;
	max-width: 100%;
	font-size: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	background-color:  #666666;
}




.skill-container{
			font-size: 20px;
		max-width: 100%;
		padding: 20px;
	}

	.skill-container li{
		list-style-type: none;
		margin: 50px 0;
		font-weight: bolder;
		text-transform: uppercase;
		position: relative;
	}

	.skill-container li::before{
		content: '';
		position: absolute;
		top: calc(100% + 5px);
		left: 0;


		background-color: #6699ff;
		width: 100%;
		height: 25px;
		border-radius: 1000px;
	}

	.skill-container li::after{
		content: '';
		position: absolute;
		top: calc(100% + 5px);
		left: 0;


		background-color:  #0099ff;
		width: 0%;
		height: 25px;
		border-radius: 1000px;




		animation-duration: 3s;
		animation-timing-function: linear;
		animation-delay: 1s;
		animation-iteration-count: infinite;
		animation-direction: forward;

	}


	.skill-container li.html::after{
		animation-name: html;
	}
	@keyframes html{
		to{
			width: 90%;
			background-color:  #003cb3;
		}
	}



	.skill-container li.css::after{
		animation-name: css;
	}


	@keyframes css {
		to{
			width: 80%;
			background-color:  #003cb3;
		}
	}



	.skill-container li.javascript::after{
		animation-name: javascript;
	}
	@keyframes javascript {
		to{
			width: 60%;
			background-color:  #003cb3;
		}
	}



	.skill-container li.phython::after{
		animation-name: phython;
	}
	@keyframes phython {
		to{
			width: 40%;
			background-color:  #003cb3;
		}
	}



	.skill-container li.github::after{
		animation-name: github;
	}
	@keyframes github {
		to{
			width: 70%;
			background-color:  #003cb3;
		}
	}


	.skill-container li.ms-pp::after{
		animation-name: ms-pp;
	}
	@keyframes ms-pp {
		to{
			width: 75%;
			background-color:  #003cb3;
		}
	}



	.skill-container li.illustrator::after{
		animation-name: illustrator;
	}
	@keyframes illustrator {
		to{
			width: 70%;
			background-color:  #003cb3;
		}
	}



	.skill-container li.photo::after{
		animation-name: photo;
	}
	@keyframes photo {
		to{
			width: 60%;
			background-color:  #003cb3;
		}
	}



	.skill-container li.photo-shop::after{
		animation-name: photo-shop;
	}
	@keyframes photo-shop {
		to{
			width: 60%;
			background-color:  #003cb3;
		}
	}



	.skill-container li.video::after{
		animation-name: video;
	}
	@keyframes video {
		to{
			width: 70%;
			background-color:  #003cb3;
		}
	}


	.skill-container li.marketing::after{
		animation-name: marketing;
	}
	@keyframes marketing {
		to{
			width: 70%;
			background-color:  #003cb3;
		}
	}














/*-------------------stop skills-----------------*/






.clean{
	clear: both;
}





      /*-----------------start contact----------*/

.contact{
	height: 600px;
	box-sizing: border-box;
	padding: 50px 50px;
	background-color: rgba(0, 0, 10, 0.7);
}
.contact h1{
	text-align: center;
	color: white;
	text-shadow: 2px 2px gray;
}

#contact-form{
	color: rgb(227, 228, 243);
	font-size: 20px;
	margin: 50px 0px;
	padding: 50px 30px;
	text-align: center;
	float: left;
	width: 50%;
	background-color: rgba(0, 0, 0, 0.3);
	border-style: solid;
	border-color:  black;
}


.contact-icon-box{
	box-sizing: border-box;
	font-size: 30px;
	padding: 5px;
	text-align: center;
	float: right;
	height: 100px;
	width: 50%;
max-width: 30%;
	background-color: gray;
	margin-left: 1%;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 2%;
}
.contact-icon-box:hover{
	background-color: rgba(0, 111, 155,0.3);
}

.contact-icon-box p:hover{
	color: gray;
}


#contact-icon{
	height: 400px;
	text-align: center;
	margin: 50px 0px;
	text-align: center;
	float: right;
	width: 50%;
	background-color: rgba(0, 0, 0, 0.3);
	border-style: solid;
	border-color: black;
}

#contact-icon a{

	color: white;
	text-decoration: none;
}

#contact-icon a img{
	height: 50px;
	color:white;
}




.box-email{
	height: 100px;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
}
.box-email h1{
	font-size: 30px;
	color: white;
}

.box-email a{
	display: inline;
	box-sizing: border-box;
	padding: 5px;
	border-radius: 1000px;
	border-style: dotted;
	border-color: gray;
	margin-top: 10px;
	background-color: rgba(0, 111, 155,0.3);
	font-size: 20px;
	box-sizing: border-box;
	text-decoration: none;
}















/*-------------------------------------------*/

footer{
	color: white;
	height: 150px;
	background-color: rgb(31, 41, 62);
}
footer p{
	font-size: 20px;
	padding-top: 50px;
	text-align: center;
}

.top-btn a{
	padding: 5px;
	border-radius: 1000px;
	background-color: green;
	margin-right: 50px;
	float:right; ;
	font-size: 50px;
	position: ;
	color: red;
}















