@import './_slider.css';
@import './_modal.css';
@import './_form.css';
@import './_supportersList.css';

@import '../fonts/inter/inter.css';

* {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #FFFFFF;
    padding: 140px 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    overflow-x: hidden;
}

h1 {
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    line-height: 1.2;
    color: #000000;
}

h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    font-style: normal;
}

h3 {
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
}

@media (max-width: 768px) {
    body {
        padding: 48px 0;
    }
}

@media (max-width: 768px) {
    h1 {

        font-size: 26px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 18px;
    }
}


body header {
    max-width: 1100px;
    width: 100%;
    margin: 0;
    padding: 0 !important;
}

@media (max-width: 768px) {
    body header {
        padding: 16px !important;
    }
}

body header .btn {
    margin-top: 48px;
}

body .container {
    max-width: 1100px;
    width: 100%;
}

section {
    margin-top: 120px;
}


@media (max-width: 768px) {
    section {
        margin-top: 48px;
    }
}

body {
    background-color: #FFFFFF;
    padding: 140px 0;
}

@media (max-width: 1100px) {
    body {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 768px) {
    body {
        padding: 48px 0;
    }
}

body header {
    max-width: 1100px;
    width: 100%;
    margin: 0;
    padding: 16px;
}

body .container {
    max-width: 1100px;
    width: 100%;
}

main {
    overflow-x: hidden;
}

.btn-primary {
    background-color: #FF582F;
    color: #FFFFFF;
    border: none;
    border-radius: 16px;
    padding: 16px 32px;
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    transition: background-color 0.3s ease;
    min-height: 61px;
}

.btn:disabled {
    background-color: #FF582F;
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-primary:hover, .btn-primary:focus-visible {
    background-color: #e2512d !important;
    outline: none;
    box-shadow: none;
}

.btn-primary:active {
    background-color: #d44b28 !important;
    outline: none;
    box-shadow: none;
}


.supporters-count {
    font-weight: 700;
    font-size: 90px;
    line-height: 1.2;
    color: #FF582F;
    font-style: normal;
    margin-bottom: 16px;
}

.w-full {
    width: 100%;
}

.mt-32 {
    margin-top: 32px;
}

.mt-16 {
    margin-top: 16px;
}

.gap-4 {
    gap: 4px;
}

.gap-8 {
    gap: 8px;
}

.capitalize {
    text-transform: capitalize;
}
