@keyframes rotation {
    from {
        transform: translateX(-50%) rotate(0deg);
    }

    to {
        transform: translateX(-50%) rotate(359deg);
    }
}

.main-body {
    position: relative;
}

.wrapper {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}

/* Loading Screen */
.loading-wrapper {
    overflow: hidden;
}




/* setup */

.loading-screen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 100vh;
    inset: 0;
    background: #000;
    z-index: 2;    
    align-items: center;
    justify-content: center;
    display: flex;
}

.loading-screen .loading-content{
    opacity: 1;
    text-align: center;
    /*margin-top: -105px;*/
}

@keyframes logoLoad { 
    from { opacity: 0.2; } 
  }
  

.snuug_logo {
    text-align: center;
    float: left;
}
  
.loading-screen .loading-content img{
    width: 170px;
    animation: logoLoad 1s infinite alternate;
}

#counter {
    color: #FFF;
    text-align: center;
    position: relative;
    height: 40px;
}
#counter h1 {
    font-family: 'nickanley';
    font-size:24px;
    margin-top: 20px;
}


/* Header */
header.main-header {
    position: fixed;
    bottom: -150px;
    background-color: #fff;
    padding: 5px 0;    
    left: 0;
    right: 0;
    z-index: 1000000;
    transition: .4s;
}
header.main-header.sticky{
    bottom: -1px;
    transition: .4s;
}

.main-header .content {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 5%;
    text-align: right;
}

.main-header .menu-img {
    float: right;
    text-align: center;
    padding: 28px 50px;
}

.main-header .logo-img {
    padding: 15px 0;
}

.main-header .menu-img span{
    float: left;
    text-align: center;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.main-header .menu-img span:hover {
    opacity: 0.4;
}
.main-header .menu-img span i {
    color: #000;
    font-size: 1.5em;
}
.main-header .menu-img span img {
    max-width: 75%;
}

.main-header .logo-img img {
    display: block;
    width: 74px;
}

.main-header .logo-img span {
    font-family: 'nickanley';
}

/* Header */
footer.main-menu {
    position: fixed;
    bottom: -70px;
    background-color: #FFF;
    padding: 30px;    
    left: auto;
    right: 0;
    z-index: 1000001;
    transition: .4s;
    height:0px;
    width: 400px;
    opacity: 0;
    color: #000;
}
footer.main-menu.on {
    bottom: 0;
    opacity: 1;
    height: 410px;
    box-shadow: 0 0 13px #cecece;
}

footer.main-menu header,
footer.main-menu footer,
footer.main-menu ul,
footer.main-menu ul li {
    float: left;
    position: relative;
    width: 100%;
    padding: auto;
    margin: 0;
}
footer.main-menu ul li a {
    font-family: 'highvoltage';
    font-weight: lighter;
}

footer.main-menu header h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
footer.main-menu ul li a {
    font-size: 20px;
    cursor: pointer;
}
footer.main-menu ul li a:hover {
    opacity: 0.4;
}

footer.main-menu footer {
    margin-top: 30px;
}

footer.main-menu footer ._ui_toggle_menu img {
    width: 25px;
    height: 25px;
    max-width: 75%;
    cursor: pointer;
}
footer.main-menu footer ._ui_toggle_menu:hover {
    opacity: 0.4;
}


.snuug_mmon {
    position: absolute;
    top: 10%;
    right: 20%;
    left: auto;
    width: 226px;
    height: 226px;
    background: url('../images/moon.png') no-repeat center center;
}

.snuug_book {
    position: fixed;
    z-index: 2000;
    top: 5%;
    left: auto;
    right: -110px;
    width: 110px;
    height:40px;
    background-color: #000;
    transition: .4s;
}
.snuug_book span {
    color: #fff;
    font-family: 'highvoltage';
    font-weight: normal;
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 17px;
    cursor: pointer;
}
.snuug_book.sticky {
    right: 0;
}




/* Home Screen */
.bg_fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
}
.slide01{
    background-color: #000;
}
.slide01::before {
    content: '';
    inset: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
}

.slide01 .slide01-inner {
    position: relative;
}

.sl01 img {
    width: 170px;
}

.slide01-heading {
    font-family: 'nickanley';
    font-size: 25px;
    margin-top: 20px;
}

.slide01 video#myVideo {
    /*position: absolute;
    inset: 0;
    width: 100%;*/
    position: absolute;
    top: 50%; 
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%; 
    min-height: 100%; 
    width: auto; 
    height: auto;
    z-index: 0; 
    overflow: hidden;
    border: 50px solid #ffffff;
}

.videoLayout {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.videoLayout .video_header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background-color: #fff;
}
.videoLayout .video_header p {
    color: #000;
    font-size: 28px;
    margin-top: 17%;
}
.videoLayout h2 {
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: 25%;
}

.slide01 .scroll-to-enter {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.slide01 .scroll-to-enter .scroll-button {
    border: 1px solid #eee;
    display: inline-flex;
    width: 40px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 30px;
    margin-top: 10px;
}

.slide01 .scroll-to-enter span {
    display: block;
}

.slideBlackBg {
    background: #000; 
}

/* Menu Slider */
.slide02 .black-bg {
    background: #000;
    position: absolute;
    inset: 0;
}

.slide_picto_v2 {
    position: absolute;
    top: 30%;
    left: 20%;
}
.slide_txt_intro {
    position: absolute;
    top: 25%;
    left: 20%;
    right: 10%;
    padding-left: 240px;
}

.slide_picto {
    position: relative;
    float: left;
    width: 40%;
    /*margin: 0 auto 30px auto;
    padding: 50px 0;*/
}
.slide03-contact .slide_picto {
    width: 100%;
    margin-bottom: 0;
}
.slide_picto_v2 img,
.slide_picto img {
    max-width: 170px;
}
._ux_slideH .slide_picto_v2 .slide01-heading,
._ux_slideH .slide_picto .slide01-heading{
    color:#fff
}
.slide_picto_v2 .slide01-heading,
.slide_picto .slide01-heading{
    color:#000
}
.slide_txt {
    width: 60%;
    float: left;
}


.slide_bottom_picto {
    position: relative;
    width: 100%;
    margin: auto;
    padding: 50px 0;
    margin-bottom: 150px;
}
.slide_bottom_picto ul {
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.slide_bottom_picto ul li {
    float: left;
}
.slide_bottom_picto ul li img{
    width: 140px;
}


.slide03-contact {
    width: 40%;
    float: left;
}


.snuug_box {
    float: left;
    width: 350px;
    padding: 30px;
    background-color: #fff;
    transition: margin 700ms;
}
.splide_overlay.rg .snuug_box {
    margin: 10% auto 0 50%;
}
.splide_overlay.lft .snuug_box {
    margin: 10% auto 0 25%;
}

.splide_overlay.rg .snuug_box.closed {
    margin: 20% auto 0 50%;
}
.splide_overlay.lft .snuug_box.closed {
    margin: 20% auto 0 25%;
}

.snuug_box header,
.snuug_box .snuug_box-inner,
.snuug_box footer,
.snuug_box footer .ft_toolbar {
    position: relative;
    float: left;
    width: 100%;
}
.snuug_box .ft_toolbar span._ui_toggle_box img {
    animation: rotation 3s linear;
}

.snuug_box header h2 {
    font-size: 30px!important;
}



.snuug_box .snuug_box-inner {
    opacity: 1;
    max-height: 310px;
    transition: max-height 0.5s ease-out;
}
.snuug_box .snuug_box-inner p {
    opacity: 1;
    transition: opacity 0.75s step-end;
}

.snuug_box.closed .snuug_box-inner {
    max-height: 0px;
    transition: max-height 0.85s ease-in;
    opacity: 0;
}
.snuug_box.closed .snuug_box-inner p {
    opacity: 0;
    transition: opacity 0.95s step-end;
}


.snuug_box.closed .ft_toolbar span._ui_toggle_box img {
    transform: rotate(45deg);
}

.snuug_box footer .ft_toolbar {
    padding: 15px 0 0 0;
}
.snuug_box footer .ft_toolbar div {
    float: left;
    width: 50%;
    text-align: left;
}
.snuug_box footer .ft_toolbar div:first-child {
    width: 30%;
}
.snuug_box footer .ft_toolbar div:last-child {
    width: 70%;
    text-align: right;
}

.snuug_box footer .ft_toolbar div img {
    max-width: 80%;
}


.snuug_box footer .ft_toolbar div span {
    float: left;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin: 16px 0;
}
.snuug_box footer .ft_toolbar div span img {
    max-width: 75%;
}
.snuug_box footer .ft_toolbar div span:hover {
    opacity: 0.5;
}

.snuug_form {
    float: right;
    width: 40%;
    padding: 40px;
    background-color: #fff;
}
.snuug_form header,
.snuug_form footer {
    position: relative;
    float: left;
    width: 100%;
}

.snuug_btn {
    float: right;
    width: 100%;
    background-color: #000;
    border: 0;
    cursor: pointer;
}
.snuug_btn:hover {
    opacity: 0.4;
}
.snuug_btn b {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 12px;
}

.snuug_contact_footer {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 200px;
    background-color: #000;
    padding: 3% 0;
}
.snuug_contact_footer .container ul {
    float: left;
    max-width: 450px;
}
.snuug_contact_footer .container ul li {
    float: left;
    width: 50%;
    font-size: 20px;
}
.snuug_contact_footer ul li a {
    cursor: pointer;
}
.snuug_contact_footer ul li a:hover img.btnLang{
    opacity: 0.5;
}


#langDiv {
    width: 120px;
    height: 70px;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
    right: 130px;
    left: auto;
    bottom: 160px;
    box-shadow: 0 0 13px #cecece;
    z-index: 1000;
    padding: 15px;
}
#langDiv span {
    float: left;
    width: 48%;
    padding: 10px;
    border-radius: 5px;
    margin: 1%;
}
#langDiv span b {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'dinpro';
    font-size: 14px;
    color: #000;
}
#langDiv span.sel {
    background-color: #000;
}
#langDiv span:hover {
    background-color: #000;
}
#langDiv span.sel b,
#langDiv span:hover b {
    color: #fff;
}

.snuug_ft_right {
    float: right;
    margin-top: 0;    
    right: 5%;
}

.stagger02{
    transform: translateY(500px);
}

.menu .menu-item:not(:last-child) {
    padding-bottom: 30px;
}

.menu .menu-item .bg-image{
    opacity: 0;
    visibility: hidden;
}

.menu .menu-item:hover .bg-image, .menu .menu-item.active .bg-image{
    opacity: 1;
    visibility: visible;
}

.menu .menu-item .menu-links {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'highvoltage';
    font-size: 6em;
    color: transparent;
    background-image: linear-gradient(0, rgb(255, 255, 255) 0%, #fff 500%);
    background-repeat: no-repeat;
    background-size: 100% 0;
    background-position: bottom;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    line-height: 1.2em;
    cursor: pointer;
    display: inline-block;
}

.menu .menu-item .menu-links:hover, .menu .menu-item.active .menu-links {
    background-size: 100% 100%;
    transition: .3s;
}

/* Good Morning Jura */
.g-morning-box img.top-logo {
    width: 100px;
    margin-bottom: 10px;
}

.g-morning-box .slide04-inner {
    color: #000;
}

.g-morning-box .bg-image::before {
    display: none;
}

/* supernature-hotel */
.supernature-hotel {
    align-items: flex-end;
    padding-bottom: 100px;
}



/* Slide show */
.img-slideshow img {
    width: 100%;
    height: 100%;
}

.img-slideshow .cmn-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 300px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    display: inline-block;
    margin-top: 30px;
    text-align: center;
}

.img-slideshow {
    position: relative;
}

.img-slideshow::before {
    content: '';
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.img-slideshow:hover .cmn-btn {
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

.img-slideshow:hover::before {
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

/* text-with-image-box */
.text-with-image-box {
    padding: 120px 0;
}

.text-with-image-box .text-image-inner {
    display: flex;
    align-items: flex-start;
}

.text-with-image-box .text-image-inner .cts-col {
    flex: 0 0 50%;
}

.text-with-image-box .text-image-inner img {
    height: 700px;
    width: 100%;
}

.text-with-image-box .text-image-inner .content-box {
    color: #000;
    position: sticky;
    top: 120px;
}

.text-with-image-box .text-image-inner .cts-col:not(:last-child) {
    padding-right: 50px;
}

.text-with-image-box .text-image-inner .content-box .cmn-heading {
    font-size: 4em;
}

.text-with-image-box .text-image-inner .content-box .cmn-info {
    margin-top: 20px;
    font-size: 1.5em;
}

/* Center box */
.center-box .center {
    max-width: 700px;
    margin: 0 auto;
}

.center-box .fullwidth,
.center-box .leftblock {
    max-width: 90%;
    margin: 0 auto;
}


.center-left{
    text-align: left;
}

.center-right{
    text-align: right;
}


.center-box .center img.bottom-logo {
    width: 50px;
    margin-top: 30px;
}


.center-box .cmn-heading {
    font-size: 35px;
    letter-spacing: 2px;
}

.cmn-heading.sl {
    font-size: 28px;
}


.center-box .fullwidth .cmn-heading {
    font-size: 2.5em;
    text-align: center;
}


.slideTxtBlack h2.cmn-heading,
.slideTxtBlack p{
    color:#000
}

.slideTxtWhite h2.cmn-heading,
.slideTxtWhite p{
    color:#fff
}

.slidebreaker p {
    font-size: 30px;
    font-family: 'highvoltage';
}

.center-box .icon {
    font-size: 25px;
}

.center-box .cmn-info {
    font-size: 13px;
    margin-top: 15px;
}

.center-box .cmn-info.lrg {
    font-size: 17px;
    margin-top: 15px;
}



.cmn-info.cap {
    text-transform: uppercase;
}


.center-box .cmn-btn {
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    display: inline-block;
    margin-top: 30px;
}

.slides-pinned{
    margin-bottom: 30vh;
}

.comingsoon {
    opacity: 0.4;
}
.comingsoon span {
    display: inline-flex;
    padding: 3px 5px;
    background-color: #999;
    border-radius: 4px;
}
.comingsoon span b {
    font-size: 11px;
    font-weight: normal;
    font-family: 'dinpro';
    color: #fff;
}

/* Slide 08 and Slide 12 */
.slide07{
    padding: 70px 0;
   margin-bottom: 100vh;
}
.slide08{
    padding: 120px 0;
   /* margin-top: 100vh;*/
}
.slide08 img, .slide12 img {
    margin-top: 30px;
    width: 100%;
}

.slide12-img {
    position: absolute;
    margin-top: 0 !important;
    max-width: 100%;
    width: 100%;
    height: 100%;
    transform: scale(0.6);
    top: 20%;
    left: 0;
    object-fit: cover;
   
}
.slide12 p{
    margin-bottom: 50vh;
}

.slide13-img{
    opacity: 0;
}

/* create a variable for opacity */


.bg-slide13::before{    
    /*background: rgba(0, 0, 0, 0.0);*/
    opacity: var(--opac);
}

.slide08 .slide08-inner, .slide12 .slide12-inner {
    color: #000;
}

.slide08 .slide08-inner a, .slide12 .slide12-inner a {
    color: #000;
    border-color: #000;
}

/* .slide09 */

.slide09 .slide09-inner{
    display: flex;
    width: 300vw;
}
.slide09 .slide09-inner .img-slideshow{
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 50%;
    flex: 1;
    justify-content: space-between;
}
.slide09 .slide09-inner .img-slideshow + .slide09 .slide09-inner .img-slideshow {
    margin-left: 5vw;
  }

/* Footer */
.main-footer .footer-inner {
    display: flex;
    align-items: center;
}

.main-footer .footer-inner .cts-col {
    flex: 0 0 50%
}
.main-footer .footer-inner .footer-left h2, .main-footer .footer-inner .footer-right {
    opacity: 1;
}
.main-footer .footer-inner .footer-left h2 {
    font-size: 90px;
    text-transform: uppercase;
    letter-spacing: 0.05px;
    line-height: 74px;
    font-weight: normal;
}

.main-footer .footer-inner .footer-right .contact-details {
    display: flex;
}

.main-footer .footer-inner .footer-right .contact-details li:not(:last-child) {
    padding-right: 25px;
}

.main-footer .footer-inner .footer-right .contact-details li h3 {
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-bottom: 10px;
}

.main-footer .footer-inner .footer-right .contact-details li p {
    margin-top: 25px;
}

.main-footer .footer-inner .footer-right .contact-details li a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 17px;
}

.main-footer .footer-inner .footer-right ul.social-links {
    margin-top: 30px;
    border-top: 1px solid #fff;
    padding-top: 30px;
    display: flex;
    align-items: center;
}

.main-footer .footer-inner .footer-right ul.social-links li a {
    color: #000;
    background: #fff;
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
    font-size: 21px;
}

.main-footer .footer-inner .footer-right ul.social-links li:not(:last-child) {
    padding-right: 10px;
}

/*Zindexs to fix slides*/
.slide04{
    z-index: 0;
}
.slide05{
    z-index: 1;
}
.slide06{
    z-index: 2;
}
.slide07{
    z-index: 3;
}
.slide14{
    z-index: 0;
}
.main-footer{
    z-index: 1;
}

@media screen and (max-width: 1100px) {
    .slide01 video#myVideo {
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .main-footer .footer-inner {
        display: block;
    }

    .main-footer .footer-inner .cts-col:not(:last-child) {
        padding-bottom: 30px;
    }
    .img-slideshow{
        height: 50vh !important;
    }
    .img-slideshow img{
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .text-with-image-box .text-image-inner {
        flex-direction: column;
    }

    h2.cmn-heading {
        position: relative;
        float: left;
        width: 100%;
    }
    .loading-content .lft_align {
        text-align: center;
    }
    .loading-screen .loading-content {
        margin-top: -86px;
    }

    .text-with-image-box .text-image-inner .content-box {
        order: 2;
        margin-top: 30px;
    }

    .text-with-image-box .text-image-inner .img-box {
        padding: 0 !important;
    }

    .text-with-image-box .text-image-inner .img-box img {
        height: 400px;
    }
    .snuug_mmon {
        right: 40%;
        width: 50%;
        height: 30%;
        background-size: 100%;
        top: 2%;
    }
    .lft_align.sl01,
    .slide_picto {
        text-align: center;
    }
    .snuug_logo {
        float: none;
    }
    .slIntro .container {
        width: 100%;
    }
    .slide_picto,
    .slide_txt {
        width: 100%;
        padding:11%;
    }

    .slide_picto_v2 {
        left: auto;
    }

    .slide_txt_intro {
        position: absolute;
        top: 25%;
        left: auto;
        right: 0;
        padding-left: inherit;
        text-align: center;
    }

    .center-box .cmn-heading {
        font-size: 24px;
    }
    .center-box .cmn-info.lrg {
        font-size: 14px;
    }

  
    .main-header {
        padding: 10px!important;
    }
    .main-header .content {
        text-align: center;
    }
    .main-header .menu-img {
        float: none;
        display: inline-flex;
        padding: 8px 20px;
    }
    /*.main-header .menu-img.logo-img {
        display: none;
    }*/

    .cmn-slide.slIntro.slVideo {
        min-height: 40vh;
    }
    .slVideoBot{
        display: none!important;
    }

    .videoLayout .video_header {
        height: 42%;
    }
    .videoLayout .video_header p {
        margin-top: 65%;
    }
    .videoLayout h2 {
        margin-top: 125%;
    }

    .bg-layout-lft,
    .bg-layout-rg {
        width: 100%;
        height: 50%;
    }

    .snuug_box {
        float: none;
        width: 88%;
        display: grid;
        position: relative;
        margin: auto;
    }
    .splide_overlay.rg .snuug_box.closed,
    .splide_overlay.rg .snuug_box.closed,
    .splide_overlay.lft .snuug_box {
        margin: 10% auto 0 auto!important;
    }
    .splide_overlay.rg .snuug_box,
    .splide_overlay.lft .snuug_box {
        margin: 20% auto 0 auto!important;
    }

    .slide03-contact,
    .snuug_form{
        width: 100%;
    }
    .slide03-contact {
        padding: 0 10%;
    }
    .snuug_form{
        margin-bottom: 50px;
    }
    footer.main-menu {
        left: 0;
        width: 100%;
    }

    .cmn-slide.ftSlide{
        display: inherit;
     }

     .cmn-slide.ftSlide .container{
        position: relative;
        float: left;
     }

    .snuug_contact_footer {
        position: relative;
        float: left;
        top: inherit;
        bottom: inherit;
        left: inherit;
        right: inherit;
        padding: 9%;
    }
    .snuug_contact_footer .container ul {
        max-width: 70%;
    }
    .snuug_contact_footer .container ul li {
        font-size: 17px;
    }
    .snuug_contact_footer .container.lg {
        min-width: 100%;
    }

    ._ux_slideH .slide_picto {
        position: absolute;
        top: 35%;
        left: 0px;
    }
    ._ux_slideH .slide_txt {
        margin-top: 30%;
    }
    
    .cmn-slide.ftSlide2{
        float: left;
    }

    .slide_picto img {
       /* max-width: 140px;*/
    }

    .slide_bottom_picto ul li img {
        width: 100px;
    }
}