@font-face {
    font-family: 'BitLow';
    src: url('../fonts/BitLow.woff2') format('woff2'),
        url('../fonts/BitLow.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.regular {
    font-weight: 400!important;
}
.medium{
    font-weight: 600!important;
}
.bold {
    font-weight: 700!important;
}

a {
    text-decoration: none;
    color: inherit;
}
.nav-link{
    font-family: "BitLow", sans-serif;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.navbar-nav .nav-link.active {
    font-weight: bold;
}

h1 {
    font-family: "BitLow", sans-serif;
    font-size: 3.5rem;
    text-transform: uppercase;
}

h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 3rem;
    line-height: 3rem;
}

h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    line-height: 2rem;
}

h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.9rem;
    line-height: 1.9rem;
}

h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.8rem;
    line-height: 1.8rem;
}

h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    font-size: 1.2rem;
    line-height: 1.2rem;
}

p {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    line-height: 1.1rem;
}

.btn-text-01{
    font-family: "Montserrat", sans-serif;
    font-size: 0.875rem;
    line-height: 0;
}

.btn-text-02{
    font-family: "Montserrat", sans-serif;
    font-size: 1.125rem;
    line-height: 0;
}

input::placeholder, textarea::placeholder, input, textarea {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
}

.p-big {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    line-height: 1.6rem;
}

.footer-title {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
}
.footer-copy {
    font-family: "Montserrat", sans-serif;
        font-size: 1rem;
    line-height: 1rem;
    margin-top: 3px;
}
.accordion-button {
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
}

@media (max-width: 576px){
    h1 {
        font-size: 2.25rem;
        line-height: 2.25rem;
    }

    h2 {
        font-size: 2rem;
        line-height: 2rem;
    }

    h3 {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    h4 {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
    h5 {
        font-size: 1.1rem;
        line-height: 1.1rem;
    }

    h6 {
        font-size: 1rem;
        line-height: 1rem;
    }

    p {
        font-size: 1rem;
        line-height: 1.1rem;
    }

    .btn-text-01{
        font-size: 0.625rem;
        line-height: 0px;
    }

    input::placeholder, textarea::placeholder, input, textarea, p, .btn-text-02 {
        font-size: 1rem;
        line-height: 1rem;
    }

    .p-big {
        font-size: 1rem;
        line-height: 1.3rem;
    }
    .footer-copy{
        font-size: 0.938rem;
    }
    .accordion-button{
        font-size: 1rem;
    }

}

@media (min-width: 577px) and (max-width: 767px) {
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 2.5rem;
    }
    h3 {
        font-size: 2rem;
    }
    h4 {
        font-size: 1.5rem;
    }

    h5 {
        font-size: 1.25rem;
    }
    h6 {
        font-size: 1rem;
    }

    p, .footer-title {
        font-size: 1rem;
    }
    .btn-text-01 {
        font-size: 0.75rem;
    }
    .btn-text-02 {
        font-size: 1rem;
    }
    .p-big, .footer-copy {
        font-size: 1.125rem;
    }
    .accordion-button {
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 4rem;
    }
    h2 {
        font-size: 3rem;
    }
    h3 {
        font-size: 2.5rem;
    }
    h4 {
        font-size: 1.75rem;
    }

    h5 {
        font-size: 1.375rem;
    }
    h6 {
        font-size: 1.125rem;
    }

    p, .footer-title {
        font-size: 1.063rem;
    }
    .btn-text-01 {
        font-size: 0.8rem;
    }
    .btn-text-02 {
        font-size: 1.063rem;
    }
    .p-big, .footer-copy {
        font-size: 1.25rem;
    }
    .accordion-button {
        font-size: 1.75rem;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    h1 {
        font-size: 5rem;
    }
    h2 {
        font-size: 3.5rem;
    }
    h3 {
        font-size: 3rem;
    }
    h4 {
        font-size: 2rem;
    }
    h5 {
        font-size: 1.5rem;
    }
    h6 {
        font-size: 1.125rem;
    }

    p, .footer-title {
        font-size: 1.125rem;
    }
    .btn-text-01 {
        font-size: 0.85rem;
    }
    .btn-text-02 {
        font-size: 1.1rem;
    }
    .p-big, .footer-copy {
        font-size: 1.25rem;
    }
    .accordion-button {
        font-size: 2rem;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
    h1 {
        font-size: 6rem;
    }
    h2 {
        font-size: 4rem;
    }
    h3 {
        font-size: 3.25rem;
    }
    h4 {
        font-size: 2.25rem;
    }
    h5 {
        font-size: 1.625rem;
    }
    h6 {
        font-size: 1.188rem;
    }
    
    p, .footer-title {
        font-size: 1.188rem;
    }
    .btn-text-01 {
        font-size: 0.9rem;
    }
    .btn-text-02 {
        font-size: 1.125rem;
    }
    .p-big, .footer-copy {
        font-size: 1.313rem;
    }
    .accordion-button {
        font-size: 2.25rem;
    }
}

@media (min-width: 1401px) and (max-width: 1600px) {
    h1 {
        font-size: 6.4rem;
    }
    h2 {
        font-size: 4.5rem;
    }
    h3 {
        font-size: 2rem;
    }
    h4 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1.25rem;
    }
    h6 {
        font-size: 1rem;
    }
    
    p, .footer-title {
        font-size: 1rem;
    }
    .btn-text-01 {
        font-size: 0.95rem;
    }
    .btn-text-02 {
        font-size: 1.15rem;
    }
    .p-big, .footer-copy {
        font-size: 1.375rem;
    }
    .accordion-button {
        font-size: 2.5rem;
    }
}
