@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap");

html {
  scroll-padding-top: 80px;
}

/* Path: assets/custom-style.css */
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-y: scroll;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #5271ff;
}

.text-semi-primary {
  color: #1996df !important;
}

.bg-semi-primary {
  background-color: #1996df !important;
}

.btn-semi-primary {
  background-color: #1996df !important;
  color: #fff;
  outline: #1996df !important;
}

.card {
  border-radius: 8px 8px 0 0;
}

.card .image-box {
  height: 300px;
}

.card .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px 8px 0 0;
}

.card .profile-details {
  display: flex;
  align-items: center;
  column-gap: 12px;
  padding: 15px;
  text-decoration: none;
  cursor: pointer;
}

.profile-details .name {
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.profile-details .job {
  font-size: 12px;
  font-weight: 500;
  color: #4d4d4d;
}

.swiper-navBtn {
  color: #000 !important;
  height: 40px !important;
  width: 40px !important;
  background: #fff !important;
  border-radius: 50% !important;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 18px;
}

.swiper-pagination-bullet {
  background-color: #5271ff;
}

.nav-link {
  box-sizing: border-box;
  line-height: 1;
  transition: 0.3s all;
  position: relative;
}

.nav-link span {
  position: relative;
}

.nav-link span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  height: 2px;
  background-color: #004d80;
  transition: 0.3s all;
}

.nav-link:hover span:after {
  width: 100%;
}

.dark::placeholder {
  color: #c5c5c5;
}

.slide-container {
  overflow: hidden;
}

.view-demo {
  height: 100%;
}

iframe,
.modal-body img {
  height: 400px;
  object-fit: cover;
}

/* .graphic-circle_1 {
    height: 300px;
    top: -50px;
    right: 0;
} */

.graphic-circle_2 {
  height: 600px;
  top: 300px;
  left: -300px;
}

.open-link-btn {
  display: flex;
  width: 100%;
  max-width: 180px;
  align-items: center;
}

.blink {
  animation: blink 0.5s infinite;
}

@keyframes blink {
  to {
    opacity: 0;
  }
}

.header-sub-title {
  color: #fff;
  font-family: "Courier";
  font-size: 30px;
  padding: 0.1em;
}

.services .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background: #5271ff;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #5271ff;
}

.services .title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

.form {
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
}

.form input {
  box-shadow: none;
}

.form input::placeholder,
.form textarea::placeholder {
  font-size: 14px;
}

.btn {
  font-family: "Inter", sans-serif;
}

.dots {
  position: absolute;
  width: 100%;
  height: 200%;
  right: 0 !important;
  overflow: visible;
}

.dots:before {
  z-index: -1;
  right: 0;
  -webkit-transform: translateX(60%);
  -ms-transform: translateX(60%);
  transform: translateX(60%);
  position: absolute;
  content: "";
  width: 304px;
  height: 264px;
  background: url("../img/dots.png") right top;
}

@keyframes slide-up {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.slide-up {
  animation: slide-up 1s ease-out forwards;
  /* Reduced from 2s to 1s */
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  /* Also remove the default box-shadow */
}

#portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

#portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

#portfolio-flters li:hover,
#portfolio-flters li.filter-active {
  background: #5271ff;
  color: #fff;
}

.animate__delay-2s {
  animation-delay: 0.2s !important;
}

.animate__delay-3s {
  animation-delay: 0.3s !important;
}

.animate__delay-4s {
  animation-delay: 0.4s !important;
}

.animate__delay-5s {
  animation-delay: 0.5s !important;
}

.animate__delay-6s {
  animation-delay: 0.6s !important;
}

.animate__delay-7s {
  animation-delay: 0.7s !important;
}

.prog-lang {
  background-color: #ffff;
  border: solid 1px #5271ff;
  border-radius: 40px;
}

/* Default */
.theme {
  display: flex;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
}

.theme__icon {
  transition: 0.3s;
}

.theme__icon,
.theme__toggle {
  z-index: 1;
}

.theme__icon,
.theme__icon-part {
  position: absolute;
}

.theme__icon {
  display: block;
  top: 0.5em;
  left: 0.5em;
  width: 1.5em;
  height: 1.5em;
}

.theme__icon-part {
  border-radius: 50%;
  box-shadow: 0.4em -0.4em 0 0.5em hsl(0, 0%, 100%) inset;
  top: calc(50% - 0.5em);
  left: calc(50% - 0.5em);
  width: 1em;
  height: 1em;
  transition: box-shadow var(--transDur) ease-in-out,
    opacity var(--transDur) ease-in-out, transform var(--transDur) ease-in-out;
  transform: scale(0.5);
}

.theme__icon-part ~ .theme__icon-part {
  background-color: hsl(0, 0%, 100%);
  border-radius: 0.05em;
  top: 50%;
  left: calc(50% - 0.05em);
  transform: rotate(0deg) translateY(0.5em);
  transform-origin: 50% 0;
  width: 0.1em;
  height: 0.2em;
}

.theme__icon-part:nth-child(3) {
  transform: rotate(45deg) translateY(0.45em);
}

.theme__icon-part:nth-child(4) {
  transform: rotate(90deg) translateY(0.45em);
}

.theme__icon-part:nth-child(5) {
  transform: rotate(135deg) translateY(0.45em);
}

.theme__icon-part:nth-child(6) {
  transform: rotate(180deg) translateY(0.45em);
}

.theme__icon-part:nth-child(7) {
  transform: rotate(225deg) translateY(0.45em);
}

.theme__icon-part:nth-child(8) {
  transform: rotate(270deg) translateY(0.5em);
}

.theme__icon-part:nth-child(9) {
  transform: rotate(315deg) translateY(0.5em);
}

.theme__label,
.theme__toggle,
.theme__toggle-wrap {
  position: relative;
  cursor: pointer;
}

.theme__toggle,
.theme__toggle:before {
  display: block;
}

.theme__toggle {
  background-color: hsl(48, 90%, 85%);
  border-radius: 25% / 50%;
  box-shadow: 0 0 0 0.125em var(--primaryT);
  padding: 0.25em;
  width: 6em;
  height: 3em;
  -webkit-appearance: none;
  appearance: none;
  transition: background-color var(--transDur) ease-in-out,
    box-shadow 0.15s ease-in-out, transform var(--transDur) ease-in-out;
  font-size: 13.5px;
}

.theme__toggle:before {
  background-color: hsl(48, 90%, 55%);
  border-radius: 50%;
  content: "";
  width: 2.5em;
  height: 2.5em;
  transition: 0.3s;
}

.theme__toggle:focus {
  box-shadow: 0 0 0 0.125em var(--primary);
  outline: transparent;
}

/* Checked */
.theme__toggle:checked {
  background-color: hsl(198, 90%, 15%);
}

.theme__toggle:checked:before,
.theme__toggle:checked ~ .theme__icon {
  transform: translateX(3em);
}

.theme__toggle:checked:before {
  background-color: hsl(198, 90%, 55%);
}

.theme__toggle:checked ~ .theme__icon .theme__icon-part:nth-child(1) {
  box-shadow: 0.2em -0.2em 0 0.2em hsl(0, 0%, 100%) inset;
  transform: scale(1);
  top: 0.2em;
  left: -0.2em;
}

.theme__toggle:checked ~ .theme__icon .theme__icon-part ~ .theme__icon-part {
  opacity: 0;
}

.theme__toggle:checked ~ .theme__icon .theme__icon-part:nth-child(2) {
  transform: rotate(45deg) translateY(0.8em);
}

.theme__toggle:checked ~ .theme__icon .theme__icon-part:nth-child(3) {
  transform: rotate(90deg) translateY(0.8em);
}

.theme__toggle:checked ~ .theme__icon .theme__icon-part:nth-child(4) {
  transform: rotate(135deg) translateY(0.8em);
}

.theme__toggle:checked ~ .theme__icon .theme__icon-part:nth-child(5) {
  transform: rotate(180deg) translateY(0.8em);
}

.theme__toggle:checked ~ .theme__icon .theme__icon-part:nth-child(6) {
  transform: rotate(225deg) translateY(0.8em);
}

.theme__toggle:checked ~ .theme__icon .theme__icon-part:nth-child(7) {
  transform: rotate(270deg) translateY(0.8em);
}

.theme__toggle:checked ~ .theme__icon .theme__icon-part:nth-child(8) {
  transform: rotate(315deg) translateY(0.8em);
}

.theme__toggle:checked ~ .theme__icon .theme__icon-part:nth-child(9) {
  transform: rotate(360deg) translateY(0.8em);
}

.theme__toggle-wrap {
  margin: 0 0.75em;
}

/* From Uiverse.io by ArturCodeCraft */
/* <reset-style> ============================ */
a {
  text-decoration: none;
}
/* <main-style> ============================ */
.main__scroll-text {
  color: rgba(28, 28, 30, 1);
}

.main__action:hover .main__scroll-box {
  animation: scroll-down 3s infinite;
}

#emailInput {
  font-family: "Source Code Pro", serif;
  font-size: 14px !important;
}

/* Animate scroll icon */
@keyframes scroll-down {
  0%,
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  35% {
    transform: translateY(1rem);
    opacity: 0;
  }

  70% {
    transform: translateY(-1rem);
    opacity: 0;
  }
}

@supports selector(:focus-visible) {
  .theme__toggle:focus {
    box-shadow: 0 0 0 0.125em var(--primaryT);
  }

  .theme__toggle:focus-visible {
    box-shadow: 0 0 0 0.125em var(--primary);
  }
}

@media screen and (max-width: 1490px) {
  .dots:before {
    width: 200px;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .swiper-navBtn {
    display: none;
  }

  .nav-item .theme {
    width: 0;
  }

  .graphic-circle_2 {
    height: 400px;
    top: 400px;
    left: -200px;
  }

  iframe,
  .modal-body img {
    height: 100%;
  }

  .dots:before {
    width: 100px;
  }
}

/* Resume Box
---------------------*/
.resume-box {
  background: #ffffff;
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
  border-radius: 10px;
}
.resume-box ul {
  margin: 0;
  padding: 30px 20px;
  list-style: none;
}
.resume-box li {
  position: relative;
  padding: 0 20px 0 60px;
  margin: 0 0 30px;
}
.resume-box li:last-child {
  margin-bottom: 0;
}
.resume-box li:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 20px;
  border-left: 1px dashed #5271ff;
  bottom: 0;
}
.resume-box .icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  color: #5271ff;
  line-height: 40px;
  background: #ffffff;
  text-align: center;
  z-index: 1;
  border: 1px dashed;
  border-radius: 50%;
}
.resume-box .time {
  background: #5271ff;
  color: #ffffff;
  font-size: 10px;
  padding: 2px 10px;
  display: inline-block;
  margin-bottom: 12px;
  border-radius: 20px;
  font-weight: 600;
}
.resume-box .job-type {
  font-size: 10px;
  padding: 2px 10px;
  display: inline-block;
  margin-bottom: 12px;
  border-radius: 20px;
  font-weight: 600;
}
.resume-box .full-time {
  background-color: #eaf3ff;
  color: #5271ff;
}
.resume-box .part-time {
  background-color: #d8f9f5;
  color: #3bb666;
}
.resume-box .internship {
  background-color: #fceada;
  color: #d3932b;
}
.resume-box .freelance {
  background-color: #fce9d7;
  color: #e54f40;
}
.resume-box h5 {
  font-weight: 700;
  color: #5271ff;
  font-size: 16px;
  margin-bottom: 10px;
}
.resume-box p {
  margin: 0;
}

.resume-box li:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 20px;
  border-left: 1px dashed #5271ff;
  bottom: 0;
}

.subtitle {
  font-weight: 600;
  letter-spacing: 1px;
  color: #9d9d9d;
  font-size: 0.8em;
  font-family: "Inter", sans-serif;
}

.custom-pill.front-end {
  background-color: #ffffff;
  border: solid 1px #5271ff;
  color: #5271ff;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  margin-right: 10px;
}

.custom-pill.ui {
  background-color: #ffffff;
  border: solid 1px #a55eec;
  color: #a55eec;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  margin-right: 10px;
}

.custom-pill.full-stack {
  background-color: #ffffff;
  border: solid 1px #58ce80;
  color: #58ce80;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  margin-right: 10px;
}
