*{
	margin: 0;
	padding: 0;
} 

/*..........................Marquee Action...........................*/
.marquee-container {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, #ff6f61, #ffcc00);
  padding: 10px 0;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-family: Arial, sans-serif;
  position: relative;
}

.marquee-text {
  display: inline-block;
  white-space: nowrap; 
  font-size: 1.5rem; 
  color: #DAF7A6;
  padding-left: 100%;
  animation: marquee 10s linear infinite;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

/*..........................Header Action...........................*/

.header{
		min-height: 49vh;
		width: 100%;
		background-image: url("mhtamirweb01.jpg");
		background-position: center;
		background-size: cover;
		position: relative;

}
nav{
	display: flex;
	padding: 3% 5%;
	justify-content: space-between;
	align-items: center;
}
nav h1{
		color: white;
		font-size: 20%px;
		text-transform: uppercase;
}
nav img{
	width: 150px;
	height: 150px;
	position: absolute;
	top: 15%;
	right: 78%;
	border-radius: 60%;
}

.nav-menu{
			flex: 1;
			text-align: right;
}
.nav-menu ul li{
	list-style: none;
	display: inline-block;
	margin: 0px 12px;
	position: relative;

}
.nav-menu ul li a{

	text-decoration: none;
	color: rgb(217, 20, 52);
	font-size: 16px;
}
.nav-menu ul li::after {
	content: '';
	width: 0px;
	height: 10px;
	background: rgb(227, 14, 49);
	display: block;
	margin: auto;
	position: absolute;
	bottom: -5;
	transition: .5s;
}

.nav-menu ul li:hover::after{
	width: 100%
}
.profile-image{
	width: 160px;
	height: 160px;
	position: absolute;
	top: 40%;
	left: 80%;
	transform: translate(25%, -25%);
	border-radius: 49%;
}

/*..........................Title Description Action...........................*/

.titledescription {
	width: 90%;
	color: #DAF7A6;
	position: absolute; 
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.titledescription h1{
	font-size: 50px;
	color: #1C1C3E;
}
.titledescription p{
	font-size: 25px;
	color: #DAF7A6;
}
.titledescription a{
	display: inlne-block;
	tex-decoration: none;
	color: #C70039;
	border: 2px solid #1C1C3E;
	background: transparent;
	position: relativw;
	cursor: pointer;
	padding: 17px 49p;
	font-size: 19px ;
}
.titledescription a:hover{
	background: white;
	border: 3px solid #DAF7A6;
	transition: 1s;

}
nav span{
	display: block;
	color: white;
	margin: 15px;
	font-size: 25px;
	cursor: pointer; 
}
nav span{
	display: none;
}

/*..........................About Me Action...........................*/ 

.row{
	width: 100%;
	height: 9%; 
	display: flex;
	margin-top: 2%  ;
	justify-content: space-between;
}
.About-me {
	background-color: #dcedc8;
	width: 100%;
	height: 9%; 
	text-align: center;
	padding-top: 59px;
}
.About-me h1{
	color: #1C1C3E;
	text-decoration: none;
}
.About-me-col{

	flex-basis: 49%;
	border-radius: 11px;
	margin-bottom: 3%;
}
.About-me-col h2{
	color: #1b5e20;
	margin-top: 11px;
	margin-bottom: 11px;
	text-align: left;

}
.About-me-col p{
	color: #0d47a1;
	width: 500px;
  font-size: 16px;
  line-height: 1.5;
	font-weight: 300px;
	padding: 7px;
	text-align: justify; 
}

.About-me-col img {
  width: 39%;
  height: 81%;
  border-radius: 71%;
} 

/*..........................My Skill Action...........................*/
.My-Skill {
  width: 100%;
  background: #026B50;
  padding: 40px 20px;
  box-sizing: border-box;
}

.My-Skill h1 {
  text-align: center;
  text-decoration: none;
  color: #dcedc8;
  margin-bottom: 30px;
}

.My-Skill-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.My-Skill-col {
  flex-basis: 48%;
  background: #004D40;
  border-radius: 11px;
  margin-bottom: 20px;
  padding: 20px;
  box-sizing: border-box;
  color: #dcedc8;
}

.My-Skill-col p {
  color: #dcedc8;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 20px;
}

.My-Skill-col li{
	list-style: none;
	margin-top: 15px 0;
}
.My-Skill-col .bar{
	display: block;
	height: 3px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 10px #D4DEF2;
}
.My-Skill-col .bar span{
	height: 31px;
	float: left;
	background: #dcedc8;
}

/* Progress levels with animations */

.html{
			width: 75%;
			animation: html 2s;
}
.css{
			width: 70%;
			animation: css 2s;
}
.javascript{
			width: 65%;
			animation: javascript 2s;
}
.bootstrap{
			width: 60%;
			animation:  bootstrap 2s;
}
.php{
			width: 55%;
			animation: php 2s;
}
/* Animations */

@keyframes html{
	0%{
		width: 0%;} 
		100%{
		width: 80%;
	}
}
@keyframes css{
	0%{
		width: 0%;} 
		100%{
		width: 80%;
	}
}
@keyframes javascript{
	0%{
		width: 0%;} 
		100%{
		width: 80%;
	}
}
@keyframes bootstrap{
	0%{
		width: 0%;} 
		100%{
		width: 80%;
	}
}
@keyframes php{
	0%{
		width: 0%;} 
		100%{
		width: 80%;
	}
}


/*..........................My Services Action...........................*/

.My-Services {
		width: 100%;
		margin: auto;
		background: #1C1C3E;
		padding-top: 69px; 
		text-align: center;
} 
.My-Services h1{
	text-align: center;
	text-decoration: none;
	color: #dcedc8;

}
.My-Services p{
	color: #cbc3e9;
	font-size: 15px;
	font-weight: 89;
	line-height: 19px;
	padding: 15px;
}
.My-Services-collam {
	flex-basis: 29%;
	background: #dcedc8;
	border-radius: 10px;
	margin-bottom: 7%;
	padding: 19px  15px;
	box-sizing: border-box;
}


.My-Services-collam p{
	text-align: justify;
	color: #1C1C3E;
	font-size: 13px;
	font-weight: 89;
	line-height: 17px;
	padding: 11px;
}
.My-Services-collam h2{
	text-align: center;
	font-size: 90;
	margin: 5px;
	color: #890e28;
}

.My-Services-collam:hover{
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

/*..........................Portfolios Action...........................*/

.Portfolios {
		width: 100%;
		margin: auto;
		background: #dcedc8;
		padding-top: 49px;
		text-align: center;
} 
.Portfolios h1{
	text-align: center;
	text-decoration: underline;
	color: #890e28;

}
.Portfolios p{
	color: #1C1C3E;
	font-size: 13px;
	font-weight: 90;
	line-height: 18px;
	padding: 12px;
}
.Portfolios-col{
	flex-basis: 31%;
	border-radius: 11px;
	margin-bottom: 31px;
	position: relative;
	overflow: hidden;
}
.Portfolios-col img{
		width: 100%;
		height: 100%;
		display: block;
}
.overlay{
		background: transparent;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		transition: 1s;
}
.overlay:hover{
	background: rgba(220, 0, 0, 0.5);
}
.overlay h3{
	width: 100%;
	font-weight: 500;
	color: #dcedc8;
	font-size: 29px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	opacity: 0;
}
.overlay:hover h3{
	bottom:49%;
	opacity: 1;
	transition: 1s;
}

/*..........................What Pepole Say Action...........................*/

.testimonials {
		width: 100%;
		margin: auto;
		background: #dcedc8;
		padding-top: 60px;
		text-align: center;
} 
.testimonials h1{
	text-align: center;
	text-decoration: underline;
	color: #890e28;

}
.testimonials p{
	color: #1C1C3E;
	font-size: 13px;
	font-weight: 90;
	line-height: 18px;
	padding: 12px;
}
.testimonials-coll{
	flex-basis: 40%;
	border-radius: 10px;
	margin-bottom: 5%;
	text-align: left;
	padding: 25px;
	background: #8fb97d;
	cursor: pointer;
	display: flex;
	
}
.testimonials-coll img{
		width: 60px;
		height: 60px;
		margin-left: 5px;
		margin-right: 30px;
		border-radius: 50%;
}
.testimonials-coll p{
	padding: 0;
}

.testimonials-coll h4{
	margin-top: 15px;
} 

/*..........................Coll-to- action Action...........................*/

.coll-to-action {
  width: 80%;
  margin: 100px auto;
  /* তিনটি ব্যাকগ্রাউন্ড লেয়ার: উপরে linear-gradient overlay, মাঝখানে subtle radial gradient,
     তলায় ইমেজ */
  background:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.05), transparent 70%),
    url('mhtamirweb02.jpg') center/cover no-repeat;
  border-radius: 10px;
  text-align: center;
  padding: 100px 0;
  box-sizing: border-box;
  position: relative;
}

.coll-to-action h1 {
  color: #dcedc8;
  margin-bottom: 25px;    /* margin-bottim → margin-bottom */
  font-size: 2.5rem;
  line-height: 1.2;
}

.coll-to-action a {
  display: inline-block;
  text-decoration: none;
  color: #dcedc8;
  border: 2px solid #dcedc8;
  padding: 10px 25px;
  background: transparent;  /* trasparent → transparent */
  position: relative;
  cursor: pointer;
  transition: background 0.3s, color 0.3s, transform 0.3s;
}

.coll-to-action a:hover {
  background: #1C1C3E;
  color: #fff;
  transform: translateY(-3px);
  /* border-radius and border fix */
  border: 2px solid #000;
  border-radius: 4px;
}


/*..........................Footer Action...........................*/

.footer{
	width: 93%; 
	height: 1%;
	margin: #90a4ae; 
	background: #1C1C3E;
	padding: 30px 40px;
	text-align: left;
}
.footer-collum{
	width: 30%;
	padding: 0px 15px;
}
.footer-collum h1{
	font-size: 21px;
	color: #dcedc8;
	margin-bottom: 30px;
	fornt-wight:500;
	position: relative;
}
.footer-collum h1::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	background-color: #dcedc8;
	height: 5px;
	width: 82px;
	box-sizing: border-box;
}
.footer-collum ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-collum ul li a{
	font-size: 15px;
	text-transform: capitalize;
	color: #dcedc8;
	text-decoration: none;
	display: block;
	transition: all 0.15s ease;
}
.footer-collum ul li a:hover{
	padding-left: 8px;
	color: #dcedc8;
}
.footer-collum .social-links a{
			display: inline-block;
			height: 35px;
			width: 35px;
			background-color: rgba(225, 225, 225, 0.4);
			margin: 0 10px 10px 0;
			border-radius: 55%;
			line-height: 55%;
			text-align: center;
			padding-block-start: 10px;
			color: #d6d7d4;
}

.footer-collum .social-links a:hover{
			color: rgba(225, 225, 225, 0.4);
			background: #dcedc8;

}


/*..........................Responsive Action...........................*/
/*..........................Responsive Action...........................*/

@media (max-width: 700px) {.titledescription {
	width: 90%;
	color: darkred;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}	.titledescription h1{
	font-size: 27px;
	color: #1C1C3E;; 
}

nav img{
	width: 160px;
	height: 160px;
	position: absolute;
	top: 19%;
	right: 69%;
	border-radius: 445%;
}
nav span{
	display: block;
	color: red;
	margin: 10px;
	font-size: 20px;
	cursor: pointer; 
}
.nav-menu{
	position: absolute;
	background: rgba(0, 0, 0, 0.2)
	hight: 25vh ;
	width: 300px;
	top: 0;
	right: -300px;
	text-align: left;
	z-index: 1;
	transition: 1s;
}
.nav-menu ul li{
	display: block;
	margin: 5px 0;
}
.nav-menu ul{
	padding: 10px;
}
.profile-image{
	width: 120px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-45%, -31%); 
}

/*..........................About Me Action...........................*/ 

.row{

	display: flex;
	margin-top: 5%  ;
	justify-content: space-between;
}
.About-me {

	width: 100%;
	margin: auto;
	text-align: center;
	padding-top: 115px;
}
.About-me h1{
	color: #0d47a1;
	text-decoration: none;
}
.About-me-col{

	flex-basis: 49%;
	border-radius: 15px;
	margin-bottom: 3%;
}
.About-me-col h2{
	color: #1b5e20;
	margin-top: 14px;
	margin-bottom: 14px;
	text-align: left;

}
.About-me-col p{
	color: #0d47a1;
	width: 195px;
  font-size: 9px;
  line-height: 1;
	font-weight: 150px;
	padding: 5px;
	text-align: justify; 
}

.About-me-col img {
  width: 91%;
  height: 81%;
  border-radius: 55%;
}
/*..........................My Skill Action...........................*/

.My-Skill{
		width: 100%;
		margin: auto;
		background: #026B50;
		padding-top: 41px;

}
.My-Skill h1{
	text-align: center;
	text-decoration: none;
	color: #dcedc8;
}
.My-Skill-col{
		flex-basis: 48%;
		border-radius: 12px;
		margin-bottom: 5%;
}
.My-Skill-col p{
			color: #dcedc8;
			font-size: 10px;
			font-weight: 300px;
			font-height: 10px;
			padding: 14px;
			text-align: justify-all;
}
.My-Skill-col li{
	list-style: none;
	margin-top: 20px 0;
}
.My-Skill-col .bar{
	display: block;
	height: 3px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 10px #D4DEF2;
}
.My-Skill-col .bar span{
	height: 20px;
	float: left;
	background: white;
}
.html{
			width: 80%;
			animation: html 2s;
}
.css{
			width: 70%;
			animation: css 2s;
}
.javascript{
			width: 60%;
			animation: javascript 2s;
}
.bootstrap{
			width: 50%;
			animation:  bootstrap 2s;
}
.php{
			width: 50%;
			animation: php 2s;
}
@keyframes html{
	0%{
		width: 0%;} 
		100%{
		width: 80%;
	}
}
@keyframes css{
	0%{
		width: 0%;} 
		100%{
		width: 80%;
	}
}
@keyframes javascript{
	0%{
		width: 0%;} 
		100%{
		width: 80%;
	}
}
@keyframes bootstrap{
	0%{
		width: 0%;} 
		100%{
		width: 80%;
	}
}
@keyframes php{
	0%{
		width: 0%;} 
		100%{
		width: 80%;
	}
}

/*..........................My Services Action...........................*/

.My-Services {
		width: 100%;
		margin: auto;
		background: #1C1C3E;
		padding-top: 59px; 
		text-align: center;
} 
.My-Services h1{
	text-align: center;
	text-decoration: none;
	color: #dcedc8;

}
.My-Services p{
	color: #cbc3e9;
	font-size: 15px;
	font-weight: 89;
	line-height: 19px;
	padding: 15px;
}
.My-Services-collam {
	flex-basis: 11%;
	background: #dcedc8;
	border-radius: 7px;
	margin-bottom: 3%;
	padding: 11px  9px;
	box-sizing: border-box;
}


.My-Services-collam p{
	text-align: justify;
	color: #1C1C3E;
	font-size: 13px;
	font-weight: 17;
	line-height: 11px;
	padding: 11px;
}
.My-Services-collam h2{
	text-align: center;
	font-size: 59;
	margin: 5px;
	color: #890e28;
}

.My-Services-collam:hover{
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
}

/*..........................Portfolios Action...........................*/

.testimonials {
		width: 95%;
		margin: auto;
		background: #1c4edc;
		padding-top: 49px;
		text-align: center;
} 
.Portfolios h1{
	text-align: center;
	text-decoration: underline;
	color: #890e28;

}
.Portfolios p{
	color: #90a4ae;
	font-size: 10px;
	font-weight: 70;
	line-height: 10px;
	padding: 10px;
}
.testimonials-coll{
	flex-basis: 30%;
	border-radius: 10px;
	margin-bottom: 3%;
	text-align: left;
	padding: 20px;
	background: #7392eb;
	cursor: pointer;
	display: flex;
	
}
.testimonials-coll img{
		width: 50px;
		height: 29px;
		margin-left: 5px;
		margin-right: 20px;
		border-radius: 40%;
}
.testimonials-coll p{
	padding: 0;
}

.testimonials-coll h4{
	margin-top: 10px;
}

/*..........................What Pepole Say Action...........................*/

.testimonials {
		width: 100%;
		margin: auto;
		background: #dcedc8;
		padding-top: 60px;
		text-align: center;
} 
.Portfolios h1{
	text-align: center;
	text-decoration: none;
	color: #890e28;

}
.Portfolios p{
	color: #dcedc8;
	font-size: 13px;
	font-weight: 90;
	line-height: 16px;
	padding: 17px;
}
.testimonials-coll{
	flex-basis: 37%;
	border-radius: 8px;
	margin-bottom: 7%;
	text-align: left;
	padding: 23px;
	background: #8fb97d;
	cursor: pointer;
	display: flex;
	
}
.testimonials-coll img{
		width: 60px;
		height: 60px;
		margin-left: 5px;
		margin-right: 30px;
		border-radius: 50%;
}
.testimonials-coll p{
	padding: 0;
}

.testimonials-coll h4{
	margin-top: 15px;
} 

/*..........................Coll-To-Action Action...........................*/

.coll-to-action h1{
	font-size: 20px;
}