*{

    box-margin:border-box;
    margin: 0;
    padding: 0;
    font-family: Playpen Sans;
     background-color: #F0EADC;
}

.navbar{

   
    background: linear-gradient( to bottom, #F0EADC 0%,
        #F0EADC 100%,
        #f7f3ec 100% );
    align-items: center;
    justify-content: center;
    height: 80px;
    display: flex;
    position: sticky;
    top: 0;
    z-index: 999;
    font-size: 1.3rem;
    font-weight: bolder;
    box-shadow: 0px 2px 10px rgba(87, 98, 56, 0.15);
   width: 100%;
   
}

.navbar_container{

    display:flex  ;
    justify-content : space-between;
    height:80px;
    z-index: 1;
    width: 100%;
    max-width: 1300px; 
    margin: 0 auto;
    padding: 0 50px

}

.Logo {
    display: flex;
    align-items: center;
    gap: 10px;   

    
}

#navbar_logo{

    background-color: #F0EADC;
    background-image:linear-gradient( to top  , #576238 0 ,  #F0EADC 100%) ;
    background-size: 100%;
    -webkit-background-clip:text;
    -webkit-text-fill-color :transparent;
    -moz-background-clip: text;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 2rem;
    font-weight: bold;
    margin-left: 89;
    

}

.navbar_menu{

    display: flex;
    align-items: center;
    list-style: none;
    text-align: center;
}

.navbar_item{

    height: 80px;
}

.navbar_link{

    color:  #F0EADC ;
    background: linear-gradient( to top, #576238 0%, #F0EADC 100% );
    background-size: 100%;
    -webkit-background-clip:text;
    -webkit-text-fill-color :transparent;
    -moz-background-clip: text;
    font-weight: bold;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 0 1rem;
    height: 100%;
}


.navbar_link:active{

    color: #576238;
    border-bottom: 2px solid #576238;
}

@media screen and (max-width:960px) {

    .navbar_container{

        display: flex;
        justify-content: space-between;
        height: 80px;
        z-index: 1;
        width: 100%;
        max-width: 1300px;
        padding:0;
    }

    .navbar_menu{
        display: grid;
        grid-template-columns: auto;
        margin: 0;
        width: 100%;
        position: absolute;
        top: -1000px;
        opacity: 0;
        transition: all 0.5s ease;
        height: 50vh;
        z-index: -1;
        background-color: #151F30;
    }

    .navbar_menu.active{
        background-color: #151F30;
        top: 100%;
        opacity: 1;
        transition: all 0.5s ease;
        z-index: 99;
        height: 50vh;
        font-size : 1.6rem;
    }

    #navbar_logo{
        padding-left: 25px;
    }

    .navbar_toggle .bar{

        width: 25px;
        height: 3px;
        margin: 5px auto;
        background-color: #151F30;
    }

    .navbar_item{
        width: 100%;
    }

    .navbar_links{
        text-align: center;
        padding: 2rem;
        width: 100%;
        display: table;
    }

    #mobile_menu{

        position:absolute;
        top: 20%;
        right: 5%;
        transform: translate(5% , 20%);
    }

    .navbar_toggle .bar{

        display: block;
        cursor: pointer;
    }

    #mobile-menu.is-active .bar:nth-child(2){
        opacity: 0;
    }

    #mobile-menu.is-active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }
    #mobile-menu.is-active .bar:nth-child(3){
            transform: translateY(-8px) rotate(-45deg);
        }
    
}

/*Home Section*/

.Home{
    background-color: #F0EADC;
    display: flex;             
    justify-content: space-between;
    align-items: center;       
    padding: 100px;

}

.Home_container{

    display: flex;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    height: 90%;
    background-color: #F0EADC;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    padding: 0 50px;

}

#Hero_class{
    margin-top: 0;
    min-height: 70px;
    display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#you{
    margin-bottom: 0;
}
.Home_container h1{

    font-size: 4rem;
    background-color: #F0EADC;
    background-image: linear-gradient( to bottom, #576238 0%, #F0EADC 100%);
    background-size: 100%;
    -webkit-background-clip:text;
    -moz-background-clip: text;
    -webkit-text-fill-color:transparent;
    -moz-text-fill-color:transparent;
      font-weight: 1000; 
      text-shadow: 3px 3px 1px #3d4a1f;
      margin-bottom: 50px;
      display: flex;
    
      


    

}



.Home_content p{

  margin-top: 0;
  font-size: 2rem;
  font-weight: 900;
  color: black;
  font-style:italic;
  font-weight:bolder;
}




.main_btn1 {

font-size: 1.rem;
background-image: linear-gradient(to bottom  , #F0EADC 80% , #3d4a1f 20%);
padding :14px 45px;
border: none;
border-radius: 4px;
color:#3d4a1f;
margin-top: 2rem;
cursor: pointer;
position: relative;
transition: all 0.35s;
outline: none;
margin-right: 5rem;

}

.main_btn1 a {

    position: relative;
    z-index: 2;
    color:#3d4a1f;
    text-decoration: none;
    font-weight : bold;
    
}


.main_btn2 {

font-size: 1.rem;
background-image: linear-gradient(to bottom , #F0EADC 80% , #3d4a1f 20%);
padding :14px 45px;
border: none;
border-radius: 4px;
color: #F0EADC;
margin-top: 2rem;
cursor: pointer;
position: relative;
transition: all 0.35s;
outline: none;

}

.main_btn2 a {

    position: relative;
    z-index: 2;
    color: #3d4a1f;
    text-decoration: none;
    font-weight : bold;
}

.main_btn1:after{

    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #F0EADC;
    transition: all 0.35s;
    border-radius: 4px;


}

.main_btn1:hover{
    color: #F0EADC;
}
.main_btn1:hover:after{
    width: 100%;
}

.main_btn2:after{

    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #F0EADC;
    transition: all 0.35s;
    border-radius: 4px;


}

.main_btn2:hover{
    color: #F0EADC;
}
.main_btn2:hover:after{
    width: 100%;
}

.Home_img_container{
    text-align: right;
    width: 50%;
}

#main_img{
    height:620px;
    width: 400px;
    max-width: 400px;
    object-fit: cover;
    border-radius:20%;
   
    max-width: 1500px;

}

.Home_img_container  {
    display: flex;
    justify-content: center;   
    flex-direction: column;
    align-items: center;
    font-size: 2rem;
    color:black;
    font-weight: bolder;
    font-style: italic;

    
}

.Home_img_container p {
    text-align: center;
}

.logos {
    align-items: center;
    display: flex;
    justify-content: center;
gap: 5px;

}


/*About me Section*/


.About_Me{

    background-color: #F0EADC;
    display: flex;
    justify-content: space-between;
    min-height: 100vh;
     border-top: 2px solid #ccc;
   

}

.About_Me_Container{

    display: flex;
    align-items: stretch;
    justify-self: center;
    margin: 0;
    height: 90%;
    background-color: #F0EADC;
    padding: 0 ;
    min-height: 100vh;
   


}

.About_Me_content{

    font-size: 2rem;
    background-color: #F0EADC;
    width: 100%;
    padding: 50px;
    min-height: 100vh;

}

.About_Me_content h2{
    font-size: 30px;
    margin-top: 100px;
    text-align: center;
    margin-bottom: 40px;
 color: #3d4a1f

}

.About_Me_content p {


    
    text-align: justify;
    font-size:30px;
    
}

.main_btn{

    margin: 0 auto ; /* centers the button */
    display: block;
    margin-top: 30px;
    border-radius: 5px;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    position: relative;
    background-image: linear-gradient(to bottom , #F0EADC 80% , #3d4a1f 20%);
    padding: 14PX 45PX;
    outline: none;
    


}

.main_btn::after{

position: absolute;
content: '';
top: 0;
left: 0;
width:0 ;
height: 100%;
background:#F0EADC ;
transition: all 0.35s;
border-radius: 4px;

}

.main_btn:hover{
    color: #F0EADC;
}

.main_btn:hover:after{
    width: 100%;
}
.main_btn a {
    position: relative;
    z-index: 2;
    color: #3d4a1f;
    text-decoration: none;
    font-weight: bold;
}

/*#Home_img{

    height: 100%;
    width:100%;  
    max-width: 400px;
    object-fit: cover;
    width: 50%;
    max-width: 1500px;
}*/


#Home_img{

    width: 50%;
height: 100vh;
    object-fit: cover;
    display: block;
   margin:0;
   padding:0;
   object-position: center top;
   margin: 0;
   padding:0;
   position: sticky;
   top: 0;

}

/*Skills Sections*/

.Skills{

background-color: #F0EADC;
min-height: 100vh;
padding: 60px 40px;
border-top: 3px solid #ccc;

}

#Skills_img{

    object-fit: cover;
    width: 700px;
    border-radius: 8px;
    height: 700px;

}

.Skills_Container{
 
margin-top: 70px;
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 100px;

}

.Skills_content{



display: flex;
flex-direction: column;


}
.Skills_card{
    display:flex;
    flex-direction: column;
    font: bolder;
}

.Skills h3{
color: #3d4a1f;
    text-align: center;
    font-size: 40px;
    
}

.progress_track{

    width: 100%;
    min-width: 700px;
    background-color: #333;
    border-radius :25px;
    height: 25px;

    margin-bottom: 10px;
}

.Skills_card{
    width: 300px;
}

.Skills_card h4{
    font-size: 20px;
    
}

.skill{

    background-color:#d3d3d1;
    border-radius: 12px;
    box-shadow:0 2px 10px rgba(0, 0, 0, 0.1);  
    padding: 10px;
    transition: transform 0.3s ease;
    background-color: #e4e1d8;
    cursor: pointer;
    width: 700px;
    font:bolder;
    
}




.progress_html, .progress_css, .progress_javascript,
.progress_java, .progress_spring-boot, .progress_SQL {
 
  height: 25px;
  border-radius: 20px;
  color: white;
  text-align: center;
  line-height: 25px;
  margin-bottom: 10px;
  background-color: #ae0c0c;  /* default color */
  width: 0%;               /* start at 0 */
  transition: width 1.5s ease-in-out;  /* animate to full width */
}

.progress_html {  background-color: #4CAF50; }
.progress_css {  background-color: #2196F3; }
.progress_javascript {  background-color: #f5a623; }
.progress_java {  background-color: #f44336; }
.progress_spring-boot {  background-color: #6db33f; }
.progress_SQL {  background-color: #9b59b6; }


/*Projects_Section */

.Projects{
    border-top: 3px solid #ccc;
    padding: 80px 20px;
    margin-top:  0;
    background-color: #F0EADC;
    min-height: 100vh;
    padding-top: 80px;
    align-items: center;
    justify-content: center;
}

.Projects h3 {
color: #3d4a1f;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 60px;
    font-size: 30px;
}
.Projects_Container{
    
    display: flex;
    justify-content: space-between;
    min-height: 100px;
  
}

.Projects_Content{
    display: flex;
    flex-direction: row;
    gap: 100px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    
}

.Projects_card{

    display: flex;
    flex-direction:  column;
    align-items: center;
    background-color:#d3d3d1;
    border-radius: 12px;
    box-shadow:0 2px 10px rgba(0, 0, 0, 0.1);  
    padding: 10px;
    transition: transform 0.3s ease;
    background-color: #F0EADC;
    cursor: pointer;
}

.Projects_card:hover{
    transform: scale(1.2);
    box-shadow:0 8px 25px rgba(0, 0, 0, 0.2); 
}

.Projects_card h2{
    margin-top: 8px;
    font: 14px;
    text-align: center;
     background-image:linear-gradient( to top  , #576238 100% ) ;
    background-size: 100%;
    -webkit-background-clip:text;
    -moz-background-clip: text;
    -webkit-text-fill-color:transparent;
    -moz-text-fill-color:transparent;
}

.Projects_img{
    
   width: 500px ;
   height: 300px;
   object-fit: cover;
   border-radius: 8px;

}

#card_btn{
    margin-top: 20px ;
   
    border: none;
   background-image:linear-gradient( to top  , #576238 0 ,  #F0EADC 100%) ;
    border-radius: 8px;
    cursor: pointer;
    padding: 10px 20px;
    font-size: large;
    color: #576238;
    font-weight: bold;
    transition: transform 0.3s ease;
    

}

#card_btn:hover{
    transform: scale(1.3);
    box-shadow:0 8px 25px rgba(0, 0, 0, 0.2); 
}

/*Contacts Section*/

.form-wrapper {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  background-color: #F0EADC;
}

.form-container {
 
  border-radius: 18px;
  padding: 3.5rem 4rem;
  width: 100%;
  max-width: 750px;
  border: 1.5px solid rgba(139, 115, 85, 0.18);
  box-shadow: 0 8px 40px rgba(139, 115, 85, 0.08);
}

.form-container h3 {
     
  font-size: 32px;
  font-weight: 800;
  color: #3d4a1f;
  text-align: center;
  margin-bottom: 2.5rem;
  letter-spacing: -0.5px;
}

.form-container h3::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;

  border-radius: 2px;
  margin: 10px auto 0 auto;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-bottom: 1.8rem;

}

.form-group {
  display: flex;
  gap: 20px;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 1.8rem;
}

.form-row .form-group {
  margin-bottom: 0;
}

label {
  font-size: 13px;
  font-weight: 800;

  letter-spacing: 0.08em;
  text-transform: uppercase;
}

label span {
  font-weight: 400;
  font-size: 12px;
  color: #a89070;
  text-transform: none;
  letter-spacing: 0;
}

input,
textarea {
  background: #f5f0e8;
  border: 1.5px solid #ddd4c0;
  border-radius: 10px;
  color: #2a2a2a;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 18px;
  outline: none;
  font-family: inherit;
  width: 100%;
  transition: all 0.25s ease;
}

input::placeholder,
textarea::placeholder {
  color: #b5a898;
  font-weight: 400;
}

input:focus,
textarea:focus {
  border-color: #8b7355;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(139, 115, 85, 0.1);
  color: #1a1a1a;
}

textarea {
  resize: vertical;
  min-height: 140px;
}

.btn {
  margin-top: 0.5rem;
  background: #3d4a1f;
  border: none;
  color: #ffffff;
  padding: 15px 44px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
  border-radius: 10px;
  text-transform: uppercase;
  transition: background 0.2s ease, transform 0.2s ease;
  display: block;
  width: 105%;
}

.btn:hover {
  background: #5a4433;
  transform: translateY(-2px);
}

.btn:active {
  transform: scale(0.97);
}

@media (max-width: 580px) {
  .form-row {
    grid-template-columns: 1fr;
  }

  .form-container {
    padding: 2rem 1.5rem;
  }

  .form-container h3 {
    font-size: 24px;
  }
}