:root{--p1: #D91A3D;--white: #e4e4df;--black: #070C0D;--s1: #ffffff;--small-font: 1.3vh;--normal-font: 1.5vh;--header-font: 2.5vh;--big-font: 5vh;--font-family: "Montserrat", system-ui;--normal-weight: 400;--black-weight: 900;--bold-weight: 700;--u-gap: 1vh;--u-big-gap: 2vh;--u-radius: 1vh}img,svg,video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}input,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none}*{margin:0;padding:0;box-sizing:border-box;color:var(--white);border:none;outline:none;font-family:var(--font-family);font-size:var(--normal-font);font-weight:var(--normal-weight);text-decoration:none}html{scroll-behavior:smooth!important}@keyframes moveBg{0%{background-position:0% 100%}12%{background-position:80% 20%}25%{background-position:20% 80%}37%{background-position:90% 40%}50%{background-position:100% 60%}62%{background-position:70% 30%}75%{background-position:30% 90%}87%{background-position:50% 10%}to{background-position:100% 50%}}#everything{background:var(--black);width:100%;height:100%;display:flex;flex-direction:column;position:relative}#everything #navBar{width:100%;display:flex;gap:var(--u-big-gap);align-items:center;justify-content:center;padding:var(--u-gap);border-bottom:.1vh solid var(--s1);position:sticky;top:0;z-index:11;background:rgba(var(--black),1);-webkit-backdrop-filter:blur(10vh);backdrop-filter:blur(10vh)}#everything #navBar .logo{height:var(--normal-font);cursor:pointer}#everything #navBar .navOptions{display:flex;gap:var(--u-big-gap)}#everything #navBar .navOptions .navOption{cursor:pointer;padding:var(--u-gap);font-size:var(--small-font);font-weight:var(--bold-weight);color:var(--white)}#everything .review{cursor:pointer;display:flex;flex-direction:column;gap:var(--u-big-gap);width:50vh;padding:var(--u-big-gap)}#everything .review .reviewWrapper{display:flex;flex-direction:row;gap:var(--u-big-gap)}#everything .review .reviewWrapper .photo{width:5vh;height:5vh;border-radius:100%;background:var(--black);overflow:hidden;border:.3vh solid var(--white)}#everything .review .reviewWrapper .subReviewWrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}#everything .review .reviewWrapper .subReviewWrapper .name{font-weight:var(--bold-weight)}#everything .review .reviewWrapper .subReviewWrapper .title{font-size:var(--small-font);font-style:italic}#everything .review .reviewText{width:100%;font-size:var(--small-font);font-weight:var(--bold-weight)}#everything .review .reviewStars{display:flex;gap:var(--u-gap)}#everything .review .reviewStars .star{width:var(--header-font);height:var(--header-font);fill:var(--white)}#everything #homeSection{width:100%;min-height:90vh;display:grid;grid-template-columns:50% 50%;border-bottom:.1vh solid var(--s1)}#everything #homeSection .wrapper{display:flex;flex-direction:column}#everything #homeSection .wrapper .videoSection{height:50%;position:relative}#everything #homeSection .wrapper .videoSection iframe{position:absolute;top:0;left:0;height:100%;width:100%}#everything #homeSection .wrapper .nameSection{width:100%;height:50%;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:space-between;position:relative;background:var(--p1);border-right:.1vh solid var(--s1);border-top:.1vh solid var(--s1)}#everything #homeSection .wrapper .nameSection .bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}#everything #homeSection .wrapper .nameSection .reviewCollection{width:100%;height:80%;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;overflow:hidden}#everything #homeSection .wrapper .nameSection .nameContext{display:flex;flex-direction:column;width:100%;z-index:1;padding:var(--u-big-gap);border-top:.1vh solid var(--s1)}#everything #homeSection .wrapper .nameSection .nameContext .name{font-size:var(--big-font);font-style:italic}#everything #homeSection .wrapper .nameSection .nameContext .description{font-size:var(--small-font)}#everything #homeSection .wrapper .subWrapper{display:flex;flex-direction:row;height:50%;width:100%}#everything #homeSection .wrapper .subWrapper .aboutLink{cursor:pointer;width:50%;height:100%;display:flex;position:relative;z-index:0;transition:opacity .2s ease-in-out;overflow:hidden}#everything #homeSection .wrapper .subWrapper .aboutLink:hover{opacity:50%}#everything #homeSection .wrapper .subWrapper .aboutLink .overlay{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;background:linear-gradient(to top,var(--black),transparent)}#everything #homeSection .wrapper .subWrapper .aboutLink .header{position:absolute;bottom:0;left:0;width:100%;padding:var(--u-big-gap);display:flex;align-items:center;justify-content:space-between;z-index:1}#everything #homeSection .wrapper .subWrapper .aboutLink .header .text{font-size:var(--small-font);font-weight:var(--bold-weight);text-transform:capitalize}#everything #homeSection .wrapper .subWrapper .aboutLink .header .icon{width:var(--header-font);height:var(--header-font)}#everything #homeSection .wrapper .subWrapper .creationLink{cursor:pointer;width:50%;height:100%;display:flex;position:relative;z-index:0;transition:opacity .2s ease-in-out;background:var(--p1);align-items:center;justify-content:center;overflow:hidden}#everything #homeSection .wrapper .subWrapper .creationLink:hover{opacity:50%}#everything #homeSection .wrapper .subWrapper .creationLink img{width:50%;height:50%;-o-object-fit:contain;object-fit:contain;align-self:center;justify-self:center;filter:drop-shadow(0 0 5vh var(--white))!important}#everything #homeSection .wrapper .subWrapper .creationLink .header{position:absolute;bottom:0;left:0;width:100%;padding:var(--u-big-gap);display:flex;align-items:center;justify-content:space-between;z-index:1}#everything #homeSection .wrapper .subWrapper .creationLink .header .text{font-size:var(--small-font);font-weight:var(--bold-weight);text-transform:capitalize}#everything #homeSection .wrapper .subWrapper .creationLink .header .icon{width:var(--header-font);height:var(--header-font)}#everything #homeSection .wrapper .contactSection{width:100%;height:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:0;overflow:hidden;border-top:.1vh solid var(--s1)}#everything #homeSection .wrapper .contactSection .blob{width:50%;height:50%;background:var(--p1);position:absolute;right:0;top:0;z-index:-1;border-radius:0 0 30vh 30vh}#everything #homeSection .wrapper .contactSection .contactWrapper{border-radius:var(--u-radius);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:var(--u-big-gap);padding:var(--u-big-gap);margin:var(--u-big-gap)}#everything #homeSection .wrapper .contactSection .logo{height:var(--big-font)}#everything #homeSection .wrapper .contactSection .textSection{display:flex;flex-direction:column}#everything #homeSection .wrapper .contactSection .textSection .bigText{font-size:var(--big-font);font-style:italic}#everything #homeSection .wrapper .contactSection .textSection .smallText{font-size:var(--small-font)}#everything #homeSection .wrapper .contactSection .subWrapper{gap:var(--u-big-gap);flex-wrap:nowrap}#everything #homeSection .wrapper .contactSection .subWrapper .contactBtn{cursor:pointer;display:flex;gap:var(--u-gap);align-items:center;justify-content:center;background:var(--p1);border-radius:var(--u-radius);padding:var(--u-gap) var(--u-big-gap);transition:opacity .2s ease-in-out}#everything #homeSection .wrapper .contactSection .subWrapper .contactBtn:hover{opacity:50%}#everything #homeSection .wrapper .contactSection .subWrapper .contactBtn .icon{width:var(--header-font);height:var(--header-font);fill:var(--white)}#everything #homeSection .wrapper .contactSection .subWrapper .contactBtn .text{font-size:var(--header-font);font-weight:var(--bold-weight);font-style:italic;color:var(--white)}#everything #homeSection .wrapper .contactSection .subWrapper .social{cursor:pointer;width:var(--big-font);height:var(--big-font);border-radius:100%;border:.1vh solid var(--white);padding:var(--u-gap);transition:opacity .2s ease-in-out}#everything #homeSection .wrapper .contactSection .subWrapper .social:hover{opacity:50%}#everything #creationSection{display:flex;flex-direction:column;gap:var(--u-big-gap)}#everything #creationSection .universe{width:100%;height:50vh;padding:calc(5 * var(--u-big-gap));padding-bottom:0;position:relative}#everything #creationSection .universe .sectionHeader{display:flex;flex-direction:column;padding:var(--u-big-gap);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;align-items:center;justify-content:center}#everything #creationSection .universe .sectionHeader .bigText{font-size:var(--big-font);font-style:italic}#everything #creationSection .universe .sectionHeader .smallText{font-size:var(--small-font);font-weight:var(--bold-weight)}#everything #creationSection .universe img{-o-object-fit:contain;object-fit:contain;padding:var(--u-big-gap)}#everything #creationSection .creationCollection{display:grid;grid-template-columns:repeat(4,minmax(30vh,1fr));width:100%;padding:calc(3 * var(--u-big-gap));gap:var(--u-big-gap);position:relative;z-index:0}#everything #creationSection .creationCollection .bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}#everything #creationSection .creationCollection .creation{width:100%;display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:var(--u-gap);position:relative;z-index:1}#everything #creationSection .creationCollection .creation:nth-child(2n){animation:moveBg 20s infinite alternate ease-in-out}#everything #creationSection .creationCollection .creation .header{display:flex;flex-direction:column}#everything #creationSection .creationCollection .creation .header .wrapper{display:flex;align-items:center;justify-content:center;gap:var(--u-gap)}#everything #creationSection .creationCollection .creation .header .wrapper .title{font-size:var(--header-font);font-weight:var(--bold-weight);font-style:italic;text-wrap:nowrap;text-transform:capitalize}#everything #creationSection .creationCollection .creation .header .wrapper .date{font-size:var(--small-font);text-wrap:nowrap}#everything #creationSection .creationCollection .creation .header .shortDesc{font-size:var(--small-font);font-weight:var(--bold-weight)}#everything #creationSection .creationCollection .creation .divider{height:2vh;border-left:.2vh solid var(--white)}#everything #creationSection .creationCollection .creation .yt-btn{width:var(--header-font);height:var(--header-font)}#everything #creationSection .creationCollection .creation .wrapper{display:grid;gap:var(--u-big-gap);grid-template-columns:auto}#everything #creationSection .creationCollection .creation .wrapper .demo{width:100%;height:25vh;background:var(--white);position:relative;z-index:0;overflow:hidden}#everything #creationSection .creationCollection .creation .wrapper .demo video{pointer-events:none;filter:grayscale(100%);background:var(--p1)}#everything #creationSection .creationCollection .creation .wrapper .demo .overlay{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;-webkit-backdrop-filter:blur(.3vh);backdrop-filter:blur(.3vh);background:var(--black);opacity:.3}#everything #creationSection .creationCollection .creation .wrapper .demo .ytLink{cursor:pointer;position:absolute;top:var(--u-big-gap);left:var(--u-big-gap);display:flex;align-items:center;justify-content:center;gap:var(--u-gap);padding:var(--u-gap) var(--u-big-gap);border-radius:var(--u-radius);background:var(--white);width:-moz-fit-content;width:fit-content;z-index:2;transition:opacity .2s ease-in-out}#everything #creationSection .creationCollection .creation .wrapper .demo .ytLink:hover{opacity:50%}#everything #creationSection .creationCollection .creation .wrapper .demo .ytLink .text{color:var(--black);white-space:nowrap;font-weight:var(--bold-weight);text-transform:capitalize}#everything #creationSection .creationCollection .creation .wrapper .demo .ytLink .icon,#everything #creationSection .creationCollection .creation .wrapper .demo .ytLink .yt{width:var(--header-font);height:var(--header-font);fill:var(--black)}#everything #creationSection .creationCollection .creation .wrapper .demo .ytLink .yt{fill:var(--p1)}#everything #creationSection .creationCollection .creation .wrapper .demo .visitLink{cursor:pointer;position:absolute;bottom:var(--u-big-gap);right:var(--u-big-gap);display:flex;align-items:center;justify-content:center;gap:var(--u-gap);padding:var(--u-gap) var(--u-big-gap);border-radius:var(--u-radius);background:var(--white);z-index:2;transition:opacity .2s ease-in-out}#everything #creationSection .creationCollection .creation .wrapper .demo .visitLink:hover{opacity:50%}#everything #creationSection .creationCollection .creation .wrapper .demo .visitLink .text{color:var(--black);white-space:nowrap;font-weight:var(--bold-weight);text-transform:capitalize}#everything #creationSection .creationCollection .creation .wrapper .demo .visitLink .icon{width:var(--header-font);height:var(--header-font);fill:var(--black)}#everything #creationSection .creationCollection .creation .wrapper .textContext{display:flex;flex-direction:column;gap:var(--u-big-gap);height:100%;align-items:flex-end;justify-content:space-between}#everything #creationSection .creationCollection .creation .wrapper .textContext .longDesc{font-size:var(--small-font);text-align:justify;align-self:flex-start}#everything #aboutSection{display:flex;flex-direction:column;background:var(--p1);width:100%;min-height:70vh;position:relative;border-bottom:.1vh solid var(--white)}#everything #aboutSection .bg{position:absolute;top:0;left:0;width:100%;height:100%}#everything #aboutSection .reviewCollection .review{position:absolute;z-index:2}#everything #aboutSection .reviewCollection .review:nth-child(1){top:30%;transform:translateY(-30%);left:var(--u-big-gap)}#everything #aboutSection .reviewCollection .review:nth-child(2){top:50%;transform:translateY(-50%);right:var(--u-big-gap)}#everything #aboutSection .slogan{position:absolute;bottom:var(--u-big-gap);left:var(--u-big-gap);display:flex;flex-direction:column;z-index:2}#everything #aboutSection .slogan .bigText{font-size:var(--big-font);font-style:italic}#everything #aboutSection .slogan .smallText{font-size:var(--small-font)}#everything #aboutSection .middleArt{pointer-events:none;width:50vh;height:70vh;position:absolute;bottom:0;left:50%;z-index:2;transform:translate(-50%)}#everything #connectSection{display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--p1);position:relative;padding:var(--u-big-gap);overflow:hidden;z-index:0}#everything #connectSection .bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}#everything #connectSection .socialLinks{display:flex;gap:var(--u-big-gap);flex-wrap:nowrap;padding:var(--u-big-gap);z-index:1}#everything #connectSection .socialLinks .social{cursor:pointer;width:var(--big-font);height:var(--big-font);border-radius:100%;padding:var(--u-gap);background:var(--p1);fill:var(--white);border:.1vh solid var(--white);transition:opacity .2s ease-in-out}#everything #connectSection .socialLinks .social:hover{opacity:50%}#everything #connectSection .email{border-radius:var(--u-radius);width:45vh;padding:var(--u-big-gap);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--u-big-gap);z-index:1}#everything #connectSection .email .sectionHeader{font-size:var(--big-font);font-style:italic;white-space:nowrap;text-transform:capitalize;border-bottom:.3vh dashed var(--p1)}#everything #connectSection .email .field{height:100%;width:100%;display:flex;flex-direction:column;gap:var(--u-gap)}#everything #connectSection .email .field .header{font-weight:var(--bold-weight)}#everything #connectSection .email .field textarea,#everything #connectSection .email .field input{width:100%;padding:var(--u-gap) var(--u-big-gap);background:var(--black);font-size:var(--small-font);border-radius:var(--u-radius);border:.1vh solid var(--black);resize:none}#everything #connectSection .email .field textarea{height:10vh}#everything #connectSection .email .submitBtn{cursor:pointer;padding:var(--u-gap) var(--u-big-gap);width:100%;border-radius:var(--u-radius);background:var(--white);border:.1vh solid var(--black);display:flex;justify-content:space-between;gap:var(--u-big-gap);align-items:center;transition:opacity .2s ease-in-out}#everything #connectSection .email .submitBtn:hover{opacity:50%}#everything #connectSection .email .submitBtn .text{font-weight:var(--bold-weight);color:var(--black);text-transform:uppercase}#everything #connectSection .email .submitBtn .icon{width:var(--header-font);height:var(--header-font);fill:var(--black)}#everything #connectSection footer{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:50vh;padding:var(--u-gap) var(--u-big-gap);padding-bottom:5vh;z-index:1}#everything #connectSection footer .copyright{display:flex;gap:var(--u-gap);flex-wrap:nowrap;align-items:center;justify-content:center}#everything #connectSection footer .copyright .icon{width:var(--normal-font);height:var(--normal-font);fill:var(--white)}#everything #connectSection footer .copyright .text{font-size:var(--small-font);font-weight:var(--bold-weight)}#everything #connectSection footer .address{cursor:pointer;font-size:var(--small-font);font-weight:var(--bold-weight)}@media (max-width: 1024px){:root{--big-font: 3vh !important;--header-font: 1.7vh !important;--normal-font: 1.3vh !important;--small-font: 1.2vh !important;--u-gap: .7vh !important;--u-big-gap: 1.7vh !important;--u-radius: 1vh !important}}@media (max-width: 1024px){#everything #homeSection{grid-template-columns:auto!important}#everything #homeSection .wrapper{height:60vh!important}#everything #homeSection .videoSection{height:40vh!important}#everything #homeSection .nameSection{height:50vh!important}#everything #homeSection .contactSection{height:60vh!important}#everything #homeSection .contactSection .blob{display:none!important}#everything #homeSection .contactSection .subWrapper{display:flex!important;flex-wrap:wrap!important;align-items:center;justify-content:center}#everything #homeSection .contactSection .subWrapper .contactBtn{width:100%!important}#everything #homeSection .contactSection .subWrapper .social{width:4vh!important;height:4vh!important}#everything .review{width:100%!important}#everything .review .reviewWrapper{flex-direction:column!important}#everything .review .photo{width:4vh!important;height:4vh!important}#everything #creationSection .universe{height:30vh!important}#everything #creationSection .creationCollection{grid-template-columns:repeat(3,minmax(20vh,1fr));padding:calc(2 * var(--u-big-gap))}#everything #creationSection .creationCollection .creation .demo{height:15vh!important}#everything #aboutSection{gap:var(--u-big-gap);align-items:center;justify-content:center}#everything #aboutSection .reviewCollection{display:grid;grid-template-columns:50% auto;width:100%;height:100%}#everything #aboutSection .reviewCollection .review{position:relative!important}#everything #aboutSection .reviewCollection .review *{align-items:center;justify-content:center;text-align:center}#everything #aboutSection .reviewCollection .review:nth-child(1){top:0!important;transform:translateY(0)!important;left:0!important}#everything #aboutSection .reviewCollection .review:nth-child(2){top:0!important;transform:translateY(0)!important;right:0!important}#everything #aboutSection .slogan{position:relative!important;bottom:0!important;left:0!important;padding:var(--u-big-gap);align-self:flex-start}#everything #aboutSection .middleArt{width:40vh!important;height:40vh!important;position:relative!important;left:0!important;transform:translate(0)!important}#everything #connectSection .socialLinks .social{width:4vh!important;height:4vh!important;padding:var(--u-gap)!important}}@media (max-width: 767px){:root{--big-font: 3vh !important;--header-font: 2vh !important;--normal-font: 1.2vh !important;--small-font: 1.2vh !important;--u-gap: .7vh !important;--u-big-gap: 1.7vh !important;--u-radius: 1.7vh !important}#homeSection{overflow:hidden!important}#creationSection .creationCollection{grid-template-columns:1fr!important}#creationSection .creationCollection .creation .demo{min-height:20vh!important}#aboutSection .middleArt{width:45vh!important;height:45vh!important}#connectSection .email,#connectSection .connectArt,#connectSection footer{width:45vh!important}}
