@import "https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,700&family=Roboto+Mono:wght@200;400;700&display=swap";@import "https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,700&family=Roboto+Mono:wght@200;400;700&display=swap";.header-container{justify-content:space-between;align-items:center;margin-bottom:50px;display:flex}.header-container img{width:90px}.header-container .burger-menu{cursor:pointer;width:30px;display:none}@media only screen and (width<=900px){.header-container .burger-menu{display:block}}.header-container .nav-menu{text-transform:uppercase;-webkit-user-select:none;user-select:none;align-items:center;gap:40px;font-size:17px;display:flex}@media only screen and (width<=900px){.header-container .nav-menu{display:none}}.header-container .nav-menu .nav-item{height:30px;padding:0;position:relative;overflow:hidden}.header-container .nav-menu .nav-item span{transition:all .2s ease-in-out;display:inline-block}.header-container .nav-menu .nav-item span:before{content:attr(dataText);position:absolute;transform:translateY(100%)}.header-container .nav-menu .nav-item span:hover{transform:translateY(-100%)}.header-container .nav-menu .current-path{color:var(--yellow)}.header-container .nav-menu a{cursor:pointer;text-align:center;align-items:center;padding:5px;font-family:Roboto Mono,monospace;display:flex}.button-wrapper{z-index:1;cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid #fff;border-radius:50px;justify-content:center;align-items:center;gap:9px;width:fit-content;padding:7px 14px;transition:all .3s ease-in-out;display:flex}.button-wrapper span{height:100%;display:flex}.button-wrapper:hover{background-color:#ffff0021}.button-wrapper:hover>.arrow{transform:translate(5px)}.button-wrapper:hover>button{cursor:pointer}.button-wrapper .arrow{color:var(--yellow);transition:all .3s ease-in-out}.button-wrapper button{color:#fff;text-transform:uppercase;letter-spacing:1px;background-color:#0000;border:none;font-family:Roboto Mono,monospace;font-size:17px}.button-wrapper .active-button{color:var(--yellow)}.yellow{border:1px solid var(--yellow);color:var(--yellow);z-index:8;cursor:pointer;border-radius:50px;justify-content:center;align-items:center;gap:9px;padding:7px 14px;display:flex}.yellow:hover>.arrow{transform:translate(5px)}.yellow:hover>button{cursor:pointer}.yellow .arrow{color:var(--yellow);transition:all .3s ease-in-out}.yellow button{color:var(--yellow);text-transform:uppercase;background-color:#0000;border:none;font-family:Roboto Mono,monospace;font-size:17px}.lang-wrapper{border-radius:50px;align-items:center;gap:5px;display:flex;position:relative}.lang-wrapper .lang{cursor:pointer;border-radius:50px;align-items:center;gap:5px;padding:7px 14px;font-family:Roboto Mono,monospace;transition:all .3s ease-in-out;display:flex}.lang-wrapper .lang:hover{background-color:#ffff0021}.lang-wrapper .dropdown{color:var(--black-transparent);background-color:var(--yellow);z-index:4;border-radius:20px;flex-direction:column;gap:5px;padding:10px 20px;display:flex;position:absolute;top:100%;left:-9%}.lang-wrapper .dropdown .option{flex-direction:row;align-items:center;gap:6px;font-family:Roboto Mono,monospace;display:flex}.lang-wrapper .dropdown .option p{width:100%}.lang-wrapper .dropdown .option .check{color:#000}.lang-wrapper .dropdown .option .option-text{cursor:pointer;align-items:center;gap:4px;display:flex}.lang-wrapper .dropdown .option .option-text:hover{color:#000}.backdrop{z-index:3;background-color:#0000006d;position:fixed;inset:0}.mobile-menu{background-color:var(--yellow);width:100%;color:var(--black-transparent);z-index:5;-webkit-user-select:none;user-select:none;padding:30px;position:absolute;top:0;left:0}.mobile-menu .menu{flex-direction:column;gap:20px;display:flex}.mobile-menu .menu .menu-item{text-transform:uppercase;cursor:pointer;font-family:Roboto Mono,monospace;font-size:24px;transition:all .2s ease-in-out;display:flex}.mobile-menu .menu .menu-item:hover{color:#000}.mobile-menu .menu .language{text-transform:uppercase;cursor:pointer;flex-direction:column;justify-content:start;width:fit-content;margin-top:15px;font-family:Roboto Mono,monospace;display:flex}.mobile-menu .menu .language .options{flex-direction:column;gap:10px;width:100%;padding:15px;font-size:14px;display:flex}.mobile-menu .menu .language .options p{cursor:pointer;align-items:center;gap:5px;transition:all .2s ease-in-out;display:flex}.mobile-menu .menu .language .options .check,.mobile-menu .menu .language .options p:hover{color:#000}.mobile-menu .menu .language .language-button{align-items:center;gap:5px;width:fit-content;transition:all .2s ease-in-out;display:flex}.mobile-menu .menu .language .language-button:hover{color:#000}.mobile-menu .menu .language .language-button p{font-size:17px}.mobile-menu .menu .language .language-button span{display:flex}.mobile-menu .close{justify-content:end;margin-bottom:30px;display:flex}.mobile-menu .close .icon{cursor:pointer;width:20px}.main-content{flex-direction:column;align-items:center;padding:15px 30px;display:flex}@media only screen and (width<=900px){.main-content{padding:12px 20px}}.main-content .main-content-wrapper{width:100%;max-width:1400px}.bars{z-index:0;flex-direction:column;gap:45px;width:100%;display:flex}@media only screen and (width<=900px){.bars{display:none}}.bars .bar1{background-color:#ffff0058;height:1px}.bars .bar2{background-color:#ffff0043;height:4px}.bars .bar3{background-color:#ffff0043;height:9px}.bars .bar4{background-color:#ffff0043;height:16px}.bars .bar5{background-color:#ffff0043;height:23px}.bars .bar6{background-color:#ffff0043;height:34px}.hero{justify-content:space-between;height:400px;display:flex}@media only screen and (width<=900px){.hero{flex-direction:column;gap:30px}}.hero .hero-text{flex-direction:column;gap:30px;width:50%;font-family:DM Sans,sans-serif;display:flex}@media only screen and (width<=900px){.hero .hero-text{order:2;gap:20px;width:100%;padding-bottom:20px}}.hero .hero-text .color{color:var(--yellow)}.hero .hero-text h2{text-transform:uppercase;width:90%;font-weight:300}@media only screen and (width<=1300px){.hero .hero-text h2{font-size:60px}}@media only screen and (width<=1200px){.hero .hero-text h2{width:90%;font-size:55px}}@media only screen and (width<=1020px){.hero .hero-text h2{font-size:50px}}@media only screen and (width<=900px){.hero .hero-text h2{width:100%;font-size:40px}}.hero .hero-text p{width:70%;font-family:Roboto Mono,monospace;font-size:19px;line-height:150%}@media only screen and (width<=950px){.hero .hero-text p{width:90%;font-size:18px}}.hero .hero-image{object-fit:cover;width:50%;box-shadow:2px 2px 8px 1px #0003}@media only screen and (width<=900px){.hero .hero-image{order:1;width:100%}}.signature-container{justify-content:center;display:flex}.signature-container .signature{text-align:center;color:var(--black-transparent);background-color:#ffff00e8;border-radius:5px 5px 0 0;width:fit-content;padding:5px 10px;font-family:Roboto Mono,monospace;font-weight:400;position:fixed;bottom:0}@media only screen and (width<=600px){.signature-container .signature{font-size:14px}}.signature-container .signature a:hover{cursor:pointer;text-decoration:underline}.home-page{flex-direction:column;gap:80px;display:flex}.footer{-webkit-user-select:none;user-select:none;flex-direction:column;gap:10px;margin-top:40px;margin-bottom:40px;font-family:Roboto Mono,monospace;display:flex}.footer .bar{background-color:var(--yellow);height:1px}@media only screen and (width<=450px){.footer .bar{display:none}}.footer .sub-text{color:var(--yellow);justify-content:space-between;display:flex;overflow:hidden}@media only screen and (width<=450px){.footer .sub-text{display:none}}.footer .sub-text p{text-transform:uppercase;letter-spacing:7px;font-size:12px;overflow:hidden}.layout-title{text-transform:uppercase;color:var(--yellow);-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:start;margin-bottom:40px;display:flex;overflow:hidden}@media only screen and (width<=800px){.layout-title h1{font-size:50px}}.layout-title .bar{background-color:var(--yellow);height:1px}@media only screen and (width<=450px){.layout-title .bar{display:none}}.about-us{justify-content:space-between;font-family:Roboto Mono,monospace;display:flex}@media only screen and (width<=1200px){.about-us{flex-direction:column}}.about-us .image-wrapper{width:50%;overflow:hidden;box-shadow:2px 2px 8px 1px #0003}@media only screen and (width<=1200px){.about-us .image-wrapper{width:100%}}@media only screen and (width<=400px){.about-us .image-wrapper{height:300px}}.about-us .image-wrapper:hover{background-color:var(--yellow)}.about-us .image-wrapper .about-us-img{object-fit:cover;z-index:-1;width:100%;height:100%;transition:all .7s ease-in}.about-us .image-wrapper .about-us-img:hover{transform:scale(1.05)}.about-us .about-us-text{width:50%;padding:100px;font-size:30px}@media only screen and (width<=1200px){.about-us .about-us-text{width:100%;padding:50px}}@media only screen and (width<=800px){.about-us .about-us-text{margin-top:20px;padding:0;font-size:24px}}@media only screen and (width<=600px){.about-us .about-us-text{padding:0;font-size:18px;line-height:150%}}.about-us .about-us-text .color{color:var(--yellow)}.artist-card-container{padding:10px}.artist-card-container:hover{background-color:#ffff001c}@media only screen and (width<=450px){.artist-card-container{height:145px;padding:0}.artist-card-container:hover{background-color:#0000}}.artist-card{cursor:pointer;flex-direction:column;gap:10px;width:100%;max-width:270px;display:flex}@media only screen and (width<=450px){.artist-card{grid-template-rows:.1fr .6fr;grid-template-columns:.4fr .6fr;column-gap:20px;height:200px;display:grid}}@media only screen and (width<=800px){.artist-card{max-width:none}}.artist-card img{object-fit:cover;width:100%;height:100%;max-height:350px}@media only screen and (width<=450px){.artist-card img{grid-area:1/1/3}}@media only screen and (width<=1050px){.artist-card img{max-height:280px}}@media only screen and (width<=850px){.artist-card img{max-height:250px}}.artist-card .title{text-transform:uppercase;color:var(--yellow);letter-spacing:4px;justify-content:space-between;align-items:center;font-size:18px;font-weight:100;display:flex}@media only screen and (width<=450px){.artist-card .title p{align-self:start}}@media only screen and (width<=350px){.artist-card .title p{font-size:15px}}@media only screen and (width<=450px){.artist-card .title span{align-self:start}.artist-card .title{grid-area:1/2}}.artist-card .title .arrow-button{border:1px solid var(--yellow);border-radius:50%;align-items:center;width:25px;height:25px;padding:5px;display:flex}.artist-card .info{color:#d1d1d1;font-family:Roboto Mono,monospace;font-size:15px;line-height:147%}@media only screen and (width<=450px){.artist-card .info{grid-area:2/2;align-self:end;font-size:13px}}@media only screen and (width<=350px){.artist-card .info{font-size:12px}}.artists-container{justify-content:space-between;gap:20px;width:100%;display:flex}@media only screen and (width<=800px){.artists-container{grid-template-columns:1fr 1fr;display:grid}}@media only screen and (width<=450px){.artists-container{grid-template-columns:1fr;gap:10px}}.gallery-item{cursor:pointer;border:1px solid #ff0;width:400px;height:500px;padding:20px;overflow:hidden}@media only screen and (width<=900px){.gallery-item{width:100%}}.gallery-item .img-wrapper{width:100%;height:100%;overflow:hidden}.gallery-item .img-wrapper .img{object-fit:cover;object-position:center;filter:grayscale();width:100%;height:100%;transition:transform 1s ease-in-out;overflow:hidden}.gallery-item>.img-wrapper>.img:hover{filter:none;transform:scale(1.1)}.modal{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-khtml-user-select:none;z-index:10;background-color:#090909cd;flex-direction:column;justify-content:end;align-items:center;width:100vw;height:100vh;padding:6em 0;display:flex;position:fixed;top:0;left:0}.modal p{letter-spacing:7px;color:#ff0;cursor:pointer;background-color:#0000}.modal .image{width:500px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media only screen and (width<=800px){.modal .image{width:80%;height:60%}}@media only screen and (width<=400px){.modal .image{height:55%}}.modal .image img{object-fit:cover;width:100%;height:100%}.modal .arrows{background-color:#0000;justify-content:space-between;width:700px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media only screen and (width<=800px){.modal .arrows{width:97%}}.modal .arrows .arrow{color:#ff0;cursor:pointer;background-color:#0000}.modal .arrows-first-item{background-color:#0000;justify-content:end;width:700px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media only screen and (width<=800px){.modal .arrows-first-item{width:97%}}.modal .arrows-first-item .arrow{color:#ff0;cursor:pointer;background-color:#0000}.gallery{flex-wrap:wrap;justify-content:space-between;gap:40px;width:100%;display:flex}@media only screen and (width<=900px){.gallery{justify-content:center}}.form-item{flex-direction:column;gap:7px;width:100%;font-family:Roboto Mono,monospace;display:flex}.form-item label{color:var(--yellow);text-transform:capitalize}.form-item input{border:1px solid var(--yellow);color:#fff;background-color:#0000;outline:none;padding:10px}.form-item textarea{border:1px solid var(--yellow);color:#fff;resize:none;background-color:#0000;outline:none;height:200px;padding:10px}.form{flex-direction:column;order:2;gap:25px;width:100%;display:flex}.form .form-item-wrapper{flex-direction:column;gap:5px;display:flex}.form .form-item-wrapper span{color:#fc4c4c;font-family:Roboto Mono,monospace;font-size:12px}.form .form-item-wrapper .hidden{visibility:hidden}.form .submit{justify-content:end;display:flex}.message-confirmation{z-index:10;-webkit-user-select:none;user-select:none;background-color:#090909cd;justify-content:center;align-items:center;width:100vw;height:100vh;padding:30px;display:flex;position:fixed;top:0;left:0}.message-confirmation .content{color:#000;background-color:var(--yellow);flex-direction:column;align-items:center;gap:30px;padding:30px;font-family:Roboto Mono,monospace;font-size:17px;display:flex}.message-confirmation .content .close{justify-content:end;width:100%;height:fit-content;display:flex}.message-confirmation .content .close svg{cursor:pointer}.slogan{width:100%;height:100%;display:flex}.slogan .content{flex-direction:column;justify-content:space-between;gap:30px;width:100%;display:flex}@media only screen and (width<=600px){.slogan .content{gap:0}}.slogan .content .title{align-items:center;gap:20px;display:flex}.slogan .content .title .icon{color:var(--yellow)}.slogan .content h3{text-transform:uppercase;font-weight:400}@media only screen and (width<=1100px){.slogan .content h3{font-size:47px}}@media only screen and (width<=600px){.slogan .content h3{font-size:37px}}.slogan .content p{width:100%;font-family:Roboto Mono,monospace;font-size:20px;line-height:160%}@media only screen and (width<=1000px){.slogan .content p{width:80%}}@media only screen and (width<=600px){.slogan .content p{width:100%}}.slogan .content .color{color:var(--yellow)}.map-container{width:50%}@media only screen and (width<=1000px){.map-container{width:100%;height:300px}}.map-container .map{border:none;width:100%;height:100%}.get-in-touch-wrapper{gap:60px;display:flex}@media only screen and (width<=1000px){.get-in-touch-wrapper{flex-direction:column}}@media only screen and (width<=1250px){.get-in-touch-wrapper{justify-content:center}}.get-in-touch-wrapper .get-in-touch-container{flex-direction:column;justify-content:space-between;gap:100px;width:50%;display:flex}@media only screen and (width<=600px){.get-in-touch-wrapper .get-in-touch-container{gap:60px}}@media only screen and (width<=1000px){.get-in-touch-wrapper .get-in-touch-container{width:100%}}@media only screen and (width<=1250px){.get-in-touch-wrapper .get-in-touch-container{flex-direction:column}}.not-found{height:100%;color:var(--yellow);flex-direction:column;justify-content:center;align-items:center;padding-top:100px;font-family:Roboto Mono,monospace;display:flex}@media only screen and (width<=650px){.not-found{padding-top:150px}}.not-found .error-code{font-size:150px}@media only screen and (width<=650px){.not-found .error-code{font-size:110px}}.not-found h2{font-weight:400}@media only screen and (width<=650px){.not-found h2{font-size:30px}}.main-content{height:100vh}.home{background-image:url(/assets/home-BxO2bp57.png);background-position:50%;background-repeat:no-repeat;background-size:cover}@media only screen and (width<=390px){.home{background-image:url(/assets/home-X9FTTbx6.png)}}.about{background-image:url(/assets/about-Bxik9o7H.png);background-position:50%;background-repeat:no-repeat;background-size:cover}@media only screen and (width<=390px){.about{background-image:url(/assets/about-C0e_c3NK.png)}}.artists{background-image:url(/assets/artists-DZyiYCIr.png);background-position:50%;background-repeat:no-repeat;background-size:cover}@media only screen and (width<=390px){.artists{background-image:url(/assets/artists-DoxOBOXX.png)}}.artist{background-image:url(/assets/home-BxO2bp57.png);background-position:50%;background-repeat:no-repeat;background-size:cover}@media only screen and (width<=390px){.artist{background-image:url(/assets/home-X9FTTbx6.png)}}.get-in-touch{background-image:url(/assets/get-in-touch-pHZssdq5.png);background-position:50%;background-repeat:no-repeat;background-size:cover}@media only screen and (width<=390px){.get-in-touch{background-image:url(/assets/get-in-touch-DeeDkaRb.png)}}*{box-sizing:border-box;margin:0;padding:0}body{--yellow:#fff500;--black-transparent:#00000094;color:#fff;background-color:#000;background-image:url(/assets/artist-CUg2K9JN.png);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;font-family:DM Sans,sans-serif}@media only screen and (width<=450px){body{background-image:none}}h1{font-size:96px;font-weight:600;line-height:113%}h2{font-size:70px;line-height:113%}h3{font-size:54px}h4{font-size:48px;font-weight:700}h5{font-size:40px}h6{font-size:24px}a:-webkit-any-link{color:inherit;text-decoration:none}
