
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



body {
  background: #fff;
  color: rgba(255, 255, 255, 0.4);
  background: #222;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 300; }

.p1-gradient-bg, .thumb .overlay-bg {
  background: -moz-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
  background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
  background: -ms-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%); }

.p1-gradient-color {
  background: -moz-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
  background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
  background: -ms-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

::-moz-selection {
  background: #000;
  color: #fff; }

h1, h2, h3, h4, h5 {
  color: #fff;
  font-weight: 200; }

h2 {
  font-size: 25px; }

a {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  color: #99b1ff; }
  a:hover, a:focus, a:active {
    color: #99b1ff;
    text-decoration: none; }

.parent-nav-link-padding, .site-navbar .navbar-nav > li > a {
  padding: 15px 20px !important; }

.site-navbar {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  margin-bottom: 0px;
  background: none;
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 200;
  background: #fff; }
  .site-navbar .navbar-brand {
    display: inline-block;
    border: 2px solid #fff;
    padding: 5px 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .2em; }
    .site-navbar .navbar-brand:hover {
      color: #fff; }
  .site-navbar.bg-light {
    background: transparent !important; }
    @media (max-width: 991.98px) {
      .site-navbar.bg-light {
        background: #fff !important;
        top: 0; }
        .site-navbar.bg-light .navbar-brand {
          display: inline-block;
          font-size: 18px;
          border: 2px solid #000;
          padding: 2px 10px !important;
          color: #000; } }
  .site-navbar .navbar-nav > li > a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .1em;
    position: relative;
    text-transform: uppercase;
    letter-spacing: .2em; }
    @media (max-width: 991.98px) {
      .site-navbar .navbar-nav > li > a {
        color: rgba(0, 0, 0, 0.7) !important; } }
  .site-navbar .navbar-nav.active > a {
    color: #2b15a5 !important; }
  .site-navbar.scrolled {
    background: #fff;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
    .site-navbar.scrolled.bg-light {
      background: #fff !important; }
    .site-navbar.scrolled .navbar-brand {
      display: inline-block;
      font-size: 18px;
      border: 2px solid #000;
      padding: 2px 10px !important; }
    .site-navbar.scrolled.awake, .site-navbar.scrolled.sleep {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .site-navbar.scrolled.awake {
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
      background: #fff !important; }
    .site-navbar.scrolled.sleep {
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);
      background: #006fd6 !important; }
    .site-navbar.scrolled .navbar-brand {
      color: #000; }
    .site-navbar.scrolled .dropdown > a:before {
      color: rgba(0, 0, 0, 0.4); }
    .site-navbar.scrolled .navbar-nav > li > a {
      color: rgba(0, 0, 0, 0.7) !important; }
      .site-navbar.scrolled .navbar-nav > li > a:hover {
        color: #006fd6 !important; }
      .site-navbar.scrolled .navbar-nav > li > a.active {
        color: #006fd6 !important; }
    .site-navbar.scrolled .navbar-nav > li.active > a {
      color: #006fd6 !important; }

.site-hero {
  background-color: #ccc;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden; }
  .site-hero, .site-hero .row {
    height: 100vh;
    min-height: 800px; }
  .site-hero:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); }
  .site-hero h1 {
    font-weight: 200;
    margin-bottom: 20px;
    display: block; }
    .site-hero h1 strong {
      font-weight: 800; }
    @media (min-width: 768px) {
      .site-hero h1 {
        font-size: 70px; } }
  .site-hero h1, .site-hero .lead {
    font-weight: 200;
    color: #fff; }
  .site-hero .lead {
    line-height: 2; }
  .site-hero .site-subheading {
    max-width: 640px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.5); }

.site-section {
  padding: 5em 0; }

.section-heading {
  margin-bottom: 30px;
  position: relative;
  z-index: 10; }
  .section-heading h2 {
    position: relative;
    font-weight: 200;
    padding-top: 20px;
    font-size: 30px; }
    .section-heading h2 strong {
      font-weight: 800; }
  .section-heading.text-center h2:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.lead {
  font-weight: 200;
  line-height: 1.5; }

.site-service-item {
  background: #333;
  padding: 30px; }
  .site-service-item .icon {
    display: block;
    margin-bottom: 50px;
    background: #edf0f2;
    background: #9da4fa;
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 50%;
    margin: 0 auto 30px auto; }
    .site-service-item .icon span {
      font-size: 40px;
      color: #080b0e;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%; }
  .site-service-item h3 {
    font-size: 20px;
    font-weight: 200; }

.site-link {
  position: relative; }
  .site-link i {
    position: relative;
    top: 2px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .site-link:hover i {
    position: relative;
    margin-left: 20px; }

.site-list {
  padding: 0;
  margin: 0; }
  .site-list li {
    margin: 0 0 10px 0;
    padding: 0;
    position: relative;
    list-style: none; }
    .site-list li:before {
      font-family: 'icomoon';
      position: absolute;
      top: .1em;
      left: 0; }
    .site-list li.site-check {
      padding-left: 30px; }
      .site-list li.site-check:before {
        color: #006fd6;
        font-size: 16px;
        content: "\ebd3"; }

.btn {
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .2rem; }
  .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-primary {
    color: #fff; }
    .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
      background: #006fd6; }

.progress {
  overflow: visible;
  margin-bottom: 26px;
  height: 4px; }
  .progress .progress-bar {
    background-color: #006fd6;
    position: relative;
    border-radius: 4px; }
    .progress .progress-bar span {
      background-color: #006fd6;
      position: absolute;
      bottom: -20px;
      font-size: 10px;
      line-height: 10px;
      padding: 2px 3px 2px 4px;
      right: -1.4em;
      border-radius: 2px; }
    .progress .progress-bar span:after {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #006fd6;
      border-width: 5px;
      margin-left: -5px; }

.skill h3 {
  font-size: 18px; }

.filters {
  text-align: center; }
  .filters ul {
    padding: 0;
    margin: 0 0 30px 0; }
    .filters ul li {
      display: inline-block;
      cursor: pointer;
      padding: 20px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .filters ul li:hover {
        color: #006fd6; }
      .filters ul li.active {
        color: #006fd6; }

.single-portfolio {
  margin-bottom: 50px;
  display: block; }
  .single-portfolio .relative {
    margin-bottom: 20px; }
  .single-portfolio .p-inner {
    text-align: center; }
    .single-portfolio .p-inner h4 {
      font-size: 20px; }
    .single-portfolio .p-inner .cat {
      font-size: 12px;
      text-transform: uppercase;
      color: #cccccc; }

/*--------- Start Portfolio Area -------------*/
.portfolio-area .primary-btn {
  color: #fff;
  background-color: #509ae0;
  margin-left: auto;
  margin-right: auto; }

.portfolio-area .filters {
  text-align: center; }

.portfolio-area .filters ul {
  padding: 0; }

.portfolio-area .filters ul li {
  list-style: none;
  display: inline-block;
  padding: 18px 15px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  font-weight: 500; }
  @media (max-width: 736px) {
    .portfolio-area .filters ul li {
      padding: 6px 6px; } }

.portfolio-area .filters ul li:after {
  content: "";
  display: block;
  width: calc(0% - 60px);
  position: absolute;
  height: 2px;
  background: #333;
  -webkit-transition: width 350ms ease-out;
  -o-transition: width 350ms ease-out;
  transition: width 350ms ease-out; }

.portfolio-area .filters ul li:hover:after {
  width: calc(100% - 60px);
  -webkit-transition: width 350ms ease-out;
  -o-transition: width 350ms ease-out;
  transition: width 350ms ease-out; }

.portfolio-area .filters ul li.active {
  color: #006fd6; }

.portfolio-area .filters-content {
  margin-top: 50px; }

.portfolio-area .filters-content .show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms; }

.portfolio-area .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms; }

.portfolio-area .filters-content .item {
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px; }

.portfolio-area .filters-content .item img {
  border-radius: 10px; }

.portfolio-area .filters-content .p-inner {
  padding: 20px 0px;
  text-align: center; }

.portfolio-area .filters-content .item .p-inner .cat {
  font-size: 13px; }

.portfolio-area .filters-content .item img {
  width: 100%; }

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.middle {
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center; }

.single-portfolio:hover .middle {
  opacity: 1; }

.text {
  color: white;
  font-size: 25px;
  padding: 16px 32px; }

.single-portfolio {
  border-radius: 5px; }
  .single-portfolio:hover .thumb .overlay-bg {
    opacity: .85; }

.thumb .overlay-bg {
  opacity: 0;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .thumb .overlay-bg {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.resume-item {
  padding: 30px;
  background: #333;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  border: 4px solid transparent;
  border-radius: 7px; }
  .resume-item .date {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #fff; }
  .resume-item .school {
    display: block;
    font-size: 16px; }
  .resume-item h3 {
    color: #6bcffd;
    font-size: 20px; }
  .resume-item .school {
    color: rgba(255, 255, 255, 0.3); }
  .resume-item *:last-child {
    margin-bottom: 0; }


.form-control {
  border: none !important;
  background: #333;
  color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) !important; }
  .form-control:active, .form-control:focus {
    background: #404040; }
  .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.5); }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5); }
  .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.5); }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.5); }

.site-form .form-control {
  border: 1px solid #b3bdc6; }

.site-contact-details, .site-contact-details li {
  padding: 0;
  margin: 0; }

.site-contact-details li {
  list-style: none;
  margin-bottom: 20px; }
  .site-contact-details li > span {
    color: #2c3e50;
    letter-spacing: .1em;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block; }

.site-footer {
  padding: 3em 0; }
  .site-footer p:last-child {
    margin-bottom: 0; }
  .site-footer .social-item {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #333;
    position: relative;
    border-radius: 50%;
    font-size: 22px;
    margin: 0 10px; }
    .site-footer .social-item > span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.block-47 .block-47-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  display: block; }
  .block-47 .block-47-image img {
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.2); }

.block-47 .block-47-quote {
  margin-left: 40px;
  padding: 30px;
  background: #333;
  border-radius: 7px;
  position: relative;
  -webkit-box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.1); }
  .block-47 .block-47-quote:before {
    content: "";
    border: 1px solid red;
    z-index: 2;
    position: absolute;
    left: -15px;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: transparent #333 transparent transparent; }
  .block-47 .block-47-quote .block-47-quote-author {
    font-size: 14px;
    color: #666666; }

.letter-spacing {
  letter-spacing: .2rem;
  color: rgba(255, 255, 255, 0.5) !important; }

  
  .fa-github {
    font-size: 40px;
    color: #006fd6;
  }



























































.projects-cards {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      align-items: start;
      gap: 20px;
}


  /* Basic CSS for core functionality and appearance */
.project-card {
    border-radius: 0.5rem; /* Tailwind's rounded-lg */
    overflow: hidden; /* Hide parts that overflow during transition */
    max-width: 400px; /* Example max width */
    margin: 2rem auto; /* Center the card */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Tailwind's shadow-md */
    background-color: #534f4e; /* White background */
    position: relative;
}

.project-image-placeholder img {
    display: block; /* Prevent extra space below image */
    width: 100%;
    height: 240px; /* Maintain aspect ratio */
}

.project-info {
    padding: 1.5rem; /* Tailwind's p-6 */
}

.project-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem; /* Tailwind's mb-4 */
}

.project-name {
    font-size: 1.25rem; /* Tailwind's text-xl */
    color: white; /* Dark gray text */
    font-family: "Montserrat", sans-serif;
    font-weight:600;
}

.dropdown-button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.5rem; /* Adjust size as needed */
    color: white; /* Tailwind's gray-600 */
    transition: transform 0.3s ease-in-out; /* Smooth rotation */
    padding: 0; /* Remove default button padding */
}

.project-details {
    max-height: 0; /* Initially hidden */
    overflow: hidden;
    transition: max-height 0.5s ease-in-out; /* Smooth expansion */
}

.project-card.expanded .project-details {
    max-height: 500px; /* Adjust based on expected content height */
    /* A value larger than the actual content height is needed for the transition */
}

.project-card.expanded .dropdown-button {
    transform: rotate(180deg); /* Rotate arrow when expanded */
}


.view-site-link {
    display: inline-flex;
    align-items: center;
    background-color: #2563eb; /* Tailwind's blue-600 */
    color: white;
    padding: 4px  14px;
    border-radius: 10px;
    text-decoration: none;
    margin-bottom: 1rem; /* Tailwind's mb-4 */
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight:600;
}

.view-site-link:hover {
    text-decoration: underline;
}

.link-icon {
    margin-left: 0.25rem; /* Tailwind's ml-1 */
    font-size: 0.8rem; /* Adjust icon size */
}

.project-description {
    color: white; /* Tailwind's gray-700 */
    margin-bottom: 1rem; /* Tailwind's mb-4 */
}

.project-tools h3 {
    font-size: 1rem; /* Tailwind's text-md */
    font-weight: 500; /* Tailwind's font-medium */
    color: rgb(185, 182, 182); /* Dark gray text */
    margin-bottom: 0.5rem; /* Tailwind's mb-2 */
}

.tools-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem; /* Tailwind's gap-2 */
}

.tool-item {
    background-color: #bfdbfe; /* Tailwind's blue-100 */
    color: #1d4ed8; /* Tailwind's blue-700 */
    padding: 0.25rem 0.75rem; /* Tailwind's px-3 py-1 */
    border-radius: 9999px; /* Tailwind's rounded-full */
    font-size: 0.875rem; /* Tailwind's text-sm */
    font-weight: 500; /* Tailwind's font-medium */
    white-space: nowrap; /* Prevent wrapping within a tool item */
}


.see-more.btn {
  color: white;
  padding: 4px 10px;
  background-color: #006fd6;
}
























.Tools-i-use {
  padding: 40px 20px;
  background-color: #222222;
  text-align: center;
}

.tool-icons {
  display: flex;
  flex-wrap: wrap; /* Allows wrapping on smaller screens */
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.icon-card {
  background-color: #534f4e;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 160px;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
  padding: 10px;
}

.icon-card h2{
  font-family: "Montserrat", sans-serif;
  color: white;
  font-size: 18px;
  font-weight:600;
}

.icon-card:hover {
  transform: translateY(-5px);
}

.icon-card img {
  margin-bottom: 10px;
}

.icon-card h2 {
  font-size: 16px;
  margin: 0;
  word-wrap: break-word;
  text-align: center;
}

/* Responsive behavior */
@media (max-width: 600px) {
  .tool-icons {
    flex-direction: column;
    align-items: center;
  }

  .icon-card {
    width: 80%;
    max-width: 300px;
  }
}








.the-skills {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  scroll-snap-align: center;
}

.cover {
position: relative;
align-items: center;
width: 90%;
height: 50%;
margin: 0 auto;
scroll-snap-align: center;
}

.cover::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100px;
height: 100%;
z-index: 99;
background-image: linear-gradient(to right, #222222, transparent);
}

.cover::after {
content: "";
position: absolute;
right: 0;
top: 0;
width: 100px;
height: 100%;
z-index: 99;
background-image: linear-gradient(to left, #222222, transparent);
}

.cards {
width: 100%;
height: auto;
display: flex;
justify-content: left;
align-items: center;
overflow: auto;
position: relative;
scroll-behavior: smooth;
}

.skill-card {
  background-color: #534f4e;
  border-radius: 30px;
  padding: 20px 24px;
  margin: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  scroll-snap-align: center;
  width: 300px;
}

.cards::-webkit-scrollbar{
-webkit-appearance: none;
}

button {
background-color: transparent;
border: 2px solid transparent;
}

.fa-circle-chevron-left {
color: #888c91;
font-size: 30px;
}

.fa-circle-chevron-right {
color: #888c91;
font-size: 30px;
}

.fa-circle-chevron-left:hover {
cursor: pointer;
color: #4486d6;
}

.fa-circle-chevron-right:hover {
cursor: pointer;
color: #4486d6;
}

.skill-card h1 {
  font-family: "Courier Prime", monospace;
  color: #a2cbf1;
  font-size: 20px;
  margin-bottom: 20px;
}

.skill-card h2 {
  font-family: "Montserrat", sans-serif;
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}

.skill-card svg {
  position: relative;
  width: 200px;
}

.skill-card svg circle {
  position: relative;
  width: 200px;
  fill: none;
  stroke-width: 10;
  stroke: #0051ff;
  transform: translate(27px, 5px);
  stroke-dasharray: 440;
  stroke-dashoffset: 440;
  stroke-linecap: round;
}

.skill-card .percent1 svg circle:nth-child(1) {
  stroke-dashoffset: 0;
  stroke: #666666;
}
.skill-card .percent1 svg circle:nth-child(2) {
  stroke-dashoffset: 44;
  stroke: #0051ff;
}

.skill-card .percent2 svg circle:nth-child(1) {
  stroke-dashoffset: 0;
  stroke: #666666;
}
.skill-card .percent2 svg circle:nth-child(2) {
  stroke-dashoffset: 220;
  stroke: #0051ff;
}

.skill-card .percent3 svg circle:nth-child(1) {
  stroke-dashoffset: 0;
  stroke: #666666;
}
.skill-card .percent3 svg circle:nth-child(2) {
  stroke-dashoffset: 100;
  stroke: #0051ff;
}

.skill-card .percent4 svg circle:nth-child(1) {
  stroke-dashoffset: 0;
  stroke: #666666;
}
.skill-card .percent4 svg circle:nth-child(2) {
  stroke-dashoffset: 180;
  stroke: #0051ff;
}

.skill-card .percent5 svg circle:nth-child(1) {
  stroke-dashoffset: 0;
  stroke: #666666;
}
.skill-card .percent5 svg circle:nth-child(2) {
  stroke-dashoffset: 320;
  stroke: #0051ff;
}

.skill-card .percent6 svg circle:nth-child(1) {
  stroke-dashoffset: 0;
  stroke: #666666;
}
.skill-card .percent6 svg circle:nth-child(2) {
  stroke-dashoffset: 320;
  stroke: #0051ff;
}

.skill-card .percent7 svg circle:nth-child(1) {
  stroke-dashoffset: 0;
  stroke: #666666;
}
.skill-card .percent7 svg circle:nth-child(2) {
  stroke-dashoffset: 320;
  stroke: #0051ff;
}

.number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 600px) {

.cards {
  display: block;
}

.skill-card h1 {
    font-size: 17px;
    margin-bottom: 20px;
}

.skill-card h2 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.skill-card svg {
  position: relative;
  width: 200px;
}

.cover {
  width: 90%;
  height: 50%;
  margin: 0 auto;
}

#prevbtn {
  display: none;
}
#nextbtn {
  display: none;
}

.skill-card {
  background-color: #534f4e;
  border-radius: 30px;
  padding: 20px;
  margin: 20px 10px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.5s ease;
  transform: scale(0.8);
  opacity: 0;
}

.skill-card.in-view {
  transform: scale(1);
  opacity: 1;
}
}


















@media screen and (max-width: 600px) {
  .cards {
    display: flex;
    justify-content: center;  /* Center the cards horizontally */
    align-items: center;  /* Center the cards vertically if needed */
    flex-wrap: wrap;  /* Allow the cards to wrap to the next line */
  }

  .skill-card h1 {
      font-size: 17px;
      margin-bottom: 20px;
  }

  .skill-card h2 {
      font-size: 14px;
      font-weight: 600;
      margin-top: 10px;
  }

  .skill-card svg {
    position: relative;
    width: 200px;
  }

  .cover {
    width: 90%;
    height: 50%;
    margin: 0 auto;
  }

  #prevbtn {
    display: none;
  }
  #nextbtn {
    display: none;
  }

  .skill-card {
    background-color: #534f4e;
    border-radius: 30px;
    padding: 20px;
    margin: 20px 10px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.5s ease;
    transform: scale(0.8);
    opacity: 0;
  }

  .skill-card.in-view {
    transform: scale(1);
    opacity: 1;
  }
}


























@media (max-width: 1200px) {
  .projects-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
}
}


@media (max-width: 900px) {
  .projects-cards {
    display: block;
}
}