/* GENERAL */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: rgb(255, 255, 255);
  font-family: "Poppins", sans-serif;
}

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-links1 {
  display: flex;
}

.nav-links-container1{
  display: flex;
  gap: 2rem;
  list-style: none;
  font-size: 1.5rem;
  margin: 0%;
}

nav1{
  display: flex;
  justify-content: space-around;
  align-items: center;
}

nav {
  display: flex;
  justify-content: space-around; /* Align items to the right */
  align-items: center; /* Vertically center the icon */
  background-color: rgb(0, 0, 0);
  position: fixed; /* Make the navbar fixed */
  top: 0; /* Stick it to the top */
  left: 0; /* Stick it to the left */
  width: 100%; /* Take up the full width */
  padding: 10px 20px;
  z-index: 1000;
  
}

.nav-links {
  gap: 2rem;
  list-style: none;
  font-size: 1.5rem;
  margin: 0%;
}
.nav-links1 {
  gap: 2rem;
  list-style: none;
  font-size: 1.5rem;
  margin: 0%;
}

.b {
  padding: 4vh;
  color: rgb(0, 0, 0);
  text-decoration: none;
  text-decoration-color: rgb(0, 0, 0);
  
}

.c {
  color: rgb(0, 0, 0);
  text-decoration: none;
  text-decoration-color: rgb(0, 0, 0);
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  margin: 0;
}

a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-decoration-color: rgb(0, 0, 0);
}

a:hover {
  color: grey;
  text-decoration: underline;
  text-underline-offset: 1rem;
  text-decoration-color: rgb(181, 181, 181);
}

.logo {
  color: rgb(255, 255, 255);
  font-size: 2rem;
}
.logo1{
  color: rgb(255, 255, 255);
  font-size: 2rem;
  text-align: left;
}

.logo:hover {
  cursor: default;
}

/* HAMBURGER MENU */

#hamburger-nav {
  display: none;
}

.hamburger-nav {
  overflow:visible;
  justify-content: flex-end;
  align-items: center;
}

.hamburger-menu {
  /* position: relative; */
  display: inline-block;
  z-index: 1000;
  margin-right: 20px;
}

.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: rgb(255, 255, 255);
  transition: all 0.3 ease-in-out;
}

.menu-links {
  position: absolute;
  top: 100%;
  right: 100;
  background-color: white;
  opacity: 0.7;
  width: fit-content;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3 ease-in-out;
}

.menu-links a {
  display: block;
  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;
}

.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: 0 10rem;
  box-sizing: border-box;
  min-height: fit-content;
}

.section-container {
  display: flex;
}

/* PROFILE SECTION */


#profile {
    
    padding-bottom: 0%;
    background-image: url(./assets/test.jpeg);
	  background-size: cover;
	  background-position: center;
	  position: relative;
    padding: 20px;
    z-index: 1;
}

#profile {
  top: 9vh;
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 7rem;
  height: 85vh;
  margin: 0px;
  margin-top: 0px;
  bottom: 10vh;
}

.section__pic-container {
  display: flex;
  height: 400px;
  width: 400px;
  margin: auto 0;
}

#socials-container {
  display: flex;
  gap: 20px;
  position: relative;
}

#socials-container .icon {
  width: 30px;
  height: 30px;
}

.section__text {
  align-self: center;
  text-align: center;
  position: relative;
}

.section__text p {
  font-weight: 600;
}

.section__text__p1 {
  padding-top: 10vh;
  text-align: center;
  position: relative;
}

.section__text__p2 {
  font-size: 1.75rem;
  margin-bottom: 2rem;
  position: relative;
}
.section__text__p3 {
  font-size: 1.75rem;
  margin-bottom: 2rem;
  position: relative;
  text-align: center;
}
.title {
  font-size: 3rem;
  text-align: center;
  position: relative;
}
.title1 {
  font-size: 3rem;
  text-align: center;
  position: relative;
}

#socials-container {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  gap: 1rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  #profile {
    top:0vh;
    padding-bottom: 0%;
    background-image: url(./assets/test1.jpeg);
	  background-size: cover;
	  background-position: center;
	  position: relative;
    padding: 20px;
    z-index: 1;
  
  }
  .title {
    font-size: auto; 
  }
  /* .logo1{
    justify-content: left;
  } */
  .section__text__p1 {
    font-size: 16px;
    padding-top: 15vh;
  }
  .section__text__p5{
    font-size: 16px;
  }
  .section__text__p2 {
    font-size: 16px;
  }
  .section__text__p3 {
    font-size: 16px;
    padding-top: 30vh;
  }
  .section__text__p4 {
    justify-content: center;
    font-size: 26px;
    padding-top: 2vh;
  }
  
  .btn {
    font-size: 14px;
  }
  
  .icon {
    /* padding-left: 1vh; */
    /* padding-bottom: 1vh; */
    width: 30px;
    height: 30px;
    margin: 0 5px;
  }
}


/* ICONS */

.icon {
  cursor: pointer;
  height: 2rem;
}


/* BUTTONS */

.btn-container {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.btn {
  font-weight: 500;
  transition: all 300ms ease;
  padding: 1rem;
  width: 12rem;
  border-radius: 2rem;
}

.btn-color-1,
.btn-color-2 {
  border: rgb(53, 53, 53) 0.1rem solid;
}

.btn-color-1:hover,
.btn-color-2:hover {
  cursor: pointer;
}

.btn-color-1,
.btn-color-2:hover {
  background: rgb(53, 53, 53);
  color: white;
}

.btn-color-1:hover {
  background: rgb(0, 0, 0);
}

.btn-color-2 {
  background: none;
}

.btn-color-2:hover {
  border: rgb(255, 255, 255) 0.1rem solid;
}

.btn-container {
  gap: 1rem;
}

/* ABOUT SECTION */

#about {
  position: relative;
}

.about-containers {
  gap: 2rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.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;
}

.details-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;
}

.section-container {
  gap: 4rem;
  height: 80%;
}

.section__pic-container {
  height: 400px;
  width: 400px;
  margin: auto 0;
}

/* EXPERIENCE SECTION */
#experience {
  
  background-image: url(./assets/skills.png);
  /* background-size: auto; */
  background-size: 300px 250px;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
  z-index: 1;

}

#experience {
  position: relative;
}

.experience-sub-title {
  color: rgb(85, 85, 85);
  font-weight: 600;
  font-size: 1.75rem;
  margin-bottom: 2rem;
}

.experience-details-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.article-container {
  display: flex;
  text-align: initial;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 2.5rem;
  justify-content: space-around;
}

article {
  display: flex;
  width: 10rem;
  justify-content: space-around;
  gap: 0.5rem;
}

article .icon {
  cursor: default;
}

/* PROJECTS SECTION */

#projects {
  position: relative;
}

.color-container {
  border-color: rgb(163, 163, 163);
  background: rgb(250, 250, 250);
}

.project-img {
  border-radius: 2rem;
  width: 90%;
  height: auto;
}

.project-title {
  margin: 1rem;
  color: black;
}

.project-btn {
  color: black;
  border-color: rgb(163, 163, 163);
}

/* Add this CSS to your existing stylesheet or create a new one */

/* Style for More Projects Button */
.more-projects-btn-container {
  text-align: center;
  margin-top: 20px; /* Adjust the top margin as needed */
}

.btn-color-1 {
  /* Customize button styles */
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff; /* Change the background color as needed */
  color: #000000; /* Change the text color as needed */
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.btn-color-1:hover {
  background-color: #000000;
  color: #fdfdfd; /* Change the hover background color as needed */
}

/* CONTACT */

#contact {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: auto;
  padding-top: 15px;
  position: relative;
}
#contact1 {
  bottom: 12vh;
}

/* Contact Form Styles */
.contact-form-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-image: url(./assets/con.png);
  background-color: rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  background-size: 300px 250px;
  background-position: center;
  position: relative;
  height: 50vh;
  
  
  border-radius: 5px;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
  margin-top: 40px;
}

.contact-form-container form {
  text-align: center; /* Align the content in the center */
  position: relative;
  height: 60vh;
}

.contact-form-container form label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  position: relative;
}

.contact-form-container form input,
.contact-form-container form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  position: relative;
}

.contact-form-container form button {
  display: inline-block; /* Keep the button inline for centering */
  padding: 10px 20px;
  background-color: #000000;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  padding-bottom: 10px;
  position: relative;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .contact-form-container {
    max-width: 100%;
    padding: 15px;
    margin-top: 0;
  }
}

/* Rectangle Box Style */
.contact-form-container {
  border-radius: 8px;
}

/* Additional Styling (You can customize these as needed) */
/* .btn, .title, .section__text__p1, .section__text__p2, .btn-container, .btn-color-1, .btn-color-2, .project-img, .experience-sub-title, .icon {
  // Add your styling for these classes here
} */

.contact-info-upper-container {
  display: flex;
  justify-content: left;
  border-radius: 2rem;
  border: rgb(247, 247, 247) 0.1rem solid;
  border-color: rgb(255, 255, 255);
  background: (250, 250, 250);
  margin: 2rem auto;
  padding: 0.5rem;
  position: relative;

  padding: 1.5rem;
  background: white;
}

.contact-info-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 1rem;
  position: relative;
}

.contact-info-container p {
  font-size: larger;
}

.contact-icon {
  /* background-color: white; */
  cursor: default;
}

.email-icon {
  /* background-color: rgb(255, 255, 255); */
  height: 2.5rem;
}

/* Mobile Styles */
@media (max-width: 768px) {
  /* Adjust the container width and padding */
  .section__text__p1 {
    font-size: 16px;
    padding-top: 15vh;
  }

  /* .title1{
    padding-top: 50vh;
  } */
  .contact-form-container {
    max-width: 100%;
    height: auto;
    padding: 15px;
    background-size: contain; /* Change background size for better mobile display */
  }
  
  /* Center align the form elements */
  .contact-form-container form {
    text-align: center;

  }
}
.contact-info-container {
  /* ... your other styles ... */
  margin: 1rem 0;
   /* Adjust top and bottom margin for spacing */

}


/* Desktop Styles */
/* No changes needed for desktop view as per the existing code */

/* FOOTER SECTION */

footer {
  margin-top: 20px;
  background-image: url(assets/test.jpeg);
  background-size: cover;
  background-position: center;
  max-height: 18vh;
  height: 16vh;
  margin: 0px;
  padding-top: 10px;
}

footer p {
  text-align: center;
}
/* Mobile Styles */
@media (max-width: 768px) {
  footer {
    height: 12vh; /* Adjust the height for better mobile display */
  }
  
  footer p {
    text-align: center;
    font-size: 14px; /* Adjust font size for mobile */
  }
}
/* Mobile Styles */
@media (max-width: 768px) {
  .nav-links-container1{
    display: flex;
    gap: 2rem;
    list-style: none;
    font-size: 1.5rem;
    margin: 0%;
    padding-top: 80vh;
  }
  footer {
    margin-top: 20px;
    height: auto; /* Let the content dictate the height */
    padding: 10px 0; /* Adjust padding for spacing */
    position: fixed;
  }
  
  footer p {
    text-align: center;
    font-size: 14px; /* Adjust font size for mobile */
  }

}

@media (max-width: 600px){
.menu-links {
  left: 40%;
}
}
/* Desktop Styles */
/* No changes needed for desktop view as per the existing code */
