*{
  margin: 0;
  padding: 0;
}
html {
  font-family: "Poppins", sans-serif;
  font-size: 68%;
}
body {
  padding: 0;
  box-sizing: border-box;
  background: #080808;
  font-size: 12px;
  overflow-x: hidden;
  margin: 0 auto;
}

.avatar-box {
  width: 500px;
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.name-details {
  font-size: 14px;
  color: #E0E0E0;
  font-weight: 500;
}

.w-details {
  font-size: 12px;
  color: #8A8A8A;
  font-weight: 400;
}

.avatar-info {
  display: flex;
  flex-direction: column;
  color: #595959;
}

.avatar-info p {
  margin: 0;
}

.avctr {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1.9px solid #52525B;
  cursor: pointer;
}

.avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-image: url(../images/jovindp.webp);
  background-size: cover;
  cursor: pointer;
}

.buy-me {
  border: 1px solid #282828;
  padding: 8px 20px;
  background: #1c1c1c;
  border-radius: 30px;
  color: #E0E0E0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-direction: row;
  gap: 20px;
}

.arrow-icon-1 {
  width: 9px;
  height: 9px;
}

body::-webkit-scrollbar {
  width: 0.4em;
}

body::-webkit-scrollbar-track {
  background: #595959;
}

body::-webkit-scrollbar-thumb {
  background: #292929;
}

.wrapper {
  display: flex;
  width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

header {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  flex-direction: row;
  gap: 412px;
}

footer {
  width: 100%;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.spiraxy-txt, .created-txt {
  color: #5C5C5C;
  font-size: 12px;
  font-weight: 600;
}

.url-jovin {
  color: #5C5C5C;
  text-decoration: none;
}

.footer-wrap {
  width: 1090px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-liner {
  width: 1090px;
  height: 1px;
  flex-shrink: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-liner {
  margin-top: 10px;
  width: 1090px;
  height: 1px;
  flex-shrink: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  padding: 10px;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.top-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.column {
  width: 352px;
  height: 100%;
}

.left-column, .center-column, .right-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.left-upper, .left-lower, .center-upper, .center-center, .right-center, .right-lower {
  width: 100%;
  height: 165px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.left-upper .square, .left-lower .square, .center-upper .square, .center-center .square, .right-center .square, .right-lower .square {
  width: 165px;
  height: 165px;
  background: #111212;
  border: 1px solid #282828;
  border-radius: 24px;
}

.bottom-row-r {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.center-upper, .center-center, .right-center {
  background: #111212;
  border: 1px solid #282828;
  border-radius: 24px;
  position: relative;
}

.left-center, .center-lower, .right-upper {
  width: 100%;
  height: 352px;
  background: #111212;
  border: 1px solid #282828;
  border-radius: 24px;
}

.center-center, .right-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.text-detail {
  width: 100%;
  height: 20px;
  font-weight: 500;
  color: #FFFFFF;
}
.text-detail span {
  margin-left: 20px;
}

#l-text-detail {
  display: flex;
  flex-direction: row;
  gap: 258px;
  align-items: center;
  position: relative;
}

.arrow-icon1 {
  width: 9px;
  height: 9px;
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 14px;
}

.icon-container {
  width: 336px;
  height: 116px;
  border-radius: 16px;
  border: 1px solid #303030;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 10px;
  background: #1c1c1c;
  overflow: hidden;
}

.right-center-container {
  width: 336px;
  height: 116px;
  border-radius: 16px;
  border: 1px solid #303030;
  background: #1c1c1c;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.pro-svg {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.t-icon {
  width: 55px;
  height: 55px;
  background: #282828;
  border-radius: 10px;
}

.iconx-1 {
  background: url(../images/figma-1.webp);
  background-position: center;
  background-size: cover;
}

.iconx-2 {
  background: url(../images/vs.webp);
  background-position: center;
  background-size: cover;
}

.iconx-3 {
  background: url(../images/notion-1.webp);
  background-position: center;
  background-size: cover;
}

.iconx-4 {
  background: url(../images/obsidian-icon.webp);
  background-position: center;
  background-size: cover;
}

.hi-icon1 {
  height: 22px;
  width: 22px;
}

.hi-icon2 {
  height: 25px;
  width: 25px;
}

.hi-icon3 {
  height: 23px;
  width: 23px;
}

.hi-icon4 {
  height: 30px;
  width: 30px;
}

.icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #2b2a2a;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.icon a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-effect {
  background: rgba(88, 88, 88, 0.171); /* Transparent background */
  transition: transform ease-out 0.8s;
  z-index: 1;
  border: 1px solid #595959;
}

.icon-effect.active {
  background: transparent;
  transform: scale(0.95);
  color: #fff;
  z-index: 2;
  border: 2px solid #7a7a7a; /* Matching border color */
}

.icon-effect:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: transparent; /* Transparent background */
  opacity: 0;
  transform: scale(0);
  border-radius: 50%;
}

.icon-effect.active:before {
  animation: sonarEffect 1.3s ease-out 75ms;
}

.icon-effect:hover:before {
  opacity: 0.5;
  transform: scale(1);
  background: transparent; /* Transparent background */
}

@keyframes sonarEffect {
  0% {
    opacity: 0;
    transform: scale(0);
    background: #747474; /* Background color for the effect */
  }
  50% {
    opacity: 0.5;
    transform: scale(1);
    background: transparent; /* Transparent background */
  }
  100% {
    opacity: 0;
    transform: scale(2);
    background: transparent; /* Transparent background */
  }
}
.center-upper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.about-text {
  width: 336px;
  height: 116px;
  border-radius: 16px;
  border: 1px solid #303030;
  background: #1c1c1c;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-text .about-txt {
  margin: 0;
  color: #9b9b9b;
  width: 95%;
}

.location {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 70px;
  margin-top: 13px;
}

.map-l {
  width: 148px;
  height: 112px;
  border-radius: 16px;
  background-image: url(../images/map.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 0.3px solid #303030;
}

.l-icon, .l-txt {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-icon-1 {
  height: 15px;
  width: 15px;
}

.l-txt p {
  font-size: 12px;
  color: #c4c4c4;
}

.mode1 {
  margin-top: 11px;
  width: 100%;
  position: relative;
}

.mode-icon {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 1;
  background: #00C654;
  position: absolute;
  top: 2px;
  right: 16px;
  animation: flickerBlinkIcon 4s linear infinite;
}

@keyframes flickerBlinkIcon {
  0%, 100% {
    box-shadow: 0px 0px 5px 1px rgba(0, 198, 84, 0.5);
    background: #00C654;
    opacity: 1;
  }
  20%, 80% {
    box-shadow: 0px 0px 30px 4px rgba(0, 198, 84, 0.5);
    background: rgba(0, 198, 84, 0.5); /* Use a semi-transparent background */
    opacity: 1;
  }
  50% {
    box-shadow: 0px 0px 5px 1px rgba(0, 198, 84, 0.5);
    background: rgb(0, 198, 84); /* Return to full color */
    opacity: 1;
  }
}
.s2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.detail-mode {
  width: 95%;
  height: 120px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mode-txt {
  margin: 0;
  font-size: 12px;
  color: #9b9b9b;
  margin-left: 10px;
}

.button {
  margin: 0 auto;
  width: 140px;
  height: 27.5px;
  padding: 2px;
  background: #1c1c1c;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #282828;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.button:focus {
  outline: none;
}
.button .contact-txt {
  margin: 0;
  margin-left: 10px;
}
.button .arrow-icon {
  width: 9px;
  height: 9px;
  margin-right: 10px;
}

.experience-box {
  width: 336px;
  height: 300px;
  border-radius: 16px;
  border: 1px solid #303030;
  background: #1c1c1c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.right-upper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.exp {
  margin-top: 16px;
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  color: #fff;
}

.max-oval {
  position: relative;
  margin-top: 5px;
  margin-left: 20px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(82, 82, 91, 0.4862745098);
  display: flex;
  justify-content: center;
  align-items: center;
}

.min-oval {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c4c4c4;
}

#sonar-emitter {
  position: relative;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c4c4c4;
  top: 1px;
  right: -2px;
}

#sonar-wave {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #c4c4c4;
  pointer-events: none;
  animation: sonarWave 2s linear infinite;
}

@keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    transform: scale(3);
    opacity: 0;
  }
}
.exp-text span {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}

.exp-text p {
  margin: 0;
  font-size: 12px;
  color: #9b9b9b;
}

.project-box {
  width: 336px;
  height: 300px;
  border-radius: 16px;
  border: 1px solid #303030;
  background: #212121;
  background-image: url(../images/project.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.project-txt-details {
  margin: 15px 15px 15px 24px;
}

.project-txt-details span {
  margin: 0;
  color: #F4F4F5;
  font-size: 25px;
  font-weight: 500;
}

.project-txt-details p {
  margin: 0;
  color: #F4F4F5;
  font-size: 15px;
}

.left-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

#map {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  position: relative;
  cursor: pointer;
}

.center-lower {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.graphics-box {
  width: 336px;
  height: 300px;
  border-radius: 16px;
  background: #1c1c1c;
  border: 1px solid #303030;
  background-image: url(../images/uiuxdesign.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.upper-s5 {
  width: 165px;
  height: 50px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.icon-ctn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  margin-right: 10px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  cursor: pointer;
  transition: width 0.3s ease, margin-left 0.4s ease; /* Add transitions for width and margin-left */
}

.icon-ctn:hover {
  background: #fff;
  border-radius: 20px;
  width: 40px; /* Expand the width slightly to the left */
  margin-left: -10px; /* Move the left margin slightly to the left */
}

.icon-ar {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.icon-arrow {
  width: 15px;
  height: 15px;
  position: absolute; /* Position the arrow element */
  left: 50%; /* Center the arrow horizontally */
  top: 50%; /* Center the arrow vertically */
  transform: translate(-50%, -50%); /* Center the arrow precisely */
}

#ss5 {
  display: flex;
  flex-direction: column;
  background-image: url(../images/wallaper-1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  gap: 78px;
}

#ss6 {
  display: flex;
  flex-direction: column;
  gap: 78px;
  background-image: url(../images/min.gif);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.lower-s5 {
  margin-left: 6px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.lower-s5 span {
  padding: 5px 12px;
  border: 1px solid #52525b;
  border-radius: 30px;
  background: #181818;
  display: block;
  margin: 0;
  color: #fff;
  font-size: 12px;
}
.left-column a {
  text-decoration: none;
  color: #fff;
}

/* animation 
.s1 {
  animation: s1-animation 0.84s ease-out 0s 1 normal forwards;
}

@keyframes s1-animation {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.s2 {
  animation: s2-animation 0.9s ease-out 0s 1 normal forwards;
}

@keyframes s2-animation {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.center-upper {
  animation: center-upper-animation 1s ease-out 0s 1 normal forwards;
}

@keyframes center-upper-animation {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.right-upper {
  animation: right-upper-animation 1.1s ease-out 0s 1 normal forwards;
}

@keyframes right-upper-animation {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.left-center {
  animation: left-center-animation 1.2s ease-out 0s 1 normal forwards;
}

@keyframes left-center-animation {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/
.center-center {
  animation: center-center-animation 1.3s ease-out 0s 1 normal forwards;
}

@keyframes center-center-animation {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.right-center {
  animation: right-center-animation 1.4s ease-out 0s 1 normal forwards;
}

@keyframes right-center-animation {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/
.center-lower {
  animation: center-lower-animation 1.5s ease-out 0s 1 normal forwards;
}

@keyframes center-lower-animation {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
*/
.popup {
  display: none;
  position: fixed;
  top: -1px;
  left: -2px;
  transform: translate(-50%, -50%);
  width: 165px;
  height: 165px;
  background: #111212;
  border: 1px solid #282828;
  border-radius: 24px;
  animation: popupAnim 1s ease 0s 1 normal forwards;
}

@keyframes popupAnim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.close {
  position: absolute;
  top: 14px;
  right: 12px;
  cursor: pointer;
}

.btn-s {
  margin: 0 auto;
  width: 145px;
  color: #fff;
  height: 33.5px;
  padding: 2px;
  background: #1c1c1c;
  border: 1px solid #282828;
  border-radius: 20px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.btn-s:hover {
  background: #080808;
  border: 1px solid #303030;
  border-radius: 20px;
  color: #fff;
}

#contact{
  outline: none;
  resize: none;
  margin-left: 7px;
  background: #212121;
  width: 133px;
  padding: 8px;
  height: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  border-radius: 8px;
  border: 1px solid #303030;
}
#message {
  outline: none;
  resize: none;
  margin-left: 7px;
  background: #212121;
  width: 133px;
  padding: 8px;
  height: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  border-radius: 8px;
  border: 1px solid #303030;
}
textarea::placeholder{
  font-size: 11px;
}

.txt-label {
  margin: 0;
  margin-left: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.contact-txt-1 {
  margin: 0;
  margin-top: 15px;
  margin-left: 12px;
  margin-bottom: 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.popup input[type=text],
.popup textarea {
  width: 100%;
  margin: 0;
  color: #9b9b9b;
}/*# sourceMappingURL=style.css.map */