:root{scroll-behavior:smooth;scroll-padding-top:3rem}*,:after,:before{margin:0;padding:0;text-decoration:none;transition:.75s linear}body{background-color:var(--light-theme-bg);box-sizing:border-box;font-family:Poppins,sans-serif}[data-theme=dark]{--general-text:#f5f5f5;--light-theme-bg:rgba(0,0,0,.8);--second-light-theme-bg:rgba(0,0,0,.5);--navbar-title-text:#f5f5f5;--general-design-color:#08a8ff;--navbar-bg:rgba(0,0,0,.8);--hamburger-nav-bar-bg:rgba(8,169,255,.2);--background-color:hsla(0,0%,45%,.2)}[data-theme=light]{--general-design-color:#08a8ff;--general-text:rgba(0,0,0,.9);--light-theme-bg:#fff;--second-light-theme-bg:#f5f5f5;--navbar-title-text:#000;--navbar-bg:#fff;--hamburger-nav-bar-bg:rgba(8,169,255,.2);--background-color:hsla(0,0%,45%,.2)}h1,h2,h3{font-family:Merriweather,serif}.text{color:var(--general-text)}.container{margin:0 auto;max-width:1100px;padding:0 2rem}footer{background:rgba(0,0,0,.9);border-top:1px solid var(--general-text);color:#fff;font-size:.9rem;padding:2rem 0}footer .footer-wrapper{text-align:center}footer .footer-wrapper>*{margin-bottom:.5rem}footer .github{margin-right:.3rem}footer .contact-email,footer .contact-mobile{display:block}footer a{color:var(--general-design-color)}footer .link-icons,footer .text-icons{display:inline;font-size:.7rem}footer .icon{color:#fff;font-size:1.3rem;vertical-align:middle}header{background-color:var(--light-theme-bg);padding-bottom:5rem}.introduce{display:grid;grid-template-areas:"a b" "c c";padding-top:5rem;place-items:center}.introduce .text-wrapper{border-left:5px solid var(--general-design-color);color:var(--navbar-title-text);grid-area:a;max-width:25rem}.introduce .title{font-size:clamp(.9rem,5vw,1.3rem);margin-bottom:1rem;text-align:center}.introduce span{color:#0966b1}.introduce .about-me{padding-left:1rem;text-align:center}.introduce .my-image{border-radius:34% 66% 69% 31%/30% 30% 70% 70%;box-shadow:1px 1px 10px var(--general-text);grid-area:b;max-width:clamp(10rem,30vw,20rem)}.introduce .tech-lang-wrapper{color:var(--general-text);grid-area:c;margin-top:10rem;text-align:center}.introduce .tech-lang-wrapper .icons{align-items:center;-webkit-align-items:center;display:flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;gap:4.5rem;justify-content:center;-webkit-justify-content:center}.introduce .icons-title{color:var(--navbar-title-text);font-size:.8rem;text-align:center}.introduce .icons .icon{vertical-align:middle}@media (max-width:765px){.introduce{gap:3.5rem;grid-template-areas:"a" "b" "c";place-items:center}.introduce .tech-lang-wrapper{margin-top:2rem}.introduce .tech-lang-wrapper .icons{gap:2rem}}nav{background-color:var(--navbar-bg);border-bottom:1px solid var(--general-text);height:2.5rem;min-width:100%;position:fixed;z-index:10}nav .nav-wrapper{align-items:center;-webkit-align-items:center;display:flex;height:100%;justify-content:space-between;-webkit-justify-content:space-between}nav .home .icon{color:var(--navbar-title-text);font-size:1.5rem;vertical-align:middle}nav .home .icon:hover{color:var(--general-design-color)}nav .home{padding:0}nav ul{display:flex;gap:3.5rem;justify-content:center;-webkit-justify-content:center;line-height:2.5rem;list-style:none}nav ul li a{color:var(--navbar-title-text);text-decoration:none}nav ul li{position:relative}nav ul li:hover:not(:last-child):after{width:100%}nav ul li:not(:last-child):after{background-color:var(--general-design-color);bottom:7px;content:"";height:2px;left:0;position:absolute;transition:.25s linear;-webkit-transition:.25s linear;-o-transition:.25s linear;width:0}nav .hamburger-menu{background:none;border:none;cursor:pointer;display:none}nav .hamburger-menu>:not(:last-child){margin-bottom:.2rem}nav .hamburger-menu .line{background-color:var(--general-text);content:"";height:3px;width:25px}nav .cross-burger .top{transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);translate:-2px 5px}nav .cross-burger .middle{opacity:0}nav .cross-burger .bottom{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-moz-transform:rotate(-45deg);translate:-2px -7px}@media (max-width:725px){nav .hamburger-menu{display:inline}nav .nav-wrapper{justify-content:space-evenly}nav ul{background-color:var(--navbar-bg);border:1px solid var(--general-text);flex-direction:column;-moz-flex-direction:column;gap:.5rem;line-height:1.5rem;list-style:none;margin-top:15rem;padding:1rem 0;position:absolute;text-align:center;width:15rem}nav ul li:not(:last-child):after{display:none}nav ul a:hover{color:var(--general-design-color)}nav .hide-nav{opacity:0;pointer-events:none}nav .show-nav{opacity:1}}.theme-icons{position:relative}.theme-icons button{background:none;border:none;cursor:pointer;font-size:1rem;vertical-align:middle}.moon-icon,.sun-icon:hover,.theme-icons{color:var(--general-design-color)}.moon-icon,.sun-icon,.theme-icons{color:var(--general-text)}.theme-icons .sun-icon{font-size:1.3rem}.theme-icons .hide{display:none}.about-me-section{background-color:var(--second-light-theme-bg);color:var(--general-text);padding-block:5rem}.about-me-section .heading{display:flex;gap:.5rem;justify-content:center;-webkit-justify-content:center}.about-me-section .heading .info{font-size:2rem}.about-me-section h2{margin-bottom:2rem}.about-me-section .text-container{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-areas:"a b" "c b" "d d";text-align:justify}.about-me-section .text-container .text{background-color:var(--navbar-bg);border:1px solid var(--general-text);color:var(--general-text);padding:1rem}.about-me-section .text-container .grid-box-1{grid-area:a}.about-me-section .text-container .grid-box-2{grid-area:b}.about-me-section .text-container .grid-box-3{grid-area:c}.about-me-section .text-container .grid-box-4{grid-area:d}.about-me-section .text-container .text a{color:var(--general-design-color)}.about-me-section .text-container .text h3{color:var(--general-design-color);margin-bottom:.5rem}.about-me-section .text-container p:before{content:"► "}@media (max-width:700px){.about-me-section .text-container{grid-template-areas:"a c" "b b" "d d"}}@media (max-width:590px){.about-me-section .text-container{grid-template-areas:"a" "b" "d" "c"}}.my-projects{background-color:var(--light-theme-bg);padding-block:5rem}.web-projects-wrapper{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.my-projects .title,.web-projects-wrapper{justify-content:center;-webkit-justify-content:center;margin-bottom:2rem}.my-projects .title{align-items:center;-webkit-align-items:center;color:var(--general-text);display:flex;font-size:1.3rem;gap:1rem;text-align:center}.my-projects .title-icon{font-size:2.2rem}.my-projects .pod-tlakem-card,.my-projects .remodelto,.my-projects .vympy-art-card,.my-projects .zlute-leseni{align-items:center;-webkit-align-items:center;background-color:var(--second-light-theme-bg);box-shadow:1px 1px 15px var(--general-text);display:flex;gap:3.5rem;justify-content:center;-webkit-justify-content:center;padding:2rem;text-align:justify}.my-projects .pod-tlakem-img,.my-projects .remodelto-img,.my-projects .vympy-art-img,.my-projects .zlute-leseni-img{border-radius:15px;vertical-align:middle;width:clamp(4rem,14vw,8rem)}.links-demo-code{display:flex;padding-top:1rem;text-align:center}.links-demo-code a{color:#0966b1}.my-projects .links-demo-code .icon{color:var(--general-text);font-size:1.5rem;margin-right:.5rem;vertical-align:middle}.my-projects .links-demo-code a:not(:last-child){margin-right:.5rem}.my-projects .description{color:var(--general-text);font-size:.8rem}.my-projects .description h3{font-size:1.2rem}.my-projects .description>*{margin-bottom:1rem}.my-projects .description span{color:#0966b1}@media (max-width:1000px){.web-projects-wrapper{grid-template-columns:1fr}}@media (max-width:650px){.my-projects .pod-tlakem-card,.my-projects .remodelto,.my-projects .vympy-art-card,.my-projects .zlute-leseni{flex-direction:column;-moz-flex-direction:column;gap:1.5rem;text-align:center}}
/*# sourceMappingURL=main.a327b70b.css.map*/