:root {
    --blackredc: #020000;
    --blue: #183878;
    --black: linear-gradient(99deg,rgba(20, 20, 20, 1) 15%, rgba(0, 0, 0, 1) 100%);;
    --gold: #fff9cb;
    --whiteTsprnt: #ffffff08;
    --purple: linear-gradient(44deg, rgba(17, 17, 23, 0.83) 0%, rgba(31, 18, 92, 0.83) 100%);
    --orange: #d32e00;
    --yellow: #fff582;
    --purpleV2: #2e4ad9;
    --seoBlue: #1783ff;
}

* {
  color: white;
  font-size: 1.5rem;
  box-sizing: border-box;
  scroll-behavior: smooth;
  user-select: none;
}

body {
  background: var(--black);
  margin: 0px;
  overflow-x: hidden;
}

header {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 0;
}

section {
    height: 100vh;
    width: 100%;
    background: transparent;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.rubik {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-style: italic;
}

.press-start-2p-regular {
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
}

.bungee-inline-regular {
  font-family: "Bungee Inline", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.funnel-display {
  font-family: "Funnel Display", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
}



.ntdec {
    text-decoration: none;
    font-size: 2rem;
    margin-left: 10px;
}

.ntdecjs {
    font-size: 5rem;
    color: white;

}

.hdr-wrapper {
    display: flex;
    width: 100%;
    position: fixed;
    height: 0px;
}

.nav-hdr {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
}

.a-nav {
    color: grey;
    text-decoration: none;
    width: fit-content;
    position: relative;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

.a-nav:hover {
    color: white;
}

.a-nav:hover::after {
    border-bottom: 2px solid white;
    width: 100%;
}

.a-nav::after {
    transition: all 0.5s ease;
    content: '';
    left: 50%;
    width: 0;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
}

.abt-me {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
}

.abtMe-contn {
    height: 100vh;
    display: flex;
    width: 100%;
}

.aboutp {
    display: flex;
    margin: 0px;
    transition: transform 2s ease;
    font-size: 9rem;
    font-weight: 900;
    text-transform: uppercase;
    transform: scaleY(3);
}

.about-dev {
    display: flex;
    align-items: center;
    background: transparent;
    height: 100svh;
    width: 100%;
    overflow-y: scroll;
    flex-direction: column;
}

.about-dev::-webkit-scrollbar {
    display: none;
}

.abttetx {
    color: white
}

.btn-design {
    background-color: rgb(255 255 255 / 5%);
    border: none;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
}

.btn-design:hover {
    background-color: rgb(255 255 255 / 10%);
}

.btn-design span {
    font-size: 30px;
}

.m-open {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 50px;
    height: 50px;
    transform: rotate(0deg);
    cursor: pointer;
    position: relative;
}

.m-open span {
    width: 30px;
    background: white;
    transition: .5s ease-in-out;
    height: 3.5px;
    border-radius: 5px;
    position: absolute;
}

.m-open span:nth-child(1) {
    top: 17px;
    transform-origin: left center;
    left: 10px;
}
.m-open span:nth-child(2) {
    top: 27px;
    transform-origin: left center;
    left: 10px;
}

.m-open.open span:nth-child(1){
    transform: rotate(45deg);
    position: absolute;
    top: 11px;
    left: 15px;
}

.m-open.open span:nth-child(2){
    transform: rotate(-45deg);
    top: 32px;
    left: 15px;
    position: absolute;
}

.m-close {
    display: none;
}

.nav-wrp {
    display: none;
    width: 50%;
    background: var(--black);
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

.active-nav-wrp {
    display: flex;
    transform: translateX(0); 
}

.active-nav-wrp.show-nav {
    opacity: 1;
    visibility: visible;
}

.btn-wrpr {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
}

.svg-aboutdev {
    fill: var(--blue);
}


.lft-navsjs {
    background: #ffffff26;
    backdrop-filter: blur(25px);
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 50%;
    display: flex;
        transition: backdrop-filter 0.5s ease, background 0.5s ease;
    background: transparent;
}

.lft-navs.lft-navsjs {
    pointer-events: auto; /* enable interaction when menu open */
    backdrop-filter: blur(25px);
}

.img-path {
    position: absolute;
    clip-path: circle(45% at 50% 50%);
    background: darkblue;
    width: 60%;
    height: 60%;
}

.fdsfs {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abttetx {
    opacity: 0;
    animation: fadeIn 3s ease-in-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.img-wrp {
    position: absolute;
    width: 500px;
    height: 500px;
}

.blob-shape {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(110, 107, 106, 1) 0%, rgba(75, 75, 75, 1) 100%);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    position: relative;
    animation: morph 8s ease-in-out infinite;
}

.blob-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    filter: brightness(0.3);

}

@keyframes morph {
    0% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
    50% { border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%; }
    100% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
}

.aboutme-left {
    width: 50%;
    scroll-snap-type: y mandatory;
}

.abt-me-wrapper {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    scroll-snap-align: start;
    justify-content: center;
}

#devimg {
    width: 500px;

}

.my-work {
    background: transparent;
    padding: 0 5px;
    user-select: none;
    transition: background 0.4s ease;
}

.mywork-butns-nav {
    position: absolute;
    display: flex;
    justify-content: center;
    width: -webkit-fill-available;
}

.mywork-butns-nav span {
    color: white;
}

.mywrk-content {
    display: flex;
    height: 100%;
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 70px;
    overflow-x: scroll;
    scroll-behavior: smooth;
    padding: 0 20px;
    position: absolute;
    transition: all 0.5s ease;
}

.mywrk-content::-webkit-scrollbar {
    display: none;
}

.wrk-cont p{
    font-size: 2rem;
    color: white !important;
    width: max-content;
    cursor: pointer;
    margin: 0px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    transform: scaleY(2.5);
}

.wrk-cont p:hover {
    transform: scale(1.1) scaleY(3.5);
}

.iframe-rwpr {
    position: absolute;
    width: -webkit-fill-available;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: none;
    align-items: center;
}


.iframe-content-wrp {
    background: white;
    width: 90%;
    height: 85%;
    padding-top: 5px;
    border-radius: 15px;
    position: relative;
}

.iframe-content-wrp > a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border: 2px solid #0a0a24;
    border-radius: 5px;
    transition: all 0.5s ease;
}

.fccimgsc:hover #fccimg {
    transform: scale(1.02);
}

#fccimg {
    transition: all 0.3s ease;
    object-fit: cover;
}

.fccimgsc {
    position: relative;
}

.iframe-mwrk {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border-top: 2px solid black;
}

.fccdifr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 10px;
    width: 65%;
    border: 2px solid #0a0a24;
}

.iframe-btn {
    position: absolute;
    top: 2px;
    right: 0;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
}

.iframe-P {
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    font-size: 1rem;
    color: black;
}

.fvpifr span {
    color: black;
}

#fccimg {
    width: 850px;
    border: 2px solid #0a0a24;
    border-radius: 5px;

}

.vidimg-align {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    align-items: center;
}

video {
    width: 80%;
}

#imgifr {
    width: 80%;
}

.text-dlgn-vid {
    height: 100%;
    width: 50%;
    position: relative;
}

.imgvwrpr {
    display: flex;
    justify-content: center;
    gap: 30px;
    height: 95%;
}

.text-dlgn-vid ul li, .text-dlgn-vid p, .text-dlgn-vid ul li strong {
    color: black;
    font-size: 1rem;
}

.text-dlgn-vid p {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: 800;
}

.text-dlgn-vid p:nth-last-of-type(1) {
    position: absolute;
    text-align: center;
    bottom: 0;
    font-size: 0.8rem;
    width: 100%;
    margin: 0;
}

.skills-wrapper {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: transform 1s linear;
    will-change: transform;
    position: sticky;
    overflow-y: scroll;
}

.skills-wrapper::-webkit-scrollbar {
    display: none;
}

.skills-content {
    border-radius: 25px;
    width: 450px;
    height: 450px;
    display: flex;
    flex-direction: column;
    padding: 15px;
    gap: 15px;
    position: absolute;
    transition: all 10s ease;
}


.skls-img {
    height: 300px;
    border-radius: 20px;
    width: -webkit-fill-available;
    object-fit: cover;
}


.skils-name {
    width: auto;
    height: 300px;
    border-radius: 20px;
    position: relative;
    display: flex;
    justify-content: center;
}

.html-skills {
    color: var(--orange);
    font-size: 3rem !important;
}

#skills-One {
    background: orange;
    border: 1px solid var(--orange);
    z-index: 5;
    transform: rotate(-2deg);
}

.css-skills {
    color: var(--blue);
    font-size: 3rem !important;
}

#skills-Two {
    border: 1px solid var(--blue);
    background: #0b88d1;
    z-index: 4;
    transform: rotate(3deg);
}

.smlp {
    font-size: 0.7rem !important;
}

.js-skills {
    color: var(--yellow);
    font-size: 3rem !important;
}

#skills-Three {
    background: #ffc800;
    border: 1px solid var(--yellow);
    z-index: 3;
    transform: rotate(9deg);

}

.wp-skills {
    font-size: 3rem !important;
    color: var(--purpleV2);
}

#skills-Four {
    background: #647dff;
    border: 1px solid var(--purpleV2);
    z-index: 2;
    transform: rotate(-2deg);
}

.seo-skills {
    font-size: 3rem !important;
    color: var(--seoBlue);
}

#skills-Five {
    background: #e0e0e0;
    border: 1px solid #b4bbc2;
    z-index: 1;
    transform: rotate(-7deg);
}

.skills-rating {
    border-radius: 20px;
    width: auto;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.span-skls-nm {
    font-size: 5rem !important;
    visibility: hidden;
    height: 100%;
    width: 100%;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    position: absolute;
    text-align: center;
    line-height: 0.8;
    backdrop-filter: blur(10px);
    transition: 'transform 1s ease';
}

.skls-boxes {
    display: flex;
}

.skls-p {
    font-size: 0.8rem ;
    margin: 0px;
    text-align: center;
}

.experience {
    background: transparent;
    display: flex;
    padding: 10px;
    position: relative;
}

.ghblnkin {
    display: flex; 
    position: absolute; 
    bottom: 0px; 
    left: 10px; 
    gap: 5px;
}

.ghblnkin a:hover {
    cursor: pointer;
}

.experience-left {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.contact-dev {
    width: 100%;
    gap: 15px;
    display: flex; 
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50%;
}

.a-cntct-info {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s ease;
    text-decoration: none;
    user-select: text;
    display: none;
    font-size: 2rem;
    font-style: normal;
}

.a-cntct-info.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.contact-dev-inf {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-dev  p {
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
}

.phemcont {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.conctP {
    font-size: 1.8rem !important;
    margin: 0px;
    transition: all 0.3s ease;
    cursor: pointer;
    gap: 5px;
    display: flex;
    align-items: center;
}

#call-cncthvr:hover #call-cnct {
    visibility: visible;
}

#call-cnct {
    visibility: hidden;
}

#mail-cncthvr:hover #mail-cnct {
    visibility: visible;
}

#mail-cnct {
    visibility: hidden;
}

.conctP:hover {
    transform: scale(1.05);
}

.expr-rwqpe-pdg {
    padding: 20px 0;
    width: 50%;
    height: 100%;
}

.experience-right {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    overflow-y: scroll;
    align-items: center;
    justify-content: center;
}

.exprcspan-wraper:nth-of-type(1) {
    margin-top: 20px;
}

.experience-right::-webkit-scrollbar {
    display: none;
}

.exprcspan-wraper {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: flex;
    padding: 10px;
    user-select: none;
    max-width: 650px;
    align-items: baseline;
}


.exprcspan-wraper:hover {
    background: var(--whiteTsprnt);
    border: 1px solid var(--whiteTsprnt);
}

.exprcspan-wraper:hover .exp-a,
.exprcspan-wraper:hover .arw-epxr {
    color: #7975ff;
}

.exprcspan-P {
    width: 20%;
    height: fit-content;
}

.exprcspan-P p {
    font-size: 0.5rem;
    color: white;
    cursor: default;
    font-style: normal;
    display: flex;
    flex-direction: column;
    margin: 0px;
}

.exprn-span {
    width: 80%;
    margin-left: 50px;
}

.exprn-span > a{
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
    cursor: pointer;
    position: relative;
    font-style: normal;
}

.arw-epxr {
    color: white;
    position: absolute;
    margin-left: 10px;
    top: 0;
    transition: all 0.3s ease;
}

.exprcspan-wraper:hover .arw-epxr {
    top: -3px;
    margin-left: 15px;
}

.ul-exprnc {
    margin: 0px;
    width: 80%;
    margin-top: 10px;
    list-style-type: circle;
}

.ul-exprnc > li {
    color: white;
    font-size: 0.7rem;
    padding: 3px;
    cursor: default;
    font-style: normal;
}

.pvpwd {
    width: inherit;
}

.mobile-warning {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 420px;
  background: rgba(15, 15, 15, 0.9);
  color: #e0e0e0;
  font-family: "Inter", "Poppins", sans-serif;
  text-align: center;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  box-shadow: 0 0 25px var(--blue);
  z-index: 9999;
  backdrop-filter: blur(10px);
  animation: fadeInMobile 0.6s ease forwards;
}

.mobile-warning h2 {
  font-size: 1.4rem;
  margin-bottom: 8px;
  color: white;
}

.mobile-warning p {
  font-size: 1rem;
  line-height: 1.5;
  color: #c8c8c8;
}

/* Show only on phones and tablets */
@media (max-width: 1024px) {
  .mobile-warning {
    display: block;
  }

  body > *:not(.mobile-warning) {
    display: none !important;
  }

  body {
    background: black;
  }
}

/* Smooth appearance */
@keyframes fadeInMobile {
  from {
    opacity: 0;
    transform: translate(-50%, -55%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
