body {
    margin: 0;
    padding: 0;
    font-family: 'Cabin', sans-serif;
    /* font-family: 'Bonheur Royale', cursive; */
    font-size: 1rem;
    font-weight: 400;
    padding-top: 90px;
}

a {
    text-decoration: none;
}

.fw-medium {
    font-weight: 600;
}

.bg-main-color {
    background-color: #61ac00;
}

.border-radius {
    border-radius: 0.3rem;
}

.zabiegi .lista-najpopularniejszych .col {
    color: #fff;
    transition: all 0.3s ease;
}

.zabiegi .lista-najpopularniejszych .col:hover {
    transition: all 0.3s ease;
    transform: translateY(-6px);
}

nav.navbar {
    box-shadow: 0px 0px 15px rgb(0 0 0 / 9%);
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff !important;
    z-index: 99;
    position: fixed;
    height: 90px;
    transition: all 0.5s ease;
    top: 0;
}

.navbar-collapse {
    background-color: #fff;
    width: 100%;
}

nav.navbar .odnosnik_menu_nav a {
    display: block;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.2s ease-in-out;
}

nav.navbar .odnosnik_menu_nav a:hover {
    transform: translateY(-3px);
    transition: all 0.2s ease-in-out;
}

nav.navbar ul.dropdown-menu.show {
    margin-top: 5px;
    border-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0px 3px 10px rgb(237 237 237);
}

nav.navbar .odnosnik_menu_nav a:hover {
    color: #61ac00 !important;
}

.text-color-green-jupi {
    color: #61ac00;
}

#content {
    min-height: calc(100vh - 174px);
}

footer {
    box-shadow: 0px 0px 10px #d3d3d3;
    border-top: 4px solid #61ac00;
    background-color: #fff;
}

#start {
    height: calc(100vh - 76px);
    overflow: hidden;
    background-image: url(../img/photo_5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    background-color: #fbfbfb;
}

.green_bg {
    background-color: #61ac00;
}

#karuzela_start .powitanie h1 {
    font-size: 3.5rem;
    font-weight: bold;
}

#karuzela_start .powitanie h2 {
    font-size: 1.7rem;
}

#karuzela_start .powitanie a {
    background-color: #61ac00;
    border: 1px solid #61ac00;
    transition: all 0.3s ease;
}

#karuzela_start .powitanie a:hover {
    background-color: transparent;
    color: #61ac00;
    transition: all 0.3s ease;
    transform: translateY(-6px);
}

.tytul_sekcji {
    font-weight: 600;
    font-size: 2.2rem;
}

.separator_tutul_sekcji {
    height: 5px;
    background-color: #61ac00;
}

.btn-outline-success {
    color: #61ac00 !important;
    border-color: #61ac00 !important;
    transition: all 0.3s ease;
}

.btn-outline-success:hover {
    background-color: #61ac00 !important;
    color: #fff !important;
    transform: translateY(-4px);
    transition: all 0.3s ease;
}

.btn-success {
    background-color: #61ac00;
    color: #fff;
    border-color: #61ac00 !important;
    transition: all 0.3s ease;
}

.btn-success:hover {
    background-color: transparent;
    color: #61ac00;
    transition: all 0.3s ease;
    transform: translateY(-4px);
}

.podpis_font {
    font-family: 'Bonheur Royale';
    font-size: 2rem;
}

#about-us .opis_dzialalnosci {
    font-size: 1.2rem;
}

#about-us .o_nas_zdj {
    border-radius: 0.3rem;
    position: relative;
}

#about-us .contener_obrazek_efekt:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 91%;
    height: 86%;
    background-color: #61ac00;
    border: 1px solid #61ac00;
    -webkit-transform: translate(-10px,-18px);
    transform: translate(-10px,-18px);
    z-index: -1;
    border-radius: 0.3rem;
    transition: all 0.3s ease;
}

#about-us .contener_obrazek_efekt:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 91%;
    height: 86%;
    background-color: #61ac00;
    border: 1px solid #61ac00;
    -webkit-transform: translate(-5px,-10px);
    transform: translate(-5px,-10px);
    z-index: -1;
    border-radius: 0.3rem;
    transition: all 0.3s ease;
}

#about-us .lista_zalet .zaleta_kontener {
    border-radius: 0.3rem;
    border: 1px solid #61ac00;
    background-color: transparent;
    color: #61ac00;
    transition: 0.2s ease;
    text-align: center;
}

#about-us .lista_zalet .zaleta_kontener:hover {
    background-color: #61ac00;
    color: #fff;
    transition: 0.2s ease;
}

#about-us .lista_zalet .zaleta_kontener .icon {
    font-size: 2.5rem;
    font-weight: bold;
}

#about-us .lista_zalet .zaleta_kontener .text_advd {
    font-size: 1.2rem;
}

#contact .kontakt_elem i {
    color: #61ac00;
}

#contact .kontakt_elem i.facebook_color {
    color: #4267B2;
}

#contact .kontakt_elem span.napis_kontakt_elem {
    font-size: 1.3rem;
    vertical-align: middle;
}

#contact .kontakt_elem span.napis_kontakt_elem a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

#contact .kontakt_elem span.napis_kontakt_elem a:hover {
    color: #61ac00;
    transition: all 0.3s ease;
}

.znak_specjalny_inny_font {
    font-family: Arial;
}

.naglowek_kontakt_sekcja {
    text-align: left;
    font-weight: 500;
    font-size: 1.4rem;
}

#content .naglowek_podstrona {
    font-weight: 600;
    font-size: 2.2rem;
}

.breadcrumb-item a {
    font-weight: normal;
    color: gray;
    text-decoration: none;
}

.breadcrumb-item.active {
    font-weight: bold;
    color: #000;
}

.accordion-button:not(.collapsed) {
    color: #61ac00;
    background-color: rgb(97 172 0 / 14%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    font-weight: 600;
}

/* Podstrona : cennik */ 

#content #pricing_page .cena_zabiegu {
    font-size: 1.1rem;
}

#content #pricing_page .cena_zabiegu span {
    font-size: 1rem;
}