/*Mobile first*/

/*CSS Reset ------ */

* {
    margin: 0;
}

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    color: white;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    background-color: black;
    font-family: 'Oxygen', sans-serif;
}

img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}

input, button, textarea, select {
    font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}

#root, #__next {
    isolation: isolate;
}

/*CSS Reset ------ */

.container {
    width: 90vw;
    margin: 0 auto;
}

.white-line {
    width: 75px;
    height: 1px;
    background-color: white;
}

.orange-line {
    margin-top: 5px;
    width: 25px;
    height: 1px;
    background-color: #A36F0C;
}

.double-lines-end {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.double-lines-end .orange-line {
    margin-bottom: 5px;
    width: 25px;
    height: 1px;
    background-color: #A36F0C;
}

header {
    background-color: black;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 12;
}

.nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #A36F0C;
}

.list-unfold {
    display: none;
}

#mobileMenuShow {
    position: fixed;
    left: 0;
    width: 100vw;
    background-color: black;
    height: 100%;
    display: none;
    z-index: 10;
    justify-content: center;
}

.mobile-menu-show-content {
    padding-top: 100px;
}

.mobile-menu-show-content > a {
    padding: 1em;
    border-bottom: 1px solid #A36F0C;
    border-top: 1px solid #A36F0C;
    color: white;
    text-decoration: none;
    font-size: 24px;
    letter-spacing: 2px;
}

.links {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.links > a {
    color: white;
    text-decoration: none;
    padding: 0.5em;
    font-size: 22px;
}

.mobile-menu-phone-number {
    margin-top: 150px;
    display: flex;
    justify-content: center;
    color: #A36F0C;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1.705px;
}

.logo {
    width: 80px;
}

.reserve-call-nav {
    display: none;
}

.nav-group .bi-list {
    color: white;
    font-size: 25px;
    padding: 1em;
}

main {
    margin-top: 65px;
}

.hero-content-container {
    position: relative;
}

.hero-content-group {
    color: white;
    text-align: center;
}

.hero-content-group > p {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 300;
}

.hero-lounge-group {
    font-size: 35px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1;
}

.hero-button-group {
    margin-top: 3em;
}

.hero-button-group > p {
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 7px;
    padding-bottom: 1em;
}

.hero-button {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: white;
    background-color: black;
    border: 1px solid #A36F0C;
    padding: 1em;
    width: 190px;
}

.hero-button:hover, .footer-button:hover {
    cursor: pointer;
    color: #A36F0C;
}

#about {
    margin-top: 125px;
}

.about-paragraph {
    max-width: 500px;
}

.about-paragraph > p {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: justify;
    color: white;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 300;
}

.about-paragraph a, .about-paragraph h5 {
    text-align: center;
    color: #A36F0C;
}

.about-img-strop {
    padding-top: 65px;
    width: 300px;
    margin: 0 auto;
}

#menu {
    margin-top: 65px;
}

.menu-vector-img {
    width: 250px;
    margin: 0 auto;
}

.menu-img-wrap {
    padding: 1em;
}

.menu-paragraph {
    max-width: 500px;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: justify;
    color: white;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 300;
}

.menu-container .bi-arrow-down-circle {
    padding: 1em;
    display: block;
    font-size: 20px;
    text-align: center;
}

.menu-container .bi-arrow-right-circle {
    display: none;
}

.menu-container > p {
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 1.75px;
}

.menu-group-p {
    text-align: center;
}

#products {
    display: none;
}

#shisha {
    margin-top: 65px;
}

#shisha .bi-arrow-down-circle {
    margin-top: 1em;
    display: block;
    text-align: center;
    font-size: 20px;
}

.shisha-container {
    padding: 1em;
    height: 400px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-image: url("imgs/shisha-closeup.JPG");
    background-size: cover;
    background-position: right;
}

.shisha-item {
    margin-left: 10%;
}

.shisha-content p {
    margin-top: 1em;
}

.shisha-content p > a {
    color: white;
    text-decoration: none;
    font-weight: 900;
}

.bi-dash-lg {
    color: #A36F0C;
}

#call- {
    padding-top: 85px;
    padding-bottom: 85px;
}

.call-container {
    max-width: 450px;
    margin: 0 auto;
}

.call-container > p {
    padding: 1em;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 1.86px;
}

#caje .bi-arrow-up-circle {
    margin-bottom: 1em;
    display: block;
    text-align: center;
    font-size: 20px;
}

.caje-container {
    padding: 1em;
    height: 400px;
    display: flex;
    align-items: center;
    background-image: url("imgs/caj-closeup.JPG");
    background-size: cover;
    background-position: left;
}

.caje-item {
    margin-left: 10%;
}

.caje-content p {
    margin-top: 1em;
}

.caje-content p > a {
    color: white;
    text-decoration: none;
    font-weight: 900;
}

#esport {
    margin-top: 65px;
}

.esport-item-container {
    max-width: 500px;
    margin-top: 50px;
}

.esport-item p {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: justify;
    color: white;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 300;
}

.esport-logos {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.esport-logos > img {
    max-width: 250px;
    min-width: 100px;
}

.esport-call {
    margin: 115px auto 0;
    max-width: 450px;
}

.esport-call p {
    text-align: center;
    padding: 0.5em;
    font-size: 15px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 3px
}

.esport-call .bi-arrow-down-circle {
    text-align: center;
    display: block;
    font-size: 25px;
    padding-top: 10px;
}

#form {
    margin-top: 85px;
}

.form-req-tag {
    color: #A36F0C;
}

.radio > p {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #A36F0C;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 3px;
}

.radio > div {
    margin-top: 1em;
    font-weight: 500;
    letter-spacing: 3px
}

label:not([name=chbx-label]) {
    display: block;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 3px;
    padding-bottom: 1em;
}

input:not([name=chbx]) {
    padding: 5px;
    background-color: black;
    border: 1.5px solid #A36F0C;
    color: white;
    display: inline-block;
    width: 300px;
}

#form-button {
    margin-top: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: white;
    background-color: black;
    border: 1px solid #A36F0C;
    padding: 0.5em;
    width: 300px;
}

#form-button:hover {
    cursor: pointer;
    color: #A36F0C;
}

#call-instagram {
    margin-top: 125px;
}

.instagram-container p {
    color: white;
    padding: 0.5em;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 2px;
}

.instagram-line {
    display: flex;
    align-items: center;
    margin-left: 25px;
}

.instagram-line .bi-instagram {
    font-size: 20px;
    color: #A36F0C;
}

.instagram-line a {
    margin-left: 0.5em;
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 1.5px;
}

footer {
    border-top: 1px solid #A36F0C;
    margin-top: 65px;
    padding-top: 25px;
}

.contacts-content h5 {
    margin-top: 25px;
    color: #A36F0C;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 2.17px;
}

.contacts-content p {
    color: lightgrey;
    padding-top: 1em;
    font-size: 12px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 1.55px;
}

.info {
    margin-top: 65px;
}

.info-table {
    width: 200px;
    margin-top: 25px;
}

.table-line {
    padding-top: 12px;
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 2px;
}

.table-line span {
    color: #A36F0C;
}

.footer-button {
    margin: 0 auto;
    margin-top: 125px;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: white;
    background-color: black;
    border: 1px solid #A36F0C;
    padding: 1em;
    width: 175px;
}

.copyright {
    margin-top: 50px;
    padding-bottom: 1em;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 1px;
}
.firm-info {
    margin-top: 50px;
    padding-bottom: 1em;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 1px;
}
.firm-line {
    padding-top: 1em;
    font-size: 14px;
    color: gray;
}

.form-terms-line {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}
.form-terms-line > p{
    max-width: 400px;
    color: gray;
    font-size: 12px;
    text-align: start;
}

/* Media Queries */
@media (min-width: 600px) {

    .logo {
        width: 100px;
    }

    .links > a {
        color: white;
        text-decoration: none;
        padding: 0.5em;
        font-size: 26px;
    }

    .mobile-menu-phone-number {
        margin-top: 100px;
        font-size: 18px;
    }

    .hero-lounge-group {
        font-size: 45px
    }

    .hero-button {
        position: relative;
        width: 225px;
        padding: 1.3em;
        font-size: 18px;
    }

    .hero-button-group > p {
        font-size: 10px;
    }

    .about-content-container {
        display: flex;
        align-items: center;
        gap: 5%;
    }

    .about-img-strop {
        padding: 0;
        width: 285px;
    }

    .about-paragraph > p {
        font-size: 16px;
        letter-spacing: 1.5px;
    }

    .menu-container .bi-arrow-down-circle {
        display: none;
    }

    .menu-container .bi-arrow-right-circle {
        display: block;
        position: absolute;
        margin-top: 135px;
        font-size: 20px;
    }

    .menu-container {
        display: flex;
        align-items: center;
        gap: 1em;
    }

    .menu-container-group {
        width: 50%;
        position: relative;
    }

    .menu-paragraph > p {
        font-size: 16px;
        letter-spacing: 1.5px;
    }

    .shisha-container {
        height: 500px;
    }

    .shisha-item {
        margin-right: 10%;
    }

    .shisha-content > p {
        font-size: 18px;
    }

    #shisha .bi-arrow-down-circle {
        font-size: 27px;
    }

    .caje-container {
        height: 500px;
    }

    .caje-content > p {
        font-size: 18px;
    }

    #caje .bi-arrow-up-circle {
        font-size: 27px;
    }

    #call- {
        padding-top: 15%;
        padding-bottom: 15%;
    }

    .call-container > p {
        font-size: 18px;
    }

    .esport-item p {
        font-size: 16px;
        letter-spacing: 1.5px;
    }

    .esport-call {
        margin-top: 150px;
    }

    .esport-call p {
        font-size: 18px;
    }

    .konzole-container {
        display: flex;
        align-items: center;
        gap: 50px;
    }

    .konzole-container > * {
        width: 50%;
    }

    .form-container {
        text-align: center;
    }

    .instagram-container p {
        font-size: 22px;
    }

    .instagram-line a {
        font-size: 16px;
    }
    .form-terms-line {
        margin-top: 25px;
        display: flex;
        justify-content: center;
    }
    .form-terms-line > p{
        max-width: 400px;
        color: gray;
        font-size: 12px;
        text-align: start;
    }
    .footer-container {
        margin-top: 50px;
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
        gap: 50px;
    }

    .info {
        margin: 0;
    }

    .table-line {
        padding-top: 25px;
    }

    .footer-button {
        width: 175px;
        padding: 1em;
    }
}

@media (min-width: 1250px) {
    .container {
        width: 1150px;
        margin: 0 auto;
    }

    .list-fold {
        display: none;
    }

    .list-unfold {
        display: block;
    }

    .dropdown-unfold {
        display: none;
    }

    .list-unfold > a {
        font-family: Poppins;
        position: relative;
        text-decoration: none;
        color: white;
        padding: 1em;
    }

    .list-unfold > a::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        border-radius: 4px;
        background-color: white;
        bottom: 0;
        left: 0;
        transform-origin: right;
        transform: scaleX(0);
        transition: transform .3s ease-in-out;
    }

    .list-unfold > a:hover:before {
        transform-origin: left;
        transform: scaleX(1);
    }

    .logo {
        width: 125px;
    }

    .reserve-call-nav {
        display: block;
        margin-left: 1em;
        color: white;
        padding: 1em;
        text-decoration: none;
        letter-spacing: 2px;
        font-family: Poppins;
        font-weight: 700;
    }

    .reserve-call-nav:hover {
        color: #A36F0C;
    }

    .nav-bar {
        width: 1250px;
        margin: 0 auto;
    }

    .nav-group {
        display: flex;
        align-items: center;
    }

    .hero-lounge-group {
        font-size: 55px
    }

    .hero-button {
        position: relative;
        width: 250px;
        padding: 1.3em;
        font-size: 18px;
    }

    .about-img-strop {
        width: 350px;
    }

    .about-paragraph > p {
        font-size: 18px;
    }

    .menu-paragraph > p {
        font-size: 18px;
    }

    .menu-container .bi-arrow-right-circle {
        font-size: 25px;
    }

    #products {
        display: block;
        margin-top: 175px;
        margin-bottom: 175px;
    }

    .products-top {
        display: flex;
    }

    .products-top > img {
        width: 33%;
    }

    .products-bottom-heading {
        padding-top: 150px;
        margin: 0 auto;
        text-align: center;
    }

    .products-bottom-heading > p {
        padding: 1em;
        text-align: center;
        font-size: 23px;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: 2px;
    }

    .products-bottom-paragraph {
        padding-top: 75px;
        width: 850px;
        margin: 0 auto;
    }

    .products-bottom-paragraph > p {
        text-align: justify;
        font-size: 18px;
        letter-spacing: 1.5px;
    }

    .shisha-container {
        height: 600px;
    }

    .shisha-item h2 {
        font-size: 31px;
    }

    .shisha-content p {
        margin-top: 1em;
        font-size: 21px;
    }

    #shisha .bi-arrow-down-circle {
        font-size: 35px;
    }

    .caje-container {
        height: 600px;
    }

    .caje-content p {
        margin-top: 1em;
        font-size: 21px;
    }

    .caje-item h2 {
        font-size: 31px;
    }

    #caje .bi-arrow-up-circle {
        font-size: 35px;
    }

    #call- {
        padding-top: 175px;
        padding-bottom: 175px;
    }

    .call-container > p {
        font-size: 21px;
    }

    .esport-item p {
        font-size: 18px;
    }

    .esport-call {
        margin-top: 200px;
    }

    .esport-call p {
        font-size: 22px;
    }

    .footer-button {
        width: 225px;
        padding: 1em;
        font-size: 15px;
    }
}












