@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@100..900&family=Poetsen+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans HK", sans-serif;
    /* background-image: url(../img/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; */
}

h2 {
    font-weight: 900;
    color: #014993;

}

p {
    text-align: justify;
}

.desktop {
    width: 1137px;
    margin: 0 auto;
}

/* .desktop {
    display: block;
}

.mobile {
    display: none;
} */

.qna_title {
    text-align: center;
    margin-bottom: 20px;
}

.qnaphoto {
    width: 300px;
    padding-right: 10px;
    padding-bottom: 50px;
}

.qnaphoto img {
    border-radius: 500px;
    width: 300px;
}

.qnacontent {
    padding-left: 50px;
}

.qna {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.qnaphoto_2 {
    width: 300px;
    padding-left: 10px;
    padding-bottom: 50px;
}

.qnaphoto_2 img {
    border-radius: 500px;
    width: 300px;
}

.qnacontent_2 {
    padding-right: 50px;
}

.qna_2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.product {
    display: flex;
}

.product_item {
    width: 30%;
    text-align: center;
    border-radius: 12px;
    /* border: 1px solid #898989; */
    transition: 0.7s;
    padding: 12px;
    margin-bottom: 50px;
}

.product_item img {
    height: 220px;
}

.product_item span {
    background-color: #CDDC39;
    color: rgb(0, 0, 0);
    border-radius: 100px;
    font-size: 16px;
    padding: 6px 20px;
    transition: 0.7s;
}

.product_item span:hover {
    background-color: rgb(0, 0, 0);
    color: #CDDC39;
}

.product_item:hover {
    scale: 1.1;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.item_description {
    padding-bottom: 20px;
}

a {
    text-decoration: none;
    font-weight: 600;
}

.item_name {
    padding-bottom: 20px;
}

.item_description {
    padding-top: 20px;
}

.interview {
    text-align: center;
    font-size: 30px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding: 15px 0px;
    border-radius: 50px;
    margin: 0 auto;
    transition: 0.7s;
    letter-spacing: 10px;
}





.buyitnow {
    margin: 100px 0;
    text-align: center;
}

.buyitnow span {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 12px;

}

.buyitnow img {
    width: 20px;
}

.banner img {
    width: 1137px;
    display: block;
    margin: 0 auto;
}

.maincontent {
    display: block;
    text-align: center;
    margin: 50px 0;
}

.maincontent p {
    font-size: 16px;
    text-align: center;

}


.chumslogo {
    width: 160px;
    height: auto;
    margin: 100px auto 50px;
    text-align: center;
}

#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);
}

.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;
}


.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);
}

#btn-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    padding: 0px;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
}

ol,
ul {
    padding-left: 0rem !important;
}

footer {
    background: #ffffff;
    color: #898989;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;

}

iframe {
    width: 80%;
}

/* Mobile Responsive 1000px */
@media only screen and (max-width: 1000px) {

    /* .desktop {
        display: none;
    } */

    .desktop {
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
    }

    .banner {
        width: 100%;
    }

    .banner {
        padding-top: 0px;
    }

    .qna {
        display: flex;
        flex-direction: row;
        align-items: unset;
    }

    .qna_2 {
        display: flex;
        flex-direction: row;
        align-items: unset;
    }

    .banner img {
        width: 100%;
    }

    .qnaphoto img {
        border-radius: 500px;
        width: 220px;
    }

    .qnaphoto_2 img {
        border-radius: 500px;
        width: 220px;
    }

    .qnacontent_2 {
        padding-right: 0;
        text-align: right;
    }

    .qnacontent {
        padding-left: 0;
        text-align: left;
    }

    .product_item {
        width: 22%;
    }

    .maincontent {
        text-align: center;
        margin: 50px auto;
        width: 65%;
    }

    .intro img {
        width: 50%;
    }

    .mid_1 img {
        width: 100%;
    }

    .mid_1 p {
        width: 65%;
        margin: 22px auto;
    }

    .city_1,
    .city_2,
    .city_3 {
        width: 100%;
        display: block;
    }

    .city_1 img {
        width: 100%;
    }

    .city_2 img {
        width: 100%;
    }

    .city_3 img {
        width: 100%;
    }

    .bigtext_1,
    .bigtext_2 {
        width: 80%;
        margin: 100px auto 0;
    }

    .tee,
    .tee2 {
        width: 458px;
    }

    .tee3 {
        width: 100%;
    }

    .intro p {
        width: 50%;
    }
}

@media only screen and (max-width:500px) {

    h2 {
        font-size: 26px;
        color: #014993;
    }



    .desktop {
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
    }

    .qnaphoto img {
        border-radius: 500px;
        width: 70%;
    }

    .qnacontent p {
        padding-left: 0px;
        padding-right: 30px;

        font-size: 15px;
    }

    .qnaphoto_2 img {
        border-radius: 500px;
        width: 70%;
    }

    .qnacontent_2 p {
        padding-right: 0px;
        padding-left: 30px;

        font-size: 15px;
    }

    .maincontent {
        width: 85%;
    }

    .product_item {
        width: 80%;
    }

    .item_description {
        width: 80%;
        margin: 0 auto;
    }

    .product_item:hover {
        scale: 1;
    }

    .product {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mid_1 p {
        width: 85%;
        font-size: 16px;
    }

    .city_1,
    .city_2 {
        align-items: center;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .city_3 {
        width: 100%;
        display: block;

        float: left;
    }

    .tee,
    .tee2,
    .tee3 {
        width: 85%;
    }

    .tee4 {
        margin: 0px;
        width: 49.5%;
    }

    .bigtext_1,
    .bigtext_2 {
        width: 100%;
        margin: 100px auto 0;
    }

    .more {
        width: 100%;
    }

    .more img {
        width: 80%;
    }

    iframe {
        width: 80%;
    }
}

@media only screen and (max-width:390px) {
    h2 {
        font-size: 22px;
        color: #014993;
    }

    .tee4 {
        margin: 0px;
        width: 49.4%;
    }

    .intro p {
        width: 80%;
    }

    span {
        font-size: 40px;
    }

    .bigtext_1,
    .bigtext_2 {
        width: 80%;
    }

    .intro img {
        width: 80%;
    }

    .banner {
        padding-top: 50px;
    }

}