*{
	margin: 0;
	padding: 0;
}


body{
	height: 430vh;
}

.about_img img{
  width: 100%;
  max-width: 400px;
  height: auto;

  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
  display: block;
}



header{

	width: 100%;
	height: 1000px;

	background: url("https://preview.colorlib.com/theme/breed2/img/banner/home-banner.png.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.navbar{
	z-index: 20;
	width: 100%;
	position: fixed;
    /*width: 100%;*/
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    /*transform: translateY(70px);*/
    transition: transform 500ms ease , background 500ms ease;
    -webkit-transition: transform 500ms ease , background 500ms ease;
    
	
	display: inline-flex;

}
.aad{
	display: none;
}

a{
	text-decoration: none;
	color: black;
	transition: all 0.2s ease-out; 
}

.navactive{
	background-color: white;
	box-shadow: 0 3px 16px 0 rgb(0 0 0 / 10%);
}
.logo{
	/*height: 92px;*/
	display: inline-flex;
	align-items: center;
	margin-left: 40px;
	

}
.navbar ul{
	display: inline-flex;
	margin-left: 150px;
	/*float: ;*/
}

.navbar ul li{
	font-size: 15px;
	list-style: none;
	padding: 25px 2vw;
	font-family: 'Roboto', sans-serif;
	
}


.navbar ul li a:hover{
	color: pink;
	cursor: pointer;
}

.aa{
	max-width: 80vw;
	margin: auto;
}
.title{
	display: grid;
	grid-template-columns: auto auto;
	width: 89vw;
	height: 491px;
	
}


.write{
	font-family: "Roboto",sans-serif;
	margin-top: 200px;
    color: #05364d;
}
.write h4{

	font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2px;
    color: #797979;

}
.write h1{
	margin-top: 20px;
    font-size: 60px;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 20px;

}

.write h2{
	font-size: 24px;
    font-weight: 300;
    margin-bottom: 0;
}
.boy{
	display: inline-flex;
	justify-content: center;
	/*height: 500px;*/
	/*margin-left: 300px;*/
	/*padding-top: 224px;*/
}

.boy img{
	margin-top: 211px;
	height: 650px;
	padding-left: 250px;
	padding-top: -30px;
}

.but{
	margin-top: 60px;
	display: inline-block;
    background: linear-gradient(to right,#1345e6 0%,#ed239f 51%,#1345e6 100%);
    color: #fff;
    letter-spacing: 0;
    font-family: "Roboto",sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 50px;
    padding: 0 38px;
    outline: none!important;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
    background-size: 200% auto;
}
.bugi{
	display: none;
}

.about{
	display: grid;
	grid-template-columns: 50% 50%;
	padding-top: 100px;
}

.about_text{
	max-width: 35vw;

}

.about_text h3{
	text-transform: uppercase;
	letter-spacing: 2px;
    font-weight: 200;
    font-family: "Roboto",sans-serif;
    font-weight: 700;
    color: #05364d;
}

.about_text h1{
	font-size: 42px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 52px;
    text-transform: capitalize;
    font-family: "Roboto",sans-serif;
    color: #05364d;
    margin-bottom: 20px;
    margin-top: 10px;
}

.about_text p{
	font-size: 14px;
    line-height: 27px;
    font-weight: 300;
    font-family: "Roboto",sans-serif;
    color: #797979;

}

.about_img{
	display: inline-flex;
	justify-content: center;
}
.buger{
	margin-right: 20px;
	display: none;
	padding: 20px 10px ;
	}


.grid{
	width: 100%;
	display: inline-grid;
	grid-template-columns: auto auto auto;
}

.grid_item{
	transition: all 0.2s ease-out;
	padding: 50px 50px;
}
@media only screen and (max-width: 1000px) {
	header{
		background: url("none");
	}
	.about{
		margin-top: 0px;
		display: inline-flex ;
	}
	.about_img{
		display: none;
	}

	.about_img img{
		display: none;
	}
	.about_text{
		/*font-size: ;*/
		margin-left: 30px;
		max-width: 90vw;
	}
	.about_text h1{
		font-size: 24px;
	}
	.about_text h3{
		font-size: 15px;
	}
	.write{
		margin-top: 50px;
	}
	.boy{
		position: absolute;
		top:-100000000px;
	}
	.aad{
	display: inline-flex;
	justify-content: center;
	width: 100vw;

	margin-top: 80px;
}

}

.bar{
	margin-top: 4px;
	margin-left: 5px;
	background-color: #5550d6;
	width: 70px;
	height: 5px;
	border-radius: 20px;
}



.progress{
	background-color: #e8e8e8;
	height: 20px;
	max-width: 50vw;
	/*width: 100%;*/
	border-radius: 10px;
}

.progressbar{
	background: linear-gradient(to right,#1345e6 0%,#ed239f 51%,#1345e6 100%);
	height: 20px;
	border-radius: 10px;
}

.skills{
	margin-bottom: 200px;
	margin-top: 30vh;
	/*width: 100%;*/
	/*display: inline-flex;*/
}
.jk{
	width: 50%;
	padding-left: 28px;
	display: inline-flex;
	justify-content: center;
}

.bar_2{

	/*margin-top: 4px;*/
	/*margin-left: 5px;*/
	background-color: #5550d6;
	width: 70px;
	height: 5px;
	border-radius: 20px;
}

.projects h1{
	padding-top: 150px;
	width: 100%;
	text-align: center;
	font-family: "Heebo",sans-serif;
    font-size: 36px;
    color: #222;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  padding: 2rem 0;
  max-width: 1200px;
  margin: 0 auto;
}

.grid_item {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
}

.grid_item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #667eea, #764ba2, #f093fb, #f5576c);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.grid_item:hover {
  transform: translateY(-16px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.grid_item:hover::before {
  transform: scaleX(1);
}

.grid_item_img {
  height: 220px;
  overflow: hidden;
  position: relative;
}

.grid_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.grid_item:hover .grid_item_img img {
  transform: scale(1.1);
}

.grid_item a {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.grid_item_content {
  padding: 1.5rem;
  position: relative;
  z-index: 2;
}

.grid_item h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2d3748;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
}

.grid_item p {
  color: #718096;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0 0 1rem 0;
}

.tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tech-tag {
  padding: 0.25rem 0.75rem;
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Responsive */
@media (max-width: 768px) {
  .grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1rem;
  }
  
  .grid_item {
    border-radius: 16px;
  }
  
  .grid_item_img {
    height: 180px;
  }
}

footer{
	background-color: #021017;
	height: 300px;
}

.er{
	width: 100%;
	height: 100px;
	display: inline-flex;
	justify-content: center;
	align-items: flex-end;
}
.er ul{
	display: inline-flex;

}
.er ul li{
	color: white;
	list-style: none;
	padding: 10px 10px;
}



.ers{
	height: 100px;
	display: inline-flex;
	width: 99%;
	justify-content: center;
}
.ers ul{
	display: inline-flex;
	padding: 20px 0px;


}
.ers ul li{
	list-style: none;
	padding: 20px 20px;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
}

i{
	background-color: white;
	padding: 10px 10px;
	border-radius: 40px;
}

.last{
	width: 100%;
	text-align: center;
	font-size: 14px;
    line-height: 27px;
    font-weight: 300;
    font-family: "Roboto",sans-serif;
    color: #797979;
}


.services{
	margin-top: 200px;
}

.services h1{
	    font-size: 42px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 52px;
    text-transform: capitalize;
        font-family: "Roboto",sans-serif;
    color: #05364d;
}

.services h5{
	text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 27px;
    font-family: "Roboto",sans-serif;
    color: #797979;
}

.services{}
.services_top h1 ,h5{
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.services_grid{
	display: inline-grid;
	grid-template-columns: auto auto auto;
}

.services_grid_item{
	border-radius: 10px;
	transition: all 0.2s ease-out;
	padding: 20px 20px;
	margin: 10px 10px;
	background-color: #f8faff;
}
.services_grid_item h3, p{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.services_grid_item p{
	font-size: 14px;
    line-height: 27px;
    font-weight: 300;
    font-family: "Roboto",sans-serif;
}
.services_grid_item h3{
	font-family: "Roboto",sans-serif;
	letter-spacing: 1px;
	font-size: 20px;
    font-weight: 800;
}
.services_grid_img{
	width: 100%;
	padding: 50px 0px;
	display: inline-flex;
	justify-content: center;
}
.serices_grideparent{
	width: 100%;
	display: inline-flex;
	justify-content: center;
}
.services_grid_item p{
	max-width: 350px;
}

.services_grid_item:hover{
	background-color: #5f30ff;
	color: white;
}
.jkr{
	margin-top: 200px;
	display: inline-flex;
	width: 100%;
	justify-content: center;
}
.bar_3{

	background: linear-gradient(to right,#1345e6 0%,#ed239f 51%,#1345e6 100%);
	width: 20vw;
	height: 5px;
	border-radius: 20px;
}


.ag{
	color: white;
}

.contact{
	margin-top: 200px;
}

.contact h1 ,p{
	width: 100%;
	text-align: center;
	
}
.contact h1{
	font-size: 42px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 52px;
    text-transform: capitalize;
    font-family: "Roboto",sans-serif;
    color: #05364d;
}
.contact p{
	    font-size: 14px;
    line-height: 27px;
    font-weight: 300;
    font-family: "Roboto",sans-serif;
}
.contact_img{
	width: 100%;
	display: inline-flex;
	justify-content: center;

}
.contact_butt{
	width: 100%;
	display: inline-flex;
	justify-content: center;
}

.but{
	margin-top: 40px;
	    margin-right: 20px;
}
.but a{
	color: white;
	width: 138px;
	height: 65px;
}
@media only screen and (max-width: 1248px){
	.grid{
	grid-template-columns: auto auto;
}
.services_grid{
	    display: inline-grid;
	grid-template-columns: auto auto;
}
}

@media only screen and (max-width: 714px) {
	.bugi{
		display: inline-flex;
		justify-content: right;
		width: 100%;
		margin-right: 40px;

	}

	.buger{
		display: inline-flex;
		padding-left: 90px;

	}
	.navbar .bb ul{
		display: inline-flex;
		text-align: center;		
		flex-direction: column;
		width: 111vw;
		position: absolute;
		top: -272px;
		left: 0px;
		margin-left: 0;
		transition: all 1s ease-in;
		background-color: white;
		box-shadow: 0 3px 16px 0 rgb(0 0 0 / 10%);
	}
	.pp{
	position: fixed;
	top: 330px;
	background-color: red;
}
.services_grid{
	    display: inline-grid;
	grid-template-columns: auto;
}
}

@media only screen and (max-width: 875px){

	.grid{
	grid-template-columns: auto;
	width: 100%;
	display: inline-flex;
	justify-content: center;
	flex-direction: column;
}

}

.skills {
  padding: 4rem 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.skills h1 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 3rem;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.skill-category {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  padding: 2rem;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.2);
  transition: all 0.3s ease;
}

.skill-category:hover {
  transform: translateY(-10px);
  background: rgba(255,255,255,0.2);
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.skill-category h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.skill-category h3::before {
  content: '⚡';
  font-size: 1.2rem;
}

.skill-category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.skill-category li {
  padding: 0.8rem 0;
  font-size: 1.1rem;
  opacity: 0.9;
  position: relative;
  padding-left: 2rem;
}

.skill-category li::before {
  content: '▸';
  position: absolute;
  left: 0;
  color: #00ff88;
}


/* Contact Section Styles */
.contact {
  padding: 80px 0;
  background: linear-gradient(135deg, #1e1e2e 0%, #2a1f3d 100%);
  color: #e0e0e0;
}

.contact .container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

.contact h2 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #00d4ff, #7b68ee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.contact p {
  font-size: 1.2rem;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto 3rem;
  opacity: 0.9;
}

.contact-links {
  display: grid;
  gap: 1.5rem;
  max-width: 500px;
  margin: 0 auto 2rem;
}

.contact-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 2rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.contact-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
  transition: left 0.5s;
}

.contact-link:hover::before {
  left: 100%;
}

.contact-link:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 212, 255, 0.2);
  border-color: rgba(0, 212, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
}

.contact-link span {
  font-size: 0.9rem;
  opacity: 0.7;
  margin-bottom: 0.3rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-link strong {
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
}

.contact-note {
  font-size: 1rem;
  opacity: 0.8;
  background: rgba(0, 212, 255, 0.1);
  padding: 1rem 1.5rem;
  border-radius: 12px;
  border-left: 4px solid #00d4ff;
  max-width: 400px;
  margin: 2rem auto 0;
}

/* Responsive */
@media (max-width: 768px) {
  .contact {
    padding: 60px 0;
  }
  
  .contact-links {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .contact-link {
    padding: 1.2rem 1.5rem;
  }
}
