@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@font-face {
    font-display: block;
    font-family: Roboto;
    src: url(https://assets.sendinblue.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/normal/normal/25c678feafdc175a70922a116c9be3e7.woff) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: Roboto;
    font-weight: 600;
    src: url(https://assets.sendinblue.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/medium/normal/71501f0d8d5aa95960f6475d5487d4c2.woff) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: Roboto;
    font-weight: 700;
    src: url(https://assets.sendinblue.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/bold/normal/ece3a1d82f18b60bcce0211725c476aa.woff) format("woff")
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; } 
html { line-height: 1; }
ol, ul { list-style: none; } 
table { border-collapse: collapse; border-spacing: 0; } 
caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; } 
q, blockquote { quotes: none; } 
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; } 
a img { border: none; } 
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } 
.wapperBOX header img, .wapperBOX section.stepBOX ul.noteul2 li div img, .wapperBOX section .notetext img { border: 0; display: block; width: 100%; height: auto; } 
html, body { width: 100%; min-height: 100%; font-family: "Noto Sans", "Microsoft JhengHei"; background: #fff; } 
.noborder { box-shadow: none !important; } 
.wapperBOX { width: 100%; overflow: hidden; max-width: 480px; margin: 0 auto; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } 
.wapperBOX:after { content: " "; display: block; clear: both; } 
.wapperBOX header { width: 100%; float: left; } 
.wapperBOX section { width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } 
.wapperBOX section span.bluetext {
    color: #009999;
}
.wapperBOX section span.yellowtext {
    color: #ffc500;
}
.wapperBOX section span.redtext {
    color: #e60a0f;
}
.wapperBOX section span.notetext {
    font-family: 'Noto Sans TC',
        sans-serif;
    color: #eeeeee;
    font-size: 14px;
    font-weight:300;
    line-height: 1.3rem;
}
.wapperBOX section span.graytext {
    font-family: 'Noto Sans TC',
        sans-serif;
    color: #666666;
    font-size: 14px;
    font-weight: 300;
}
.wapperBOX section span.sblacktext {
    font-family: 'Noto Sans TC',
        sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight:700;
}
.wapperBOX section span.redfont19b {
    font-family: 'Noto Sans TC',
        sans-serif;
    font-size: 19px;
    color: #e60a0f;
    font-weight:700;
}
.wapperBOX section.activeBOX div.mt30 { margin-top: 30px; display: block; } .wapperBOX img { width: 100%; }
.hero__scroll {
     font-family: 'Noto Sans TC',
     sans-serif;
     font-weight: 300;
     font-size: 14px;
    position: absolute;
    bottom: 2%;
    width: 22.5%;
    margin: auto;
    display: block;
    cursor: pointer;
    padding-bottom: 40px;
    left: 0;
    right: 0;
    color: #fff;
}

.hero__scroll .chevron {
    margin-left: 40%;
    display: block;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    color: #ffffff;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.octocat {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
}

.octocat img {
    display: block;
    width: 100%;
}

.chevron::before {
    border-style: solid;
    border-width: 0.25em 0.25em 0 0;
    content: '';
    display: inline-block;
    height: 10px;
    position: relative;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: top;
    width: 10px;
}

.chevron.right:before {
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.chevron.bottom:before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.chevron.left:before {
    left: 0.25em;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.wapperBOX section.activeBOX .header{
    clear: both;
    position: relative;
    padding: 0;
    font-size: 0;
    background:url('../images/header_bg.jpg') no-repeat;
    background-size: cover;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wapperBOX section.activeBOX .header_kv {
    width: 100%;
    margin:auto;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wapperBOX section.activeBOX .header_kv img{width: 100%;}
.wapperBOX section.activeBOX .header_pig {
        position: absolute;
        right: 1.5%;
        bottom: 24%;
        width: 21%;
}


.wapperBOX section.activeBOX .main_btn {
    display: flex;
    flex-direction: row;
    padding:3%;
    top: -8.5%;
    position: absolute;
}
.wapperBOX section.activeBOX .main_btn a {
    margin: 0 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-filter:drop-shadow(0px 0px 5px #eeeeee);
}

/*點數加倍送*/
.wapperBOX section.activeBOX .block2 {
    background:#e60a0f url(../images/bg.jpg) repeat;
    background-size: cover;
    display: block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wapperBOX section.activeBOX .block2 .block2_content {
    width: 80%;
    margin: 0 auto;
    padding:5% 0;
}
.wapperBOX section.activeBOX .block2 .block2_content .block-title {
    width: 40%;
    margin: 0 auto 1rem auto;
    display: block;
}
.wapperBOX section.activeBOX .block2 .event-date-title {
    width: 33%;
    margin: 6% 0 1% 0;
    display: block;
}
.wapperBOX section.activeBOX .block2 .event-date-text {
    font-family: 'Noto Sans TC',
    sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 1.5rem;
    margin: 0;
    text-align: center;
    letter-spacing: 1px;
}
/*活動banner*/
.event-banner-wrapper {
    display: block;
    position: relative;
    margin:5% auto 0 auto;
    padding: 6% 5% 5% 5%;
    width: 100%;
    background: #fff;
    border: 5px solid #00494f;
    border-radius: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 20px 20px rgba(0, 0, 0, .08);
    transition: all .25s cubic-bezier(.02, .01, .47, 1);
}


.event-banner-title {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
    box-sizing: border-box;
    padding: 0px 10px 0 0px;
    margin: 0;
    height: 40px;
    line-height: 40px;
    font-family: 'Noto Sans TC',
    sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #ffffff;
    background: #00494f;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
    border-radius: 0 5px 5px 0;
}

.event-banner-title:before {
    position: absolute;
    content: '';
    top: 0;
    left: -12px;
    border: none;
    height: 48px;
    width: 12px;
    background: #00494f;
    border-radius: 5px 0 0 5px;
}

.event-banner-title:after {
    position: absolute;
    content: '';
    bottom: -7px;
    left: -10px;
    border: none;
    height: 7px;
    width: 5px;
    background: #00262a;
    border-radius: 5px 0 0 5px;
}
.event-banner-text {
    font-family: 'Noto Sans TC',
        sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #333333;
    display: block;
    text-align: center;
    margin: 0 auto 5px auto;
}
.highest-num{
    font-family: 'Noto Sans TC',
    sans-serif;
    font-weight: 500;
    text-align: center;
    color: #e60a0f;
    font-size: 1.5rem;
    display: block;
    margin:0 auto 3% auto;
    letter-spacing: 0.1rem;
}
.brand-text{
    font-family: 'Noto Sans TC',
    sans-serif;
    color: #666666;
    font-size: 14px;
    line-height: 1.3rem;
    font-weight: 300;
    text-align: center;
    margin: auto;
}
/*活動搶先看btn*/
.btn-square-pop {
    width: 35%;
    font-family: 'Noto Sans TC',
    sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    display: block;
    padding: 0.5em 0.5em;
    margin: 3% auto 0 auto;
    text-decoration: none;
    color: #00494f;
    background: #ffd000;
    border-bottom: solid 2px #c8a300;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.btn-square-pop:active {
    border-bottom: solid 2px #ffd000;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn-square-pop:hover{
    color: #FFF;
    text-decoration: none;
    box-shadow: 0 1px 8px rgba(58, 51, 53, 0.4);
}

.wapperBOX section.activeBOX .block2 ul li{
    font-family: 'Noto Sans TC',
    sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0 0 2% 0;
    text-align: left;
}
.wapperBOX section.activeBOX .block2 .num-img{display: inline-block;width: 4.7%; vertical-align: middle;}
.wapperBOX section.activeBOX .block2 b {
    font-family: 'Noto Sans TC',
        sans-serif;
    font-weight: 700;
}
.wapperBOX section.activeBOX .block2 .mobile-step-block{
    background: #ffffff;
    width: 100%;
    display: block;
    padding: 5% 0;
    border-radius: 10px;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wapperBOX section.activeBOX .block2 .mobile-step-block .mobile-step-title {
    position: absolute;
    top: -8%;
    left: 5%;
    width: 90%;
    display: block;
    margin:auto;
}
.wapperBOX section.activeBOX .block2 .mobile-step-block .step-title {
    width: 50%;
    display: block;
    margin:  0 auto;
}
.wapperBOX section.activeBOX .block2 .mobile-step-block .step-title img{width: 100%; }
.wapperBOX section.activeBOX .block2 .mobile-step-block .step-text {
     font-family: 'Noto Sans TC',
     sans-serif;
    font-size: 16px;
    line-height: 1.5rem;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
    color: #333333;
}
/* .uk-position-small[class*=uk-position-center-left] {
    transform: translate(-30%,0) ;
}
.uk-position-small[class*=uk-position-center-right] {
    transform: translate(30%, 0);
}
*+.uk-margin {
    margin-top: 0px !important;
}
.uk-cover {
    max-width: none;
    position: absolute;
    left: 50%;
    top: 51.5%;
    padding: 35px;
    transform: translate(-50%, -50%);
}

.uk-slideshow-items {
    height: 530px;
} */
/*輪播*/
.mobile-step-slider {
    width: 80%;
    margin: 15% auto;
}

.slick-slide {
    height: auto;
}

.slick-next:before,
.slick-prev:before {
    color: #333333;
}

.mobile-step-slider .pic_01,
.mobile-step-slider .pic_02,
.mobile-step-slider .pic_03,
.mobile-step-slider .pic_04,
.mobile-step-slider .pic_05 {

    width: 80%;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.mobile-step-slider .Title {
    text-align: center;
    padding: 0px 0px;
    margin: 16px;
    display: block;
    margin-top: 0;
    width: 100%;
    margin-left: 0px;
    color: #333333;
}

.mobile-step-slider .step-title {
    width: 25%;
    display: block;
    margin: 0 auto;
}

.mobile-step-slider .step-title img {
    width: 100%;
}

.mobile-step-slider .step-text {
    font-family: 'Noto Sans TC',
        sans-serif;
    font-size: 16px;
    line-height: 1.5rem;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
    color: #000000;
}

.slick-dots {
    bottom: -7%;
}
.wapperBOX section.activeBOX .block2 .block2-notice-block {
    display: block;
    margin: 30px auto 0 auto;
    width: 90%;
}
.wapperBOX section.activeBOX .block2 .block2-notice-block img.notice-img{width: 80%; display: block;}
.wapperBOX section.activeBOX .block2 .block2-notice-block ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.wapperBOX section.activeBOX .block2 .block2-notice-block ul li {
    font-family: 'Noto Sans TC',
    sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding: 0;
    margin: 10px 0px;
    color: #333;
    line-height: 1.5rem;
    text-align: left;
}

.wapperBOX section.activeBOX .block2-notice-block ul li a {
    color: #fff100;
    text-decoration: underline;
}
.wapperBOX section.activeBOX .block2-bottom {
    width: 100%;
    font-size: 0;
}

.wapperBOX section.activeBOX .block2-bottom img{font-size: 0; display: block;}
/*FB*/
.btn-social-long-facebook { 
    font-family: 'Balsamiq Sans',
    cursive;
    font-weight: 400;
    color: #FFF;
    border-radius: 7px;
    display: inline-block;
    
    width: 48%;
    text-align: center;
    font-size: 20px;
    
    background: #1777f2;
    text-decoration: none;
    margin: 8% 2% 8% 0;
    vertical-align: top;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.btn-social-long-facebook .fa-facebook-f {
    text-shadow: 2px 2px 1px #224282;
    font-size: 26px;
    line-height: 1.5;
}

.btn-social-long-facebook span {
    display: inline-block;
    transition: .5s;
    vertical-align: text-top;
    line-height: 1;
}

.btn-social-long-facebook:hover span {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
}

/*IG*/
.btn-social-long-insta {
    font-family: 'Balsamiq Sans',
    cursive;
    font-weight: 400;
    color: #FFF;
    border-radius: 7px;
    position: relative;
    display: inline-block;
    line-height: 1.1rem;
    width: 48%;
    text-align: center;
    font-size: 20px;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    overflow: hidden;
    text-decoration: none;
    margin: 8% 0;
    vertical-align: top;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.btn-social-long-insta:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.btn-social-long-insta .fa-instagram {
    font-size: 26px;
    position: relative;
    line-height: 1.5;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.btn-social-long-insta span {
    display: inline-block;
    position: relative;
    vertical-align: text-top;
    line-height: 1;
    transition: .5s
}

.btn-social-long-insta:hover span {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
}

/*download*/
.wapperBOX section.activeBOX a.dl_button {
    width: 70%;
    margin: 10% auto 0 auto;
    display: block;
    cursor: pointer;
    vertical-align: top;
}

.wapperBOX section.activeBOX a.dl_button img {
    width: 100%;
}


/*E-mail 訂閱*/
.wapperBOX section.activeBOX .sub-email-block {
    background: #fff;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wapperBOX section.activeBOX .sub-email-block .sub-email-content {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-radius: 10px;
}

#sib-form {
    padding: 10px 0;
}

#sib-container {
    padding: 0;
    border-radius: 5px;
}

#sib-container input:-ms-input-placeholder {
    text-align: left;
    font-family: "Helvetica", sans-serif;
    color: #c0ccda;
}

#sib-container input::placeholder {
    text-align: left;
    font-family: "Helvetica", sans-serif;
    color: #c0ccda;
}

#sib-container textarea::placeholder {
    text-align: left;
    font-family: "Helvetica", sans-serif;
    color: #c0ccda;
}

/*立即下載*/
.download_btn {
    -moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    box-shadow: inset 0px 1px 0px 0px #fce2c1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffdd00), color-stop(1, #ffcc00));
    background: -moz-linear-gradient(top, #ffdd00 5%, #ffcc00 100%);
    background: -webkit-linear-gradient(top, #ffdd00 5%, #ffcc00 100%);
    background: -o-linear-gradient(top, #ffdd00 5%, #ffcc00 100%);
    background: -ms-linear-gradient(top, #ffdd00 5%, #ffcc00 100%);
    background: linear-gradient(to bottom, #ffdd00 5%, #ffcc00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd00', endColorstr='#ffcc00', GradientType=0);
    background-color: #ffdd00;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ffffff;
    display: inline-block;
    cursor: pointer;
    color: #c62d1f;
    font-family: "Noto Sans",
        "Microsoft JhengHei";
    font-size: 14px;
    font-weight: bold;
    padding: 6px 0px;
    text-decoration: none;
    width: 146px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}

.download_btnb {
    -moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    box-shadow: inset 0px 1px 0px 0px #fce2c1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fff100), color-stop(1, #ffcc00));
    background: -moz-linear-gradient(top, #fff100 5%, #ffcc00 100%);
    background: -webkit-linear-gradient(top, #fff100 5%, #ffcc00 100%);
    background: -o-linear-gradient(top, #fff100 5%, #ffcc00 100%);
    background: -ms-linear-gradient(top, #fff100 5%, #ffcc00 100%);
    background: linear-gradient(to bottom, #fff100 5%, #ffcc00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff100', endColorstr='#ffcc00', GradientType=0);
    background-color: #fff100;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ffffff;
    display: inline-block;
    cursor: pointer;
    color: #e60a0f;
    font-family: "Noto Sans",
        "Microsoft JhengHei";
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 6px 0px;
    text-decoration: none;
    width:148px;
    vertical-align: top;
    margin-right: 10px;

}

.download_btn:hover,
.download_btnb:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffcc00), color-stop(1, #fff100));
    background: -moz-linear-gradient(top, #ffcc00 5%, #fff100 100%);
    background: -webkit-linear-gradient(top, #ffcc00 5%, #fff100 100%);
    background: -o-linear-gradient(top, #ffcc00 5%, #fff100 100%);
    background: -ms-linear-gradient(top, #ffcc00 5%, #fff100 100%);
    background: linear-gradient(to bottom, #ffcc00 5%, #fff100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#fff100', GradientType=0);
    background-color: #ffcc00;
}

.download_btn:active {
    position: relative;
    top: 1px;
}

.center {
    text-align: center;
}
/* GO TO TOP */
.toTop-arrow {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 33%;
    opacity: 0.6;
    background: #333333;
    cursor: pointer;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    z-index: 99999;
}

.toTop-arrow::before,
.toTop-arrow::after {
    width: 18px;
    height: 5px;
    border-radius: 3px;
    background: #ffffff;
    position: absolute;
    content: "";
}

.toTop-arrow::before {
    transform: rotate(-45deg) translate(0, -50%);
    left: 0.5rem;
}

.toTop-arrow::after {
    transform: rotate(45deg) translate(0, -50%);
    right: 0.5rem;
}

.toTop-arrow:focus {
    outline: none;
}

@media screen and (min-width: 481px) {
    .uk-slideshow-items {
        height: 670px;
}}

/*iphone 6 plus*/
@media (min-width: 414px) and (max-width: 480px) {
    .uk-slideshow-items {
        height:610px;
    }
}
/*iphone X*/
@media (min-width: 375px) and (max-width: 412px) {
    .uk-slideshow-items {
        height: 570px;
    }
}
@media screen and (max-width: 370px) {
    .wapperBOX section.activeBOX .IG_button {
        margin-left: 0px;

    }

    .download_btnb {
        margin-right: 5px;
    }
}

/*iphone 5*/
@media screen and (max-width: 320px) {
     .wapperBOX section.activeBOX .IG_button {
         margin-left: 0px;
         margin-right: 5px;
         margin-top: 10px;

     }
     .hero__scroll {
         width: 26.5%;
         padding-bottom: 8%;
     }
     .mg10 {
         margin-left: 10px;
     }
     .event-banner-title{
         top:1%;
     }
     .highest-num {
         font-size: 1.2rem;
         letter-spacing: 0;
     }
     .event-banner-text{
         font-size: 1rem;
     }
     .btn-square-pop{width: 40%;}
     .btn-social-long-facebook{width: 100%;display: block;}
     .btn-social-long-insta {
         width: 100%;
         display: block;
         margin: 1rem auto ;
     }
     .wapperBOX section.activeBOX .block2 .block2_content .block-title{width: 50%;}
}
/*# sourceMappingURL=style.css.map */



