/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700&display=swap');
/************************************************************************************
RESET
*************************************************************************************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, 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, figure, mark{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {line-height: 1; -webkit-text-size-adjust: none;}
ol, ul { list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {
   /* border-collapse: collapse;*/
    border-spacing: 0;
}
a img {border: none;}
img{display: block;}
.clean { clear:both;}
a {color: #292929; text-decoration: none; outline: none;}
a:hover {text-decoration:none;}
a:focus{ -moz-outline-style: none;}

body {
    background: #ffffec;
    font-family: 'Noto Sans TC', sans-serif;
}
/*html {
	scroll-behavior: smooth;
}*/

/*錨點*/
.block-first {
    overflow: hidden;
    padding-top: 180px;
    margin-top: -180px;
}

.main-wrap {
    position: relative;
    margin-top: 40px;
    /*transform: translateY(30px);*/
}

.mask {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: url("../images/main-pic.jpg")no-repeat center top;
    background-size: cover;
    mask: url("../images/mask.png") no-repeat center top;
    mask-size: cover;
    position: relative;
    z-index: -1;
    height: 750px;
}

.mask::before {
    content: '';
    position: absolute;
    background: url("../images/border.png") no-repeat center top;
    background-size: cover;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.pic-m {
    width: 95%;
    margin: 0 auto;
    height: 700px;
    background: url("../images/main-pic.jpg") no-repeat center top;
    background-size: cover;
    border-radius: 100px 260px 100px 150px;
    position: relative;
}

.cube {
    width: 43%;
    height: 28%;
    background: #FFFFEC;
    border-radius: 0 0 120px 0;
    position: absolute;
}

.cube::after {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 120px;
    background: transparent;
    box-shadow: -46px -46px rgb(255, 255, 236);
    right: -120px;
    top: 0px;
    border-radius: 50%;
}

.cube::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 120px;
    background: transparent;
    box-shadow: -39px -39px rgb(255, 255, 236);
    left: -1px;
    bottom: -118px;
    border-radius: 50%;
}

.main-title {
    background: url("../images/main-title.png") no-repeat center top;
    background-size: contain;
    width: 40vw;
    height: 196px;
    top: 30px;
    left: 30px;
    z-index: 10;
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    /* width: 100%; */
}

/*.main-title-s {
    background: url(../images/main-title-s.png) no-repeat center top;
    background-size: 90%;
    width: 430px;
    height: 210px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}*/
.main-title-s{
	background: url("../images/main-title-s.png") no-repeat center top;
	background-size: contain;
	width:45vw;
	height: 196px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

.monster {
    position: absolute;
    z-index: 2;
    background-size: contain;
    animation: move 2s ease 0.4s infinite alternate both;
}

@keyframes move {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes move2 {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes move3 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}


.cute-1 {
    background: url("../images/cute-1.png");
    width: 234px;
    height: 189px;
    right: 150px;
    top: 20px;
    animation: move 2.5s ease 0.7s infinite alternate both;
}

.cute-2 {
    background: url("../images/cute-2.png");
    width: 174px;
    height: 154px;
    left: 90px;
    top: 300px;
}

.cute-3 {
    background: url("../images/cute-3.png");
    width: 171px;
    height: 117px;
    left: 260px;
    bottom: 200px;
    animation: move2 2s ease 2.5s infinite alternate both;
}

.cute-4 {
    background: url("../images/cute-4.png");
    width: 235px;
    height: 119px;
    right: 160px;
    bottom: 0px;
    animation: move2 2s ease 2.5s infinite alternate both;
}

.cute-5 {
    background: url("../images/cute-5.png");
    width: 98px;
    height: 82px;
    left: 100px;
    top: 0px;
}

/*.cute-1, .cute-2, .cute-3, .cute-4, .cute-5{
    display: none;
}*/

/*側選單*/
.side-menu {
    position: fixed;
    right: 0;
    bottom: 15vh;
    z-index: 999;
}

.side-menu ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.side-menu li {
    text-align: center;
    display: block;
    width: 81px;
    height: 81px;
    background-size: contain;
    line-height: 18px;
    color: #FFFFFF;
}

.side-menu li a {
    display: block;
    font-size: 16px;
    color: #FFFFFF;
}

.side-menu .card {
    position: relative;
    display: block;
    position: relative;
    background: url("../images/side-menu1.png");
    background-size: contain;
    animation: move 2s ease 0.2s infinite alternate both;
}

.side-menu .app {
    position: relative;
    background: url("../images/side-menu2.png");
    animation: move 2.3s ease 0.2s infinite alternate both;
}

.side-menu span {
    padding-top: 35px;
    display: block;
    width: 81px;
    height: 46px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

/*選單*/
#block_menu {
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
    top: 30px;
    border: solid 3px #04bf84;
    z-index: 999;
    width: 95%;
    border-radius: 0px 0px 20px 20px;
    margin: 0 auto;
    font-family: 'Noto Sans TC', sans-serif;
}
.nav {
    max-width: 900px;
    margin: 0 auto;

}
.class-nav {
    background: #00b078;
    display: flex;
    gap: 15px;
    height: 70px;
    align-items: center;
    justify-content: center;
    color: #9effe0;
    font-size: 18px;
    font-weight: 400;
}
.class-nav strong {
    display: block;
    background: #0fda9a;
    color: #004c27;
    width: 59px;
    height: 50px;
    border-radius: 52% 48% 51% 49% / 47% 53% 47% 53%;
    text-align: center;
    line-height: 50px;
    position: relative;
    overflow: visible;
    font-size: 20px;
}
.class-nav strong::before {
    content: 'lets go!';
    position: absolute;
    width: 50px;
    font-size: 9px;
    color: #FFFFFF;
    top: -20px;
    left: 20px;
    transform: rotate(-10deg);
}
.class-nav a {
    color: #9effe0;
}
.navbar-nav {
    display: flex;
    gap: 20px;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    background: #fff;
}
.external a {
    color: #000000;
    font-size: 16px;
}
.external {
    position: relative;
    margin-left: 15px;
}
.external::before {
    content: '▶';
    position: absolute;
    font-size: 7px;
    color: #0fda9a;
    top: 6px;
    left: -15px;
}
.class-nav p a:hover,
.class-nav p a.active2 {
    font-weight: 600;
    color: #eaff00;
}
.nav li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    color: #000000;
    padding: 6px 4px;
}
.nav li a:hover,
.nav li a.active {
    background: #ffdb7b;
    border-radius: 10px;
}

/*優惠說明*/
#discount {
    min-height: 350px;
    background: url("../images/bg-1.png") center top;
    padding-top: 60px;
    padding-bottom: 180px;
    position: relative;

    &:after{
        content: '';
        display: block;
        width: auto;
        height: 124px;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
    }
}
.wave-yellow{
    &:after{
        background: url(../images/wave.jpg) center top repeat;
    }
}
.wave-gray{
    &:after{
        background: url(../images/wave-card.jpg) center top repeat;
    }
}
.discount-wraper {
    position: relative;
}
.side-p1 {
    background: url("../images/side-p1.png");
    background-size: contain;
    width: 293px;
    height: 298px;
    position: absolute;
    left: 50px;
    animation: move3 3s ease 0.4s infinite alternate both;
    z-index: 1;
}
.side-p2 {
    background: url("../images/side-p2.png");
    width: 337px;
    height: 244px;
    position: absolute;
    right: 50px;
    top: 300px;
    animation: move3 3.5s ease 0.4s infinite alternate both;
    z-index: 1;
}
.discount-box {
    max-width: 700px;
    width: 80%;
    height: 300px;
    background: #ffedc4;
    border-radius: 150px 30px 150px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 30px auto 60px;
    position: relative;
}
.discount-box::before {
    content: '';
    position: absolute;
    border: solid 1px #FF6700;
    width: 100%;
    height: 100%;
    border-radius: 150px 30px 150px 30px;
    z-index: -1;
    left: 10px;
    top: 10px;
}
.discount-box::after {
    content: '';
    position: absolute;
    background: url("../images/sticker-1.png");
    width: 139px;
    height: 131px;
    background-size: contain;
    z-index: 2;
    right: -50px;
    top: -30px;
    animation: move 3s ease 0.2s infinite alternate both;
}
.box {
    width: 93%;
    margin: 0 auto;
    display: grid;
}
.discount-title {
    font-size: 34px;
    color: #ff7800;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    background: url(../images/title-bg.png) center top no-repeat;
    line-height: 1.4;
}
.discount-box .box-content{
    font-size: 22px;
	line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.discount-box .flex-column{
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.discount-box .value {
    font-size: 48px;
    color: #ff5325;
    margin-top: 15px;
	display: block;
}
.discount-box .value strong {
    font-size: 26px;
}
.discount-box.app {
    background: #d7ffc5;
    border-radius: 30px 150px 30px 150px;
    position: relative;
    z-index: 2;
}
.discount-box.app::before {
    border: solid 1px #62c437;
    border-radius: 30px 150px 30px 150px;
    z-index: -1;
    left: 10px;
    top: 10px;
}
.discount-box.app::after {
    background: url("../images/sticker-2.png");
    width: 149px;
    height: 147px;
    left: -50px;
    top: -30px;
}
.discount-box.app .discount-title {
    color: #1A9259;
    height: 89px;
    background: url("../images/title-bg-1.png")center top no-repeat;
}
.detail {
    display: block;
    font-size: 16px;
    color: #39a882;
    margin-top: 10px;
}
.button {
    background: #60b33b;
    width: 200px;
    margin: 0 auto;
    line-height: 40px;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 20px;
    border-radius: 30px;
    font-weight: normal;
    letter-spacing: 1px;
}
.button.b2 {
    background: #FF7801;
}
.button a {
    display: block;
    color: #FFFFFF;
}

/*行程區!!*/
.main-content {
    background: url("../images/bg-yellow.jpg")center top no-repeat;
    background-color: #FFF593;
}
.area:nth-child(odd) .main-content {
    background: url("../images/bg-white.jpg")center top no-repeat;
}
.area-title {
    background: url("../images/area-title.png");
    width: 354px;
    height: 179px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    color: #3f5d62;
    position: relative;
}
.area:nth-child(odd) .area-title {
    background: url("../images/area-title-2.png");
}

.notic{
	display: flex;
	justify-content: center;align-items: center;
	margin-bottom: 30px;
	font-size: 18px;
	color: #88562B;
}

.wave-bottom {
    width: auto;
    height: 124px;
    background: url("../images/wave.jpg")center top repeat;
    transform: rotate(180deg);
}
.area:nth-child(odd) .wave-bottom {
    width: auto;
    height: 155px;
    background: url("../images/wave-2.jpg")center top repeat;
}

.content {
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 60px;
	padding-top: 30px;
}
.area-title span {
    font-size: 50px;
    line-height: 260px;
}
.en {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
}

/*主推行程*/
.promo {
    display: flex;
    align-items: stretch;
    justify-content: center;
    border-radius: 150px 0 150px 0;
    box-shadow: 10px 10px rgba(0, 0, 0, 0.1);
}
.promo-pic{
	width: 60%;
}

.promo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 150px 0 0 0;
    position: relative;
}
.promo-tour {
    box-sizing: border-box;
    background: #FFF;
    border-radius: 0 0 150px 0;
    padding: 40px;
    width: 40%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-grow: 1;
}
.promo-txt {
    width: 90%;
    margin: 0 auto;
}
.tour-name {
    color: #57b1c1;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
}
.tour-name span {
    background: #FFB142;
    color: #FFFFFF;
    font-size: 20px;
    padding: 2px 10px;
    margin-right: 10px;
    font-weight: normal;
    border-radius: 10px;
}
.promo-tour ul {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
}
.promo-tour li {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    position: relative;
}
.promo-tour li::before {
    content: '♦︎';
    position: absolute;
    font-size: 10px;
    left: -18px;
    top: 5px;
}
.sale {
    font-size: 18px;
    color: #FF4447;
}
.promo-tour .price {
    color: #ff4f4f;
    text-align: right;
}
.promo-tour .price strong {
    font-size: 40px;
}

/* 條列行程 */
.tour-list {
    width: 95%;
    margin: 0 auto;
    margin-top: 30px;
}
.tour-txt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin-bottom: 5px;
}
.tour-list li a {
    width: 100%;
    border-bottom: dashed 1px;
    padding-bottom: 0px;
    display: block;
    width: 100%;
    height: 100%;
}
.tour-list li {
    list-style-type: none;
    display: block;
    margin-bottom: 20px;
}
.list-name {
    font-size: 17px;
    font-weight: 400;
    width: 80%;
    letter-spacing: 1px;
    line-height: 30px;
}
.list-name span {
    padding: 0 5px 2px 5px;
    background: rgba(251, 251, 251, 0.4);
    margin-right: 8px;
    border: solid 1px;
    font-size: 15px;
    border-radius: 5px;
}
.list-name em {
    font-style: normal;
    font-size: 14px;
    margin-left: 5px;
    color: #FF2424;
    padding: 2px 5px 3px 5px;
}
.list-price strong {
    color: #ff5027;
    font-size: 20px;
    margin: 0 5px 0px 3px;
}

/* 信用卡 */
.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px 0;
    gap: 40px 60px;
    background: #eff0f4;
}
.container .drop {
    position: relative;
    width: 350px;
    height: 350px;
    box-shadow: inset 20px 20px 20px rgba(0, 0, 0, 0.05),
        25px 35px 20px rgba(0, 0, 0, 0.05),
        25px 30px 30px rgba(0, 0, 0, 0.05),
        inset -20px -20px 25px rgba(255, 255, 255, 0.9);
    transition: 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* box-shadow : x 軸 | y 軸| 模糊半徑 | 擴散距離 | 顏色 | (inset) */


.container .drop:nth-child(1) {
    border-radius: 49% 51% 55% 45% / 50% 44% 56% 50%;
}
.container .drop:nth-child(2) {
    border-radius: 46% 54% 37% 63% / 54% 56% 44% 46%;
}
.container .drop:nth-child(3) {
    border-radius: 52% 48% 52% 48% / 56% 45% 55% 44%;
}
.container .drop:hover {
    border-radius: 50%;
}
.container .drop::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 85px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #FFf;
}
.container .drop::after {
    content: "";
    position: absolute;
    top: 80px;
    left: 110px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #FFf;
}
.container .drop .drop-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 40px;
    gap: 15px;
    font-size: 20px;
}
.container .drop .drop-content h2 {
    position: relative;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--clr);
	
}



.container .drop .drop-content strong {
    color: #FF0004;
    font-size: 28px;
    margin: 0 5px;
}
.container .drop .drop-content a {
    position: relative;
    padding: 10px 25px;
    background: var(--clr);
    text-decoration: none;
    color: #FFFFFF;
    border-radius: 25px;
    font-weight: 500;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    opacity: 0.7;
    transition: 0.5s;
}
.container .drop .drop-content a:hover {
    opacity: 1;
}
.container .drop .drop-content a::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2px;
    width: 65%;
    height: 5px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
}


@media screen and (min-width:1401px) {
    .pic-m {
        display: none;
    }
}
@media screen and (max-width:1400px) {
    .pic {
        display: none;
    }
    .main-title {
        background: url("../images/main-title.png") no-repeat center top;
        background-size: contain;
        width: 45vw;
        height: 196px;
        position: absolute;
        top: 30px;
        left: -30px
    }
    .side-p1 {
        width: 200px;
        height: 203px;
        background-size: contain;
    }
    .side-p2 {
        width: 250px;
        height: 181px;
        background-size: contain;
    }
    .cute-5 {
        display: none;
    }
    .cute-1 {
        background-size: cover;
        width: 160px;
        height: 130px;
        right: 100px;
        top: 0px;
    }
    .cute-2 {
        background: url("../images/cute-2.png");
        background-size: cover;
        width: 125px;
        height: 110px;
        left: 0px;
        top: 230px;
    }
    .cute-3 {
        background-size: cover;
        width: 80px;
        height: 60px;
        left: 100px;
        bottom: 100px;
    }
    .cute-4 {
        background-size: cover;
        width: 100px;
        height: 50px;
        right: 100px;
    }
    .promo {
        width: 90%;
        margin: 0 auto;
    }
    .tour-list {
        width: 90%;
    }

}

@media screen and (max-width:1200px) {
    .pic-m {
        border-radius: 100px 260px 20px 20px;
    }
}

@media screen and (max-width:960px) {
    .pic-m {
        margin-bottom: 15px;
    }
    #block_menu {
        width: 95%;
        border-radius: 20px 20px 20px 20px;
        margin: 0 auto;
    }
    .side-p1 {
        display: none;
    }
    .side-p2 {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .main-wrap {
        margin-top: 0;
        padding-top: 20px;
    }
	.main-title-s{left:60px;}
    .pic-m {
        height: 500px;
        background: url(../images/main-pic.jpg) no-repeat center center;
        border-radius: 50px;
        background-size: cover;
    }
    .promo {
        flex-direction: column;
        width: 95%;
        margin: 0 auto;
    }
	.promo-pic{
	width: 100%;
	}
    .tour-name {
        font-size: 22px;
    }
    .promo-tour .price {
        text-align: center;
    }
    .promo-tour {
        width: 100%;
    }
    .promo-tour li {
        font-size: 15px;
    }
    .tour-txt {
        flex-direction: column;
        gap: 10px;
    }
    .list-name {
        width: 100%;
    }
    .tour-list{
        display: grid;
        gap: 20px;
    }
    .tour-list li a {
        padding-bottom: 10px;
    }
    .promo-tour .price strong{
        font-size: 30px;
    }
    .list-price {
        width: 100%;
        text-align: center;
        display: block;
    }
    .side-menu {
        display: none;
    }
    .nav {
        display: none;
    }
    .discount-box {
        width: 90%;
        margin: 0 auto 80px;
    }
    .discount-box::after {
        background: url("../images/sticker-1.png");
        background-size: cover;
        width: 70px;
        height: 66px;
        right: 0px;
        top: 0px;
    }
    .discount-box.app::after {
        background: url("../images/sticker-2.png");
        background-size: cover;
        width: 70px;
        height: 69px;
        left: 0px;
        top: -30px;
    }
    .discount-title {
        font-size: 28px;
    }
    .app .discount-title {
        height: auto;
        background-image: none;
    }
    .discount-box p {
        font-size: 18px;
        line-height: 28px;
    }
    .cute-1 {
        right: unset;
        top: unset;
        bottom: -50px;
        background-size: 80%;
        background-repeat: no-repeat;
    }
    .cute-2 {
        display: none;
    }
    .cute-3 {
        display: none;
    }
    .cute-4 {
        display: none;
    }
    .cube{
        width: 60%;
        height: 30%;
    }
    .promo{
        border-radius: 50px 0 50px 0;
        overflow: hidden;
    }
    .promo img,
    .promo-tour{
        border-radius: 0;
    }
}

@media screen and (max-width:500px) {
    .discount-box {
        border-radius: 50px 30px 50px 30px;
    }
	
    .discount-box::before {
        border-radius: 50px 30px 50px 30px;
    }
    .discount-box.app {
        border-radius: 50px 30px 50px 30px;
    }
    .discount-box.app::before {
        border-radius: 50px 30px 50px 30px;
    }
	.discount-title, .discount-box.app .discount-title {
        font-size: 26px;
		background-image: none;
    }
    .pic-m{
        height: 400px;
    }
    .cube {
        width: 75%;
    }
    .cube::after{
        right: -30px;
    }
    .main-title-s {
        top: 5px;
        left: 30px;
        background-size: 90%;
        width: 95%;
    }
    .discount-box.app p{
        font-size: 18px;
    }
    .discount-box .box-content{
        flex-direction: column;
        align-items: center;
    }
    .block-first{
        padding-top: 0;
        margin-top: 0;
    }
	.container .drop .drop-content h2 {
		flex-direction: column;
	 }	
}

.pushy-submenu .submenu-title {
    color: #fff;
    padding: 15px;
    line-height: 26px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    position: relative;
}
.pushy-submenu > .submenu-title:after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 30px;
    background: url(arrow.svg) no-repeat;
    transform: translateY(-50%);
    transition: transform 0.2s;
}
#back-top{
    left: unset ! important;
    right: 20px ! important;
    z-index: 1;
}