/* font-family: 'Poppins', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Rubik', sans-serif;
font-family: 'Rubik Puddles', cursive; */

/* .me{
color: rgb(67, 43, 91);
color: rgb(80,55,120) ;
color: rgb(71,64,132); 
color: rgb(28,33,73); 
 box color;
 color: rgb(20,28,49);
section background 
/* /*color: rgb(9,12,19); */
* {
  padding: 0;
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  width: 100%;
  height: auto;
  box-sizing: border-box !important;
}

#hero-section {
  width: 100%;
  height: 100vh;
  background: black;
  color: white;
  overflow: hidden;
}
.container {
  padding: 3em 2.75rem;
  display: grid;
  grid-template-columns: 10% 90% !important;
  gap: 2em;
}

/* Menu styling */
.dynamic-side-bar-menu {
  display: grid;
  grid-template-columns: 100%;
}

.logo a {
  text-decoration: none;
  color: white;
  cursor: pointer;
}

.logo h1 {
  font-family: "Rubik Puddles", cursive;
  font-size: 7em;
  font-weight: bold;
}

.dynamic-side-bar-menu nav ul {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 1em;
  list-style: none;
}

.dynamic-side-bar-menu nav a {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-decoration: none;
  padding: 3px 9px;
  transition: 500ms ease-in-out;
}

.hover {
  color: #808080 !important;
  transition: 700ms ease-in-out;
}

.active {
  border-radius: 5px;
  background: rgb(44, 42, 42);
}

.mobile-menu-toggle-bar {
  display: none;
}
.mobile-menu-overlay {
  display: none;
}

/* Main Content Styling */
.main {
  width: 100%;
  height: auto;
  padding-top: 2em;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.name {
  color: #909090;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: 25px;
  grid-column: 1/4;
}

.job-description {
  width: 100%;
  margin-top: 15px;
  font-family: "Rubik", sans-serif;
  color: white;
  grid-column: 1/-1;
}

.job-description p {
  width: 62%;
  font-size: 35px;
  font-weight: 500;
}

.job-text-message {
  grid-column: 1/6;
  width: 70%;
  padding: 10px 15px;
  background: rgba(29, 28, 28, 0.5);
  border-radius: 5px;
  display: grid;
  justify-items: center;
  align-content: center;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-top: 15px;
}

.job-text-message p {
  font-size: 16px;
}

.contact-buttons {
  margin-top: 15px;

  grid-column: 6/-1;
  display: grid;
  grid-template-columns: repeat(2, 100px);
  column-gap: 10px;
}

.contact-buttons {
  grid-column: 6/-1;
  display: grid;
  grid-template-columns: repeat(2, 120px);
  column-gap: 10px;
}

.contact-buttons p {
  height: fit-content;
  grid-column: 1/-1;
  color: #808080;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  padding: 0;
  margin: 0;
}

.fa-arrow-right {
  transform: rotate(-23deg);
}

.contact-buttons a {
  width: 100%;
  height: fit-content;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  transition: 200ms ease-in-out;
}

.contact-buttons a:hover {
  width: 100%;

  color: #ffffffe7;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.contact-buttons .phone {
  grid-column: 1/2;
  /* margin-top: -40px; */
}

.contact-buttons .mail {
  grid-column: 2/-1;
  /* margin-top: -40px; */
}

.previous-works {
  grid-column: 1/-1;
  margin-top: 3em;
  width: 80%;
  /* height: 70px; */
  padding: 20px 20px 30px;
  background: rgba(29, 28, 28, 0.5);
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 2em;
}

.previous-works p {
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  color: #808080;
  margin: 5px 0 10px;
}

.projects {
  /* display: grid; */
  grid-template-columns: repeat(4, 1fr);
  margin-top: 0.5em;
}

.projects a {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  color: white;
  font-weight: 700;
  margin-right: 1.7em;
  transition: 300ms ease-in-out;
}

.projects a:hover {
  color: rgba(255, 255, 255, 0.677);

  text-decoration: underline;
  text-decoration-color: green;
}

.social-links {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(4, 200px);
}

.social-links a {
  color: #808080;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}

/* ABOUT PAGE STYLING */
/* #252729
  rgba(37,39,41,255) */
/* #about {
  background: radial-gradient(circle at top right, rgb(3, 3, 56), 10%, #000000);
  color: #fff;
}
.about-container {
  padding: 3em 2.75rem;
  display: grid;
  grid-template-columns: 50% 10% 20%;
  column-gap: 50px;
}

.about-us {
  display: grid;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
}

.about-us p {
  padding: 5px 20px;
  border-radius: 400px;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.418);
  margin-bottom: 15px;
}

.about-heading-msg {
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
  word-wrap: wrap;
}

.about-heading-msg p {
  font-size: 27px;
  font-weight: 650;
  letter-spacing: 1px;
}

.text {
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
  word-wrap: wrap;
}

.text p {
  font-size: 17px;
}
.text a {
  color: #1c7ed6;
}
.text a:hover {
  transition: 1s ease-in-out;
  color: #1971c2;
}

.stack-container {
  font-family: "Poppins", sans-serif;
}

.stack-header {
  display: grid;
  justify-content: left;
  align-items: center;
  margin-bottom: 15px;
}

.stack-header p {
  padding: 5px 15px;
  border-radius: 400px;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.418);
}

.stacks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 20px;
}

.about-image p {
  font-family: "Rubik Puddles", cursive;
  font-size: 17em;
  font-weight: bold;
}

#work {
  background: radial-gradient(circle at center, rgb(14, 14, 136), 20%, #000000);
  color: #fff;
  height: auto;
  padding: 3em 2.75rem;
}

#work .work-title {
  font-family: "Rubik Puddles", cursive;
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  font-weight: bold;
}

.work-title h1 {
  width: 100%;
  display: grid;
  justify-content: center;
  justify-items: center;
  align-items: center;
}

.work-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 50px;
  justify-content: center;
  justify-items: center;
  padding-top: 50px;
}

.project-container {
  width: 100%;
  height: 90vh;
  padding: 10px;
  padding-top: 20px;
  background: #eceaea11;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.project-title {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: grid;
  justify-content: center;
} */
/* background: conic-gradient(from 110deg, rgb(3, 3, 56), 5%, #000000); */
