* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  overflow-x: hidden;
}

body {
  background-color: #EADBC8;
  color: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #EEEEEE;
  color: #111;
}

iframe {
  width: 92%;
  height: 100vh;
  margin: 0px 50px;
}

* {
  font-family: "Poppins", sans-serif;
}

.container-fluid {
  padding: 0;
}

nav {
  width: 100%;
  background-color: #111;
  padding: 1rem 2rem;
}
nav .navFlexCont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav .navFlexCont .navFlex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
nav .navFlexCont .navFlex .links {
  gap: 2rem;
}
nav .navFlexCont .navFlex a {
  font-size: 1rem;
  color: #ffffff;
  text-decoration: none;
}
nav .navFlexCont .navFlex a:hover {
  border-bottom: 1px solid #ffffff;
}
nav .navFlexCont .navFlex #brandName a {
  font-size: 2rem;
  border-bottom: none;
}
nav .navFlexCont .navFlex #brandName a:hover {
  text-decoration: none;
}
nav .navFlexCont .navFlex .imgLogo {
  height: 60px;
  width: 55px;
  border-radius: 50%;
}

section.intro {
  background-color: #EADBC8;
  padding: 6rem 6rem 0rem 6rem;
  color: #111;
}
section.intro h1 {
  font-size: 3rem;
  letter-spacing: 1rem;
  font-weight: bold;
}
section.intro .hrFlex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
section.intro .hrFlex hr {
  height: 6.5rem;
  width: 5px;
  background-color: #111;
}
section.intro .hrFlex p {
  font-size: 1.2rem;
  padding-right: 8rem;
}
section.intro .socials {
  display: flex;
  gap: 0.8rem;
  margin-top: 1.5rem;
}
section.intro .socials .social {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #111;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.intro .socials .social:hover {
  background-color: #ffffff;
}
section.intro .skills-section {
  padding: 20px 0px;
}
section.intro .skills-section h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}
section.intro .skills-section .skills-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
section.intro .skills-section .skills-grid .skill-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 15px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fafafa;
  transition: all 0.2s ease;
}
section.intro .skills-section .skills-grid .skill-pill:hover {
  transform: translateY(-2px);
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}
section.intro .skills-section .skills-grid .skill-pill img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
section.intro .skills-section .skills-grid .skill-pill span {
  font-size: 1rem;
  font-weight: 500;
  color: #222;
}
section.intro .navDownArrow {
  margin-top: 2.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.intro .navDownArrow .navCircle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #111;
  text-align: center;
  cursor: pointer;
}
section.intro .navDownArrow .navCircle:hover {
  border: 2px solid #345e82;
  transition: 0.5s ease-in-out;
}
section.intro .navDownArrow .navCircle .fa-angle-down {
  text-align: center;
  color: #111;
  font-size: 2rem;
}
section.intro .viewAllBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem 0rem;
}
section.intro .viewAllBtn a {
  color: #ffffff;
  text-decoration: none;
}
section.intro .viewAllBtn button {
  cursor: pointer;
  background-color: #006989;
  border-radius: 5px;
  padding: 10px 20px;
  border: none;
  color: #ffffff;
  font-weight: bold;
}
section.intro .viewAllBtn button:hover {
  background-color: #333;
  color: #ffffff;
  transition: 1s ease-in-out;
}

section.projects {
  background-color: #FFF6E9;
  margin-top: 1rem;
  color: #111;
  font-size: 0.8rem;
  padding-bottom: 3rem;
  overflow: hidden;
}
section.projects .projectsTitleGrid {
  display: flex;
  justify-content: flex-start;
  height: 40px;
}
section.projects .projectsTitleGrid #javascript, section.projects .projectsTitleGrid #react {
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
}
section.projects .allProjectsFlex {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}
section.projects .allProjectsFlex .ReactProjects {
  height: auto;
  min-width: 100%;
}
section.projects .allProjectsFlex .ReactProjects p:last-of-type {
  margin-bottom: 0;
}
section.projects .allProjectsFlex .ReactProjects h2 {
  text-align: center;
  font-size: 3rem;
  color: #006989;
}
section.projects .allProjectsFlex .ReactProjects a {
  text-decoration: none;
}
section.projects .allProjectsFlex .ReactProjects .dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
section.projects .allProjectsFlex .ReactProjects .dots .dot {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 1px solid #006989;
}
section.projects .allProjectsFlex .ReactProjects .design {
  text-align: center;
  margin: 2rem 3rem;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
}
section.projects .allProjectsFlex .ReactProjects .reactProjectGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  align-items: center;
  gap: 1rem;
  margin: 2rem;
}
section.projects .allProjectsFlex .ReactProjects .reactProjectGrid .eachReactProjectGridBox {
  background: #fff;
  border: 1px solid e5e5e5;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  overflow: hidden;
  height: auto;
}
section.projects .allProjectsFlex .projectsJs {
  padding: 2rem;
  margin-top: 1rem;
}
section.projects .allProjectsFlex .projectsJs .projectsJsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  align-items: center;
  gap: 1rem;
}
section.projects .allProjectsFlex .projectsJs h1 {
  margin: 2rem 0rem;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0;
}
section.projects .allProjectsFlex .projectsJs .projectEachJs {
  background-color: #ffffff;
  color: #111;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  font-family: "Poppins", sans-serif;
  border-radius: 24px;
  padding-bottom: 2rem;
}
section.projects .allProjectsFlex .projectsJs .projectEachJs h2 {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 0.8rem;
  padding: 0rem 1rem;
}
section.projects .allProjectsFlex .projectsJs .projectEachJs p {
  line-height: normal;
  font-size: 0.8rem;
  padding: 0rem 1rem;
  color: #4b4a4a;
}
section.projects .allProjectsFlex .projectsJs .projectEachJs a {
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.8rem;
}
section.projects .allProjectsFlex .projectsJs .projectEachJs .jsImageDiv {
  height: auto;
  width: 100%;
}
section.projects .allProjectsFlex .projectsJs .projectEachJs .jsImageDiv img {
  height: 200px;
  width: 100%;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
section.projects .allProjectsFlex .slider {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.5s ease;
}
section.projects .allProjectsFlex .slider .slide {
  text-align: center;
  display: none;
  width: 100%;
}
section.projects .allProjectsFlex .slider .slide img {
  height: 200px;
  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
section.projects .allProjectsFlex .availableOnRequest {
  color: #3674B5;
}

.projectDetails {
  padding: 1.2rem;
}
.projectDetails h6 {
  margin-top: 15px;
}
.projectDetails h6 a {
  color: #000000;
}
.projectDetails p:first-of-type {
  color: #4b4a4a;
}
.projectDetails a:hover {
  text-decoration: underline;
}
.projectDetails .deployed {
  color: #006989;
}
.projectDetails .techStack {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: auto;
  margin-bottom: 0.5rem;
}
.projectDetails .techStack span {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.5rem;
  background: #f3f3f3;
  border-radius: 5px;
  font-size: 0.6rem;
  font-weight: 700;
  color: #111;
}

.srcBtn a {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.2rem 0.4rem;
  background-color: #111;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 600;
  border: none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.srcBtn a svg {
  width: 0.8rem;
  height: 0.8rem;
}
.srcBtn a:hover {
  background-color: #1c1c1c;
  transform: translateY(-1px);
}
.srcBtn .github {
  text-decoration: underline;
}

.active {
  background-color: #171b20;
  color: #ffffff;
}

.ReactProjects.active-content, .projectsJs.active-content {
  display: block !important;
  animation: fadeInUp 0.5s ease forwards;
}
.ReactProjects.hidden-content, .projectsJs.hidden-content {
  display: none !important;
}

section#about {
  background: linear-gradient(90deg, #1e252d, #345e82, #1e252d);
  color: #ffffff;
  padding: 3.5rem 0rem;
}
section#about p {
  padding: 1.2rem 6rem;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}
section#about .aboutImgDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
section#about .aboutImgDiv img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
section#about .viewResume {
  display: flex;
  justify-content: center;
  align-items: center;
}
section#about .viewResume button {
  cursor: pointer;
  background-color: #006989;
  border-radius: 5px;
  padding: 10px 20px;
  border: none;
  font-weight: bold;
}
section#about .viewResume button a {
  text-decoration: none;
  color: #ffffff;
}
section#about .viewResume button:hover {
  background-color: #333;
  color: #ffffff;
  transition: 1s ease-in-out;
}

section#contact {
  background-color: rgb(26, 24, 24);
  padding: 5rem 8rem;
  color: rgb(236, 231, 225);
}
section#contact h1 {
  font-size: 10rem;
  margin-bottom: 2rem;
  font-family: "EB Garamond", serif;
  font-weight: 300;
}
section#contact a {
  color: rgb(236, 231, 225);
}
section#contact p {
  font-size: 0.9rem;
}
section#contact .phone {
  margin-top: -12px;
}
section#contact .socials {
  display: flex;
  gap: 0.8rem;
  margin-top: 2rem;
}
section#contact .socials .social {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #111;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#contact .socials .social:hover {
  background-color: #345e82;
}

.navigateUp {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #111;
  color: #ffffff;
  text-align: center;
  position: fixed;
  bottom: 2%;
  cursor: pointer;
}
.navigateUp a {
  color: #ffffff;
}

.fa-arrow-up {
  text-align: center;
  margin-top: 30%;
  width: 100%;
  height: 100%;
}

.navButtons {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 10px;
  pointer-events: none;
}
.navButtons .prev, .navButtons .next {
  pointer-events: all;
}
.navButtons a {
  font-size: 1.5rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 8px 16px;
  border-radius: 50%;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease;
}
.navButtons a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.slideabove {
  animation: slideAbove 2s ease normal;
}

.textslide {
  animation: textSlide 2s ease normal;
}

.slidein {
  animation: slideIn 3s ease forwards;
}

.repeatslide {
  animation: repeatSlide 2s ease normal;
}

.url {
  color: #DF6D2D;
}

.live {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.live:hover {
  background-color: inherit;
  color: inherit;
}

@keyframes slideUp {
  from {
    transform: translateY(0.5%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes textSlide {
  from {
    transform: translateY(50%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideAbove {
  from {
    transform: translateY(50%);
    opacity: 0;
  }
  to {
    transform: translateY(-8%);
    opacity: 1;
  }
}
@keyframes repeatSlide {
  from {
    transform: translateY(0.5%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 601px) and (max-width: 800px) {
  nav .navFlexCont .navFlex .links {
    gap: 1.5rem;
  }
  section.intro {
    padding: 3rem 2rem 0rem 2rem;
  }
  section.intro h1 {
    font-size: 2.5rem;
    letter-spacing: 0.3rem;
    margin-bottom: 1rem;
  }
  section.intro .hrFlex p {
    font-size: 1.2rem;
    padding-right: 3rem;
  }
  section.intro .navDownArrow .navCircle {
    width: 40px;
    height: 40px;
  }
  section.intro .navDownArrow .navCircle .fa-angle-down {
    font-size: 1.4rem;
  }
  section.intro .navDownArrow {
    margin-top: 2.5rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.intro .navDownArrow .navCircle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #111;
    text-align: center;
    cursor: pointer;
  }
  section.intro .navDownArrow .navCircle:hover {
    border: 2px solid #345e82;
    transition: 0.5s ease-in-out;
  }
  section.intro .navDownArrow .navCircle .fa-angle-down {
    text-align: center;
    color: #111;
    font-size: 2rem;
  }
  section.projects .projectsTitleGrid {
    height: 50px;
  }
  section.projects .allProjectsFlex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto !important;
  }
  section.projects .allProjectsFlex .slider .slide img {
    height: 200px;
    width: 100%;
  }
  section.projects .allProjectsFlex .ReactProjects {
    height: auto;
  }
  section.projects .allProjectsFlex .ReactProjects h2 {
    margin-top: 2rem;
    font-size: 2rem;
  }
  section.projects .allProjectsFlex .ReactProjects h3 {
    font-size: 1rem;
    padding: 0.8rem 0rem;
  }
  section.projects .allProjectsFlex .ReactProjects .design {
    font-size: 1rem;
  }
  section.projects .allProjectsFlex .ReactProjects .reactProjectGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    gap: 1rem;
    margin: 1rem;
  }
  section.projects .allProjectsFlex .ReactProjects .reactProjectGrid .eachReactProjectGridBox {
    overflow: hidden;
  }
  section.projects .allProjectsFlex .projectsJs {
    height: auto;
    padding: 1.5rem;
  }
  section.projects .allProjectsFlex .projectsJs .projectsJsGrid {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
  section.projects .allProjectsFlex .projectsJs h1 {
    font-size: 1.5rem;
  }
  section.projects .allProjectsFlex .projectsJs .projectEachJs .jsImageDiv {
    height: 60%;
    width: 100%;
  }
  .projectDetails {
    padding: 1rem;
  }
  .projectDetails h6 {
    margin-top: 10px;
  }
  .active {
    background-color: #171b20;
    color: #ffffff;
  }
  section#about {
    padding: 2.5rem 0rem;
  }
  section#about p {
    padding: 1.2rem 3rem;
    font-size: 1rem;
  }
  section#contact {
    padding: 5rem 2rem;
  }
  section#contact h1 {
    font-size: 8rem;
  }
  section#contact p {
    font-size: 0.8rem;
  }
  section#contact .socials {
    gap: 0.5rem;
    margin-top: 1rem;
  }
}
@media (max-width: 600px) {
  nav {
    padding: 1rem;
  }
  nav .navFlexCont #navDivEl a {
    font-size: 0.8rem;
  }
  nav .navFlexCont .navFlex .links {
    gap: 1rem;
  }
  nav .navFlexCont .navFlex #brandName a {
    font-size: 1.2rem;
  }
  nav .navFlexCont .navFlex .imgLogo {
    height: 50px;
    width: 45px;
    border-radius: 50%;
  }
  section.intro {
    padding: 3rem 1rem 0rem 1rem;
  }
  section.intro h1 {
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
    margin-bottom: 2rem;
  }
  section.intro .hrFlex hr {
    height: 12rem;
  }
  section.intro .hrFlex p {
    font-size: 1.1rem;
    padding-right: 1rem;
  }
  section.intro .navDownArrow .navCircle {
    width: 40px;
    height: 40px;
  }
  section.intro .navDownArrow .navCircle .fa-angle-down {
    font-size: 1.4rem;
  }
  section.intro .skills-section h2 {
    font-size: 1.5rem;
  }
  section.intro .skills-section .skills-grid {
    gap: 10px;
  }
  section.intro .skills-section .skills-grid .skill-pill {
    gap: 8px;
    padding: 5px 10px;
    border-radius: 5px;
  }
  section.intro .skills-section .skills-grid .skill-pill img {
    width: 20px;
    height: 20px;
  }
  section.intro .skills-section .skills-grid .skill-pill span {
    font-size: 0.8rem;
  }
  section.intro .viewAllBtn {
    margin: 2rem 0rem;
  }
  section.projects .projectsTitleGrid {
    height: 50px;
  }
  section.projects .allProjectsFlex .slider .slide img {
    height: 180px;
    width: 100%;
  }
  section.projects .allProjectsFlex .ReactProjects h2 {
    margin-top: 2rem;
    font-size: 2rem;
  }
  section.projects .allProjectsFlex .ReactProjects h3 {
    font-size: 1rem;
    padding: 0.8rem 0rem;
  }
  section.projects .allProjectsFlex .ReactProjects .design {
    font-size: 1rem;
  }
  section.projects .allProjectsFlex .ReactProjects .reactProjectGrid {
    display: block;
    gap: 1rem;
    margin: 1rem;
  }
  section.projects .allProjectsFlex .ReactProjects .reactProjectGrid .eachReactProjectGridBox {
    margin-top: 2rem;
  }
  section.projects .allProjectsFlex .projectsJs {
    padding: 1.5rem;
  }
  section.projects .allProjectsFlex .projectsJs h1 {
    font-size: 1.5rem;
  }
  section.projects .allProjectsFlex .projectsJs .projectsJsGrid {
    display: block;
  }
  section.projects .allProjectsFlex .projectsJs .projectEachJs {
    margin-top: 1rem;
  }
  section.projects .allProjectsFlex .projectsJs .projectEachJs .jsImageDiv {
    height: 60%;
    width: 100%;
  }
  .projectDetails {
    padding: 1rem;
  }
  .projectDetails h6 {
    margin-top: 10px;
  }
  .projectDetails p:first-of-type {
    color: #4b4a4a;
  }
  .projectDetails .techStack {
    gap: 0.5rem;
  }
  .active {
    background-color: #171b20;
    color: #ffffff;
  }
  section#about {
    padding: 1rem 0rem;
  }
  section#about p {
    padding: 2rem;
    font-size: 0.9rem;
  }
  section#contact {
    padding: 5rem 2rem;
  }
  section#contact h1 {
    font-size: 8rem;
  }
  section#contact p {
    font-size: 0.8rem;
  }
  section#contact .socials {
    gap: 0.5rem;
    margin-top: 1rem;
  }
}
* {
  margin: 0;
  padding: 0;
}

.container-fluid {
  background-color: #ffffff;
}

.projectsHome nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.projectsPage {
  background-color: #ffffff;
  color: #111;
  padding: 3rem 6rem;
  margin-top: 6rem;
  font-size: 0.8rem;
}
.projectsPage .explore {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1e252d;
  color: #ffffff;
  padding: 2rem 3rem;
  font-family: "Poppins", sans-serif;
  border-radius: 10px;
}
.projectsPage .explore h1 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 3rem;
  padding-right: 3rem;
}
.projectsPage .explore .exploreText {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5rem;
  letter-spacing: 2px;
  word-spacing: 5px;
}

.jsProjects {
  margin: 2rem 0;
}
.jsProjects .jsProjectsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  gap: 1rem;
}
.jsProjects .jsProjectsGrid .eachJsProject {
  height: auto;
  background-color: #E2DFD0;
  border-radius: 30px;
  font-family: "Poppins", sans-serif;
}
.jsProjects .jsProjectsGrid .eachJsProject h2 {
  font-size: 1rem;
  font-weight: bold;
}
.jsProjects .jsProjectsGrid .eachJsProject .jsImage {
  height: auto;
  width: 100%;
}
.jsProjects .jsProjectsGrid .eachJsProject .jsImage img {
  height: 200px;
  width: 100%;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
}

.reactProjects {
  margin: 3rem 0;
}
.reactProjects h1 {
  margin: 4rem 0rem 1rem 0rem;
  font-weight: bold;
  font-size: 2rem;
}
.reactProjects .reactProjectsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  justify-content: center;
  align-items: stretch;
  gap: 1rem;
}
.reactProjects .reactProjectsGrid .eachReactProject {
  height: auto;
  background-color: #000000;
  color: #f4efef;
  border-radius: 24px;
  padding-bottom: 1.5rem;
}
.reactProjects .reactProjectsGrid .eachReactProject h2 {
  padding-top: 1rem;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 1rem;
  padding: 0rem 1rem;
}
.reactProjects .reactProjectsGrid .eachReactProject p {
  font-size: 0.8rem;
  padding: 0rem 1rem;
}
.reactProjects .reactProjectsGrid .eachReactProject a {
  background-color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  text-decoration: none;
  color: #000;
  font-size: 0.8rem;
  font-weight: bold;
  margin: 0rem 1rem;
  align-self: flex-start;
}
.reactProjects .reactProjectsGrid .eachReactProject .reactImage {
  height: auto;
  width: 100%;
}
.reactProjects .reactProjectsGrid .eachReactProject .reactImage img {
  height: 200px;
  width: 100%;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.pythonProjects {
  padding: 5rem 10%;
  background-color: #f9f9f9;
}
.pythonProjects .sectionTitle {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 2.5rem;
}
.pythonProjects .pythonContainer {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.pythonProjects .pythonContainer .pythonProject {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.pythonProjects .pythonContainer .pythonProject:nth-child(even) {
  flex-direction: row-reverse;
}
.pythonProjects .pythonContainer .pythonProject .pyImage {
  flex: 1;
}
.pythonProjects .pythonContainer .pythonProject .pyImage img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.pythonProjects .pythonContainer .pythonProject .pyImage img:hover {
  transform: scale(1.02);
}
.pythonProjects .pythonContainer .pythonProject .pyDetails {
  flex: 1;
}
.pythonProjects .pythonContainer .pythonProject .pyDetails h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #333;
}
.pythonProjects .pythonContainer .pythonProject .pyDetails p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 2rem;
}
.pythonProjects .pythonContainer .pythonProject .pyDetails .pyBtn {
  padding: 12px 25px;
  background-color: #006989;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  display: inline-block;
  transition: background 0.3s;
}
.pythonProjects .pythonContainer .pythonProject .pyDetails .pyBtn:hover {
  background-color: #01475c;
}

.slideupward {
  animation: slideUpward 2s ease normal;
}

.availableOnRequest {
  color: #3674B5;
}

@keyframes slideUpward {
  from {
    transform: translateY(0.5%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (min-width: 601px) and (max-width: 800px) {
  .projectsPage {
    padding: 3rem;
  }
  .projectsPage .explore {
    padding: 2rem;
  }
  .projectsPage .explore h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    padding-right: 2rem;
  }
  .jsProjects .jsProjectsGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    gap: 2rem 1.5rem;
  }
  .reactProjects .reactProjectsGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .pythonProjects .pythonContainer .pythonProject {
    flex-direction: column !important;
    gap: 2rem;
    text-align: center;
  }
}
@media (min-width: 501px) and (max-width: 600px) {
  .projectsPage {
    padding: 3rem;
  }
  .projectsPage .explore {
    padding: 2rem;
  }
  .projectsPage .explore h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    padding-right: 2rem;
  }
  .jsProjects {
    margin: 2rem 0;
  }
  .jsProjects .jsProjectsGrid {
    display: block;
    gap: 2rem 1.5rem;
  }
  .jsProjects .jsProjectsGrid .eachJsProject {
    margin-top: 2rem;
    height: auto;
  }
  .jsProjects .jsProjectsGrid .eachJsProject p {
    font-size: 0.8rem;
  }
  .jsProjects .jsProjectsGrid .eachJsProject .jsImage {
    height: auto;
    width: 100%;
  }
  .jsProjects .jsProjectsGrid .eachJsProject .jsImage img {
    height: 250px;
    width: 100%;
  }
  .reactProjects {
    margin: 2rem 0;
  }
  .reactProjects h1 {
    font-size: 1.8rem;
  }
  .reactProjects .reactProjectsGrid {
    display: block;
  }
  .reactProjects .reactProjectsGrid .eachReactProject {
    height: auto;
    margin-top: 2rem;
  }
  .reactProjects .reactProjectsGrid .eachReactProject .reactImage {
    height: auto;
    width: 100%;
  }
  .reactProjects .reactProjectsGrid .eachReactProject .reactImage img {
    height: 250px;
    width: 100%;
  }
  .pythonProjects .pythonContainer .pythonProject {
    flex-direction: column !important;
    gap: 2rem;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .projectsPage {
    padding: 2rem 1.5rem;
  }
  .projectsPage .explore {
    padding: 1rem;
  }
  .projectsPage .explore h1 {
    font-size: 1.5rem;
    line-height: 2rem;
    padding-right: 1rem;
  }
  .projectsPage .explore p {
    font-size: 0.9rem;
  }
  .jsProjects {
    margin: 2rem 0;
  }
  .jsProjects .jsProjectsGrid {
    display: block;
  }
  .jsProjects .jsProjectsGrid .eachJsProject {
    margin-top: 1rem;
    height: auto;
  }
  .jsProjects .jsProjectsGrid .eachJsProject p {
    font-size: 0.8rem;
  }
  .jsProjects .jsProjectsGrid .eachJsProject .jsImage {
    height: auto;
    width: 100%;
  }
  .jsProjects .jsProjectsGrid .eachJsProject .jsImage img {
    height: 200px;
    width: 100%;
  }
  .reactProjects {
    margin: 2rem 0;
  }
  .reactProjects h1 {
    font-size: 1.5rem;
    margin-bottom: -1rem;
  }
  .reactProjects .reactProjectsGrid {
    display: block;
  }
  .reactProjects .reactProjectsGrid .eachReactProject {
    height: auto;
    margin-top: 2rem;
  }
  .reactProjects .reactProjectsGrid .eachReactProject .reactImage {
    height: auto;
    width: 100%;
  }
  .reactProjects .reactProjectsGrid .eachReactProject .reactImage img {
    height: 200px;
    width: 100%;
  }
  .pythonProjects .pythonContainer .pythonProject {
    flex-direction: column !important;
    gap: 2rem;
    text-align: center;
  }
  .pythonProjects .pythonContainer .pythonProject .pyDetails h2 {
    font-size: 1.5rem;
  }
  .pythonProjects .pythonContainer .pythonProject .pyDetails p {
    font-size: 1rem;
    line-height: 1.2;
  }
}

/*# sourceMappingURL=styles.css.map */
