body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{font-family:space-grotesk;margin:0;padding:0}::selection{background-color:#1f1f1f}@font-face{font-family:space-grotesk;src:url(/static/media/SpaceGrotesk.5771010795a77ba7459b.ttf)}@font-face{font-family:dela-gothic-one;src:url(/static/media/DelaGothicOne.a8761c8c6d54ccaa44db.ttf)}body{background:linear-gradient(270deg,#1f1f1f,#000);font-family:space-grotesk;overflow:hidden!important}.container{display:flex;flex-direction:column;gap:1rem;height:calc(100dvh - 2rem);padding:1rem;position:relative;width:calc(100dvw - 2rem)}#circle1,#circle2{animation:pulse 2s infinite alternate;background-color:initial;border-radius:50%;left:50%;margin-top:2rem;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:center;z-index:-1}:root{--radius1:105vh;--radius2:135vh}#circle1{border:.115rem solid #c1e17f;height:105vh;height:var(--radius1);width:105vh;width:var(--radius1)}#circle2{border:.115rem solid plum;height:135vh;height:var(--radius2);width:135vh;width:var(--radius2)}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(1)}to{transform:translate(-50%,-50%) scale(1.2)}}#content{align-items:center;color:#535353;display:flex;flex-direction:column;gap:2rem;height:100%;justify-content:center;width:100%}#content h1{color:#b3b3b3;font-size:7rem;text-align:center}#content h1,#content h1 span:first-child{font-family:dela-gothic-one;font-weight:400}#content h1 span:first-child{color:#1db954bf}#content h1 span:nth-child(2){color:#ff0000bf;font-family:dela-gothic-one;font-weight:400}#content div{width:40vw}#content div,#content p{display:flex;flex-direction:column;justify-content:center}#content p{align-items:center;color:#535353;gap:1rem;text-align:center}#content p:first-child{color:#b3b3b3b3;padding-bottom:1rem}#switch{background-image:linear-gradient(270deg,#1db954 50%,#fff 0);background-position:100%;background-size:200%;border:none;border-radius:.75rem;color:#1f1f1f;font-weight:bolder;padding:1rem;transition:all .15s ease-in-out}#switch:hover{background-position:0;color:#c30000}button:hover{cursor:pointer;transition:all .15s ease-in-out}.navigation:hover{background-color:#1f1f1f;color:#1db954}@media (orientation:portrait){:root{--radius1:75vh;--radius2:85vh}#home-container{overflow:hidden}#content h1{font-size:4rem}#content div{width:90%}}header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#b3b3b323;border-radius:1rem;display:flex;height:2rem;justify-content:space-between;padding:1rem;width:calc(100% - 2rem)}header,header *{color:#b3b3b3}header h2{position:relative}#logo{background-color:initial;border:none}header h2:after{background-image:linear-gradient(90deg,#1db954,red);content:"";height:.1rem;left:0;position:absolute;top:90%;width:80%}nav{align-items:center;display:flex;gap:1rem;justify-content:center}nav button{background-color:#535353;border:none;border-radius:.25rem;color:#b3b3b3;font-weight:700;padding:.5rem}*{color:#fff}body{height:100%;margin:0;padding:0;width:100%}#about-content{align-items:center;display:flex;height:calc(100vh - 7rem);justify-content:center;width:100%}#about-wrapper{display:flex;gap:2rem;height:25rem;width:70%}#profile{background-image:linear-gradient(180deg,#0000,#000),url(/static/media/profile.a24408762d5376e7b50e.jpg);background-position:50%;background-size:cover;border-radius:1rem;display:flex;width:40%}#profile:after{align-self:flex-end;color:#b3b3b3;content:"Venu Pulagam";font-family:space-grotesk;font-size:2rem;font-weight:700;padding:1rem}#data{display:flex;flex-direction:column;gap:1rem;height:100%;overflow:auto;padding:1rem 0;width:60%}#data h1{color:#1db954}#data h1:nth-child(3){margin-top:1.5rem}#contact{gap:2rem}#contact,#contact a{display:flex;transition:all .15s ease-in-out}#contact a{background-color:initial;border:none;flex-direction:column;font-size:2rem;gap:.15rem;position:relative;text-decoration:none}#contact a:hover{cursor:pointer}#contact a:hover i{filter:drop-shadow(0 0 15px #1db954)}#contact a:after{align-self:center;content:attr(name);font-size:.75rem;opacity:0;padding-top:.25rem;position:absolute;transition:all .15s ease-in-out}#contact a:hover:after{opacity:1;transform:translateY(2rem)}@media (orientation:portrait){#about-wrapper{flex-direction:column;height:calc(100vh - 7rem)}#about-wrapper,#data{gap:1rem;width:100%}#profile{height:50%;width:100%}#contact{flex-wrap:wrap}p{overflow:auto}}#playlists-wrapper{align-items:center;display:flex;height:calc(100vh - 6rem);justify-content:center;width:100%}#playlist-module{align-items:center;background-color:#000;border-radius:2rem;display:flex;flex-direction:column;height:calc(80vh - 2rem);justify-content:space-around;min-width:calc(20vw - 2rem);outline:1px solid #b3b3b3b8;padding:1rem;text-align:center;width:calc(20vw - 2rem)}#playlist-module *{color:#535353!important}#playlists{text-wrap:wrap;border-radius:100%;color:#1db954!important;display:flex;height:15rem;width:15rem}#button-row{gap:1rem;width:100%}#button-row,#button-row button{align-items:center;display:flex;justify-content:center}#button-row button{background-color:#535353;border:none;border-radius:100%;color:#000!important;font-weight:700;height:100%;padding:.5rem;transition:all .15s ease-in-out}#button-row button:hover{background-color:#1db954}#button-row button:nth-child(2){border-radius:2rem;font-size:medium;padding:0 2rem}select{-webkit-appearance:none;appearance:none;background-color:initial;font-size:large;text-align:center}option{background-color:#000;font-size:small}#playlist-module p{font-size:small!important}@media (orientation:portrait){#playlist-module{width:80%}}@media screen and (width:1024px){#playlist-module{width:calc(30vw - 2rem)}}@media screen and (width:768px){#playlist-module{width:calc(35vw - 2rem)}}*{color:#b3b3b3}#wrapper{display:flex;gap:5rem;height:calc(100% - 5rem);position:relative}#wrapper>*{flex:1 1}#songs-from,#songs-to{display:flex;flex-direction:column;gap:1rem}#songs-to h2{align-items:center;display:flex;gap:1rem;width:100%}#songs-to h2 i{cursor:pointer;position:relative;width:calc(100% - 14rem)}#songs-to h2 i:after{background-color:#1f1f1f;border-radius:1rem;color:#b3b3b3;content:"Please be aware that Switchify is still in development, and may encounter issues at times.";font-family:space-grotesk;font-size:1rem;font-weight:400!important;left:2rem;opacity:0;outline:.5px solid #b3b3b3;padding:1rem;position:absolute;transition:opacity .3s ease,visibility .3s ease;visibility:hidden}#songs-to h2 i:active:after,#songs-to h2 i:hover:after{opacity:1;visibility:visible}#playlist-name{color:#1db954}.sub-wrappers::-webkit-scrollbar{width:0}.sub-wrappers{border:1px solid #b3b3b3;border-radius:1rem;display:flex;flex-direction:column;gap:.5rem;height:100%;overflow:auto;padding:.75rem}.song-tile{background-color:#1db954;border-radius:.75rem;color:#000;flex-shrink:0;padding:1rem}progress{background-color:#b3b3b3;border:none;border-radius:1rem;height:.25rem;left:50%;position:absolute;top:50%;transform:rotate(-90deg);translate:-50% -50%;width:80vh}progress::-webkit-progress-bar{background-color:initial}progress::-webkit-progress-value{background-color:red;border-radius:10px}#start-conversion{background-color:#000;border:1px solid #b3b3b3;border-radius:1rem;font-size:1rem;font-weight:700;padding:1rem}#start-conversion:hover{color:red}#conversion-status{align-items:center;background-color:#000;border:1px solid #b3b3b3;border-radius:1rem;color:#1db954;display:none;font-weight:700;justify-content:center;padding:1rem}#pre-conversion-text,.special-log{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.special-log{color:red}#pct-wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-image:linear-gradient(180deg,#00000080,#00000080);height:calc(100vh - 2rem);position:absolute;width:calc(100vw - 2rem)}#pct-wrapper,#post-conversion-text{align-items:center;display:flex;justify-content:center}#post-conversion-text{background-color:#1f1f1f;border-radius:1rem;flex-direction:column;gap:1rem;padding:1rem;width:35vw}#okay{background-color:#1db954;border:none;border-radius:.5rem;font-weight:700;padding:.5rem 2rem}#help,#okay{color:#1f1f1f}#help{background-color:#b3b3b3;border-radius:1rem;padding:0 1rem}@media (orientation:portrait){#wrapper{flex-direction:column}#songs-from,#songs-to{height:calc(50% - 2.5rem)}progress{background-color:#b3b3b3;border:none;border-radius:1rem;height:.25rem;left:50%;position:absolute;top:50%;transform:rotate(0deg);translate:-50% -50%}#post-conversion-text,progress{width:90vw}}
/*# sourceMappingURL=main.5b0793f6.css.map*/