/********** Template CSS **********/
:root {
    --primary: #fafafa;
    --secondary: #18181b;
    --dark-texture: #0a0a0a;
    --medium-light: #71717a;
    --medium-dark: #a1a1aa;
    --border-light: #d4d4d8;
    --border-dark: #71717a;
    --background-button: #e5b244;
    --background-dark: #000000;
    --light-card: #3a2b0a80;
    --dark-card: #3a2b0ab3;
    --input-dark: #27272a;
    --input-light: #f1f1f4;
    --bs-blue: #fafafa;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/*removendo scroll-bar do swiper */
swiper-container {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

swiper-container::-webkit-scrollbar {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    /* background-color: #18181b; */
}

.h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.h2 {
    font-family: "inter", sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

.h3 {
    font-family: "inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.card-title-bold,
.title-bold {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.card-title,
.title {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

p {
    font-family: "inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}

.card-text {
    font-family: "inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.card-label {
    font-family: "inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

/* Header */

header {
    background-color: #18181b;
    opacity: 0.9;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.content-behind-header {
    width: 100%;
    height: 66px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 99;
}

.navbar-toggler {
    border: none !important;
    box-shadow: none !important;
}

.nav-item.nav-link {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: var(--primary) !important;
}

.nav-item.nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #e5b244;
    transition: width 0.3s ease;
    opacity: 0;
}

.nav-item.nav-link:hover::after {
    width: 100%;
    left: 0;
    opacity: 1;
}

.nav-item.nav-link::before {
    content: "none";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #e5b244;
    transform: translateX(-100%);
    transition: opacity 0.3s ease, left 0.3s ease;
    opacity: 0;
}

.nav-item.nav-link:hover::before {
    opacity: 1;
    left: 100%;
}

.header-navbar-collapse {
    color: var(--primary);
    padding: 0;
    margin: 0 0.8rem;
}

.active-header {
    border-bottom: 2px solid #e5b244 !important;
    color: var(--primary) !important;
}

/* Header */

.padding-footer {
    padding: 64px 200px;
}

/* footer */

.footer-button {
    min-width: 173px;
    height: 40px;
    background-color: var(--background-button);
    color: var(--secondary);
    font-size: 14px;
    box-shadow: none !important;
}

.footer-button:hover {
    border-color: var(--primary) !important;
    background-color: #e8c262 !important;
}

.button-hover:hover {
    border-color: var(--primary) !important;
    background-color: #e8c262 !important;
}

.footer-background {
    border-top: 1px solid var(--background-button);
    background-color: var(--background-dark);
}

.footer-input {
    background-color: var(--input-dark);
    border-color: var(--medium-dark) !important;
    color: var(--primary);
    border-radius: 8px;
    font-size: 14px;
    padding: 14px 16px;
    min-width: 260px;
}

.footer-input::placeholder {
    color: var(--medium-dark);
}

.footer-input:hover,
.footer-input:hover::placeholder {
    border-color: var(--primary) !important;
    color: var(--primary) !important;
}

/* footer */

/* Button */

.button-secondary {
    min-width: 199px !important;
    background-color: #e5b244 !important;
    border: 1.5px solid var(--border-light);
    height: auto;
    font-size: 16px;
    font-weight: 600 !important;
    box-shadow: none !important;
    vertical-align: middle;
    padding: 10px 32px;
}

.button-secondary:hover {
    border-color: #18181b !important;
    background-color: #e8c262 !important;
}

/* Button */

.border-medium-light {
    border-color: var(--medium-light) !important;
}

.color-primary {
    color: var(--primary) !important;
}

.color-secondary {
    color: var(--secondary) !important;
}

.color-medium-light {
    color: var(--medium-light) !important;
}

.color-medium-dark {
    color: var(--medium-dark) !important;
}

.color-title-yellow {
    color: var(--background-button) !important;
}

.border-radius-16 {
    border-radius: 16px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.social-midia-footer-hover:hover {
    filter: brightness(0) invert(1);
    cursor: pointer;
}

.button-primary {
    background-color: #e5b244 !important;
    border: 1.5px solid var(--border-dark);
    height: auto;
    max-height: 50px;
    font-size: 16px;
    font-weight: 600 !important;
    box-shadow: none !important;
    vertical-align: middle;
    padding: 10px 32px;
    color: var(--secondary) !important;
    font-family: "inter", sans-serif;
}

.button-primary:hover {
    border-color: white !important;
    background-color: #e8c262 !important;
}

.button-secondary {
    /* min-width: 199px !important; */
    background-color: #e5b244 !important;
    border: 1.5px solid var(--border-light);
    height: auto;
    font-size: 16px;
    font-weight: 600 !important;
    box-shadow: none !important;
    vertical-align: middle;
    padding: 10px 32px;
    color: var(--secondary) !important;
    font-family: "inter", sans-serif;
}

.button-secondary:hover {
    border-color: #18181b !important;
    background-color: #e8c262 !important;
}

.flex-1 {
    flex: 1;
}

@media (max-width: 1180px) {
    .h1 {
        font-size: 26px;
    }

    .initial-padding-top {
        padding-top: 120px;
    }

    .h2,
    .h3 {
        font-size: 14px;
    }

    .card-title-bold,
    .title-bold,
    .card-title,
    .title {
        font-size: 16px;
    }

    p {
        font-size: 14px;
    }

    .card-text,
    .card-label {
        font-size: 12px;
    }

    .padding-footer {
        padding: 32px 64px;
    }

    /* footer */
    .footer-input {
        padding: 8px;
    }

    /* footer */

    /* Button */

    .button-primary {
        min-width: 113px !important;
        padding: 7px 32px;
    }

    .button-secondary {
        min-width: 113px !important;
        padding: 7px 32px;
    }

    .footer-input {
        padding: 8px 16px;
    }
}

@media (max-width: 991px) {
    /* Header */

    .nav-item.nav-link::after {
        background-color: transparent !important;
    }
    .nav-item.nav-link::before {
        background-color: transparent !important;
    }

    .active-header {
        border-bottom: 1px solid var(--medium-dark) !important;
        font-weight: 700 !important;
    }

    .nav-item.nav-link {
        font-weight: 300 !important;
    }

    header {
        background-color: #18181b;
        opacity: 0.97;
    }

    .header-navbar-collapse {
        color: var(--primary);
        border-bottom: 1px solid var(--medium-dark);
        padding: 1rem !important;
        margin: 0;
    }

    .header-navbar-collapse:nth-child(6) {
        border-bottom: none;
    }

    /* Header */

    .h1 {
        font-size: 26px;
    }

    /* footer */

    .footer-button {
        min-width: 113px;
        height: 40px;
    }

    /* footer */

    .padding-footer {
        padding: 32px 16px;
    }
}

@media (min-width: 768px) {
    /* footer */
    .footer-input {
        max-width: 246px;
    }

    /* footer */
}
