@import url(https://fonts.googleapis.com/css2?family=Prata&display=swap);:root{--sandy:#f4e2d4;--brown:#231b1b;--normal_font:"Prata",serif}body{background-color:var(--sandy);color:var(--brown);font-family:var(--normal_font)}section.about>.title,section.albums>.title,section.contact>.title,section.etsy_shop>.title,section.gallery>.title,section.links>.title,section.offers>.title,section.projects>.title,section.spotify_showcase>.title,section.team>.title,section.testimonials>.title,section.tiktok_feed>.title,section.twitch_feed>.title,section.youtube_feed>.title{font-size:25px;font-weight:700}section.about>.title::after,section.albums>.title::after,section.contact>.title::after,section.etsy_shop>.title::after,section.gallery>.title::after,section.links>.title::after,section.offers>.title::after,section.projects>.title::after,section.spotify_showcase>.title::after,section.team>.title::after,section.testimonials>.title::after,section.tiktok_feed>.title::after,section.twitch_feed>.title::after,section.youtube_feed>.title::after{content:"";margin-top:5px;padding-left:15px;margin-left:-15px;width:100%;height:1px;background-color:var(--brown);display:block}@media (max-width:450px){section.about>.title::after,section.albums>.title::after,section.contact>.title::after,section.etsy_shop>.title::after,section.gallery>.title::after,section.links>.title::after,section.offers>.title::after,section.projects>.title::after,section.spotify_showcase>.title::after,section.team>.title::after,section.testimonials>.title::after,section.tiktok_feed>.title::after,section.twitch_feed>.title::after,section.youtube_feed>.title::after{padding-left:0;margin-left:0}}section.hero>.title{font-size:55px;font-weight:700;color:var(--brown);text-shadow:-1px -1px var(--sandy),-1px 1px var(--sandy),1px 1px var(--sandy),1px -1px var(--sandy)}section.hero>.subtitle{color:var(--brown)}section.hero>.background{filter:brightness(.8);mask-image:linear-gradient(black 50%,rgba(0,0,0,0.99) 54%,rgba(0,0,0,0.97) 58%,rgba(0,0,0,0.94) 62%,rgba(0,0,0,0.9) 65%,rgba(0,0,0,0.85) 68%,rgba(0,0,0,0.79) 71%,rgba(0,0,0,0.72) 73%,rgba(0,0,0,0.65) 76%,rgba(0,0,0,0.57) 78%,rgba(0,0,0,0.48) 81%,rgba(0,0,0,0.39) 84%,rgba(0,0,0,0.3) 87%,rgba(0,0,0,0.2) 91%,rgba(0,0,0,0.1) 94%,rgba(0,0,0,0) 100%)}section.hero>.button{font-size:17px;background-color:var(--brown);color:var(--sandy);border-radius:6px;transition:.3s}section.hero>.button::after{background-color:var(--sandy)}section.hero>.button:hover{filter:brightness(.6)}section.hero>.button:active{filter:brightness(.4)}section.albums>.albums_container>.album{border:1px solid rgba(0,0,0,.2);color:var(--brown);border-radius:8px;transition:.3s}section.albums>.albums_container>.album>.image{border-radius:8px 8px 0 0}section.albums>.albums_container>.album>.image>img{transition:.3s}section.albums>.albums_container>.album>.name{font-size:20px;margin-top:8px}section.albums>.albums_container>.album>.images_count{font-size:12px}section.albums>.albums_container>.album>.curtain{border-radius:8px;background-color:rgba(0,0,0,.25);transition:.3s}section.albums>.albums_container>.album>.image>.arrow{background-image:url("https://framee.me/assets/gfx/svg/horizontal_arrow_white.svg");transition:.3s}section.albums>.albums_container>.album:hover>.image>img{transform:scale(1.1);filter:brightness(.6)}section.albums>.albums_container>.album:active>.curtain{background-color:rgba(0,0,0,.5)}section.albums>.albums_container>.album:active>.image>img{transform:scale(1.2);filter:brightness(.8)}section.projects>.projects_container>.project{border:1px solid rgba(0,0,0,.2);color:var(--brown);border-radius:8px;transition:.3s}section.projects>.projects_container>.project>.image{border-radius:8px 8px 0 0}section.projects>.projects_container>.project>.image>img{transition:.3s}section.projects>.projects_container>.project>.name{font-size:20px;margin-top:8px}section.projects>.projects_container>.project>.description{font-size:11px}section.projects>.projects_container>.project>.curtain{border-radius:8px;background-color:rgba(0,0,0,.25);transition:.3s}section.projects>.projects_container>.project>.image>.arrow{background-image:url("https://framee.me/assets/gfx/svg/horizontal_arrow_white.svg");transition:.3s}section.projects>.projects_container>.project:hover>.image>img{transform:scale(1.1);filter:brightness(.6)}section.projects>.projects_container>.project:active>.curtain{background-color:rgba(0,0,0,.5)}section.projects>.projects_container>.project:active>.image>img{transform:scale(1.2);filter:brightness(.8)}section.offers>.offers_container>.offer{border-radius:12px;border:1px solid rgba(0,0,0,.2)}section.offers>.offers_container>.offer.highlighted{border:1px solid rgba(0,0,0,.5)}section.offers>.offers_container>.offer>.title{font-size:15px}section.offers>.offers_container>.offer>hr{border-color:rgba(0,0,0,.2)}section.offers>.offers_container>.offer>.price{font-size:40px;font-weight:700}section.offers>.offers_container>.offer>.price>span{font-size:16px;font-weight:400;margin-top:-4px}section.offers>.offers_container>.offer>.description{font-size:12px}section.offers>.offers_container>.offer>.features>li{font-size:15px}section.offers>.offers_container>.offer>.features>li::before{filter:invert(1)}section.offers>.offers_container>.offer>a.button{border-radius:6px;font-size:16px;color:var(--brown);background-color:rgba(0,0,0,.1);transition:.3s}section.offers>.offers_container>.offer>a.button:hover{background-color:rgba(0,0,0,.2)}section.offers>.offers_container>.offer>a.button:hover::after{transform:translateX(4px)}section.offers>.offers_container>.offer>a.button:active{background-color:rgba(0,0,0,.3)}section.offers>.offers_container>.offer>a.button::after{content:"";width:10px;aspect-ratio:1/1;background-image:url("https://framee.me/assets/gfx/svg/horizontal_arrow_black.svg");background-size:contain;background-position:center;background-repeat:no-repeat;transition:.3s}section.testimonials>.cards_container>.card{border-radius:8px;border:1px solid rgba(0,0,0,.2)}section.testimonials>.cards_container>.card>.photo{border-radius:8px}section.testimonials>.cards_container>.card>.author{font-weight:700;font-size:18px}section.testimonials>.cards_container>.card>.quote{font-size:14px}section.contact>.contact_details>div>.label{font-size:16px}section.contact>.contact_details>div>.value{font-size:14px}section.contact>.contact_details>div>.label::before{filter:invert(1)}section.profile>.background{background-color:rgba(0,0,0,.2)}section.profile>.profile_container>.photo{border-radius:50%;border-color:var(--sandy)}section.profile>.profile_container>.name{font-size:35px;font-weight:700}section.profile>.profile_container>.bio{font-size:15px;opacity:.75}section.team>.members_container>.member{border-radius:10px;border:1px solid rgba(0,0,0,.2)}section.team>.members_container>.member>.photo{border-radius:5px}section.team>.members_container>.member>.name{font-size:17px;font-weight:700}section.team>.members_container>.member>.headline{font-size:14px}section.team>.members_container>.member>hr{border-color:rgba(0,0,0,.2)}section.youtube_feed>.user_details>.avatar{border-radius:8px}section.youtube_feed>.user_details>.username{font-size:20px;font-weight:700}section.youtube_feed>.user_details>.subscribers{font-size:14px}section.youtube_feed>.user_details>.link{border-radius:6px;transition:.3s}section.youtube_feed>.videos_container>.video{border-radius:10px}section.youtube_feed>.videos_container>.video::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.25);border-radius:10px;opacity:0;transition:.3s}section.youtube_feed>.videos_container>.video:hover::after{opacity:.75}section.youtube_feed>.videos_container>.video:active::after{opacity:1}section.youtube_feed>.videos_container>.video>.thumbnail{border-radius:10px}section.youtube_feed>.videos_container>.video>.title{font-size:14px;font-weight:700;color:var(--brown)}section.youtube_feed>.videos_container>.video>.meta{font-size:10px;color:var(--brown)}section.spotify_showcase>.playlist_container>.playlist_header{border-radius:10px 10px 0 0;background-color:rgba(0,0,0,.2)}section.spotify_showcase>.playlist_container>.playlist_header>.playlist_cover{border-radius:8px}section.spotify_showcase>.playlist_container>.playlist_header>.playlist_info>.playlist_name{font-size:50px;font-weight:700;color:var(--brown)}@media (max-width:600px){section.spotify_showcase>.playlist_container>.playlist_header>.playlist_info>.playlist_name{font-size:30px}}section.spotify_showcase>.playlist_container>.playlist_header>.playlist_info>.playlist_details{font-size:15px;color:var(--brown)}section.spotify_showcase>.playlist_container>.playlist_tracks>.track{border-radius:4px;color:var(--brown);transition:.3s}section.spotify_showcase>.playlist_container>.playlist_tracks>.track:hover{background-color:rgba(0,0,0,.2)}section.spotify_showcase>.playlist_container>.playlist_tracks>.track:active{background-color:rgba(0,0,0,.5)}section.spotify_showcase>.playlist_container>.playlist_tracks>.track>.track_number{font-size:14px}section.spotify_showcase>.playlist_container>.playlist_tracks>.track>.track_cover{border-radius:4px}section.spotify_showcase>.playlist_container>.playlist_tracks>.track>.track_title{font-size:15px}section.spotify_showcase>.playlist_container>.playlist_tracks>.track>.track_subtitle{font-size:12px}section.spotify_showcase>.playlist_container>.playlist_tracks>.track>.track_duration{font-size:13px}section.spotify_showcase>.album_container>.album_info>.album_cover{border-radius:12px}section.spotify_showcase>.album_container>.album_info>.album_name{font-size:20px;font-weight:700;color:var(--brown)}section.spotify_showcase>.album_container>.album_info>.album_name::after{background-image:url("https://framee.me/assets/gfx/svg/diagonal_arrow_black.svg")}section.spotify_showcase>.album_container>.album_info>.album_details{font-size:13px;color:var(--brown)}section.spotify_showcase>.album_container>.album_tracks>.track{border-radius:4px;color:var(--brown);transition:.3s}section.spotify_showcase>.album_container>.album_tracks>.track:hover{background-color:rgba(0,0,0,.2)}section.spotify_showcase>.album_container>.album_tracks>.track:active{background-color:rgba(0,0,0,.5)}section.spotify_showcase>.album_container>.album_tracks>.track>.track_number{font-size:14px}section.spotify_showcase>.album_container>.album_tracks>.track>.track_title{font-size:15px}section.spotify_showcase>.album_container>.album_tracks>.track>.track_subtitle{font-size:12px}section.spotify_showcase>.album_container>.album_tracks>.track>.track_duration{font-size:13px}section.spotify_showcase>.artist_container>.artist_details>.image{border-radius:10px}section.spotify_showcase>.artist_container>.artist_details>.name{font-size:40px;font-weight:700}section.spotify_showcase>.artist_container>.artist_details>.link{border-radius:6px;transition:.3s}section.spotify_showcase>.artist_container>.latest_releases>.releases_container>.release{position:relative;border-radius:8px;color:var(--brown)}section.spotify_showcase>.artist_container>.latest_releases>.releases_container>.release::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.25);border-radius:8px;opacity:0;transition:.3s}section.spotify_showcase>.artist_container>.latest_releases>.releases_container>.release:hover::after{opacity:.75}section.spotify_showcase>.artist_container>.latest_releases>.releases_container>.release:active::after{opacity:1}section.spotify_showcase>.artist_container>.latest_releases>.releases_container>.release>.cover{border-radius:6px}section.spotify_showcase>.artist_container>.latest_releases>.releases_container>.release>.title{font-size:15px}section.spotify_showcase>.artist_container>.latest_releases>.releases_container>.release>.subtitle{font-size:12px}section.tiktok_feed>.account_container>.avatar{border-radius:10px}section.tiktok_feed>.account_container>.account_details>.username{font-size:20px}section.tiktok_feed>.account_container>.account_details>.stats_container>div>.value{font-size:15px;font-weight:700}section.tiktok_feed>.account_container>.account_details>.stats_container>div>.label{font-size:13px}section.tiktok_feed>.account_container>.account_details>.link{font-size:15px;border-radius:6px;transition:.3s}section.tiktok_feed>.videos_container>.video{border-radius:10px}section.tiktok_feed>.videos_container>.video::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.25);border-radius:10px;opacity:0;transition:.3s}section.tiktok_feed>.videos_container>.video:hover::after{opacity:.75}section.tiktok_feed>.videos_container>.video:active::after{opacity:1}section.tiktok_feed>.videos_container>.video>.thumbnail{border-radius:8px}section.tiktok_feed>.videos_container>.video>.title{font-size:14px;font-weight:700;color:var(--brown)}section.tiktok_feed>.videos_container>.video>.views{font-size:10px;color:var(--brown)}section.twitch_feed>.user_details>.avatar{border-radius:8px}section.twitch_feed>.user_details>.username{font-size:20px;font-weight:700}section.twitch_feed>.user_details>.followers{font-size:14px}section.twitch_feed>.user_details>.link{border-radius:6px;transition:.3s}section.twitch_feed>.recent_streams>.stream{border-radius:10px}section.twitch_feed>.recent_streams>.stream::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.25);border-radius:10px;opacity:0;transition:.3s}section.twitch_feed>.recent_streams>.stream:hover::after{opacity:.75}section.twitch_feed>.recent_streams>.stream:active::after{opacity:1}section.twitch_feed>.recent_streams>.stream>.thumbnail{border-radius:10px}section.twitch_feed>.recent_streams>.stream>.title{font-size:14px;font-weight:700;color:var(--brown)}section.twitch_feed>.recent_streams>.stream>.meta{font-size:10px;color:var(--brown)}section.etsy_shop>.shop_details>.icon{border-radius:8px}section.etsy_shop>.shop_details>.name{font-size:20px;font-weight:700}section.etsy_shop>.shop_details>.stats{font-size:14px}section.etsy_shop>.shop_details>.stats>.divider{color:var(--brown)}section.etsy_shop>.shop_details>.link{border-radius:6px;transition:.3s}section.etsy_shop>.products_container>.product{border-radius:10px}section.etsy_shop>.products_container>.product::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.25);border-radius:10px;opacity:0;transition:.3s}section.etsy_shop>.products_container>.product:hover::after{opacity:.75}section.etsy_shop>.products_container>.product:active::after{opacity:1}section.etsy_shop>.products_container>.product>.image{border-radius:10px}section.etsy_shop>.products_container>.product>.title{font-size:14px;font-weight:700;color:var(--brown)}section.etsy_shop>.products_container>.product>.price{font-size:12px;color:var(--brown)}section.links>.links_container>.link{border-radius:10px;border:1px solid rgba(0,0,0,.2);color:var(--brown);transition:.3s}section.links>.links_container>.link:hover{background-color:rgba(0,0,0,.2);transform:rotate(5deg)}section.links>.links_container>.link:active{background-color:rgba(0,0,0,.4)}.image_popup{background-color:rgba(0,0,0,.75)}.image_popup>img{border-radius:12px}.image_popup>.close_button{border-radius:6px;opacity:.6;transition:.3s}.image_popup>.close_button:hover{background-color:rgba(255,255,255,.2)}.image_popup>.close_button:active{background-color:rgba(255,255,255,.4)}.album.back_button,.project.back_button{font-family:var(--normal_font);color:var(--brown);font-size:14px}.album.back_button>div,.project.back_button>div{background-image:url("https://framee.me/assets/gfx/svg/horizontal_arrow_black.svg")}.album.name,.project.name{font-size:35px;font-family:var(--normal_font);color:var(--brown)}.project.description{font-size:16px;font-family:var(--normal_font);color:var(--brown)}.album.images_container>img,.project.images_container>img,section.gallery img{border-radius:6px;border:1px solid transparent;transition:.3s}.album.images_container>img:hover,.project.images_container>img:hover,section.gallery img:hover{filter:brightness(.75);border-color:var(--brown);cursor:pointer}.album.images_container>img:active,.project.images_container>img:active,section.gallery img:active{filter:brightness(.5)}