@import url('https://fonts.googleapis.com/css2?family=Sixtyfour+Convergence&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Pixelify+Sans:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Honk&display=swap');
@font-face {
    font-family: "Minecrafter";
    src: url('../fonts/Minecrafter.Alt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Hexaframe CF";
    src: url('../fonts/HexaframeCF-Regular.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Researcher";
    src: url('../fonts/researcher-researcher-regular-400.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Retro Gaming";
    src: url('../fonts/Retro\ Gaming.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "SuperPixel";
    src: url('../fonts/SuperPixel-m2L8j.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Youre Gone";
    src: url('../fonts/Youre\ Gone.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Pricedown";
    src: url('../fonts/pricedown\ bl.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Space Age";
    src: url('../fonts/space\ age.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
:root {
    --bg-black-900:#000000;
    --bg-black-100:#222222;
    --bg-black-50:#393939;
    --text-black-900:#ffffff;
    --text-black-700:#e9e9e9;
    --slide-color: #1A3636;
}
body.dark {
    --bg-black-900:#f2f2fc;
    --bg-black-100:#fdf9ff;
    --bg-black-50:#e8dfec;
    --text-black-900:#151515;
    --text-black-700:#504e70;
    --slide-color: #98ABEE;
}
body { 
    line-height : 1.5;
    font-size: 16px;
    font-family: 'Retro Gaming' sans-serif;
}
*
{
    margin : 0;
    padding : 0;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
}
::before, ::after 
{
    box-sizing: border-box;
}
ul {
    list-style: none;
}
.section {
    background-color: var(--bg-black-900);
    min-height: 100vh;
    display: block;
    padding: 0 30px;
    opacity: 1;
    position: fixed;
    left: 0px;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.3s ease;
}
.section.open {
    left: 270px;
}
.section.back-section {
    z-index: 1;
}
.section.active {
    z-index: 2;
    opacity: 1;
    animation: flash 0.6s ease-in-out, cyberpunk 0.7s alternate 0.3s linear;
}
@keyframes cyberpunk {
	0%, 100% { 
		opacity: 1;
		transform: translate3d(var(--gap-horizontal),0,0) scale3d(-1,-1,1);
		-webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
		clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
	}
	20% {
		-webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
		clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
	}
	30% {
		-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
		clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
	}
	40% {
		-webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
		clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
	}
	50% {
		-webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
		clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
	}
	55% {
		-webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
		clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
	}
	60% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
		clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
	}
	65% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
		clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
	}
	70% {
		-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
		clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
	}
	80% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
		clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
	}
	85% {
		-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 65%, 0 65%);
		clip-path: polygon(0 60%, 100% 60%, 100% 65%, 0 65%);
	}
	95% {
		-webkit-clip-path: polygon(0 72%, 100% 72%, 100% 78%, 0 78%);
		clip-path: polygon(0 72%, 100% 72%, 100% 78%, 0 78%);
	}
}
@keyframes flash {
	0%, 5% { 
		opacity: 0.2; 
		transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
	}
	5.5%, 100% {
		opacity: 0;
		transform: translate3d(0, 0, 0);
	}
}
.hidden {
    display:none !important;
}
.padd-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.container {
    max-width: 1100px;
    width: 100%;
    margin: auto;
}
.section .container {
    padding-top: 60px;
    padding-bottom: 70px;
}
.section-title {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 60px;
}
.section-title h2 {
    font-family: "Honk";
    font-size: 60px;
    color: var(--skin-color);
    font-weight: 700;
    position: relative;
}
.section-title h2::before {
    content: '';
    height: 4px;
    width: 50px;
    background-color: var(--skin-color);
    position: absolute;
    top: 100%;
    left: 0;
}
.section-title h2::after {
    content: '';
    height: 4px;
    width: 25px;
    background-color: var(--skin-color);
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}
.btn{
    font-family: "Researcher";
    font-size: 16px;
    font-weight: 500;
    padding: 5px 20px;
    background: var(--skin-color);
    color: white;
    display: inline-block;
    border-radius: 40px;
    white-space: nowrap;
    transition: all 0.3s ease;
    border: none;
}
.btn:hover {
    transform: scale(1.05);
}
.shadow-dark {
    box-shadow: 0 0 20px rgba(48, 46, 77, 0.15);
}
/* aside */
.aside 
{
    width: 270px;
    background: var(--bg-black-900);
    position: fixed;
    left: -270px;
    top: 0;
    padding: 30px;
    z-index: 10;
    border-right: 1px solid var(--bg-black-50);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    opacity: 1;
}
.aside.open {
    left: 0;
}
.aside .nav-toggler.open {
    display: flex;
    left: 300px;
}
.aside .logo {
    position: absolute;
    top: 50px;
    font-size: 30px;
    display: grid;
    grid-template-columns: 1fr;
}

.aside .logo a {
    margin-top: 50px;
    color: var(--text-black-900);
    font-weight: 400;
    padding: 10px 10px;
    font-size: 28px;
    letter-spacing: 5px;
    position: relative;
    font-family: 'Hexaframe CF';
    font-style: italic;
    grid-row-start: 1;
    grid-column-start: 1;
    --stack-height: calc(100% / var(--stacks) - 1px);
    --inverse-index: calc(calc(var(--stacks) - 1) - var(--index));
    --clip-top: calc(var(--stack-height) * var(--index));
    --clip-bottom: calc(var(--stack-height) * var(--inverse-index));
    clip-path: inset(var(--clip-top) 0 var(--clip-bottom) 0);
    animation: stack 340ms cubic-bezier(.46,.29,0,1.24) 1 backwards calc(var(--index) * 120ms), glitch 3s ease infinite 3s alternate-reverse;
}
.aside .logo a::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-bottom: 5px solid var(--skin-color);
    border-left: 5px solid var(--skin-color);
    bottom: 10px;
    left: 0;
}
.aside .logo a::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-top: 5px solid var(--skin-color);
    border-right: 5px solid var(--skin-color);
    top: 20px;
    right: 0;
}
.aside .logo a:nth-child(odd) { --glitch-translate: 8px; }
.aside .logo a:nth-child(even) { --glitch-translate: -8px; }

@keyframes stack {
    0% {
      opacity: 0;
      transform: translateX(-50%);
      text-shadow: -2px 3px 0 red, 2px -3px 0 blue;
    };
    60% {
      opacity: 0.5;
      transform: translateX(50%);
    }
    80% {
      transform: none;
      opacity: 1;
      text-shadow: 2px -3px 0 red, -2px 3px 0 blue;
    }
    100% {
      text-shadow: none;
    }
  }
  
  @keyframes glitch {
    0% {
      text-shadow: -2px 3px 0 red, 2px -3px 0 blue;
      transform: translate(var(--glitch-translate));
    }
    2% {
      text-shadow: 2px -3px 0 red, -2px 3px 0 blue;
    }
    4%, 100% {  text-shadow: none; transform: none; }
}
.aside .logo a span {
    font-family: 'Researcher', cursive;
    font-size: 40px;
    font-weight: 700;
    color: var(--skin-color);
}

.aside .nav-toggler {
    height: 40px;
    width: 45px;
    border: 1px solid var(--bg-black-50);
    cursor: pointer;
    position: fixed;
    left: 30px;
    top: 20px;
    border-radius: 5px;
    background: var(--bg-black-100);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.aside .nav-toggler span {
    height: 2px;
    width: 18px;
    background: var(--skin-color);
    display: inline-block;
    position: relative;
}
.aside .nav-toggler.open span {
    background-color: transparent;
}
.aside .nav-toggler span::before {
    content: '';
    height: 2px;
    width: 18px;
    background: var(--skin-color);
    position: absolute;
    top: -6px;
    left: 0;
}
.aside .nav-toggler.open span::before {
    transform: rotate(45deg);
    top: 0;
}
.aside .nav-toggler.open span::after {
    transform: rotate(-45deg);
    top: 0;
}
.aside .nav-toggler span::after {
    content: '';
    height: 2px;
    width: 18px;
    background: var(--skin-color);
    position: absolute;
    top: 6px;
    left: 0;
}
.aside nav {
    margin-top: 50px;
}
.aside nav li {
    margin-bottom: 20px;
    display: block;
}
.aside .nav li a {
    font-family: 'Researcher';
    font-size: 20px;
    font-weight: 500;
    display: block;
    color: var(--text-black-900);
    padding: 5px 15px;
    border-bottom: 1px solid var(--bg-black-50);
}
.aside .nav li a.active {
    color: var(--skin-color);
}
.aside .nav li a i {
    margin-right: 15px;
}
/* home */
.home {
    min-height: 100vh;
    display: flex;
    color: var(--text-black-900)
}
.home .home-info {
    flex: 0 0 60%;
    max-width: 60%;
}
h3.hello {
    font-family: 'Pixelify Sans';
    font-size: 28px; 
    margin: 15px 0;
}
h3.hello span {
    font-family: 'Pricedown', cursive;
    font-size: 50px;
    font-weight: 700;
    color: var(--skin-color);
}
h3.my-profession {
    font-family: 'Pixelify Sans';
    font-size: 40px;
    margin: 15px 0;
}
.typing {
    color: var(--skin-color);
}
.home-info p {
    font-family: 'Retro Gaming';
    margin-bottom: 70px;
    font-size: 19px;
    color: var(--text-black-700);
}
.home .home-img {
    height: 450px;
    width: 350px;
    position: relative;
    overflow: hidden;
    display: flex;
}
.home .home-img canvas {
    display: block;
    width: 319px;
    height: 415.5px;
    margin-top: 17.25px;
}
.home .home-img span:nth-child(1) {
    position: absolute;
    border-radius: 50px;
    top: 11px;
    left: 0px;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, transparent, var(--skin-color));
    animation: animate_one 2s linear infinite;
}
@keyframes animate_one {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}
.home .home-img span:nth-child(2) {
    position: absolute;
    top: 0px;
    border-radius: 50px;
    right: 8px;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, var(--skin-color));
    animation: animate_two 2s linear infinite;
    animation-delay: 1s;
}
@keyframes animate_two {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}
.home .home-img span:nth-child(3) {
    position: absolute;
    bottom: 11px;
    left: 0px;
    border-radius: 50px;
    width: 100%;
    height: 5px;
    background: linear-gradient(to left, transparent, var(--skin-color));
    animation: animate_three 2s linear infinite;
}
@keyframes animate_three {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.home .home-img span:nth-child(4) {
    position: absolute;
    bottom: 0px;
    left: 8px;
    border-radius: 50px;
    width: 5px;
    height: 100%;
    background: linear-gradient(to top, transparent, var(--skin-color));
    animation: animate_four 2s linear infinite;
    animation-delay: 1s;
}
@keyframes animate_four {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}
/* About */
.about .about-content {
    flex: 0 0 100%;
    max-width: 100%;
}
.about .about-content .about-text {
    flex: 0 0 100%;
    max-width: 100%;
}
.about .about-content .about-text h3 {
    font-family: 'Pixelify Sans';
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 700;
    color: var(--text-black-900);
}
.about .about-content .about-text h3 span {
    color: var(--skin-color);
}
.about .about-content .about-text p {
    font-family: 'Retro Gaming';
    font-size: 20px; 
    line-height: 25px;
    text-align: justify;
    color: var(--text-black-700);
}
.about .about-content .personal-info {
    flex: 0 0 60%;
    max-width: 60%;
    margin-top: 40px;
}
.about .about-content .personal-info .info-item {
    flex: 0 0 50%;
    max-width: 50%;
}
.about .about-content .personal-info .info-item p {
    font-family: 'Retro Gaming';
    font-weight: 600;
    padding: 10px 0;
    font-size: 12px;
    color: var(--text-black-900);
    border-bottom: 1px solid var(--bg-black-50);
}
.about .about-content .personal-info .info-item p span {
    font-weight: 400;
    color: var(--text-black-700);
    margin-left: 4px;
    display: inline-block;
}
.about .about-content .personal-info .buttons {
    margin-top: 30px;
}
.about .about-content .personal-info .buttons .btn {
    font-family: 'Researcher';
    margin-top: 10px;
}
.about .about-content .skills {
    flex: 0 0 40%;
    max-width: 40%;
    margin-top: 40px;
}
.about .about-content .skills .skill-item {
    flex: 0 0 100%;
    max-width: 100%;
}
.about .about-content .skills .skill-item h5 {
    line-height: 40px;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Researcher';
    color: var(--text-black-900);
    text-transform: capitalize;
}
.about .about-content .skills .skill-item .progress {
    background-color: var(--bg-black-50);
    height: 7px;
    border-radius: 4px;
    width: 100%;
    position: relative;
}
.about .about-content .skills .skill-item {
    margin-bottom: 25px;
}
.about .about-content .skills .skill-item .progress .progress-in {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 4px;
    background-color: var(--skin-color);
}
.about .about-content .skills .skill-item .skill-percent {
    position: absolute;
    right: 0;
    color: var(--text-black-900);
    top: -40px;
    font-weight: 400;
    line-height: 40px;
}
.about .about-content .education,
.about .about-content .experience,
.about .about-content .product, .leadership{
    flex: 100%;
    max-width: 100;
    margin-top: 30px;
}
.about .about-content h3.title {
    font-family: 'Researcher';
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 700;
    color: var(--text-black-900);

}
.about .about-content .timeline-box {
    flex: 0 0 100%;
    max-width: 100%;
}
.about .about-content .timeline {
    background-color: var(--bg-black-100);
    padding: 30px 15px;
    border: 1px solid var(--bg-black-50);
    border-radius: 10px;
    width: 100%;
    position: relative;
}
.about .about-content .timeline .timeline-item {
    position: relative;
    padding-left: 50px;
    padding-right: 150px;
    padding-bottom: 20px;
}
.about .about-content .timeline .timeline-item:last-child {
    padding-bottom: 0;
}
.about .about-content .timeline .timeline-item::before {
    content: '';
    width: 1px;
    position: absolute;
    height: 100%;
    left: 15px;
    top: 0;
    background-color: var(--skin-color);
}
.about .about-content .timeline .circle-dot {
    position: absolute;
    left: 7.7px;
    top: -1px;
    height: 15px;
    --r: 1px;
    aspect-ratio: 1;
    margin: calc(tan(22.5deg)*var(--r));
    clip-path: polygon(50% 0,100% 50%,50% 100%,0 50%) margin-box;
    --_g:/calc(2*var(--r)) calc(2*var(--r)) 
    radial-gradient(#000 70%,#0000 72%);
    --_s:calc(100% - (1 - tan(22.5deg))*var(--r));
    mask:
    conic-gradient(#000 0 0) no-repeat 50%/var(--_s) var(--_s),
    top var(--_g) no-repeat space,left var(--_g) space no-repeat;
    background: var(--skin-color);
}
.about .about-content .timeline .timeline-date {
    font-family: 'Retro Gaming';
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 12px;
    color: var(--text-black-700);
}
.about .about-content .timeline .timeline-date .fa {
    margin-right: 5px;
}

.about .about-content .timeline .timeline-title {
    font-family: 'Retro Gaming';
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: var(--text-black-900);
}
.about .about-content .timeline .timeline-title span {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: var(--skin-color);
    animation: mirror 2s 0s linear infinite;
    display: inline-block;
}
@keyframes mirror {
	0% {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		
	}
	50% {
		transform: scale(-1, 1);
		-webkit-transform: scale(-1, 1);
		-moz-transform: scale(-1, 1);
		-o-transform: scale(-1, 1);
		-ms-transform: scale(-1, 1);
	}
	100% {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
	}
}
.about .about-content .timeline .timeline-text {
    font-family: 'Retro Gaming';
    line-height: 24px;
    font-size: 16px;
    text-align: justify;
    color: var(--text-black-700);
}
.about .about-content .personal-info .info-item p span {
    display: block;
    margin-left: 0;
}
.service .container {
    padding-bottom: 40px;
}
.service .service-item {
    margin-bottom: 30px;
    flex: 0 0 100%;
    max-width: 100%;
}
.service .service-item .service-item-inner {
    background-color: var(--bg-black-100);
    border: 1px solid var(--bg-black-50);
    border-radius: 10px;
    padding: 30px 15px;
    text-align: center;
}
.service .service-item .service-item-inner:hover {
    box-shadow: 0 0 20px rgba(48, 46, 77, 0.15);
}
.service .service-item .service-item-inner .icon {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 30px;
    text-align: center;
    transition: all 0.3s ease;
}
.service .service-item .service-item-inner .icon .fa {
    font-size: 40px;
    line-height: 60px;
    color: var(--skin-color);
    transition: all 0.3s ease;
}
.service .service-item .service-item-inner:hover .icon {
    background: var(--skin-color);
}
.service .service-item .service-item-inner:hover .icon .fa {
    font-size: 25px;
    color: #ffffff;
}
.service .service-item .service-item-inner h4 {
    font-family: 'Pixelify Sans';
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--text-black-900);
    font-weight: 700;
    text-transform: capitalize;
}
.service .service-item .service-item-inner p {
    font-family: 'Pixelify Sans';
    font-size: 16px;
    color: var(--text-black-700);
    line-height: 25px;
}
.activities .container {
    padding-bottom: 40px;
}
.activities .activities-heading {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
}
.activities .activities-heading h2 {
    color: var(--text-black-900);
    font-weight: 500;
}
.activities .activities-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 30px;
    display: none;
}
.activities .activities-item-inner {
    border: 6px solid var(--bg-black-100);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    display: none;
}
.activities .activities-item-inner .activities-img {
    display: none;
}
.activities .activities-item-inner .activities-img img {
    width: 100%;
    display: none;
}
.contact-title {
    font-family: "Pixelify Sans";
    color: var(--skin-color);
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
}
.contact-sub-title {
    font-family: "Pixelify Sans";
    color: var(--text-black-900);
    text-align: center;
    font-size: 15px;
    margin-bottom: 60px;
}
.contact .contact-info-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    text-align: center;
    margin-bottom: 60px;
}
.contact .contact-info-item .icon {
    display: inline-block;
}
.contact .contact-info-item .icon .fa {
    font-size: 25px;
    color: var(--skin-color);
}
.contact .contact-info-item h4 {
    font-family: "Pixelify Sans";
    font-size: 18px;
    font-weight: 700;
    color: var(--text-black-900);
    text-transform: capitalize;
    margin: 15px 0 5px;
}
.contact .contact-info-item p{
    font-size: 16px;
    line-height: 25px;
    color: var(--text-black-700);
    font-weight: 400;
}
.contact form .contact-form {
    flex: 0 0 100%;
    max-width: 100%;
}
.contact form .contact-form .col-9 {
    flex: 40% 40% 20%;
    max-width: 50%;
}
.contact form .contact-form .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.contact form .contact-form .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.contact form .contact-form .form-item {
    margin-bottom: 30px;
}
.contact form .contact-form .form-item .form-control {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: var(--bg-black-100);
    border: 1px solid var(--bg-black-50);
    padding: 10px 25px;
    font-size: 16px;
    color: var(--text-black-700);
    transition: all 0.3s ease;
}
.contact form .contact-form .form-item .form-control:focus {
    box-shadow: 0 0 20px rgba(48, 46, 77, 0.15);
}
.contact form .contact-form .form-item textarea.form-control {
    height: 140px;
}
.contact .contact-form .btn {
    height: 50px;
    padding: 0 50px;
    cursor: pointer;
}   
.contact .contact-form .form-item .up input {
    display: none;
}
.contact .contact-form .form-item .up label {
    display: none;
    cursor: pointer;
    display: block;
    border-radius: 25px;
    height: 50px;
    width: 100%;
    background: var(--bg-black-100);
    border: 1px solid var(--bg-black-50);
    padding: 13px;
    font-size: 16px;
    color: var(--text-black-700);
    text-align: center;
    transition: all 0.3s ease;
    font-family: 'Pixelify Sans';
}
.slider-container {
    background: radial-gradient(circle at center, 
        var(--slide-color) 0%, 
        rgba(26, 54, 54, 0.7) 30%,  /* More intense center */
        rgba(26, 54, 54, 0.4) 70%,  /* Wider spread */
        rgba(26, 54, 54, 0.2) 100%  /* Softer edges */
    );
    padding: 20px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.slider-title {
    font-family: 'Pixelify Sans';
    text-align: center;
    color: var(--text-black-900);
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.slider-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    width: 120px;
    height: 3px;
    background-color: var(--skin-color);
    border-radius: 5px;
}

/* Remove the before/after gradients by commenting them out or deleting them */
/* .slider-container::before,
.slider-container::after {
    content: '';
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    z-index: 2;
} */

.slider {
    position: relative;
    width: 100%;
}

.slide-track {
    display: flex;
    width: calc(100px * 20); /* Increased number of slides */
    animation: scroll 80s linear infinite; /* Increased duration for smoother motion */
}

.slide {
    width: 200px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.slide:hover {
    transform: scale(1.1);
    filter: drop-shadow(0 0 10px var(--skin-color)) 
            drop-shadow(0 0 20px var(--skin-color)) 
            drop-shadow(0 0 30px var(--skin-color));
    animation: hologram 1.5s ease-in-out infinite alternate;
}

.slide img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-200px * 10)); /* Half of total width */
    }
}

@keyframes hologram {
    0% {
        opacity: 0.8;
        filter: drop-shadow(0 0 5px var(--skin-color)) 
                drop-shadow(0 0 10px var(--skin-color));
    }
    50% {
        opacity: 1;
        filter: drop-shadow(0 0 15px var(--skin-color)) 
                drop-shadow(0 0 25px var(--skin-color));
    }
    100% {
        opacity: 0.8;
        filter: drop-shadow(0 0 5px var(--skin-color)) 
                drop-shadow(0 0 10px var(--skin-color));
    }
}

/* Pause animation on hover */
.slider:hover .slide-track {
    animation-play-state: paused;
}