.header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:20px 6%;position:-webkit-sticky;position:sticky;top:0;z-index:1000;background:#0a0a0a;-webkit-box-shadow:rgba(0,0,0,0.15) 0px 3px 3px 0px;box-shadow:rgba(0,0,0,0.15) 0px 3px 3px 0px}.header .logo{text-decoration:none;font-size:32px;font-family:cursive;font-weight:bold;color:#ededed;-webkit-filter:drop-shadow(0 0 8px cyan);filter:drop-shadow(0 0 8px cyan)}.header .logo span{color:#0ff}.navbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}.navbar a{font-size:18px;text-decoration:none;color:#ededed;-webkit-transition:0.3s ease;transition:0.3s ease;font-weight:500}.navbar a::after{content:'';width:0;height:2px;background-color:#0ff;display:block;-webkit-transition:0.2s linear;transition:0.2s linear}.navbar a:hover::after{width:100%}.navbar a:hover{color:#0ff}.home{height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 6%}.home-content{max-width:600px}.home-content h1{font-size:56px;font-weight:700}.home-content h3{font-size:32px;font-weight:700;color:#0ff}.home-content p{font-size:16px;margin:20px 0 20px;max-width:582px;text-align:justify}.home-content .btn-box{width:345px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}.btn-box .btn{width:150px;background-color:#0ff;height:100%;border:none;border-radius:24px;font-size:19px;color:#262626;text-decoration:none;font-weight:600;letter-spacing:1px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-box-shadow:0px 0px 10px #0ff, 0px 0px 10px #0ff inset;box-shadow:0px 0px 10px #0ff, 0px 0px 10px #0ff inset;-webkit-transition:.4s;transition:.4s}.btn-box .btn:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px);-webkit-box-shadow:0px 0px 20px #0ff, 0px 0px 20px #0ff inset;box-shadow:0px 0px 20px #0ff, 0px 0px 20px #0ff inset}.btn-box .btn-talk{border:2px solid #0ff;background:#0a0a0a;color:#0ff}.btn-box .btn-me:hover{background:#0a0a0a;border:2px solid #0ff;color:#0ff}.btn-box .btn-talk:hover{background-color:#0ff;color:#0a0a0a}.home-image img{border-radius:50%;width:450px;height:450px;-webkit-box-shadow:0 0 16px #0ff;box-shadow:0 0 16px #0ff;border:1px solid #0ff;-webkit-transition:0.3s ease-in-out;transition:0.3s ease-in-out;cursor:pointer;-webkit-transform:scale(1);transform:scale(1)}.home-image img:hover{-webkit-box-shadow:0 0 8px #0ff, 0 0 16px #0ff, 0 0 24px #0ff;box-shadow:0 0 8px #0ff, 0 0 16px #0ff, 0 0 24px #0ff;-webkit-transform:scale(1.02);transform:scale(1.02)}.text-animation{font-weight:600}#i{color:white;font-size:32px}.text-animation span{position:relative}.text-animation span::before{content:"Web Developer";color:#0ff;-webkit-animation:words 20s infinite;animation:words 20s infinite}.text-animation span::after{content:'';background:#0a0a0a;position:absolute;width:calc(100% + 80px);height:100%;border-left:3px solid #0ff;right:-8px;-webkit-animation:cursor 0.6s infinite,typing 20s steps(14) infinite;animation:cursor 0.6s infinite,typing 20s steps(14) infinite}@-webkit-keyframes cursor{to{border-left:2px solid #0ff}}@keyframes cursor{to{border-left:2px solid #0ff}}@-webkit-keyframes words{0%,20%{content:'Full-Stack Developer'}21%,40%{content:'Web Designer'}41%,60%{content:'UX / UI Designer'}61%,80%{content:'Web Developer'}81%,100%{content:'Software Developer'}}@keyframes words{0%,20%{content:'Full-Stack Developer'}21%,40%{content:'Web Designer'}41%,60%{content:'UX / UI Designer'}61%,80%{content:'Web Developer'}81%,100%{content:'Software Developer'}}@-webkit-keyframes typing{10%,15%,30%,35%,50%,55%,70%,75%,90%,95%{width:0}5%,20%,25%,40%,45%,60%,65%,80%,85%{width:calc(100% + 8px)}}@keyframes typing{10%,15%,30%,35%,50%,55%,70%,75%,90%,95%{width:0}5%,20%,25%,40%,45%,60%,65%,80%,85%{width:calc(100% + 8px)}}.home .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.home .icon i{background:#0a0a0a;font-size:24px;border:3px solid #0ff;color:#0ff;height:40px;width:40px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-box-shadow:0 0 10px #0ff;box-shadow:0 0 10px #0ff;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:.3s ease;transition:.3s ease}.home .icon i:hover{-webkit-transition:0.2s linear;transition:0.2s linear;-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-box-shadow:0 0 20px #0ff;box-shadow:0 0 20px #0ff;background:#0ff;color:#0a0a0a}@media (max-width: 480px){.header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.header .logo{font-size:26px}.navbar{display:none}.home{height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:50px}.home-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.home-content .btn-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:50px}.home-content h1{font-size:32px;text-align:center}.home-content h3{font-size:24px;text-align:center}.home-content p{text-align:justify;padding:0 4px}.home .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.home-image img{width:300px;height:300px;margin-top:50px}#i{color:white;font-size:24px}}@media (min-width: 769px) and (max-width: 1024px){.header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px}.header .logo{font-size:32px}.navbar{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4, 1fr)}.home{height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:50px;margin:0 50px}.home-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.home-content h1{font-size:48px;text-align:center}.home-content h3{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.home-content .btn-box{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:50px}.home-content p{text-align:justify}.home .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.home-image img{width:400px;height:400px;margin-top:50px}.navbar{display:none}}.about{height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8%;padding:8% 6%;background:#3137434b}.about-image img{width:450px;height:450px;border:2px solid #0ff;-webkit-box-shadow:0px 0px 12px #0ff, 0px 0px 12px #0ff inset;box-shadow:0px 0px 12px #0ff, 0px 0px 12px #0ff inset;border-radius:5% 5%;-webkit-transition:all 0.4s ease;transition:all 0.4s ease}.about-image img:hover{-webkit-transform:scale(1.02);transform:scale(1.02);-webkit-box-shadow:0px 0px 18px #0ff, 0px 0px 18px #0ff inset;box-shadow:0px 0px 18px #0ff, 0px 0px 18px #0ff inset}.about-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.about-content h1{font-size:40px;font-weight:bold}.about-content h1 span{color:#0ff}.about-content h3{font-size:20px}.about-content p{max-width:650px;text-align:justify;margin-top:20px}.line{width:70px;height:4px;background:#0ff;border-radius:4px}.btn-about button{padding:12px 24px;background:#0ff;border:none;border-radius:24px;font-size:19px;font-weight:600;color:#262626;letter-spacing:1px;list-style:1px;-webkit-box-shadow:0px 0px 10px #0ff, 0px 0px 10px #0ff inset;box-shadow:0px 0px 10px #0ff, 0px 0px 10px #0ff inset;margin-top:10px;cursor:pointer;-webkit-transition:.3s;transition:.3s;-webkit-transform:scale(1);transform:scale(1)}.btn-about button:hover{-webkit-transform:scale(1.08);transform:scale(1.08);-webkit-box-shadow:0px 0px 20px #0ff, 0px 0px 20px #0ff inset;box-shadow:0px 0px 20px #0ff, 0px 0px 20px #0ff inset}@media (max-width: 480px){.about{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.about-image img{text-align:center;width:300px;height:300px}.about-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.about-content p{text-align:justify;padding:0 4px}}@media (min-width: 769px) and (max-width: 1024px){.about{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.about-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.about-image img{width:400px;height:400px}.about-content p{text-align:justify}}.education{padding:8% 6%}.title{font-size:1.5rem}.education-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8rem}.education-col{-webkit-box-flex:1;-ms-flex:1;flex:1}.education-box{border-left:3px solid #0ff}.education-content{margin-top:20px;padding-left:2rem}.box{position:absolute;left:8%;margin-top:80px;width:1rem;height:1rem;background:#0ff;border-radius:50%}.education-content .content{position:relative;padding:1.5rem;border:.2rem solid #0ff;border-radius:.6rem;margin-bottom:2rem;z-index:1;overflow:hidden}.education-content .content::before{content:'';position:absolute;top:0;left:0;width:0;height:100%;background:rgba(0,255,255,0.15);z-index:-1;-webkit-transition:.5s;transition:.5s}.education-content .content:hover::before{width:100%}.year{font-size:1rem;color:#0ff;padding-bottom:.5rem}.content h3{font-size:1.5rem;padding-bottom:.5rem}.content p{font-size:1.05rem}@media (min-width: 769px) and (max-width: 1024px){.education-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}}.services{padding:8% 6%}.sevices-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem}.services-box{-webkit-box-flex:1;-ms-flex:1;flex:1;background:#3137434b;padding:3rem 2rem 4rem;border-radius:2rem;text-align:center;-webkit-box-shadow:rgba(0,0,0,0.35) 0px 5px 15px;box-shadow:rgba(0,0,0,0.35) 0px 5px 15px}.services-box i{font-size:2.5rem;color:#0ff;background:#313743;width:65px;height:65px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}.services-box h3{font-size:1.6rem}.services-box p{font-size:1rem;max-width:auto;margin:0.5rem 0 2rem}.services-box .btn{padding:12px 24px;background:#0ff;border:4px solid #0ff;-webkit-box-shadow:0px 0px 10px #0ff, 0px 0px 10px #0ff inset;box-shadow:0px 0px 10px #0ff, 0px 0px 10px #0ff inset;border-radius:24px;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:.3s;transition:.3s}.services-box .btn:hover{-webkit-transform:scale(1.08);transform:scale(1.08);-webkit-box-shadow:0px 0px 20px #0ff, 0px 0px 20px #0ff inset;box-shadow:0px 0px 20px #0ff, 0px 0px 20px #0ff inset}.services-box a{text-decoration:none;font-weight:bold;letter-spacing:1px;color:#313743}.services-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;overflow:hidden;border-radius:15px;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.services-box::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:-webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(30%, transparent), to(rgba(0,255,255,0.3)));background:linear-gradient(0deg, transparent, transparent 30%, rgba(0,255,255,0.3));-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:all 0.5s ease;transition:all 0.5s ease;opacity:0}.services-box:hover{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-box-shadow:0 0 20px #0ff;box-shadow:0 0 20px #0ff}.services-box:hover::before{opacity:1;-webkit-transform:rotate(-45deg) translateY(100%);transform:rotate(-45deg) translateY(100%)}@media (max-width: 480px){.sevices-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (min-width: 769px) and (max-width: 1024px){.sevices-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.portfolio{background:#3137434b;padding:8% 6%}.portfolio-container{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3, 1fr);-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2.5rem}.portfolio-box{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;border-radius:2rem;-webkit-box-shadow:rgba(0,0,0,0.35) 0px 5px 15px;box-shadow:rgba(0,0,0,0.35) 0px 5px 15px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex}.portfolio-box img{width:100%;height:300px;-webkit-transition:.5s ease;transition:.5s ease}.portfolio-box:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}.portfolio-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear, left top, left bottom, from(rgba(255,0,0,0)), to(cyan));background:linear-gradient(to bottom, rgba(255,0,0,0), cyan);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;padding:0 2rem;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:.5s ease;transition:.5s ease}.portfolio-box:hover .portfolio-layer{-webkit-transform:translateY(0);transform:translateY(0)}.portfolio-layer h4{font-size:2rem}.portfolio-layer p{font-size:1rem;margin:.3rem 0 1rem}.portfolio-layer a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:3rem;height:3rem;background-color:white;border-radius:50%}.portfolio-layer a i{font-size:1rem;color:#262626}@media (max-width: 480px){.portfolio-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (min-width: 769px) and (max-width: 1024px){.portfolio-container{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2, 1fr)}}.skills{min-height:auto;padding-bottom:7rem;gap:10px;padding:8% 6%}.skills-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:5rem}.skills-col{-webkit-box-flex:1;-ms-flex:1 1 30rem;flex:1 1 30rem}.title{font-size:1.5rem;margin:0 0 1.5rem}.skills-box .skills-content{position:relative;border:.2rem solid #0ff;border-radius:.6rem;padding:.5rem 1.5rem;z-index:1;overflow:hidden}.skills-box .skills-content::before{content:'';position:absolute;top:0;left:0;width:0;height:100%;background:rgba(0,255,255,0.15);z-index:-1;-webkit-transition:.5s;transition:.5s}.skills-box .skills-content:hover::before{width:100%}.progress{padding:4px 0}.progress h3{font-size:1.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.progress h3 span{color:white}.progress .bar{height:2rem;border-radius:.6rem;border:.2rem solid #0ff;padding:.5rem;margin:1rem 0}.progress .bar span{display:block;height:100%;border:.3rem;background:#0ff;border-radius:.2rem}#html{width:90%}#css{width:80%}#javascript{width:65%}#python{width:75%}#a{width:95%}#b{width:67%}#c{width:85%}#d{width:60%}.contact{min-height:auto;padding-bottom:2.5rem}.contact form{max-width:70rem;margin:0 auto;text-align:center}.input-box{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.input-field{position:relative;width:49%;margin:.8rem 0}.input-field input,.textarea-field textarea{width:100%;height:100%;padding:1.5rem;font-size:1.6rem;border-radius:.6rem;color:white;background:#081b29;border:.2rem solid #0ff;outline:none}.input-field input::-webkit-input-placeholder,.textarea-field textarea::-webkit-input-placeholder{color:white}.input-field input:-ms-input-placeholder,.textarea-field textarea:-ms-input-placeholder{color:white}.input-field input::-ms-input-placeholder,.textarea-field textarea::-ms-input-placeholder{color:white}.input-field input::placeholder,.textarea-field textarea::placeholder{color:white}.textarea-field{position:relative;margin:.8rem 0 2.7rem;display:-webkit-box;display:-ms-flexbox;display:flex}.textarea-field textarea{resize:none}.submit{text-align:center}.icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px;margin-bottom:50px}.icon i{font-size:24px;height:40px;width:40px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-box-shadow:0 0 10px #0ff;box-shadow:0 0 10px #0ff;background-color:#0a0a0a;color:#0ff;border:2px solid #0ff}.icon i:hover{-webkit-transition:0.2s linear;transition:0.2s linear;-webkit-transform:translateY(-10px);transform:translateY(-10px);-webkit-box-shadow:0 0 20px #0ff;box-shadow:0 0 20px #0ff}@media (max-width: 480px){.contact form{padding:0 6%}}@media (min-width: 769px) and (max-width: 1024px){.contact form{padding:0 6%}}.icons-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#3137434b;padding:2% 6%}.footer{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4, 1fr);grid-gap:50px;padding:4% 0}h2{color:#0ff}.name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.name .span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;color:white}.link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:20px}.right-left{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}.right,.left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.right-left a,.end a{text-decoration:none;color:white}.end{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.end a{font-size:14px;padding-bottom:10px;color:#0ff}.location{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.loca{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.follow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.follow i{font-size:24px;cursor:pointer;-webkit-transition:.3s;transition:.3s}.follow i:hover{color:#0ff}@media (max-width: 480px){.footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.name,.link,.location,.follow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.end a{margin-top:20px}}@media (min-width: 769px) and (max-width: 1024px){.footer{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4, 1fr);grid-gap:20px}}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'Poppins', sans-serif}body{width:100%;background:#0a0a0a;color:#ededed}.header-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding-bottom:4%}h1{font-size:32px;font-weight:bold}span{color:#0ff}.line{width:70px;height:4px;background:#0ff;border-radius:4px}
/*# sourceMappingURL=index.min.css.map */