@charset "UTF-8";

/*!
 * shuvocss  v1.0 (https://fewlook.com/)
 * Copyright 2020-2025 The shuvocss Authors
 * Developed By Weber Shuvo
 */

:root,
[data-shuvo=theme] {
    --shuvo-blue: #0d6efd;
    --shuvo-indigo: #6610f2;
    --shuvo-purple: #6f42c1;
    --shuvo-pink: #d63384;
    --shuvo-red: #dc3545;
    --shuvo-orange: #fd7e14;
    --shuvo-yellow: #ffc107;
    --shuvo-green: #198754;
    --shuvo-teal: #20c997;
    --shuvo-cyan: #0dcaf0;
    --shuvo-black: #000;
    --shuvo-white: #fff;
    --shuvo-gray: #d8d8d8;
    --shuvo-dark: #303030;
}



.text-center {
    text-align: center;
}


.componet {
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .componet {
        max-width: 540px;
    }
}

@media (min-width: 800px) {

    .componet {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .componet {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .componet {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {

    .componet {
        max-width: 1320px;
    }
}

