@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");

section,
header,
footer {
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
}

body {
    font-weight: 300;
    font-size: 1.1rem;
}

.bg-light {
    background: #e0dede !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Anton", sans-serif;
}

.nav {
    padding: 10px 0;
}

.nav-kontakt {
    display: none;
}

@media (min-width: 960px) {
    .nav-kontakt {
        display: block;
    }
}

.nav-btn {
    border: none;
    width: 40px;
    height: 40px;
    background: #daa520;
}

.nav-btn span {
    width: 90%;
    height: 2px;
    display: block;
    background: #fff;
    margin: 5px auto;
    color: #fff;
}

@media (min-width: 960px) {
    .nav-btn {
        display: none;
    }
}

.nav-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
}

@media (max-width: 960px) {
    .nav-menu {
        width: 100%;
        margin: 15px 0;
        text-align: center;
		margin:0;
		padding:0;
    }

    .nav-menu li {
        margin: 10px 0;
    }
	
	.nav-menu li a{
	margin:0;}

    .d-hide-mobile {
        display: none !important;
    }
}

.nav-menu a {
    color: #333;
    font-family: "Anton", sans-serif;
    letter-spacing: 1px;
    transition: all 150ms linear;
}

.nav-menu a:hover {
    text-decoration: none;
    color: #daa520;
}

.nav-logo img {
    max-width: 120px;
}

nav .row {
    margin: 0;
    padding: 6px 0;
}

@media (min-width: 960px) {
    .nav-menu {
        flex-direction: row;
    }

    .nav-menu li {
        margin: 0 6px;
    }
}

.slider {
    position: relative;
    height: 85vh;
}

.slider svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.slider .fit {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    transition: all 300ms linear;
}

.slider .loger {
    max-width: 300px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: auto;
    transition: all 300ms linear;

    z-index: 1;
}

.slider .fiter-full {
    height: 85vh;
}

.slider .display-4 {
    margin-left: -10px;
    padding-left: 10px;
    border-left: solid 5px #daa520;
}

@media (max-width: 960px) {
    .slider {
        height: 100vh;
        padding-top: 100px;
    }

    .slider-content {
        position: relative;
        z-index: 20;
        text-align: center;
		padding-top:50px;
    
    }

    .slider .display-4 {
        border: none;
        margin: 0;
    }

    .fiter-full {
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        opacity: 0.3;
    }

    .slider .fit {
        height: 100vh;
    }

    .slider .loger {
        max-width: 300px;
        position: absolute;
        bottom: 10px;
        left: 50%;
        width: auto;
        transition: all 300ms linear;

        z-index: 1;
    }
}

/*btn*/

.btn {
    padding: 0.4rem 2rem;
    border-radius: 6rem;
}

.btn-color {
    padding: 0.4rem 2rem;
    border-radius: 6rem;
    color: #fff;
    background: #daa520;
}

.btn-color:hover {
    color: #fff;
    background: #ad841b;
}

.btn-color-outline {
    padding: 0.4rem 2rem;
    border-radius: 6rem;
    color: #daa520;
    background: transparent;
    border: solid 2px #daa520;
}

.btn-color-outline:hover {
    color: #fff;
    background: #daa520;
}

.wave {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    margin: 0;
    padding: 0;
    display: block;
    margin-top: -15%;
}

.about {
    position: relative;
    background: #f3f4f5;
    background-image: url("../img/about-bg.jpg");
    background-size: cover;
    background-position: center center;
}

.about .container {
    padding: 5rem 0;
}

.about img {
    border: solid 4px #daa520;
}

.about-wave {
    position: absolute;
    bottom: 0;
    left: 0;
}

.galeria-section {
    padding: 5rem 0;
    background: #daa520;
}

.galeria-section-triangle {
    content: "";
    width: 100%;
    height: 60px;
    display: block;
    background: #daa520;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    margin-bottom: -2px;
}

.galeria-section-triangle-2 {
    content: "";
    width: 100%;
    height: 60px;
    display: block;
    background: #daa520;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    margin-top: -2px;
}

.work {
    padding: 5rem;
}

.work .row {
    align-items: flex-start;
}

.work-item {
    margin: 30px 0;
}

.circle {
    width: 200px;
    height: 200px;
    border: solid 5px #daa520;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    object-fit: cover !important;
    object-position: center center !important;
    transition: all 250ms linear;
}

.work-item:hover .circle {
    filter: brightness(60%);
}

.price {
    background: url("../img/gym.jpg");
    background-size: cover !important;
    background-position: center center !important;
    color: #fff;
}

.price-fog {
    background: rgba(0, 0, 0, 0.9);
    padding: 5rem 0;
}

tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.9);
}

.price h1,
.price h2,
.price h3,
.price h4,
.price h5,
.price h6 {
    color: #daa520;
}

.silownia-section {
    position: relative;
}

.silownia-section .container {
    padding: 5rem 0;
}

.metamorfozy-section {
    padding: 5rem 0;
    background: #daa520;
    color: #fff;
}

footer {
    padding: 5rem 0;
    background: #111;
    color: #fff;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: #daa520;
}

input,
textarea {
    background: transparent !important;
    color: #fff !important;
    border: solid 1px #fff !important;
}

form {
    color: #fff;
}

#submit {
    background: #daa520 !important;
    border: none !important;
    color: #111 !important;
}

section,
footer {
    padding: 0 !important;
}

.subfooter {
    padding: 10px 0;
    font-size: 13px;
    background: #000;
    color: #fff;
}

.subfooter a,
.subfooter span {
    color: #daa520;
}

@media (min-width: 960px) {
    .nav-menu .kontakt {
        display: none;
    }
}

table {
    border: none;
    width: 100%;
}
td {
    border: none;
    padding: 10px;
    border-bottom: solid 1px #333;
}

@media (max-width: 960px) {
    .row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        margin-top: 20px;
    }
}




#back-top span {
	width: 45px !important;
	height: 45px !important;
	display: block;
	background: #daa520 url(http://trenerka.multicolor.ovh/plugins/scrolltop/img/style_4_black.png) no-repeat center center !important;
	background-size: 64px 64px !important;
	filter: alpha(opacity=50);
	opacity: 1 !important;

	margin: 0 auto;
	position: relative;
	border: solid 1px #111 !important;
}