@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;
}

.desktop {
    width: 1137px;
    margin: 0 auto;
}



    .banner {
        width: 100%;
        padding-top: 0px;
    }

.banner img {
    width: 1137px;
    height: auto;
    display: block;
    margin: 0 auto;
}

span {
    font-size: 70px;
    font-weight: 800;
    font-family: "Gabarito", sans-serif;
    display: block;
    text-align: center;

}

.bigtext_1 span {
    margin: 50px 0;
    padding: 30px 0;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    text-transform: uppercase;
    animation: glow 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 5px ##efe939, 0 0 5px ##efe939, 0 0 5px ##efe939, 0 0 5px ##efe939, 0 0 5px ##efe939;
    }

    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #fff93e, 0 0 5px #fff93e, 0 0 10px #fff93e, 0 0 5px #fff93e, 0 0 5px #fff93e, 0 0 5px #fff93e;
    }
}

.bigtext_1 img {
    margin: 50px 0;
}

.bigtext_1 {
    width: 80%;
    margin: 150px auto 0;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    border-radius: 110px;
    transition: 0.5s;
}

.bigtext_1:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}



.bigtext_2 span {
    margin: 50px 0;
    padding: 30px 0;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    text-transform: uppercase;
    animation: glow 1.5s ease-in-out infinite alternate;
}



.bigtext_2 img {
    margin: 50px 0;
}

.bigtext_2 {
    width: 80%;
    margin: 150px auto 0;
}




.bigtext3 span {
    margin: 50px 0;
    font-size: 30px;
}

.bigtext3 img {
    margin: 50px 0;
}

.bigtext3 {
    margin-top: 150px;
}

.intro,
.mid_1 {
    width: 100%;
    height: auto;
    text-align: center;
}
.intro{
    margin-top: 50px;
    width: 100%;
    height: auto;
}
.intro img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.intro p {
    width: 80%;
}

.mid_1 p {
    font-size: 22px;
    margin-top: 22px;
}

.more {
    margin: 50px 0;
    display: block;
    text-align: center;
}

.more img {
    width: 400px;
    transition: 0.7s;
}

.more img:hover {
    transform: scale(1.1);
}


.city_1 {
    margin-top: 50px;
    display: block;
    text-align: center;
}

.city_1 a {
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 4px;
    color: #05B9BA;
    ;
}

.city_1 img {
    width: 370px;
    transition: 0.7s;
    margin: 0 auto;
}

.city_1 img:hover {
    transform: scale(1.1);
}

.city_2 {
    margin-top: 50px;
    display: block;
    text-align: center;
}

.city_2 a {
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 4px;
    color: #05B9BA;
    ;
}

.city_2 img {
    width: 370px;
    transition: 0.7s;
    margin: 0 auto;
}

.city_2 img:hover {
    transform: scale(1.1);
}


.city_3 {
    margin-top: 50px;
    display: block;
    text-align: center;
}

.city_3 a {
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 4px;
    color: #05B9BA;
    ;
}

.city_3 img {
    width: 280px;
    transition: 0.7s;
}

.city_3 img:hover {
    transform: scale(1.1);
}




.tee {
    border: 1px solid #000000;
    width: 520px;
    display: flex;
    float: left;
    flex-direction: column;
    padding: 40px 20px;
}

.tee b {
    padding: 20px 0px 0px 0px;
    font-size: 20px;
}

.tee2 {
    border: 1px solid #000;
    width: 560px;
    display: block;
    float: left;
    padding: 20px 0;
}

.tee3 {
    border: 1px solid #000000;
    width: 1120px;
    display: block;
    float: left;
    padding: 20px 0;
}

.tee4 {
    border: 1px solid #3eb7b2;
    width: 280px;
    display: block;
    float: left;
}



.maincontent {
    display: block;
    text-align: center;
    margin: 50px 0;
}

.maincontent p {
    font-size: 16px;
}


.chumslogo {
    width: 100px;
    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;

}

.section{
    width: 100%;
    height: auto;
    margin: 50px 0px;
}
.section img{
    width: 100%;
    height: auto;
}
.section_video {
    background-color: #5B3413;
    margin: 0 auto;
    width: 800px;
    height: 450px;
    padding: 80px 169px 40px;
}
.section_video h3 {
    color: #ffffff;
    text-align: center;
    font-size: 36px;
    margin-top: -50px;
    padding-bottom: 20px;
}
.section_video iframe {
        width: 800px;
        height: 421px;
    }
.title{
    width: 100%;
    height: auto;
    margin-top: 80px;
    text-align: center;
}
.title img{
    width: 50%;
    height: auto;
}
@media only screen and (max-width: 1024px) {
    .banner img {
    width: 100%;
    }
    .desktop{
        width: 100%;
    }
    .section_video {
    width: 67%;
    }
    .tee3 {
    width: 99.8%;
    }
    .tee2 {
    width: 510px;
    }
}
/* Mobile Responsive 1000px */
@media only screen and (max-width: 1000px) {



    .banner {
        width: 100%;
    }

    .banner img {
        width: 100%;
    }

    .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:768px) {
.section_video{
    width: 56%;
}
.tee2 {
        width: 382px;
    }
        .tee3 {
        width: 50%;
    }
    .section_video h3 {
    font-size: 29px;
    }
    .section_video iframe{
        width: 400px;
        height: 281px;
    }
    .section_video {
        
    height: 320px;
    }
    .section {
    margin: 40px 0px;
}
}
@media only screen and (max-width:500px) {

        .section {
        margin: 20px 0px;
    }
    .section_video {
        width: 100%;
    }
    .title img {
    width: 90%;
    height: auto;
}
    .intro img {
        width: 100%!important;
    }
.section_video {
    padding: 80px 0px 40px;
    text-align: center;
}

    .maincontent {
        width: 85%;
    }

    .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%;
    }
}

@media only screen and (max-width:390px) {
    .section {
    margin: 20px 0px;
}
        .section_video iframe {
        width: 390px;
        height: 281px;
    }
    .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;
    } */

}

@media only screen and (max-width:375px) {
    .section_video iframe {
        width: 360px;
        height: 281px;
    }
    .section {
    width: 100%;
    height: auto;
    margin: 20px 0px;
}
}