/* ===================================
    forceTRI com — style v.1.0.1
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/* variable */
:root {     
	--base-color: #dc002d; /* czerwień */
	--black-gray: #0f0f0f; /* ciemne napisy w menu i w tle */
    --darkest-gray: #17161a; /* bardzo ciemne tlo #171717 */
    --dark-gray: #1c1c1f; /* bardzo ciemne tlo #2c2c2c */
    --medium-gray: #7a7a7a;
    --alt-font: 'Albert Sans', sans-serif;
	--alt-font-b: 'Bebas Neue', cursive;
    --primary-font: 'DM Sans', sans-serif;
}  
/* reset */
body { 
    background: var(--darkest-gray);
    font-size: 20px;
    line-height: 34px;
}
.alt-font-b {
  font-family: var(--alt-font-b);
}
.hamburger-menu-simple .menu-item-list .nav-link {
    font-size: 80px;
    line-height: 60px;
}
.hamburger-menu-simple .menu-item-list .nav-link:hover {
  opacity: 1;
  color: #fa5e5e;
}
.ps {
	padding-left: 0 !important;
}
.text-red {
	color: var(--base-color);
}
.text-olive-green {
    color: var(--black-gray);
}
.text-light-green {
    color: var(--black-gray);
}
.bg-light-green {
    background: #445a52;
}
.bg-olive-green {
    background: #bf032a;
}
.lh-165 {
    line-height: 155px;
}
.lh-title {
    line-height: 155px;
}
.text-right {
  text-align: right !important;
}
.txt-upper {
  text-transform: uppercase;
}
.img-up {
  position: relative;
  top: -2px; /* podnosi obraz o x pikseli w górę */
}
.chart-up {
  position: relative;
  top: -3px; /* podnosi znak o x pikseli w górę */
}
.title-down {
  position: relative;
  top: 45px; /* podnosi subtitle o x pikseli w górę */
}
.subtitle-up {
  position: relative;
  top: -25px; /* podnosi subtitle o x pikseli w górę */
}
.button-up {
  position: relative;
  top: -5px; /* podnosi subtitle o x pikseli w górę */
}
.newsletter-style-01 input::placeholder {
  color: var(--dark-gray) !important;
}
	
@media (max-width: 575px) {
	/* obniża przycisk 'dołącz do rodziny' pod mobile */
    .button-up {
        position: absolute !important;
		top: auto !important;
        bottom: 100px;
        color: #fff !important;
        background-color: var(--black-gray) !important;
        border: none;
    }
}
/* aniamcja tekstu 'warsztat samochodowy' w INTRO */
.animated-text {
    opacity: 0;
    animation: fadeText 5s infinite;
	animation-delay: 1s;
}
@keyframes fadeText {
    0% { opacity: 0; }
    10% { opacity: 1; }
	90% { opacity: 1; }
    100% { opacity: 0; }
}
/* model popup */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    background: var(--base-color);
    opacity: 0.9;
}
.subscribe-popup .mfp-close:before, .subscribe-popup .mfp-close:active:before {
    color: var(--white);
}
.subscribe-popup .newsletter-popup img {
    border-radius: 6px;
}
/* header */
header .navbar-brand img {
    max-height: 46px;
}
.txt-upper {
  text-transform: uppercase;
}
.chart-up {
  position: relative;
  top: -3px; /* Podnosi znak o 3 piksele w górę */
}
.sticky .header-transparent .header-button .btn { 
    background-color: transparent;
    border-color: var(--dark-gray);
    color: var(--dark-gray);
}
.sticky .header-transparent .header-button .btn:hover {
    background-color: var(--dark-gray);
    color: var(--white);
    border-color:  var(--dark-gray);
} 
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 400;
} 
header .navbar-brand img {
    max-height: 35px;
}
.header-icon .icon > a {
    font-size: 16px;
}
header .btn.btn-rounded.btn-small {
    padding: 10px 32px;
}
.header-icon .icon .header-language > a, .header-icon .icon .header-cart > a {
    font-size: 16px;
}
.navbar .btn {
    font-size: 15px;
    font-weight: 400 !important;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
    width: 330px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a .submenu-icon-content {
    line-height: 22px;
    letter-spacing: normal;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
    font-weight: 500;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
    font-size: 14px;
    color: var(--medium-gray);
    letter-spacing: normal;
    font-weight: 400;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a img {
    width: 65px;
}
/* bg gradient color */
.bg-gradient-black-transparent {
    background: linear-gradient(306deg, rgba(0,0,0,0.5) 0%, rgba(240,244,253,0) 55%);
}
/* bg color */
.bg-midnight-blue {
    background-color: #1c1c1f;
}
.bg-dark-midnight-blue {
    background-color: #17161a;
} 
/* bg color transparent */
.bg-base-color-transparent {
    background-color: rgba(217, 10, 44,.9);
}
/* text color */
.body-text-color {
    color: #666469; 
}
a {
    color: #666469;
}
/* btn */
.btn-dark-midnight-blue {
    background-color: #191932;
    color: var(--white); 
}
.btn-dark-midnight-blue:hover {
    background-color: var(--white); 
    color: #191932;
}
/* border color */
.border-color-dark-blue {
    border-color: #303047 !important;
}
/* footer */
footer a {
    color: var(--medium-gray);
}
.footer-navbar a { 
    padding: 8px 18px;    
}
footer .footer-logo img {
    max-height: 35px;
}
.footer-navbar .nav-link:focus, .footer-navbar .nav-link:hover {
    color: var(--base-color);
}
/* input size */
.input-small, .textarea-small {
    font-size: 15px;
}
/*  subcribe style 01  */
.newsletter-style-01 input, .newsletter-style-01 input.is-invalid {
    padding-right: 70px;
}
/* event style 02  */ 
.time-table-box{
    flex-basis: 25%;
    padding: 40px 10px;
}
.inner-box > div {
    line-height: initial;
    margin-top: 7px;
}
/* countdown style 02  */ 
.countdown-style-02 .countdown-box .number {
    font-weight: 500;
}
.countdown-style-02 .countdown-box span {
    font-size: 15px;
    color: #fff;
    opacity: .5;
    font-weight: 400;
}
.countdown-style-02 .countdown-box:before {
    color: var(--base-color);
    opacity: 1;
}
/* page title */
.page-title-extra-large h1 {
    font-size: 7.5rem;
    line-height: 6rem;
}
/* sidebar */
aside .btn-box-shadow:hover {
    -webkit-box-shadow: none;  
    box-shadow: none;
    -webkit-transform: none; 
    transform: none;
}
/* Wyświetla wyłącznie element pod mobile */
.mobile-responsive-show {
    display: none !important;
}
/* media query responsive */
@media (max-width: 1399px) {
    header .btn.btn-rounded.btn-small {
        padding: 10px 20px;
    }
}
@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
    }
    footer .newsletter-style-01 input {
        padding-left: 15px;
    }
    .footer-navbar a {
        padding-left: 10px;
        padding-right: 10px;
    }
    header .btn.btn-rounded.btn-small {
        padding: 8px 16px;
    }
    .hamburger-menu-simple .menu-item-list .nav-link {
        font-size: 80px;
        line-height: 45px;
    }
}
@media (max-width: 991px) {
    .time-table-box{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    header .btn.btn-rounded.btn-small {
        padding: 10px 26px;
    }
    header .header-button .btn.btn-transparent-white-light {
        color: var(--dark-gray);
        border-color: var(--dark-gray);
    }
    header .header-button .btn.btn-transparent-white-light:hover {
        border-color: var(--dark-gray);
        color: var(--white);
        background:  var(--dark-gray);
    }
    .hamburger-menu-simple .menu-item-list .nav-link {
        font-size: 60px;
        line-height: 50px;
    }
}
@media (max-width: 767px) {
	/* Ukrycie elementów na mobile */
	.mobile-responsive-hide {
		display: none !important;
	}
	/* Wyświetla wyłącznie element pod mobile */
	.mobile-responsive-show {
		display: flex !important;
	}
    .countdown-style-02 .countdown-box span {
        top: 0;
    }
    .newsletter-style-01 .btn {
        position: absolute;
        margin-top: 0;
        width: auto;
        border-radius: 0 4px 4px 0;
    }
    .page-title-extra-large h1 {
        font-size: 5.625rem;
        line-height: 5.2rem;
    }
    .hamburger-menu-simple .menu-item-list .nav-link {
        font-size: 50px;
        line-height: 40px;
    }
}
@media (max-width: 575px) {
	:root {     
		--base-color: #b30025;
		--medium-gray: #aaa;
	}
	.mobile-gray {
		color: var(--medium-gray);
	}
	.mobile-black {
		color: var(--dark-gray);
	}
    header .btn.btn-rounded.btn-small {
        padding: 8px 16px;
        font-size: 14px;
    } 
}