:root {
  --poppins: "Poppins", sans-serif;
  --inter: "Inter", sans-serif;
  --primary: #9c0ffa;
  --secondary: #675ffa;
  --tertiary: #1ed2fa;
  --fourth: #4396fa;
  --bg-color: #000;
  --text-color: #fff;
  --text: #242424;
  --bg: #141414;
  --blue: #b1d3fa;
  --dark-blue: #5ca2f7;
  --pink: #e0bfff;
  --purple: #9523db;
  --wapp: #25d366;
  --transition: all 0.55s ease-in-out;
  --nav-link-color: #a3a3a3;
  --muted-text: #a3a3a3;
  --form-label-color: #a3a3a3;
  --proj-dest-color: #8bb3e8;
  --proj-craft-color: #8c88ff;
  --proj-yafela-color: #62bbd1;
  --proj-bthere-color: #928ae3;
  --highlight-primary: #d491ff;
  --highlight-secondary: #948dff;
}
:root[data-theme="light"] {
  --bg-color: #fff;
  --text-color: #000;
  --text: #ffffff;
  --bg: #eaeaea;
  --nav-link-color: #525252;
  --muted-text: #525252;
  --form-label-color: #525252;
  --proj-dest-color: #2a5d9a;
  --proj-craft-color: #322dc2;
  --proj-yafela-color: #1d6b7d;
  --proj-bthere-color: #453c8c;
  --highlight-primary: #8300de;
  --highlight-secondary: #3b2cff;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scrollbar-color: var(--primary) transparent;
  scrollbar-width: thin;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-thumb {
  background: var(--bg-color);
}
::-moz-selection {
  color: var(--text-color);
  background: var(--primary);
}
::selection {
  color: var(--text-color);
  background: var(--primary);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-family: var(--poppins);
  background: var(--bg-color);
  position: relative;
  cursor: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a, button, input, select, textarea, label, [role="button"] {
  cursor: pointer;
}
h1,
p {
  margin: 0;
}
h1,
h2 {
  color: var(--text-color);
  font-size: 8vw;
  font-weight: 600;
}
h2 {
  line-height: 1.02;
  width: fit-content;
}
h3 {
  font-size: 38px;
  width: fit-content;
}
h3.card-title,
h4 {
  color: var(--text-color);
  font-size: 25px;
  font-weight: 400;
  margin: 20px 0;
}
p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 36px;
}
@media (max-width: 991px) {
  h1,
  h2 {
    color: var(--text-color);
    font-size: 17vw;
    font-weight: 600;
  }
  p {
    font-size: 16px;
    line-height: 27px;
    margin-top: -0.5rem;
    width: 85%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1020px;
  }
}
@media (min-width: 767px) and (max-width: 1399px) {
  h2 {
    font-size: 7vw;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../../fonts/Inter/inter-300-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/Inter/inter-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../fonts/Inter/inter-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../../fonts/Inter/inter-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../../fonts/Poppins/poppins-300-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/Poppins/poppins-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../fonts/Poppins/poppins-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../../fonts/Poppins/poppins-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../fonts/Poppins/poppins-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../../fonts/Poppins/poppins-800-normal.woff2") format("woff2");
}
:root {
  --poppins: "Poppins", sans-serif;
  --inter: "Inter", sans-serif;
  --primary: #9c0ffa;
  --secondary: #675ffa;
  --tertiary: #1ed2fa;
  --fourth: #4396fa;
  --bg-color: #000;
  --text-color: #fff;
  --text: #242424;
  --bg: #141414;
  --blue: #b1d3fa;
  --dark-blue: #5ca2f7;
  --pink: #e0bfff;
  --purple: #9523db;
  --wapp: #25d366;
  --transition: all 0.55s ease-in-out;
  --nav-link-color: #a3a3a3;
  --muted-text: #a3a3a3;
  --form-label-color: #a3a3a3;
  --proj-dest-color: #8bb3e8;
  --proj-craft-color: #8c88ff;
  --proj-yafela-color: #62bbd1;
  --proj-bthere-color: #928ae3;
}
:root[data-theme="light"] {
  --bg-color: #fff;
  --text-color: #000;
  --text: #ffffff;
  --bg: #eaeaea;
  --nav-link-color: #525252;
  --muted-text: #525252;
  --form-label-color: #525252;
  --proj-dest-color: #2a5d9a;
  --proj-craft-color: #322dc2;
  --proj-yafela-color: #1d6b7d;
  --proj-bthere-color: #453c8c;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scrollbar-color: var(--primary) transparent;
  scrollbar-width: thin;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-thumb {
  background: var(--bg-color);
}
::-moz-selection {
  color: var(--text-color);
  background: var(--primary);
}
::selection {
  color: var(--text-color);
  background: var(--primary);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-family: var(--poppins);
  background: var(--bg-color);
  position: relative;
  cursor: none;
}
a {
  text-decoration: none;
}
h1,
p {
  margin: 0;
}
h1,
h2 {
  color: var(--text-color);
  font-size: 8vw;
  font-weight: 600;
}
h2 {
  line-height: 1.02;
  width: fit-content;
}
h3 {
  font-size: 38px;
  width: fit-content;
}
h3.card-title,
h4 {
  color: var(--text-color);
  font-size: 25px;
  font-weight: 400;
  margin: 20px 0;
}
p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 36px;
}
@media (max-width: 991px) {
  h1,
  h2 {
    color: var(--text-color);
    font-size: 17vw;
    font-weight: 600;
  }
  p {
    font-size: 16px;
    line-height: 27px;
    margin-top: -0.5rem;
    width: 85%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1020px;
  }
}
@media (min-width: 767px) and (max-width: 1399px) {
  h2 {
    font-size: 7vw;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
.mainSection {
  background: var(--bg-color);
  header {
    position: relative;
    z-index: 1050;
    background: var(--bg-color);
    .nav-logo img {
      width: 40px;
    }
    .brand-text {
      font-size: 25px;
      color: var(--text-color);
      span {
        color: #8c88ff;
      }
    }
    ul {
      gap: 80px;
      li a {
        color: var(--nav-link-color) !important;
        font-weight: 500;
        font-size: 18px;
        transition: var(--transition);
        cursor: pointer;
        span {
          transition: var(--transition);
        }
        &:hover {
          color: var(--text-color) !important;
          span {
            color: var(--primary);
          }
        }
      }
      li a.active {
        color: var(--text-color) !important;
        span {
          color: var(--primary);
        }
      }
    }
  }
}
.download {
  border: 2px solid var(--primary);
  box-shadow:
    #9c0ffa 0px 0px 0.25em,
    #9c0ffa 0px 0.25em 1em;
  border-radius: 150px;
  color: #c08aff;
  padding: 8px 16px;
  font-weight: 600;
  transition: var(--transition);
  letter-spacing: 0.5px;
  &:hover {
    box-shadow:
      #9c0ffa 0px 0.0625em 0.0625em,
      #9c0ffa 0px 0.125em 0.5em,
      #9c0ffa 0px 0px 0px 1px inset;
  }
}
#home .container {
  margin-top: 8rem;
  .brand-tag {
    margin-top: 0;
  }
}
.commonSec {
  .brand-tag span {
    color: var(--highlight-primary);
    font-weight: 700;
  }
  padding: 120px 0;
  position: relative;
  .subTitle {
    color: var(--text-color);
    font-size: 22px;
    div {
      background: var(--primary);
      width: 100px;
      height: 1.5px;
      margin-bottom: 6px;
    }
  }
  .heroImg {
    width: 52%;
    transition: all 2.5s ease-in-out;
    &:hover {
      transform: scale(1.05);
    }
  }
}
h1 span {
  color: var(--primary);
}
h2 span {
  color: var(--highlight-secondary);
}
#about {
  background: var(--bg);
  .aboutBg {
    width: 70px;
    object-fit: contain;
  }
  .subTitle div {
    background: var(--secondary);
  }
  .carouselWrap {
    height: fit-content;
    margin-right: -4rem;
  }
  .card {
    background: var(--text);
    padding: 25px;
    height: 360px;
    display: flex;
    justify-content: center;
    p {
      font-size: 19px;
      line-height: 22px;
      letter-spacing: 0.5px;
      margin-top: 0;
    }
  }
  .expCard h3 {
    color: var(--secondary);
  }
  .projCard h3 {
    color: var(--fourth);
  }
  .skillCard h3 {
    color: var(--primary);
  }
  .borderLine {
    div {
      height: 1.5px;
      width: 100%;
    }
    div.bL2 {
      background: var(--primary);
    }
    div.bL1 {
      background: var(--secondary);
    }
  }
  .borderLine.bL {
    display: none;
  }
  .aboutBottom {
    p {
      font-size: 16px;
      line-height: 27px;
      margin-top: 0;
      font-weight: 300;
      width: 75%;
    }
  }
}
#projects {
  .subTitle div {
    background: var(--tertiary);
  }
  .card {
    background: var(--bg-color);
    border: 1.5px solid var(--proj-dest-color);
    padding: 30px;
    border-radius: 10px;
    position: relative;
    transition: var(--transition);
    a {
      color: var(--proj-dest-color);
      border: 1.5px solid var(--proj-dest-color);
    }
    h3.card-title,
    h4 {
      margin: 25px 0;
    }
    p {
      color: var(--muted-text);
      font-size: 20px;
      line-height: 34px;
    }
    a {
      font-family: Tahoma, Geneva, Verdana, sans-serif;
      font-size: 18px;
      font-weight: 500;
      transition: var(--transition);
      padding: 3px 13px;
      &:hover {
        background: var(--text-color);
      }
    }
    .projIcon {
      position: absolute;
      right: -62px;
      top: -62px;
      border: 1.5px solid var(--proj-dest-color);
      background: var(--bg-color);
      border-radius: 50%;
      padding: 20px;
      img {
        width: 60px;
      }
    }
    .projImg {
      border-radius: 15px;
      overflow: hidden;
      img {
        transition: all 2s ease-in-out;
      }
    }
    &:hover {
      box-shadow: rgba(255, 255, 255, 0.714) 0px 5px 15px;
      .projImg img {
        scale: 1.1;
      }
    }
  }
  .card.teslaCard,
  .card.teslaCard .projIcon {
    border-color: var(--proj-craft-color);
    a {
      color: var(--proj-craft-color);
      border-color: var(--proj-craft-color);
    }
  }
  .card.twitterCard,
  .card.twitterCard .projIcon {
    border-color: var(--proj-bthere-color);
    a {
      color: var(--proj-bthere-color);
      border-color: var(--proj-bthere-color);
    }
  }
  .card.grabCard,
  .card.grabCard .projIcon {
    border-color: var(--proj-yafela-color);
    a {
      color: var(--proj-yafela-color);
      border-color: var(--proj-yafela-color);
    }
  }
  .projectstBg {
    top: 16rem;
    width: 104px;
    height: 774px;
    object-fit: contain;
  }
}
#contact {
  background: var(--bg);
  .subTitle div {
    background-color: var(--fourth);
  }
  .phoneNumber {
    color: var(--text-color);
    font-size: 1rem;
    font-weight: 500;
    transition: var(--transition);
    margin-top: 0.25rem;
    &:hover {
      color: var(--wapp);
    }
    svg {
      flex-shrink: 0;
    }
  }
  .socialIcons {
    a {
      background: var(--text-color);
      transition: var(--transition);
      border: 2px solid var(--text-color);
      border-radius: 50%;
      height: 40px;
      width: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      i,
      svg {
        color: var(--bg-color);
        transition: var(--transition);
        font-size: 23px;
        width: 22px;
        height: 22px;
      }
      &:hover {
        background: transparent;
        border-color: var(--wapp);
        i,
        svg {
          color: var(--wapp);
        }
      }
      &.instagram:hover {
        border-color: #e1306c;
        i,
        svg {
          color: #e1306c;
        }
      }
      &.email:hover {
        border-color: var(--text-color);
        i,
        svg {
          color: var(--text-color);
        }
      }
      &.facebook:hover {
        border-color: #1877F2;
        i,
        svg {
          color: #1877F2;
        }
      }
      &.linkedin:hover {
        border-color: #0A66C2;
        i,
        svg {
          color: #0A66C2;
        }
      }
    }
  }
  form {
    label {
      color: var(--form-label-color);
      font-size: 28px;
      left: -3px;
      top: 23px;
      padding: 1rem 0;
      &::after {
        background: transparent;
      }
    }
    .form-control {
      background: transparent;
      border: unset;
      border-radius: unset;
      border-bottom: 1px solid #6b6b6b;
      color: var(--text-color);
      font-size: 20px;
      padding: 65px 0 30px 0;
      box-shadow: none;
      &:focus {
        border-color: var(--primary);
        + label {
          top: 0;
        }
      }
      &:not(:placeholder-shown) {
        + label {
          top: 0;
        }
      }
    }
    textarea {
      min-height: 200px;
    }
    button {
      background: linear-gradient(135deg, var(--secondary), var(--fourth));
      color: #fff;
      font-weight: 600;
      border: none;
      border-radius: 8px;
      padding: 10px 32px;
      font-size: 18px;
      box-shadow: 0 4px 15px rgba(67, 150, 250, 0.3);
      cursor: pointer;
      position: relative;
      overflow: hidden;
      z-index: 1;
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      &::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, var(--fourth), var(--tertiary));
        z-index: -1;
        opacity: 0;
        transition: opacity 0.4s ease;
      }
      &:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(30, 210, 250, 0.5);
        color: #fff;
        &::before {
          opacity: 1;
        }
      }
      &:active {
        transform: translateY(0);
        box-shadow: 0 4px 10px rgba(67, 150, 250, 0.3);
      }
    }
    &.was-validated {
      .form-control:invalid {
        border-bottom: 1.5px solid #ff4a5a !important;
        ~ .invalid-tooltip {
          display: block;
          color: #ff4a5a;
          font-size: 13px;
          position: absolute;
          bottom: -22px;
          left: 0;
          top: unset;
          background: transparent;
          padding: 0;
        }
      }
      .form-control:valid {
        border-bottom: 1.5px solid #25d366 !important;
      }
    }
  }
  .contactBg {
    top: -6.2rem;
    width: 108px;
    height: 640px;
    object-fit: contain;
    pointer-events: none;
  }
}
footer p {
  color: var(--text-color);
  font-size: 20px;
}
#cursor {
  width: 10px;
  height: 10px;
  background: var(--secondary);
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none !important;
  z-index: 9999;
  transform: translate(-50%, -50%);
}
#preloader-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: #050508;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#preloader-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a0a0f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transition: clip-path 1s cubic-bezier(0.85, 0, 0.15, 1);
}
.ambient-aura {
  position: absolute;
  width: 400px;
  height: 400px;
  background-color: rgba(156, 15, 250, 0.08);
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
}
.preloader-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}
.preloader-logo {
  background: linear-gradient(
    135deg,
    var(--primary),
    var(--secondary),
    var(--tertiary)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: var(--poppins);
  font-weight: 800;
  font-size: 56px;
  letter-spacing: 2px;
  display: inline-block;
  animation: logo-text-glow 2.5s infinite ease-in-out;
}
@keyframes logo-text-glow {
  0%,
  100% {
    filter: drop-shadow(0 2px 8px rgba(156, 15, 250, 0.45));
    transform: scale(0.98);
  }
  50% {
    filter: drop-shadow(0 2px 18px rgba(103, 95, 250, 0.75));
    transform: scale(1.02);
  }
}
.preloader-title {
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--poppins);
  font-size: 13px !important;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 0;
}
.preloader-counter {
  color: #fff;
  font-family: var(--poppins);
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0.05em;
  display: flex;
  align-items: baseline;
  margin: 12px 0;
}
.preloader-counter .percent-sign {
  color: var(--secondary);
  font-size: 20px;
  margin-left: 2px;
}
.preloader-subtitle {
  color: rgba(255, 255, 255, 0.35);
  font-size: 12px !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 0;
  line-height: 1.5;
}
.preloader-progress-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.05);
}
#preloader-progress {
  width: 0%;
  height: 100%;
  background: linear-gradient(
    to right,
    var(--primary),
    var(--secondary),
    var(--tertiary)
  );
  box-shadow: 0 0 12px rgba(103, 95, 250, 0.65);
  transition: width 0.1s linear;
}
.preloader-text-item {
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}
.preloader-text-item.slide-up-exit {
  opacity: 0;
  transform: translateY(-20px);
}
.scroll-watcher {
  background: linear-gradient(to right, var(--primary), var(--secondary));
  height: 2px;
  z-index: 1000;
  scale: 0 1;
  transform-origin: left;
  animation: scroll-watcher linear;
  animation-timeline: scroll();
}
#progress {
  position: fixed;
  bottom: 20px;
  right: 10px;
  height: 50px;
  width: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 100;
  transition: all 0.55s linear;
  i,
  svg {
    color: var(--secondary);
    font-size: 22px;
    height: 22px;
    width: 22px;
    transition: all 0.55s ease-in-out;
    animation: bottom-up 1.5s infinite ease-in-out;
    &:hover {
      color: var(--primary);
    }
  }
  #progress-value {
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    background-color: var(--bg-color);
    border-radius: 50%;
    display: grid;
    place-items: center;
  }
}
@keyframes bottom-up {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}
@keyframes scroll-watcher {
  to {
    scale: 1 1;
  }
}
@media (max-width: 991px) {
  #cursor {
    display: none;
  }
  .mainSection .container-lg {
    padding: 0;
  }
  header {
    nav {
      padding: 0 12px;
      #menuBtn {
        i {
          color: #7d7d7de7;
          font-size: 30px;
          cursor: pointer;
        }
      }
      .menu-list {
        background: var(--bg-color);
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 10;
        li a {
          padding: 20px;
          display: block;
        }
      }
      .menu-list.show {
        display: flex;
      }
    }
  }
  h1 img,
  h2 img {
    width: 37px;
    margin-left: 11px;
  }
  .mainSection {
    .heroImg {
      width: 270px;
      height: 228px;
      right: -2.3rem !important;
    }
    h1 img {
      transform: rotate(-90deg);
      width: 37px;
    }
    h6 {
      margin-top: 5rem;
    }
  }
  .commonSec {
    padding: 90px 0;
    .subTitle {
      font-size: 18px;
      div {
        width: 70px;
      }
    }
    .flipRight {
      transform: scaleX(-1);
    }
  }
  #about {
    .card {
      padding-right: 0;
      height: fit-content;
      p {
        font-size: 18px;
      }
      &:nth-child(1) {
        width: 74%;
      }
      &:nth-child(2) {
        width: 84%;
        margin: 30px 0;
      }
      &:nth-child(3) {
        width: 94%;
      }
    }
    h2 img {
      transform: rotate(90deg);
    }
    .aboutBottom {
      margin-top: 8rem;
      .borderLine.bL {
        display: flex;
        margin-top: 60px;
      }
      p {
        width: 95%;
      }
    }
  }
  #projects {
    h2 {
      color: var(--tertiary);
      img {
        transform: rotate(90deg);
      }
    }
    .projectstBg {
      top: 2rem;
      width: 80px;
      height: unset;
    }
    .card {
      padding: 15px;
      h3.card-title,
      h4 {
        margin: 15px 0;
      }
      p {
        width: 100%;
        font-size: 18px;
        line-height: 30px;
      }
      a {
        font-size: 16px;
        padding: 6px 10px;
        &:first-child {
          margin-right: 8px;
        }
      }
      .projIcon {
        z-index: 10;
        top: -52px;
        img {
          width: 40px;
        }
      }
    }
    .card.leftCard .projIcon {
      left: -52px;
      right: unset;
    }
    .card.teslaCard .projIcon,
    .card.twitterCard .projIcon {
      right: -52px;
    }
  }
  #contact {
    h2 {
      color: var(--fourth);
      img {
        transform: rotate(90deg);
      }
    }
    .contactHead {
      flex-direction: column;
      align-items: start !important;
    }
    .contactBg {
      top: -3.2rem;
      width: 92px;
      height: unset;
    }
    form {
      label {
        font-size: 20px;
      }
      button {
        padding: 8px 20px;
        font-size: 16px;
      }
    }
  }
  footer p {
    color: var(--text-color);
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .row.counter .col-lg-5 {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-bottom: 30px;
    p {
      text-align: right;
    }
  }
  .aboutBottom .row .col-lg-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    p {
      width: 66% !important;
      text-align: center;
    }
  }
  #about .carouselWrap {
    position: static !important;
  }
}
.locations-dropdown {
  position: relative;
  display: inline-block;
}
.locations-dropdown .dropdown-trigger {
  display: inline-block;
  cursor: pointer;
  padding-bottom: 5px;
}
.locations-dropdown .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  background: var(--bg);
  border: 1px solid rgba(120, 120, 120, 0.2);
  border-radius: 8px;
  min-width: 140px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  padding: 0;
  list-style: none;
  margin: 0 0 0 -70px;
}
.locations-dropdown .dropdown-content::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -20px;
  right: -20px;
  height: 50px;
  background: transparent;
}
.locations-dropdown .dropdown-content li {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.locations-dropdown .dropdown-content li a {
  display: block;
  padding: 12px 20px !important;
  color: var(--nav-link-color) !important;
  font-size: 15px !important;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
}
.locations-dropdown .dropdown-content li a:hover {
  background: var(--bg-color) !important;
  color: var(--text-color) !important;
}
@media (min-width: 992px) {
  .locations-dropdown:hover .dropdown-content {
    display: block;
  }
}
@media (max-width: 991px) {
  .locations-dropdown .dropdown-content {
    position: static;
    transform: none;
    width: 100%;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    display: none;
  }
  .locations-dropdown .dropdown-trigger {
    display: block;
  }
  .locations-dropdown .dropdown-content li a {
    padding: 10px 20px !important;
    font-size: 15px !important;
  }
}
@media (max-width: 991px) {
  #why-choose-us h2 img,
  #faq h2 img {
    transform: rotate(90deg);
  }
  header nav #menuBtn svg {
    color: #7d7d7de7;
  }
}
