* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;
    text-transform: none;
    text-decoration: none;
    text-align: center !important;
}

html {
    scroll-behavior: smooth;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #181733;
    box-shadow: 0 5px 10px rgba(182, 4, 4, 0.842);
    padding: 0px 7%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
}

header .logo {
    z-index: 1;
    height: 105px;
    width: 105px;
}

header .logoobrazek {
    z-index: 1;
    height: 7%;
    width: 7%;

}

.logotext {
    font-weight: bolder;
    font-size: 25px;
    color: #333;
    margin-right: 70%;
}

header .navbar ul {
    list-style: none;
}

header .navbar ul li {
    position: relative;
    float: left;
}

header .navbar ul li a {
    font-size: 120%;
    padding: 20px;
    color: #FDC52C;
    display: block;
    font-weight: bolder;
}

header .navbar ul li a:hover {
    background: #FDC52C;
    color: #fff;
    transition-duration: 1s;
}

#menu-bar{
    display: none;
}

header label{
    font-size: 25px;
    color: #FDC52C;
    cursor: pointer;
    display: none;
    padding: 15px;
}

header label:hover{
    background: #FDC52C;
    color: #fff;
    transition-duration: 1s;
    
}

@media(max-width:991px){
    
    header{
        padding: 20px;
    }

    header label{
        display: initial;
    }

    header .navbar{
        position: absolute;
        top: 100%; left: 0; right: 0;
        background: #181733;
        border-top: 1px solid rgba(0, 0, 0,.1);
        display: none;
    }

    header .navbar ul li{
        width: 100%;
    }

    header .navbar ul li ul{
        position: relative;
        width: 100%;
    }

    header .navbar ul li ul li{
        background: #eee;
    }

    header .navbar ul li ul li ul{
        width: 100%;
        left: 0;
    }

    #menu-bar:checked ~ .navbar{
        display: initial;
    }

    h1{
        padding-top: 40%;
    }
    
    .wrapper{
        flex-direction: column;
    }

    .pricing-plan-container{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        width: 80vw;
    }
}

.wrapper {
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(stadion.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial {
    padding: 30px 100px;
}

article {
    padding-top: 1%;
}

article img {
    margin-top: 2%;
}

article h1 {
    font-size: 350%;
    font-weight: 800;
    text-transform: none;
    margin-top: 10%;
    color: #fff;
    text-align: center;
}


.fcb {
    height: 200px;
    width: 200px;
    align-items: center;

}

article h2 {
    text-transform: none;
    font-size: 200%;
    margin-top: 30px;
    color: #fff;
    text-align: justify;
    font-weight: bolder;
    padding-bottom: 30px;
    padding-left: 20%;
    padding-right: 20%;
}

.pricing-plan{
    width: 300px;
    border-radius: 25px;
   box-shadow: 0 5px 10px #b60404d7;
   overflow: hidden;
   font-size:16px;
    line-height: 1.5;
    color: #181733;
    margin: 15px;
    margin-top: 15%;
    background-color: #fff;
}

.pricing-plan-doporucene{
    box-shadow: 0 5px 15px rgba(182, 4, 4, 0.842);
    transform: scale(1.05);
}

.pricing-plan-special-text{
    padding: 10px;
    font-weight: bold;
    color: #fff;
    background-color: #fdc52ce1;
    box-shadow: 0 5px 15px rgba(182, 4, 4, 0.842) inset;

}

.pricing-plan-header{
    padding: 25px;
    background: #FDC52C;
    color: #fff;
}

.pricing-plan-title,
.pricing-plan-summary{
    margin: 0;
}

.pricing-plan-title{
    font-size: 1.5em;
    font-weight: 400;
    color:#fff;
}

.pricing-plan-summary{
    font-size: 1em;
    font-weight: 300;
}

.pricing-plan-description{
    padding: 25px;
}

.pricing-plan-list{
    padding: 0;
    margin: 0;
}

.pricing-plan-feature{
    list-style: none;
    margin: 0;
    padding-left: 25px;
    position: relative;
    font-size: 0.9em;
}

.pricing-plan-feature:not(:last-child)
{
    margin-bottom: 0.5em;
}

.pricing-plan-feature::before{
    content: "\2714";
    color: #181733;
    position: absolute;
    left: 0;
}

.pricing-plan-actions{
    padding: 25px;
    border-top: 1px solid #eeee;
    display: flex;
    flex-direction: column;
}

.pricing-plan-button{
    display: inline-block;
    margin: 15px auto;
    padding: 8px 20px;
    text-decoration: none;
    color: #fff;
    background-color: #FDC52C;
    border-radius: 5px;
    border: 1px solid #FDC52C;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: bold;
}

.pricing-plan-button:hover{
    background-color: #181733;
    color: #FDC52C;
}

.pricing-plan-cost{
    margin: 0;
    font-size: 2em;
    color: #000;
}

.pricing-plan-text{
    font-size: 0.9em;
    margin: 0 0 10px 0;
}

.pricing-plan-container{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

footer {
    background-color: #181733;
    margin-top: 10%;
    margin-left: auto !important;
    margin-right: auto !important;

}

.footerKonec {
    width: 100%;
    padding: 25px 30px 20px;
}

.icon {
    display: flex;
    justify-content: center;
}

.icon a {
    text-decoration: none;
    padding: 10px;
    background-color: #181733;
    margin: 10px;
    border-radius: 50%;
}

.icon a i {
    font-size: 2em;
    color: #FDC52C;
    opacity: 0.9;
}

.icon a :hover {
    transition: 0.5s;
}

.icon a i:hover {
    color: #fff;
    transition: 0.5s;
}

.footerBottom {
    background-color: #181733;
    padding: 20px;
    text-align: center;
}

.footerBottom p {
    color: #FDC52C;
}