@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@100..900&family=Poetsen+One&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans HK", sans-serif;
}

h4 {
    font-size: 34px;
    text-align: justify;
    color: white;
}

/* h4 span {
    color: #B71B30;
    background-color: white;
    text-shadow: -5px -5px 0 rgb(255, 255, 255), 5px -5px 0 rgb(255, 255, 255), -5px 5px 0 rgb(255, 255, 255), 5px 5px 0 rgb(255, 255, 255);
    font-size: 100px;
} */
h4 span {
    font-weight: 900;
    color: #B71B30;
    background-color: white;
    border-color: white;
    font-size: 40px;
    border-radius: 5px;
    letter-spacing: -1px;
    padding: 0 14px;
}

h5 {
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    color: white;
}

.bg {
    background-image: url(/resources/img/bg.png);
}

.bigcontainer {
    width: 1240px;
    margin: 0 auto;
}

.container {
    width: 1200px;
    position: relative;
    background-color: #FFF9A9;
    border: 20px solid #B71B30;

}

.container img {
    width: 120px;
    position: relative;
    top: 20px;
    left: 20px;
}

.banner img {
    position: absolute;
    width: 1180px;
}

.content {
    background-color: #B71B30;
    margin-top: 390px;
    height: 500px;
    padding-top: 250px;
    padding-left: 570px;
    padding-right: 90px;
}

.content img {
    width: 150px;
    vertical-align: super;
}

.tap {
    position: absolute;
    top: 840px;
    left: 20px;
}

.tap img {
    width: 400px;
    top: 140px;
    left: 60px;
}

.demo {
    width: 1200px;
    background-color: #FFF9A9;
    border: 20px solid #B71B30;
}

.demo img {
    width: 1200px;
}

.demophoto {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    background-color: #B71B30;
    border: 20px solid #B71B30;
}

.demophoto img {
    margin: 0 auto;
    width: 400px;
    display: inline;
}

.youtube {
    background-color: #B71B30;
    width: 1240px;
    text-align: center;
    height: 840px;
}

.youtube_mobile {
    display: none;
}

.shopcontent {
    width: 1240px;
    margin: 0 auto;
    text-align: center;
    padding-top: 60px;
}


.shopcontent .shoplocation {
    font-size: 40px;
    font-weight: 800;
    color: #B71B30;
    display: flex;
    align-items: center;
}


.shoplocation::before,
.shoplocation::after {
    flex: 1;
    content: '';
    padding: 1px;
    background-color: #B71B30;
    margin: 85px 40px;
}



.shopwrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.shop {
    width: 460px;
    padding: 20px;
    position: relative;
    text-align: left;
    float: left;
    height: 100px;
}

.shop a {
    text-decoration: none;
    position: relative;
}

.shop a span {
    position: absolute;
    display: none;
    z-index: 99;
    transform: scale(0);
    overflow: hidden;
}

.shop a:hover span {
    display: block;
    transform: translate(0%, -100%) scale(1.0);
}

.shop h2 {
    font-size: 26px;
    color: #B71B30;
}

.shop p {
    font-size: 22px;
    letter-spacing: 0px;
}

.button {
    border: none;
    color: white;
    width: 228px;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 14px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button1 {
    background-color: white;
    color: black;
    border: 2px dashed #5B3413;
}

.button1:hover {
    background-color: #5B3413;
    color: white;
}

iframe {
    margin-top: 20px;
    border: none;
}


.socialmedia {
    margin-top: 50px;
    width: 100%;
    height: 100px;
}

.socialmedia ul {
    display: flex;
    justify-content: center;
}

.socialmedia li {
    width: 40px;
    list-style: none;
    margin: 0 30px;
    transition: 0.3s;
}

.socialmedia li:hover {
    transform: translatey(-3px);
}

.logo2 img {
    width: 400px;
}

#btn-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    padding: 0px;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
}

#myBtn {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 1000;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #ffffff00;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    transition: 0.7s;
}

#myBtn:hover {
    background-color: #ffffff00;
    transform: scale(1.2);
}



ol,
ul {
    padding-left: 0rem !important;
}

footer {
    color: #898989;
    margin-bottom: 50px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;

}

@media screen and (max-width: 1024px) {
    .bg {
        overflow: hidden;
    }

    .bigcontainer {
        width: 1024px;
        margin: 0 auto;
    }

    .container {
        width: 984px;
        position: relative;
        background-color: #FFF9A9;
        border: 20px solid #B71B30;
    }

    .container img {
        width: 50px;
    }

    .banner img {
        position: absolute;
        width: 970px;
    }

    .content {
        background-color: #B71B30;
        margin-top: 390px;
        height: 340px;
        padding-top: 190px;
        padding-left: 450px;
        padding-right: 30px;
    }

    .content img {
        width: 130px;
    }

    h4 {
        font-size: 29px;
        text-align: justify;
        color: white;
    }

    h4 span {
        font-weight: 900;
        color: #B71B30;
        background-color: white;
        border-color: white;
        font-size: 35px;
        border-radius: 5px;
        letter-spacing: -1px;
        padding: 0px 12px;
    }

    .tap {
        top: 650px;
        left: 0px;
    }

    .tap img {
        width: 300px;
    }

    .spacefor800 {
        position: absolute;
        left: 0px;
    }

    .demo {
        width: 984px;
    }

    .demo img {
        width: 990px;
    }

    .demophoto {
        width: 984px;
    }

    .demophoto img {
        width: 328px;
    }

    .youtube {
        width: 1024px;
    }

    .youtube iframe {
        width: 984px;
    }

    .youtube_mobile {
        display: none;
    }

    .shopcontent {
        width: 984px;
    }

    .shop p {
        font-size: 19px;
        letter-spacing: -1px;
    }

    .shop {
        width: 400px;
        padding: 15px;
        padding-right: 0;
    }

    .shopwrapper {
        width: 830px;
    }
}

@media screen and (max-width: 768px) {


    .bigcontainer {
        width: 768px;
        margin: 0 auto;
    }

    .container {
        width: 728px;
        position: relative;
        background-color: #FFF9A9;
        border: 20px solid #B71B30;
    }

    h4 {
        font-size: 28px;
    }

    .banner img {
        width: 720px;
    }

    .content {
        margin-top: 270px;
        height: 340px;
        padding-top: 190px;
        padding-left: 230px;
    }

    .tap {
        top: 480px;
        left: -40px;
    }

    .tap img {
        width: 200px;
    }

    .demo {
        width: 728px;
    }

    .demo img {
        width: 730px;
    }

    .demophoto {
        width: 728px;
    }

    .demophoto img {
        width: 243px;
    }

    .youtube {
        width: 768px;
    }

    .youtube iframe {
        width: 728px;
    }

    .youtube_mobile {
        display: none;
    }

    .shopcontent {
        width: 768px;
    }

    .logo2 img {
        width: 360px;
        margin-bottom: 20px;
    }

    .shop p {
        font-size: 16px;
        letter-spacing: -1px;
    }

    .shop {
        width: 320px;
        height: 80px;
    }

    .shop h2 {
        font-size: 22px;
    }

    .shopwrapper {
        width: 670px;
    }
}

@media screen and (max-width: 430px) {

    .bigcontainer {
        width: 430px;
        margin: 0 auto;
    }

    .container {
        width: 390px;
        position: relative;
        background-color: #FFF9A9;
        border: 20px solid #B71B30;
    }

    .banner img {
        width: 370px;
    }

    .content {
        margin-top: 118px;
        height: 270px;
        padding-top: 100px;
        padding-left: 20px;
    }

    .tap {
        display: none;
    }

    h4 {
        font-size: 20px;
        text-align: justify;
        color: white;
    }

    h4 span {
        font-weight: 900;
        color: #B71B30;
        background-color: white;
        border-color: white;
        font-size: 26px;
        border-radius: 5px;
        letter-spacing: -1px;
        padding: 0px 8px;
    }

    h5 {
        font-size: 12px;
    }

    .demo {
        width: 390px;
    }

    .demo img {
        width: 400px;
    }

    .demophoto {
        width: 390px;
        display: flex;
        flex-direction: column;
    }

    .demophoto img {
        width: 100%;
    }

    .youtube {
        width: 425px;
        display: none;
    }

    .youtube iframe {
        width: 388px;
    }

    .youtube_mobile {
        background-color: #B71B30;
        text-align: center;
        width: 430px;
        height: 840px;
        display: block;
    }

    .youtube_mobile iframe {
        width: 390px;
    }

    .shopcontent {
        width: 400px;
    }

    .logo2 img {
        width: 300px;
        margin-bottom: 20px;
    }

    .shoplocation::before,
    .shoplocation::after {
        flex: 1;
        content: '';
        padding: 1px;
        background-color: #B71B30;
        margin: 65px 40px;
    }

    .shopcontent .shoplocation {
        font-size: 30px;
    }

    .shop {
        width: 180px;
        padding-left: 15px;
        height: 100px;

    }

    .shop p {
        font-size: 14px;
        letter-spacing: 1px;
    }

    h2 {
        font-size: 14px;
    }

    .shopwrapper {
        width: 400px;
    }

    .shop h2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 425px) {

    .bigcontainer {
        width: 425px;
        margin: 0 auto;
    }

    .container {
        width: 385px;
        position: relative;
        background-color: #FFF9A9;
        border: 20px solid #B71B30;
    }

    .banner img {
        width: 370px;
    }

    .content {
        margin-top: 118px;
        height: 270px;
        padding-top: 100px;
        padding-left: 20px;
    }

    .tap {
        display: none;
    }

    h4 {
        font-size: 20px;
        text-align: justify;
        color: white;
    }

    h4 span {
        font-weight: 900;
        color: #B71B30;
        background-color: white;
        border-color: white;
        font-size: 26px;
        border-radius: 5px;
        letter-spacing: -1px;
        padding: 0px 8px;
    }

    h5 {
        font-size: 12px;
    }

    .demo {
        width: 385px;
    }

    .demo img {
        width: 400px;
    }

    .demophoto {
        width: 385px;
        display: flex;
        flex-direction: column;
    }

    .demophoto img {
        width: 100%;
    }

    .youtube {
        width: 425px;
        display: none;
    }

    .youtube iframe {
        width: 388px;
    }

    .youtube_mobile {
        background-color: #B71B30;
        text-align: center;
        width: 425px;
        height: 840px;
        display: block;
    }

    .youtube_mobile iframe {
        width: 388px;
    }

    .shopcontent {
        width: 400px;
    }

    .logo2 img {
        width: 300px;
        margin-bottom: 20px;
    }

    .shoplocation::before,
    .shoplocation::after {
        flex: 1;
        content: '';
        padding: 1px;
        background-color: #B71B30;
        margin: 65px 40px;
    }

    .shopcontent .shoplocation {
        font-size: 30px;
    }

    .shop {
        width: 180px;
        padding-left: 15px;

    }

    .shop p {
        font-size: 14px;
        letter-spacing: 1px;
    }

    h2 {
        font-size: 14px;
    }

    .shopwrapper {
        width: 400px;
    }
}

@media screen and (max-width: 390px) {
    .bigcontainer {
        width: 390px;
        margin: 0 auto;
    }

    .container {
        width: 350px;
        position: relative;
        background-color: #FFF9A9;
        border: 20px solid #B71B30;
    }

    .container img {
        width: 50px;
        top: 6px;
        left: 5px;
    }

    .banner img {
        width: 330px;
        top: 10px;
        /* left: 0; */
    }

    .content {
        margin-top: 88px;
        height: 270px;
        padding-top: 90px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .tap {
        display: none;
    }

    h5 {
        font-size: 11px;
    }

    h4 {
        font-size: 20px;
    }

    .demo img {
        width: 340px;
    }

    .demo {
        width: 350px;
    }

    .demophoto {
        width: 350px;
    }

    .youtube iframe {
        width: 388px;
    }

    .youtube_mobile {
        background-color: #B71B30;
        text-align: center;
        width: 390px;
        height: 840px;
        display: block;
    }

    .youtube_mobile iframe {
        width: 350px;
    }

    .shopcontent {
        width: 375px;
        padding-top: 30px;
    }

    .shop {
        width: 140px;
        padding-left: 15px;
        height: 120px;
    }

    .logo2 img {
        width: 260px;
        margin-bottom: 20px;
    }

    .shopwrapper {
        width: 310px;
    }

    .shop h2 {
        font-size: 14px;
    }

    h2 {
        font-size: 16px;
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 375px) {
    .bigcontainer {
        width: 375px;
        margin: 0 auto;
    }

    .container {
        width: 335px;
        position: relative;
        background-color: #FFF9A9;
        border: 20px solid #B71B30;
    }

    .container img {
        width: 50px;
        top: 6px;
        left: 5px;
    }

    .banner img {
        width: 330px;
        top: 10px;
        /* left: 0; */
    }

    .content {
        margin-top: 88px;
        height: 270px;
        padding-top: 90px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .tap {
        display: none;
    }


    h5 {
        font-size: 11px;
    }

    h4 {
        font-size: 18px;
    }

    h4 span {
        font-weight: 900;
        color: #B71B30;
        background-color: white;
        border-color: white;
        font-size: 23px;
        border-radius: 5px;
        letter-spacing: -1px;
        padding: 0px 6px;
    }

    .demo img {
        width: 340px;
    }

    .demo {
        width: 335px;
    }

    .demophoto {
        width: 335px;
    }

    .youtube iframe {
        width: 388px;
    }

    .youtube_mobile {
        background-color: #B71B30;
        text-align: center;
        width: 375px;
        height: 840px;
        display: block;
    }

    .youtube_mobile iframe {
        width: 335px;
    }

    .shopcontent {
        width: 375px;
        padding-top: 30px;
    }

    .shop {
        width: 140px;
        padding-left: 15px;
    }

    .logo2 img {
        width: 260px;
        margin-bottom: 20px;
    }

    .shopwrapper {
        width: 310px;
    }

    h2 {
        font-size: 16px;
        letter-spacing: 1px;
    }
}