@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@400;500;600;700&display=swap');

:root {
    --color-purple: #3e0e2f;
    --color-white: white;
    --color-text: #7b175c;
}

.logo {
    width: 130px;
    height: 50px;
}


@media (max-width: 991px) {

    .logo {
        width: 150px;
        height: 50px;
    }

    .header-text {
        margin-left: 15px;
        font-weight: 660;
    }

    .header-text-all {
        text-align: center;
        padding-top: 20px;
        font-weight: 500;
    }
    .sidebar{
        width: 300px !important;
        /* background-image: url(https://cdn.dribbble.com/users/955885/screenshots/14330838/media/1929ee10fa901b3c413cb7c831c64d87.gif); */
        /* opacity: 40%; */
        /* background-size:cover;
        background-attachment: fixed;
        background-repeat: no-repeat; */
    }

}