

/* Start:/local/templates/agatcredit/assets/styles/global.css?1758005793659*/
:root {
    --color-primary: #3F47A5;
}
.section__title {
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--color-primary);
    margin-bottom: 20px;
    text-align: center;
}

.section__subtitle {
    margin-bottom: 30px;       /* mb-[30px] */
    font-size: 1rem;           /* default text-base ~ 16px (Tailwind default) */
    color: #374151;            /* text-gray-700 */
    text-align: center;        /* text-center */
    max-width: 800px;
}



/* md:text-[50px] -> 768px dan katta ekranlarda 50px */
@media (min-width: 768px) {
    .section__title {
        font-size: 50px;
    }
    .section__subtitle {
        font-size: 21px;
    }
}
/* End */


/* Start:/local/templates/agatcredit/assets/styles/style.css?17578713352322*/
@font-face {
    font-family: 'Noir Pro';
    src: url('/local/templates/agatcredit/assets/styles/fonts/NoirPro-Webfont/NoirPro-Regular.woff2') format('woff2'),
        url('/fonts/NoirPro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Noir Pro Bold';
    src: url('/local/templates/agatcredit/assets/styles/fonts/NoirPro-Webfont/NoirPro-Bold.woff2') format('woff2'),
        url('/fonts/NoirPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

.scrollbar-hide {
    -ms-overflow-style: none;
    /* IE va eski Edge */
    scrollbar-width: none;
    /* Firefox */
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    /* background: #888; */
    border-radius: 3px;
    outline: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 40%;
    background: white;
    border: 1px solid #FF5440;
    cursor: pointer;
    margin-top: -5px;
    /* centers the thumb */
}

input[type=range]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #FF5440;
    cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
    /* background: #FF5440; */
    height: 6px;
    border-radius: 3px;
}

input[type=range]::-moz-range-track {
    background: #FF5440;
    height: 6px;
    border-radius: 3px;
}

input[type=range]::-moz-range-track {
    background: white;
    height: 6px;
    border-radius: 3px;
}

.custom-scrollbar::-webkit-scrollbar {
    height: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #0000a7;
    border-radius: 6px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background-color: #ffffff;
}

.tab-content {
    transition: all 0.3s ease-in-out;
}

.font-noiro-pro {
    font-family: 'Noir Pro', sans-serif;
}

.font-noiro-pro-bold {
    font-family: 'Noir Pro BOld', sans-serif;
}

h1 {
    font-family: 'Noir Pro', sans-serif;
}

body,
html,
*:not(h1) {
    font-family: 'Inter', sans-serif;
}
/* End */
/* /local/templates/agatcredit/assets/styles/global.css?1758005793659 */
/* /local/templates/agatcredit/assets/styles/style.css?17578713352322 */
