/* ------------------
GENERAL STYLE 
-------------------*/

* {
    font-family: "Poppins", sans-serif;
}

.fill-icon {
    font-variation-settings: 'FILL'1;
}


/* ------------------
ghc STYLE 
-------------------*/

.navbar {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

#home {
    background-image: url('/static/images/home.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#typing {
    overflow: hidden;
    border-right: 2px solid black;
    width: fit-content;
}

#app_development{
    background-image: url('/static/images/app_development.png') !important;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}

#background-linear{
    background: rgb(2,0,36);
    background: linear-gradient(274deg, rgba(2,0,36,1) 0%, rgba(85,0,255,1) 100%); 
}


#development{
    background-image: url('/static/images/development.png') !important;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}

#system_development{
    background-image: url('/static/images/system_development.png');
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}
#site_development{
    background-image: url('/static/images/site_development.png');
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}

#gradient{
    background: #712CF7;
    background: linear-gradient(180deg, rgba(113, 44, 247, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.bg-body-ghc {
    background-color: #EEEFF0 !important;
}

.bg-ghc {
    background-color: #712CF7;
}

.btn-ghc {
    background-color: #712CF7 !important;
    padding: 10px !important;
    color: #FFFF !important;
    font-weight: 700;
    border-radius: 0.2em !important;
    border: 0 !important;
    text-decoration: none;
}

.btn-ghc:hover {
    background-color: #5500ff !important;
}

.text-ghc {
    color: #712CF7;
}

.border-ghc {
    border-color: #712CF7;
}

.bg-ghc-secondary{
    background-color: #95d4e4;
}

.card-ghc {
    background-color: #FFFF;
    border-radius: 1rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    padding: 1rem
}

.fs-7 {
    font-size: 12px;
}

.text-wrapper {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.max-width-p {
    max-width: 200px;
}

.w-lg-50 {
    width: 50%;
}

/* ------------------
RESPONSIVE
-------------------*/

@media screen and (max-width: 450px) {
    .display-none-small-screen {
        display: none;
    }

    .mt-sm{
        margin-top: 80px !important;
    }

    .fixed-sm-bottom {
        position: fixed !important;
        bottom: 0 !important;
        left: 0;
        width: 100%;
        border-radius: 1em;
        margin-top: 80px;
        border: 2px solid #DEE2E6;
    }

    .max-width-p {
        max-width: 80px;
    }

    .w-lg-50 {
        width: 100%;
    }

    #system_development{
        background-image: url('/static/images/system_development.png');
        background-position: 40%;
        background-repeat: initial;
        background-size: cover;
    }

    #site_development{
        background-position: 30%;
        background-repeat: initial;
        background-size: cover;
    }
}

.honey-pot {
    display: none !important;
}
