@import url("https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Ancizar+Sans:ital,wght@0,100..1000;1,100..1000&family=Ancizar+Serif:ital,wght@0,300..900;1,300..900&family=Atma:wght@300;400;500;600;700&family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Cal+Sans&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=DM+Serif+Text:ital@0;1&family=Geist:wght@100..900&family=Hubot+Sans:ital,wght@0,200..900;1,200..900&family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Special+Gothic+Expanded+One&family=Twinkle+Star&family=Work+Sans:ital,wght@0,100..900;1,100..900&family=Zain:ital,wght@0,200;0,300;0,400;0,700;0,800;0,900;1,300;1,400&display=swap");

body {
  background-color: #191919;
}

:root {
    --primary-color: #3B82F6;
}

* {
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

.hero-section {
  width: 100%;
  margin-top: 10rem;
  display: flex;
  justify-content: center;
}

.section2 {
  width: 100%;
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}

* h2 {
  color: white;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.9rem;
}

.container {
  width: 45%;
  height: auto;
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
}

nav {
  width: 100%;
  padding: 2rem;
  /* border-bottom: 1px solid rgba(241, 241, 241, 0.145); */
  position: fixed;
  top: 0;
  background-color: #191919;
}

.nav-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.list-container {
  width: fit-content;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 1rem;
  list-style: none;
  align-items: center;
  color: rgba(255, 255, 255, 0.587);
  background-color: #232326;
  padding: 1rem;
  border-radius: 100px;
  border: 1px solid #e7e4e410;
}

.list-container a {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 0.4rem;
  text-decoration: none;
  column-gap: 0.5rem;
  color: rgba(255, 255, 255, 0.587);
}

.list-container a i {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.587);
}

.profileHome{
    border: 1px solid var(--primary-color);
    border-style: dashed;
    border-radius: 100px;
    display: flex;
    align-items: center;
}

.profileHome img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 100px;
}

.list-container a :hover {
  color: white;
}

.list-container a {
  font-size: 0.8rem;
}

.social-media {
  display: flex;
  flex-direction: row;
  column-gap: 0.8rem;
  align-items: center;
  color: rgba(255, 255, 255, 0.587);
}

.social-media h4 {
  font-size: 0.9rem;
  font-weight: 400;
}

.social-media p {
    font-size: 0.9rem;
    font-weight: 400;
}

.social-media a {
  color: rgba(255, 255, 255, 0.587);
}

.social-media a :hover {
  color: white;
}

.profile-pictures img {
  object-fit: cover;
  border-radius: 100px;
}

.mobile-menu {
  display: none;
}

/* Hero_section */

.profile-description {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.profile-photo {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 0.7rem;
  /* background-color:#1E1E1E; */
  width: fit-content;
  color: white;
}

.profile-photo img {
  border-radius: 8px;
  border: 1px solid white;
  border-style: dashed;
  object-fit: cover;
}

.profile-photo p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.587);
}

.profile-photo span {
  font-weight: 600;
  color: white;
  font-size: 1rem;
}

.hero-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.button-container {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
}

.buttonWithNoIcon {
  background-color: #3b3b3b;
  padding: 1rem 1.5rem;
  width: fit-content;
  outline: none;
  border: none;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 0.8rem;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}

.buttonWithIcon {
  padding: 1rem 1.5rem;
  width: fit-content;
  background-color:var(--primary-color);
  outline: none;
  border: none;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 0.8rem;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}

.hero-content button i {
  color: white;
}

.profile-more {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.5rem;
  column-gap: 1rem;
  color: rgba(255, 255, 255, 0.587);
  border-top: 1px solid rgba(241, 241, 241, 0.055);
}
.profile-more p {
  font-size: 0.9rem;
  line-height: 1.3rem;
}

/* MY-work-title */

.container2 {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  row-gap: 2rem;
}

.project-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}

.project {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  border-radius: 8px;
  cursor: pointer;
}

.project-cover {
  background-size: cover;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
}

.project-cover img{
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.project-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  color: white;
  align-items: center;
}

.header-content {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  color: white;
}

.header img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 100px;
}

.header h3 {
  font-size: 1.1rem;
  font-weight: 500;
}

.header p {
  font-size: 0.9rem;
  color: #aaaaaa;
  font-weight: 400;
  line-height: 1.4rem;
}

.project-title button {
  padding: 0.7rem 1rem;
  background-color: #1e1e1e;
  border: none;
  outline: none;
  color: white;
  border-radius: 8px;
  cursor: pointer;
}

/* My-stack */
.stack-title {
    width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  /* border-top: 1px solid rgba(241, 241, 241, 0.145); */
  padding: 1.5rem 1rem;
}

.title2 {
  border-top: 1px solid rgba(241, 241, 241, 0.145);
}

.stack-title-content {
  display: flex;
  flex-direction: column;
  row-gap: 0.6rem;
}
.stack-title-content h4 {
  color: white;
  font-weight: 500;
}
.stack-title-content p {
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #aaaaaa;
}

.stacks {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.7em;
}

.stack-list {
  width: fit-content;
  padding: 0.6rem 1.2rem;
  display: flex;
  flex-direction: row;
  column-gap: 0.7rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #262626;
  border-radius: 100px;
  cursor: pointer;
}

.stacks :hover {
  background-color: #1e1e1e;
}

.stack-list img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 100px;
}

.container2 span {
  background-color: var(--primary-color);
  padding: 0.08rem 0.4rem;
  font-weight: 600;
  color: white;
  width: fit-content;
}

.heading-stack {
  color: #cfcfcf;
  line-height: 2rem;
}

.stack-list p {
  font-weight: 500;
  font-size: 0.8rem;
  color: white;
}

.profile-photo h4 {
  font-weight: 400;
  color: #999999;
}

/* AbouutMe */

.about-title {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.aboutme-details {
  width: 100%;
  display: flex;
  flex-direction: row;
  column-gap: 4rem;
  align-items: center;
  justify-content: center;
}

.profile-images {
  width: 100%;
  height: auto;
}

.profile-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  /* border: 1px solid white; */
}

#profileImage {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}

.detailscontent {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.detailscontent p {
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #c1c1c1;
  font-weight: 400;
}

.detailscontent .stack-list p {
  font-size: 0.8rem;
  /* line-height: 1.9rem; */
  color: white;
}

.callme {
  padding: 1.5rem 1rem;
  border-top: 1px solid #3b3b3b;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.callmetitle {
  display: flex;
  flex-direction: column;
  row-gap: 0.4rem;
}

.callmetitle h4 {
  font-size: 1.1rem;
  font-style: italic;
  color: white;
  font-weight: 400;
}

.callmetitle p{
    font-style: italic;
    font-weight: 300;
}

.callme button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Contact_us_channell */

.contact-us {
  border-top: 1px solid #3b3b3b;
  padding: 3rem;
  margin-top: 5rem;
}

.footercontainer {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.contact-us-title {
  width: fit-content;
  display: flex;
  flex-direction: row;
  column-gap: 4rem;
}

.social-link i {
  font-size: 1rem;
}

.contact-us-title h4 {
  font-size: 0.9rem;
  font-weight: 500;
  color: #c1c1c1;
}

.social-link {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.contact {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  align-items: center;
}

.contact i {
  padding: 0.5rem;
  border: 1px solid #999999;
  border-radius: 100px;
  color: #999999;
  font-size: 0.8rem;
}

.content {
  display: flex;
  flex-direction: column;
  row-gap: 0.7rem;
}

.contact-us-title p {
  font-size: 0.7rem;
  color: #999999;
}

.social-link h4 {
  font-size: 1.2rem;
  color: white;
  font-weight: 500;
}

/* Blogs_sections */

.blog-section {
  width: 100%;
  height: auto;
  margin-top: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blog-container {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  row-gap: 0.7rem;
  justify-content: start;
  align-items: start;
}

.blog-container p {
  color: #c1c1c1;
  font-size: 0.9rem;
  text-align: start;
  line-height: 1.6rem;
}

.blog-container a {
  font-style: italic;
  background-color: var(--primary-color);
  padding: 0.3rem 0.7rem;
  cursor: pointer;
  color: white;
  text-decoration: none;
  font-weight: 400;
}

.blogs a {
  color: white;
  font-size: 0.8rem;
  text-decoration: none;
}

.blogs {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: 4rem;
}

.portfolio-list{
  padding-left: 0rem;
  padding-right: 0rem;
  width: 50%;
  display: flex;
  flex-direction: column;
}

.blog-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
  padding: 1.5rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.115);
}

.blog-image {
  width: 100%;
  height: 250px;
  background-size: cover;
  border-radius: 8px;
}

.blog-description {
  display: flex;
  flex-direction: column;
  row-gap: 0.6rem;
}

.blog-description h4 {
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: white;
}

.blog-description p {
  color: #999999;
  font-size: 0.9rem;
}

.blogSection {
  margin-top: 3rem;
}

.blogContent p {
  color: #c1c1c1;
  line-height: 1.6rem;
  font-weight: 400;
}
.blogcontent {
  display: flex;
  flex-direction: column;
  row-gap: 1.3rem;
}

.blogContent {
  width: 40%;
  row-gap: 1.5rem;
}

.blogContent a {
  background-color: var(--primary-color);
  padding: 0.3rem 0.7rem;
  cursor: pointer;
  color: white;
  text-decoration: none;
  font-weight: 400;
}


.blogContent img{
    object-fit: cover;
    border: 1px solid white;
    border-style: dashed;
    border-radius: 8px;
}

.project-covers {
  background-size: cover;
  width: 100%;
  height: 250px;
  border-radius: 8px;
}


.project-covers img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}


/* Mobile_menu */

.nav-mobile-menu {
  background-color: #191919;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  padding: 3rem 0rem;
  z-index: 9999;
  display: none;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.close-menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 2rem 2rem;
}

.close-menu i {
  color: white;
  font-size: 1.2rem;
}

.list {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
  padding: 2rem;
}

.list a {
  color: #999999;
  text-decoration: none;
  font-size: 1.6rem;
  font-style: normal;
}

.additional-link {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
  border-top: 1px solid #3b3b3b;
  padding: 3rem 2rem;
}

.additionals {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.additional-link a {
  display: flex;
  flex-direction: row;
  column-gap: 0.5rem;
  text-decoration: none;
  font-size: 1.1rem;
  color: #999999;
  align-items: center;
}

@keyframes slideInRight {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}

/* @keyframes slideInLeft {
    from {
      transform: translateY(-100%);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
} */

.nav-mobile-menu {
  animation: slideInRight 0.4s ease-out forwards;
}

.nav-mobile-menuclose {
  animation: slideInLeft 0.3s ease-in-out;
}

/* Project_Details */

.project-name {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.project-descri {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}

.designscreens {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.project-description img {
  width: 100%;
  height: auto;
}

.project-name img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 100px;
}
.project-name-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  align-items: start;
}

.project-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 0.7rem;
  align-items: start;
}

.project-name-title h2 {
  font-size: 1.4rem;
}

.project-name-title p {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: #999999;
}

.project-description {
  display: flex;
  flex-direction: row;
  column-gap: 0.5rem;
  align-items: center;
  /* background-color: #1e1e1e; */
  width: 100%;
  padding: 0.7rem 1rem;
  /* border: 1px solid #3B3B3B; */
  color: #999999;
  border-radius: 4px;
}

.project-description img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}

.tab {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.tabSlider h5 {
  font-weight: 500;
  font-size: 0.9rem;
}

.tabSlider {
  width: 100%;
  display: flex;
  flex-direction: row;
  column-gap: 0.7rem;
  align-items: center;
  justify-content: center;
  color: #999999;
  padding: 1rem;
  cursor: pointer;
}

.active {
  color: white;
  border-bottom: 1px solid white;
}

/* Design_project-full_details */

.details-container {
  width: 100%;
}

.details {
  display: none;
  flex-direction: column;
  row-gap: 2rem;
}

.showActive {
  display: flex;
}

.details h4 {
  color: #cfcfcf;
  line-height: 1.6rem;
}

.interview-process {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.interview-process h4 {
  color: whitesmoke;
  font-size: 1rem;
  font-weight: 500;
}

.interview {
  display: flex;
  flex-direction: column;
  row-gap: 0.7rem;
}

.interview h3 {
  font-weight: 500;
  color: #a3a3a3;
  font-size: 1rem;
}

.interview-process p::before {
  /* content: "• "; */
  margin-right: 2px;
}

.interview-process p {
  color: #8d8b8b;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.interview-process img {
  margin-top: 24px;
}

.projectImages{
  width: 100%;
  height: auto;
}

.projectImages img{
  width: 100%;
  height: auto;
}

/* Project_details */
.project-heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.project-logo {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 100px;
}

.project-image {
  width: 100%;
}

.project-image img {
  width: 100%;
  object-fit: cover;
  height: auto;
}

.title-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 0.7rem;
  align-items: start;
}

.title-content p {
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #999999;
  font-weight: 300;
}

.title-content h4 {
  font-style: italic;
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: whitesmoke;
  font-weight: 300;
}

.dev {
  display: flex;
  flex-direction: column;
  row-gap: 0.7rem;
  color: #999999;
}

.dev p {
  font-style: italic;
  font-size: 0.9rem;
}


