*{margin:0;padding:0;box-sizing:border-box}html{font-size:10px;max-height:5000px!important}@media (max-width: 1200px){html{font-size:9px}}@media (max-width: 900px){html{font-size:6.5px}}@media (max-width: 600px){html{font-size:5px}}@media (min-width: 1800px){html{font-size:12px}}body{max-height:5000px!important;max-width:1600px;padding:3rem;overflow-x:hidden;margin:0 auto;background-color:#fff}@media (max-width: 900px){body{padding:0}}section{padding:8rem 10rem;min-height:80vh;max-width:100%;margin-top:-12.5rem;clip-path:polygon(0 14%,100% 0%,100% 85%,0 100%)}@media (max-width: 1200px){section{padding-top:24rem;margin-top:-24rem}}@media (max-width: 900px){section{margin:0;padding:5rem;clip-path:none!important}}@media screen and (max-width: 1024px) and (max-height: 600px){section{margin-top:-12rem}}@keyframes main-img-anim{0%{opacity:0;transform:translateY(30px)}60%{opacity:.6}to{opacity:1;transform:translateY(0)}}@keyframes main-img-anim-phone{0%{opacity:0}60%{opacity:.6}to{opacity:1}}@keyframes moveLeftoRight{0%{opacity:0;transform:translate(-100px)}60%{transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes moveRightoLeft{0%{opacity:0;transform:translate(10rem)}60%{transform:translate(-2rem)}to{opacity:1;transform:translate(0)}}@keyframes webDevAnim{0%{width:100%}50%{width:0%}to{width:100%}}@keyframes cursor-anim{0%{border-right:6px solid #fff}50%{border-right:6px solid transparent}to{border-right:6px solid #fff}}@keyframes btnMoveUp{0%{transform:translateY(4rem);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes bulb{0%{color:#470034}50%{color:#ff06ff}}@keyframes bulb-2{0%{fill:#a91079;color:#777}50%{fill:#ff06ff;color:#e2e2e2}}@keyframes rotate{0%{transform:rotate(30deg)}to{transform:rotate(0)}}@property --a{syntax: "<angle>"; inherits: false; initial-value: 0deg;}@keyframes featureBoxAnim{0%{--a: 0deg}to{--a: 360deg}}@keyframes social-anim{0%{opacity:0}70%{opacity:0}to{opacity:1}}@keyframes social-anim-gitHub{0%{transform:translate(0)}to{transform:translate(10rem,-10rem)}}@keyframes social-anim-linkedIn{0%{transform:translate(0)}to{transform:translate(14rem,-2rem)}}@keyframes social-anim-instagram{0%{transform:translate(0)}to{transform:translate(12.5rem,7rem)}}@keyframes contact-anim{0%{transform:rotate(0)}to{transform:rotate(40deg)}}@keyframes git-anim-phone{0%{transform:translateY(0);opacity:0}to{transform:translateY(-10rem);opacity:1}}@keyframes linkedIn-anim-phone{0%{transform:translateY(0);opacity:0}to{transform:translateY(-10rem);opacity:1}}@keyframes insta-anim-phone{0%{transform:translateY(0);opacity:0}to{transform:translateY(-10rem);opacity:1}}.navigation{z-index:100000}.navigation__checkbox{visibility:hidden;display:none;z-index:10000}.navigation__btn{cursor:pointer;position:fixed;height:7rem;width:7rem;top:6rem;left:6rem;background-color:#f7f7f7;border-radius:50%;text-align:center;z-index:200;display:flex;align-items:center;justify-content:center;box-shadow:0 1rem 2rem #0003;z-index:20000}.navigation__background{background-image:radial-gradient(#322486,#030637,#000);height:6rem;width:6rem;border-radius:50%;position:fixed;top:6.5rem;left:6.5rem;z-index:5000;transition:transform .5s}.navigation__nav{position:fixed;top:0;right:0;z-index:5000;height:100vh;width:0;opacity:0;transition:all .2s;visibility:hidden}.navigation__list{cursor:pointer;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-weight:900;text-align:center;list-style:none}.navigation__item{margin:1rem}@media (max-width: 900px){.navigation__item{margin:0;margin-bottom:5rem}}.navigation__link{display:inline-block;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;letter-spacing:2px;font-size:3rem;font-weight:600;text-decoration:none;text-transform:uppercase;color:#fff;padding:1rem;background-image:linear-gradient(120deg,transparent 0%,transparent 50%,white 50%);background-size:235%;transition:all .5s}@media (max-width: 900px){.navigation__link{font-size:5rem}}@media (max-width: 900px){.navigation__link{font-size:4rem;font-weight:500}}.navigation__link:hover,.navigation__link:active{background-position:100%;color:#470034;transform:translate(1rem)}@media (max-width: 900px){.navigation__link:hover,.navigation__link:active{transform:translate(2rem)}}.navigation__checkbox:checked~.navigation__nav{visibility:visible;width:100%;opacity:1}.navigation__checkbox:checked~.navigation__background{transform:scale(60)}.navigation__checkbox:checked~.navigation__btn .navigation__icon:after{transform:rotate(45deg);top:1rem}.navigation__checkbox:checked~.navigation__btn .navigation__icon:before{transform:rotate(-45deg);top:-1rem}.navigation__checkbox:checked~.navigation__btn .navigation__icon{background-color:transparent}.navigation__icon{position:relative}.navigation__icon,.navigation__icon:after,.navigation__icon:before{display:inline-block;background-color:#3b3b3b;width:3rem;height:2px;transition:all .3s}.navigation__icon:after,.navigation__icon:before{content:"";position:absolute;left:0}.navigation__icon:after{top:.8rem}.navigation__icon:before{top:-.8rem}.navigation__btn:hover .navigation__icon:after{transform:translateY(.2rem)}.navigation__btn:hover .navigation__icon:before{transform:translateY(-.2rem)}.header{height:95vh;width:100%;background-image:linear-gradient(to right bottom,#000,#2e0249);overflow:hidden;background-size:cover;background-position:top;clip-path:polygon(0 0,100% 0,100% 80vh,0 100%);position:relative;transition:all 1s}@media (max-width: 900px){.header{clip-path:none;height:100vh}}@media (max-width: 900px){.header__social{width:100%;gap:5rem;display:flex;margin-top:65vh;align-items:center;justify-content:center}}.header__social-icon{position:absolute;right:28rem;top:25rem;width:4rem;height:4rem;fill:gray;color:gray;cursor:pointer;backface-visibility:hidden;transition:transform .2s}@media (max-width: 900px){.header__social-icon{width:6rem;height:6rem;position:static}}.header__social-icon-outside{fill:currentColor!important}.header__social-icon-outside:hover{fill:silver!important}.header__social-icon-inside{fill:#000!important}.header__social-icon:hover{fill:silver!important}.main-img{width:25rem;position:absolute;right:17rem;top:15rem;background-size:contain;animation:main-img-anim 1.5s ease-in-out}@media (max-width: 1200px){.main-img{right:50%;transform:translate(50%);top:10rem;width:35rem;height:35rem;animation:main-img-anim-phone 1.5s ease-in-out}}.git-hub{transform:translate(10rem,-10rem);animation:social-anim 1.5s ease-in,social-anim-gitHub 1.5s ease-in .5s;z-index:1000;cursor:pointer}.git-hub:hover{transform:translate(10rem,-10rem);fill:silver}@media (max-width: 900px){.git-hub{transform:translate(0);animation:git-anim-phone .5s ease forwards;z-index:10}}.linked-in{z-index:1000;transform:translate(14rem,-2rem);animation:social-anim 1.5s ease-in,social-anim-linkedIn 1.5s ease-in .5s}.linked-in:hover{transform:translate(14rem,-2rem);fill:silver}@media (max-width: 900px){.linked-in{transform:translate(0);animation:linkedIn-anim-phone 1s ease forwards;z-index:10}}.instagram{z-index:10;transform:translate(12.5rem,7rem);animation:social-anim 1.5s ease-in,social-anim-instagram 1.5s ease-in .5s forwards}.instagram:hover{transform:translate(12.5rem,7rem);fill:silver}@media (max-width: 900px){.instagram{transform:translate(0);animation:insta-anim-phone 1.5s ease forwards;z-index:10}}body{font-family:Nato,sans-serif;line-height:1.7;font-size:1.6rem;font-weight:400;color:#777}.text-box{position:absolute;top:30%;left:50%;bottom:30%;text-align:center;transform:translate(-50%);backface-visibility:hidden}@media (max-width: 900px){.text-box{top:30%}}.primery-title{color:#fbfcc5;text-transform:uppercase;text-wrap:nowrap}.primery-title--main{font-size:6rem;display:block;letter-spacing:2rem;animation-name:moveLeftoRight;animation-duration:1.5s;animation-timing-function:ease-out}@media (max-width: 600px){.primery-title--main{letter-spacing:1rem;font-size:10rem}}.primery-title--sub{color:#b8b8b8;font-size:3rem;font-weight:300;letter-spacing:.8rem;animation:moveRightoLeft 1.5s ease-out;transition:all .5s;display:inline-block;line-height:3rem}.primery-title--sub-wrapper{border-right:6px solid #fff;display:inline-block;overflow:hidden;margin-right:auto}.primery-title--sub-content{display:inline-block}@media (max-width: 600px){.primery-title--sub{letter-spacing:.8rem;font-size:4rem;font-family:Roboto,sans-serif;font-weight:300;font-style:normal;margin-top:-3rem}}.heading-secondary-box{display:flex;align-items:center;justify-content:center;margin:6rem 0}@media (max-width: 900px){.heading-secondary-box{margin:5rem 0}}.heading-secondary{font-size:5rem;font-weight:700;text-transform:uppercase;background-image:linear-gradient(var(--a),#030637,rgb(255,6,255));animation:featureBoxAnim 6s linear infinite;-webkit-background-clip:text;background-clip:text;color:transparent;line-height:normal;transition:all 1s;transform-origin:left;cursor:pointer}@media (max-width: 900px){.heading-secondary{font-size:8rem;margin-bottom:0}}.header-thertiary{font-size:1.6rem;font-weight:700;text-transform:uppercase;animation:bulb-2 7s linear infinite both}@media (max-width: 900px){.header-thertiary{font-size:3rem;text-align:center}}.paragraph{font-size:1.6rem;color:#a8a8a8;transition:transform 1s ease;transform-origin:left}.paragraph:not(:last-child){margin-bottom:3rem}@media (max-width: 900px){.paragraph{font-size:3rem;text-align:justify;text-align-last:left;-webkit-hyphens:manual;hyphens:manual}}.btn{cursor:pointer;border:none;text-decoration:none;text-transform:uppercase;padding:1.5rem 4rem;display:inline-block;border-radius:3.6rem;transition:transform .5s ease,box-shadow .5s ease;position:relative;backface-visibility:hidden;will-change:transform}.btn-white{color:#777;background-color:#fff;font-size:1.6rem}.btn-white:after{background-color:#fff}@media (max-width: 900px){.btn-white{margin-top:5rem}}.btn-blue{color:#fff;background-color:#470034;font-size:1.6rem}.btn-blue:after{background-color:#470034}.btn--animated{animation:btnMoveUp 1s ease-out .75s;animation-fill-mode:backwards}@media (max-width: 900px){.btn{font-size:3.5rem;padding:2rem 4.5rem}}.btn:after{content:"";display:inline-block;width:100%;height:100%;position:absolute;top:0;left:0;border-radius:10rem;z-index:-1;transition:all .5s}.btn:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003}.btn:hover:after{transform:scaleX(1.6) scaleY(1.6);opacity:0}.btn:active{transform:translateY(-1px);box-shadow:0 5px 10px #0003}.btn-secondary-box{display:block}@media (max-width: 900px){.btn-secondary-box{display:flex;align-items:center;justify-content:center}}.btn-secondary{background-color:transparent;font-size:1.6rem;color:#470034;text-decoration:none;display:inline-block;padding-bottom:3px;padding:.5rem;border:none;cursor:pointer;border-bottom:1px solid rgb(255,6,255);transition:all .3s;animation:bulb 7s infinite both}@media (max-width: 900px){.btn-secondary{font-size:2.5rem}}.btn-secondary:hover{transform:translateY(-.5rem);box-shadow:0 1rem 1.4rem #00000040;background-color:#470034;color:#fff;animation:none}.btn-secondary:active{transform:translateY(0);box-shadow:0 .5rem 1.8rem #0000001a;animation:none}.section-about{background-color:#11122b;transition:1s all}.section-about__grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem}@media (max-width: 900px){.section-about__grid{grid-template-columns:1fr;gap:7rem;grid-template-rows:80rem 40rem}}@media (max-width: 900px){.section-about .heading-thertiary:not(:first-child){margin-top:8rem}}.composition{position:relative;transition:all 1s;transform-origin:bottom}@media (max-width: 900px){.composition{padding-bottom:-15rem}}.composition__photo{width:55%;box-shadow:0 .1rem 2rem #0006;cursor:pointer;position:absolute;transition:transform .2s,opacity .2s,outline .2s;z-index:10;outline-offset:2rem;outline:1.5rem solid rgba(0,0,0,0);backface-visibility:hidden}@media (max-width: 900px){.composition__photo{transition:transform .5s,opacity .5s,outline .5s}}@media (max-width: 900px){.composition__photo{width:50%}}.composition__photo--p1{top:5rem;left:0rem;transition:transform .2s}@media (max-width: 900px){.composition__photo--p1{transform:translate(5rem)}}.composition__photo--p2{top:5rem;right:0rem;transition:transform .2s}@media (max-width: 900px){.composition__photo--p2{transform:translate(-5rem)}}.composition__photo--p3{top:10rem;left:23%;transition:transform .2s}.composition__photo:hover{outline-color:#720058;transform:scale(1.1) translateY(-.5rem);box-shadow:0 1.5rem 2.5rem #0009;z-index:20}.composition:hover .composition__photo:not(:hover){transform:scale(1)}@media (max-width: 1200px){.section-features{min-height:100vh}}@media (max-width: 900px){.section-features{min-height:120vh}}.section-features__row{padding:15rem 0;display:grid;gap:3rem;grid-template-columns:repeat(4,1fr)}@media (max-width: 1200px){.section-features__row{grid-template-columns:1fr 1fr;padding:5rem}}@media (max-width: 600px){.section-features__row{grid-template-columns:1fr;row-gap:8rem;padding:3rem}}.section-features__col{width:100%;height:100%}.feature-box{min-height:100%!important;background-image:linear-gradient(var(--a),transparent,rgb(255,6,255));width:100%;animation:featureBoxAnim 4s linear infinite;text-align:center;text-transform:uppercase;font-size:1.5rem;padding:2.5rem;border-radius:2px;box-shadow:0 1rem 2rem #00000026;cursor:pointer;text-wrap:nowrap;transition:transform 1s;position:relative;height:39rem;z-index:100}.feature-box:before{content:"";height:98%;width:96%;position:absolute;top:0;left:0;transform:translate(2%,1%);background-color:#000;color:#000;z-index:-1}@media (max-width: 900px){.feature-box{padding:5rem;height:auto}}@media (max-width: 900px){.feature-box{font-size:3rem}}.feature-box__icon{height:8rem;width:12rem;padding-bottom:.5rem;display:inline-block;background:linear-gradient(to right,#ff06ff,#470034);-webkit-background-clip:text;background-clip:text;color:transparent;animation:bulb-2 7s linear infinite both}@media (max-width: 900px){.feature-box__icon{width:12rem;height:12rem}}.feature-box__text{text-align:center;text-wrap:balance;text-transform:none}.feature-box:hover{transform:translateY(-1.5rem) scale(1.05)!important}@media (max-width: 900px){.feature-box:hover{transform:translateY(0) scale(1)}}.icon-anim{fill:#a91079;animation:bulb-2 7s linear infinite both}.node,.react{height:7rem;width:7rem;margin:.5rem 0}@media (max-width: 900px){.node,.react{height:12rem;width:12rem}}.section-projects{background-color:#f7f7f7;margin-top:-19rem;padding:8rem 2rem 20rem;background-image:linear-gradient(to right bottom,#030637cc,#000c),url(../img/section-project-background.webp);background-size:cover;clip-path:polygon(0 13%,100% 0%,100% 85%,0 100%)}@media (max-width: 1200px){.section-projects{margin-top:-35rem;padding-top:15rem}}@media (max-width: 600px){.section-projects{clip-path:none;margin-top:0rem}}.card{perspective:150rem;-moz-perspective:150rem;position:relative;cursor:pointer;height:45rem}@media (max-width: 600px){.card{height:4rem}}.card__side{height:45rem;text-align:center;text-transform:uppercase;border-radius:5px;cursor:pointer;overflow:hidden;position:absolute;top:0;left:0;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-shadow:0 1.5rem 4rem #00000026;transition:transform 1s ease}.card__side--front{background-color:#11122b}.card__side--back{transform:rotateY(180deg);margin:0 auto}.card__side--back-1{background-image:linear-gradient(to right bottom,#0059ff,#2e0249)}.card__side--back-2{background-image:linear-gradient(to right bottom,#7edf6f,#28b485)}.card__side--back-3{background-image:linear-gradient(to right bottom,#ff06ff,#470034)}.card__side--back-4{background-image:linear-gradient(to right bottom,#af24eb,#280238)}.card__side--back-5{background-image:linear-gradient(to right bottom,brown,#000)}.card__side--back-6{background-image:linear-gradient(to right bottom,#28b485,#012b12)}.card__side--back-7{background-image:linear-gradient(to right bottom,#0c014d,#250335)}.card--text{text-transform:none}.card:hover .card__side--front{transform:rotateY(-180deg)}.card:hover .card__side--back{transform:rotateY(0)}.card__picture{background-size:cover;height:20rem;background-blend-mode:multiply;-webkit-clip-path:polygon(0 0,100% 0,100% 85%,0 100%);clip-path:polygon(0 0,100% 0,100% 85%,0 100%)}.card__picture--1{background-image:linear-gradient(to right bottom,#0059ff,#2e0249),url(../img/traveller-image.jpg)}.card__picture--2{background-image:linear-gradient(to right bottom,#fbfcc5,#28b485),url(../img/map.avif)}.card__picture--3{background-image:linear-gradient(to right bottom,#ff06ff,#470034),url(../img/The-Pig-game.jpg)}.card__picture--4{background-image:linear-gradient(to right bottom,#fff,#a716e0),url(../img/movieBg.jpg)}.card__picture--5{background-image:linear-gradient(to right bottom,#000,#bd6327),url(../img/travelBg.jpg)}.card__picture--6{background-image:linear-gradient(to right bottom,#baffb8,#063b11),url(../img/worldWiseBg.jpg)}.card__picture--7{background-image:linear-gradient(to right bottom,#2516ff,#170250),url(../img/reactBg.jpg)}.card__heading{text-align:right;text-transform:uppercase;color:#fff;font-size:2.6rem;font-weight:300;position:absolute;top:12rem;right:1rem;width:60%}@media (max-width: 900px){.card__heading{font-size:4rem}}.card__heading--span{padding:1rem;-webkit-box-decoration-break:clone;box-decoration-break:clone}.card__heading--span-1{background-image:linear-gradient(to right,#0059ffcc,#2e0249cc)}.card__heading--span-2{background-image:linear-gradient(to right,#fbfcc5cc,#28b485cc)}.card__heading--span-3{background-image:linear-gradient(to right,#ff06ffcc,#470034cc)}.card__heading--span-4{background-image:linear-gradient(to right,#5a027ccc,#3c0753cc)}.card__heading--span-5{background-image:linear-gradient(to right,#a52a2acc,#5f2605cc)}.card__heading--span-6{background-image:linear-gradient(to right,#3c965acc,#00573acc)}.card__heading--span-7{background-image:linear-gradient(to right,#1c0049cc,#042bd8cc)}.card__details{width:80%;margin:0 auto;font-size:1.2rem;padding:3rem}@media (max-width: 900px){.card__details{font-size:2.5rem}}.card__details ul{text-decoration:none;list-style:none;font-weight:700}.card__details ul li{padding:.9rem}.card__details ul li:not(:last-child){border-bottom:1px solid #eee}.card__cta{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:10%;display:flex;align-items:center;justify-content:center;flex-direction:column}.card__price-box{text-align:center;color:#fff}.card__price-only{font-size:1.4rem;font-weight:300;text-transform:uppercase}.card__price-value{font-family:Roboto;font-weight:300;font-size:4rem;margin-bottom:8rem}@media only screen and (max-width: 56.25em),only screen and (hover: none){.card{height:auto;border-radius:3px;background-color:transparent;box-shadow:0 1.5rem 4rem #00000026}.card__side{height:auto;position:relative;box-shadow:none}.card__side--back{transform:rotateY(0);display:flex;align-items:center;justify-content:center}}@media only screen and (max-width: 56.25em) and (max-width: 900px),only screen and (hover: none) and (max-width: 900px){.card__side--back{height:18rem}}@media only screen and (max-width: 56.25em),only screen and (hover: none){.card__side--front,.card:hover .card__side--front{transform:rotateY(0)}.card__details{padding:3rem;margin-top:3rem}.card__cta{position:relative;top:-13rem;left:0;transform:translate(0);width:100%}}.section-stories{margin-top:-16rem;clip-path:polygon(0 15rem,100% 0,100% 100%,0 100%);padding-top:15rem;background-color:#00000080;position:relative}@media (max-width: 1200px){.section-stories{clip-path:polygon(0 18rem,100% 0,100% 100%,0 100%);margin-top:-20rem}}@media (max-width: 900px){.section-stories{clip-path:none;margin-top:0%}}@media (max-width: 600px){.section-stories{padding-left:0;padding-right:0;padding-bottom:10rem}}.tech__box{margin:0 auto;display:flex;flex-direction:column;gap:5rem;margin-bottom:5rem}.bg__video{position:absolute;top:0;left:0;right:0;height:100%;z-index:-1;width:100%;background-image:linear-gradient(#2e0249,.8,#11122b,.8);overflow:hidden}.bg__video-content{opacity:1;background-size:auto;object-fit:cover;background-repeat:repeat-x;width:100%;height:100%}.story{margin:0 auto;width:85%;background-color:#0000004d;box-shadow:0 3rem 6rem #ff06ff4d;padding:3rem 2rem 3rem 9rem;font-size:1.6rem;cursor:pointer;transform:skew(-12deg)}@media (max-width: 900px){.story{width:85%}}@media (max-width: 900px){.story{transform:skew(0)}}.story>*{transform:skew(12deg)}@media (max-width: 900px){.story>*{transform:skew(0)}}.story__shape{height:15rem;width:15rem;float:left;shape-outside:circle(50% at 50% 50%);clip-path:circle(50% at 50% 50%);transform:translate(-3rem) skew(12deg);position:relative}@media (max-width: 900px){.story__shape{transform:translate(-3rem) skew(0)}}.story__image{height:inherit;transform:scale(1);transition:transform 1s}.story__caption{text-transform:uppercase;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,20%);color:#fff;font-size:1.7rem;opacity:0;transition:transform 1s;backface-visibility:hidden}.story:hover .story__caption{opacity:1;transform:translate(-50%,-50%)}.story:hover .story__image{transform:scale(1);filter:blur(2px) brightness(80%)}@media (max-width: 900px){.story__text h3{font-size:2.5rem;text-wrap:pretty}.story__text p{font-size:2.5rem;text-wrap:stable;-webkit-hyphens:auto;hyphens:auto}}.section-book{clip-path:none;margin:0;padding:15rem;background-color:#a91079}@media (max-width: 1200px){.section-book{padding:12rem 8rem;min-height:fit-content}}@media (max-width: 900px){.section-book{padding:18rem 8rem}}.section-book .heading-secondary{color:#fff}.book{height:50rem;transition:transform 1s ease;transform-origin:left;background-image:linear-gradient(90deg,#2e0249 50%,#f7f7f7 50%);background-size:cover}@media (max-width: 900px){.book{background-image:linear-gradient(to right,#2e0249e6,#2e0249);background-size:cover;height:100%}}.book__form{width:50%;padding:6rem}@media (max-width: 900px){.book__form{width:100%;text-align:center}}.form{position:relative}.form__group:not(:last-child){margin-bottom:2rem}.form__textArea{margin-bottom:2rem;height:30rem;font-size:1.5rem;padding:1.5rem 2rem;font-family:inherit;color:inherit;background-color:#2e02491a;border:none;border-bottom:3px solid transparent;display:block;width:90%;transition:all .3s;position:absolute;right:-125%;top:0%}.form__textArea:focus{outline:none}@media (max-width: 1200px){.form__textArea{right:-130%}}@media (max-width: 900px){.form__textArea{position:static;width:100%;background-color:#fffc;font-size:3rem}}.form__input{font-size:1.5rem;padding:1.5rem 2rem;font-family:inherit;color:inherit;background-color:#fffc;border:none;border-bottom:3px solid transparent;display:block;width:90%;transition:all .3s}@media (max-width: 900px){.form__input{font-size:3rem;width:100%}}.form__input:focus{outline:none;box-shadow:0 1rem 2rem #0000001a;border-bottom:3px solid #28b485}.form__input:focus:invalid{border-bottom:3px solid rgb(255,115,0)}.form__input::-webkit-input-placeholder{color:#777}.form__label{margin-top:.5rem;color:#fff;display:block;font-size:1.2rem;font-weight:700;transition:all .3s}@media (max-width: 900px){.form__label{font-size:1.8rem;margin-bottom:2rem}}.form__input:placeholder-shown+.form__label{opacity:0;visibility:hidden;transform:translateY(-3rem)}.form__radio-group{display:inline-block;width:30%}@media (max-width: 900px){.form__radio-group{width:40%}}.form__radio-label{position:relative;cursor:pointer;font-size:1.6rem;padding-left:4rem}@media (max-width: 900px){.form__radio-label{font-size:3rem}}.form__radio-button{width:3rem;height:3rem;border-radius:50%;border:.4rem solid rgb(255,6,255);display:inline-block;position:absolute;top:-.7rem;left:0}@media (max-width: 900px){.form__radio-button{top:-.4rem;height:4rem;width:4rem;left:-1rem}}.form__radio-button:after{content:"";display:block;height:1.3rem;width:1.3rem;background-color:#ff06ff;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity .3s}@media (max-width: 900px){.form__radio-button:after{height:2rem;width:2rem}}.form__radio-input{opacity:0}.form__radio-input:checked+.form__radio-label .form__radio-button:after{opacity:1}.book{box-shadow:0 2rem 4rem #0000004d}.share-thought-btn{transform:translate(160%)}@media (max-width: 900px){.share-thought-btn{transform:translate(0)}}.footer{font-size:1.2rem;background-color:#11122b;padding:8rem 8rem 20rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3rem}@media (max-width: 1200px){.footer{font-size:2rem}}.footer__row{display:grid;grid-template-columns:1fr;gap:2rem}.footer__col{display:flex;align-items:center;justify-content:center}.footer__logo-box{text-align:center}.footer__logo{width:25rem;height:auto}.footer__navigation{border-top:1px solid #777;padding-top:2rem;display:inline-block}.footer__list{list-style:none}.footer-item{display:inline-block}.footer-item:not(:last-child){margin-right:1rem}.footer__link:link,.footer__link:visited{color:#f7f7f7;background-color:#11122b;text-transform:uppercase;text-decoration:none;display:inline-block;transition:all .3s ease}.footer__link:hover,.footer__link:active{color:#ff06ff;box-shadow:0 1rem 2rem #0006;transform:scale(1.2) rotate(-5deg)}.footer__copyright{padding-top:2rem;border-top:1px solid #777;display:inline-block}@media (max-width: 900px){.footer__copyright{margin-left:0rem}}.popup{width:100%;height:100vh;position:fixed;top:0%;left:0%;background-color:#000c;z-index:1000;visibility:hidden;opacity:0;display:flex;align-items:center;justify-content:center;transition:all .3s}@supports (-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px)){.popup{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0000004d}}.popup__content{width:70%;background-color:#fff;box-shadow:0 2rem 4rem #0003;border-radius:3px;display:flex;opacity:0;transform:scale(.3);transition:all .5s .2s}@media (max-width: 900px){.popup__content{width:85%}}.popup__left{width:34%;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:2rem 0 2rem 2rem;background-color:#fff}@media (max-width: 900px){.popup__left{background-color:transparent;width:34%;display:none}}.popup__right{width:66%;display:table-cell;vertical-align:middle;padding:5rem;position:relative}@media (max-width: 900px){.popup__right{display:block;width:100%;text-align:center;padding:4rem}.popup__right .heading-secondary{font-size:4.5rem;text-wrap:nowrap;margin-bottom:1rem}}@media (max-width: 900px) and (max-width: 900px){.popup__right .heading-secondary{font-size:6rem}}@media (max-width: 900px){.popup__right .heading-thertiary{font-size:2rem;text-wrap:nowrap}}@media (max-width: 900px) and (max-width: 900px){.popup__right .heading-thertiary{font-size:3rem}}@media (max-width: 900px){.popup__right p{text-align:left;font-size:2rem}}@media (max-width: 900px) and (max-width: 900px){.popup__right p{font-size:2.3rem}}.popup__img{width:90%;height:90%;object-fit:fill;transform:scale(1.1)}@media (max-width: 900px){.popup__img{float:left;width:50%}}.popup__text{font-size:1.4rem;margin-bottom:4rem;column-count:2;column-gap:3rem;column-rule:1px solid #eee;-webkit-hyphens:auto;hyphens:auto}.popup:target{opacity:1;visibility:visible}.popup:target .popup__content{opacity:1;transform:scale(1)}.popup__close{position:absolute;top:2rem;right:3rem;font-size:3rem;text-decoration:none;color:#777;transition:all .3s}@media (max-width: 900px){.popup__close{z-index:1000;font-size:5rem;border-radius:50%}}.popup__close:hover{color:#bd0000;transform:scale(1.5)}._main_1yz4c_1{display:flex;flex-direction:column;gap:.5em}._up_1yz4c_7,._down_1yz4c_13{display:flex;flex-direction:row;gap:.5em}._card1_1yz4c_19{width:90px;height:90px;outline:none;border:none;background:#fff;border-radius:90px 5px 5px;box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px;transition:.2s ease-in-out}._instagram_1yz4c_31{margin-top:1.5em;margin-left:1.2em;fill:#cc39a4}._card2_1yz4c_37{width:90px;height:90px;outline:none;border:none;background:#fff;border-radius:5px 90px 5px 5px;box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px;transition:.2s ease-in-out}._twitter_1yz4c_49{margin-top:1.5em;margin-left:-.9em;fill:#03a9f4}._card3_1yz4c_55{width:90px;height:90px;outline:none;border:none;background:#fff;border-radius:5px 5px 5px 90px;box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px;transition:.2s ease-in-out}._github_1yz4c_67{margin-top:-.6em;margin-left:1.2em}._card4_1yz4c_72{width:90px;height:90px;outline:none;border:none;background:#fff;border-radius:5px 5px 90px;box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px;transition:.2s ease-in-out}._discord_1yz4c_84{margin-top:-.9em;margin-left:-1.2em;fill:#8c9eff}._card1_1yz4c_19:hover{cursor:pointer;scale:1.1;background-color:#cc39a4}._card1_1yz4c_19:hover ._instagram_1yz4c_31{fill:#fff}._card2_1yz4c_37:hover{cursor:pointer;scale:1.1;background-color:#0072b1;transition:all .2 ease}._card2_1yz4c_37:hover ._linkedInBlue_1yz4c_107{fill:#fff}._card2_1yz4c_37:hover ._linkedInWhite_1yz4c_110,._linkedInBlue_1yz4c_107{fill:#0072b1}._linkedInWhite_1yz4c_110{fill:#fff}._card3_1yz4c_55:hover{cursor:pointer;scale:1.1;background-color:#000}._card3_1yz4c_55:hover ._github_1yz4c_67{fill:#fff}._card4_1yz4c_72:hover{cursor:pointer;scale:1.1;background-color:#8c9eff}._card4_1yz4c_72:hover ._discord_1yz4c_84{fill:#fff}@media only screen and (max-width: 1350px){._card1_1yz4c_19,._card2_1yz4c_37,._card3_1yz4c_55,._card4_1yz4c_72{width:50px;height:50px}}._btn_sx2qu_1{position:absolute;right:-10rem;top:-3rem;padding:1rem 10rem;z-index:1000;transition:transform .5s,background-color .2s;background-color:#322486;transform-origin:left;opacity:0;animation:_contact-anim_sx2qu_1 .3s linear forwards;animation-delay:3s;cursor:pointer;text-transform:uppercase;color:#fbfcc5;letter-spacing:.5rem;font-size:1.5rem;font-weight:700;border:none}@keyframes _contact-anim_sx2qu_1{0%{transform:rotate(0)}50%{opacity:1}to{transform:rotate(40deg);opacity:1}}._btn_sx2qu_1:hover{background-color:#322486cc}@media (max-width: 900px){._btn_sx2qu_1{transform:rotate(0);right:0;animation:none;top:85vh;font-size:5rem;bottom:0rem;left:0;opacity:1}}
