<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    position: relative;
    
}

body {
    width: 100%;
    margin:0;
    padding:0;
    background: rgba(18, 18, 18, 1);
    font-family: 'Poppins', sans-serif;    

    color: #ffffff;
}

.section-text{
    font-size: 20px;
    max-width: 650px;
    margin: auto;
    color: #ffffff;
}


.work-bills{
    background-image: url('../images/projects/covers/Billsfairy.gif')!important;
    background-position: 20% 20% ;
    background-color: #ffffff;
}


.header-img-p{
    background-size:cover;
    height: 100vh;
    background-repeat: no-repeat;
    background-color: #ffffff;
    
}


.header-img-p:before {
    background: linear-gradient(180deg, rgba(18, 18, 18, 0.5) -1.62%, #121212 91.76%);
    width: 100%;
    height: 100vh;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.main-title-project{
    color: #ffffff;
    font-size: 36px;
    font-weight: 900;
    font-family: 'Grifter', sans-serif;

}

.sub-title-project{
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    font-weight: 400;
}


.button-main{
    box-shadow: 0px 3px 30px #7B7CFF99;
    color: #ffffff;
    font-size:18px;
    padding: 8px 30px;
    border-radius: 5px;
    font-weight: 400;
    width: auto;
    background: -webkit-linear-gradient(left top,#7B7CFF,#9967FF);
    text-decoration: none;
    cursor: pointer;
    border: none;
    outline: none;
    display: inline-block;
    transition: all .35s;
}

.button-main:hover{
    transform: scale(0.98);
    color: #ffffff;
    text-decoration: none!important;
}






.faq-arrow{
    width: 10px;
}

    
.notice{
    font-size: 18px;
    width: 90%;
    margin: auto;
}

.main-text-project{
    text-align: center;
    width: 85%;
    margin: auto;
    font-size: 20px;
    font-weight: 400;
}

.case-study-text{
    font-size:18px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;

    
}


.faq-raw{
    margin: auto; 
    width: 100%;
    padding-bottom: 50px;
    
}

.faq-box{
    border-bottom: solid 1px rgba(92, 92, 92, 0.24);
    padding-left: 0; 
    padding-bottom: 30px;
    padding-top: 30px;
}

.project-img{
    width: 90%;border-radius: 5px;

}

.case-study-title{
    font-size:28px; 
    font-weight: 600;
    padding-bottom: 10px;
}


.case-study-sub-title{
    font-size:24px; 
    font-weight: 600;
}

.responsive-div{
    display: flex;
    flex-direction: column-reverse; 
    gap: 24px; 
    justify-content: left; 
    margin-top: 24px;
}

.responsive-div1{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.big-italic-text{
    font-size: 28px;  
    font-style: italic;
    margin: 0;
}




.persona{
    height: auto;
    background-color: white;
    width: 100%;
    margin: 0;
}

.persona:hover{
    background-color: white;

}



.img-responsive-p{
    width: 100%;
}

.overview-text{
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;

}

.small{
    width:70%;
}

.screeshot{
    border-radius: 8px; margin-top: 32px; width: 100%; 
}

.text-span{
    font-weight: 500;color: rgba(255, 255, 255, 1)!important;
}

@media(min-width:768px) {

    .screeshot{
        border-radius: 8px; margin-top: 32px; width: 60vw; 
    }

    .work-bills{
        background-position: center;
        background-size: 1000px;
        background-color: #ffffff;
    
        
    }

    .overview-text{
        font-size: 20px;
        
    }
    

    .img-responsive-p{
        width:60%; 
    
    }

    .small1{
        width:50%;
    }

    .midi{
        width:70%
    }
    

    .big{
        width:100%
    }



    .persona{
        height: auto;
        background-color: white;
        width: 50%;
        margin: 0;
    }

    .big-italic-text{
        font-size: 36px;  
    }

    .responsive-div1{
        display: flex;flex-direction: row;gap: 88px;
        
    }

    .responsive-div{
        display: flex;
        flex-direction: row; 
        gap: 24px; 
        align-items: flex-start;  
        margin-top: 24px;
    }
    

 
    .case-study-sub-title{
        font-size:24px; 
    }

    .case-study-title{
        font-size:40px; 
    }
    

    .project-img{
        width: 500px;
    }

   

    .faq-raw{
        margin: auto; width: 90%;
    }

    .case-study-text{
        font-size:22px;
        width: 700px;
    }

    .main-text-project{
        font-size: 24px;
        width: 80%;
    }

    .notice{
        width: 500px;
        font-size: 20px;
    }

    .faq-arrow{
        width: 10px;
    }

    .project-section-title{
        font-size: 30px;
        font-weight: 800;
    }

    .row-2-items{
        max-width:800px;  
        margin: auto;
    }

    .img-m-big{
        box-shadow: 0 10px 10px rgba(0,0,0,0.15), 0 5px 5px rgba(0,0,0,0.1);
        transition: all .2s ease-in-out;
        border-radius: 5px;
        background-size: cover; 
        margin-top: 20px!important;
        position: relative;
        height: 350px!important;
        width: 100%;
        margin: auto; 
        background-position: center;
    }

    .sub-title-project{
        font-size: 20px;
        font-weight: 400;
    }
    
    .main-title-project{
        color: #ffffff;
        font-size: 64px;
    }


}


@media(min-width:1920px) {

    .work-bills{
        background-position: center;
        background-size: 1200px;
        background-color: #ffffff;

        
    }
}
</pre></body></html>