@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes logoLeftAnim{0%{transform:translateX(0)}20%{transform:translate(-110%)}50%,to{transform:translate(0)}}@keyframes reviewCardAnim1{0%{transform:translateX(-52%)}to{transform:translateX(0)}}@keyframes reviewCardAnim2{0%{transform:translateX(0)}to{transform:translateX(-52%)}}@keyframes rect1Anim{0%{height:5.8px}50%{height:8px}to{height:1px}}@keyframes rect2Anim{0%{height:5.8px}50%{height:6px}to{height:4px}}@keyframes rect3Anim{0%{height:5.8px}50%{height:4px}to{height:8px}}@keyframes rect4Anim{0%{height:5.8px}50%{height:1px}to{height:3px}}@keyframes cursorAnim{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.rot{animation:cursorAnim 1s linear infinite}@keyframes preloaderTextAnim{0%{transform:translateY(0)}50%,to{transform:translateY(-600%)}}@keyframes handPulseLeft{0%{transform:scale(1) rotate(-2deg) translateY(0)}50%{transform:scale(1.05) rotate(3deg) translateY(-1.5rem)}to{transform:scale(1) rotate(-2deg) translateY(0)}}@keyframes handPulseRight{0%{transform:scale(1) rotate(2deg) translateY(0)}50%{transform:scale(1.05) rotate(-3deg) translateY(-1.5rem)}to{transform:scale(1) rotate(2deg) translateY(0)}}@keyframes revealText{0%{transform:translateY(110%)}to{transform:translateY(0)}}@keyframes letterDrop{0%{transform:translateY(-100px) rotate(15deg);opacity:0;filter:blur(10px)}60%{transform:translateY(10px) rotate(-5deg);opacity:1;filter:blur(0)}to{transform:translateY(0) rotate(0deg);opacity:1;filter:blur(0)}}:root{--color-white:#fff;--color-gray:#c4c4c4;--color-black:#000;--color-purple:#8000ff;--color-light-purple:#cf59e6;--color-light-blue:#6bc5f8}@font-face{font-family:Circular Std Book;src:url(/_next/static/media/CircularStd-Book.205e19c8.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:D-DIN Condensed;src:url(/_next/static/media/D-DINCondensed-Bold.965ab944.woff) format("woff");font-style:normal;font-display:swap}@font-face{font-family:Mark Pro;src:url(/_next/static/media/MarkPro-Heavy.f9372e73.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}.navigation-wrapper{position:relative;z-index:9999}.navigation-wrapper .menu-top{position:fixed;top:5rem;right:0;left:0;padding:.8rem 4rem;display:flex;justify-content:space-between;align-items:center;width:70%;margin-left:auto;margin-right:auto;background:rgba(42,43,56,.5);border:.2rem solid #2a2b37;-webkit-backdrop-filter:blur(104px);backdrop-filter:blur(104px);border-radius:2rem}@media only screen and (max-width:64em){.navigation-wrapper .menu-top{width:85%}}@media only screen and (max-width:40em){.navigation-wrapper .menu-top{width:85%;padding:1.2rem}}.navigation-wrapper .menu-top .navbar-container{display:flex;align-items:center;justify-content:space-between;flex:1 1;margin-right:2.5rem}.navigation-wrapper .menu-top .navbar-links.horizontal{display:flex;gap:3rem;align-items:center}@media only screen and (max-width:55em){.navigation-wrapper .menu-top .navbar-links.horizontal{display:none}}.navigation-wrapper .menu-top .mobile-menu-toggle{display:none;background:none;border:none;font-family:D-DIN Condensed,sans-serif;font-size:1.4rem;color:var(--color-white);letter-spacing:.2em;cursor:pointer;padding:1rem}@media only screen and (max-width:55em){.navigation-wrapper .menu-top .mobile-menu-toggle{display:block}}.navigation-wrapper .menu-top .mobile-dropdown{position:absolute;top:calc(100% + 1.5rem);left:0;right:0;background:rgba(42,43,56,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:.2rem solid #2a2b37;border-radius:2rem;padding:2.5rem;display:flex;flex-direction:column;gap:2rem;z-index:1000;box-shadow:0 15px 40px rgba(0,0,0,.5)}.navigation-wrapper .menu-top .mobile-dropdown .mobile-link{font-family:D-DIN Condensed,sans-serif;font-size:1.5rem;color:var(--color-gray);text-decoration:none;text-transform:uppercase;letter-spacing:.15em;transition:all .3s ease}.navigation-wrapper .menu-top .mobile-dropdown .mobile-link:hover{color:var(--color-white);padding-left:1rem}.navigation-wrapper .menu-top .navbar-link{font-family:D-DIN Condensed,sans-serif;font-size:1.4rem;color:var(--color-gray);text-decoration:none;text-transform:uppercase;letter-spacing:.15em;transition:all .3s ease;white-space:nowrap}.navigation-wrapper .menu-top .navbar-link:hover{color:var(--color-white)}.navigation-wrapper .menu-top .brand-logo{display:flex;align-items:center}.navigation-wrapper .menu-top .brand-logo__icon{width:7rem;height:auto}.navigation-wrapper .menu-top .brand-logo__text-wrapper{overflow:hidden;margin-left:1rem}@media only screen and (max-width:64em){.navigation-wrapper .menu-top .brand-logo__text-wrapper{display:none}}.navigation-wrapper .menu-top .brand-logo__text{font-family:Mark Pro,sans-serif;font-size:1.8rem;color:var(--color-white);letter-spacing:-.05em;text-transform:uppercase;font-weight:900;display:inline-block;animation:logoLeftAnim 15s cubic-bezier(1,0,0,1) infinite;white-space:nowrap}.navigation-wrapper .menu-top .toggle-button-wrapper{display:flex;justify-content:space-between;align-items:center;color:var(--color-gray);font-family:D-DIN Condensed,sans-serif}@media only screen and (max-width:40em){.navigation-wrapper .menu-top .toggle-button-wrapper span{display:none}}.navigation-wrapper .menu-top .toggle-button-wrapper .toggle-button{background:transparent;outline:none;border:none;cursor:pointer}.header-wrapper{display:grid;grid-template-columns:1fr repeat(12,minmax(min-content,10rem)) 1fr;position:relative}.header-wrapper:before{content:"";display:block;position:absolute;top:0;left:0;width:26rem;height:26rem;background-repeat:no-repeat;background-size:contain;background-image:url(/_next/static/media/hand-left.8060a892.webp);animation:handPulseLeft 5s ease-in-out infinite}@media only screen and (max-width:45em){.header-wrapper:before{width:20rem;height:20rem}}.header-wrapper:after{content:"";display:block;position:absolute;bottom:7rem;right:0;width:25rem;height:45rem;background-repeat:no-repeat;background-size:contain;background-image:url(/_next/static/media/hand-right.3f77078a.webp);z-index:-1;animation:handPulseRight 5s ease-in-out infinite}@media only screen and (max-width:45em){.header-wrapper:after{width:20rem;height:40rem}}.header{grid-column:2/14;margin-top:25rem;padding:0 6rem}@media only screen and (max-width:45em){.header{grid-column:1/15;padding:0 4rem}}.header__hero--heading{font-family:Mark Pro,sans-serif;font-size:9rem;line-height:100%;letter-spacing:-.03em;color:var(--color-white);position:relative}@media only screen and (max-width:45em){.header__hero--heading{font-size:7rem}.header__hero--heading br{display:none}}@media only screen and (max-width:28em){.header__hero--heading{font-size:6rem}}.header__hero--heading-gradient{background:linear-gradient(-45deg,var(--color-light-blue),var(--color-light-purple),var(--color-light-blue),var(--color-light-purple));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:400% 400%;animation:gradient 3s ease infinite}.header__hero--profile{margin-top:10rem;display:flex;align-items:center;gap:5rem}@media only screen and (max-width:45em){.header__hero--profile{flex-direction:column;align-items:flex-start;gap:3rem}}.header__hero--profile .profile-photo-wrapper{width:14rem;height:14rem;border-radius:50%;overflow:hidden;border:4px solid var(--color-purple);box-shadow:0 10px 40px rgba(128,0,255,.3);transition:all .5s cubic-bezier(.6,.01,-.05,.9)}.header__hero--profile .profile-photo-wrapper:hover{transform:scale(1.05) rotate(3deg);border-color:var(--color-light-blue);box-shadow:0 15px 50px rgba(128,0,255,.5)}.header__hero--profile .profile-photo-wrapper img{width:100%;height:100%;object-fit:cover}.header__hero--profile .profile-info .profile-name{font-family:Mark Pro,sans-serif;font-size:4.2rem;color:var(--color-white);margin-bottom:1.5rem;line-height:1}@media only screen and (max-width:45em){.header__hero--profile .profile-info .profile-name{font-size:3.5rem}}.header__hero--profile .profile-info .profile-title{font-family:D-DIN Condensed,sans-serif;font-size:1.8rem;color:var(--color-gray);letter-spacing:.2em;text-transform:uppercase;font-weight:100}.header__hero--cta{display:inline-block;font-family:D-DIN Condensed,sans-serif;font-size:2rem;line-height:92.4%;letter-spacing:.18em;color:var(--color-gray);text-decoration:none;position:relative;white-space:nowrap}.header__hero--cta:after{display:block;content:"";position:absolute;bottom:-1rem;left:0;width:30%;height:1px;background:var(--color-gray);transition:all .3s ease}.header__hero--cta:hover{color:var(--color-white)}.header__hero--cta:hover:after{width:100%;background:var(--color-white)}.header__footer{grid-column:1/15;padding:0 6rem;display:flex;align-items:center;justify-content:space-between;margin-top:16rem;margin-bottom:0;color:var(--color-gray)}@media only screen and (max-width:57em){.header__footer{padding:0 4rem}}.header__footer--right{width:20rem;display:flex;justify-content:space-between;align-items:center}.header__footer a{color:var(--color-gray);text-decoration:none;font-family:D-DIN Condensed,sans-serif;line-height:92.4%;letter-spacing:-.03em;text-transform:uppercase;transition:all .3s ease-in-out}.header__footer a:hover{color:var(--color-white)}.section-about{grid-column:2/14;margin-top:12rem;padding:0 6rem;scroll-margin-top:15rem}@media only screen and (max-width:57em){.section-about{grid-column:1/15}}@media only screen and (max-width:45em){.section-about{padding:0 4rem}}.section-about .about-text{padding:0;margin-top:2rem;grid-column:unset}.section-about h1{margin-top:0}.section-skills{grid-column:2/14;margin-top:15rem;padding:0 6rem;scroll-margin-top:15rem}@media only screen and (max-width:57em){.section-skills{grid-column:1/15;padding:0 4rem}}.section-skills .skills-grid{display:flex;flex-wrap:wrap;gap:2rem;margin-top:4rem}.section-skills .skill-tag{padding:1.2rem 2.5rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:5rem;font-family:D-DIN Condensed,sans-serif;font-size:1.8rem;color:var(--color-gray);transition:all .3s ease;cursor:default;display:flex;align-items:center;gap:1.5rem}@media only screen and (max-width:37.5em){.section-skills .skill-tag{padding:1rem 2rem;font-size:1.5rem;gap:1rem}}.section-skills .skill-tag__icon{width:3rem;height:3rem;object-fit:contain;border-radius:.8rem;transition:transform .3s ease}.section-skills .skill-tag__icon--white{filter:invert(1)}@media only screen and (max-width:37.5em){.section-skills .skill-tag__icon{width:2.5rem;height:2.5rem}}.section-skills .skill-tag:hover .section-skills .skill-tag__icon{transform:scale(1.1)}.section-skills .skill-tag:hover{background:hsla(0,0%,100%,.1);border-color:var(--color-light-blue);color:var(--color-white);transform:translateY(-5px)}.section-thought-process{grid-column:2/14;margin-top:15rem;padding:0 6rem;scroll-margin-top:15rem}@media only screen and (max-width:57em){.section-thought-process{grid-column:1/15;padding:0 4rem}}.section-thought-process .about-text{padding:0;margin-top:2rem;grid-column:unset}.section-projects{grid-column:2/14;margin-top:20rem;padding:0 6rem;scroll-margin-top:15rem}@media only screen and (max-width:57em){.section-projects{grid-column:1/15}}@media only screen and (max-width:45em){.section-projects{padding:0 4rem}}.section-projects p{margin-bottom:15rem;margin-top:2rem}.section-projects .project-card{width:80%;margin:20rem auto;background:linear-gradient(180deg,rgba(35,37,49,.5),rgba(15,15,24,.5));border:.2rem solid #20222e;box-sizing:border-box;-webkit-backdrop-filter:blur(54px);backdrop-filter:blur(54px);border-radius:7.3rem;display:flex;align-items:center;padding:6rem;position:relative}@media only screen and (max-width:57em){.section-projects .project-card{width:70%;border-radius:6.3rem;flex-direction:column}}@media only screen and (max-width:40em){.section-projects .project-card{width:75%}}@media only screen and (max-width:35em){.section-projects .project-card{width:80%}}@media only screen and (max-width:30em){.section-projects .project-card{padding:4rem;width:84%;border-radius:4.3rem}}@media only screen and (max-width:23em){.section-projects .project-card{width:90%}}@media only screen and (max-width:22em){.section-projects .project-card{width:100%}}.section-projects .project-card:before{content:"";display:block;position:absolute;top:-5rem;right:-5rem;width:15rem;height:15rem;background-repeat:no-repeat;background-size:contain}@media only screen and (max-width:57em){.section-projects .project-card:before{top:-3rem;right:-3rem;width:12rem;height:12rem}}.section-projects .project-card:first-of-type a{color:#c87302}.section-projects .project-card:first-of-type:before{background-image:url(/_next/static/media/01.ac89de5a.svg)}.section-projects .project-card:nth-of-type(2) a{color:#f277f8}.section-projects .project-card:nth-of-type(2):before{background-image:url(/_next/static/media/02.e02a06bb.svg)}.section-projects .project-card:nth-of-type(3) a{color:#f70}.section-projects .project-card:nth-of-type(3):before{background-image:url(/_next/static/media/03.e30b3d61.svg)}.section-projects .project-card:nth-of-type(4) a{color:#7afa7f}.section-projects .project-card:nth-of-type(4):before{background-image:url(/_next/static/media/04.35e7dbd7.svg)}.section-projects .project-card__left{margin-right:6rem}@media only screen and (max-width:57em){.section-projects .project-card__left{order:2;display:flex;align-self:flex-start;display:none}}.section-projects .project-card__left h4{transform:rotate(180deg);writing-mode:tb-rl;font-family:D-DIN Condensed,sans-serif;font-size:1.3rem;line-height:92.4%;letter-spacing:.19em;color:#8b8b8b;line-height:120%}@media only screen and (max-width:57em){.section-projects .project-card__left h4{transform:rotate(1turn);writing-mode:lr-tb;margin-top:3rem;margin-bottom:2rem}}.section-projects .project-card__middle{width:40rem;flex:0 0 40rem;min-width:40rem;height:48rem;background-size:cover;position:relative;border-radius:5.3rem;overflow:hidden}@media only screen and (max-width:57em){.section-projects .project-card__middle{order:1;border-radius:5rem;width:35rem;flex:0 0 35rem;min-width:35rem;height:40rem}}@media only screen and (max-width:30em){.section-projects .project-card__middle{width:25rem;flex:0 0 25rem;min-width:25rem;height:28rem;border-radius:3rem}}.section-projects .project-card__middle canvas{position:absolute;z-index:0;width:100%!important;height:100%!important}.section-projects .project-card__middle img{width:100%;height:100%}.section-projects .project-card__middle img:hover:nth-child(2){opacity:1}.section-projects .project-card__middle img:first-child,.section-projects .project-card__middle img:nth-child(2){position:absolute;top:0;left:0;opacity:0;transition:opacity .3s}.section-projects .project-card__right{margin-left:6rem}@media only screen and (max-width:57em){.section-projects .project-card__right{margin-left:0;display:flex;flex-direction:column;align-self:flex-start;order:3;margin-top:2rem}}.section-projects .project-card__right h2{margin-bottom:1rem}@media only screen and (max-width:57em){.section-projects .project-card__right h2{margin-bottom:1rem}}.section-projects .project-card__right .project-card__desc{margin-bottom:8rem;color:var(--color-gray);font-size:1.6rem;max-width:30rem;font-family:D-DIN Condensed,sans-serif}@media only screen and (max-width:57em){.section-projects .project-card__right .project-card__desc{margin-bottom:4rem;max-width:100%}}.section-projects .project-card__link{display:inline-block;font-family:D-DIN Condensed,sans-serif;font-size:1.8rem;line-height:92.4%;letter-spacing:.19em;text-decoration:none;position:relative}.section-projects .project-card__link:after{display:block;content:"";position:absolute;bottom:-1rem;left:0;width:50%;height:1px;background:var(--color-gray);transition:all .3s ease}.section-projects .project-card__link:hover:after{width:100%}.section-projects .project-card__socials{margin-top:5rem;display:flex;align-items:center;justify-content:space-between;width:5rem}@media only screen and (max-width:57em){.section-projects .project-card__socials{width:6.5rem;margin-top:3rem}}.section-reviews__bg{background-color:#050810}.section-reviews{grid-column:1/15;display:grid;grid-template-columns:1fr repeat(12,minmax(min-content,10rem)) 1fr;padding:8rem 0;transition:all .3s ease-in-out}.section-reviews__top{grid-column:2/14;padding:0 6rem}@media only screen and (max-width:57em){.section-reviews__top{grid-column:1/15}}@media only screen and (max-width:45em){.section-reviews__top{padding:0 4rem}}.section-reviews__top p{margin-top:1.5rem}.section-reviews__bottom{grid-column:1/15;overflow-x:hidden;margin-top:8rem;margin-bottom:5rem}.section-reviews__bottom-wrapper{display:flex;justify-content:space-between;align-items:center;width:max-content}.section-reviews__bottom-wrapper .review-card{background:#171e2f;border-radius:2rem;padding:3rem;margin:1.5rem}.section-reviews__bottom-wrapper .review-card__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.section-reviews__bottom-wrapper .review-card__p{font-size:.8rem;text-transform:uppercase;line-height:81.4%;letter-spacing:.25em;color:#585e6e}.section-reviews__bottom-wrapper .review-card__h3{font-size:1.9rem;line-height:81.4%;letter-spacing:-.01em;color:#585e6e;margin-top:1.5rem;font-weight:100}.section-reviews__bottom-wrapper .review-card__h2{font-size:2rem;line-height:130.4%;color:var(--color-white);font-weight:100}.review-card__anim1{animation:reviewCardAnim1 25s ease-in-out infinite alternate}.review-card__anim1:hover{animation-play-state:paused}.review-card__anim2{animation:reviewCardAnim2 25s ease-in-out infinite alternate}.review-card__anim2:hover{animation-play-state:paused}.section-contact{grid-column:2/14;padding:0 6rem;margin-top:12rem;scroll-margin-top:15rem}@media only screen and (max-width:57em){.section-contact{grid-column:1/15}}@media only screen and (max-width:45em){.section-contact{padding:0 4rem}}.section-contact__h2{font-size:4.5rem;line-height:130.4%;letter-spacing:-.06em;color:var(--color-gray);font-weight:100;margin-top:4rem}@media only screen and (max-width:56.25em){.section-contact__h2{font-size:4rem}}@media only screen and (max-width:37.5em){.section-contact__h2{font-size:3rem}}.section-contact__h2 a{color:var(--color-white);font-weight:700;text-decoration:none;transition:all .3s ease-in-out}.section-contact__h2 a:hover{color:var(--color-light-blue)}.section-socials{grid-column:2/14;padding:0 6rem;margin-top:12rem}@media only screen and (max-width:57em){.section-socials{grid-column:1/15}}@media only screen and (max-width:45em){.section-socials{padding:0 4rem}}.section-socials p{margin-top:2rem}.section-socials--links{margin-top:4rem;gap:2rem;flex-wrap:wrap;max-width:40rem}.section-socials a,.section-socials--links{display:flex;justify-content:space-between;align-items:center}.section-socials a{color:var(--color-gray);text-decoration:none;font-family:D-DIN Condensed,sans-serif;line-height:92.4%;letter-spacing:-.03em;text-transform:uppercase;font-size:2rem;font-weight:100;transition:all .3s ease-in-out}.section-socials a:hover{color:var(--color-white)}.footer{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:12rem;padding:3rem 6rem;border-top:1px solid hsla(0,0%,77%,.25)}.footer__logo{width:10rem;height:auto}@media only screen and (max-width:45em){.footer{padding-left:4rem;padding-right:5rem}}.footer__socials{width:6rem}.footer__socials,.speaker{display:flex;justify-content:space-between;align-items:center}.speaker{width:7rem;height:4rem;border:.2rem solid var(--color-purple);border-radius:50px;padding:1rem 1.5rem;position:relative}.speaker__toggle{position:absolute;top:50%;left:8%;transform:translateY(-50%);height:2.5rem;width:2.5rem;border-radius:50%;background-color:var(--color-white);transition:all .5s ease-in-out;cursor:pointer;z-index:2}.speaker__unmuted{transform:rotate(180deg)}.speaker__unmuted .rect1-anim{animation:rect1Anim 1s ease-in-out infinite alternate}.speaker__unmuted .rect2-anim{animation:rect2Anim 1s ease-in-out infinite alternate}.speaker__unmuted .rect3-anim{animation:rect3Anim 1s ease-in-out infinite alternate}.speaker__unmuted .rect4-anim{animation:rect4Anim 1s ease-in-out infinite alternate}.speaker__toggle--anim{left:54%}.scroll-to-top{position:fixed;bottom:5rem;right:5rem;width:6rem;height:6rem;background:rgba(128,0,255,.15);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(128,0,255,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-white);z-index:9999999;transition:all .4s cubic-bezier(.6,.01,-.05,.9);cursor:pointer}.scroll-to-top:hover{background:var(--color-purple);transform:translateY(-8px);box-shadow:0 15px 30px rgba(128,0,255,.4);border-color:var(--color-light-blue)}.scroll-to-top svg{width:2.8rem;height:2.8rem}@media only screen and (max-width:45em){.scroll-to-top{bottom:2.5rem;right:2.5rem;width:5rem;height:5rem}.scroll-to-top svg{width:2.2rem;height:2.2rem}}*,:after,:before{margin:0;padding:0;box-sizing:inherit}html{font-size:58%;box-sizing:border-box;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}@media only screen and (max-width:62.5em){html{font-size:51.25%}}@media only screen and (max-width:56.25em){html{font-size:49%}}@media only screen and (max-width:37.5em){html{font-size:46%}}@media only screen and (min-width:140.5em){html{font-size:75%}}body{font-family:Circular Std Book,sans-serif;font-size:1.6rem;overflow-x:hidden;background:#000}body,body [role=button],body a,body button{cursor:none}.custom-cursor-container{position:fixed;top:0;left:0;pointer-events:none;z-index:99999999}.cursor-dot{width:6px;height:6px;background-color:var(--color-white);border-radius:50%;position:fixed;top:-3px;left:-3px;z-index:100}.cursor-ring{width:40px;height:40px;border:1px solid hsla(0,0%,100%,.3);border-radius:50%;position:fixed;top:-20px;left:-20px;z-index:99;pointer-events:none;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:border-color .3s ease}.cursor-ring .cursor-ring-pulse{width:100%;height:100%;border-radius:inherit;border:1px solid hsla(0,0%,100%,.1);position:absolute}.container{display:grid;grid-template-columns:1fr repeat(12,minmax(min-content,10rem)) 1fr}.preloader{width:100vw;height:100vh;background-color:#10101a;position:fixed;top:0;left:0;z-index:129993994;display:grid;place-content:center}.preloader__wrapper{display:flex;align-items:center;justify-content:center}.preloader__left{margin-right:2rem}.preloader__left img{width:13rem;height:auto}.preloader__right{margin-left:2rem;width:max-content;height:7rem;overflow:hidden;position:relative}.preloader__right:before{background-image:linear-gradient(180deg,#10101a 5%,rgba(16,16,26,0) 30%)}.preloader__right:after,.preloader__right:before{content:"";display:block;height:100%;width:100%;position:absolute;top:0;left:0;z-index:1}.preloader__right:after{background-image:linear-gradient(0deg,#10101a 5%,rgba(16,16,26,0) 30%)}.preloader__text{font-family:D-DIN Condensed,sans-serif;font-weight:700;font-size:2.5rem;line-height:210%;letter-spacing:.19em;color:var(--color-white);animation:preloaderTextAnim 12s linear;animation-delay:3s}/*! locomotive-scroll v4.1.1 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */html.has-scroll-smooth{overflow:hidden}html.has-scroll-dragging{-webkit-user-select:none;-moz-user-select:none;user-select:none}.has-scroll-smooth body{overflow:hidden}.has-scroll-smooth [data-scroll-container]{min-height:100vh}[data-scroll-direction=horizontal] [data-scroll-container]{height:100vh;display:inline-block;white-space:nowrap}[data-scroll-direction=horizontal] [data-scroll-section]{display:inline-block;vertical-align:top;white-space:nowrap;height:100%}.c-scrollbar{position:absolute;right:0;top:0;width:11px;height:100%;transform-origin:center right;transition:transform .3s,opacity .3s;opacity:0}.c-scrollbar:hover{transform:scaleX(1.45)}.c-scrollbar:hover,.has-scroll-dragging .c-scrollbar,.has-scroll-scrolling .c-scrollbar{opacity:1}[data-scroll-direction=horizontal] .c-scrollbar{width:100%;height:10px;top:auto;bottom:0;transform:scaleY(1)}[data-scroll-direction=horizontal] .c-scrollbar:hover{transform:scaleY(1.3)}.c-scrollbar_thumb{position:absolute;top:0;right:0;background-color:#000;opacity:.5;width:7px;border-radius:10px;margin:2px;cursor:-webkit-grab;cursor:grab}.has-scroll-dragging .c-scrollbar_thumb{cursor:-webkit-grabbing;cursor:grabbing}[data-scroll-direction=horizontal] .c-scrollbar_thumb{right:auto;bottom:0}.heading-1{display:flex;align-items:center;font-size:5rem;letter-spacing:-.03em;font-family:Mark Pro,sans-serif}@media only screen and (max-width:56.25em){.heading-1{font-size:4.25rem}}@media only screen and (max-width:37.5em){.heading-1{font-size:3.5rem}}.heading-1 span{margin-right:1rem;background-image:linear-gradient(90deg,#b0f3f1,#ffcfdf);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.heading-1__sub span{background-image:linear-gradient(to right,var(--color-white),var(--color-white))}.heading-2{font-size:4.2rem;line-height:105%;letter-spacing:-.03em;color:var(--color-white);font-family:Mark Pro,sans-serif}@media only screen and (max-width:57em){.heading-2{line-height:125%}}@media only screen and (max-width:56.25em){.heading-2{font-size:3.5rem}}.alexxandria-anim{background:linear-gradient(-45deg,#de66b8,#c062e0,var(--color-white),var(--color-white));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:400% 400%;line-height:105%;animation:gradient 3s ease-in-out}@media only screen and (max-width:57em){.alexxandria-anim{line-height:125%}}.safarika-anim{background:linear-gradient(-45deg,#c67a01,#c88f03,var(--color-white),var(--color-white));background-clip:text;-webkit-background-clip:text;background-size:400% 400%;line-height:105%}.heatrow-anim,.safarika-anim{-webkit-text-fill-color:transparent;animation:gradient 3s ease-in-out}.heatrow-anim{background:linear-gradient(-45deg,#ff7c02,#fa9a45,var(--color-white),var(--color-white));background-clip:text;-webkit-background-clip:text;background-size:400% 400%}.seat-booking-anim{background:linear-gradient(-45deg,#18db22,#a8f979,var(--color-white),var(--color-white));background-clip:text;-webkit-background-clip:text;background-size:400% 400%}.adeola-anim,.seat-booking-anim{-webkit-text-fill-color:transparent;animation:gradient 3s ease-in-out}.adeola-anim{background:linear-gradient(-45deg,var(--color-light-blue),var(--color-light-purple),var(--color-white),var(--color-white));background-clip:text;-webkit-background-clip:text;background-size:400% 400%;line-height:105%}.about-text{grid-column:2/14;font-family:D-DIN Condensed,sans-serif;font-size:2.2rem;line-height:140%;letter-spacing:.05em;word-spacing:.2rem;color:var(--color-gray);display:block;padding:0 6rem}@media only screen and (max-width:56.25em){.about-text{grid-column:1/15;padding:0 4rem}.about-text br{display:none}}.paragraph{font-family:D-DIN Condensed,sans-serif;font-size:2.2rem;line-height:130.4%;letter-spacing:.05em;word-spacing:.2rem;color:var(--color-gray)}.paragraph__sub{color:#8b8b8b}