body{
margin: 0;
padding: 0;
background-color: black;
}
.navbar {
position: fixed;
top: 0;
width: 100%;
background-color: rgb(32, 31, 31);
z-index: 1;     
}

.navbar-div{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
height: 80px;
}
.nav-text{
flex: 1;
flex-shrink: 0;
text-align: left;

}
.nav-text1{
border: none;
display: flex;
color: white;
font-size: 30px;
margin-top: 0px;
margin-bottom: -35px;
margin-left: 50px;
font-family: 'Oswald', sans-serif;
font-weight: 700;
text-transform: uppercase; 
}
.nav-text2{
color: white;
margin-top: 15px;
margin-left: 30px;
font-family: 'Oswald', sans-serif;
font-weight: 700;
font-size: 10px;
letter-spacing: 0.5px; 
text-transform: uppercase; 

}

.nav-logo{
display: flex;
justify-content: center;
gap: 20px;
flex: 1;
flex-shrink: 0;
}

.fa-linkedin-in{
font-size: 30px;
vertical-align: middle;
cursor: pointer;
}
.fa-linkedin-in:hover{
  opacity: 0.7;
}
.fa-twitter{
font-size: 30px;
vertical-align: middle;
cursor: pointer;
}
.fa-twitter:hover{
  opacity: 0.7;
}

.fa-github{
font-size: 30px;
vertical-align: middle;
cursor: pointer;  
}
.fa-github:hover{
  opacity: 0.7;
}
.nav-search{
flex: 1;
margin-right: 20px;
text-align: right;

}
.searchbar{
  width: 200px;
  height: 25px;
  border-radius: 4px;
  border: 1px solid white;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.searchbar:active{
  border-color: #4e54c8;
}
.search-button{
color: white;
font-weight: 100;
height: 42px;
padding-bottom: 0px;
padding-top: 0px;
padding-left: 10px;
padding-right: 10px;
margin-left: 0px;
border-radius: 10px;
border: none;
background-color: rgb(0, 58, 165);
cursor: pointer;
}
.search-button:hover{
  opacity: 0.7;
}
.hamburger {
  display: none;
}

.mobile-menu {
  display: none;
}
.hero {
  display: flex;
  flex-direction: row;
  margin-top: 120px;
  transition: margin-top 0.3s ease;
}
.info{
    margin-left: 40px;
    margin-top: -30px;
}
.heading-div{
margin-top: 0px;
}
.heading{
color: white;
font-size: 80px;
padding: 0px;
border: 0px;
margin-bottom: 0px;
margin-top: 50px;
font-family: "DM Sans", sans-serif;
font-weight: bold;
}

.description{
color: white;
margin-top: 30px;
font-size: 20px;
font-family: "DM Sans", sans-serif;
width: 700px;
}
.hire-button{
color: white;
font-weight: bold;
font-size: 20px;
height: 45px;
padding-bottom: 5px;
padding-top: 3px;
padding-left: 25px;
padding-right: 25px;
margin-left: 200px;
margin-top: 30px;
border-radius: 10px;
border: none;
background-color: rgb(0, 58, 165);
cursor: pointer;
}
.hire-button:hover{
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
}

.image{
width: 450px;
border-top-left-radius: 70px;
border-bottom-right-radius: 70px;
margin-top: 0px;
margin-left: 40px;
margin-bottom: 130px;
}

.hero-about{
  color: white;
  margin-left: 80px;
}

.about-section{
  background-color: rgb(0, 0, 0);
  display: flex;
  flex-direction: row;
  margin-top: 0;
}

.about-image{
width: 500px;
margin-top: 80px;
vertical-align: middle;
}
.image-about-div{
flex: 1;
text-align: center;
}

.info-about-div{
display: flex;
flex-direction: column;
flex: 1;
margin-bottom: 50px;
}
.about-head{
text-align: center;
}
.about-heading{
align-items: center;
color: rgb(255, 255, 255);
margin-top: 40px;
margin-bottom: 40px;
font-family: "DM Sans", sans-serif;
font-weight: 400px;
font-size: 40px;
}
.about-description{
align-items: center;
color: rgb(255, 255, 255);
margin-top: -5px;
padding-right: 20px;
border: none;
font-family: "DM Sans", sans-serif;
font-size: 20px;
width: 700px;
}
.about-button{
color: white;
font-weight: bold;
height: 53px;
font-size: 15px;
padding-bottom: 5px;
padding-top: 3px;
padding-left: 15px;
padding-right: 15px;
margin-left: 290px;
margin-top: 20px;
border-radius: 10px;
border: none;
background-color: rgb(0, 58, 165);
cursor: pointer;
}
.about-button:hover{
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
}
.skills-section {
  background-color: #d9e3ff;
  padding: 80px 0;
  width: 100%;
  margin-top: 0;
}

.skills-heading {
  color: rgb(0, 0, 0);
  padding-top: 40px; 
  text-align: center; 
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 0px;
  margin-top: -40px;
}      

.skills-section h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.5rem;
  color: #333;
  font-family: "DM Sans", sans-serif;
}       

.skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px; 
  padding: 0 30px;
  max-width: 1400px;
  margin: 50px auto;
  padding-top: 0px;
  margin-top: 30px;
  box-sizing: border-box;
}

.skill-box {
  width: 100%;
  height: 170px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  margin-top: 0;
  padding: 20px 10px 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
}
       
.skill-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}     

.skill-icon {
  font-family: "DM Sans", sans-serif;
  font-size: 2.5rem;
  color: #4e54c8;
  margin-top: 5px;
  margin-bottom: 10px;
}       

.skill-title {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  margin-bottom: 5px;
  color: #333;
}       

.skill-desc {
  font-family: "DM Sans", sans-serif;
  color: #666;
  line-height: 1.6;
}
.no-underline{
  text-decoration: none;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
        }

.projects-section {
  width: 100%;
  padding: 20px 0;
  background-color: #d9e3ff;
  margin-top: 0;
}

.section-title {
  color: rgb(0, 0, 0);
  text-align: center; 
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 50px;
}

.projects-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 0 50px;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}

.project-box {
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 200px;
  box-sizing: border-box;
}

.project-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.project-icon {
  font-size: 2.5rem;
  color: #4e73df;
  margin-bottom: 20px;
  font-family: "DM Sans", sans-serif;
  text-align: center;
}

.project-title {
  font-size: 20px;
  margin-bottom: 15px;
  color: #333;
  font-family: "DM Sans", sans-serif;
  text-align: center;
}

.project-description {
  color: #666;
  line-height: 1.6;
  font-family: "DM Sans", sans-serif;
  padding: 0;
  margin: 0;
  text-align: center;
}

.achievements-section{
background-color: #d9e3ff;
padding: 0%;
margin: 0%;
}
.achievements-heading{
color: rgb(0, 0, 0);
padding-top: 40px; 
text-align: center; 
font-family: "DM Sans", sans-serif;
font-weight: bold;
font-size: 40px;
padding-top: 80px;
padding-bottom: 0px;
margin-bottom: 20px;
margin-top: -40px; 
}

.evolve{
display: flex;
flex-direction: row;
}
.evolve-info{
display: flex;
flex-direction: column;
flex: 1;
}
.evolve-info-heading{
color: rgb(0, 0, 0); 
text-align: center; 
font-family: "DM Sans", sans-serif;
font-weight: bold;
font-size: 20px;
padding-top: 0px;
padding-bottom: 0px;
margin-left: 30px;
margin-bottom: 10px;
margin-top: 0px;
text-align: left;
}
.evolve-info-description{
color: #575757; 
text-align: center; 
font-family: "DM Sans", sans-serif;
font-size: 15px;
padding-top: 0px;
padding-bottom: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-top: 0px;
text-align: left;
}
.evolve-info-button{
text-align: center;
}
.evolve-button{
color: white;
font-weight: bold;
height: 40px;
padding-bottom: 5px;
padding-top: 3px;
padding-left: 15px;
padding-right: 15px;
border-radius: 10px;
margin-top: 10px;
border: none;
background-color: rgb(0, 58, 165);
cursor: pointer;
}
.evolve-button:hover{
  border-style: solid;
  border-color: #000000;
  border-width: 2px;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1);
  
}
.evolve-image{
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: center;
}
.evolve-image1{
width:150px;
border: 3px;
border-style:solid;
border-color: rgb(21, 112, 216);
}
.evolve-image2{
width: 225px;
border: 3px;
margin-left: 5px;
border-style:solid;
border-color: rgb(21, 112, 216);
}

.fast{
display: flex;
flex-direction: row;
}
.fast-info{
display: flex;
flex-direction: column;
flex: 1;
}

.fast-info-heading{
color: rgb(0, 0, 0); 
text-align: center; 
font-family: "DM Sans", sans-serif;
font-weight: bold;
font-size: 20px;
padding-top: 0px;
padding-bottom: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-top: 10px;
text-align: left;
}
.fast-info-description{
color: #575757; 
text-align: center; 
font-family: "DM Sans", sans-serif;
font-size: 15px;
padding-top: 0px;
padding-bottom: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-top: 10px;
text-align: left;
}
.fast-info-button{
text-align: center;}
.fast-button{
color: white;
font-weight: bold;
height: 40px;
padding-bottom: 5px;
padding-top: 3px;
padding-left: 15px;
padding-right: 15px;
justify-content: center;
border-radius: 10px;
border: none;
background-color: rgb(0, 58, 165);
cursor: pointer;
}
.fast-button:hover{
  border-style: solid;
  border-color: #000000;
  border-width: 2px;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1);
}
.fast-image{
display: flex;
flex-direction: row;
flex: 1;
margin-top: 10px;
margin-bottom: 50px;
justify-content: center;
}
.fast-image1{
width:170px;
border: 3px;
border-style:solid;
border-color: rgb(21, 112, 216);
}
.fast-image2{
width: 225px;
margin-left: 5px;
border: 3px;
border-style:solid;
border-color: rgb(21, 112, 216);
}

.footer{
background-color: rgb(39, 37, 37);
margin-top: 0%;
padding: 0%;
}
.footer-div{
display: flex;
flex-direction: row;
justify-content: space-between;
padding-top: 30px;
}

.footer-name{
color: rgb(255, 255, 255); 
font-family: "DM Sans", sans-serif;
font-weight: bold;
display: inline-block;
font-size: 40px;
text-align: center;
margin-left: 20px;
}

.footer-contact{
color: rgb(255, 255, 255); 
text-align: right; 
font-family: "DM Sans", sans-serif;
font-size: 20px;
text-align: center;
text-decoration: none;
margin-right: 20px;
}
.footer-contact:hover{
opacity: 0.7;
}
.footer-copyright{
color: rgb(255, 255, 255); 
text-align: center; 
font-family: "DM Sans", sans-serif;
font-size: 20px;
padding-top: 0px;
padding-bottom: 20px;
margin-left: 30px;
margin-bottom: 0px;
margin-top: 30px;
}
.evolve-certificate-img{
width: 800px;
border: solid;
margin-top: 10px;
margin-left: 220px;
border-color:#068767;
border-width: 2px;
border-style: groove;
}
.fast-certificate-img{
width: 680px;
border: solid;
border-color: #e60404;
border-width: 2px;
border-style: groove;
margin-top: 10px;
margin-left: 280px;
}

