@charset "utf-8";

body {
    font-family: "Noto Sans TC", sans-serif;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.widewidth {
    max-width: 1800px;
    margin: 0 auto;
}

.widewidth2 {
    max-width: 1500px;
    margin: 0 auto;
}

ul:after,
section:after,
div:after,
li:after {
    content: "";
    display: block;
    clear: both;
}

.text-3E3A39 {
    color: #3e3a39;
}

.text-EF8200 {
    color: #ef8200;
}
.bg-EF8200 {
    background-color: #ef8200;
}

.text-0C2E5D {
    color: #0c2e5d;
}
.bg-0C2E5D {
    background-color: #0c2e5d;
}

/*header*/
.headerbox {
    position: fixed;
    width: 100%;
    z-index: 999;
}
.headerbox.headroom--top.index {
    background-color: transparent;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 0);
    display: none;
}
.headroom--unpinned {
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.headroom--pinned {
    transition: all 0.33333s ease-in-out;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.nav {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    gap: 2.5rem;
    background: transparent;
    clip-path: circle(29px at calc(100vw - 5vw - 30px) calc(5vh + 30px));
    transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
.nav.active {
    clip-path: circle(75% at 50vw 50vh);
    background: #282828;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
:root {
    --link-translate-x: 3rem;
}
.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.nav__link {
    font-size: 5rem;
    display: grid;
    font-style: italic;
}
.nav__link--text {
    grid-area: 1/1;
    transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95),
        transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.nav__link--text:nth-child(1) {
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 300;
    font-size: 25px;
    color: #fcfafa;
}
.nav__link--text:nth-child(2) {
    font-family: "Beau Rivage", cursive;
    font-weight: 500;
    font-size: 28px;
    opacity: 0;
    color: #ef8200;
}
.nav__link:hover .nav__link--text {
    transform: translateX(var(--link-translate-x));
}
.nav__link:hover .nav__link--text:nth-child(1) {
    opacity: 0;
}
.nav__link:hover .nav__link--text:nth-child(2) {
    opacity: 1;
}
@media only screen and (max-width: 20rem) {
    :root {
        --link-translate-x: 2rem;
    }
}
.hamburger {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 10;
    top: 0;
    right: 0;
    background: transparent;
}
.hamburger__patty {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 3px;
    width: 50%;
    background: #0c2e5d;
    transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
.hamburger__patty:nth-child(1) {
    transform: translate(-50%, calc(-50% - 8px));
}
.hamburger__patty:last-child {
    transform: translate(-50%, calc(-50% + 8px));
}
.hamburger.active .hamburger__patty {
    background: #ef8200;
}
.hamburger.active .hamburger__patty:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
}
.hamburger.active .hamburger__patty:nth-child(2) {
    opacity: 0;
}
.hamburger.active .hamburger__patty:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/*sidebtn*/
.sidebtn {
    position: fixed;
    z-index: 2;
    top: 30%;
    right: 1%;
}
:hover.fbbtn .fb1 {
    display: none;
}
:hover.fbbtn .fb2 {
    display: block;
}
:hover.igbtn .ig1 {
    display: none;
}
:hover.igbtn .ig2 {
    display: block;
}

/*banner*/
.bannerbox {
    /* overflow-x: hidden;
    overflow-y: hidden; */
    overflow: hidden;
    position: relative;
}
.home {
    height: 100vh;
}
.logo {
    position: absolute;
    top: 50%;
    left: 40%;
}
.bannerwrd1 {
    position: absolute;
    top: 22%;
    left: 0;
    transform: translate(0%, 0%);
    color: #0c2e5d;
    font-size: 100px;
    font-weight: 900;
    letter-spacing: 5px;
}
.bannerwrd2 {
    position: absolute;
    bottom: 0;
    right: 5%;
    transform: translate(0%, 0%);
    color: #0c2e5d;
    font-size: 110px;
    font-weight: 900;
    letter-spacing: 5px;
    writing-mode: vertical-lr;
    text-orientation: mixed;
}
.bannerwrd3 {
    position: absolute;
    top: 40%;
    left: 25%;
    transform: translate(0%, 0%);
    color: #0c2e5d;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 5px;
}
.bannerwrd4 {
    position: absolute;
    bottom: 12%;
    left: 4%;
    transform: translate(0%, 0%);
    color: #0c2e5d;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 5px;
}
.bannerwrd5 {
    position: absolute;
    top: 12%;
    right: 10%;
    transform: translate(0%, 0%);
    color: #0c2e5d;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 5px;
}
.bannerwrd6 {
    position: absolute;
    top: 55%;
    right: 17%;
    transform: translate(0%, 0%);
    color: #0c2e5d;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 5px;
}
.bannerwrd7 {
    position: absolute;
    bottom: 3%;
    left: 0%;
    transform: translate(0%, 0%);
    color: #0c2e5d70;
    font-size: 68px;
    font-weight: 300;
    letter-spacing: 20px;
    writing-mode: vertical-lr;
}
.bannerwrd8 {
    position: absolute;
    top: 13%;
    right: 40%;
    transform: translate(0%, 0%);
    color: #0c2e5d70;
    font-size: 68px;
    font-weight: 300;
    letter-spacing: 15px;
    writing-mode: vertical-lr;
    text-orientation: sideways;
    transform: rotate(-180deg);
}
.bannerwrd9 {
    position: absolute;
    bottom: 32%;
    right: 34%;
    transform: translate(0%, 0%);
    color: #0c2e5d70;
    font-size: 68px;
    font-weight: 300;
    letter-spacing: 15px;
}
.bannerwrd10 {
    position: absolute;
    top: -6%;
    right: 13%;
    transform: translate(0%, 0%);
    color: #0c2e5d70;
    font-size: 68px;
    font-weight: 300;
    letter-spacing: 15px;
    writing-mode: vertical-lr;
    text-orientation: sideways;
    transform: rotate(90deg);
}
.bannerwrd11 {
    position: absolute;
    top: 3%;
    left: 0%;
    transform: translate(0%, 0%);
    color: #0c2e5d25;
    font-size: 80px;
    font-weight: 700;
    letter-spacing: 9px;
    writing-mode: vertical-lr;
}
.bannerwrd12 {
    position: absolute;
    top: 13%;
    right: 2%;
    transform: translate(0%, 0%);
    color: #0c2e5d25;
    font-size: 80px;
    font-weight: 700;
    letter-spacing: 9px;
}
.bannerwrd13 {
    position: absolute;
    bottom: 45%;
    left: 6%;
    transform: translate(0%, 0%);
    color: #0c2e5d;
    font-size: 80px;
    font-weight: 100;
    letter-spacing: 16px;
}
.bannerwrd14 {
    position: absolute;
    bottom: 0%;
    right: 12%;
    transform: translate(0%, 0%);
    color: #0c2e5d;
    font-size: 55px;
    font-weight: 100;
    letter-spacing: 9px;
    writing-mode: vertical-lr;
    text-orientation: sideways-right;
}
.bannerwrd15 {
    position: absolute;
    top: 24%;
    left: 10%;
    transform: translate(0%, 0%);
    color: #ef830041;
    font-size: 80px;
    font-weight: 200;
    letter-spacing: 9px;
    writing-mode: vertical-lr;
    text-orientation: sideways;
    transform: rotate(90deg);
    z-index: -1;
}
.bannerwrd16 {
    position: absolute;
    bottom: 3%;
    right: 70%;
    transform: translate(0%, 0%);
    color: #ef830041;
    font-size: 80px;
    font-weight: 200;
    letter-spacing: 9px;
}
.bannerwrd17 {
    position: absolute;
    top: 5%;
    right: 28%;
    transform: translate(0%, 0%);
    color: #ef830041;
    font-size: 55px;
    font-weight: 200;
    letter-spacing: 2px;
}
.bannerwrd18 {
    position: absolute;
    bottom: 0;
    right: 1%;
    transform: translate(0%, 0%);
    color: #ef830041;
    font-size: 79px;
    font-weight: 200;
    letter-spacing: 9px;
    writing-mode: vertical-lr;
    text-orientation: sideways;
    transform: rotate(-180deg);
}
.bannerwrd19 {
    position: absolute;
    top: 6%;
    left: 53%;
    transform: translate(0%, 0%);
    color: #ef830041;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 8px;
    writing-mode: vertical-lr;
    text-orientation: mixed;
}
.bannerwrd20 {
    position: absolute;
    top: 25%;
    right: 38%;
    transform: translate(0%, 0%);
    color: #ef830041;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 30px;
    writing-mode: vertical-lr;
    text-orientation: upright;
}
.bannerwrd21 {
    position: absolute;
    top: 4%;
    left: 28%;
    transform: translate(0%, 0%);
    color: #ef830070;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 5px;
}
.bannerwrd22 {
    position: absolute;
    top: 15%;
    left: 36%;
    transform: translate(0%, 0%);
    color: #0c2e5d70;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 5px;
}
.bannerwrd23 {
    position: absolute;
    top: 25%;
    left: 28%;
    transform: translate(0%, 0%);
    color: #ef830070;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 5px;
}
.bannerwrd24 {
    position: absolute;
    top: 34%;
    left: 36%;
    transform: translate(0%, 0%);
    color: #0c2e5d70;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 5px;
}
.bannerwrd25 {
    position: absolute;
    top: 12%;
    left: 6%;
    transform: translate(0%, 0%);
    color: #ef830036;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 8px;
    line-height: 44px;
}
.bannerwrd26 {
    position: absolute;
    bottom: 9%;
    left: 25%;
    transform: translate(0%, 0%);
    color: #ef830036;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 40px;
    text-orientation: sideways;
    transform: rotate(270deg);
    z-index: -1;
}
.bannerwrd27 {
    position: absolute;
    bottom: 39%;
    right: 2%;
    transform: translate(0%, 0%);
    color: #ef830036;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 46px;
    text-orientation: sideways;
    transform: rotate(180deg);
}
.bannerwrd28 {
    position: absolute;
    bottom: 25%;
    left: 4%;
    transform: translate(0%, 0%);
    color: #0c2e5d36;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 8px;
    line-height: 66px;
    text-orientation: sideways;
    transform: rotate(180deg);
}
.bannerwrd29 {
    position: absolute;
    top: 23%;
    left: 61%;
    transform: translate(0%, 0%);
    color: #0c2e5d41;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 35px;
    line-height: 86px;
    text-orientation: sideways;
    transform: rotate(270deg);
    z-index: -1;
}
.bannerwrd30 {
    position: absolute;
    bottom: 0;
    right: 33%;
    transform: translate(0%, 0%);
    color: #0c2e5d;
    font-size: 17px;
    font-weight: 100;
    letter-spacing: 7px;
    line-height: 48px;
}
.bannerwrd31 {
    position: absolute;
    bottom: 0;
    left: 58%;
    transform: translate(0%, 0%);
    color: #ef8200;
    font-size: 17px;
    font-weight: 100;
    letter-spacing: 7px;
    line-height: 48px;
    text-orientation: sideways;
    transform: rotate(180deg);
}

/*content*/
.delayed-section {
    position: absolute;
}
.delayed-section .inner-container {
    will-change: transform;
}
.delayed-section img {
    max-width: 100%;
    will-change: transform;
}

#del1 {
    top: 30vh;
}
#del2 {
    top: 30vh;
    right: 0;
}
.innerContainer {
    height: 0vh;
}
.contentwrd {
    font-size: 115px;
    letter-spacing: 50px;
    font-weight: 400;
    color: #ef8200;
    position: relative;
    overflow: hidden;
}

.run {
    background-color: #ef8200;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
}
.run.left {
    top: 0;
    right: 0;
    transform: translate3d(-100%, 0, 0);
    animation: contentwrdrunleft 1.2s ease-in-out 0s forwards; /*forward停在最後一個狀態*/
}
@keyframes contentwrdrunleft {
    0% {
        transform: translate3d(-100%, 0, 0);
    }
    40% {
        transform: translate3d(0%, 0, 0);
    }
    50% {
        transform: translate3d(0%, 0, 0);
    }
    100% {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

.run2 {
    background-color: #ef8200;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
}
.run2.left {
    top: 0;
    right: 0;
    transform: translate3d(0, -100%, 0);
    animation: contentwrdrun2left 1.2s ease-in-out 0s forwards; /*forward停在最後一個狀態*/
}
@keyframes contentwrdrun2left {
    0% {
        transform: translate3d(0, -100%, 0);
    }
    40% {
        transform: translate3d(0%, 0, 0);
    }
    50% {
        transform: translate3d(0%, 0, 0);
    }
    100% {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

.run.right {
    top: 0;
    right: 0;
    transform: translate3d(-100%, 0, 0);
    animation: contentwrdrunright 1.2s ease-in-out 0s forwards; /*forward停在最後一個狀態*/
}
@keyframes contentwrdrunright {
    0% {
        transform: translate3d(100%, 0, 0);
    }
    40% {
        transform: translate3d(0%, 0, 0);
    }
    50% {
        transform: translate3d(0%, 0, 0);
    }
    100% {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

.contentwrd2 {
    position: absolute;
    top: -41%;
    left: -11%;
    font-size: 115px;
    letter-spacing: 50px;
    font-weight: 400;
    color: #ef8200;
    /* writing-mode: vertical-rl; */
    z-index: 1;
}
.contenteng {
    font-size: 20px;
    letter-spacing: 10px;
    font-weight: 400;
    color: #0c2e5d;
    padding-right: 4%;
    position: relative;
    overflow: hidden;
}

.runen {
    background-color: #0c2e5d;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
}
.runen.left {
    top: 0;
    right: 0;
    transform: translate3d(-100%, 0, 0);
    animation: runenleft 1.2s ease-in-out 0s forwards; /*forward停在最後一個狀態*/
}
@keyframes runenleft {
    0% {
        transform: translate3d(-100%, 0, 0);
    }
    40% {
        transform: translate3d(0%, 0, 0);
    }
    50% {
        transform: translate3d(0%, 0, 0);
    }
    100% {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

.runen.right {
    top: 0;
    right: 0;
    transform: translate3d(-100%, 0, 0);
    animation: runenright 1.2s ease-in-out 0s forwards; /*forward停在最後一個狀態*/
}
@keyframes runenright {
    0% {
        transform: translate3d(100%, 0, 0);
    }
    40% {
        transform: translate3d(0%, 0, 0);
    }
    50% {
        transform: translate3d(0%, 0, 0);
    }
    100% {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

.content1 {
    position: absolute;
    top: 23%;
    right: 0%;
}
.content2 {
    position: absolute;
    top: 14%;
    left: 0%;
}
.content3 {
    position: absolute;
    top: 22%;
    right: 0%;
}
.content4 {
    position: absolute;
    top: 15%;
    left: 0%;
}
.contentpic {
    width: 100%;
}
.screen {
    height: 100vh;
}
.screen3 {
    height: 100vh;
}
.colorblock {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
}
.colorblock.right {
    top: 0;
    left: 0;
    transform: translate3d(-100%, 0, 0);
    animation: colorblockrunright 1.2s ease-in-out 0s forwards; /*forward停在最後一個狀態*/
}
@keyframes colorblockrunright {
    0% {
        transform: translate3d(100%, 0, 0);
    }
    40% {
        transform: translate3d(0%, 0, 0);
    }
    50% {
        transform: translate3d(0%, 0, 0);
    }
    100% {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}
.colorblock.left {
    top: 0;
    right: 0;
    transform: translate3d(-100%, 0, 0);
    animation: colorblockrunleft 1.2s ease-in-out 0s forwards; /*forward停在最後一個狀態*/
}
@keyframes colorblockrunleft {
    0% {
        transform: translate3d(-100%, 0, 0);
    }
    40% {
        transform: translate3d(0%, 0, 0);
    }
    50% {
        transform: translate3d(0%, 0, 0);
    }
    100% {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

/*design*/
.typewrd {
    font-size: 40px;
    color: #ef8200;
    letter-spacing: 20px;
}
.typewrden {
    font-size: 20px;
    color: #0c2e5d;
    letter-spacing: 2px;
}

.snip0016 {
    font-family: "Raleway", Arial, sans-serif;
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #000000;
    text-align: left;
}
.snip0016 * {
    box-sizing: border-box;
}
.snip0016 img {
    max-width: 100%;
    opacity: 1;
    width: 100%;
    transition: opacity 0.35s;
}
.snip0016 figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 80px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.snip0016 figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 100%;
    border-left: 4px solid #ffffff;
    content: "";
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.5s;
    transition-delay: 0.6s;
}
.snip0016 .topwrd,
.snip0016 .secwrd {
    margin: 0 0 5px;
    opacity: 0;
    transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s,
        -o-transform 0.35s, transform 0.35s;
}
.snip0016 .topwrd {
    word-spacing: -0.15em;
    transform: translate3d(30%, 0%, 0);
    transition-delay: 0.3s;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 3px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 50px;
    width: 11vw;
    word-break: break-word;
}
.snip0016 .secwrd {
    font-weight: 200;
    transform: translate3d(0%, 30%, 0);
    transition-delay: 0s;
    letter-spacing: 3px;
}
.snip0016 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: #ffffff;
}
.snip0016:hover img {
    opacity: 0.3;
}
.snip0016:hover figcaption .topwrd {
    opacity: 1;
    transform: translate3d(0%, 0%, 0);
    transition-delay: 0.4s;
}
.snip0016:hover figcaption .secwrd {
    opacity: 0.9;
    transform: translate3d(0%, 0%, 0);
    transition-delay: 0.6s;
}
.snip0016:hover figcaption::before {
    background: rgba(255, 255, 255, 0);
    left: 70px;
    opacity: 1;
    transition-delay: 0s;
}

/*designdetail*/
.fullpagecontainer3 {
    overflow: hidden;
}
.section {
    height: 100vh;
    width: 100%;
    position: relative;
    scroll-snap-align: center;
    margin: 0 auto;
    padding: 0px;
    overflow: hidden;
    /* display: table; */
}
.homeWrapper {
    position: relative;
}
.homesections {
    position: absolute;
}
.delayed-section2 {
    position: absolute;
}
.delayed-section2 .inner-container2 {
    will-change: transform;
}
.delayed-section2 img {
    max-width: 100%;
    will-change: transform;
}
#del3 {
    top: 50vh;
    left: 0;
}
#del4 {
    top: 50vh;
    right: 0;
}
.detailscreen {
    height: 80vh;
}
/* .movewrd1 {
    position: absolute;
    top: 175vh;
    right: 25%;
} */
.movewrd2 {
    position: absolute;
    top: 330vh;
}
.pin-spacer.pin-spacer-ZOOM {
    height: 3036px !important;
}

/*marketing*/
.delayed-section3 {
    position: absolute;
}
.delayed-section3 .inner-container3 {
    will-change: transform;
}
.delayed-section3 img {
    max-width: 100%;
    will-change: transform;
}
#del5 {
    top: 25vh;
    left: 0;
}
#del6 {
    top: 26vh;
    left: 0;
}
.marketingscreen {
    height: 18vh;
}

/*about*/
.side-left {
    width: 40%;
    float: left;
}
.side-right {
    width: 60%;
    float: right;
}

/*contact*/
.contactwrd {
    letter-spacing: 5px;
    font-size: 25px;
}

/*gotop*/
.gotop button {
    outline: none;
}
.gotop {
    position: fixed;
    right: 1%;
    bottom: 8%;
}
.gotop {
    display: none;
    position: fixed;
}
.gotop.active {
    display: block;
    z-index: 50;
}

/*rwd*/
@media screen and (max-width: 1920px) {
}

@media screen and (max-width: 1440px) {
    /*banner*/
    .bannerwrd1 {
        font-size: 85px;
    }
    .bannerwrd3 {
        top: 44%;
    }
    .bannerwrd4 {
        font-size: 32px;
    }
    .bannerwrd5 {
        font-size: 35px;
        right: 1%;
    }
    .bannerwrd6 {
        top: 58%;
        font-size: 38px;
    }
    .bannerwrd8 {
        top: 15%;
        right: 36%;
    }
    .bannerwrd9 {
        bottom: 27%;
        right: 16%;
    }
    .bannerwrd12 {
        top: 15%;
        right: 0%;
        font-size: 72px;
    }
    .bannerwrd13 {
        left: 0%;
        font-size: 75px;
    }
    .bannerwrd14 {
        right: 14%;
    }
    .bannerwrd15 {
        left: 14%;
    }
    .bannerwrd16 {
        right: 68%;
        font-size: 64px;
    }
    .bannerwrd17 {
        top: 6%;
        right: 35%;
    }
    .bannerwrd20 {
        right: 32%;
    }
    .bannerwrd21 {
        left: 32%;
    }
    .bannerwrd23 {
        left: 32%;
    }
    .bannerwrd31 {
        left: 46%;
    }

    /*content*/
    .contentpic {
        width: 80%;
    }
    .content1 {
        top: 18%;
    }
    .content3 {
        top: 19%;
    }
    .contenteng {
        font-size: 21px;
        letter-spacing: 7px;
    }
    .contentwrd {
        font-size: 100px;
    }
    .contentwrd2 {
        top: -51%;
        font-size: 100px;
        letter-spacing: 70px;
    }
    .screen {
        height: 85vh;
    }

    /*designdetail*/
    .pin-spacer.pin-spacer-ZOOM {
        height: 2955px !important;
    }
}

@media screen and (max-width: 1366px) {
    /*banner*/
    .logo img {
        width: 80%;
    }
    .bannerwrd1 {
        font-size: 55px;
        top: 27%;
    }
    .bannerwrd2 {
        font-size: 75px;
    }
    .bannerwrd3 {
        font-size: 35px;
    }
    .bannerwrd4 {
        font-size: 23px;
    }
    .bannerwrd5 {
        right: 4%;
        top: 4%;
        letter-spacing: 11px;
    }
    .bannerwrd6 {
        top: 63%;
        font-size: 29px;
    }
    .bannerwrd7 {
        font-size: 36px;
    }
    .bannerwrd8 {
        font-size: 44px;
    }
    .bannerwrd9 {
        bottom: 27%;
        right: 39%;
        font-size: 34px;
    }
    .bannerwrd10 {
        top: 1%;
        right: 18%;
        font-size: 55px;
    }
    .bannerwrd11 {
        display: none;
    }
    .bannerwrd12 {
        display: none;
    }
    .bannerwrd13 {
        font-size: 48px;
        bottom: 54%;
    }
    .bannerwrd14 {
        font-size: 35px;
        right: 12%;
    }
    .bannerwrd15 {
        left: 15%;
        font-size: 68px;
    }
    .bannerwrd16 {
        right: 71%;
        font-size: 52px;
    }
    .bannerwrd17 {
        top: 8%;
        right: 36%;
    }
    .bannerwrd18 {
        font-size: 54px;
    }
    .bannerwrd20 {
        display: none;
    }
    .bannerwrd21 {
        font-size: 30px;
        top: 21%;
        left: 30%;
    }
    .bannerwrd22 {
        font-size: 30px;
        top: 27%;
        left: 41%;
    }
    .bannerwrd23 {
        font-size: 30px;
        top: 32%;
        left: 30%;
    }
    .bannerwrd24 {
        font-size: 30px;
        top: 38%;
        left: 41%;
    }
    .bannerwrd25 {
        left: 3%;
        top: 2%;
        font-size: 16px;
        letter-spacing: 7px;
        line-height: 41px;
    }
    .bannerwrd27 {
        bottom: 44%;
        right: 1%;
        font-size: 15px;
        letter-spacing: 3px;
    }
    .bannerwrd28 {
        bottom: 19%;
        left: 4%;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 5px;
        line-height: 45px;
    }
    .bannerwrd29 {
        top: 38%;
        left: 64%;
        font-size: 24px;
        letter-spacing: 17px;
        line-height: 46px;
    }
    .bannerwrd30 {
        right: 36%;
        font-size: 13px;
        line-height: 24px;
    }
    .bannerwrd31 {
        font-size: 13px;
        line-height: 24px;
    }

    /*content*/
    .contentpic {
        width: 70%;
    }
    .content1 {
        top: 18%;
    }
    .content3 {
        top: 16%;
    }
    .contentwrd {
        font-size: 88px;
    }
    .contentwrd2 {
        top: -52%;
        font-size: 79px;
        letter-spacing: 45px;
        left: 0%;
    }
    .screen {
        height: 100vh;
    }

    /*designdetail*/
    .detailscreen {
        height: 90vh;
    }
    .pin-spacer.pin-spacer-ZOOM {
        height: 1550px !important;
    }
}

@media screen and (max-width: 1024px) {
    /*banner*/
    .logo {
        top: 46%;
        left: 44%;
    }
    .bannerwrd1 {
        font-size: 74px;
        top: 22%;
    }
    .bannerwrd2 {
        font-size: 105px;
        right: 8%;
    }
    .bannerwrd3 {
        left: 20%;
        top: 42%;
    }
    .bannerwrd4 {
        font-size: 30px;
        bottom: 17%;
        left: 13%;
    }
    .bannerwrd5 {
        font-size: 32px;
        right: 1%;
        top: 17%;
        letter-spacing: 15px;
    }
    .bannerwrd6 {
        top: 55%;
        font-size: 36px;
        right: 23%;
    }
    .bannerwrd7 {
        font-size: 53px;
        bottom: 0%;
        left: 3%;
    }
    .bannerwrd8 {
        font-size: 52px;
        top: 21%;
        right: 28%;
    }
    .bannerwrd9 {
        bottom: 36%;
        right: 53%;
        font-size: 50px;
    }
    .bannerwrd10 {
        top: -3%;
        right: 23%;
        font-size: 58px;
        letter-spacing: 25px;
    }
    .bannerwrd13 {
        font-size: 48px;
        bottom: 46%;
    }
    .bannerwrd14 {
        font-size: 40px;
        right: 21%;
    }
    .bannerwrd16 {
        right: 55%;
        font-size: 52px;
        bottom: 16%;
    }
    .bannerwrd17 {
        right: 29%;
        top: 3%;
    }
    .bannerwrd18 {
        font-size: 68px;
    }
    .bannerwrd25 {
        top: 7%;
        letter-spacing: 10px;
    }
    .bannerwrd27 {
        bottom: 41%;
        right: 1%;
        font-size: 21px;
        letter-spacing: 5px;
    }
    .bannerwrd28 {
        bottom: 23%;
        left: 18%;
        font-size: 23px;
        font-weight: 700;
        letter-spacing: 9px;
        line-height: 49px;
    }
    .bannerwrd29 {
        top: 30%;
        left: 65%;
        font-size: 34px;
        letter-spacing: 17px;
        line-height: 61px;
    }
    .bannerwrd30 {
        right: 48%;
    }
    .bannerwrd31 {
        left: 30%;
    }

    /*content*/
    .contentpic {
        width: 55%;
    }
    .content1 {
        top: 32%;
    }
    .content2 {
        top: 21%;
    }
    .content3 {
        top: 18%;
    }
    .content4 {
        top: 39%;
    }
    .contenteng {
        font-size: 18px;
        letter-spacing: 5px;
    }
    .contentwrd {
        font-size: 55px;
    }
    .contentwrd2 {
        top: -52%;
        font-size: 68px;
        letter-spacing: 45px;
        left: 16%;
    }
    .screen {
        height: 50vh;
    }
    .screen3 {
        height: 73vh;
    }

    /*designdetail*/
    .detailscreen {
        height: 70vh;
    }
    .pin-spacer.pin-spacer-ZOOM {
        height: 2600px !important;
    }
}

@media screen and (max-width: 820px) {
    /*banner*/
    .logo {
        top: 46%;
        left: 44% !important;
    }
    .bannerwrd1 {
        font-size: 62px;
        top: 26%;
    }
    .bannerwrd2 {
        font-size: 72px;
        right: 7%;
    }
    .bannerwrd3 {
        left: 14%;
        top: 42%;
        font-size: 29px;
    }
    .bannerwrd5 {
        font-size: 32px;
        right: 1%;
        top: 20%;
    }
    .bannerwrd6 {
        top: 55%;
        font-size: 33px;
        right: 14%;
    }
    .bannerwrd7 {
        font-size: 39px;
        letter-spacing: 15px;
    }
    .bannerwrd8 {
        font-size: 44px;
        top: 23%;
        right: 24%;
    }
    .bannerwrd9 {
        bottom: 36%;
        right: 51%;
        font-size: 44px;
    }
    .bannerwrd10 {
        top: -1%;
        right: 23%;
        font-size: 47px;
        letter-spacing: 25px;
    }
    .bannerwrd13 {
        font-size: 45px;
        letter-spacing: 11px;
    }
    .bannerwrd14 {
        font-size: 31px;
        right: 17%;
    }
    .bannerwrd15 {
        left: 15%;
        font-size: 48px;
        top: 28%;
    }
    .bannerwrd16 {
        right: 53%;
        font-size: 47px;
        bottom: 15%;
    }
    .bannerwrd17 {
        right: 24%;
    }
    .bannerwrd18 {
        font-size: 46px;
    }
    .bannerwrd21 {
        font-size: 28px;
        top: 23%;
        left: 28%;
    }
    .bannerwrd22 {
        font-size: 28px;
        top: 30%;
        left: 41%;
    }
    .bannerwrd23 {
        font-size: 28px;
        top: 34%;
        left: 28%;
    }
    .bannerwrd24 {
        font-size: 28px;
        top: 38%;
        left: 41%;
    }
    .bannerwrd25 {
        top: 9%;
        font-size: 15px;
        line-height: 34px;
    }
    .bannerwrd27 {
        bottom: 34%;
        right: 1%;
        font-size: 15px;
        letter-spacing: 4px;
    }
    .bannerwrd28 {
        bottom: 22%;
        left: 22%;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 7px;
        line-height: 38px;
    }
    .bannerwrd29 {
        top: 36%;
        left: 70%;
        font-size: 24px;
        letter-spacing: 11px;
        line-height: 43px;
    }
    .bannerwrd30 {
        right: 50%;
        font-size: 12px;
        line-height: 21px;
        letter-spacing: 4px;
    }
    .bannerwrd31 {
        left: 38%;
        font-size: 12px;
        line-height: 21px;
        letter-spacing: 4px;
    }

    /*content*/
    .contentpic {
        width: 55%;
    }
    .content1 {
        top: 32%;
    }
    .content2 {
        top: 26%;
    }
    .content3 {
        top: 35%;
    }
    .content4 {
        top: 35%;
    }
    .contenteng {
        font-size: 13px;
        letter-spacing: 2px;
    }
    .contentwrd {
        font-size: 47px;
        letter-spacing: 25px;
    }
    .contentwrd2 {
        top: -49%;
        font-size: 47px;
        letter-spacing: 47px;
        left: 25%;
    }

    .screen3 {
        height: 48vh;
    }
    .contentpic {
        width: 60%;
    }

    /*designdetail*/
    .pin-spacer.pin-spacer-ZOOM {
        height: 1920px !important;
    }

    /*contact*/
    .contactwrd {
        letter-spacing: 5px;
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 425px) {
    /*design*/
    .typewrd {
        font-size: 30px;
        letter-spacing: 10px;
    }
    .typewrden {
        font-size: 16px;
        letter-spacing: 1px;
    }

    /*about*/
    .side-left {
        width: 0%;
        float: none;
    }
    .side-right {
        width: 100%;
        float: none;
    }

    /*designdetail*/
    .pin-spacer.pin-spacer-ZOOM {
        height: 2050px !important;
    }

    /*contact*/
    .contactwrd {
        letter-spacing: 5px;
        font-size: 15px;
    }
}

@media screen and (max-width: 414px) {
    /*banner*/
    .logo {
        left: 35% !important;
    }
    .logo img {
        width: 60%;
    }
    .bannerwrd1 {
        font-size: 36px;
        top: 26%;
        display: none;
    }
    .bannerwrd2 {
        font-size: 45px;
        right: 7%;
    }
    .bannerwrd3 {
        left: 3%;
        top: 41%;
        font-size: 20px;
        letter-spacing: 1px;
        display: none;
    }
    .bannerwrd4 {
        font-size: 19px;
        bottom: 22%;
        left: 7%;
        letter-spacing: 5px;
    }
    .bannerwrd5 {
        font-size: 22px;
        right: 1%;
        top: 13%;
        letter-spacing: 11px;
    }
    .bannerwrd6 {
        top: 56%;
        font-size: 16px;
        right: 2%;
    }
    .bannerwrd7 {
        font-size: 35px;
        letter-spacing: 15px;
        bottom: 0%;
        left: 0%;
        display: none;
    }
    .bannerwrd8 {
        font-size: 33px;
        top: 26%;
        right: 27%;
        display: none;
    }
    .bannerwrd9 {
        bottom: 45%;
        right: 0%;
        font-size: 24px;
        letter-spacing: 5px;
    }
    .bannerwrd10 {
        top: -15%;
        right: 41%;
        font-size: 40px;
        letter-spacing: 25px;
    }
    .bannerwrd12 {
        top: 45%;
        right: 71%;
        font-size: 39px;
        display: block;
    }
    .bannerwrd13 {
        font-size: 45px;
        letter-spacing: 11px;
        display: none;
    }
    .bannerwrd14 {
        font-size: 22px;
        right: 20%;
        display: none;
    }
    .bannerwrd15 {
        left: 61%;
        font-size: 36px;
        top: 31%;
        display: none;
    }
    .bannerwrd16 {
        right: 22%;
        font-size: 33px;
        bottom: 14%;
        letter-spacing: 3px;
    }
    .bannerwrd17 {
        right: 4%;
        font-size: 39px;
        color: #0c2e5d;
        display: none;
    }
    .bannerwrd18 {
        font-size: 33px;
        right: 0%;
    }
    .bannerwrd21 {
        font-size: 25px;
        top: 24%;
        left: 3%;
    }
    .bannerwrd22 {
        font-size: 25px;
        top: 30%;
        left: 21%;
    }
    .bannerwrd23 {
        font-size: 25px;
        top: 36%;
        left: 3%;
    }
    .bannerwrd24 {
        font-size: 25px;
        top: 41%;
        left: 21%;
    }
    .bannerwrd25 {
        top: 8%;
        font-size: 11px;
        line-height: 30px;
        letter-spacing: 7px;
    }
    .bannerwrd27 {
        bottom: 26%;
        right: 13%;
        font-size: 15px;
        letter-spacing: 4px;
        line-height: 25px;
    }
    .bannerwrd28 {
        bottom: 27%;
        left: 3%;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 4px;
        line-height: 25px;
        display: none;
    }
    .bannerwrd29 {
        top: 26%;
        left: 59%;
        font-size: 17px;
        letter-spacing: 7px;
        line-height: 35px;
        color: #0c2e5dc4;
        /* display: none; */
    }
    .bannerwrd30 {
        right: 37%;
        font-size: 2px;
        line-height: 27px;
        letter-spacing: 2px;
    }
    .bannerwrd31 {
        left: 0%;
        font-size: 4px;
        line-height: 17px;
        letter-spacing: 4px;
        display: none;
    }

    /*menu*/
    .nav__link--text:nth-child(1) {
        font-size: 18px;
    }
    .nav__link--text:nth-child(2) {
        font-size: 20px;
    }

    /*content*/
    .contentpic {
        width: 80%;
    }
    .content1 {
        top: 32%;
    }
    .content2 {
        top: 26%;
    }
    .content3 {
        top: 39%;
    }
    .content4 {
        top: 35%;
    }
    .contenteng {
        font-size: 13px;
        letter-spacing: 0px;
    }
    .contentwrd {
        font-size: 32px;
        letter-spacing: 9px;
    }
    .contentwrd2 {
        top: -45%;
        font-size: 32px;
        letter-spacing: 23px;
        left: 3%;
    }
    .screen3 {
        height: 48vh;
    }

    /*designdetail*/
    .pin-spacer.pin-spacer-ZOOM {
        height: 1250px !important;
    }
}

@media screen and (max-width: 375px) {
    /*banner*/
    .bannerwrd2 {
        font-size: 40px;
        right: 4%;
    }
    .bannerwrd3 {
        left: 3%;
        top: 39%;
        font-size: 21px;
        letter-spacing: 3px;
    }
    .bannerwrd4 {
        font-size: 18px;
        bottom: 21%;
        left: 4%;
        letter-spacing: 4px;
    }
    .bannerwrd5 {
        font-size: 22px;
        right: 3%;
        top: 18%;
        letter-spacing: 8px;
    }
    .bannerwrd6 {
        top: 60%;
        font-size: 16px;
        right: 6%;
        display: none;
    }
    .bannerwrd7 {
        font-size: 28px;
        letter-spacing: 12px;
        bottom: 0%;
        left: 0%;
    }
    .bannerwrd9 {
        bottom: 40%;
        right: 53%;
        font-size: 23px;
    }
    .bannerwrd10 {
        top: -15%;
        right: 41%;
        font-size: 37px;
        letter-spacing: 19px;
    }
    .bannerwrd12 {
        top: 39%;
    }
    .bannerwrd14 {
        font-size: 18px;
        right: 17%;
        letter-spacing: 5px;
    }
    .bannerwrd15 {
        left: 60%;
        font-size: 31px;
        top: 30%;
    }
    .bannerwrd16 {
        right: 20%;
        font-size: 31px;
        bottom: 13%;
    }
    .bannerwrd17 {
        right: 4%;
        font-size: 34px;
        color: #0c2e5d;
    }
    .bannerwrd18 {
        font-size: 23px;
        right: 0%;
    }
    .bannerwrd21 {
        font-size: 25px;
        top: 25%;
        left: 3%;
    }
    .bannerwrd22 {
        font-size: 25px;
        top: 29%;
        left: 42%;
    }
    .bannerwrd23 {
        font-size: 25px;
        top: 34%;
        left: 3%;
    }
    .bannerwrd24 {
        font-size: 25px;
        top: 38%;
        left: 42%;
    }
    .bannerwrd27 {
        bottom: 28%;
        right: 18%;
        font-size: 11px;
        letter-spacing: 4px;
        line-height: 20px;
    }
    .bannerwrd28 {
        bottom: 25%;
        left: 5%;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 6px;
        line-height: 21px;
    }
    .bannerwrd29 {
        top: 44%;
        left: 58%;
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 29px;
        color: #0c2e5d;
        font-weight: 200;
    }
    .bannerwrd30 {
        right: 30%;
        font-size: 2px;
        line-height: 24px;
        letter-spacing: 2px;
    }

    /*contact*/
    .contactwrd {
        letter-spacing: 4px;
        font-size: 14px;
    }
    /*designdetail*/
    .pin-spacer.pin-spacer-ZOOM {
        height: 1135px !important;
    }
}

@media screen and (max-width: 320px) {
    /*banner*/
    .logo img {
        width: 45%;
    }
    .bannerwrd2 {
        font-size: 30px;
        right: 4%;
        letter-spacing: 5px;
    }
    .bannerwrd4 {
        font-size: 19px;
        bottom: 19%;
        left: 12%;
        letter-spacing: 1px;
    }
    .bannerwrd5 {
        font-size: 19px;
        right: 3%;
        top: 21%;
        letter-spacing: 6px;
    }
    .bannerwrd6 {
        top: 57%;
        font-size: 17px;
        right: 3%;
        letter-spacing: 5px;
    }
    .bannerwrd7 {
        font-size: 24px;
        letter-spacing: 10px;
    }
    .bannerwrd9 {
        bottom: 36%;
        right: 47%;
        font-size: 20px;
        letter-spacing: 6px;
    }
    .bannerwrd10 {
        top: -16%;
        right: 41%;
        font-size: 33px;
        letter-spacing: 14px;
    }
    .bannerwrd12 {
        top: 42%;
        right: 67%;
        font-size: 34px;
        display: block;
    }
    .bannerwrd14 {
        font-size: 18px;
        right: 17%;
        letter-spacing: 1px;
    }
    .bannerwrd15 {
        left: 35%;
        font-size: 25px;
        top: 28%;
        display: none;
    }
    .bannerwrd16 {
        right: 24%;
        font-size: 23px;
        bottom: 13%;
    }
    .bannerwrd18 {
        font-size: 19px;
        letter-spacing: 12px;
    }
    .bannerwrd21 {
        font-size: 15px;
        top: 29%;
        left: 3%;
    }
    .bannerwrd22 {
        font-size: 15px;
        top: 33%;
        left: 47%;
    }
    .bannerwrd23 {
        font-size: 15px;
        top: 38%;
        left: 3%;
    }
    .bannerwrd24 {
        font-size: 15px;
        top: 41%;
        left: 47%;
    }
    .bannerwrd25 {
        top: 9%;
        font-size: 8px;
        line-height: 14px;
        letter-spacing: 4px;
    }
    .bannerwrd27 {
        bottom: 26%;
        right: 11%;
        font-size: 8px;
        letter-spacing: 5px;
        line-height: 10px;
    }
    .bannerwrd28 {
        bottom: 25%;
        left: 5%;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 6px;
        line-height: 21px;
        display: none;
    }
    .bannerwrd29 {
        top: 44%;
        left: 65%;
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 30px;
        color: #0c2e5d94;
        font-weight: 200;
    }
    .bannerwrd30 {
        right: 38%;
        font-size: 2px;
        line-height: 17px;
        letter-spacing: 0px;
    }

    /*content*/
    .contentwrd {
        font-size: 19px;
        letter-spacing: 9px;
    }
    .contentwrd2 {
        font-size: 21px;
    }

    /*designdetail*/
    .pin-spacer.pin-spacer-ZOOM {
        height: 840px !important;
    }
}
