@charset "UTF-8";
/*!
* Start Bootstrap - Resume v7.0.6 (https://startbootstrap.com/theme/resume)
* Copyright 2013-2023 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-resume/blob/master/LICENSE)
*/
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

body {
  margin: 0;
  padding: 40px;
  font-family:'Playfair Display', serif;
  overflow-y: auto;
  overflow-x: hidden;
  background-image: url('../assets/img/background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  color: white;
}

html {
  scroll-behavior: smooth;
}

.background {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #007BFF;
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}

.scroll-to-top:hover {
  background-color: #0056b3;
}

.scroll-to-top i {
  font-size: 20px;
}
nav {
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: space-evenly;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1em 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

nav .menu-text, nav .menu-text a {
  font-size: 1.5rem;
  color: white;
  text-decoration: none;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  transition: color 0.1s ease-out;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  cursor: pointer;
}


.menu-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  color: white;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-icon img {
  width: 50px;
  height: 50px;
}

.about-me {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}

.name-home-page {
  font-family: 'Playfair Display', serif;
  font-weight: 1000;
  font-size: 60px;
  margin-bottom: 15px;
}

.about-me .sub-heading {
  font-size: 25px;
  font-weight: 400;
  font-style: italic;
  font-family: 'Playfair Display', serif;
}

.projects-about {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  color: white;
}

.arrow-icon {
  font-size: 1.5rem;
  margin-right: 10px;
}

.projects-about .projects-link,
.projects-about .about-link {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  font-weight: 400;
  color: white;
  cursor: pointer;
  letter-spacing: 0.5px;
}

.menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  padding: 20px;
  z-index: 9;
  transition: transform 0.3s ease-in-out;
}

.menu.hidden {
  transform: translateX(100%);
}

.menu-header {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.close-icon {
  font-size: 24px;
  color: white;
  cursor: pointer;
  transition: color 0.3s ease;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu li {
  margin: 20px 0;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}

.menu a {
  color: white;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease;
}

.menu a:hover {
  color: #FFD700;
  transform: scale(1.1);
}

.menu li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  transition: width 0.3s ease;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Playfair Display', serif;
  background-size: cover;
  overflow-y: auto;
}
.experience{
  padding-top: 50px;
}

/* Heading Styling */
.experience h2 {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 40px;
  color: #ffdd57;
}

.name {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 10px;
  color: #ffdd57;
}

/* Go Back Button */
.go-back {
  position: absolute;
  top: 20px;
  left: 20px;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffdd57;
  background: rgba(0, 0, 0, 0.8);
  padding: 12px 25px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.go-back:hover {
  color: #000;
  background: #ffdd57;
  transform: scale(1.1);
}

h1 {
  text-align: center;
}

.experience ul {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(60rem, 90%);
  margin-inline: auto;
}

/* line */
.experience ul::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}

/* columns*/

/* row gaps */
.experience ul li:not(:last-child) {
  margin-bottom: var(--row-gap);
}

/* card */
.experience ul li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

/* date */
.experience ul li .date {
  --dateH: 3rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);

  text-align: center;
  background-color: var(--accent-color);

  color: white;
  font-size: 30px;
  font-weight: 700;

  display: grid;
  place-content: center;
  position: relative;

  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

/* date flap */
.experience ul li .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--accent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;

  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}

/* circle */
.experience ul li .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;

  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

/* title descr */
.experience ul li .title,
ul li .descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
  background-color: #000;
}
.experience ul li .title {
  overflow: hidden;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 500;
  font-size: 24px;
  background-color: #000;
}
.experience ul li .descr {
  padding-block-end: 1.5rem;
  font-size: 18px;
  font-weight: 300;
  background-color: #000;
}

/* shadows */
.experience ul li .title::before,
ul li .descr::before {
  content: "";
  
  position: absolute;
  width: 90%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
}
.experience ul li .title::before {
  bottom: calc(100% + 0.125rem);
}

.experience ul li .descr::before {
  z-index: -1;
  bottom: 0.25rem;
}

@media (min-width: 40rem) {
  .experience ul {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }
  .experience ul::before {
    grid-column: 2;
  }
  .experience ul li:nth-child(odd) {
    grid-column: 1;
  }
  .experience ul li:nth-child(even) {
    grid-column: 3;
  }

  /* start second card */
  .experience ul li:nth-child(2) {
    grid-row: 2/4;
  }

  .experience ul li:nth-child(odd) .date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }

  .experience ul li:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }
  .experience ul li:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}

.credits {
  margin-top: 1rem;
  text-align: right;
}
.credits a {
  color: var(--color);
}


.tabs {
  width: 100%;
  display: flex;
  flex-direction: column; 
}
.tabs-container {
  width: 100%;
  margin: 0 auto;
}

.tab-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.tab-button {
  background-color: black;
  border: 1px solid #000;
  padding: 14px 30px;
  font-size: 18px;
  font-weight: 600;
  color: white;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  text-transform: capitalize;
  font-family: 'Playfair Display', serif;
  letter-spacing: 1px; /* Spacing between letters for a more polished look */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.tab-button:hover {
  background-color: #f1f1f1;
  color: #007bff;
  transform: scale(1.05);
}

.tab-button.active {
  color: #fff;
  background-color: #007bff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.tab-button:focus {
  outline: none;
}

.tab-button.active::after {
  transform: scaleX(1);
}

.tab-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  
}

.category-title {
  font-size: 1.5em;
  color: #4CAF50;
  margin-bottom: 15px;
  text-align: center;
}

.skills-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 0;
  list-style: none;
  width: 100%;
  flex-wrap: wrap;
}

.tag {
  display: flex;
  align-items: center;
  background-color: #e0e0e0;
  border-radius: 10px;
  min-width: 250px;
  padding: 8px 16px;
  font-size: 18px;
  height: 50px;
  color: #333;
  border: 2px solid #000;
  transition: background-color 0.3s ease;
}

.icon {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.icon-wide {
  width: 90px;
  height: 30px;
  margin-right: 8px;
}


.tag-blank {
  display: flex;
  align-items: center;
  background-color: none;
  border-radius: 20px;
  min-width: 250px;
  padding: 8px 16px;
  font-size: 16px;
  color: none;
}

.tag i {
  margin-right: 18px !important;
}


.tag:hover {
  background-color: #007bff;
  color: white;
}

.tag:active {
  background-color: #0056b3;
  color: white;
}

/* #about {
  position: relative;
  min-height: 100vh;
}

#about::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../assets/img/payal-chatgpt1.webp') no-repeat;
  opacity: 0.2;
  z-index: -1;
} */

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 20px;
  z-index: 1;
}

.about-card {
  color: white;
  background-color: #000000a1;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
}
.profile-image {  
  width: 300px; /* Set the width according to your preference */  
  height: 300px; /* Make height equal to width for a circle */  
  border-radius: 50%; /* This makes the image circular */  
  float: right; /* Floats the image to the right */  
  margin-left: 20px; /* Space between the image and the paragraph */  
}  
/* .profile-section img {
  padding: 40px;
  width: 280px;
  height: auto;
  max-height: 550px;
  border-radius: 15px;
  margin: 20px 0;
} */


.profile-section h2 {
  font-size: 24px;
  margin: 0;
}

.profile-section p {
  font-size: 16px;
  margin: 5px 0;
}

.details-section {
  flex: 2 1 600px;
  padding: 30px;
}

.details-section h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #6a11cb;
}

.details-section p {
  font-size: 18px;
  line-height: 1.6;
}

.social-media {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-media a {
  text-decoration: none;
  color: #6a11cb;
  font-size: 24px;
  transition: transform 0.3s;
}

.social-media a:hover {
  transform: scale(1.2);
}

.social-media img {
  width: 30px;
  height: 30px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
  padding: 20px 40px;
}

.project-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #fff;
  cursor: pointer;
}

.project-card-header {
  aspect-ratio: 2 / 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.project-card-footer {
  background-color: #f0f0f0;
  color: #333;
  font-size: 16px;
  padding: 12px;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  height: 80vh;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  border-radius: 8px;
  overflow: hidden; /* Prevent content from spilling */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.modal-content {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.modal-image-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #f9f9f9;
}

.modal-image-container img {
  max-width: 100%;
  height: 40%;
  border-radius: 8px;
}

.modal-details {
  flex: 2;
  padding: 20px;
  display: flex;
  flex-direction: column;
  overflow-y: auto; /* Scrollable if content exceeds */
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
}

body.modal-open {
  overflow: hidden !important;
}

.project-card img {
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.project-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5em;
  color: #333;
  margin-bottom: 10px;
}

.project-card p {
  font-family: 'Playfair Display', serif;
  font-size: 1em;
  color: #555;
  margin-bottom: 10px;
}

.project-icon {
  max-width: 80px;
  margin: 0 auto 15px;
  display: block;
}

.project-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #333;
  font-weight: bold;
}

.project-description {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #666;
  line-height: 1.6;
}

.project-tags {
  margin-bottom: 20px;
}

.project-tag {
  display: inline-block;
  background-color: #f0f0f0;
  color: #555;
  font-size: 0.85rem;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
  border-radius: 16px;
}

.live-link {
  background-color: #28a745;
}

.live-link:hover {
  background-color: #1e7e34;
}

.github-link {
  background-color: #24292e;
}

.github-link:hover {
  background-color: #161b22;
}

.project-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.project-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.project-buttons a i {
  margin-top: -10px;
  color: black;
}

.carousel {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.carousel-images {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.carousel-images img {
  width: 100%;
  display: none;
}

.carousel-images img.active {
  display: block;
}

.carousel-prev,
.carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

.carousel-prev {
  left: 10px;
}

.carousel-next {
  right: 10px;
}

.modal-video {
  width: 100%;
  height: auto;
  max-height: 400px;
  border-radius: 10px;
  background: #000;
  outline: none;
}

.modal-gif {
  width: 100%;
  height: auto;
  max-height: 400px;
  border-radius: 10px;
  background: #000;
}