/* GENERAL */

*   {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Merriweather", serif;
}


body{
    font-family: "Poppins", system-ui;
    padding-top: 50px;
    background-image: url('assets/bg3.jpg');
}

html{
    scroll-behavior: smooth;
}

p{
    color: rgb(80, 80, 80);
}

/*TRANSITION*/

a,
.btn{
    transition: all 300ms ease;
}

/*DESKTOP NAV*/



body {
  margin: 0;
  font-family: "Merriweather", serif;
}

nav, .nav-links {
  font-family: "Merriweather", serif;
  font-weight: 300;
  display: flex;
  text-decoration: none;
  background-image: url('assets/bg3.jpg');
}

nav {
  position: fixed; /* Make navbar fixed */
  top: 0; /* Align to top */
  left: 0;
  right: 0;
  justify-content: space-around;
  align-items: center;
  height: 13vh;
  background-image: url('assets/bg3.jpg');
  background-color:rgb(255, 255, 255); 
  z-index: 1000; /* Keep navbar above other content */
  transition: top 0.3s; /* Smooth transition for hiding/showing */
}

.nav-links {
  gap: 2rem;
  list-style: none;
  font-size: 1.25rem;
}

.nav-links a {
  color: rgb(130, 130, 130);
  text-decoration: none;
}

.logo a{
  text-decoration: none;
}

.logo a:hover{
  text-decoration: none;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: rgb(35, 35, 35);
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  text-decoration-thickness: 3px;
  text-decoration-color: rgb(138, 137, 137);
}

.content {
  padding-top: 70px; /* Space for navbar */
}


.logo{
    font-size:2rem;
    color: rgb(244, 92, 92);

}

.logo:hover{
    cursor: default;
}

.black-letter {
  color: rgb(54, 72, 97);
}

.red-letters {
  color: rgb(117, 117, 117);
}


/* 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;
    width:fit-content;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3 ease-in-out;
    text-decoration: none;
    
}

.menu-links a{
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3 ease-in-out;
    color: rgb(130, 130, 130);
}

.menu-links li{
    list-style: none;
    text-decoration: none;
}

.menu-links.open{
    max-height: 300px;
}

.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 span:first-child{
    transform: none;
}

.hamburger-icon span:first-child{
    opacity: 1;
}

.hamburger-icon span:first-child{
    transform: none;
}

/*SECTIONS*/

section{
    padding-top:4vh;
    /* height:96vh; */
    margin: 0rem 1rem;
    box-sizing: border-box;
    min-height:fit-content;
}

.section-container{
    displays: flex;
}


/*Profile Section*/

#profile{
    /* position: relative; */
    display: flex;
    justify-content: center;
    /* gap:15rem; */
    /* height: 80vh; */
    
}

.profile01{
  background-color: none;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content:space-around;
  /* gap: 20rem; */
  background-color: #ffffff;
  background-image: url('assets/bg3.jpg');
}

.profile01 .row{
  /* background-color: blue; */
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content:space-between;
}

.section_pic_container{
    display: flex;
    height: 310px;
    width: 330px;
    /* margin: auto 0; */
    /* justify-content: center; */
    /* background-color: #020001; */
    
}
.section_pic_container img{
    overflow: hidden;
    /* filter: drop-shadow(0 0 1px #f3f3f3); */
    /* border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% ; */
    border-radius: 20% 70% 70% 20% / 20% 20% 70% 70% ;
    border: 5px solid gray;
    margin-top: 25px;
}

.section_pic_container img{
  margin-left: 40px;
}

.section_text{
    font-family: "Poppins", system-ui;
    align-self: center;
    text-align: center;
    /* background-color: #666565; */
}

.section_text p{
    font-weight: 500;
}


.section_text_p1{
    text-align: center;
    margin-bottom: 0.5rem;
}

.hello-class{
  font-family: "Poppins", system-ui;
  /* font-size: 22px; */
  /* font-style: italic; */
  /* padding-left: 60px; */
  /* text-align: left; */
}

.section_text_p2{
    font-size: 1.25rem;
    margin-bottom: 0rem;
}
.section_text_p3{
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
}

.title{
    /* font-size: 3.5rem; */
    text-align: center;
    margin-bottom: 0.8rem;
}

#socials-container{
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
    gap: 2rem;
}


/*ICONS*/

.icon1{
    cursor: pointer;
    height:3rem;
}

/*BUTTONS*/


.btn-container1,
.btn-container2{
    display:flex;
    justify-content: center;
    gap:1rem;
}


.btnn2{
  font-family: "Merriweather", serif;
  font-weight: 700;
  transition: all 300ms ease;
  padding: 0.5rem;
  width: 8rem;
  border-radius: 2rem;
}


.btn-color-11,
.btn-color-22:hover{
    background: rgb(200, 200, 200);
    color: rgb(0, 0, 0);
}

/* .btn-color-11:hover{
    background: rgb(0,0,0);
} */

.btn-color-22{
    background: rgb(0,0,0);
} */


.btn-container1,
.btn-container2{
    gap:1rem;
}


.btnn {
  /* font-family: "Merriweather", serif; */
  font-family: "Poppins", system-ui;
  font-weight: 700;
  background: #f1efef;
  color: #000000;
  /* border: 2px solid #ffffff; */
  position: relative;
  border-radius: 2rem;
  width: 8rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.btn-color-1::before {
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  position: absolute;
  transition: all 0.4s ease;
  background-color: #020001;
}


.btn-color-1:hover::before {
  content: "Connect";
  width: 100%;
  left: 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius:1.5rem;
}


.btn-color-2::before {
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  position: absolute;
  transition: all 0.4s ease;
  background-color: #000000;
}
.btn-color-2:hover::before {
  content: "Resume";
  width: 100%;
  left: 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius:1.5rem;
}




/* ABOUT SECTION */

#about {
    position: relative;
    background-color: #f9f9f9;
    padding: 2rem 0; /* Padding around the section */
    background-image: url('assets/bg3.jpg');
  }
  
  .title2 {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }



  
  /* .section-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem; 
    /* height: auto;
    margin-top: 2rem;
  }
  
  /* Profile Image Container */
 
  
  .section_pic_container2 {
    flex: 0.5; /* Profile image will take 50% of the available space */
    max-width: auto;
    max-height: auto; /* Limit the width of the image */
  }

  .about-contents{
    display: flex;
    justify-content: center;
  }
  
  .about-pic {
    width: 95%; /* Image takes up full container width */
    height: auto; /* Maintain aspect ratio */
    border-radius: 3rem; /* Rounded corners */
    object-fit: cover; /* Ensure the image fits neatly */
    box-shadow: 8px 1px 4px rgba(0, 0, 0, 0.1);
    /* margin-right: 5%; */
    
  }

  .image-edit {
    padding: 40px;
    border-radius: 4rem;
  }
  
  .about-text{
    padding: 40px;
    margin-bottom: 20px;
  }
  /* Text Container */
  .text-container {
    font-family: "Poppins", system-ui;
    border-radius: 3rem;
    box-shadow: 8px 1px 4px rgba(0, 0, 0, 0.1);
    line-height: 1.8;
    text-align: justify;
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-left: 5%; */
  }
  
  .text-container p {
    font-size: 1.05rem;
    line-height: 1.6;
    color: rgb(85, 85, 85);
  } */



  /* PROJECTS SECTION */

#projects {
    position: relative;
    padding: 4rem 0;
    
  }
  
  .title3 {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }


  .experience-details-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
  }
  
  .color-container {
    border: 1px solid rgb(163, 163, 163);
    background: rgb(250, 250, 250);
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  }
  
  .color-container:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  }
  
  .project-img {
    border-radius: 1rem;
    width: 100%; /* Ensure the image takes full width */
    height: auto; /* Maintain aspect ratio */
    object-fit: cover; /* Ensure the image covers the container */
    margin-bottom: 1rem;
  }
  
  .project-title {
    margin: 1rem 0;
    color: black;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }
  
  .btn-container{
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
  }
  
  .project-btn {
    flex: 1;
    padding: 0.75rem;
    border-radius: 2rem;
    font-weight: 600;
    transition: all 300ms ease;
    text-align: center;
    background-color: white;
    color: black;
    border: 1px solid rgb(163, 163, 163);
    cursor: pointer;
  }
  
  .project-btn:hover {
    background-color: rgb(53, 53, 53);
    color: white;
    border-color: rgb(53, 53, 53);
  }
  

  /* SKILLS SECTION */
#skills {
    padding: 2rem 0;
    background-color: #f9f9f9;
    text-align: center;
    background-image: url('assets/bg3.jpg');
  }
  
  .section__text__p1 {
    font-size: 1.2rem;
    color: #555;
  }
  
  .title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #333;
  }
  
  /* Skills Container */
  .skills-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
  }

  .skill-list-wrapper {
    display: flex;
    justify-content: space-between; /* Space between the lists */
  }
  
  /* Individual Skill Category */
  .skill-category {
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    flex: 1;
    min-width: 250px;
    max-width: 350px;
    text-align: left;
  }
  
  .skill-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #333;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 0.5rem;
    text-align: center;
  }
  
  .skill-list {
    font-family: "Poppins", system-ui;
    list-style: none;
    padding: 0;
  }
  
  .skill-list li {
    font-size: 1.1rem;
    color: #555;
    margin: 0.5rem 0;
  }


/* RECOMMENDATIONS SECTION */

#recommendations {
    padding: 2rem 0;
    text-align: center;
    background-image: url('assets/bg3.jpg');
}

.section_text_p1 {
    font-size: 1.5rem;
    color: #555;
}

.title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.recommendation-container {
    display: flex;
    justify-content: center;
    gap: 2rem; /* Space between cards */
    flex-wrap: wrap; /* Wrap cards on smaller screens */
}

.recommendation-card {
    background: #f9f9f9; /* Light background */
    border-radius: 1rem;
    padding: 1.5rem;
    width: 350px; /* Fixed width for cards */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

.recommendation-photo {
    width: 150px; /* Full width */
    height: 150px; /* Maintain aspect ratio */
    border: 2px solid #b8b5b3;
    border-radius: 50%; /* Circular photo */
    
    /* margin-bottom: 1rem; */
}

.recommendation-name {
    font-size: 1.5rem;
    color: #333;
    margin: 0.5rem 0 0.25rem;
}

.recommendation-designation {
  font-family: "Poppins", system-ui;
    font-size: 1rem;
    color: #777;
    margin: 0.25rem 0 0.5rem;
}

.recommendation-comment {
    font-family: "Poppins", system-ui;
    font-size: 1rem;
    color: #555;
    margin: 0; /* Remove margin */
    text-align: center; /* Align text to the left */
}

/* Contact Part*/
  
#contact {
    padding: 2rem;
    background-color: #f9f9f9;
    text-align: center;
    background-image: url('assets/bg3.jpg');
  }
  
  .contact-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem; /* Space between elements */
  }
  
  .social-links a {
    margin: 0 1rem;
    text-decoration: none;
    color: #000000; /* Change to your preferred color */
  }

  .tooltip-container {
    position: relative;
    display: inline-block;
  }

  /* Tooltip text */
  .tooltip-text {
    visibility: hidden;
    width: 70px;
    background-color: rgb(118, 118, 118);
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 2px;
    position: absolute;
    z-index: 1;
    bottom: 100%; /* Position above the image */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.2s;
    font-size: 12px;
  }

  /* Show the tooltip when hovering */
  .tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
  }
  
  form {
    display: flex;
    flex-direction: column;
    gap: 1rem; /* Space between form elements */
    max-width: 400px; /* Max width of the form */
    width: 100%; /* Full width on smaller screens */
  }
  
  label {
    text-align: left; /* Align labels to the left */
  }
  
  input, textarea {
    padding: 0.5rem; /* Padding inside input and textarea */
    border: 1px solid #ccc; /* Light border */
    border-radius: 4px; /* Rounded corners */
  }
  
  button {
    padding: 0.5rem;
    background-color: #545454; /* Button color */
    color: white; /* Text color */
    border: none; /* Remove border */
    border-radius: 4px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor */
    transition: background-color 0.3s ease; /* Transition for hover effect */
    display: block;  /* Forces the button to be displayed on a new line */
    margin-top: 10px;
  }
  
  button:hover {
    background-color: #2c2c2c; /* Darker color on hover */
  }
  
  .message-btn{
    border-radius: 5px;
  }


  /*Footer part*/
 
  #footer {
    background-color: #eaeaea;
    color: #fff;
    background-image: url('assets/bg3.jpg');
  }
  
  #footer p {
    margin: 0;
    line-height: 1.5;
  }
  
  #footer a {
    color: #000000;
    text-decoration: none;
    padding: 0 5px;
  }
  
  #footer a:hover {
    text-decoration: underline;
  }

  #footer-links{
    color: #6e6e6e;
  }



.container{
  font-family: "Poppins", system-ui;
  font-size: 0.9rem;
  color: #555;
}
