* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth; }

@keyframes fade-right {
  0% {
    opacity: 0;
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px); }
  80% {
    transform: translateX(25px);
    -webkit-transform: translateX(25px);
    -moz-transform: translateX(25px);
    -ms-transform: translateX(25px);
    -o-transform: translateX(25px); }
  100% {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px); } }

@keyframes fade-left {
  0% {
    opacity: 0;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px); }
  80% {
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px); } }

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(70px);
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px); }
  80% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px); } }

.nav-bar {
  display: flex;
  justify-content: space-between;
  padding-inline: 35px;
  align-items: center;
  background-color: black;
  border-bottom: 2px solid white; }

.nav-cont {
  position: fixed;
  z-index: 99;
  width: 100%; }

.text {
  color: white; }

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: 50px;
  gap: 50px; }

.Services {
  padding-top: 200px;
  padding-bottom: 140px; }

.services-list {
  display: flex;
  gap: 40px; }

.sub-title {
  color: white;
  font-family: "Satisfy", system-ui, -apple-system, BlinkMacSystemFont,
 "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
 sans-serif;
  font-size: 45px;
  font-weight: 700; }

.services-list div {
  background-color: rgba(165, 42, 42, 0.685);
  padding-inline: 20px;
  padding-block: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px; }

.services-list div i {
  color: white;
  font-size: 54px; }

.services-list div h2 {
  color: white;
  font-family: "Satisfy", system-ui, -apple-system, BlinkMacSystemFont,
 "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
 sans-serif; }

.services-list div p {
  color: white;
  font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont,
 "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
 sans-serif;
  width: 326px; }

.services-list div a {
  display: block;
  background: none;
  margin-top: 10px;
  border: 2px solid rgba(241, 35, 35, 0.925);
  color: white;
  text-decoration: none;
  width: max-content;
  font-family: "Roboto", system-ui;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  padding-inline: 10px;
  padding-block: 10px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: 1.5s;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  margin-top: 20px; }

.services-list div a:hover {
  border: none;
  background-color: yellow;
  color: black; }

.Name-cont {
  background-color: rgba(165, 42, 42, 0.685);
  margin-block: 10px;
  padding-inline: 40px;
  padding-block: 20px;
  clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
  animation: fade-right 2s;
  -webkit-animation: fade-right 2s; }

.cv-cont {
  display: flex;
  gap: 30px;
  background-color: rgba(165, 42, 42, 0.685);
  width: 80%;
  height: 220px;
  clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%); }

.cv {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-block: 40px;
  align-items: center; }

.icons {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  color: rgba(165, 42, 42, 0.685);
  font-size: 30px; }

.nav-links a:hover {
  color: yellow; }

.icons i {
  border: 2px solid orange;
  padding-inline: 7px;
  padding-block: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  animation: fade-right 0.7s ease forwards calc(0.3s * var(--i));
  -webkit-animation: fade-right 0.7s ease forwards calc(0.3s * var(--i));
  opacity: 0; }

.icons a {
  text-decoration: none;
  color: rgba(165, 42, 42, 0.685);
}

.icons i:hover {
  background: orange;
  color: #05706b;
  box-shadow: 0 0 40px orange; }

.abt-cont {
  display: flex;
  gap: 30px;
  background-color: rgba(165, 42, 42, 0.685);
  width: 80%;
  height: 200px;
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%); }

.first-cv-c {
  width: 700px;
  padding-right: 20px;
  border-right: 2px solid white;
  display: flex;
  gap: 10px; }

.first-about {
  margin-left: 70px;
  border-right: 2px solid white;
  padding-right: 50px; }

.cv-mobile-view {
  display: none; }

.about-text {
  font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont,
 "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
 sans-serif;
  font-size: 25px;
  width: 90%;
  font-weight: 700;
  color: white;
  padding-top: 33px;
  padding-left: 140px; }

.about-img {
  width: 230px;
  height: 280px;
  margin-left: 80px;
  padding-top: 40px; }

.cv-text {
  font-family: "Satisfy", system-ui, -apple-system, BlinkMacSystemFont,
 "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
 sans-serif;
  font-weight: 700;
  color: white;
  font-size: 30px;
  margin-top: 10px;
  margin-left: 200px; }

.btn {
  display: block;
  background: none;
  border: 2px solid rgba(241, 35, 35, 0.925);
  color: white;
  text-decoration: none;
  margin-top: 130px;
  font-family: "Roboto", system-ui;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  padding-inline: 10px;
  padding-block: 10px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: 1.5s;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s; }

.c-btn {
  display: block;
  background: none;
  border: 2px solid rgba(241, 35, 35, 0.925);
  color: white;
  text-decoration: none;
  margin-top: 30px;
  font-family: "Roboto", system-ui;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  padding-inline: 10px;
  padding-block: 10px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: 1.5s;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s; }

.f-btn {
  display: block;
  background: none;
  border: 2px solid rgba(241, 35, 35, 0.925);
  color: white;
  text-decoration: none;
  margin-top: 30px;
  font-family: "Roboto", system-ui;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  padding-inline: 10px;
  padding-block: 10px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: 1.5s;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s; }

.f-btn:hover {
  background-color: yellow;
  border: none;
  color: black; }

.btn:hover {
  border: none;
  background-color: yellow; }

.logo {
  font-size: 32px;
  color: white;
  font-family: "Satisfy", system-ui;
  font-weight: 500;
  font-style: normal; }

.row {
  display: flex;
  justify-content: space-between;
  padding-inline: 60px;
  padding-block: 40px; }

.nav-links {
  display: flex;
  z-index: 99;
  align-items: center;
  gap: 15px; }

.nav-links a {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  color: white;
  text-decoration: none;
  font-family: "Roboto", system-ui;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  opacity: 0;
  animation: fade-up 0.5s ease forwards calc(0.3s * var(--i));
  -webkit-animation: fade-up 0.5s ease forwards calc(0.3s * var(--i));
  /*animation-delay: calc(0.3s * var(--i));
  */ }

.cont {
  background-color: black;
  padding-top: 120px; }

.dark-mode {
  display: none; }

.contact-left {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.light-mode {
  display: block;
  background: none;
  border: 2px solid rgba(241, 35, 35, 0.925);
  color: white;
  font-family: "Roboto", system-ui;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  padding-inline: 10px;
  padding-block: 10px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: 1.5s;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  animation: fade-left 1s ease forwards;
  -webkit-animation: fade-left 1s ease forwards; }

.stack-section {
  margin-top: 580px;
  padding: 80px 20px;
  background: linear-gradient(145deg, #0f2027, #203a43, #2c5364);
  color: #fff;
  text-align: center; }
  .stack-section h2 {
    font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont,
 "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
 "Helvetica Neue", sans-serif;
    font-size: 70px;
    font-weight: 600;
    margin-bottom: 50px;
    letter-spacing: 1px;
    color: #00ffd5;
    text-shadow: 0 0 15px rgba(0, 255, 213, 0.6); }
  .stack-section .stack-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    perspective: 1000px; }
    @media (max-width: 1200px) {
      .stack-section .stack-grid {
        grid-template-columns: repeat(4, 1fr); } }
    @media (max-width: 992px) {
      .stack-section .stack-grid {
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 768px) {
      .stack-section .stack-grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 500px) {
      .stack-section .stack-grid {
        grid-template-columns: 1fr; } }
    .stack-section .stack-grid .stack-card {
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 20px;
      padding: 20px;
      transition: transform 0.4s ease, box-shadow 0.3s ease;
      box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
      cursor: pointer;
      backdrop-filter: blur(10px);
      transform-style: preserve-3d; }
      .stack-section .stack-grid .stack-card:hover {
        transform: rotateY(10deg) scale(1.05);
        box-shadow: 0 30px 60px rgba(0, 255, 213, 0.2); }
      .stack-section .stack-grid .stack-card img {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
        transition: transform 0.3s ease;
        filter: drop-shadow(0 0 10px rgba(0, 255, 213, 0.4)); }
      .stack-section .stack-grid .stack-card p {
        font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont,
 "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
 "Helvetica Neue", sans-serif;
        font-size: 28px;
        font-weight: 600;
        margin: 0; }
      .stack-section .stack-grid .stack-card:hover img {
        transform: rotateZ(10deg) scale(1.1); }

.footer {
  display: flex;
  justify-content: center;
  padding-block: 24px;
  color: white;
  font-family: "Satisfy", system-ui, -apple-system, BlinkMacSystemFont,
 "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
 sans-serif;
  font-size: 25px;
  background-color: rgba(165, 42, 42, 0.966); }

.form-group {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.form-group input {
  width: 400px;
  color: white;
  height: 40px;
  border: none;
  border-radius: 10px;
  background-color: rgba(165, 42, 42, 0.473);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding-left: 5px;
  font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont,
 "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
 sans-serif;
  outline: none; }

.form-group textarea {
  background-color: rgba(165, 42, 42, 0.473);
  color: white;
  border: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding-left: 5px;
  padding-top: 4px;
  outline: none; }

.light-mode:hover {
  border: none;
  background-color: yellow; }

.light-mode.deactivate {
  display: none; }

.proj {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  cursor: pointer; }

.project-cont {
  display: flex;
  padding-inline: 100px;
  gap: 30px;
  margin-top: 50px; }

.proj img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: block;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s; }

.cv-head {
  font-family: "Satisfy", system-ui, -apple-system, BlinkMacSystemFont,
 "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
 sans-serif;
  font-size: 45px;
  color: white;
  font-weight: 700; }

.rowCard {
  display: flex;
  gap: 50px; }

.layer {
  width: 100%;
  height: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.486), rgba(165, 42, 42, 0.685));
  position: absolute;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  left: 0;
  bottom: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 40px;
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s; }

.layer h5 {
  color: rgba(241, 35, 35, 0.925);
  font-family: "Satisfy", system-ui;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px; }

.layer p {
  color: yellow;
  font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont,
 "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
 sans-serif;
  font-size: 1rem;
  line-height: 1.8; }

.projects {
  padding-block: 20px;
  padding-top: 180px;
  display: flex;
  flex-direction: column; }

.heading {
  display: flex;
  flex-direction: column;
  align-items: center; }

.main-img {
  width: 400px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px; }

.Proj-head {
  text-align: center;
  font-family: "Satisfy", system-ui, -apple-system, BlinkMacSystemFont,
 "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
 sans-serif;
  font-size: 45px;
  color: white; }

.project-sub {
  font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont,
 "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
 sans-serif;
  font-size: 20px;
  font-style: italic;
  color: white; }

.Expertise {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
  gap: 20px; }

.head {
  color: white;
  font-family: "Satisfy", system-ui, -apple-system, BlinkMacSystemFont,
 "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
 sans-serif;
  font-size: 45px;
  align-self: center;
  font-weight: 700; }

.layer i {
  color: #ff004f;
  margin-top: 20px;
  font-size: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }

.proj:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1); }

.proj:hover .layer {
  height: 100%; }

.dark-mode.black {
  display: block;
  background-color: rgba(165, 42, 42, 0.685);
  color: white;
  font-family: "Roboto", system-ui;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  border: none;
  padding-inline: 10px;
  padding-block: 10px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px; }

.Main-part {
  display: flex;
  padding-top: 20px;
  padding-inline: 120px;
  justify-content: space-between;
  color: white; }

.first-cont {
  padding-top: 16px;
  padding-inline: 20px; }

.official {
  font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont,
 "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
 sans-serif;
  font-weight: 400;
  font-size: 35px; }

.name {
  font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont,
 "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
 sans-serif;
  font-weight: 700;
  font-size: 43px; }

.position {
  font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont,
 "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
 sans-serif;
  font-weight: 400;
  font-size: 35px; }

.Experience {
  display: flex;
  flex-direction: column;
  padding-inline: 140px;
  gap: 40px;
  margin-top: 60px; }

/* .card__side {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgb(165, 42, 42);
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
} */
.education-list {
  display: flex;
  flex-direction: column;
  gap: 30px; }

/* 
.card {
  height: 350px;
  perspective: 150rem;
  -moz-perspective: 150rem;
  position: relative;
}

.Education:hover {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.card__side--front:hover {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  z-index: 1;
}

.card__side--front {
  background-color: rgba(255, 255, 0, 0.596);
  position: absolute;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  height: 350px;
  z-index: 1;
  width: 300px;
}

.card__side--back {
  height: 350px;
  width: 300px;
  position: relative;
  z-index: 100;
  background-color: rgba(165, 42, 42, 0.685);
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.card__side--back:hover {
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  z-index: 1;
} */
.exp-head {
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  border-bottom: 2px solid white;
  width: 80%; }

.Education {
  display: flex;
  gap: 20px; }

.pic-cont {
  padding-right: 30px;
  border-right: 2px solid white;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px; }

.Skills {
  display: flex;
  gap: 20px; }

.experience {
  display: flex;
  gap: 20px; }

.exp-pic {
  width: 275px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px; }

.exp-cont {
  padding-left: 30px;
  color: white; }

.exp-subhead {
  color: white;
  font-family: "Satisfy", system-ui, -apple-system, BlinkMacSystemFont,
 "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
 sans-serif;
  font-size: 30px;
  border-bottom: 2px solid yellow;
  padding-bottom: 5px; }

.contact-left p {
  font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont,
 "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
 sans-serif;
  color: white;
  font-size: 20px; }

.unit-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none; }

.unit-head {
  font-family: "Satisfy", system-ui, -apple-system, BlinkMacSystemFont,
 "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
 sans-serif;
  font-size: 30px;
  color: yellow; }

.list-cont {
  display: flex;
  flex-direction: column;
  gap: 5px; }

.list-bullet {
  font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont,
 "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
 sans-serif;
  font-size: 25px; }

.contact-left p i {
  margin-right: 10px; }

.contact-left a {
  border: 2px solid orange;
  padding-inline: 7px;
  padding-block: 5px;
  border-radius: 50%;
  font-size: 20px;
  color: rgba(165, 42, 42, 0.685);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }

.social-icons {
  display: flex;
  gap: 15px; }

.contact-left a:hover {
  background: orange;
  color: #05706b;
  box-shadow: 0 0 40px orange; }

#bod {
  overflow-x: hidden; }

/* Light Mode */
.body-light .nav-bar {
  background-color: white;
  border-bottom: 2px solid rgba(165, 42, 42, 0.685); }

.body-light .nav-links a {
  color: gray; }

.body-light .cont {
  background-color: white; }

.body-light .Main-part {
  color: black; }

.body-light .text {
  color: rgba(165, 42, 42, 0.685); }

.body-light .cv-head {
  color: black; }

.body-light .head {
  color: black; }

.body-light .Proj-head {
  color: black; }

.body-light .sub-title {
  color: black; }

.body-light .f-btn {
  color: black; }

.body-light .project-sub {
  color: black; }

.body-light .contact-left p {
  color: black; }

.body-light .exp-subhead {
  color: black; }

.body-light .list-bullet {
  color: black; }

.body-light .unit-head {
  color: rgba(165, 42, 42, 0.685); }

.body-light .nav-links {
  background-color: white; }

.body-light .mob-icons {
  color: black; }

.body-light .bars {
  color: black; }

.body-light .pic-cont {
  border-right: 2px solid rgba(165, 42, 42, 0.685); }

@media screen and (max-width: 400px) {
  .nav-links {
    display: none;
    flex-direction: column;
    gap: 20px;
    width: 150px;
    background-color: #05706b;
    height: 100vh;
    position: fixed;
    align-items: end;
    padding-right: 10px;
    top: 0;
    right: 1px;
    transition: 1.5s;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s; }
  .nav-links.activated {
    display: flex; }
  .nav-links a.activated {
    display: block; }
  .mob-icons {
    font-size: 35px;
    padding-top: 30px;
    display: flex;
    align-items: end;
    color: white; }
  .sec-cont {
    align-self: center; }
  .bars {
    font-size: 35px;
    padding-top: 30px;
    display: flex;
    align-items: end;
    color: white; }
  .row {
    padding-inline: 20px; }
  .bars.deactivated {
    display: none; }
  .close.activated {
    display: block; }
  .Main-part {
    display: flex;
    flex-direction: column;
    padding-inline: 0px;
    padding-left: 10px; }
  .Education {
    display: flex;
    flex-direction: column; }
  .Skills {
    display: flex;
    flex-direction: column; }
  .experience {
    display: flex;
    flex-direction: column; }
  .Experience {
    padding-inline: 10px; }
  .pic-cont {
    border-right: none; }
  .project-cont {
    display: flex;
    flex-direction: column;
    padding-inline: 40px; }
  .services-list {
    display: flex;
    flex-direction: column; }
  .cv-cont {
    display: flex;
    flex-direction: column;
    height: 400px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    padding-inline: 10px; }
  .cv-text {
    margin-left: 200px;
    font-size: 25px;
    width: 220px;
    overflow-x: hidden; }
  .btn {
    width: max-content;
    margin-left: 60px;
    margin-top: 10px; }
  .abt-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 530px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
  .first-about {
    margin-left: 5px;
    border-right: none; }
  .about-img {
    margin-left: 40px; }
  .about-text {
    padding-left: 14px;
    width: 300px; }
  .row {
    flex-direction: column;
    gap: 30px;
    justify-content: start; }
  .main-img {
    width: 315px;
    margin-top: 20px;
    margin-inline: auto; }
  .form-group input {
    width: 290px; }
  .form-group textarea {
    width: 290px; }
  .f-btn {
    width: 290px; }
  .nav-cont {
    width: 100vw;
    overflow-x: hidden; }
  .proj img {
    height: 500px;
    object-position: center; }
  .proj-sub {
    align-text: center; }
  .logo {
    font-size: 15px; }
  .services-list div p {
    width: 290px; }
  /* light mode */
  .body-light .pic-cont {
    border-right: none; }
  .position {
    font-size: 30px; }
  .project-sub {
    text-align: center; }
  .exp-head {
    text-align: center;
    width: 60%;
    overflow-x: hidden; }
  .first-cv-c {
    align-self: center;
    width: 200px;
    display: none; }
  .cv-text-m {
    font-family: "Satisfy", system-ui, -apple-system, BlinkMacSystemFont,
 "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
 "Helvetica Neue", sans-serif;
    font-weight: 700;
    color: white;
    font-size: 25px;
    margin-top: 10px; }
  .cv-mobile-view {
    display: flex; } }

@media screen and (max-width: 500px) {
  .nav-links {
    display: none;
    flex-direction: column;
    gap: 20px;
    width: 150px;
    background-color: #05706b;
    height: 100vh;
    position: fixed;
    align-items: end;
    padding-right: 10px;
    top: 0;
    right: 1px;
    transition: 1.5s;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s; }
  .nav-links.activated {
    display: flex; }
  .nav-links a.activated {
    display: block; }
  .mob-icons {
    font-size: 35px;
    padding-top: 30px;
    display: flex;
    align-items: end;
    color: white; }
  .sec-cont {
    align-self: center; }
  .bars {
    font-size: 35px;
    padding-top: 30px;
    display: flex;
    align-items: end;
    color: white; }
  .row {
    padding-inline: 20px; }
  .bars.deactivated {
    display: none; }
  .close.activated {
    display: block; }
  .Main-part {
    display: flex;
    flex-direction: column;
    padding-inline: 0px;
    padding-left: 10px; }
  .Education {
    display: flex;
    flex-direction: column; }
  .Skills {
    display: flex;
    flex-direction: column; }
  .experience {
    display: flex;
    flex-direction: column; }
  .Experience {
    padding-inline: 10px; }
  .pic-cont {
    border-right: none; }
  .project-cont {
    display: flex;
    flex-direction: column;
    padding-inline: 40px; }
  .services-list {
    display: flex;
    flex-direction: column; }
  .cv-cont {
    display: flex;
    flex-direction: column;
    height: 310px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    padding-inline: 10px; }
  .cv-text {
    margin-left: 200px;
    font-size: 25px;
    width: 280px;
    overflow-x: hidden; }
  .btn {
    width: max-content;
    margin-left: 60px;
    margin-top: 10px; }
  .abt-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 530px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
  .first-about {
    margin-left: 5px;
    border-right: none; }
  .about-img {
    margin-left: 40px; }
  .about-text {
    padding-left: 14px;
    width: 330px; }
  .row {
    flex-direction: column;
    gap: 30px;
    justify-content: start; }
  .main-img {
    width: 355px;
    margin-top: 20px;
    margin-inline: auto; }
  .form-group input {
    width: 370px; }
  .form-group textarea {
    width: 370px; }
  .f-btn {
    width: 370px; }
  .nav-cont {
    width: 100vw;
    overflow-x: hidden; }
  .proj img {
    height: 500px;
    object-position: center; }
  .proj-sub {
    align-text: center; }
  .logo {
    font-size: 15px; }
  .services-list div p {
    width: 330px; }
  /* light mode */
  .body-light .pic-cont {
    border-right: none; }
  .position {
    font-size: 30px; }
  .project-sub {
    text-align: center; }
  .exp-head {
    text-align: center;
    width: 60%;
    overflow-x: hidden; }
  .first-cv-c {
    align-self: center;
    width: 230px;
    display: none; }
  .cv-text-m {
    font-family: "Satisfy", system-ui, -apple-system, BlinkMacSystemFont,
 "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
 "Helvetica Neue", sans-serif;
    font-weight: 700;
    color: white;
    font-size: 25px;
    margin-top: 10px; }
  .cv-mobile-view {
    display: flex; } }

@media screen and (max-width: 600px) {
  .nav-links {
    display: none;
    flex-direction: column;
    gap: 20px;
    width: 150px;
    background-color: #05706b;
    height: 100vh;
    position: fixed;
    align-items: end;
    padding-right: 10px;
    top: 0;
    right: 1px;
    transition: 1.5s;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s; }
  .nav-links.activated {
    display: flex; }
  .nav-links a.activated {
    display: block; }
  .mob-icons {
    font-size: 35px;
    padding-top: 30px;
    display: flex;
    align-items: end;
    color: white; }
  .sec-cont {
    align-self: center; }
  .bars {
    font-size: 35px;
    padding-top: 30px;
    display: flex;
    align-items: end;
    color: white; }
  .row {
    padding-inline: 20px; }
  .bars.deactivated {
    display: none; }
  .close.activated {
    display: block; }
  .Main-part {
    display: flex;
    flex-direction: column;
    padding-inline: 0px;
    padding-left: 10px; }
  .Education {
    display: flex;
    flex-direction: column; }
  .Skills {
    display: flex;
    flex-direction: column; }
  .experience {
    display: flex;
    flex-direction: column; }
  .Experience {
    padding-inline: 10px; }
  .pic-cont {
    border-right: none; }
  .project-cont {
    display: flex;
    flex-direction: column;
    padding-inline: 40px; }
  .services-list {
    display: flex;
    flex-direction: column; }
  .cv-cont {
    display: flex;
    flex-direction: column;
    height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    padding-inline: 10px; }
  .cv-text {
    margin-left: 200px;
    font-size: 25px;
    width: 280px;
    overflow-x: hidden; }
  .btn {
    width: max-content;
    margin-left: 60px;
    margin-top: 10px; }
  .abt-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 470px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
  .first-about {
    margin-left: 5px;
    border-right: none; }
  .about-img {
    margin-left: 40px; }
  .about-text {
    padding-left: 14px;
    width: 300px; }
  .rowCard {
    display: flex;
    flex-direction: column;
    gap: 610px; }
  .row {
    flex-direction: column;
    gap: 30px;
    justify-content: start; }
  .main-img {
    width: 90%;
    margin-top: 20px;
    margin-inline: auto; }
  .form-group input {
    width: 90%; }
  .form-group textarea {
    width: 90%; }
  .f-btn {
    width: 90%; }
  .nav-cont {
    width: 100vw;
    overflow-x: hidden; }
  .proj img {
    height: 500px;
    object-position: center; }
  .proj-sub {
    align-text: center; }
  .logo {
    font-size: 15px; }
  .services-list div p {
    width: 350px; }
  /* light mode */
  .body-light .pic-cont {
    border-right: none; }
  .position {
    font-size: 30px; }
  .project-sub {
    text-align: center; }
  .exp-head {
    text-align: center;
    width: 60%;
    overflow-x: hidden; }
  .first-cv-c {
    align-self: center;
    width: 250px;
    display: none; }
  .cv-text-m {
    font-family: "Satisfy", system-ui, -apple-system, BlinkMacSystemFont,
 "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
 "Helvetica Neue", sans-serif;
    font-weight: 700;
    color: white;
    font-size: 25px;
    margin-top: 10px; }
  .cv-mobile-view {
    display: flex; } }

@media screen and (max-width: 1024px) {
  .services-list div p {
    width: 270px; }
  .container {
    padding-inline: 10px; }
  nav.nav-bar {
    padding-inline: 10px; } }

@media screen and (min-width: 620px) {
  .mob-icons {
    display: none; }
  .top {
    display: none; } }

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1; }
  50% {
    transform: scale(1.5);
    opacity: 0.6; }
  100% {
    transform: scale(1);
    opacity: 1; } }

.card {
  perspective: 150rem;
  -moz-perspective: 150rem;
  position: relative;
  width: 400px; }
  .card__side {
    color: #fff;
    font-size: 2rem;
    height: 480px;
    width: 400px;
    transition: all 0.8s ease;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    border-radius: 3px;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15); }
    .card__side--front {
      background-color: rgba(165, 42, 42, 0.685); }
    .card__side--back {
      color: black;
      transform: rotateY(180deg); }
      .card__side--back-1 {
        background-image: linear-gradient(to right bottom, #ffb900, #ff7730); }
  .card:hover .card__side--front {
    transform: rotateY(-180deg); }
  .card:hover .card__side--back {
    transform: rotateY(0); }
  .card__picture {
    background-size: cover;
    height: 13rem;
    background-blend-mode: screen;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%); }
    .card__picture--1 {
      background-image: url("/assets/edu.jpeg");
      background-position: center; }
    .card__picture--2 {
      background-image: url("/assets/Exp.jpeg"); }
    .card__picture--3 {
      background-image: url("/assets/Skills.jpg"); }
  .card__heading {
    font-size: 2.5rem;
    font-weight: 300;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
    position: absolute;
    top: 7rem;
    width: 80%;
    right: 1.5rem; }
  .card__heading-span {
    padding: 0.5rem 1rem;
    background-image: linear-gradient(to right bottom, rgba(184, 82, 82, 0.85), rgba(165, 42, 42, 0.85));
    font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont,
 "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
 "Helvetica Neue", sans-serif;
    font-size: 35px;
    font-weight: 600;
    color: white; }
  .card__details {
    padding: 2rem; }
    .card__details ul {
      list-style: none;
      width: 80%;
      margin: 0 auto; }
      .card__details ul li {
        text-align: center;
        font-size: 1rem;
        padding: 1rem; }
        .card__details ul li:not(:last-child) {
          border-bottom: 1px solid #feee; }
  .card__headerContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 90px; }
  .card__subContent {
    display: flex;
    flex-direction: column;
    justify-self: center;
    gap: 5px; }
  .card__HCSUB {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-inline: 20px; }
  .card__subCHaading {
    font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont,
 "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
 "Helvetica Neue", sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: black; }
  .card__subCText {
    font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont,
 "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
 "Helvetica Neue", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: black; }
  .card__subCbtn {
    width: max-content;
    padding-inline: 20px;
    padding-block: 5px;
    background-color: white;
    border-radius: 3px;
    margin-top: 35px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    align-self: center; }
  .card__subCbtn:hover {
    animation: pulse 1.5s ease-out infinite; }

#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center; }
  #popup.hidden {
    display: none; }
  #popup .popup-content {
    position: relative;
    background: white;
    padding: 20px;
    border-radius: 10px; }
    #popup .popup-content img {
      max-width: 400px;
      height: auto;
      border-radius: 10px; }
    #popup .popup-content #closeBtn {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 24px;
      cursor: pointer; }

@media screen and (max-width: 600px) {
  .card {
    width: 320px; }
    .card__side {
      height: 550px;
      width: 320px; }
  #popup .popup-content img {
    max-width: 330px; } }
