/* GENERAL*/


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

*{
margin:0;
padding:0;
box-sizing: border-box;
}
body
{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }



html{

    scroll-behavior: smooth;
}
p{color: rgb(85, 85, 85); }

/* TRANSITION */
a, .btn{
    transition: all 300ms ease;
}
/*  DESKTOP NAV */
nav, .nav-links{
display: flex;

}
nav{
    justify-content: space-around;
    align-items: center;
    height: 17vh;
}
.nav-links{
gap: 2rem;
list-style: none;
font-size: 1.5rem;
}
a{
color: black;
text-decoration: none;
text-decoration-color: white;
transition: 0.3s ease-in-out;
display: flex;
   

}
a:hover{
color: grey;
text-decoration: underline;
text-underline-offset: 1rem;
text-decoration-color: rgb(181, 181, 181);
transform: scale(1.02);
}
.logo{
    font-size: 2rem;
}

.logo:hover{
    cursor: default;
}
/*HAMBURGER MENU*/

#hamburger-nav{
    display: none;
}
.hamburger-menu{
position: relative;
    display: inline-block;
}
.hamburger-icon{
display: flex;
flex-direction: column;
justify-content: space-between;
height: 24px;
width: 30px;
cursor: pointer;
}
.hamburger-icon span{
width: 100%;
height: 2px;
background-color: black;
transition: all 0.3 ease-in-out;
}
.menu-links{
position: absolute;
top: 100%;
right: 0%;
background-color: white;
max-height: fit-content;
width: 0;
overflow: hidden;
transition: all 0.3 ease-in-out;


}.menu-links a{
display: blocks;
padding: 10px;
text-align: center;
font-size: 1.5rem;
color: black;
text-decoration: none;
transition: all 0.3 ease-in-out;

}
.menu-links li{
list-style: none;
}
/* Open Menu */
.menu-links.open {
    width: 200px;
    height: 300px;
}
/* Hamburger Icon Transformations */
.hamburger-icon.open span:first-child{
    transform: rotate(45deg) translate(10px, 5px);}

.hamburger-icon.open span:nth-child(2){
    opacity: 0;}

.hamburger-icon.open span:last-child{
    transform: rotate(-45deg) translate(10px,-5px);
}
/* Hamburger Icon Default */
.hamburger-icon span:first-child{
    transform: none;
}
.hamburger-icon span:nth-child(2){
   opacity: 1;
}
.hamburger-icon span:last-child{
    transform: none;
}
section{
padding-top: 4vh;
height: 96vh;
margin: 0 10rem;
box-sizing: border-box;
min-height: fit-content;


object-fit: cover;

text-align: center;
justify-content: center;


}
.section-container{
    display: flex;
   align-self: center;

}





/* PROFILE SECTION */
#Profile{
display:flex;
justify-content: center;
gap: 3rem;
height: 80vh;
align-items: center;
text-align: center;
margin-right: 40px;
position: relative;
}


.section__pic_container{
display: flex;
height: 350px;
width: 350px;
margin: auto 0;

overflow: hidden;
object-fit: cover;

text-align: center;
justify-content: center;}



.section__pic_container img{
width: 100%;
height: 100%;
object-fit: cover;



}
.section_text{
align-self: center;

text-align: center;
margin-right: 180px;

}

.section_text p{
font-weight: 600;


}
.section__text__p1{
text-align: center;


}
.section__text__p2{
font-size: 1.75rem;
margin-bottom: 1rem;



}
.title{
font-size: 3rem;
text-align: center;



}
#socials-container {
display: flex;
justify-content:center;
margin-top:1rem;
gap:1rem;


}
/* ICONS */
.icon {
    cursor: pointer;
    height: 2rem;
}
/* BUTTONS */
.btn_container{
    display: flex;
    justify-content: center;
    gap:1rem;
}
.btn{
    font-weight: 600;
    transition: all 300ms ease;
    padding: 1rem;
    width: 8rem;
    border-radius: 2rem;
}
.btn-color-1, .btn-color-2{
border: rgb(53, 53, 53) 0.1 solid;}

.btn-color-1:hover, .btn-color-2:hover{
cursor: pointer;}



.btn-color-1,.btn-color-2:hover{
background-color: rgb(53, 53, 53);
color: white;}

.btn-color-1:hover{
    background-color: rgb(0, 0, 0);

}
.btn-color-1{
    border: solid;
}
.btn-color-2{
    background: none;
    border-color: gray;
    border-style: solid;

}
.btn-color-2:hover{
    border:rgb(255, 255, 255)  0.1rem solid;
}
.btn-container{
    gap:1rem;
}






/* ABOUT SECTION */
#about{
position: relative;
margin-bottom: 100px;
}
.About-containers{
    gap: 3rem;
    margin-bottom: 2rem;
margin-top: 12rem;

}
.About_details_container{
justify-content: center;
flex-direction:column;
}
.About-containers, .About_details_container{

display: flex;
}
.about_pic{
border-radius: 2rem;
}
.arrow{
position: absolute;
right: -5rem;
bottom: 2.5rem;

}
.text-container{

text-align: center;

align-content: center;
margin-bottom: 4rem;



}
.text-container p {
    text-align: justify;
}



.details-container{
padding: 1.5rem;

border-radius: 1rem;
background-color: white;
border: rgb(53, 53, 53) 0.1rem solid;
border-color: rgb(163, 163, 163);
text-align: center;

margin: 7rem auto; 
width: 100%; 
max-width: 800px;
height: 100%;
max-height: 220px;
margin-bottom: 0px;
margin-top: 0px;

}

   
.section-container{
gap: 4rem;
height: 80%;
display: flex;
align-items: center; 
justify-content: space-between;
gap:20px; 

   }
.section_pic_container{

    display: flex;
    height: 400px;
    width: 400px;
    margin: auto 0;
     text-align: center;
    }
  

        
 
/* BLOG */
.blog{
    
    margin-top: 100px;
   overflow: hidden;
      
    
    

}
.blog_containers {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.blog-card {
    width: 80%;
    max-width: 900px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;

}

.blog-card:hover {
    transform: scale(1.02);
}

.blog-card h2 {
    font-size: 22px;
    color: #333;
}

.blog-date {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}
.blog-details
.blog-content {
    font-size: 16px;
    color: #444;
}

.read{
color: rgba(57, 57, 196, 0.808);
cursor: pointer;
overflow: hidden;

}


.full-content {
    margin-top: 10px;
    font-size: 16px;
    color: #555;

}
/* PROJECTS SECTION */

#project {
   
    padding: 80px 20px;
    position: relative;
}






.experience_detail_container {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 50px;
    


}
.project-container{
padding: 1.5rem;
    flex: 1;
    background: white;
    border-radius: 2rem;
    border: rgb(53, 53, 53) 0.1rem solid;
    border-color: rgb(163, 163, 163);
    text-align: center;
    border-color: rgb(163, 163, 163);
    background: rgb(250, 250, 250);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border: 0.1rem solid rgba(163, 163, 163, 0.5);
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    box-shadow: inset 4px 4px 8px #d1d1d1, inset -4px -4px 8px #ffffff;
}







.project-container:hover {
   
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);

}

.article-container {

 width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;


}

.project_img {
   
    width: 100%;
    max-width: 280px;
    border-radius: 12px;
    object-fit: cover;
    transition: 0.3s ease-in-out;
    
}
.experienced-subtitle{
color: rgb(124, 124, 170);


}




.btn_container {
    margin-top: 10px;
}

.project.btn {
    background-color: gray;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    font-size: 16px;

}

.project.btn:hover {
    background-color: black;
}



/* Contact Section Styling */
#contact {
    text-align: center;
    margin-top: -50px; 
    isplay: flex;
justify-content: center;
flex-direction: column;
height: 70vh;
}
.contact-info-upper-container{
    display: flex;
    justify-content: center;
    border-radius: 2rem;
    border: rgb(53, 53, 53) 0.1rem solid;
border-color: rgb(163, 163, 163);
background:(250,250,250) ;
margin: 2rem auto;
padding: 0.5rem;
}




.contact-info-upper-container {
    display: flex;
    justify-content: center; 
    align-items: center; 
    gap: 30px; 
    background: #f9f9f9; 
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 600px; 
    margin: 20px auto; 
}


.contact-info-container {
    display: flex;
    align-items: center; 
    gap: 10px; 
}


.contact-info-container img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.contact-info-container p a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}


.contact-info-container p a:hover {
    color: grey;
    text-decoration: underline;
    text-underline-offset: 1rem;
    text-decoration-color: rgb(181, 181, 181);
    transform: scale(1.02);
}
/* FOOTER SECTION */

footer{
height: 26vh;
margin: 0 1rem;

}
footer p{
    text-align: center;
}








   