@import url('https://fonts.googleapis.com/css?family=Raleway:300&display=swap');
@import url('https://fonts.googleapis.com/css?family=Monoton&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:500&display=swap');
*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}
#all{
    width: 100%;
    position: relative;
    z-index: 2;
}
#all::before{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 100%;
    background: radial-gradient(circle at 20% 50%, rgba(0, 217, 115, 0.08) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}
html.no-scroll #all{
    height: auto;
    overflow: visible;
}
::-webkit-scrollbar{
    width: 6px;
    color:#00d973;
    transition: all .4s ease;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #00d973 0%, #00b865 100%); 
    border-radius: 4px;
    width: 4px;
    transition: all .4s ease;
  }
  ::-webkit-scrollbar-track {
    background: #101010; 
    border-radius: 4px;
    width: 4px;
  }
  input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
  html{
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0f1419 100%);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
html.no-scroll{
    overflow-y: auto;
    height: auto;
    position: relative;
}
  #loader{
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      height:100vh;
      position: fixed;
      z-index:100;
      font-family: poppins;
      background-color: #202020;
      color: whitesmoke;
      font-size: 70px;
      width: 100%;
  }
  body{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0f1419 100%);
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
html.no-scroll body{
    height: auto;
    overflow-y: auto;
}
#header{
    background: transparent;
    min-height: 100vh;
    width: 100%;
    overflow: visible;
    animation: scale 1.5s ease;
    position: relative;
    display: block;
    opacity: 1;
    z-index: 2;
}
#header::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgba(0, 217, 115, 0.08) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}
#header::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(180deg, transparent 0%, rgba(10, 10, 10, 0.1) 50%, rgba(10, 10, 10, 0.2) 100%);
    pointer-events: none;
    z-index: 0;
}
#particles{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    min-height: 100%;
    width: 100vw;
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    overflow: visible;
    pointer-events: none;
    z-index: 0;
}
.code-symbol{
    position: absolute;
    color: rgba(0, 217, 115, 0.3);
    font-family: 'Courier New', monospace;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
    pointer-events: none;
    animation: floatCode 20s infinite linear;
    opacity: 0;
}
.code-symbol:nth-child(1){
    left: 10%;
    animation-delay: 0s;
    font-size: 24px;
}
.code-symbol:nth-child(2){
    left: 20%;
    animation-delay: 2s;
    font-size: 22px;
}
.code-symbol:nth-child(3){
    left: 30%;
    animation-delay: 4s;
    font-size: 20px;
}
.code-symbol:nth-child(4){
    left: 40%;
    animation-delay: 1s;
    font-size: 18px;
}
.code-symbol:nth-child(5){
    left: 50%;
    animation-delay: 3s;
    font-size: 16px;
}
.code-symbol:nth-child(6){
    left: 60%;
    animation-delay: 5s;
    font-size: 20px;
}
.code-symbol:nth-child(7){
    left: 70%;
    animation-delay: 1.5s;
    font-size: 22px;
}
.code-symbol:nth-child(8){
    left: 80%;
    animation-delay: 3.5s;
    font-size: 18px;
}
.code-symbol:nth-child(9){
    left: 15%;
    animation-delay: 6s;
    font-size: 16px;
}
.code-symbol:nth-child(10){
    left: 25%;
    animation-delay: 2.5s;
    font-size: 20px;
}
.code-symbol:nth-child(11){
    left: 35%;
    animation-delay: 4.5s;
    font-size: 18px;
}
.code-symbol:nth-child(12){
    left: 45%;
    animation-delay: 1.2s;
    font-size: 22px;
}
.code-symbol:nth-child(13){
    left: 55%;
    animation-delay: 3.2s;
    font-size: 16px;
}
.code-symbol:nth-child(14){
    left: 65%;
    animation-delay: 5.2s;
    font-size: 20px;
}
.code-symbol:nth-child(15){
    left: 75%;
    animation-delay: 2.2s;
    font-size: 18px;
}
.code-symbol:nth-child(16){
    left: 85%;
    animation-delay: 4.2s;
    font-size: 22px;
}
.code-symbol:nth-child(17){
    left: 12%;
    animation-delay: 6.5s;
    font-size: 20px;
}
.code-symbol:nth-child(18){
    left: 22%;
    animation-delay: 2.8s;
    font-size: 16px;
}
.code-symbol:nth-child(19){
    left: 32%;
    animation-delay: 4.8s;
    font-size: 18px;
}
.code-symbol:nth-child(20){
    left: 42%;
    animation-delay: 1.8s;
    font-size: 20px;
}
@keyframes floatCode{
    0%{
        transform: translateY(100vh) rotate(0deg);
        opacity: 0;
    }
    10%{
        opacity: 0.3;
    }
    50%{
        opacity: 0.4;
        transform: translateY(50vh) rotate(180deg);
    }
    90%{
        opacity: 0.3;
    }
    100%{
        transform: translateY(-100px) rotate(360deg);
        opacity: 0;
    }
}
#navigation-content{
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
/* Hide sections under development */
#about,
#services,
#skills,
#portfolio,
#contact,
.footer {
    display: none !important;
}

/* Hide navigation menu when empty */
#navigation-bar .nav-menu:empty,
#navigation-bar .hamburger-menu {
    display: none !important;
}

/* Hide CTA buttons when sections are hidden */
.hero-cta:empty {
    display: none !important;
}

/* Sticky Navigation Bar */
#navigation-bar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(10, 10, 10, 0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(0, 217, 115, 0.1);
    z-index: 1000;
    padding: 15px 40px;
    transition: all 0.3s ease;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
#navigation-bar.sticky-nav{
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.nav-container{
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#navigation-bar .logo img{
    height: 50px;
    position: relative;
    top: 0;
    left: 0;
    opacity: 0.9;
    transition: all 0.4s ease;
}
#navigation-bar .logo img:hover{
    opacity: 1;
    transform: scale(1.1) rotate(-5deg);
    filter: brightness(1.2) drop-shadow(0 0 15px rgba(0, 217, 115, 0.5));
}
.nav-menu{
    display: flex;
    list-style: none;
    gap: 30px;
    align-items: center;
    margin: 0;
    padding: 0;
}
.nav-menu li{
    margin: 0;
}
.nav-menu a{
    color: whitesmoke;
    text-decoration: none;
    font-family: poppins;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    opacity: 0.9;
}
.nav-menu a:hover,
.nav-menu a.active{
    color: #00d973;
    opacity: 1;
    text-shadow: 0 0 15px rgba(0, 217, 115, 0.6);
    background: rgba(0, 217, 115, 0.1);
}
.nav-menu a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #00d973 0%, #00b865 100%);
    transition: width 0.3s ease;
}
.nav-menu a:hover::after,
.nav-menu a.active::after{
    width: 80%;
}
/* Hamburger Menu */
.hamburger-menu{
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
}
.hamburger-menu span{
    width: 28px;
    height: 3px;
    background: linear-gradient(90deg, #00d973 0%, #00b865 100%);
    border-radius: 3px;
    transition: all 0.3s ease;
    box-shadow: 0 0 8px rgba(0, 217, 115, 0.5);
}
.hamburger-menu.active span:nth-child(1){
    transform: rotate(45deg) translate(8px, 8px);
}
.hamburger-menu.active span:nth-child(2){
    opacity: 0;
}
.hamburger-menu.active span:nth-child(3){
    transform: rotate(-45deg) translate(8px, -8px);
}
/* Hero Section New Elements */
.hero-subtitle{
    font-size: 24px;
    font-family: poppins;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.hero-description{
    font-size: 18px;
    font-family: poppins;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 30px;
    max-width: 700px;
    line-height: 1.8;
    font-weight: 300;
    text-align: center;
}
.hero-cta{
    display: flex;
    gap: 20px;
    margin-top: 40px;
    justify-content: center;
    flex-wrap: wrap;
}
.cta-button{
    padding: 14px 35px;
    border-radius: 12px;
    font-family: poppins;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
    display: inline-block;
}
.cta-button.primary{
    background: linear-gradient(135deg, #00d973 0%, #00b865 100%);
    color: #0a0a0a;
    box-shadow: 0 4px 20px rgba(0, 217, 115, 0.4);
}
.cta-button.primary:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 217, 115, 0.6);
    background: linear-gradient(135deg, #00e680 0%, #00d973 100%);
}
.cta-button.secondary{
    background: transparent;
    color: #00d973;
    border: 2px solid rgba(0, 217, 115, 0.5);
    box-shadow: 0 4px 20px rgba(0, 217, 115, 0.2);
}
.cta-button.secondary:hover{
    transform: translateY(-2px);
    background: rgba(0, 217, 115, 0.1);
    border-color: rgba(0, 217, 115, 0.8);
    box-shadow: 0 8px 30px rgba(0, 217, 115, 0.4);
    color: #00e680;
}
#logo-container{
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 100;
    cursor: pointer;
    transition: all 0.4s ease;
}
#main-logo{
    height: 60px;
    opacity: 0.8;
    transition: all 0.4s ease;
    filter: brightness(0.9);
}
#main-logo:hover{
    opacity: 1;
    transform: scale(1.1) rotate(-5deg);
    filter: brightness(1.2) drop-shadow(0 0 15px rgba(0, 217, 115, 0.5));
}
#navigation-bar:hover{
    background: rgba(10, 10, 10, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.menubar{
    position: absolute;
    right:4%;
    top: 40%;
    cursor: pointer;
    opacity: .8;
    transition: all .4s ease;
}
.menubar:hover{
    opacity: 1;
    transform: scale(1.1);
}
.menubar span{
    position: relative;
    background-color:transparent;
    height:2px;
    width: 20px;
    display: block;
    margin:6px;
    border-radius: 20px;
}
.menubar .first-span{
    width:35px;
}
.menubar .first-span::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    top:0;
    right:0;
    background: linear-gradient(90deg, #00d973 0%, #00b865 100%);
    transition: all .5s ease;
    box-shadow: 0 0 10px rgba(0, 217, 115, 0.3);

}
.menubar .second-span{
    width:35px;
}
.menubar .second-span::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 75%;
    top:0;
    right:0;
    background: linear-gradient(90deg, #00d973 0%, #00b865 100%);
    transition: all .3s ease;
    box-shadow: 0 0 10px rgba(0, 217, 115, 0.3);
}
.menubar .third-span{
    width:35px;
}
.menubar .third-span::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top:0;
    right:0;
    background: linear-gradient(90deg, #00d973 0%, #00b865 100%);
    transition: all .3s ease;
    box-shadow: 0 0 10px rgba(0, 217, 115, 0.3);
}
.menubar:hover .second-span::before , .menubar:hover .first-span::before {
    width: 100%;
}
.menubar:hover{
    opacity: 1;
}
.close-first , .close-second{
 height: 2px;
 width: 35px;
 background: linear-gradient(90deg, #00d973 0%, #00b865 100%);
 display: block;
 margin: 4px;
 cursor: pointer;
 padding: 1px;
 border-radius: 20px;
 box-shadow: 0 0 10px rgba(0, 217, 115, 0.3);
}
.close-first {
    transform: rotate(45deg);
}
.close-second{
    transform: rotate(-45deg);
}
.navigation-close{
    position: absolute;
    top: 6%;
    right:4%;
    padding: 10px;
    cursor: pointer;
    transition: all.3s ease;
    opacity: .8;
}
.navigation-close:hover{
    opacity: 1;
    transform: rotate(90deg);
}
.logo img{
    height: 80px;
    position: absolute;
    top: 3%;
    left: 2.5%;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
    transition: all .4s ease;
    filter: brightness(0.9);
}
.logo img:hover{
    opacity: 1;
    transform: rotate(-45deg) scale(1.1);
    filter: brightness(1.2) drop-shadow(0 0 15px rgba(0, 217, 115, 0.5));
}
#navigation-bar img{
    height: 80px;
    position: absolute;
    top: 15%;
    left: 2.5%;
    opacity: .8;
    transition: all .4s ease;
    filter: brightness(0.9);
}
#navigation-bar img:hover{
    opacity: 1;
    transform: rotate(-45deg) scale(1.1);
    filter: brightness(1.2) drop-shadow(0 0 15px rgba(0, 217, 115, 0.5));
}
.header-image{
    display: none;
}
.header-content{
    min-height: 100vh;
    width: 100%;
    float: left;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    color: whitesmoke;
    font-family: raleway;
    font-weight: 400;
    letter-spacing: 1px;
    flex-direction: column;
    font-size: 50px;
    z-index: 2;
    transition: none;
    padding-left: 0;
    pointer-events: none;
    top: 0;
    left: 0;
}
.header-content *{
    pointer-events: auto;
}
.header-content-box{
    z-index: 2;
    text-align: center;
    height: auto;
    padding-right: 0;
    padding-left: 0;
    width: auto;
    transition: all .4s ease;
    max-width: none;
}
.header-content .firstline{
    z-index: 2;
    font-weight: 800;
    font-family: poppins;
    font-size: 72px;
    letter-spacing: -1px;
    transition: all .4s ease;
    cursor: default;
    line-height: 1.1;
}
.header-content .firstline:hover{
    transform: scale(1.03);
    text-shadow: 0 0 40px rgba(0, 217, 115, 0.6);
}
.header-content .secondline{
    z-index: 2;
    font-size: 28px;
    padding-top: 30px;
    font-weight: 400;
    color: rgb(255, 255, 255, 0.85);
    transition: all .4s ease;
    cursor: default;
    letter-spacing: 0.5px;
    line-height: 1.6;
    position: relative;
}
.terminal-prompt{
    color: #00d973;
    font-family: 'Courier New', 'Monaco', monospace;
    font-weight: 600;
    text-shadow: 0 0 10px rgba(0, 217, 115, 0.8), 0 0 20px rgba(0, 217, 115, 0.6);
    animation: terminalGlow 2s ease-in-out infinite;
}
.terminal-text{
    font-family: 'Courier New', 'Monaco', monospace;
    font-weight: 500;
    color: rgb(255, 255, 255, 0.9);
    text-shadow: 0 0 8px rgba(0, 217, 115, 0.4);
}
@keyframes terminalGlow{
    0%, 100%{
        text-shadow: 0 0 10px rgba(0, 217, 115, 0.8), 0 0 20px rgba(0, 217, 115, 0.6);
        opacity: 1;
    }
    50%{
        text-shadow: 0 0 15px rgba(0, 217, 115, 1), 0 0 30px rgba(0, 217, 115, 0.8), 0 0 40px rgba(0, 217, 115, 0.4);
        opacity: 0.95;
    }
}
.header-content .secondline:hover{
    transform: translateY(-3px);
    color: rgb(255, 255, 255, 1);
}
.header-content .secondline:hover .terminal-text{
    text-shadow: 0 0 15px rgba(0, 217, 115, 0.8), 0 0 30px rgba(0, 217, 115, 0.6);
}
.header-content .secondline:hover .terminal-prompt{
    animation: terminalPulse 1s ease-in-out infinite;
}
@keyframes terminalPulse{
    0%, 100%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.1);
    }
}
.slash{
    animation-name: animateslash;
    animation-duration: .8s;
    animation-iteration-count: infinite;
    animation-play-state: running;
    color: #00d973;
    font-weight: 600;
    text-shadow: 0 0 10px rgba(0, 217, 115, 0.8), 0 0 20px rgba(0, 217, 115, 0.6);
}
@keyframes animateslash{
    0%{
        opacity: 1;
        z-index: 2;
        text-shadow: 0 0 10px rgba(0, 217, 115, 0.8), 0 0 20px rgba(0, 217, 115, 0.6);
    }
    50%{
        opacity: 0.7;
        text-shadow: 0 0 15px rgba(0, 217, 115, 1), 0 0 30px rgba(0, 217, 115, 0.8);
    }
    100%{
        opacity: 0;
        z-index: 0;
        text-shadow: 0 0 10px rgba(0, 217, 115, 0.8), 0 0 20px rgba(0, 217, 115, 0.6);
    }
}
@-webkit-keyframes animateslash{
    0%{
        opacity: 1;
        z-index: 2;
        text-shadow: 0 0 10px rgba(0, 217, 115, 0.8), 0 0 20px rgba(0, 217, 115, 0.6);
    }
    50%{
        opacity: 0.7;
        text-shadow: 0 0 15px rgba(0, 217, 115, 1), 0 0 30px rgba(0, 217, 115, 0.8);
    }
    100%{
        opacity: 0;
        z-index: 0;
        text-shadow: 0 0 10px rgba(0, 217, 115, 0.8), 0 0 20px rgba(0, 217, 115, 0.6);
    }
}
.social-media-links{
    height: 100vh;
    position: absolute;
    z-index: 2;
    padding: 60px;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0;
}
.social-media{
    color: white;
    width:  21px;
    opacity: .6;
    margin: 8px;
    transition: all .4s ease;
    filter: brightness(0.8);
}
.social-media:hover{
    opacity: 1;
    transform: scale(1.2) translateY(-3px);
    filter: brightness(1.2) drop-shadow(0 0 10px rgba(0, 217, 115, 0.6));
}
.navigation-links{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family:poppins;
}
.navigation-links a{
    padding: 15px 25px;
    text-decoration: none;
    color: white;
    font-size: 32px;
    font-weight: 500;
    opacity: .8;
    transition: all .4s ease;
    position: relative;
    margin: 10px 0;
}
.navigation-links a:hover{
    opacity: 1;
    color: #00d973;
    text-shadow: 0 0 20px rgba(0, 217, 115, 0.8), 0 0 40px rgba(0, 217, 115, 0.6);
}
.contact{
    display: flex;
    position: fixed;
    width: auto;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 4;
    gap: 15px;
    padding: 20px;
    background: rgba(10, 10, 10, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(0, 217, 115, 0.1);
    transition: background .7s cubic-bezier(0.4, 0, 0.2, 1), border-color .7s cubic-bezier(0.4, 0, 0.2, 1), transform .7s cubic-bezier(0.4, 0, 0.2, 1), opacity .7s cubic-bezier(0.4, 0, 0.2, 1), visibility .7s cubic-bezier(0.4, 0, 0.2, 1), filter .7s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center center;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    filter: blur(0px);
}
.contact.hidden{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-50%) translateY(-20px) scale(0.85);
    filter: blur(8px);
}
.contact:hover{
    background: rgba(10, 10, 10, 0.5);
    border-color: rgba(0, 217, 115, 0.2);
    transform: translateY(-50%) scale(1.05);
}
.scroll-indicator{
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    z-index: 3;
    opacity: 0.8;
    animation: scrollIndicatorFade 2s ease-in-out infinite;
    pointer-events: none;
    transition: opacity .7s cubic-bezier(0.4, 0, 0.2, 1), visibility .7s cubic-bezier(0.4, 0, 0.2, 1), transform .7s cubic-bezier(0.4, 0, 0.2, 1), filter .7s cubic-bezier(0.4, 0, 0.2, 1);
    filter: blur(0px);
}
.scroll-indicator.hidden{
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(-20px) scale(0.85);
    filter: blur(8px);
}
.scroll-text{
    font-family: 'Courier New', 'Monaco', monospace;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}
.scroll-arrow{
    color: #00d973;
    animation: scrollArrowBounce 1.5s ease-in-out infinite;
    filter: drop-shadow(0 0 8px rgba(0, 217, 115, 0.6));
}
.scroll-arrow svg{
    width: 24px;
    height: 24px;
}
@keyframes scrollIndicatorFade{
    0%, 100%{
        opacity: 0.6;
        transform: translateX(-50%) translateY(0);
    }
    50%{
        opacity: 1;
        transform: translateX(-50%) translateY(-5px);
    }
}
@keyframes scrollArrowBounce{
    0%, 100%{
        transform: translateY(0);
        opacity: 0.8;
    }
    50%{
        transform: translateY(8px);
        opacity: 1;
    }
}
.contact a{
    z-index: 3;
}
.contact img{
    margin:10px;
    height:30px;
    opacity: .6;
    transition: all .4s ease;
    filter: brightness(0.8);
}
.contact img:hover{
    opacity: 1;
    transform: scale(1.2) translateY(-3px);
    filter: brightness(1.2) drop-shadow(0 0 10px rgba(0, 217, 115, 0.6));
}
/* Discord Popup */
.discord-popup{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.discord-popup.active{
    display: flex;
    opacity: 1;
}
.discord-popup-content{
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.95) 0%, rgba(15, 15, 15, 0.95) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 2px solid rgba(0, 217, 115, 0.3);
    border-radius: 20px;
    padding: 40px 35px;
    max-width: 420px;
    width: 90%;
    box-shadow: 0 10px 40px rgba(0, 217, 115, 0.3), 0 0 60px rgba(0, 217, 115, 0.1);
    transform: scale(0.9);
    transition: transform 0.3s ease;
    position: relative;
}
.discord-popup.active .discord-popup-content{
    transform: scale(1);
}
.discord-popup-header{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}
.discord-popup-close{
    color: rgba(255, 255, 255, 0.7);
    font-size: 32px;
    font-weight: 300;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 1;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 217, 115, 0.1);
}
.discord-popup-close:hover{
    color: #00d973;
    background: rgba(0, 217, 115, 0.2);
    transform: rotate(90deg);
    text-shadow: 0 0 15px rgba(0, 217, 115, 0.8);
}
.discord-popup-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: whitesmoke;
    gap: 20px;
    padding: 10px 0;
}
.discord-popup-icon{
    width: 80px;
    height: 80px;
    margin: 0;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 0 20px rgba(0, 217, 115, 0.6)) drop-shadow(0 0 30px rgba(0, 217, 115, 0.3));
    transition: transform 0.3s ease, filter 0.3s ease;
    animation: discordIconFloat 3s ease-in-out infinite;
}
.discord-popup-icon:hover{
    transform: scale(1.1);
    filter: drop-shadow(0 0 25px rgba(0, 217, 115, 0.8)) drop-shadow(0 0 40px rgba(0, 217, 115, 0.5));
}
@keyframes discordIconFloat{
    0%, 100%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-5px);
    }
}
.discord-popup-body h3{
    font-family: poppins;
    font-size: 24px;
    font-weight: 600;
    color: whitesmoke;
    margin: 0;
    padding: 0;
}
.discord-username{
    font-family: 'Courier New', 'Monaco', monospace;
    font-size: 20px;
    font-weight: 600;
    color: #00d973;
    background: rgba(0, 217, 115, 0.1);
    padding: 14px 24px;
    border-radius: 10px;
    border: 1px solid rgba(0, 217, 115, 0.3);
    margin: 0;
    display: inline-block;
    text-shadow: 0 0 10px rgba(0, 217, 115, 0.6);
    letter-spacing: 1px;
    min-width: 150px;
    box-shadow: 0 0 20px rgba(0, 217, 115, 0.2);
}
.discord-copy-btn{
    background: linear-gradient(135deg, #00d973 0%, #00b865 100%);
    border: none;
    padding: 12px 30px;
    color: #0a0a0a;
    font-family: poppins;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 217, 115, 0.4);
    margin: 0;
}
.discord-copy-btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 217, 115, 0.6);
    background: linear-gradient(135deg, #00e680 0%, #00d973 100%);
}
.discord-copy-btn:active{
    transform: translateY(0);
}
.discord-copy-btn.copied{
    background: linear-gradient(135deg, #00b865 0%, #00a85a 100%);
    color: #ffffff;
}
.discord-link{
    cursor: pointer;
}
.email-link{
    cursor: pointer;
}
/* Email Contact Form Popup */
.email-popup{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.email-popup.active{
    display: flex;
    opacity: 1;
}
.email-popup-content{
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.95) 0%, rgba(15, 15, 15, 0.95) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 2px solid rgba(0, 217, 115, 0.3);
    border-radius: 20px;
    padding: 0;
    max-width: 900px;
    width: 92%;
    box-shadow: 0 10px 40px rgba(0, 217, 115, 0.3), 0 0 60px rgba(0, 217, 115, 0.1);
    transform: scale(0.9);
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.email-popup.active .email-popup-content{
    transform: scale(1);
}
.email-popup-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    border-bottom: 1px solid rgba(0, 217, 115, 0.2);
    background: rgba(0, 217, 115, 0.05);
}
.email-popup-header h3{
    font-family: poppins;
    font-size: 24px;
    font-weight: 600;
    color: whitesmoke;
    margin: 0;
    padding: 0;
}
.email-popup-close{
    color: rgba(255, 255, 255, 0.7);
    font-size: 32px;
    font-weight: 300;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 1;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 217, 115, 0.1);
}
.email-popup-close:hover{
    color: #00d973;
    background: rgba(0, 217, 115, 0.2);
    transform: rotate(90deg);
    text-shadow: 0 0 15px rgba(0, 217, 115, 0.8);
}
.email-popup-body{
    padding: 40px 50px;
    width: 100%;
    box-sizing: border-box;
}
.email-contact-form{
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    box-sizing: border-box;
}
.email-form-group{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
}
.email-form-group label{
    font-family: poppins;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.email-form-group input{
    font-family: poppins;
    font-size: 17px;
    color: whitesmoke;
    background: rgba(5, 5, 5, 0.8);
    border: 1px solid rgba(0, 217, 115, 0.2);
    border-radius: 10px;
    padding: 16px 20px;
    outline: none;
    transition: all 0.3s ease;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    min-height: 55px;
    display: block;
}
.email-form-group textarea{
    font-family: poppins;
    font-size: 17px;
    color: whitesmoke;
    background: rgba(5, 5, 5, 0.8);
    border: 1px solid rgba(0, 217, 115, 0.2);
    border-radius: 10px;
    padding: 16px 20px;
    outline: none;
    transition: all 0.3s ease;
    resize: vertical;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    min-height: 150px;
    max-height: 280px;
    display: block;
}
.email-form-group input:focus,
.email-form-group textarea:focus{
    border-color: rgba(0, 217, 115, 0.6);
    background: rgba(5, 5, 5, 0.9);
    box-shadow: 0 0 15px rgba(0, 217, 115, 0.2);
}
.email-form-group input::placeholder,
.email-form-group textarea::placeholder{
    color: rgba(255, 255, 255, 0.4);
}
.email-submit-btn{
    background: linear-gradient(135deg, #00d973 0%, #00b865 100%);
    border: none;
    padding: 14px 30px;
    color: #0a0a0a;
    font-family: poppins;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 217, 115, 0.4);
    margin-top: 10px;
}
.email-submit-btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 217, 115, 0.6);
    background: linear-gradient(135deg, #00e680 0%, #00d973 100%);
}
.email-submit-btn:active{
    transform: translateY(0);
}
.email-submit-btn:disabled{
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}
#breaker{
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
#breaker-two{
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
.color{
    color: #00d973;
    background: linear-gradient(135deg, #00d973 0%, #00b865 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all .4s ease;
    font-family: 'Courier New', 'Monaco', monospace;
    font-weight: 600;
    position: relative;
    animation: textGlow 3s ease-in-out infinite;
}
@keyframes textGlow{
    0%, 100%{
        filter: drop-shadow(0 0 5px rgba(0, 217, 115, 0.5));
    }
    50%{
        filter: drop-shadow(0 0 15px rgba(0, 217, 115, 0.9)) drop-shadow(0 0 25px rgba(0, 217, 115, 0.6));
    }
}
.header-content .secondline .txt-rotate{
    font-family: 'Courier New', 'Monaco', monospace;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
}
.header-content .secondline .txt-rotate::before{
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #00d973 0%, #00b865 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0;
    animation: glitch 3s infinite;
}
@keyframes glitch{
    0%, 90%, 100%{
        opacity: 0;
        transform: translate(0);
    }
    91%{
        opacity: 0.8;
        transform: translate(-2px, 2px);
    }
    92%{
        opacity: 0.8;
        transform: translate(2px, -2px);
    }
    93%{
        opacity: 0.8;
        transform: translate(-2px, -2px);
    }
    94%{
        opacity: 0;
        transform: translate(0);
    }
}
#about{
    background: transparent;
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
    opacity: 1;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
}
#about::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.2) 0%, rgba(10, 10, 10, 0.1) 50%, transparent 100%);
    pointer-events: none;
    z-index: 0;
}
@keyframes scale{
    0%{
        transform: scale(.6);
    }
    100%{
        transform: scale(1);
    }
}
@-webkit-keyframes breakeranimate{
    0%{
        transform: scale(.6);
    }
    100%{
        transform: scale(1);
    }
}
#about-content{
    display: flex;
    flex-direction:column;
    align-items: center;
    color: whitesmoke;
    justify-content: center;
    height: auto;
    width: 100%;
    padding:40px;
    max-width: 1400px;
    margin: 0 auto;
}
.about-header{
    height: auto;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 52px;
    font-family: raleway;
    color: whitesmoke;
    padding:10px;
    padding-bottom: 20px;
    padding-top: 60px;
    font-weight: 900;
    letter-spacing: 1px;
    position: relative;
}
.about-header::after{
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #00d973 0%, #00b865 100%);
    border-radius: 2px;
}
.about-first-paragraph{
    color: whitesmoke;
    justify-content: center;
    font-size: 20px;
    font-family: poppins;
    width: 48%;
    padding: 50px;
    font-weight: 400;
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.6) 0%, rgba(15, 15, 15, 0.5) 100%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 2px solid transparent;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}
.about-first-paragraph::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(135deg, rgba(0, 217, 115, 0.3), rgba(0, 184, 101, 0.2), rgba(0, 217, 115, 0.3));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.about-first-paragraph::after{
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 217, 115, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
}
.about-first-paragraph:hover::before{
    opacity: 1;
}
.about-first-paragraph:hover::after{
    opacity: 1;
}
.about-first-paragraph:hover{
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 217, 115, 0.2);
}
.about-first-paragraph .color{
    font-size: 42px;
    font-weight: 700;
    background: linear-gradient(135deg, #00d973 0%, #00b865 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 30px rgba(0, 217, 115, 0.3);
    position: relative;
}
.about-first-line{
    font-size: 36px;
    opacity: 1;
    margin-bottom: 22px;
    display: block;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: -0.3px;
    position: relative;
    z-index: 2;
}
.about-second-line{
    opacity: .85;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.9;
    letter-spacing: 0.3px;
    position: relative;
    z-index: 2;
}
.about-main{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
    flex-direction: row-reverse;
    gap: 60px;
    position: relative;
}
.about-main::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 80%;
    background: linear-gradient(180deg, transparent, rgba(0, 217, 115, 0.3), transparent);
    opacity: 0.3;
    z-index: 0;
}
.about-img img{
    width: 100%;
    height: 480px;
    padding: 0;
    border-radius: 24px;
    object-fit: cover;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(0.92) contrast(1.1) saturate(1.1);
    position: relative;
    z-index: 1;
}
.about-img {
    width: 48%;
    height: auto;
    padding: 8px;
    border-radius: 24px;
    position: relative;
    transition: all 0.5s ease;
    background: linear-gradient(135deg, rgba(0, 217, 115, 0.2), rgba(0, 184, 101, 0.15));
    box-shadow: 0 8px 32px rgba(0, 217, 115, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    overflow: hidden;
}
.about-img::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(135deg, rgba(0, 217, 115, 0.4), rgba(0, 184, 101, 0.3), rgba(0, 217, 115, 0.4));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 1;
    z-index: 0;
    animation: borderGlow 3s ease-in-out infinite;
}
@keyframes borderGlow{
    0%, 100%{
        opacity: 0.6;
    }
    50%{
        opacity: 1;
    }
}
.about-img::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 217, 115, 0.2) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    pointer-events: none;
    z-index: 2;
}
.about-img:hover::after{
    width: 150%;
    height: 150%;
}
.about-img:hover img{
    filter: brightness(1) contrast(1.15) saturate(1.2);
    transform: scale(1.05);
}
.about-img:hover{
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 217, 115, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

#about-content a{
    text-decoration: none;
    font-family: aileron;
    font-weight: 400;
    font-size: 35px;
    color: #00d973;
    transition: all .4s ease;
}
.cv {
    padding-top: 40px;
}
.cv a button{
    background: linear-gradient(135deg, #00d973 0%, #00b865 100%);
    border:none;
    padding: 18px 40px;
    color: #0a0a0a;
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(0, 217, 115, 0.4);
    outline: none;
    font-size:20px;
    font-family: aileron;
    border-radius: 12px;
    cursor: pointer;
    position: relative;
    transition: all .4s ease;
    overflow: hidden;
}
.cv a button::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}
.cv a button:hover::before{
    width: 300px;
    height: 300px;
}
.cv a button:hover{
    opacity: 1;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 217, 115, 0.6);
}
.cv a button span{
    position: relative;
    z-index: 1;
}
#services{
    position: relative;
}

    .services-heading{
        height: auto;
        width: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
        font-size: 38px;
        font-family: raleway;
        color: whitesmoke;
        padding: 20px;
        padding-bottom: 20px;
        padding-top: 50px;
        font-weight: 900;
        letter-spacing: 1px;
        position: relative;
    }
    .services-heading::after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 3px;
        background: linear-gradient(90deg, #00d973 0%, #00b865 100%);
        border-radius: 2px;
    }
.about-first-paragraph {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column ;
}
.colors{
    color: whitesmoke;
}
.services-content{
    height: auto;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding:2.5%;
}
.service{
    height:380px;
    width:28%;
    margin: 1.5%;
    background: rgba(25, 25, 25, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 217, 115, 0.1);
    display: inline-block;
    box-shadow:0px 0px 25px rgba(0,0,0,.2);
    position: relative;
    text-align: center;
    z-index: 2;
    border-radius: 16px;
    overflow: hidden;
    animation: opacity 1.4s ease ;
    transition: all .4s ease;
}
.service:hover{
    transform: translateY(-5px);
    box-shadow:0px 10px 40px rgba(0, 217, 115, 0.2);
    border-color: rgba(0, 217, 115, 0.3);
}
.service-img{
    text-align: center;
}

.service-img img{
    display: inline-block;
    z-index: 2;
    position: relative;
    margin: 20px;
    border-radius: 30%;
    padding: 10px;
    border: 0px solid #00d973;
    background: linear-gradient(135deg, #00d973 0%, #00b865 100%);
    box-shadow:0px 0px 0px 0px rgba(0, 217, 115, 0.3) ;
    height:100px;
    transition: all .8s ease;
}
.service:hover .service-img img{
    box-shadow:0px 0px 0px 400px rgba(0, 217, 115, 0.15) ;
}
.service-description{
    font-family: poppins;
    color:whitesmoke;
    position: relative;
    display: inline-block;
    z-index:2;
}
.service-description h2{
    padding: 10px;
    margin: 5px;
    font-weight: 200;
    font-size: 25px;
}
.service-description p{
    padding: 10px;
    font-weight: 200;
    font-size: 16px;
    opacity: .8;
}
#skills{
    width: 100%;
    height:auto;
}
    .skills-header{
        height: auto;
        width: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
        font-size: 38px;
        font-family: raleway;
        color: whitesmoke;
        padding: 20px;
        padding-bottom: 20px;
        padding-top: 50px;
        font-weight: 900;
        letter-spacing: 1px;
        position: relative;
    }
    .skills-header::after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 3px;
        background: linear-gradient(90deg, #00d973 0%, #00b865 100%);
        border-radius: 2px;
    }
.skills-content{
    height: auto;
    width:100%;
    margin-top: 40px;
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    padding: 20px;
}
.skill-html{
    height: auto;
    width: 280px;
    padding: 0;
    position: relative;
    font-family: poppins;
    color:whitesmoke;
    display: inline-block;
    background: rgba(10, 10, 10, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 217, 115, 0.2);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: all 0.5s ease;
    overflow: hidden;
}
.skill-html::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 217, 115, 0.08), transparent);
    transition: left 0.8s ease;
}
.skill-html:hover::before{
    left: 100%;
}
.skill-html:hover{
    border-color: rgba(0, 217, 115, 0.4);
    box-shadow: 0 12px 40px rgba(0, 217, 115, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}
.skill-text{
    width: 100%;
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 10px 20px;
}
.html{
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: whitesmoke;
    text-align: center;
}
.skill-percentage{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(135deg, #00d973 0%, #00b865 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: 'Courier New', 'Monaco', monospace;
    z-index: 3;
    pointer-events: none;
}
.skill-circle{
    width: 120px;
    height: 120px;
    position: relative;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.skill-circle svg{
    width: 120px;
    height: 120px;
    transform: rotate(-90deg);
}
.skill-circle circle{
    fill: none;
    stroke-width: 8;
    stroke-linecap: round;
}
.skill-circle .bg-circle{
    stroke: rgba(255, 255, 255, 0.05);
}
.skill-circle .progress-circle{
    stroke: url(#skillGradient);
    stroke-dasharray: 314;
    stroke-dashoffset: 314;
    transition: stroke-dashoffset 1.5s ease-out;
    animation: skillProgress 1.5s ease-out forwards;
}
@keyframes skillProgress{
    from{
        stroke-dashoffset: 314;
    }
}
.skill-html .skill-circle .progress-circle{
    stroke-dashoffset: calc(314 - (314 * 85 / 100));
}
.skill-html:nth-of-type(2) .skill-circle .progress-circle{
    stroke-dashoffset: calc(314 - (314 * 20 / 100));
}
.skill-html:nth-of-type(3) .skill-circle .progress-circle{
    stroke-dashoffset: calc(314 - (314 * 40 / 100));
}
.skill-html:nth-of-type(4) .skill-circle .progress-circle{
    stroke-dashoffset: calc(314 - (314 * 1 / 100));
}
.skill-html:nth-of-type(5) .skill-circle .progress-circle{
    stroke-dashoffset: calc(314 - (314 * 1 / 100));
}
.skill-html:nth-of-type(6) .skill-circle .progress-circle{
    stroke-dashoffset: calc(314 - (314 * 1 / 100));
}
.html-prog{
   width: 100%;
   height: auto;
   padding: 0 20px 30px 20px;
   position: relative;
}
.html-progress,
.js-progress,
.adobe-progress,
.php-progress,
.jquery-progress,
.seo-progress{
    display: none;
}
    .portfolio-header{
        height: auto;
        width: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        font-family: raleway;
        transition: all .4s ease;
        color: whitesmoke;
        padding: 20px;
        padding-bottom: 20px;
        padding-top: 40px;
        font-weight: 900;
    }

.header-caption{
    opacity:.85;
    display: block;
    font-size: 18px;
    font-family: poppins;
    padding: 8px;
    padding-top: 15px;
    color: whitesmoke;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.portfolio{
    height:auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 1.5%;
    padding-right: 2%;
padding-top: 50px;
padding-bottom: 40px;
}

.portfolio-text{
    width: 40%;
    padding-left: 1%;
    margin: 1%;
    margin-left: -40px;
    margin-top: 160px;
    z-index: 3;
    opacity: 1;
    background: rgba(8, 8, 8, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 217, 115, 0.1);
    border-radius: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.portfolio-text h2{
    font-size: 35px;
    font-family: poppins;
    font-weight: 200;
    padding: 20px;
    color: #00d973;
    transition: all .4s ease;
}
.portfolio-text p{
    font-size: 16px;
    opacity: .8;
    font-family: poppins;
    font-weight: 200;
    padding: 20px;
}
.portfolio-text button{
    font-size: 16px;
    opacity: .8;
    font-family: poppins;
    font-weight: 200;
    padding: 10px 20px;
    background:transparent;
    color:#00d973;
    transition: all .4s ease;
    outline: none;
    margin: 20px;
    border: 1.5px solid #00d973;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: all .4s ease;
}
.portfolio-text button::before{
    content: "";
    position: absolute;
    width: 0%;
    height: 200%;
    transform: rotate(-15deg) translateY(-20px);
    top: 0;
    left: 0;
    z-index: 3;
    background: linear-gradient(135deg, #00d973 0%, #00b865 100%);
    transition: all .7s ease;
}
.portfolio-text button:hover{
    opacity: 1;
    color:whitesmoke;
}
 button:hover .index{
     position: relative;
    z-index: 4;
}
.portfolio-text button:hover::before{
    opacity: 1;
    width: 120%;
}
.button{
    text-align: center;
}
    .portfolio-image img{
        height: 400px;
        width: 100%;
        position: relative;
    }
    .portfolio-image{
        height: 400px;
        width: 40%;
    }
.portfolio-image img::before{
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 217, 115, 0.1);
    opacity: .1;
    top: 0;
    left: 0;
    transition: all .4s ease;
    position: absolute;
    z-index: 2;
}
#portfolio-content{
    width: 100%;
    display: flex;
    height: auto;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
#portfolio{
    display: block;
    height: auto;
    overflow-x: hidden;
    background: transparent;
    width: 100%;
    color:whitesmoke;
    opacity: 1;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
}
.blog-header{
    height: auto;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-family: raleway;
    color: whitesmoke;
    padding:10px;
    padding-bottom: 30px;
    padding-top: 60px;
    font-weight: 900;
}
.cursor{
    display: none;
}
.cursor-small{
    height: 50px;
    width: 50px;
    display: block;
    border-radius: 50%;
    border: 1px solid whitesmoke;
    background: transparent;
    pointer-events: none;
    position: fixed;
    top: -25px;
    left: -25px;
    z-index: 10;
    opacity: .6;
    transition:  scale .4s ease;
}

#blog{
    background: transparent;
    display: block;
    color:whitesmoke;
    width: 100%;
    height: auto;
    opacity: 1;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
}
.blog-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.blogs{
    height: 420px;
    width: 40%;
    margin: 20px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.blogs .img{
    height: 80%;
    width: 100%;
    overflow: hidden;
    transition: all .65s ease;
    position: relative;
}
.blog-date{
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(135deg, #00d973 0%, #00b865 100%);
    color: whitesmoke;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    font-family: poppins;
    padding: 3px;
    transition: all .4s ease;
    width: 25%;
    height: auto;
}
.blogs .img img{
    height: 100%;
    width: 100%;
    transition: all .65s ease;
}
.blog-text{
  height: 80%;
  width: 100%;
  text-align: center;
  vertical-align: center;
  font-family: poppins;
  color: whitesmoke;
  background-color: #050505;
  transition: all .5s ease;
}
.blog-text h3{
  font-size: 28px;
  font-weight: 500;
  height: 20%;
  padding: 20px;
  letter-spacing: 1px;
}
.blog-text p{
    font-size: 18px;
    opacity: .9;
    font-weight: 400;
    height: 80%;
    padding: 30px;
    letter-spacing: 1px;
  }
.blogs:hover .img{
      transform: translateY(-70%);
  }
.blogs:hover .blog-text{
    transform: translateY(-70%);
}
.blogs a{
    text-decoration: none;
    color: whitesmoke;
}
#contact{
    display: block;
    height: auto;
    text-align: center;
    width: 100%;
    background: transparent;
    position: relative;
    opacity: 1;
    z-index: 2;
    margin: 0;
    padding: 0;
}
.contact-header{
    height: auto;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-family: raleway;
    color: whitesmoke;
    padding:10px;
    padding-bottom: 30px;
    padding-top: 60px;
    font-weight: 900;
}
.contact-header-caption{
    padding: 10px;
    color: whitesmoke;
    opacity: .9;
    font-family:raleway;
    font-size: 18px;
}
.contact-content{
    width: 90%;
    margin: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.contact-info{
    display: none !important;
}
.contact-form{
    height: auto;
    min-height: 650px;
    padding: 50px;
    width: 70%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.6) 0%, rgba(15, 15, 15, 0.5) 100%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 2px solid rgba(0, 217, 115, 0.1);
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1024px){
    .contact-form{
        width: 90%;
        max-width: 100%;
        padding: 30px 20px;
    }
}
@media only screen and (max-width: 768px){
    .contact-form{
        width: 100%;
        max-width: 100%;
        padding: 30px 20px;
        min-height: auto;
    }
}
.input-name, .input-subject, .input-textarea{
    background: rgba(5, 5, 5, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 217, 115, 0.2);
    transition: all .4s ease;
}
.input-name:focus, .input-subject:focus, .input-textarea:focus{
    border-color: rgba(0, 217, 115, 0.5);
    box-shadow: 0 0 15px rgba(0, 217, 115, 0.2);
}
form{
    display: flex;
    flex-direction: column;
    height: auto;
    width:auto;
    align-items: center;
    position: relative;
}
.input-line{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.input-name{
    width: 45%;
    padding:16px 20px;
    margin:14px;
    min-height: 50px;
    border-radius: 8px;
    outline: none;
    background: #050505;
    border:none;
    color: whitesmoke;
    font-family: poppins;
    font-size: 18px;
    line-height: 1.5;
}
.form-header{
    font-size: 24px;
    font-family: poppins;
    font-weight: 400;
    color: whitesmoke;
    padding: 28px;
}
.input-subject{
    width: 92%;
    padding:16px 20px;
    margin:24px;
    min-height: 50px;
    border-radius: 8px;
    outline: none;
    background: #050505;
    border:none;
    color: whitesmoke;
    font-family: poppins;
    font-size: 18px;
    line-height: 1.5;
}
.input-textarea{
    width: 92%;
    padding:18px 20px;
    margin:15px;
    min-height: 250px;
    border-radius: 8px;
    outline: none;
    background: #050505;
    border:none;
    color: whitesmoke;
    font-family: poppins;
    font-size: 18px;
    line-height: 1.6;
    resize: vertical;
}
form button{
    padding:8px 24px;
    font-family: poppins;
    font-size:20px;
    color: #0a0a0a;
    font-weight: 600;
    background: linear-gradient(135deg, #00d973 0%, #00b865 100%);
    box-shadow: 0 4px 15px rgba(0, 217, 115, 0.3);
    opacity: .8;
    margin: 20px;
    cursor: pointer;
    border: none;
    border-radius: 8px;
    transition: all .4s ease;
}
form button:hover{
  opacity: 1;
  box-shadow: 0 6px 20px rgba(0, 217, 115, 0.5);
  transform: translateY(-2px);
}
.contact-info-header{
    position: relative;
    z-index: 2;
    font-size: 24px;
    font-family: poppins;
    font-weight: 400;
    color: whitesmoke;
    padding: 30px;
}
.contect-info-content-line{
    height: auto;
    padding: 10px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    margin-left: 100px;
}
.contact-info-icon-text{
    color: whitesmoke;
    padding:15px;
    font-family: poppins;
}
.contact-info-icon-text h6{
    font-size: 15px;
    opacity: .8;
}
.contact-info-icon-text p{
    font-size: 14px;
    opacity: .7;
}
.icon{
    height:40px;
    opacity: .8;
}

.footer{
    background: transparent;
    width: 100%;
    padding: 20px;
    color: whitesmoke;
    display: flex;
    flex-direction: row;
    font-family: poppins;
    align-items: center;
    justify-content: center;
}
.footer .footer-text{
    position: relative;
    display: inline;
    font-size: 18px;
    font-weight: 400;
    opacity: 1;
}

/*

For devices with smaller width like mobile phone


*/





/* Mobile Devices (phones, max-width: 768px) */
@media only screen and (max-width: 768px){
    /* Email popup mobile */
    .email-popup-content{
        max-width: 95%;
        width: 95%;
        margin: 10px;
    }
    .email-popup-header{
        padding: 20px 20px;
    }
    .email-popup-header h3{
        font-size: 20px;
    }
    .email-popup-close{
        font-size: 28px;
        width: 28px;
        height: 28px;
    }
    .email-popup-body{
        padding: 25px 20px;
    }
    .email-contact-form{
        gap: 18px;
    }
    .email-form-group label{
        font-size: 12px;
    }
    .email-form-group input,
    .email-form-group textarea{
        font-size: 15px;
        padding: 12px 16px;
        min-height: 50px;
    }
    .email-form-group textarea{
        min-height: 120px;
        max-height: 200px;
    }
    .email-submit-btn{
        padding: 12px 25px;
        font-size: 15px;
        width: 100%;
    }
    
    /* Discord popup mobile */
    .discord-popup-content{
        max-width: 90%;
        width: 90%;
        padding: 30px 25px;
    }
    .discord-popup-header{
        padding: 20px 20px;
    }
    .discord-popup-close{
        font-size: 28px;
        width: 28px;
        height: 28px;
    }
    .discord-popup-body{
        gap: 15px;
        padding: 10px 0;
    }
    .discord-popup-icon{
        width: 60px;
        height: 60px;
    }
    .discord-popup-body h3{
        font-size: 20px;
    }
    .discord-username{
        font-size: 16px;
        padding: 10px 18px;
    }
    .discord-copy-btn{
        padding: 10px 25px;
        font-size: 14px;
        width: 100%;
    }
    /* Code symbols smaller on mobile */
    .code-symbol{
        font-size: 12px !important;
    }
    .code-symbol:nth-child(1), .code-symbol:nth-child(2), .code-symbol:nth-child(3),
    .code-symbol:nth-child(4), .code-symbol:nth-child(5), .code-symbol:nth-child(6),
    .code-symbol:nth-child(7), .code-symbol:nth-child(8), .code-symbol:nth-child(9),
    .code-symbol:nth-child(10), .code-symbol:nth-child(11), .code-symbol:nth-child(12),
    .code-symbol:nth-child(13), .code-symbol:nth-child(14), .code-symbol:nth-child(15),
    .code-symbol:nth-child(16), .code-symbol:nth-child(17), .code-symbol:nth-child(18),
    .code-symbol:nth-child(19), .code-symbol:nth-child(20){
        font-size: 12px !important;
    }
    
    /* Navigation bar mobile */
    #navigation-bar{
        padding: 10px 20px !important;
    }
    .nav-container{
        flex-wrap: wrap;
    }
    .hamburger-menu{
        display: flex !important;
    }
    .nav-menu{
        display: none;
        width: 100%;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid rgba(0, 217, 115, 0.2);
    }
    .nav-menu.active{
        display: flex;
    }
    .nav-menu li{
        width: 100%;
    }
    .nav-menu a{
        width: 100%;
        text-align: center;
        padding: 12px 20px;
        font-size: 18px;
    }
    #navigation-bar .logo img{
        height: 40px;
    }
    
    /* Contact icons centered at top aligned with navigation logo */
    .contact{
        display: flex !important;
        position: fixed !important;
        top: 30px !important;
        left: calc(50% + 15px) !important;
        right: auto !important;
        bottom: auto !important;
        transform: translateX(-50%) !important;
        flex-direction: row;
        gap: 10px;
        padding: 8px 15px;
        background: rgba(10, 10, 10, 0.5) !important;
        backdrop-filter: blur(10px) !important;
        -webkit-backdrop-filter: blur(10px) !important;
        border-radius: 15px;
        border: 1px solid rgba(0, 217, 115, 0.2);
        z-index: 1001 !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        align-items: center;
        height: auto;
    }
    .contact.hidden{
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateX(-50%) !important;
        filter: blur(0px) !important;
    }
    .contact img{
        width: 32px;
        height: 32px;
        margin: 0;
        opacity: 0.75;
        transition: all 0.3s ease;
        display: block;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 217, 115, 0.3);
        object-fit: contain;
    }
    .contact a{
        display: flex;
        padding: 4px;
        min-width: 40px;
        min-height: 40px;
        align-items: center;
        justify-content: center;
        -webkit-tap-highlight-color: rgba(0, 217, 115, 0.3);
    }
    
    /* Header content mobile */
    #header{
        height: 100vh;
    }
    .header-content{
        height: 100vh;
        width: 100%;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: whitesmoke;
        font-family: raleway;
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 30px;
        padding: 20px;
    }
    .header-content .firstline{
        font-size: 42px !important;
        line-height: 1.2;
        padding: 0 10px;
    }
    .hero-subtitle{
        font-size: 18px !important;
        margin-top: 15px;
    }
    .hero-description{
        font-size: 16px !important;
        margin-top: 20px;
        padding: 0 10px;
    }
    .hero-cta{
        flex-direction: column;
        gap: 15px;
        margin-top: 30px;
    }
    .cta-button{
        width: 90%;
        max-width: 300px;
        font-size: 14px;
        padding: 12px 25px;
    }
    .header-content .secondline{
        font-size: 18px !important;
        padding-top: 20px;
        line-height: 1.5;
        padding: 0 10px;
    }
    .header-content-box{
        width: 100% !important;
        padding: 0 20px;
    }
    .scroll-indicator{
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: absolute !important;
        bottom: 40px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        z-index: 3 !important;
    }
    .scroll-indicator.hidden{
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateX(-50%) !important;
        filter: blur(0px) !important;
    }
    .scroll-text{
        font-family: 'Courier New', 'Monaco', monospace !important;
        font-size: 12px !important;
        color: rgba(255, 255, 255, 0.7) !important;
        letter-spacing: 1px !important;
        text-transform: uppercase !important;
        font-weight: 500 !important;
    }
    .scroll-arrow{
        color: #00d973 !important;
        animation: scrollArrowBounce 1.5s ease-in-out infinite !important;
        filter: drop-shadow(0 0 8px rgba(0, 217, 115, 0.6)) !important;
    }
    .scroll-arrow svg{
        width: 20px;
        height: 20px;
    }
    html, body{
        overflow: hidden !important;
        height: 100vh !important;
    }
    #all{
        overflow: hidden !important;
        height: 100vh !important;
    }
    #header{
        height: 100vh !important;
        overflow: hidden !important;
    }
    .header-image{
        display: none !important;
    }
    #contact{
        display: block !important;
    }
    #breaker{
        height: 50vh;
        width: 200%;
        background: linear-gradient(135deg, #00d973 0%, #00b865 100%);
        opacity: 1;
        animation: breakeranimate 0.6s linear;
        display: none;
        transition: all .4s ease;
        z-index: 10;
        position: fixed;
    }
    @keyframes breakeranimate{
       0%{ transform : translateX(-100%)}
       50%{ transform : translateX(0%) }
       100%{ transform : translateX(100%) }
    }
    @-webkit-keyframes breakeranimate{
        0%{ transform : translateX(-100%) }
        50%{ transform : translateX(0%) }
        100%{ transform : translateX(100%) }
    }
    .header-content-box{
        z-index: 2;
        text-align: center;
        height: auto;
        padding-right: 0px;
        width: auto;
    
    }
    #about-content{
        display: flex;
        flex-direction:column;
        align-items: center;
        color: whitesmoke;
        justify-content: center;
        height: auto;
        width: 100%;
        padding:30px;
    }
    .about-header{
        color: whitesmoke;
        justify-content: center;
        font-size: 32px;
        font-family: raleway;
        padding: 15px;
        font-weight: 900;
        text-align: center;
    }
    .about-first-paragraph{
        color: whitesmoke;
        justify-content: center;
        font-size: 18px;
        font-family: poppins;
        width: 100%;
        max-width: 100%;
        padding: 30px 20px;
        font-weight: 400;
    }
    .about-first-paragraph .color{
        font-size: 26px;
    }
    .about-first-line{
        font-size: 24px;
        opacity: 1;
        margin-bottom: 15px;
        display: block;
        line-height: 1.4;
    }
    .about-second-line{
        opacity: .8;
        font-size: 16px;
        line-height: 1.6;
    }
    .about-main{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100vw;
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
        flex-direction: column-reverse;
    }
    .about-img img{
        width: 100%;
        max-width: 300px;
        height: auto;
        padding: 15px;
        border-radius: 20px;
    }
    .about-img {
        width: 100%;
        max-width: 350px;
        height: auto;
        text-align: center;
        overflow: hidden;
        border-radius: 20px;
        margin: 20px auto;
    }
    .service{
        height: auto;
        min-height: 280px;
        width: 90%;
        margin: 15px auto;
        background: rgba(25, 25, 25, 0.6);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(0, 217, 115, 0.1);
        display: block;
        box-shadow:0px 0px 25px rgba(0,0,0,.2);
        position: relative;
        text-align: center;
        z-index: 2;
        border-radius: 16px;
        overflow: hidden;
        padding: 20px;
    }
    .service-img img{
        display: inline-block;
        z-index: 2;
        position: relative;
        margin: 20px;
        border-radius: 30%;
        padding: 10px;
        height:80px;
        transition: all .8s ease;
    }
    .skill-html{
        width: 90%;
        display: block;
        margin: 15px auto;
    }
    .skill-circle{
        width: 100px;
        height: 100px;
    }
    .skill-circle svg{
        width: 100px;
        height: 100px;
    }
    .skill-percentage{
        font-size: 24px;
    }
    .skills-content{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .skills-content{
        height: auto;
        width:100%;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .portfolio{
        height:auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1.5%;
        padding-right: 2%;
    padding-top: 50px;
    padding-bottom: 40px;
    }
    .portfolio-text{
        width: 90%;
        padding-left: 0%;
        margin: 0%;
        margin-left: 0px;
        margin-top: 20px;
        z-index: 1;
        background: rgba(8, 8, 8, 0.8);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(0, 217, 115, 0.1);
        border-radius: 12px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
        .portfolio-image{
            position: relative;
        }
            .portfolio-text h2{
                font-size: 24px;
                font-family: poppins;
                font-weight: 200;
                padding: 15px;
            }
            .portfolio-text p{
                font-size: 16px;
                opacity: .8;
                font-family: poppins;
                font-weight: 200;
                padding: 15px;
                line-height: 1.6;
            }
            .cursor{
                display: none;
            }
            .service:hover .service-img img{
                box-shadow:0px 0px 0px 0px rgba(0, 217, 115, 0.3) ;
            }
            .portfolio-image img{
                height: 250px;
                width: 100%;
                object-fit: cover;
                border-radius: 12px;
            }
            .portfolio-image{
                height: 250px;
                width: 90%;
                border-radius: 12px;
                overflow: hidden;
            }
            #navigation-bar img{
                height: 80px;
                position: absolute;
                top: 15%;
                left: 2.5%;
                opacity: .8;
                transition: all .4s ease;
                display: none;
            }
            .blogs{
                height: auto;
                width: 90%;
                margin: 10px;
                margin-top: 20px;
                margin-bottom: 20px;
                position: relative;
            }
            .blogs .img{
                height: 80%;
                width: 100%;
                overflow: hidden;
                transition: all .65s ease;
                position: relative;
            }
            .blog-date{
                position: absolute;
                left: 0;
                bottom: 0;
                color: whitesmoke;
                font-size: 18px;
                text-align: center;
                font-weight: 400;
                font-family: poppins;
                padding: 3px;
                width: 35%;
                height: auto;
            }
            .blogs .img img{
                height: 100%;
                width: 100%;
                transition: all .65s ease;
            }
            .blog-text{
              height: auto;
              width: 100%;
              text-align: center;
              vertical-align: center;
              font-family: poppins;
              color: whitesmoke;
              background-color: #000000;
              transition: all .5s ease;
            }
            .blog-text h3{
              font-size: 24px;
              font-weight: 200;
              height: 15%;
              padding: 10px;
              letter-spacing: 1px;
            }
            .blog-text p{
                font-size: 15px;
                opacity: .9;
                font-weight: 200;
                height: 85%;
                padding: 20px;
                letter-spacing: 1px;
              }
            .blogs:hover .img{
                  transform: translateY(0%);
              }
            .blogs:hover .blog-text{
                transform: translateY(0%);
            }
            .contact-content{
                width: 90%;
                margin: auto;
                height: auto;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }
            .contact-info{
                width: 90%;
                height: 500px;
                background-position: center;
                background-size: cover;
                border-radius: 16px;
                margin-bottom: 25px;
                position: relative;
                overflow: hidden;
            }
            .contact-info::before{
                content: "";
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                background: #101010;
                opacity: .7;
                pointer-events: none;
            }
            .contact-form{
                height: auto;
                width: 90%;
                display: flex;
                padding-bottom: 40px;
                padding-right:0px;
                flex-direction: column;
            }
            form{
                display: flex;
                flex-direction: column;
                height: auto;
                width:auto;
                align-items: center;
                position: relative;
            }
            .input-line{
                width: 100%;
                height: auto;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }
            .input-name{
                width: 90%;
                padding:10px 20px;
                margin:14px;
                border-radius: 8px;
                outline: none;
                background: #050505;
                border:none;
                color: whitesmoke;
                font-family: poppins;
                font-size: 16px;
            }
            .form-header{
                font-size: 22px;
                font-family: poppins;
                font-weight: 400;
                color: whitesmoke;
                padding: 20px;
                padding-top: 0px;
            }
            .input-subject{
                width: 90%;
                padding:10px 20px;
                margin:24px;
                border-radius: 8px;
                outline: none;
                background: #050505;
                border:none;
                color: whitesmoke;
                font-family: poppins;
                font-size: 16px;
            }
            .input-textarea{
                width: 90%;
                padding:10px 20px;
                margin:15px;
                height: 140px;
                border-radius: 8px;
                outline: none;
                background: #050505;
                border:none;
                color: whitesmoke;
                font-family: poppins;
                font-size: 16px;
            }
            form button{
                padding:8px 24px;
                font-family: poppins;
                font-size:20px;
                color: whitesmoke;
                opacity: .8;
                margin: 20px;
                cursor: pointer;
                border: none;
                border-radius: 8px;
                transition: all .4s ease;
            }
            form button:hover{
              opacity: 1;
            }
            .contact-info-header{
                position: relative;
                z-index: 2;
                font-size: 24px;
                font-family: poppins;
                font-weight: 400;
                color: whitesmoke;
                padding: 20px;
            }
            .contect-info-content-line{
                height: auto;
                padding: 10px;
                position: relative;
                z-index: 2;
                display: flex;
                flex-direction: row;
                align-items: center;
                text-align: left;
                margin-left: 5%;
            }
            .contact-info-icon-text{
                color: whitesmoke;
                padding:15px;
                font-family: poppins;
            }
            .contact-info-icon-text h6{
                font-size: 15px;
                opacity: .8;
            }
            .contact-info-icon-text p{
                font-size: 14px;
                opacity: .7;
            }
            .hire-me-section{
                display: none;
            }
           
}
       
/*

for tabs and large phones

*/



/* Tablet Devices (min-width: 769px and max-width: 1024px) */
@media only screen and (min-width: 769px) and (max-width: 1024px){
    /* Email popup tablet */
    .email-popup-content{
        max-width: 90%;
        width: 90%;
    }
    .email-popup-header{
        padding: 22px 25px;
    }
    .email-popup-header h3{
        font-size: 22px;
    }
    .email-popup-body{
        padding: 35px 35px;
    }
    .email-contact-form{
        gap: 20px;
    }
    .email-form-group input,
    .email-form-group textarea{
        font-size: 16px;
        padding: 14px 18px;
    }
    .email-form-group textarea{
        min-height: 140px;
        max-height: 250px;
    }
    
    /* Discord popup tablet */
    .discord-popup-content{
        max-width: 85%;
        width: 85%;
        padding: 35px 30px;
    }
    .discord-popup-header{
        padding: 22px 25px;
    }
    .discord-popup-body{
        gap: 18px;
    }
    .discord-popup-icon{
        width: 70px;
        height: 70px;
    }
    .discord-popup-body h3{
        font-size: 22px;
    }
    .discord-username{
        font-size: 18px;
        padding: 12px 20px;
    }
    .discord-copy-btn{
        padding: 12px 28px;
        font-size: 15px;
    }
    /* Code symbols tablet */
    .code-symbol{
        font-size: 14px !important;
    }
    .code-symbol:nth-child(1), .code-symbol:nth-child(2), .code-symbol:nth-child(3),
    .code-symbol:nth-child(4), .code-symbol:nth-child(5), .code-symbol:nth-child(6),
    .code-symbol:nth-child(7), .code-symbol:nth-child(8), .code-symbol:nth-child(9),
    .code-symbol:nth-child(10), .code-symbol:nth-child(11), .code-symbol:nth-child(12),
    .code-symbol:nth-child(13), .code-symbol:nth-child(14), .code-symbol:nth-child(15),
    .code-symbol:nth-child(16), .code-symbol:nth-child(17), .code-symbol:nth-child(18),
    .code-symbol:nth-child(19), .code-symbol:nth-child(20){
        font-size: 14px !important;
    }
    
    /* Disable scrolling on tablet */
    html, body{
        overflow: hidden !important;
        height: 100vh !important;
    }
    #all{
        overflow: hidden !important;
        height: 100vh !important;
    }
    .scroll-indicator{
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: absolute !important;
        bottom: 40px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        z-index: 3 !important;
    }
    .scroll-indicator.hidden{
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateX(-50%) !important;
        filter: blur(0px) !important;
    }
    .scroll-text{
        font-family: 'Courier New', 'Monaco', monospace !important;
        font-size: 12px !important;
        color: rgba(255, 255, 255, 0.7) !important;
        letter-spacing: 1px !important;
        text-transform: uppercase !important;
        font-weight: 500 !important;
    }
    .scroll-arrow{
        color: #00d973 !important;
        animation: scrollArrowBounce 1.5s ease-in-out infinite !important;
        filter: drop-shadow(0 0 8px rgba(0, 217, 115, 0.6)) !important;
    }
    .scroll-arrow svg{
        width: 20px;
        height: 20px;
    }
    
    /* Header content tablet */
    #header{
        height: 100vh !important;
        overflow: hidden !important;
    }
    .header-content{
        height: 100vh;
        width: 100%;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: whitesmoke;
        font-family: raleway;
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 35px;
        padding: 20px;
    }
    .header-content .firstline{
        font-size: 56px !important;
        line-height: 1.2;
    }
    .header-content .secondline{
        font-size: 22px !important;
        padding-top: 25px;
        line-height: 1.5;
    }
    .header-content-box{
        width: 90% !important;
        max-width: 600px;
        padding: 0;
    }
    .header-image{
        display: none;
    }
    .social-media-links{
        width: 100%;
        left: 0;
        bottom: 20px;
        position: absolute;
        padding: 10px;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .contact{
        display: flex !important;
        position: fixed !important;
        top: 34px !important;
        left: calc(50% + 20px) !important;
        right: auto !important;
        bottom: auto !important;
        transform: translateX(-50%) !important;
        flex-direction: row;
        gap: 12px;
        padding: 10px 18px;
        background: rgba(10, 10, 10, 0.5) !important;
        backdrop-filter: blur(10px) !important;
        -webkit-backdrop-filter: blur(10px) !important;
        border-radius: 16px;
        border: 1px solid rgba(0, 217, 115, 0.2);
        z-index: 1001 !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        align-items: center;
        height: auto;
    }
    .contact.hidden{
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateX(-50%) !important;
        filter: blur(0px) !important;
    }
    .contact img{
        width: 36px;
        height: 36px;
        margin: 0;
        opacity: 0.75;
        transition: all 0.3s ease;
        display: block;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 217, 115, 0.3);
        object-fit: contain;
    }
    .contact a{
        display: flex;
        padding: 5px;
        min-width: 46px;
        min-height: 46px;
        align-items: center;
        justify-content: center;
        -webkit-tap-highlight-color: rgba(0, 217, 115, 0.3);
    }
    .contact img:hover,
    .contact img:active{
        opacity: 1;
        transform: scale(1.15);
        filter: brightness(1.2) drop-shadow(0 0 8px rgba(0, 217, 115, 0.6));
    }
    
    /* Footer mobile */
    .footer{
        padding: 15px 10px !important;
        flex-direction: column;
        text-align: center;
    }
    .footer .footer-text{
        font-size: 14px !important;
    }
    
    #breaker{
        height: 50vh;
        width: 200%;
        background: linear-gradient(135deg, #00d973 0%, #00b865 100%);
        opacity: 1;
        animation: breakeranimate 0.6s linear;
        display: none;
        transition: all .4s ease;
        z-index: 10;
        position: fixed;
    }
    @keyframes breakeranimate{
       0%{ transform : translateX(-100%)}
       50%{ transform : translateX(0%) }
       100%{ transform : translateX(100%) }
    }
    @-webkit-keyframes breakeranimate{
        0%{ transform : translateX(-100%) }
        50%{ transform : translateX(0%) }
        100%{ transform : translateX(100%) }
    }
    .header-content-box{
        z-index: 2;
        text-align: center;
        height: auto;
        padding-right: 0px;
        width: auto;
    
    }
    #about-content{
        display: flex;
        flex-direction:column;
        align-items: center;
        color: whitesmoke;
        justify-content: center;
        height: auto;
        width: 100%;
        padding:10px;
    }
    .about-header{
        color: whitesmoke;
        justify-content: center;
        font-size: 45px;
        font-family: raleway;
        padding:15px;
        font-weight: 900;
    }
    .about-first-paragraph{
        color: whitesmoke;
        justify-content: center;
        font-size: 20px;
        font-family: poppins;
        width: 95%;
        max-width: 100%;
        padding: 40px 25px;
        font-weight: 400;
    }
    .about-first-paragraph .color{
        font-size: 35px
    }
    .about-first-line{
        font-size: 32px;
        opacity: 1;
        margin-bottom: 10px;
        display: block;
    }
    .about-second-line{
        opacity: .8;
        font-size: 24px;
    }
    .about-main{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100vw;
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
        flex-direction: column-reverse;
    }
    .about-img img{
        width: 100%;
        height:380px;
        padding: 30px;
        border-radius: 40px;
    }
    .about-img {
        width: 550px;
        height:auto;
        padding: 30px;
        padding-top: 10px;
        border-radius: 40px;
    }
    .cv a button{
        border:none;
        padding: 20px 30px;
        color: whitesmoke;
        outline: none;
        font-size:20px;
        font-family: aileron;
        border-radius: 8px;
        font-weight: 400;
        cursor: pointer;
        position: relative;
        transition: all .4s ease;
    
    }
    .service{
        height:auto;
        width:45%;
        margin: 2%;
        background-color: #191919;
        display: inline-block;
        box-shadow:0px 0px 25px rgb(0,0,0,.1);
        position: relative;
        text-align: center;
        z-index: 2;
        border-radius: 10px;
        padding: 10px;
        overflow: hidden;
    }
    .service-description h2{
        padding: 10px;
        margin: 5px;
        font-weight: 200;
        font-size: 22px;
    }
    .service-description p{
        padding: 10px;
        font-weight: 200;
        font-size: 15px;
        opacity: .8;
    }
    .skill-html{
        width: 45%;
        display: inline-block;
        margin: 10px;
    }
    .skill-circle{
        width: 110px;
        height: 110px;
    }
    .skill-circle svg{
        width: 110px;
        height: 110px;
    }
    .skill-percentage{
        font-size: 26px;
    }
    .skills-content{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    .skills-content{
        height: auto;
        width:100%;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .portfolio{
        height:auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1.5%;
        padding-right: 2%;
    padding-top: 50px;
    padding-bottom: 40px;
    }
            .portfolio-text{
                width: 80%;
                padding-left: 0%;
                margin: 0%;
                margin-left: 0px;
                margin-top: 20px;
                z-index: 1;
                background: rgba(8, 8, 8, 0.8);
                backdrop-filter: blur(10px);
                -webkit-backdrop-filter: blur(10px);
                border: 1px solid rgba(0, 217, 115, 0.1);
                border-radius: 12px;
                padding-top: 20px;
                padding-bottom: 20px;
            }
        .portfolio-image{
            position: relative;
        }
            .portfolio-text h2{
                font-size: 28px;
                font-family: poppins;
                font-weight: 200;
                padding: 15px;
            }
            .portfolio-text p{
                font-size: 18px;
                opacity: .8;
                font-family: poppins;
                font-weight: 200;
                padding: 15px;
                line-height: 1.6;
            }
            .cursor{
                display: none;
            }
            .service:hover .service-img img{
                box-shadow:0px 0px 0px 0px rgba(0, 217, 115, 0.3) ;
            }
            .portfolio-image img{
                height: 300px;
                width: 100%;
                position: relative;
                object-fit: cover;
                border-radius: 12px;
            }
            .portfolio-image{
                height: 300px;
                width: 80%;
                border-radius: 12px;
                overflow: hidden;
            }
            #navigation-bar img{
                height: 80px;
                position: absolute;
                top: 15%;
                left: 2.5%;
                opacity: .8;
                transition: all .4s ease;
            }
            .blogs{
                height: auto;
                width: 75%;
                margin: 10px;
                margin-top: 20px;
                margin-bottom: 20px;
                position: relative;
            }
            .blogs .img{
                height: 60%;
                width: 100%;
                overflow: hidden;
                transition: all .65s ease;
                position: relative;
            }
            .blog-date{
                position: absolute;
                left: 0;
                bottom: 0;
                color: whitesmoke;
                font-size: 18px;
                text-align: center;
                font-weight: 400;
                font-family: poppins;
                padding: 3px;
                width: 35%;
                height: auto;
            }
            .blogs .img img{
                height: 100%;
                width: 100%;
                transition: all .65s ease;
            }
            .blog-text{
              height: auto;
              width: 100%;
              text-align: center;
              vertical-align: center;
              font-family: poppins;
              color: whitesmoke;
              background-color: #050505;
              padding: 10px;
              transition: all .5s ease;
            }
            .blog-text h3{
              font-size: 28px;
              font-weight: 200;
              height: 15%;
              padding: 10px;
              letter-spacing: 1px;
            }
            .blog-text p{
                font-size: 17px;
                opacity: .9;
                font-weight: 200;
                height: 85%;
                padding: 20px;
                letter-spacing: 1px;
              }
            .blogs:hover .img{
                  transform: translateY(0%);
              }
            .blogs:hover .blog-text{
                transform: translateY(0%);
            }
            .contact-content{
                width: 90%;
                margin: auto;
                height: auto;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }
            .contact-info{
                width: 70%;
                height: 500px;
                background-position: center;
                background-size: cover;
                border-radius: 16px;
                margin-bottom: 50px;
                position: relative;
                overflow: hidden;
            }
            .contact-info::before{
                content: "";
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                background: #101010;
                opacity: .7;
                pointer-events: none;
            }
            .contact-form{
                height: auto;
                width: 90%;
                display: flex;
                padding-bottom: 40px;
                padding-right:0px;
                flex-direction: column;
            }
            form{
                display: flex;
                flex-direction: column;
                height: auto;
                width:auto;
                align-items: center;
                position: relative;
            }
            .input-line{
                width: 100%;
                height: auto;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }
            .input-name{
                width: 80%;
                padding:10px 20px;
                margin:14px;
                border-radius: 8px;
                outline: none;
                background: #050505;
                border:none;
                color: whitesmoke;
                font-family: poppins;
                font-size: 16px;
            }
            .form-header{
                font-size: 22px;
                font-family: poppins;
                font-weight: 400;
                color: whitesmoke;
                padding: 20px;
                padding-top: 0px;
            }
            .input-subject{
                width: 80%;
                padding:10px 20px;
                margin:24px;
                border-radius: 8px;
                outline: none;
                background: #050505;
                border:none;
                color: whitesmoke;
                font-family: poppins;
                font-size: 16px;
            }
            .input-textarea{
                width: 80%;
                padding:10px 20px;
                margin:15px;
                height: 140px;
                border-radius: 8px;
                outline: none;
                background: #050505;
                border:none;
                color: whitesmoke;
                font-family: poppins;
                font-size: 16px;
            }
            form button{
                padding:8px 24px;
                font-family: poppins;
                font-size:20px;
                color: whitesmoke;
                opacity: .8;
                margin: 20px;
                cursor: pointer;
                border: none;
                border-radius: 8px;
                transition: all .4s ease;
            }
            form button:hover{
              opacity: 1;
            }
            .contact-info-header{
                position: relative;
                z-index: 2;
                font-size: 24px;
                font-family: poppins;
                font-weight: 400;
                color: whitesmoke;
                padding: 20px;
            }
            .contect-info-content-line{
                height: auto;
                padding: 10px;
                position: relative;
                z-index: 2;
                display: flex;
                flex-direction: row;
                align-items: center;
                text-align: left;
                margin-left: 30%;
            }
            .hire-me-section{
                display: none;
            }
            
            
}








@media all and (max-width: 9000px) and (min-width: 1441px){

    .portfolio-image img{
        height: 500px;
        width: 100%;
        position: relative;
    }
    .portfolio-image{
        height: 500px;
        width: 40%;
    }
    .about-img img{
        width: 100%;
        height:450px;
        padding: 30px;
        border-radius: 40px;
        animation: opacity 1.4s ease ;
    }
    .about-img {
        width: 40%;
        height:450px;
        padding: 30px;
        border-radius: 40px;
    }
    .about-first-line{
        font-size: 45px;
        opacity: 1;
        margin-bottom: 10px;
        display: block;
    }
     .about-first-line .color{
         font-size: 46px;
     }
    .about-second-line{
        opacity: .8;
        font-size: 28px;
        font-weight: 200;
    }
    .cv a button{
        background: transparent;
        border:none;
        padding: 25px 35px;
        color: whitesmoke;
        outline: none;
        font-size:30px;
        font-family: aileron;
        border-radius: 4px;
        font-weight: 400;
        cursor: pointer;
        position: relative;
        transition: all .4s ease;
    
    }
    .service{
        height:400px;
        width:28%;
        margin: 1.5%;
        padding: 10px;
        background-color: #191919;
        display: inline-block;
        box-shadow:0px 0px 25px rgb(0,0,0,.05);
        position: relative;
        text-align: center;
        z-index: 2;
        border-radius: 10px;
        overflow: hidden;
        animation: opacity 1.4s ease ;
    }
    .service-img{
        text-align: center;
    }
    
    .service-img img{
        display: inline-block;
        z-index: 2;
        position: relative;
        margin: 20px;
        border-radius: 30%;
        padding: 10px;
        height:120px;
        transition: all .8s ease;
    }
    .service-description h2{
        padding: 10px;
        margin: 5px;
        font-weight: 200;
        font-size: 32px;
    }
    .service-description p{
        padding: 10px;
        font-weight: 200;
        font-size: 18px;
        opacity: .8;
    }
    .blogs{
        height: 420px;
        width: 30%;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 50px;
        position: relative;
        overflow: hidden;
    }
    .blogs .img{
        height: 80%;
        width: 100%;
        overflow: hidden;
        transition: all .65s ease;
        position: relative;
    }
    .blog-date{
        position: absolute;
        left: 0;
        bottom: 0;
        color: whitesmoke;
        font-size: 18px;
        text-align: center;
        font-weight: 400;
        font-family: poppins;
        padding: 3px;
        width: 25%;
        height: auto;
    }
    .blogs .img img{
        height: 100%;
        width: 100%;
        transition: all .65s ease;
    }
    .blog-text{
      height: 80%;
      width: 100%;
      text-align: center;
      vertical-align: center;
      font-family: poppins;
      color: whitesmoke;
      background-color: #050505;
      transition: all .5s ease;
    }
    .blog-text h3{
      font-size: 28px;
      font-weight: 500;
      height: 20%;
      padding: 20px;
      letter-spacing: 1px;
    }
    .blog-text p{
        font-size: 18px;
        opacity: .9;
        font-weight: 400;
        height: 80%;
        padding: 30px;
        letter-spacing: 1px;
      }
    .blogs:hover .img{
          transform: translateY(-70%);
      }
    .blogs:hover .blog-text{
        transform: translateY(-70%);
    }
    .contact-header{
        height: auto;
        width: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        font-family: raleway;
        color: whitesmoke;
        padding: 20px;
        padding-bottom: 20px;
        padding-top: 40px;
        font-weight: 900;
    }
    .contact-header-caption{
        padding: 10px;
        color: whitesmoke;
        opacity: .9;
        font-family:raleway;
        font-size: 18px;
    }
    .contact-content{
        width: 90%;
        margin: auto;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .contact-info{
        width: 40%;
        height: 600px;
        background-position: center;
        background-size: cover;
        border-radius: 16px;
        margin-bottom: 50px;
        position: relative;
        overflow: hidden;
    }
    .contact-info::before{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #101010;
        opacity: .7;
        pointer-events: none;
    }
    .contact-form{
        height: auto;
        min-height: 550px;
        width: 60%;
        max-width: 600px;
        padding: 40px;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }
    form{
        display: flex;
        flex-direction: column;
        height: auto;
        width:auto;
        align-items: center;
        position: relative;
    }
    .input-line{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .input-name{
        width: 60%;
        padding:10px 20px;
        margin:14px;
        border-radius: 8px;
        outline: none;
        background: #050505;
        border:none;
        color: whitesmoke;
        font-family: poppins;
        font-size: 18px;
    }
    .form-header{
        font-size: 24px;
        font-family: poppins;
        font-weight: 400;
        color: whitesmoke;
        padding: 20px;
        padding-top: 0px;
    }
    .input-subject{
        width: 60%;
        padding:10px 20px;
        margin:24px;
        border-radius: 8px;
        outline: none;
        background: #050505;
        border:none;
        color: whitesmoke;
        font-family: poppins;
        font-size: 18px;
    }
    .input-textarea{
        width: 60%;
        padding:10px 20px;
        margin:15px;
        height: 150px;
        border-radius: 8px;
        outline: none;
        background: #050505;
        border:none;
        color: whitesmoke;
        font-family: poppins;
        font-size: 18px;
    }
    form button{
        padding:8px 24px;
        font-family: poppins;
        font-size:20px;
        color: whitesmoke;
        opacity: .8;
        margin: 20px;
        cursor: pointer;
        border: none;
        border-radius: 8px;
        transition: all .4s ease;
    }
}