html {
    scroll-behavior: smooth !important;
    scrollbar-color: #E30613 #0C0C0C;
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #0C0C0C;
}

::-webkit-scrollbar-thumb {
    background-color: #E30613;
    border-radius: 1px;
}

::selection {
    background-color: #ad000c;
    color: #0C0C0C;
}

::-moz-selection {
    background-color: #ad000c;
    color: #0C0C0C;
}








.c-h-35 {
    height: 3.5rem !important;
}

.f-pathway {
    font-family: "Pathway Extreme", sans-serif !important;
}

.f-manrope {
    font-family: "Manrope", sans-serif !important;
}


.design-act {
    position: absolute;
    bottom: -3px;
    width: 100%;
    height: auto;
}

.w-fit {
    width: fit-content !important;
}

.layer-1 {
    z-index: 10;
}

.layer-2 {
    z-index: 20;
}

.layer-3 {
    z-index: 30;
}

.slogan-weight {
    font-weight: 900;
}

.slogan-player {
    max-width: 100%;
    width: 30rem;
    height: 18rem
}

.navbar-toggler {
    background-image: url("../img/nav/intersect.svg");
    width: 7.25rem;
    padding: 0 !important;
    border-radius: 0;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: end;
}

.navbar-toggler.collapsed {
    background-image: none !important;
}

.navbar-toggler img {
    padding-right: 1.25rem;
}


@media (max-width: 992px) {
    .responsive-adapter {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }

    .navbar-collapse {
        background-color: #A50000;
    }

    .navbar-nav .nav-link {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        border-bottom: 0.5px solid #DBDBDB99;
    }

    .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: none !important;
    }
}


@media (min-width: 992px) {
    .spac-items {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .responsive-adapter {
        padding: 1.5rem;
    }



}

#navbarResponsive:not(.show)+#mainNav {
    background-color: crimson;
}

.features-weight {
    font-weight: 800;
}

.btn-white {
    color: #0C0C0C !important;
    background-color: #fff;
    border-radius: 0;
    width: 18rem;
    height: 3.5rem;
    border: 0 !important;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out !important;
}

.btn-white:hover {
    background-color: #DBDBDB !important;
}

.btn-white:focus,
.btn-white:active {
    background-color: #0C0C0C !important;
    color: #FFFFFF !important;
}

.vertical-sub {
    vertical-align: sub !important;
}

.slasher-raffle {
    width: 16.75rem;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
    height: inherit;
    padding: 0.25rem;
    font-size: 1.25rem;
}

.slasher-raffle.green {
    background-image: url("../img/sect-raffles/green-slash.svg");
}

.slasher-raffle.white {
    background-image: url("../img/sect-raffles/white-slash.svg");
}

.slasher-raffle.red {
    background-image: url("../img/sect-raffles/red-slash.svg");
    width: 45rem !important;
    background-position: center;
}

.slasher-raffle label {
    padding-left: 0.75rem;
}

.slasher-raffle.red label {

    padding: 0.5rem !important;
    padding-left: 2rem !important;
    width: max-content !important;

}

.topper {
    width: 8rem;
}

.bg-tertiary {
    background-color: #404040 !important;
}

.feat-h {
    height: 8rem !important
}

.vertical-super {
    vertical-align: super !important;
}

.btn-red {
    color: #ffffff !important;
    background-color: #E30613;
    border-radius: 0;
    width: 18rem;
    height: 3.5rem;
    border: 0 !important;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out !important;
}

.btn-red:hover {
    background-color: #A50000 !important;
}

.btn-red:focus,
.btn-red:active {
    background-color: #0C0C0C !important;
}

.image-container {
    position: relative;
    width: fit-content;
    display: inline-block;
}

.image-container img {
    display: block;
    width: 100%;
    height: auto;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #404040 0%, rgba(0, 0, 255, 0) 10%);
    pointer-events: none;
}

.showcase-mazda {
    background: linear-gradient(to bottom, #404040 0%, #404040 05%, #404040 05%, #1d1d1d 40%, #000 100%);
}

.bg-mazda {
    height: 90vh;
    padding-top: 10rem;
    padding-bottom: 6rem;
    color: #fff;
    background-image: url("../img/sect-raffles/mazda.png");
    background-color: #000000;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

.btn-buy {
    color: #ffffff;
    background-color: #E30613;
    border-radius: 0;
    width: 18rem;
    height: 3.5rem;
    border: 0 !important;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out !important;
}

.btn-buy:hover {
    background-color: #15DD23 !important;
}

.btn-buy:focus,
.btn-buy:active {
    background-color: #005B25 !important;
}

.btn-buy:disabled {
    background-color: #DBDBDB !important;
    color: #000000 !important;
}

.text-gray {
    color: #353535 !important
}

.product-col {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-body {
    flex: 1;
}

.product-footer {
    margin-top: auto;
}

.verified-seal {
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url("../img/sect-raffles/slash-buy.svg");
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #0C0C0C;
    min-width: 11.2rem;
    font-weight: bold;
    display: flex;
    align-items: end;
    justify-content: end;
}

.verified-seal label {
    padding: 0.75rem 1.25rem 0.75rem 0.75rem;
    font-weight: 800;
    font-size: 0.7rem;
    margin-left: 2.25rem;
}

.oos {
    cursor: not-allowed;
}

.oos *:not(button):not(div) {
    opacity: 0.5;
}

img {
    pointer-events: none;
    user-select: none;
}

.fs-085 {
    font-size: 0.85rem !important;
}

.bg-yellow {
    background: #f2c900 !important;
}

.justify-content-safe {
    justify-content: safe !important;
}

.selo-enchente {
    height: 8rem;
    width: auto;
}

.banner-class-1 {
    min-height: 560px;
}

.banner-class-2 {
    right: 0;
    height: 35rem;
    top: 0;
}

.bg-tri-whiter {
    background-image: url("../img/general/pattern-whiter.svg");
    background-repeat: no-repeat;
    background-position: bottom;
}

.bg-tri-darker {
    background-image: url("../img/general/pattern-darker.svg");
    background-repeat: no-repeat;
    background-position: bottom;
}

.fs-09 {
    font-size: 0.9rem;
}

select {
    min-width: 4rem;
    font-size: 0.85rem;
    background-color: #E30613;
    color: white;
    padding: 0.35rem 0.5rem 0.35rem 0.5rem;
    border: none;
    border-radius: 0;

}

select {
    position: relative;
}

select option {
    color: white;
}

.adder-div {
    user-select: none;
    cursor: pointer;
    color: #0C0C0C;
    font-weight: 900;
    border: 2.5px solid #E30613;
    background: transparent;
    width: 100%;
    height: 2.5rem;
    text-align: center;
    align-items: center;
    display: grid;
    transition: all 0.15s ease-in-out;
}

.adder-div:hover {
    background: #E30613;
    color: white;
}

.co-items {
    user-select: none;
    cursor: pointer;
    height: 2.5rem;
    background: #e30613;
    color: white;
    padding: 1rem;
}

.fs-07 {
    font-size: 0.7rem !important
}

.fw-900 {
    font-weight: 900 !important
}

.ddivisor {
    width: 100%;height: 2px;background: #00000017;margin-top: 0.5rem;
}

.w-33 {
    width: 33% !important
}

.cursor-pointer {
    cursor: pointer;
}


.btn-green {
    color: #0C0C0C;
    background-color: #15DD23;
    border-radius: 0;
    width: 18rem;
    height: 3.5rem;
    border: 0 !important;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out !important;
}

.btn-green:hover {
    background-color: #005B25 !important;
    color: #fff !important;
}

.btn-green:focus,
.btn-green:active {
    background-color: #0C0C0C !important;
    color: #FFFFFF !important;
}

.btn-green:disabled {
    background-color: #DBDBDB !important;
    color: #0C0C0C !important;
}


.footer-dgn {
    height: 4rem; 
    background: #e30613;
    background-image: url("../img/general/fueltech.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.footer-icons img {
    height: 1.75rem;
    width: auto;
}

a.footer-icons:not(:last-child) {
    padding-right: 1.75rem;
  }