@import url('https://fonts.googleapis.com/css?family=Port+Lligat+Slab|Pacifico|Raleway:300,400,600,700,800,900|Yanone+Kaffeesatz:400,700');
@import url('https://fonts.googleapis.com/css2?family=BenchNine:wght@700&family=Marcellus+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BenchNine:wght@700&family=Marcellus+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Oswald:wght@200;300;400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: HammersandStrings;
    src: url(https://deliverit-vhosts.s3-ap-southeast-2.amazonaws.com/munchiessushi.com.au/fonts/HammersandStrings.ttf);
}

body {
    background: linear-gradient(to bottom, #2220 0%, #22222200 100%), url(https://deliverit-vhosts.s3-ap-southeast-2.amazonaws.com/munchiessushi.com.au/images/bg.jpg) no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: top !important;
}

#logo {
    width: 250px;
    padding-top: 30px;
}

.select-store-ttl h1 {
    color: #fff;
    /* Section H1 Color */
    font-family: 'Marcellus SC', serif !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 60px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.stores p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Raleway', sans-serif !important;
}

.stores-content {
    padding: 30px;
}

.stores-content:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 500px;
    border-right: dashed #fff 1px;
}

.bondi {
    /* border-right: dashed #fff 1px; */
}

.deewhy {
    /* border-right: dashed #fff 1px; */
    /* margin-top: -285px !important;
    margin-left: 50% !important; */
}

.harris {
    /* margin-top: -20% !important; */
    /* margin-left: 50% !important; */
    border-right: dashed #fff 1px;
}

.stores .container {
    width: 80% !important;
}

.store-name {
    color: #ccebe6;
    text-align: center;
    font-family: 'BenchNine', sans-serif !important;
    letter-spacing: 2px;
    font-size: 65px !important;
    margin-top: 10px;
    text-transform: uppercase;
}

.store-deliver span {
    font-weight: 800;
}

.stores-content .btn {
    margin-top: 20px;
    font-weight: bold;
    font-style: normal;
    border-width: 2px;
    border-style: solid;
    background-color: rgba(255, 255, 255, 0);
    color: #ffffff;
    border-color: #ffffff;
    border-radius: 25px;
    font-family: 'Raleway', sans-serif !important;
    padding: 8px 25px;
}

.stores-content .btn:hover {
    background-color: #222;
    color: #FFD580;
    border-color: #ffffff;
}

.stores-content .s-btn {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.stores-content .btn+.btn {
    /* margin-left: 20px; */
}

.coming-soon {
    color: #fff !important;
    text-align: center;
    font-family: 'Pacifico', cursive;
    letter-spacing: 1px;
    font-size: 50px !important;
    font-weight: 600;
    /* margin-top: 65px; */
}

.white-space {
    color: transparent !important;
}

@media (max-width: 1620px) {
    .stores .container {
        width: 90% !important;
    }
}

@media (max-width: 1440px) {
    .stores .container {
        width: 100% !important;
    }

    .stores-content:not(:last-child):after {
        top: 20px;
    }
    
}

@media (max-width: 1300px) {
    .store-name {
        font-size: 55px !important;
    }
}

@media (max-width: 1199px) {
    .stores-content:not(:last-child):after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 20px;
        width: 2px;
        height: 350px;
        border-right: dashed #fff 1px;
        border-right: dashed #fff 1px;
    }

    .stores-content:nth-child(2):after {
        content: none;
        display: none;
    }
}

@media (max-width: 1024px) {
    .deewhy {
        /* margin-top: -29.5% !important;
    margin-left: 50% !important; */
    }

    .select-store-ttl h1 {
        color: #fff;
        /* Section H1 Color */
        font-family: 'Marcellus SC', serif !important;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 3px;
        font-size: 65px;
        margin-top: 100px;
        margin-bottom: 80px;
    }

    .store-name {
        font-size: 65px !important;
    }

    .stores p {
        font-size: 20px;
    }

    .app img {
        border-radius: 10px !important;
        margin-left: 42.4% !important;
    }

    .deewhy {
        border-right: none;
    }

}

@media (max-width: 991px) {
    .stores-content:not(:last-child):after {
        content: none;
        display: none;
    }

    .stores-content:not(:last-child) {
        border-bottom: dashed #fff 1px;
    }
}

@media (max-width: 990px) {
    .bondi {
        /* border-right: none; */
        /* border-bottom: dashed #fff 1px; */
    }

    .deewhy {
        /* border-bottom: dashed #fff 1px; */
    }
}

@media (max-width: 820px) {
    .bondi {
        padding-bottom: 10% !important;
        border-right: none !important;
        border-bottom: dashed #fff 1px !important;
    }

    .deewhy {
        padding-bottom: 10% !important;
        margin-top: 5% !important;
        margin-left: 3% !important;
    }

    .store-name {
        font-size: 70px !important;
    }

    .stores p {
        font-size: 20px;
    }

    .app img {
        width: 180px !important;
        border-radius: 10px !important;
        margin-left: 40.5% !important;
    }

    img#playstore {
        border: 1px solid #ffffff78;
        width: 140px !important;
    }

    img#playstoreitunes {
        padding-top: 10px;
        width: 140px !important;
    }

    .white-space {
        display: none;
    }
}

@media (max-width: 768px) {
    .bondi {
        padding-bottom: 10% !important;
        border-right: none !important;
        border-bottom: dashed #fff 1px !important;
    }

    .deewhy {
        padding-bottom: 10% !important;
        margin-left: 3% !important;
    }

    .app img {
        border-radius: 10px !important;
        margin-left: 40.5% !important;
    }
}

@media (max-width: 540px) {
    #logo {
        width: 120px;
        padding-top: 30px;
    }

    .select-store-ttl h1 {
        color: #fff;
        /* Section H1 Color */
        font-family: 'Marcellus SC', serif !important;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 3px;
        font-size: 55px;
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .store-name {
        font-size: 50px !important;
    }

    .stores p {
        font-size: 17px;
    }

    .coming-soon {
        color: #fff !important;
        text-align: center;
        font-family: 'Pacifico', cursive;
        letter-spacing: 1px;
        font-size: 35px;
        font-weight: 600;
        /* margin-top: 65px; */
    }

    .app {
        font-size: 25px !important;
    }

    .app img {
        border-radius: 10px !important;
        margin-left: 38% !important;
    }

    img#playstore {
        border: 1px solid #ffffff78;
        width: 120px !important;
    }

    img#playstoreitunes {
        padding-top: 10px;
        width: 120px !important;
    }
}

@media (max-width: 480px) {
    #logo {
        width: 120px;
        padding-top: 30px;
    }

    .select-store-ttl h1 {
        color: #fff;
        /* Section H1 Color */
        font-family: 'Marcellus SC', serif !important;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 3px;
        font-size: 45px;
        margin-top: 40px;
        margin-bottom: 0px;
    }

    .store-name {
        font-size: 50px !important;
    }

    .stores p {
        font-size: 17px;
    }

    .stores-content .btn+.btn {
        margin-left: 0px !important;
    }

    .bondi {
        border-right: none !important;
        border-bottom: dashed #fff 1px;
    }

    .deewhy {
        border-right: none !important;
        /* border-bottom: dashed #fff 1px;   */
    }

    .coming-soon {
        font-size: 35px;
    }

    .app {
        font-size: 25px !important;
    }

    .app img {
        border-radius: 10px !important;
        margin-left: 35% !important;
    }

    img#playstore {
        border: 1px solid #ffffff78;
        width: 110px !important;
    }

    img#playstoreitunes {
        padding-top: 10px;
        width: 110px !important;
    }
}

@media (max-width: 360px) {
    .app {
        font-size: 25px !important;
    }

    .app img {
        border-radius: 10px !important;
        margin-left: 34% !important;
    }

    img#playstore {
        border: 1px solid #ffffff78;
        width: 110px !important;
    }

    img#playstoreitunes {
        padding-top: 10px;
        width: 110px !important;
    }
}

@media (max-width: 320px) {
    .app {
        font-size: 25px !important;
    }

    .app img {
        border-radius: 10px !important;
        margin-left: 32% !important;
    }

    img#playstore {
        border: 1px solid #ffffff78;
        width: 110px !important;
    }

    img#playstoreitunes {
        padding-top: 10px;
        width: 110px !important;
    }
}

@media (max-width: 280px) {
    .app {
        font-size: 25px !important;
    }

    .app img {
        border-radius: 10px !important;
        margin-left: 29% !important;
    }

    img#playstore {
        border: 1px solid #ffffff78;
        width: 110px !important;
    }

    img#playstoreitunes {
        padding-top: 10px;
        width: 110px !important;
    }
}


/* app */

.app {
    text-align: center;
    margin-top: 50px;
    font-size: 30px;
    /* margin-bottom: 300px; */
}

p.dlapp {
    font-family: 'Dancing Script', cursive;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #fff;
}

.app img {
    /*      width: 180px !important; */
    border-radius: 10px !important;
    margin-left: 45.9%;
}

img#playstore {
    border: 1px solid #ffffff78;
    width: 150px;
}

img#playstoreitunes {
    padding-top: 10px;
    width: 150px;
}

.work {
    margin-top: 60px;
    margin-bottom: 3em;
}

.work a {
    font-size: 30px;
    color: #fefefe;
    font-family: 'BenchNine', sans-serif !important;
    letter-spacing: 1.5px;
    border: 2px solid #fff !important;
    padding: 10px 40px;
    text-decoration: none;
}

.work a:hover {
    background-color: #222;
    color: #FFD580;
    border-color: #ffffff;
}