/* @-webkit-keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
} */

@-webkit-keyframes kenburns-top {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 16%;
        transform-origin: 50% 16%;
    }
    100% {
        -webkit-transform: scale(1.25) translateY(-15px);
        transform: scale(1.25) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}

@keyframes kenburns-top {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 16%;
        transform-origin: 50% 16%;
    }
    100% {
        -webkit-transform: scale(1.25) translateY(-15px);
        transform: scale(1.25) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}

@-webkit-keyframes rotate-vert-center {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes rotate-vert-center {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

body {
    width: 100vw;
    height: 750px;
    background-color: linear-gradient(to center, gray 30%, rgb(205, 193, 193) 70%);
}

.background {
    position: absolute;
    background-repeat: no-repeat;
    z-index: -1;
    width: 100vw;
    /* height: 600px; */
    /* background-position: center center; */
    opacity: 75%;
    /* animation: kenburns-right 8s ease-out both;
    animation-iteration-count: infinite; */
}

.carusel_pos {
    display: grid;
    justify-content: center;
}

.main_position {}

.bc_position {
    height: 100vh;
    animation: kenburns-top 8s ease-out both;
    animation-iteration-count: infinite;
    opacity: 80%;
}

.dnsclub {
    display: grid;
    justify-items: center;
    padding-top: 30px;
}

.dnsclub_img {
    width: 300px;
    border-radius: 25px;
    /* animation: jello-horizontal 3s 2s infinite alternate forwards; */
    animation-iteration-count: infinite;
}

.chinesse_head_block {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chinesse_heading {
    display: block;
    height: 70px;
    font-family: "Noto Sans TC", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    width: 120px;
    /* background-color: black; */
    color: gold;
    font-size: 48px;
    border-radius: 10px;
    text-align: center;
    border: 3px gold solid;
}

.dnsclub_heading {
    display: block;
    font-size: 30px;
    opacity: 90%;
    font-weight: 300;
    height: 40px;
    text-align: center;
}

.dnsclub_text {
    color: white;
    opacity: 75%;
    font-size: 16px;
    text-align: center;
    width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-wrap: wrap;
    background-color: black;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dnsclub_par {
    width: 300px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.multi_button {
    display: flex;
    transition: transform 0.2s;
    margin-bottom: 30px;
    transform: scale(1.3);
}

.multi_button:hover {
    transform: scale(1.5);
}

.go_to_dnsclub1 {
    width: 100px;
    height: 40px;
    background-color: #201e1e;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: center;
    color: #FFFFFF;
    border-color: #FFFFFF;
    text-align: center;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 17px;
    padding-right: 5px;
}

.go_to_dnsclub2 {
    width: 104px;
    height: 40px;
    background-color: #201e1e;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: center;
    color: #FFFFFF;
    border-color: #FFFFFF;
    text-align: center;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 17px;
    padding-left: 5px;
}

.go_to_dnsclub1:hover {
    color: #201e1e;
    background-color: #FFFFFF;
    border-color: #201e1e;
}

.go_to_dnsclub2:hover {
    color: #201e1e;
    background-color: #FFFFFF;
    border-color: #201e1e;
}

.go_to_dnsclub1:focus {
    color: #201e1e;
    background-color: #3caae2;
    border-color: #201e1e;
}

.go_to_dnsclub2:focus {
    color: #201e1e;
    background-color: #3caae2;
    border-color: #201e1e;
}

.tg_logo1 {
    width: 30px;
}

.tg_logo1_2 {
    width: 30px;
}

.gg_logo {
    width: 120px;
    height: 28px;
}

.gg_logo2 {
    width: 120px;
    height: 28px;
    margin-left: 20px;
    margin-right: -30px;
}

.multi_button2 {
    display: grid;
    transition: transform 0.2s;
    margin-bottom: 15px;
}

.multi_button2:hover {
    transform: scale(1.05);
}

.seller {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.go_to_seller1 {
    width: 300px;
    height: 40px;
    background-color: #201e1e;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: center;
    color: #FFFFFF;
    border-color: #FFFFFF;
    text-align: center;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 17px;
    padding-right: 5px;
    padding-left: 25px;
}

.go_to_seller2 {
    width: 300px;
    height: 40px;
    background-color: #201e1e;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: center;
    color: #FFFFFF;
    border-color: #FFFFFF;
    text-align: center;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-left: 5px;
    padding-right: 25px;
}

.go_to_seller1:hover {
    color: #201e1e;
    background-color: #FFFFFF;
    border-color: #201e1e;
}

.go_to_seller2:hover {
    color: #201e1e;
    background-color: #FFFFFF;
    border-color: #201e1e;
}

.go_to_seller1:focus {
    color: #201e1e;
    background-color: #3caae2;
    border-color: #201e1e;
}

.go_to_seller2:focus {
    color: #201e1e;
    background-color: #3caae2;
    border-color: #201e1e;
}

.footer {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.maker {
    display: flex;
    flex-direction: column;
    color: white;
    opacity: 75%;
    font-size: 16px;
    width: 300px;
    background-color: black;
    height: 25px;
    border-radius: 5px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    padding-top: 3px;
}

@media(min-width: 1440px)and(max-width:2560px) {
    .main_position {
        padding-top: calc(50% - 50vh);
        padding-bottom: calc(50% - 50vh);
    }
}

@media(min-width: 320px)and(max-width: 425px) {
    .carusel_pos {
        display: grid;
        justify-content: center;
        padding-left: calc(50% - 160px);
        padding-right: calc(50% - 160px);
    }
}