/*
Audio player #2c2c2e
*/

:root
{
    --background:white;
    --text:black;
    --bordercolor:#d7d7d7;
}

*{
    margin: 0;
    padding:0;
    transition:0.1s;
    -webkit-tap-highlight-color: transparent;
    transition: 0.1s;
}

button
{
    cursor:pointer;
}

body
{
    margin:0;
    padding:0;
    font-family: 'Instrument Sans',sans-serif;
    background-color: var(--background);
    padding:0;
    width:100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    scroll-behavior: smooth;
}

.header
{
    width:100%;
    height:60px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    background-color: var(--background);
    top:0;
    position:fixed;
    z-index: 1;
    margin-top: 28px;
}

.innerheader
{
    width:800px;
    height:100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:20px;
    box-sizing: border-box;
}

.innerheader h2
{
    font-size: 25px;
    font-weight: 700;
    font-family: 'Instrument Sans', sans-serif;
    display: flex;
    align-items: center;
    color:var(--text);
}

.innerheader h2 span
{
    color:#9124e7;
}

.innerheader h2 img
{
    width: 20px;
}


.innerheader button
{
    background-color: black;
    border: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.innerheader button:active
{
    opacity: 0.8;
}

.innerheader button img
{
    width: 20px;
    filter: invert(1);
}

.innerheader button span
{
    font-family: 'Instrument Sans',sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-left: 5px;
}

.innerbox
{
    width:800px;
    box-sizing: border-box;
    padding-top:60px;
}

.titlebox
{
    padding: 20px;
    text-align: center;
    margin-top: 30px;
}

.titlebox h2
{
    font-weight: 700;
    font-size: 57px;
    opacity: 0.7;
    color:var(--text);
}

.titlebox h2 span
{
    color:#9124e7;
}

.titlebox h2 img
{
    width:35px;
}

.titlebox h1
{
    color: grey;
    font-weight: 400;
    font-size:24px;
}

.searchbox
{
    width:100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding:20px;
}

.searchbox input
{
    height: 45px;
    width: calc(100% - 50px);
    box-sizing: border-box;
    padding: 10px;
    font-family: 'Instrument Sans',sans-serif;
    font-weight: 500;
    font-size: 20px;
    border-radius: 10px;
    outline: transparent;
    border:1px solid var(--bordercolor);
    background-color:var(--background);
    color:var(--text);
}

.searchbox button
{
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    padding: 10px;
    font-family: 'Instrument Sans',sans-serif;
    font-weight: 500;
    font-size: 17px;
    background-color: #9124e7;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 10px;
    color: white;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchbox button img
{
    height:100%;
}

.searchbox button:active
{
    background-color: #8220cd;
}

.imagebox
{
    width:100%;
    box-sizing: border-box;
    padding:90px;
    padding-top:30px;
    display: none;
    flex-direction: column;
    align-items: center;
}

#imageid
{
    width:100%;
    box-sizing: border-box;
    border-radius:10px;
    aspect-ratio: 1;
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.1);
    opacity: 0;
}

.imagebox a
{
    text-decoration: none;
    box-sizing: border-box;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Instrument Sans',sans-serif;
    font-weight: 600;
    font-size: 16px;
    background-color: #9124e7;
    border: 0;
    border-radius: 6px;
    color: white;
    margin-top: 20px;
    /* width: 125px; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imagebox a img
{
    width:15px;
    box-sizing: border-box;
    margin-right:5px;
}

.showcasebox
{
    width: 100%;
    box-sizing: border-box;
    padding:20px;
    margin-top: 50px;
}

.showcasetitle
{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.showcasetitle h2
{
    text-align: center;
    font-size: 50px;
    color: #000000;
}

.showcaseimages
{
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    opacity: 1;
    border-radius: 10px;
}

.showcaseimage
{
    box-sizing: border-box;
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 10px;
    aspect-ratio: 1;
    overflow: hidden;
    opacity: 1;
}

.showcaseimage img
{
    width:100%;
    height:100%;
    object-fit: cover;
    box-sizing: border-box;
    user-select: none;
}

.creditbox
{
    width: 100%;
    box-sizing: border-box;
    padding:20px;
    margin-top: 50px;
}

.credit
{
    width: 100%;
    box-sizing: border-box;
}

.credittitle
{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.credittitle h2
{
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    color: grey;
    font-family: 'Instrument Sans';
}

.creditplans
{
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap:20px;
}

.creditplan
{
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    background-color: var(--background);
    border:1px solid var(--bordercolor);
}

.creditplan:hover
{
    transform: translate(1.05);
}

.creditplanname
{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: left;
    margin-bottom: 15px;
}

.creditplanname h2
{
    font-size: 15px;
    font-weight: 500;
    background-color: #f0f0f0;
    color: rgb(48, 48, 48);
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    font-family: 'DM Sans',sans-serif;
}

.creditplanprice
{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.creditplanprice h2
{
    font-size:45px;
    font-weight:300;
    font-family: 'DM Sans',sans-serif;
    color:var(--text);
}

.creditplanbutton
{
    width: 100%;
    box-sizing: border-box;
}

.creditplanbutton a
{
    text-decoration: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-family: 'DM Sans',sans-serif;
    font-weight: 600;
    font-size: 16px;
    background-color: #9124e7;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 6px;
    color: white;
    text-align: center;
    user-select: none;
}

.creditplanbutton a:active
{
    background-color: #8220cd;
}


.creditplanfeatures
{
    width: 100%;
    box-sizing: border-box;
    margin-top: 15px;
}

.creditplanfeatures h2
{
    font-size: 15px;
    font-weight: 600;
    color: grey;
    font-family: 'DM Sans',sans-serif;
}

.creditplanfeatures p
{
    font-size: 15px;
    font-weight: 600;
    color: var(--text);
    font-family: 'DM Sans',sans-serif;
}

.creditinfo
{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.creditinfo p
{
    font-family: 'DM Sans';
    font-size: 12px;
    color: grey;
    font-weight: 400;
}

.faqbox
{
    width:100%;
    box-sizing: border-box;
    padding:20px;
    margin-top:50px;
}

.faqtitle
{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.faqtitle h2
{
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    color: grey;
    font-family: 'Instrument Sans';
}

.faqitems
{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border:1px solid var(--bordercolor);
    overflow: hidden;
    border-radius: 10px;
}

.faqitem
{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-color: var(--background);
    border-bottom:1px solid var(--bordercolor);
}

.faqitem:last-child
{
    border-bottom:0;
}

.faqitemtitle
{
    width: 100%;
    box-sizing: border-box;
    padding:20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faqitemtitle h2
{
    font-family: 'Instrument Sans',sans-serif;
    font-weight:600;
    color:var(--text);
    font-size:20px;
}

.faqitemtitle button
{
    border:0;
    background-color: transparent;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:30px;
    font-family: 'Instrument Sans',sans-serif;
    font-weight:400;
    color:grey;
    margin-left: 20px;
}

.faqitemdescription
{
    width:100%;
    box-sizing: border-box;
    display: none;
    width: 100%;
    box-sizing: border-box;
    padding:20px;
    padding-top: 0px;
}

.faqitemdescription p
{
    font-family: 'Instrument Sans',sans-serif;
    font-weight:500;
    font-size:17px;
    color:grey;
}

.faqitemdescription p a
{
    color: #9124e7;
}

.showfaqdescription
{
    display: block;
}


.usagebox
{
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.usagebox p
{
    color:grey;
    font-size: 15px;
    font-weight:400;
}

.jocondefooter
{
    width: 100%;
    text-align: center;
}

.jocondefooter a
{
    color:grey;
    text-decoration: none;
    font-family: 'Instrument Sans';
    font-size:14px;
    font-weight:500;
}

.jocondefooter a:hover
{
    text-decoration: underline;
}

.jocondefooter span
{
    color:grey;
    font-family: 'Instrument Sans';
    font-size:14px;
    font-weight:500;
}

.jocondefooter p
{
    color:grey;
    text-decoration: none;
    font-family: 'Instrument Sans';
    font-size:14px;
    font-weight:500;
    margin-top: 10px;
}


.footerbox
{
	width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    background-color: #262626;
    border-radius: 15px 15px 0px 0px;
    margin-top: 50px;
}

.footer
{
    width: 800px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap:30px;
}

.footerelement img
{
    width:150px;
    box-sizing: border-box;
    user-select: none;
    pointer-events: none;
    margin-bottom: 10px;
}

.footerelement p
{
	font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: grey;
    margin-top: 5px;
}

.footerelement h2
{
	font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #dadada;
    margin-bottom: 10px;
}

.footerelement a
{
	font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: grey;
    text-decoration: none;
    display: flex;
    margin-bottom: 10px;
}

.footerelement a:hover
{
    text-decoration: underline;
}

.footerelementlogo h2
{
	font-family: 'Zilla Slab', sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: #f2f2f2;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin: 0;
}

.footerelementlogo h2 img
{
	width: 20px;
    user-select: none;
    pointer-events: none;
	margin:0;
    margin-right: 5px;
}

.featured
{
    width: 100%;
    box-sizing: border-box;
}

.featured
{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.featured:first-child
{
    margin-top: 50px;
}

.featured:last-child
{
    margin-bottom: 50px;
}

.menubox
{
    width: 100%;
    height:100vh;
    box-sizing: border-box;
    position: fixed;
    z-index:2;
    background-color: rgb(71 71 71 / 40%);
    display: none;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(1px);
    padding:20px;
}

.menu
{
    width: 400px;
    /* height: 600px; */
    box-sizing: border-box;
    background-color: white;
    border-radius: 10px;
    outline: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.menutitle
{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.menutitle button
{
    background-color: transparent;
    border: 0;
    outline: transparent;
}

.menutitle button img
{
    width: 25px;
    box-sizing: border-box;
    user-select: none;
    pointer-events: none;
}

.menutitle button:active
{
    opacity: 0.5;
}

.menusection label
{
    font-family: 'Instrument Sans',sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}

.menusection input
{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #a9a9a9;
    border-radius: 10px;
    padding: 10px;
    font-size: 20px;
    font-family: 'Instrument Sans';
    font-weight: 500;
    outline: transparent;
    margin-bottom: 15px;
}

.menusection button
{
    width: 100%;
    box-sizing: border-box;
    border: 0;
    border-radius: 10px;
    padding: 10px;
    font-size: 20px;
    font-family: 'Instrument Sans';
    font-weight: 500;
    outline: transparent;
    margin-bottom: 15px;
    background-color: #000000;
    color: white;
    display: block;
}

.menusection a
{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    border-radius: 10px;
    padding: 10px;
    font-size: 20px;
    font-family: 'Instrument Sans';
    font-weight: 500;
    outline: transparent;
    margin-bottom: 15px;
    background-color: #e72424;
    color: white;
    user-select: none;
}

.menusection a:active
{
    background-color: #cd2020;
}

.menusection h3
{
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menusection h3 span
{
    font-size: 50px;
}

.popupcreditbox
{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    display: none;
}

.popupcredit
{
    height: 100%;
    width: 1000px;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-sizing: border-box;
}


.popuploginbox
{
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(3px);
    z-index: 9;
}

.popuplogin
{
    width: 300px;
    box-sizing: border-box;
    padding: 20px;
    background-color: white;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.popuploginclose
{
    width: 100%;
    box-sizing: border-box;
    /* text-align: right; */
    display: flex;
    justify-content: space-between;
    margin-bottom: 51px;
}

.popuploginclose button
{
    width:20px;
    box-sizing: border-box;
    border:0;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
}

.popuploginclose button img
{
    width: 100%;
    box-sizing: border-box;
    user-select: none;
    pointer-events: none;
}

.popuploginbutton
{
    width:100%;
    box-sizing: border-box;
}

.popuploginbutton a
{
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    user-select: none;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
}

.popuploginbutton a:last-child
{
    margin-bottom: 0;
}

.popuploginbutton a:active
{
    background-color: rgb(228, 228, 228);
}


.promofirst
{
    position: fixed;
    top:0;
    left:0;
    right:0;
    width: 100%;
    padding:5px;
    background-color: #cd2020;
}

.promofirst h2
{
    font-family: 'Instrument Sans',sans-serif;
    font-weight:500;
    font-size:14px;
    color:white;
    user-select: none;
    text-align: center;
}

.promofirst h2 span
{
    user-select: text;
    font-weight:700;
}


@media screen and (max-width: 800px) {
    .innerheader {
        width: 100%;
    }
    .innerbox {
      width:100%;
    }
    .titlebox h2 {
        font-size:50px;
    }
    .titlebox h2 img
    {
        width:30px;
    }
    .imagebox {
        padding:20px;
    }
    .creditplans {
        grid-template-columns: 1fr;
    }
    .footer
    {
        width: 100%;
        grid-template-columns: 1fr;
        text-align: center;
    }
	.footerelementlogo h2
	{
		justify-content: center;
	}
    .footerelement a
    {
        justify-content: center;
    }
}


