@import url("https://fonts.googleapis.com/css2?family=Russo+One&display=swap");

* {
    margin: 10px;
    padding: 0;
    color: #fff;
    font-family: "Russo One", sans-serif;
    font-weight: 300;
}

body {
    background-color: #18320b;
}

.header-1 {
    display: block;
    align-content: center;
    font-size: 2.5em;
}

.header-2 {
    align-content: center;
    font-size: 2.5em;
}

h2 {
    color: gold;
}

h3 {}

p {
    margin: 10px;
}

.header-items {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
}

.logo {
    width: 100px;
    height: 100px;
    position: relative;
    left: 10px;
    top: 10px;
}

button {
    color: #000;
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 15px;
    border: none;
    font-size: 1.2em;
    margin-top: 15px;
}

.btns {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.booking-btn {
    margin-top: 0;
    width: 200px;
    cursor: pointer;
    justify-content: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.hero-img {
    display: block;
    margin: 0 auto;
    max-width: 80%;
}

.whatsapp-icon {
    display: inline;
}

.address {
    display: inline;
}

.qr-code {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {

    .md\:w-3\/4 {
        width: 75%;
    }

    .md\:flex-wrap {
        flex-wrap: wrap;
    }

    .lg\:flex {
        display: flex;
    }
}

@media (min-width: 1024px) {
    .lg\:padding-top {
        padding-top: 40px;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:w-1\/3 {
        width: 33.333333%;
    }

    .lg\:space-x-16> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(4rem * var(--tw-space-x-reverse));
        margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
    }
}