.nav_button:hover{
     color:  #14a6ee; 
    } 
.nav_button{
     text-decoration: none; 
     color:white; 
     display: flex;
     justify-content: flex-end;
     background-color: transparent;
     border: none;
     font-size: 18px;
     cursor: pointer;
     transition: color 0.3
    }
.navbar {
  display: flex;               
  justify-content: flex-end;   
  align-items: center;         
  gap: 20px; 
  margin-top: 5px;     
  margin-right: 40px;

}   
header {
  position: fixed;       /* keeps navbar at top */
  top: 0;                /* stick to top */
  left: 0;
  width: 100%;           /* full width */
  z-index: 1000;         /* stays above other content */
  background-color: #081c29; /* dark background */
  padding: 15px 30px;
  background-size: 2px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3); /* optional shadow */
} 
#btn45{
   color: white;
    font-size: 12px;
    background: #1e1e1e;
    padding: 15px;
    border-radius: 30px;
    transition: 0.3s;

}
#btn45:hover{
    background: linear-gradient(135deg, #4facfe, #a259ff);
    transform: translateY(-5px);
}
h1{
    color: white;
    margin-left: 90px;
    margin-top: 20px;
    font-family: poppins;
    font-size: 60px;
    margin-bottom: 2px;
    
}
h2{
    color: #14a6ee;
    margin-left: 90px;
    font-size: 30px;
    margin-top: 0px;
}
p{
    color: white;
    margin-left: 90px;
    font-size: large;
    line-height: 1.5;
}


#home_section {
    display: flex;
    flex-wrap: wrap;
    padding-top: 250px;
    flex-wrap: nowrap;
    scroll-snap-type: y mandatory;
    background-color: inherit;
    flex-direction: row;
    justify-content: space-between;
    
}
#home_section #Home {
    margin-top: 40px;
}
#btn1{
    color: #14a6ee;
    margin-left: 90px;
    border-radius: 6px;
    height: 40px;
    width: 90px;
    background-color: #081c29;
    border: 1px solid #14a6ee;
}
#btn1:hover{
    color: #081c29;
    background-color: #14a6ee;
}
    
#btn2{
    color: #14a6ee;
    border-radius: 6px;
    height: 40px;
    width: 90px;
    background-color: #081c29;
    border: 1px solid #14a6ee;
    margin-left: 30px;
    
}
#btn2:hover{
    color: #081c29;
    background-color: #14a6ee;
}
#About_section {
    margin-top: 300px;
}
#About {
    text-align: center;
    margin: auto;
    margin: 0px 0px 75px 0px;
    padding-bottom: 20px;
} 
.Aboutme{
    display: flex;
    color: white;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1000px;
    margin: auto;


}

.Aboutme div{
    width: 200px;
    height:200px;
    border: 1px solid white;
    border-radius: 60px;
    text-align: center;
    margin-bottom: 20px;
    padding: 15px 10px 0px 5px;
    transition: 0.4s ease;
}
.Aboutme div:hover{
    transform: translateY(-10px);
    box-shadow: 0 0 20px #14a6ee;

}

.Aboutme a{
    text-decoration: none;
    color: white;
}
i{
    font-size: large;
}
.devicon-mysql-plain{
    background-color: aqua;
}
.fa-solid {
    color: white;
}
.icon{
font-size:60px;
color:#00ffff;
}
.Aboutme a div ul li {
    padding:8px 50px 0px 0px;
    font-size: large;
}
section div{
    height: 300px;
    width: 500px;
    margin: 10px 5px 10px 5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 25px;
    transition: 0.4s ease;
}
.serv div:hover{
    transform: translateY(-10px);
    box-shadow: 0 0 20px #14a6ee;

}
section #Services1 {
    background-image: url(webd.avif);
    
}
section #Services2{
    background-image: url(EDA.jpg);

}
section #Services3{
    background-image: url(sql.jpg);
}
section #Services4{
    background-image: url(images.jpg);
}

#service_section {
    margin-top: 180px;
}
.serv{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1300px;
    margin-top: -50px;
    
    margin-left: 100px;
}
#servi{
    width: 1340px;
    height:150px;
    margin: auto;
    text-align: center;
    margin-left: 46px;
}
#resume_section {
    margin-top: 50px;
}
#Resume {
    text-align: center;
    margin: auto;
}
.resumi p {
    color: white;
    margin-left: 100px;
    font-size: 25px;
    margin-top: 40px;
}
#down {
    color: #14a6ee;
    border-radius: 6px;
    height: 60px;
    width: 300px;
    background-color: #081c29;
    border: 1px solid #14a6ee;
    margin-left: 660px;
    margin-top: 20px;
    text-align: center;
    justify-content: center;


}
#down:hover{
    color: #081c29;
    background-color: #14a6ee;
}
#key{
    color: white;
    font-size: 60px;
    margin-left: 110px;
    margin-top:155px;
 }

.high{
    color: white;
    font-size: 20px;
    margin-left: 110px;
    margin-top: 35px;
} 
.high li {
    margin-bottom: 9px;
}
#contact_section {
    margin-top: 160px;
}
#contact {
    padding: 60px 20px;
    text-align: center;
    margin-top: 110px;
 }
.contact-heading {
    font-size: 3rem;
    width: 1340px;
    margin: auto;
    text-align: center;
    padding-left: 100px;
}

 
#contact .contact-container {
    width: 1340px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;

}

#contact .contact-info {
      background: linear-gradient(135deg, #4facfe, #a259ff);
    padding: 20px 30px;
    margin-left: 80px;
    border-radius: 12px;

}
#contact .contact-info p {
    font-size:25px;
    padding-right: 80px;
}

#contact .social-section {
    width: 1340px;
    margin: auto;
    display: flex;
    gap: 20px;
}

#contact .social-link {
    width: 25px;
    color: white;
    font-size: 28px;
    background: #1e1e1e;
    padding: 15px;
    border-radius: 25px;
    transition: 0.3s;
    
    
}

#contact .social-link:hover {
    background: linear-gradient(135deg, #4facfe, #a259ff);
    transform: translateY(-5px);
}
#bttn{
    color: #14a6ee;
    border-radius: 6px;
    height: 40px;
    width: 90px;
    background-color: #081c29;
    border: 1px solid #14a6ee;
    font-size: 15px;

}
#bttn strong a{
    
    text-decoration: none;
    color:white;
}
#bttn:hover{
    color: #081c29;
    background-color: #14a6ee;
    transform: translateY(-5px);
    transition: 0.4s ease-in-out;
}
.fas{
    color: white;
    font-size: 15px;
    margin-right: 1px;
} 
html, body {
  height: 100%;
  margin: 0;
  scroll-behavior: smooth;
  background-color: #081c29;
  color: white;
}
#About_section, #resume_section, #contact_section,#service_section {
   scroll-margin-top: 75px;
  background-color: inherit;
}  
/* ================= RESPONSIVE DESIGN ================= */

/* Tablets */
@media (max-width: 1024px) {

    h1 {
        font-size: 40px;
        margin-left: 30px;
    }

    h2, p {
        margin-left: 30px;
    }

    #home_section {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-top: 150px;
    }

    #btn1, #btn2 {
        margin-left: 10px;
        margin-top: 10px;
    }

    #eng img {
        width: 300px;
        margin-top: 20px;
    }

    .Aboutme {
        width: 90%;
        justify-content: center;
        gap: 20px;
    }

    .serv {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

    section div {
        width: 100%;
        max-width: 400px;
    }

    #contact .contact-container,
    #contact .social-section,
    #servi,
    .contact-heading {
        width: 100%;
        padding: 0 20px;
    }

    #down {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}


/* Mobile */
@media (max-width: 600px) {

    .navbar {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
        margin-right: 0;
    }

    h1 {
        font-size: 28px;
        margin-left: 15px;
    }

    h2 {
        font-size: 20px;
        margin-left: 15px;
    }

    p {
        font-size: 14px;
        margin-left: 15px;
        line-height: 1.7;
    }

    #home_section {
        padding-top: 120px;
    }

    #btn1, #btn2 {
        width: 100px;
        height: 35px;
        font-size: 12px;
    }

    .Aboutme div {
        width: 140px;
        height: auto;
        border-radius: 20px;
    }

    .Aboutme a div ul li {
        padding: 5px 0;
        font-size: 12px;
    }

    .serv {
        width: 100%;
        margin-left: 0;
    }

    section div {
        width: 90%;
        margin: auto;
    }

    .resumi p {
        font-size: 16px;
        margin-left: 15px;
    }

    #key {
        font-size: 30px;
        margin-left: 15px;
    }

    .high {
        font-size: 16px;
        margin-left: 20px;
    }

    #contact .contact-info {
        margin-left: 0;
        width: 90%;
    }

    #contact .contact-info p {
        font-size: 16px;
        padding-right: 0;
    }

    #contact .social-section {
        justify-content: center;
        flex-wrap: wrap;
    }

    #down {
        width: 200px;
        height: 50px;
    }
}


