@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap";:root{--header-height: 3rem;--hue: 0;--sat: 0%;--title-color: hsl(var(--hue), var(--sat), 20%);--title-color-dark: hsl(var(--hue), var(--sat), 0%);--title-color-lighter: hsl(var(--hue), var(--sat), 50%);--text-color: hsl(var(--hue), var(--sat), 30%);--body-color: hsl(var(--hue), var(--sat), 98%);--container-color: #fff;--body-font: "Poppins", sans-serif;--h1-font-size: 2.25rem;--h2-font-size: 1.5rem;--h3-font-size: 1.25rem;--normal-font-size: 1rem;--small-font-size: .875rem;--smaller-font-size: .813rem;--tiny-font-size: .625rem;--big-font-size: 3.5rem;--font-normal: 400;--font-medium: 500;--font-semi-bold: 600;--mb-0-25: .25rem;--mb-0-5: .5rem;--mb-0-75: .75rem;--mb-1: 1rem;--mb-1-5: 1.5rem;--mb-2: 2rem;--mb-2-5: 2.5rem;--mb-3: 3rem;--z-tooltip: 10;--z-fixed: 100;--z-modal: 1000}@media screen and (max-width:992px){:root{--h1-font-size: 1.5rem;--h2-font-size: 1.25rem;--h3-font-size: 1rem;--big-font-size: 2.75rem;--normal-font-size: .938rem;--small-font-size: .813rem;--smaller-font-size: .75rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body,button,input,textarea{font-family:var(--body-font);font-size:var(--normal-font-size)}body{background-color:var(--body-color);color:var(--text-color)}h1,h2,h3{color:var(--title-color);font-weight:var(--font-semi-bold)}ul{list-style:none}a{text-decoration:none}button{cursor:pointer;border:none;outline:none}img{max-width:100%;height:auto}section{padding:6rem 0 2rem}.section__title{font-size:var(--h1-font-size);color:var(--title-color)}.section__subtitle{display:block;font-size:var(--small-font-size);margin-bottom:4rem}.section__title,.section__subtitle{text-align:center}.container{max-width:968px;margin-left:auto;margin-right:auto}.grid{display:grid;gap:1.5rem}.main{min-height:calc(100vh - var(--header-height));display:flex;align-items:center;justify-content:center}.button{display:inline-block;background-color:var(--title-color);color:var(--container-color);padding:1.25rem 2rem;border-radius:1rem;font-weight:var(--font-medium)}.button:hover{background-color:var(--title-color-dark)}.button__icon{margin-left:var(--mb-0-5)}.button--flex{display:inline-flex;align-items:center}@media screen and (max-width:992px){.container{margin-left:var(--mb-1-5);margin-right:var(--mb-1-5)}.button{padding:1rem 1.75rem}.button__icon{width:22px;height:22px}}@media screen and (max-width:768px){body{margin:0 0 var(--header-height) 0}.section{padding:2rem 0 4rem}.section__subtitle{margin-bottom:var(--mb-3)}}@media screen and (max-width:350px){:root{--big-font-size: 2.25rem}.container{margin-left:var(--mb-1);margin-right:var(--mb-1)}}.nav__logo,.nav__toggle{color:var(--title-color);font-size:var(--h3-font-size);font-weight:var(--font-medium)}.active-link,.nav__link:hover{color:var(--title-color-dark)}@media screen and (max-width:768px){.header{top:0;bottom:initial}nav{height:var(--header-height);border-radius:1.5rem 1.5rem 0 0;transition:.3s}.nav__list{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.nav__icon{font-size:1.5rem}.nav__close{position:absolute;right:1.3rem;top:.5rem;font-size:1.5rem;cursor:pointer;color:var(--title-color)}.nav__close:hover{color:var(--title-color-dark)}.nav__toggle{font-size:1.1rem;cursor:pointer}.nav__menu{position:fixed;top:-100%;left:0;width:100%;background-color:var(--body-color);padding:2rem 1.5rem 4rem;box-shadow:0 -1px 4px #00000026}.show-menu{top:0}.nav__icon,.nav__close,.nav__toggle{display:flex}}.header{width:100%;position:fixed;top:0;left:0;z-index:var(--z-fixed);background-color:var(--body-color)}nav{height:calc(var(--header-height) + 1.5rem);display:flex;justify-content:space-between;align-items:center;column-gap:1rem}.nav__logo,.nav__toggle{display:flex;justify-content:center;align-items:center;gap:.5rem;color:var(--title-color);font-size:var(--h3-font-size);font-weight:var(--font-medium)}.nav__logo img{width:28px;height:28px;border:2px solid var(--title-color);border-radius:100%;padding:2px}.nav__list{display:flex;column-gap:2rem}.nav__link{display:flex;flex-direction:column;align-items:center;font-size:var(--small-font-size);color:var(--title-color);font-weight:var(--font-medium);transition:.3s}.nav__icon,.nav__close,.nav__toggle{display:none}.nav__link:hover{color:var(--title-color-lighter)}.active-link{color:var(--title-color-dark)}.scroll-header{box-shadow:0 -1px 4px #00000026}@media screen and (max-width:768px){.header{top:0;bottom:initial}nav{height:var(--header-height);border-radius:1.5rem 1.5rem 0 0;transition:.3s}.nav__list{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.nav__icon{font-size:1.5rem}.nav__close{position:absolute;right:1.3rem;top:.5rem;font-size:1.5rem;cursor:pointer;color:var(--title-color)}.nav__close:hover{color:var(--title-color-dark)}.nav__toggle{font-size:1.5rem;cursor:pointer}.nav__menu{position:fixed;top:-100%;left:0;width:100%;background-color:var(--body-color);padding:4rem 1.5rem 2rem;box-shadow:0 -1px 4px #00000026;border-radius:0 0 1.5rem 1.5rem;transition:.3s}.show-menu{top:0}.nav__icon,.nav__close,.nav__toggle{display:flex}}@media screen and (max-width:350px){.nav__menu{padding:2rem .25rem 4rem}.nav__list{column-gap:0}}.hero.section{padding:0}.hero__container{row-gap:7rem}.hero__content{display:grid;grid-template-columns:1fr 1fr;padding-top:0;column-gap:2rem;align-items:center}.hero__right{display:flex;flex-direction:column;gap:var(--mb-1-5)}.hero__social{display:flex;flex-direction:row;gap:1rem;margin-top:var(--mb-0-5)}.hero__social-icon{font-size:1.25rem;color:var(--title-color)}.hero__social-icon:hover{color:var(--title-color-dark)}.hero__title{font-size:var(--big-font-size);margin-bottom:var(--mb-0-25)}.hero__hand{width:38px;height:38px;margin-left:.4rem}.hero__subtitle{position:relative;font-size:var(--h3-font-size);padding-left:5.4rem;font-weight:var(--font-normal);margin-bottom:var(--mb-1)}.hero__subtitle:before{content:"";position:absolute;width:70px;height:1px;background-color:var(--text-color);left:0;top:1rem}.hero__description{max-width:400px;margin-bottom:var(--mb-3)}.hero__img{background:url(../../assets/reza-1.webp);background-repeat:no-repeat;background-position:center;background-size:cover;box-shadow:inset 0 0 0 9px #0000004d;order:1;justify-self:center;width:380px;height:380px;animation:profile__animate 8s ease-in-out infinite 1s}@keyframes profile__animate{0%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30%}to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}}.hero__scroll{position:relative;display:flex;align-content:center;justify-content:center;flex-wrap:wrap}.wheel{animation:scroll 2s ease infinite}@keyframes scroll{0%{transform:translateY(0)}30%{transform:translateY(3.75rem)}}.hero__scroll-name{color:var(--title-color);font-weight:var(--font-medium);margin-right:var(--mb-0-25);margin-left:2px}.hero__scroll-arrow{font-size:1.25rem;color:var(--title-color)}@media screen and (max-width:992px){.hero__container{row-gap:4rem}.hero__content{column-gap:1.5rem}.hero__hand{width:26px;height:26px}.hero__subtitle{padding-left:3.75rem;margin-bottom:var(--mb-1)}.hero__subtitle:before{width:42px;top:.8rem}.hero__description{max-width:initial;margin-bottom:var(--mb-2-5)}.hero__img{width:300px;height:300px;box-shadow:inset 0 0 0 8px #ffffff4d}}@media screen and (max-width:768px){.hero__container{row-gap:3rem}.hero__content{grid-template-columns:1fr;text-align:center}.hero__img{order:1;justify-self:center;box-shadow:inset 0 0 0 6px #ffffff4d;width:200px;height:200px}.hero__right{order:2;align-items:center}.hero__data{display:flex;flex-direction:column;align-items:center}.hero__description{margin-left:auto;margin-right:auto}}@media screen and (max-width:350px){.hero__img{width:180px;height:180px}.hero__hand{width:22px;height:22px}}
