@import url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;400;600;700&display=swap);.header{height:60px;background:#f0f0f0;top:0;z-index:3;width:100%;display:flex;align-items:center}.header .header__container{max-width:1200px;display:flex;flex:1 1;align-items:center;justify-content:space-between;margin:auto;padding:0 10px}@media screen and (max-width:786px){.header .header__container{padding:0 10px}}.header .header__container .logo__container{width:50px;height:50px;display:flex;align-items:center}.header .header__container .logo__container img{width:100%;height:100%}.header .header__container .nav__items{display:flex;align-items:center}.header .header__container .nav__items .nav__links>a{color:#242525;margin:0 0 0 28px;font-size:18px;cursor:pointer;text-decoration:none;display:flex;align-items:center}@media screen and (max-width:500px){.header .header__container .nav__items .nav__links>a{margin-left:15px}}.hero{padding:90px 0;display:flex;justify-content:center;background-color:#88074e;background:linear-gradient(#29095e,#88074e);position:relative;overflow:hidden}@media screen and (max-width:1200px){.hero{padding:40px 0}}.hero .hero__contianer{display:flex;justify-content:flex-start;align-items:center;max-width:1200px;width:100%;padding:0 10px;position:relative;z-index:5}.hero .hero__contianer.multyform,.hero .hero__contianer.subscribe{width:750px}.hero .hero__contianer .auth-bg .r{position:absolute;width:150px;height:150px;border-radius:50%}.hero .hero__contianer .auth-bg .r:first-child{bottom:-100px;right:90px;background:#fff}.hero .hero__contianer .auth-bg .r:last-child{left:-40px;bottom:50px;background:#4a1999}.hero .hero__contianer .auth-bg .r.s{width:50px;height:50px}.hero .hero__contianer .auth-bg .r.s:nth-child(2){bottom:-10px;right:400px;background:#4a1999}.hero .hero__contianer .auth-bg .r.s:nth-child(3){left:400px;top:-70px;background:#adff2f}.hero .hero__contianer .auth-bg .r:nth-child(odd){-webkit-animation:floating 7s infinite;animation:floating 7s infinite}.hero .hero__contianer .auth-bg .r:nth-child(2n){-webkit-animation:floating 9s infinite;animation:floating 9s infinite}.hero .hero__contianer .hero__wrapper{display:flex;grid-gap:30px;width:100%;z-index:5}@media screen and (max-width:768px){.hero .hero__contianer .hero__wrapper{display:block}}.hero .hero__contianer .hero__wrapper .aboutme__rowTwo{width:100%}.hero .hero__contianer .hero__wrapper .aboutme__rowTwo .typer__text{font-size:22px;font-weight:400;font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New;color:#fff;margin-bottom:20px}@media screen and (max-width:768px){.hero .hero__contianer .hero__wrapper .aboutme__rowTwo .typer__text{margin-top:20px;margin-bottom:10px;font-size:16px}}.hero .hero__contianer .hero__wrapper .aboutme__rowTwo p{margin-bottom:14px;line-height:1.4rem;color:#adadad;font-size:16px}@media screen and (max-width:375px){.hero .hero__contianer .hero__wrapper .aboutme__rowTwo p{font-size:14px}}.hero .hero__contianer .hero__wrapper .aboutme__rowTwo .social_container{display:flex;justify-content:flex-start;align-items:center;margin-top:20px}@media screen and (max-width:768px){.hero .hero__contianer .hero__wrapper .aboutme__rowTwo .social_container{justify-content:center}}.hero .hero__contianer .hero__wrapper .aboutme__rowTwo .social_container .social__link{display:flex;align-items:center;justify-content:flex-start;margin-right:40px;font-size:32px;text-decoration:none;color:#fff}.hero .hero__contianer .hero__wrapper .aboutme__rowTwo .social_container .social__link:hover{color:#bbb}@media screen and (max-width:768px){.hero .hero__contianer .hero__wrapper .aboutme__rowTwo .social_container .social__link{width:100%;justify-content:space-evenly;margin:0;font-size:26px}}.hero .hero__contianer .hero__wrapper .about__imgContainer{width:270px;height:270px;border-radius:50%;overflow:hidden;margin:auto auto 20px;border:none}@media screen and (max-width:375px){.hero .hero__contianer .hero__wrapper .about__imgContainer{width:190px;height:190px}}.hero .hero__contianer .hero__wrapper .about__imgContainer img{width:100%;object-fit:cover;-webkit-mask-image:linear-gradient(180deg,#000,transparent);mask-image:linear-gradient(180deg,#000,transparent)}.hero .hero__contianer .hero__wrapper h4{text-align:center;font-size:22px;font-weight:500;margin-bottom:8px;color:#fff}@media screen and (max-width:375px){.hero .hero__contianer .hero__wrapper h4{font-size:20px}}.hero .hero__contianer .hero__wrapper h6{text-align:center;font-weight:200;font-size:14px;color:#bbb}@media screen and (max-width:375px){.hero .hero__contianer .hero__wrapper h6{font-size:13px}}@-webkit-keyframes floating{0%{transform:rotate(0deg) translate(-40px) rotate(0deg)}to{transform:rotate(1turn) translate(-40px) rotate(-1turn)}}@keyframes floating{0%{transform:rotate(0deg) translate(-40px) rotate(0deg)}to{transform:rotate(1turn) translate(-40px) rotate(-1turn)}}.project{padding:80px 0;background:#fbfbfb}.project .project__container{width:100%;max-width:1200px;margin:auto;padding:0 10px}.project .project__container h3{font-size:36px;margin-bottom:20px;color:#29095e;text-transform:uppercase}.project .project__container .project__wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:26px;padding-right:10px;padding-left:10px}@media screen and (max-width:768px){.project .project__container .project__wrapper{grid-template-columns:1fr;padding-right:3px;padding-left:3px}}.project .project__container .project__wrapper .project__card{width:100%;display:flex;justify-content:center;background:#fff;border-radius:4px;box-shadow:0 1px 3px rgba(136,7,78,.3)}.project .project__container .project__wrapper .project__card:hover{background-color:#faf4f7}.project .project__container .project__wrapper .project__card .project__info{padding:15px}@media screen and (max-width:425px){.project .project__container .project__wrapper .project__card .project__info{padding:12px 6px}}.project .project__container .project__wrapper .project__card .project__info .project__imgContainer{width:100%;height:230px;overflow:hidden}@media screen and (max-width:425px){.project .project__container .project__wrapper .project__card .project__info .project__imgContainer{height:200px}}.project .project__container .project__wrapper .project__card .project__info .project__imgContainer img{width:100%;object-fit:cover}.project .project__container .project__wrapper .project__card .project__info .project__text{margin-top:10px}.project .project__container .project__wrapper .project__card .project__info .project__text h6{font-size:16px;font-weight:600;margin-bottom:5px}.project .project__container .project__wrapper .project__card .project__info .project__text p{margin-bottom:15px;font-size:14px;color:#88074e}.project .project__container .project__wrapper .project__card .project__info .project__text .project__textLink{display:flex;justify-content:flex-start;align-items:center}.project .project__container .project__wrapper .project__card .project__info .project__text .project__textLink a{display:flex;align-items:center;text-decoration:none;margin-left:4px;color:#000;font-size:14px;margin-right:14px}.project .project__container .project__wrapper .project__card .project__info .project__text .project__textLink a:hover{text-decoration:underline;color:#88074e}.project .project__container .project__wrapper .project__card .project__info .project__text .project__textLink a .icons{font-size:17px;margin-right:4px}*{margin:0;padding:0;text-decoration:none;list-style:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}body{overflow-x:hidden;font-family:"Work Sans",sans-serif;background:#edf0f5;color:#252525}#cursor{border-left:.1em solid #00ff41;-webkit-animation:blink .7s steps(1) infinite;animation:blink .7s steps(1) infinite}@-webkit-keyframes blink{50%{border-color:transparent}}@keyframes blink{50%{border-color:transparent}}
/*# sourceMappingURL=main.4f737366.chunk.css.map */