* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    box-sizing: border-box;
}

.container {
    width: 100%;
    min-height: 100vh;
    padding-left: 8%;
    padding-right: 8%;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #1A1A2E;
}

.navbar {
    width: 100%;
    display: flex;
    align-items: center;
}

.logo {
    width: 250px;
    cursor: pointer;
    margin: 30px 10px 5px 50px;
}

.menu-icon {
    width: 25px;
    cursor: pointer;
    display: none;
}

nav {
    flex: 1;
    text-align: right;
}

nav ul li {
    list-style: none;
    display: inline-block;
    margin-right: 30px;
}

nav ul li a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 14px;
}

nav ul li a:hover {
    color: #f06969;
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0;
}

button {
    width: 250px;
    border: 1px solid #F33636;
    padding: 12px 10px;
    outline: none;
    color: #fff;
    background: transparent;
    border-radius: 3px;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 500;
}

button:hover {
    background-color: #F33636;
    align-items: center;
    justify-content: space-between;
}

.social-links img {
    height: 13px;
    margin: 10px;
    margin-bottom: -220px;
    cursor: pointer;
}

.social-links {
    text-align: center;
}

#menuList {
    letter-spacing: 0.2px;
}

#buy {
    margin-left: 33px;
}

#buy2 {
    margin-left: 33px;
}

#buy3 {
    margin-left: 33px;
}

.all-columns {
    float: left;
    width: 350px;
    min-height: 420px;
    border: 1px solid;
    text-align: center;
    margin-right: 30px;
    border: 2px solid #F33636;
    margin-top: 40px;
}

.all-rows {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-35%, 0%);
}

.all-rows:after {
    content: "";
    display: table;
    clear: both;
}

.half-dark {
    background: rgba(0, 0, 0, 0.2 );
}

.title {
    margin: 0px;
    padding: 10px;
    border-bottom: 2px solid #F33636;
    font-family: sans-serif;
    color: white;
    font-size: 8px;
}

.content {
    margin-top: 35px;
    color: white;
}

.btns {
    margin-top: 80px;
}

#cena {
    float: left;
    margin: 25px;
    color: rgb(243,54,54);
    font-size: 22px;
}


.headline {
    margin-top: 40px;
    font-size: 52px;
    font-weight: 400;
    font-family: sans-serif;
    text-align: center;
}

ul li {
    /* display: inline-block; */
    margin: 10px;
    list-style: none;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 14px;
}

@media only screen and (max-width: 700px){
    
    nav ul {
        width: 100%;
        background: linear-gradient(to right, #1A1A2E, #131322);
        position: absolute;
        top: 85px;
        right: 0;
        z-index: 2;
    }

    nav ul li {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    nav ul li a {
        color: #fff;
    }

    .menu-icon {
        display: block;
        margin-top: 30px;
        width: 25px;
        cursor: pointer;
    }

    #menuList {
        overflow: hidden;
        transition: 0.3s;
    }

    #menuList2 {
        overflow: hidden;
        transition: 0.3s;
    }

    #pakietSt {
        overflow: hidden;
        transition: 1s;
    }

    .row {
        flex-direction: column-reverse;
        margin: 50px 0;
    }

    .logo {
        margin: 30px 0 0 40px;
    }
    
    .social-links img {
        height: 13px;
        margin: 10px;
        margin-top: 0px;
        margin-bottom: 30px;
        cursor: pointer;
    }

    .all-columns {
        width: 100%;
        transform: translate(-15%, -10%);
    }

    .headline {
        margin-top: 40px;
        margin-bottom: 60px;
        font-size: 24px;
    }

    #buy {
        margin-left: 22px;
    }

    #buy2 {
        margin-left: 22px;
    }

    #buy3 {
        margin-left: 22px;
    }
}