/* Cadworks */

a.underlined {
    color: #fff;
    transition: .3s ease-in-out;
    transition-delay: .2s;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 15px 15px;
    height: 52px;
    float: left;
    transform: translateX(0px);
    border: 1px solid #fff;
    width: 100%;
    max-width: 300px;
}

a.underlined:before {
    left: -100%;
    top: 0;
    content: "";
    background: #fff;
    width: 100%;
    height: 50px;
    position: absolute;
    z-index: -1;
    transition: .6s cubic-bezier(.86, 0, .07, 1);
}

a.underlined:hover {
    color: #042031;
}

a.underlinedDark {
    color: #212529;
    transition: .3s ease-in-out;
    transition-delay: .2s;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 15px 15px;
    height: 52px;
    float: left;
    transform: translateX(0px);
    border: 1px solid #212529;
    width: 100%;
    max-width: 300px;
}

a.underlinedDark:before {
    left: -100%;
    top: 0;
    content: "";
    background: #212529;
    width: 100%;
    height: 50px;
    position: absolute;
    z-index: -1;
    transition: .6s cubic-bezier(.86, 0, .07, 1);
}

a:hover.underlinedDark:before {
    left: 0;
    top: 0;
}

a.underlinedDark:hover {
    color: #fff;
}

.buttonLast {
    margin-left: 6rem
}

#example-anchor {
    position: absolute;
    background: red;
    top: 55%;
    z-index: 100000000;
    height: 20px;
    width: 20px
}

#navbar-CAD {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: top .3s ease-in-out;
    height: 10vh;
    z-index: 1000
}

.nav-link {
    display: block;
    padding: 0
}

.nav {
    display: block
}

.slideShow-nav {
    position: absolute;
    bottom: 15%;
    width: 80%;
    margin-left: 10%
}

.content--Bar {
    background: rgba(255, 255, 255, 0);
    width: 100%;
    height: 50px;
    position: absolute;
    z-index: 0;
    bottom: 10%
}

.content--Bar li {
    font-weight: 400;
    list-style: none;
    display: inline-block;
    line-height: 50px;
    padding: 0 26px;
    letter-spacing: .2em
}

.content--Bar ul {
    text-align: center
}

.content--Bar li a {
    color: #fff
}

.intro--offsetUp {
    margin-top: -9.8vh
}

h3.galleryTitle {
    text-align: right;
    font-weight: 600;
    font-size: 36px;
    padding-bottom: 20px;
    letter-spacing: .03em
}

.slide--Nav {
    letter-spacing: .3em;
    font-size: 12px;
    padding: 14px 10px
}

a.nav-link.active {
    color: #ed7320
}

button.slick-prev.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 0;
    background-image: url(/assets/images/slider-arrow-prev.svg);
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: 50% 50%;
    height: 100px;
    width: 100px;
    margin-top: -50px;
    border: none
}

button.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    right: 0;
    background-image: url(/assets/images/slider-arrow-next.svg);
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 100px;
    width: 100px;
    margin-top: -50px;
    border: none
}

.container-fluid {
    height: calc(100vh - 120px)
}

.container {
    max-width: 80%;
    height: 100%
}

.h3 {
    line-height: 3.5vw;
    letter-spacing: -.01em;
    margin-bottom: 2vh;
    text-align: left;
    font-family: 'Avenir LT Std 65 Medium', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    -moz-osx-font-smoothing: auto
}

.h-variation {
    height: 100% !important
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    height: 20px;
    width: 20px;
    vertical-align: bottom
}

.clock {
    width: 90%;
    max-width: 700px
}

.h-75 {
    height: 90% !important
}

.clockBox {
    bottom: 0;
    right: 0;
    width: 60%;
    position: absolute;
    height: calc(100vh - 120px)
}

.scene01-01 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/cadworking/scene_01_01.png);
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: 50% 30%
}

.handBox {
    bottom: 0;
    left: 0;
    width: 60%;
    position: absolute;
    height: calc(100vh - 120px)
}

.scene02-01 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/cadworking/scene_02_hand_bagel.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 100%
}

.scene02-02 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/cadworking/scene_02_button.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 100%
}

.scene02-03 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/cadworking/scene_02_tick.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 100%
}

.chair {
    bottom: 0;
    right: 0;
    width: 60%;
    position: absolute;
    height: calc(100vh - 120px)
}

.scene03-01 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 94%;
    background-image: url(/assets/images/cadworking/scene_03_chair.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 100%
}

.bikeBox {
    bottom: 0;
    left: 0;
    width: 56%;
    position: absolute;
    height: calc(100vh - 120px)
}

.scene04-01 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/cadworking/scene_04_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 50%
}

#app .textPanel {
    max-width: 26rem
}

.scene04-02 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/cadworking/scene_04_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 50%
}

.scene04-03 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/cadworking/scene_04_03.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 50%
}

.towelsBox {
    bottom: 0;
    right: 0;
    width: 60%;
    position: absolute;
    height: calc(100vh - 120px)
}

.scene05-01 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 90%;
    background-image: url(/assets/images/cadworking/scene_05_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 0
}

.watchBox {
    bottom: 0;
    left: 0;
    width: 50%;
    position: absolute;
    height: calc(100vh - 120px)
}

.scene06-01 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/cadworking/scene_06_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 50%
}

.scene06-02 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/cadworking/counter_x22.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 50%
}

.dishBox {
    bottom: 0;
    right: 0;
    width: 50%;
    position: absolute;
    height: calc(100vh - 120px);
    pointer-events: none;
}

.scene07-01 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/cadworking/scene_07_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 60% 50%
}

#wellbeing .textPanel {
    max-width: 36rem
}

.carBox {
    bottom: 0;
    left: 0;
    width: 60%;
    position: absolute;
    height: calc(100vh - 120px)
}

.scene08-01 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/cadworking/scene_08_01.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 100%
}

#getting .textPanel {
    max-width: 31rem;
    padding-left: 6rem
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: calc(100vh - 120px);
    overflow: hidden
}

.anim {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: inherit;
    border: none;
    border-radius: 0
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    margin-top: -80px;
    z-index: 10;
    cursor: pointer;
    background: #fff;
    background-size: 60px 60px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .7
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(/assets/images/slider-arrow-next.svg);
    right: 0;
    left: auto
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(/assets/images/slider-arrow-prev.svg);
    left: 0;
    right: auto
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 12%;
    width: 100%
}

.swiper-pagination-bullet {
    padding: .5vh 1vw;
    border-radius: 0;
    width: auto;
    height: 50px;
    text-align: center;
    line-height: 41px;
    font-size: 1vw;
    color: #042031;
    font-weight: 500;
    letter-spacing: .2em;
    opacity: 1;
    background: rgba(0, 0, 0, 0)
}

.swiper-pagination-bullet-active {
    color: #fff;
    border-bottom: 2px solid
}

.swiper-pagination-bullet-active:nth-child(8) {
    color: #000;
    border-bottom: 2px solid
}

@media only screen and (min-width: 1500px) {
    .h3 {
        font-size: 40px;
        line-height: 50px
    }

    .swiper-pagination-bullet {
        font-size: 16px
    }
}

@media only screen and (max-width: 1200px) {
    .container {
        max-width: 100%;
        height: 100%
    }

    .container {
        width: 90%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto
    }
}

@media only screen and (max-width: 992px) {
    .container-fluid {
        height: calc(100vh - 70px)
    }

    .swiper-slide {
        height: calc(100vh - 70px)
    }

    .h-variation {
        height: 75% !important
    }

    .h3 {
        padding-bottom: 0;
        font-size: 2.5vh;
        line-height: 3.5vh;
        text-align: center
    }

    .header--Gap {
        position: relative;
        height: 70px
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: auto;
        width: 80px;
        height: 80px;
        background-size: 60px 60px;
        bottom: 0
    }

    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        top: 60px;
        width: 100%;
        padding: 0 10%;
        height: 100px
    }

    .swiper-pagination-bullet {
        font-size: 14px
    }

    .swiper-pagination-bullet {
        line-height: 26px;
        height: 33px
    }

    .clockBox {
        bottom: 0;
        right: 0;
        width: 100%;
        position: absolute;
        height: 60%
    }

    .scene01-01 {
        top: auto;
        bottom: 0;
        background-size: 75%;
        background-position: 50% 50%
    }

    .textPanel br {
        display: none
    }

    #amenities .textPanel,
    #app .textPanel,
    #breakfast .textPanel,
    #changing .textPanel,
    #cycling .textPanel,
    #getting .textPanel,
    #station .textPanel,
    #wellbeing .textPanel {
        max-width: 100%;
        margin-top: 220px
    }

    #getting .textPanel {
        padding-left: 0;
    }

    a.cad--white.underlinedDark,
    .underlined {
        float: none;
        text-align: center;
        margin: 0 auto;
    }

    .buttonLast {
        margin-left: 0;
    }

    .bikeBox,
    .carBox,
    .chair,
    .handBox,
    .towelsBox,
    .watchBox {
        width: 100%;
        height: 62vh
    }

    .dishBox {
        width: 100%;
        height: 33vh;
    }

    .scene02-01,
    .scene02-02,
    .scene02-03 {
        background-size: contain;
        background-position: 50% 119%
    }

    .scene03-01,
    .scene03-02,
    .scene03-03 {
        background-size: contain;
        background-position: 50% 176%
    }

    .scene04-01,
    .scene04-02,
    .scene04-03 {
        background-size: contain;
        background-position: 0 10%
    }

    .scene05-01 {
        background-size: contain;
        background-position: 50% -36%
    }

    .scene06-01,
    .scene06-02 {
        background-size: contain;
        background-position: 0 -10%
    }

    .scene07-01 {
        background-size: 75%;
        background-position: 50%;
    }
}

@media only screen and (max-width: 756px) {
    .h3 {
        font-size: 2vh;
        line-height: 3vh
    }
}

@media only screen and (max-width: 575px) {
    .h3 {
        font-size: 18px;
        line-height: 26px
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: auto;
        width: 50px;
        height: 50px;
        background-size: 40px 40px;
        bottom: 0
    }

    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        top: 14px
    }

    .swiper-pagination-bullet {
        line-height: 26px;
        height: 27px;
        font-size: 10px
    }

    #amenities .textPanel,
    #app .textPanel,
    #breakfast .textPanel,
    #changing .textPanel,
    #cycling .textPanel,
    #getting .textPanel,
    #station .textPanel,
    #wellbeing .textPanel {
        max-width: 100%;
        margin-top: 120px
    }

    .scene01-01 {
        background-size: 100%
    }
}