@font-face {
    font-family: 'WixMadeforDisplay';
    src: url('/wp-content/themes/pitmaster/assets/fonts/Wix_Madefor_Display/WixMadeforDisplay-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
*:not(svg):not(path)
{
    font-family: WixMadeforDisplay, sans-serif ;
    color: #151515;
}
html {
    scroll-padding-top: 90px; /* Устанавливаем отступ, равный высоте вашего header */
    scroll-behavior: smooth;

}

body{
    max-width: 1920px;
    margin: auto;
}
.container{
    max-width: calc(100% - 90px);
    margin: auto;
    padding: 0 15px;
}
#heroVideo::-webkit-media-controls {
    display: none !important;
}
h2,h3{
    margin: 0;
}

.padding-top-120{
    padding-top: 120px;
}
.padding-bottom-120{
    padding-bottom: 120px;
}
.padding-top-60{
    padding-top: 60px;
}
.padding-bottom-60{
    padding-bottom: 60px;
}


.swiper{
    width: 100%;
}



/* ===== Для Chrome, Edge, Safari (WebKit/Blink) ===== */
section::-webkit-scrollbar {
    width: 8px;              /* ширина вертикального скролла */
    height: 8px;             /* высота горизонтального */
}

section::-webkit-scrollbar-track {
    background: transparent; /* убираем фон дорожки */
}

section::-webkit-scrollbar-button {
    display: none;           /* убираем стрелки */
}

section::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.4); /* бегунок */
    border-radius: 4px;
}

/* ===== Для Firefox ===== */
section{
    scrollbar-width: thin;       /* тонкий скролл */
    scrollbar-color: rgba(0,0,0,0.4) transparent;
}

/* ===== Для старого IE (если вдруг) ===== */
section{
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

#spotlight .spl-title,
#spotlight .spl-description{
    color: #fff;
}