@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Oswald:wght@200;300;400;500;600;700&display=swap');

html { scroll-behavior: smooth; }
.container { max-width: 1638px !important; }
.content { max-width: 1200px !important; }
#footer p { margin-bottom: 0 !important; }
#header, #about, #program, #download, #products, #footer, #page { overflow: auto; font-family: 'Hind', sans-serif; }
h1, h2, h3, h4, h5, h6 { text-transform: uppercase; font-family: 'Oswald', sans-serif; }
h1 { font-size: 7.5rem; font-weight: bold; line-height: 1; }
h2 { font-size: 4rem; font-weight: bold; }
.bg-green { background-color: #008E2B !important; }
.bg-black { background-color: #161615 !important; }
.bg-lightgreen { background-color: #EDF5EE !important; }
.text-green { color: #008E2B !important; }
.text-white { color: #fff !important; }
.text-black { color: #000 !important; }
.text-grey { color: #999 !important;}

:target{
    padding-top: 80px;
    margin-top: -80px;
}

button { border-radius: 0 !important; text-transform: uppercase; }

@media (max-width: 575.98px) {
    .page-title {
        font-size: 40px !important;
    }
}

@media (min-width: 768px) {
    .gray-border-bottom { border-bottom: 2px solid #999; }
    .title { 
        display: block !important; 
        width: 535px; 
        position: relative; 
    }
    
    .title::after { 
        content: '';
        position: absolute; 
        bottom: 9px;
        right: 0;
        height: 3px;
        width: 235px;
        border-radius: 2%;
    }
    .text-black.title::after { 
        background-color: #000;
    }
    .text-white.title::after { 
        background-color: #fff;
    }
    .text-green.title::after { 
        background-color: #008E2B;
    }    
}

/* PODSTRONA */

#page-header {
    background: url('/assets/img_new_web/program-bg.png') top right no-repeat #008E2B;
    background-blend-mode: darken;
    box-shadow: inset 0 -7px 9px -7px rgba(0,0,0,0.4),
                inset 0 7px 9px -7px rgba(0,0,0,0.4);
}

#page-header h2 {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5) !important;
}

#page-content p {
    margin-bottom: 1em;
}

#page-content .form-check-label {
    line-height: 1.1;
}

#page-content .form-check-input {
    margin-left: -1.75rem !important;
}

/* NAVBAR */
#navbar {
    position: sticky;
    z-index: 2;
    top: 0;
    box-shadow: 0px 10px 11px -9px rgba(0,0,0,0.15);
    transition: all 0.5s ease-in-out;
    padding: 50px 0;
}

#navbar.sticky {
    padding: 15px 0;
}

#navbar .navbar-brand img {
    max-width: 235px;
}

#navbar button {
    padding: 2px 15px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    font-size: 16px !important;
}

#navbar .phone-number {
    margin-left: 120px;
}

#navbar .phone-number a {
    font-size: 22px;
    color: #000;
}

#navbar .phone-number a:hover,
#footer .phone-number:hover {
    color: #000;
    text-decoration: none;
}

#navbar .nav-link {
    color: #000;
    transition: all 0.3s ease-in-out;
    position: relative;
}


#navbar a.nav-link:hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 5px;
    background: #28a745;
}

#navbar .nav-item a:hover {
    text-decoration: none;
}

#navbar .nav-item button,
#navbar .nav-item button:hover {
    font-size: 18px;
    text-decoration: none;
}

#navbar .nav-item,
#navbar .nav-item button {
    font-weight: bold;
    display: flex;
    align-items: center;
}

@media (max-width: 575.98px) {
    #navbar .navbar-brand img {
        max-width: 180px;
    }
}

@media (max-width: 991.98px) {
    #navbar .nav-item,
    #navbar .nav-item button {
        font-size: 1.5rem;
        margin-top: 1em;
        margin-bottom: 1em;
    }
}

/* HEADER */

#header {
    background: linear-gradient(rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.42)), url('/assets/img_new_web/header.png') center left;
}

@media (max-width: 991.98px) {
    #header h1 {
        font-size: 3rem;
    }
}

#header .header-top .header-text {
    font-size: 18px;
    display: inline-block !important;
    max-width: 600px;
}

#header .header-down .header-text {
    font-size: 18px;
}

#header .header-down h5 {
    font-size: 25px;
}

#header > div {
    min-height: calc(100vh - 140px);
}

#header .icon-box {
    position: relative;
}
#header .header-top {
    padding: 70px 25px;
}

@media (max-width: 991.98px) {
    #header > div {
        min-height: auto;
    }

    #header .icon-box {
        width: 75px;
        height: 75px;
    }

    #header .header-top {
        padding: 20px;
    }
}

#header .icon-box__arrow {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    border-left: 10px solid #161615; 
}

#header .header-down {
    background: linear-gradient(to right, #161615 50%, transparent 50%);
    color: #fff;
}

/* ABOUT */

#about {
    background: url('/assets/img_new_web/about-bg.png') bottom left no-repeat #EDF5EE;
    background-blend-mode: darken;
}

#about .text-big {
    font-size: 24px;
}

#about .text-small {
    font-size: 15px;
    font-weight: bold;
}

/* PRODUCTS */

#products .products-heading {
    background: linear-gradient(to left, #EDF5EE 50%, transparent 50%);
}

#products h3 {
    font-size: 1.4rem;
}

#products h4 {
    color: #999;
    font-size: 1rem;
}

#products h4, #products h3 {
    font-weight: bold;
}

#products button {
    padding: 10px 25px;
    font-weight: bold;
}

#products p {
    color: #999;
    font-size: 15px;
}

#products .product-photo {
    max-width: 350px;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
    display: contents !important;
}

.card {
    border: 0 !important;
}

.card-img-top {
    object-fit: cover;
    /* margin-left: auto; */
    /* margin-right: auto; */
    height: 300px;
    width: auto;
    margin: auto;
    max-width: 100%;
}

.card-body {
    min-height: 150px;
}

/* PROGRAM */

#program {
    background: url('/assets/img_new_web/program-bg.png') top right no-repeat #008E2B;
    background-blend-mode: darken;
    padding-bottom: 20px;
}

#program .program-heading {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
    display: inline-block;
}

#program .program-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}

#program .program-box {
    background-color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#program .program-box img {
    margin-bottom: 40px;
}

#program .program-box h4 {
    font-weight: bold;
    line-height: 1.4;
    font-size: 1.5rem;
    margin-bottom: auto;
}

#program .program-box span {
    margin-top: 25px;
    color: #999;
    font-size: 15px;
}

@media (min-width: 576px) { 
    #program .program-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 992px) {
    #program .program-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

/* DOWNLOAD */

#download {
    background: linear-gradient(to bottom, #008E2B 50%, transparent 50%);
    overflow: auto;
}

#download > .container {
    background-color: #161615;
    color: #fff;
}

#download .download-box {
    margin: 30px 0;
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#download .download-box h4 {
    font-weight: bold;
}

#download .download-box p {
    line-height: 1.2;
}

#download .download-box button {
    font-weight: bold;
    font-size: 1rem;
    border: 2px solid #fff;
    white-space: nowrap;
}

#download .download-box button:hover {
    background: #000;
    color: #fff;
}

#download .download-box:first-child {
    border-right: none;
}

@media (min-width: 768px) {
    #download .download-box:first-child {
        border-right: 1px solid rgb(121, 121, 121);
        border-bottom: none;
    }
}

@media (max-width: 575.98px) {
    #download .download-box:first-child {
        padding-bottom: 15px;
    }
    #download .download-box:last-child {
        padding-top: 15px;
    }
}

@media (max-width: 991.98px) {
    #download .download-box {
        margin: 0;
    }
}

/* FOOTER */

#footer .phone-number {
    color: black;
    font-weight: bold;
    font-size: 2.5rem;
}

@media (max-width: 575.98px) {
    #footer .phone-number {
        font-size: 1.5rem;
    }
}

#footer p {
    color: rgb(141, 141, 141);
}

#footer span {
    font-size: 0.8rem;
    color: rgb(141, 141, 141);
}

#footer .nav-link {
    color: rgb(141, 141, 141);
    font-size: 0.8rem;
    font-weight: bold;
    margin-right: 1.5rem;
}

#footer .nav-link:hover {
    text-decoration: underline;
}

#footer .nav-item:last-child .nav-link {
    margin-right: 0;
}

a.forgot-password,
a.forgot-password:hover {
    color: #000;
}