@import"https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap";.scroll2Top{background-color:#1976d2d9;width:2.6rem;height:2.6rem;border-radius:50%;position:fixed;right:3%;bottom:2rem;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2);font-size:1.25rem}.scroll2Top:hover{background-color:#1976d2}@media (max-width: 600px){.scroll2Top{width:2.2rem;height:2.2rem;opacity:.6;font-size:1rem}}header.flex{justify-content:space-between;margin-top:1.2rem}header.flex nav{background-color:var(--bgHeader);padding:.77rem 1.6rem;border-radius:55px;box-shadow:1px 1px 40px #3130304a}header ul.flex{gap:16px}header ul li a{color:var(--title);opacity:.9;font-size:.88rem;font-weight:500;text-transform:capitalize}header ul li a:hover{color:var(--blue);opacity:1;font-size:1.02rem}header button{font-size:.9rem}header.flex .menu{display:none}header .icon-menu,header button.mode{background-color:var(--bgHeader);height:2.4rem;width:2.4rem;border-radius:50%;justify-content:center;text-align:center;color:var(--subtitle);border:1px solid rgba(244,165,96,.249);box-shadow:1px 1px 40px #2323242a}header .icon-sun{color:orange}.light header .icon-menu{color:#000;box-shadow:1px 1px 40px #2323242a;border:1px solid var(--bgHeader)}header .icon-menu:hover,header button.mode:hover{color:var(--title);border:1px solid rgb(244,165,96)}header .icon-close{font-size:1.3rem;color:var(--subTitle);transition:.3s}.light header .icon-close{color:var(--subTitle)}header .icon-close:hover{font-size:1.7rem;color:#dc143c;rotate:180deg}header .fixed{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1999;background-color:#282830e8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}header .fixed ul.modal{width:75%;margin:auto;margin-top:2rem;border-radius:1rem 2rem;padding:1rem 2rem;background-color:var(--primary);animation:mymove .7s 1}@keyframes mymove{0%{scale:0}60%{scale:1.2}to{scale:1}}header .fixed ul.modal li{border-bottom:1px solid var(--border);padding-bottom:.77rem;padding-top:.5rem}header .fixed ul.modal li:first-child{text-align:right;border:none;padding-bottom:0;padding-top:.2rem;margin-bottom:-1rem}header .fixed ul.modal li:last-child{border-bottom:none}header .fixed ul.modal li a{font-size:1rem}@media (max-width: 700px){header.flex nav{display:none}header.flex .menu{display:block}}.hero{margin-top:3rem}.hero .left-section{flex-grow:1}.hero .parent-avatar.flex{align-items:flex-end;gap:.6rem}.hero .parent-avatar .avatar{width:88px;border-radius:50%;border:1px solid darkorange;padding:1px;box-shadow:2px 2px 40px #cbc8c84d inset;margin-right:.6rem}.hero .icon-verified{color:var(--blue);font-size:1.1rem;margin-bottom:.3rem}.hero .left-section .title{font-size:2.85rem;line-height:3.3rem;margin:24px 0;color:var(--title)}.hero .left-section .sub-title{color:var(--subTitle);font-size:.9rem;line-height:1.65rem;margin-bottom:32px}.hero .left-section .all-icons{font-size:1.3rem;gap:1.5rem;color:var(--subTitle)}.hero .left-section .all-icons .icon:hover{font-size:1.4rem;transition:.3s;cursor:pointer;color:var(--icon-hover)}.animation{width:100%;translate:100px 55px}@media (max-width: 1250px){.hero .animation{display:none}}main.flex{gap:2.64rem;align-items:flex-start}main.flex .left-section{display:flex;flex-direction:column;gap:10px}main.flex .left-section button{background-color:#24252e;width:11rem;padding:.75rem 0;text-align:center;font-size:1.05rem;text-transform:capitalize;opacity:.5;border-radius:5px;transition:.3s}main.flex .left-section button:hover{opacity:1}main.flex .left-section button.active{opacity:1;font-weight:700;letter-spacing:.6px;padding:.8rem 0;border:1px solid var(--blue)}.light main.flex .left-section button.active{border:1px solid #000}main.flex .right-section{flex-grow:1;flex-wrap:wrap;column-gap:16px;row-gap:2rem;justify-content:center}main.flex .right-section .card{background-image:linear-gradient(#ffffff0d,#ffffff0d);border:1px solid rgba(93,188,252,.3);box-shadow:1px 1px 1px #00000029,1px 1px 1px #00000026;border-radius:5px;transition:.3s}.light main.flex .right-section .card,.light main.flex .right-section .card:hover{border:none}main.flex .right-section .card:hover{border:1px solid var(--blue);scale:1.01;rotate:1deg;cursor:pointer}.light main.flex .right-section .card:hover{background-color:#f6f6f6}main.flex .right-section .card img{border-radius:5px}main.flex .right-section .card .box{padding:1rem .4rem}main.flex .right-section .card .box .title{color:var(--title);text-transform:capitalize}main.flex .right-section .card .box .Sub-title{color:var(--subTitle);font-size:.8rem;margin-top:.7rem;margin-bottom:1.1rem}main.flex .right-section .card .box .icons{justify-content:space-between}main.flex .right-section .card .box .icon-link,main.flex .right-section .card .box .icon-github{font-size:1.2rem;color:var(--subTitle)}main.flex .right-section .card .box .icon-link:hover,main.flex .right-section .card .box .icon-github:hover{font-size:1.25rem;color:var(--icon-hover);cursor:pointer}main.flex .right-section .card .box .link{display:flex;align-items:center;font-size:.9rem;color:var(--blue);margin-right:12px}@media (max-width: 600px){main.flex{flex-direction:column;align-items:center}main.flex .left-section{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:10px}main.flex .left-section button{width:7rem;padding:.8rem 0;font-size:.9rem}main.flex .right-section{flex-wrap:wrap;column-gap:16px;row-gap:2rem;justify-content:center}}section.contact-us .icon-envelope{color:var(--subTitle);margin-right:1rem;font-size:1.8rem;text-transform:capitalize}section.contact-us .title{font-size:2.1rem;color:var(--title);margin-bottom:1rem}section.contact-us .sub-title{color:var(--subTitle);margin-bottom:2rem;line-height:1.65rem}section.contact-us label{color:var(--subTitle)}section.contact-us #email,section.contact-us #message{all:unset;background-color:#3f3f4626;border:1px solid rgb(63,63,70);width:16rem;padding:.5rem 1rem;margin-left:1rem;border-radius:5px;font-size:1.1rem;transition:.3s}.light section.contact-us #email,.light section.contact-us #message{background-color:#ffffff29;border:1px solid rgb(128,128,128,.451);box-shadow:1px 1px 1px #49494b1b;color:#232324}section.contact-us #email:focus,section.contact-us #message:focus,section.contact-us #email:hover,section.contact-us #message:hover{border:1px solid rgb(45,212,191)}.light section.contact-us #email:focus,.light section.contact-us #message:focus,.light section.contact-us #email:hover,.light section.contact-us #message:hover{border:1px solid rgb(78,80,80)}section.contact-us #message{min-height:9rem;resize:vertical}section.contact-us .submit{background-color:#24252e;padding:.75rem 2rem;text-align:center;font-size:1.05rem;text-transform:capitalize;border-radius:5px;margin-top:1.8rem;border:1px solid rgb(63,63,70);transition:.3s}section.contact-us .submit:hover{scale:.97}@media (max-width: 1250px){.contact-animation{display:none}}@media (max-width: 600px){section.contact-us form{display:flex;flex-direction:column;width:85%}section.contact-us form div.flex{flex-direction:column;align-items:start}section.contact-us #email,section.contact-us #message{width:100%;margin-left:0;padding:.7rem 0;margin-top:1rem}section.contact-us .submit{width:30%;margin:auto;margin-top:1.8rem}section.contact-us .animation{display:none}}footer.flex{justify-content:space-between;padding-bottom:1.9rem}footer.flex ul{gap:1rem}footer.flex ul a{color:var(--subTitle);font-size:.9rem;font-weight:400}footer.flex ul a:hover{color:var(--blue);font-size:1rem;font-weight:500}footer.flex p{color:#71717a}@media (max-width: 800px){footer.flex{flex-direction:column;gap:2rem}}html{font-family:Roboto,sans-serif;letter-spacing:.1px;box-sizing:border-box;scroll-behavior:smooth}*,*:before,*:after{box-sizing:border-box}*{padding:0%;margin:0%;box-sizing:border-box}:root{--primary: rgb(24, 24, 27);--border: rgba(63,63,70,.4);--title: rgb(244 ,224 ,245);--subTitle: rgb(161 ,161, 170);--bgHeader: rgb(39, 39, 42);--blue: rgb(93, 188, 252);--icon-hover: #d4d4d8}.light{--primary: rgb(250, 250, 250);--border: rgba(202,202,202,.518);--title: rgba(39, 39, 42);--subTitle: rgb(82,82,91);--bgHeader: rgb(253, 253, 253);--blue: rgb(0, 149, 246);--icon-hover: #333}body{background-color:var(--primary);color:#fff}.container{padding-left:15px;padding-right:15px;margin-left:auto;margin-right:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.divider{border-bottom:1px solid var(--border);margin:3rem 0}li{list-style:none}a{all:unset;transition:.2s}a:hover{cursor:pointer}.flex{display:flex;align-items:center}.border{border:2px solid red}button{all:unset}button:hover{cursor:pointer}button:active{scale:.9}button:disabled{opacity:.4;cursor:not-allowed}::-webkit-scrollbar{width:.8rem}::-webkit-scrollbar-track{border:7px solid #292c3b;box-shadow:inset 0 0 2.5px 2px #00000080;border-radius:4px;background-color:#d4d4d8}::-webkit-scrollbar-thumb{background:#888;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#555}
